Class: VirtualMachineRelocateSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineRelocateSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineRelocateSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
datastore - ManagedObjectReference
pool - ManagedObjectReference
host - ManagedObjectReference
disk - VirtualMachineRelocateSpecDiskLocator
transform - VirtualMachineRelocateTransformation
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#disk ⇒ Object
Returns the value of attribute disk.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#pool ⇒ Object
Returns the value of attribute pool.
-
#transform ⇒ Object
Returns the value of attribute transform.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, pool = nil, host = nil, disk = [], transform = nil) ⇒ VirtualMachineRelocateSpec
constructor
A new instance of VirtualMachineRelocateSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, pool = nil, host = nil, disk = [], transform = nil) ⇒ VirtualMachineRelocateSpec
Returns a new instance of VirtualMachineRelocateSpec.
23851 23852 23853 23854 23855 23856 23857 23858 23859 |
# File 'lib/vmware/soap/vim25.rb', line 23851 def initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, pool = nil, host = nil, disk = [], transform = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @datastore = datastore @pool = pool @host = host @disk = disk @transform = transform end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
23845 23846 23847 |
# File 'lib/vmware/soap/vim25.rb', line 23845 def datastore @datastore end |
#disk ⇒ Object
Returns the value of attribute disk.
23848 23849 23850 |
# File 'lib/vmware/soap/vim25.rb', line 23848 def disk @disk end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23844 23845 23846 |
# File 'lib/vmware/soap/vim25.rb', line 23844 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23843 23844 23845 |
# File 'lib/vmware/soap/vim25.rb', line 23843 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
23847 23848 23849 |
# File 'lib/vmware/soap/vim25.rb', line 23847 def host @host end |
#pool ⇒ Object
Returns the value of attribute pool.
23846 23847 23848 |
# File 'lib/vmware/soap/vim25.rb', line 23846 def pool @pool end |
#transform ⇒ Object
Returns the value of attribute transform.
23849 23850 23851 |
# File 'lib/vmware/soap/vim25.rb', line 23849 def transform @transform end |