Class: VirtualMachineRelocateSpecDiskLocator
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineRelocateSpecDiskLocator
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineRelocateSpecDiskLocator
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskId - SOAP::SOAPInt
datastore - ManagedObjectReference
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#diskId ⇒ Object
Returns the value of attribute diskId.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], diskId = nil, datastore = nil) ⇒ VirtualMachineRelocateSpecDiskLocator
constructor
A new instance of VirtualMachineRelocateSpecDiskLocator.
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
#datastore ⇒ Object
Returns the value of attribute datastore.
23824 23825 23826 |
# File 'lib/vmware/soap/vim25.rb', line 23824 def datastore @datastore end |
#diskId ⇒ Object
Returns the value of attribute diskId.
23823 23824 23825 |
# File 'lib/vmware/soap/vim25.rb', line 23823 def diskId @diskId end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23822 23823 23824 |
# File 'lib/vmware/soap/vim25.rb', line 23822 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23821 23822 23823 |
# File 'lib/vmware/soap/vim25.rb', line 23821 def dynamicType @dynamicType end |