Class: VirtualMachineRelocateSpec

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#datastoreObject

Returns the value of attribute datastore.



23845
23846
23847
# File 'lib/vmware/soap/vim25.rb', line 23845

def datastore
  @datastore
end

#diskObject

Returns the value of attribute disk.



23848
23849
23850
# File 'lib/vmware/soap/vim25.rb', line 23848

def disk
  @disk
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23844
23845
23846
# File 'lib/vmware/soap/vim25.rb', line 23844

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23843
23844
23845
# File 'lib/vmware/soap/vim25.rb', line 23843

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



23847
23848
23849
# File 'lib/vmware/soap/vim25.rb', line 23847

def host
  @host
end

#poolObject

Returns the value of attribute pool.



23846
23847
23848
# File 'lib/vmware/soap/vim25.rb', line 23846

def pool
  @pool
end

#transformObject

Returns the value of attribute transform.



23849
23850
23851
# File 'lib/vmware/soap/vim25.rb', line 23849

def transform
  @transform
end