Class: VirtualMachineIdeDiskDeviceInfo
- Inherits:
-
VirtualMachineDiskDeviceInfo
- Object
- DynamicData
- VirtualMachineTargetInfo
- VirtualMachineDiskDeviceInfo
- VirtualMachineIdeDiskDeviceInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineIdeDiskDeviceInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
capacity - SOAP::SOAPLong
vm - ManagedObjectReference
partitionTable - VirtualMachineIdeDiskDevicePartitionInfo
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partitionTable ⇒ Object
Returns the value of attribute partitionTable.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = [], partitionTable = []) ⇒ VirtualMachineIdeDiskDeviceInfo
constructor
A new instance of VirtualMachineIdeDiskDeviceInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = [], partitionTable = []) ⇒ VirtualMachineIdeDiskDeviceInfo
Returns a new instance of VirtualMachineIdeDiskDeviceInfo.
24223 24224 24225 24226 24227 24228 24229 24230 24231 |
# File 'lib/vmware/soap/vim25.rb', line 24223 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = [], partitionTable = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @configurationTag = configurationTag @capacity = capacity @vm = vm @partitionTable = partitionTable end |
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
24219 24220 24221 |
# File 'lib/vmware/soap/vim25.rb', line 24219 def capacity @capacity end |
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
24218 24219 24220 |
# File 'lib/vmware/soap/vim25.rb', line 24218 def configurationTag @configurationTag end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24216 24217 24218 |
# File 'lib/vmware/soap/vim25.rb', line 24216 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24215 24216 24217 |
# File 'lib/vmware/soap/vim25.rb', line 24215 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24217 24218 24219 |
# File 'lib/vmware/soap/vim25.rb', line 24217 def name @name end |
#partitionTable ⇒ Object
Returns the value of attribute partitionTable.
24221 24222 24223 |
# File 'lib/vmware/soap/vim25.rb', line 24221 def partitionTable @partitionTable end |
#vm ⇒ Object
Returns the value of attribute vm.
24220 24221 24222 |
# File 'lib/vmware/soap/vim25.rb', line 24220 def vm @vm end |