Class: VirtualMachineRelocateSpecDiskLocator

Inherits:
DynamicData
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualMachineRelocateSpecDiskLocator

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskId - SOAP::SOAPInt
datastore - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], diskId = nil, datastore = nil) ⇒ VirtualMachineRelocateSpecDiskLocator

Returns a new instance of VirtualMachineRelocateSpecDiskLocator.



23826
23827
23828
23829
23830
23831
# File 'lib/vmware/soap/vim25.rb', line 23826

def initialize(dynamicType = nil, dynamicProperty = [], diskId = nil, datastore = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @diskId = diskId
  @datastore = datastore
end

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



23824
23825
23826
# File 'lib/vmware/soap/vim25.rb', line 23824

def datastore
  @datastore
end

#diskIdObject

Returns the value of attribute diskId.



23823
23824
23825
# File 'lib/vmware/soap/vim25.rb', line 23823

def diskId
  @diskId
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23822
23823
23824
# File 'lib/vmware/soap/vim25.rb', line 23822

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23821
23822
23823
# File 'lib/vmware/soap/vim25.rb', line 23821

def dynamicType
  @dynamicType
end