Class: VirtualDiskPartitionedRawDiskVer2BackingInfo
- Inherits:
-
VirtualDiskRawDiskVer2BackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceDeviceBackingInfo
- VirtualDiskRawDiskVer2BackingInfo
- VirtualDiskPartitionedRawDiskVer2BackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskPartitionedRawDiskVer2BackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean
descriptorFileName - SOAP::SOAPString
uuid - SOAP::SOAPString
partition - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#descriptorFileName ⇒ Object
Returns the value of attribute descriptorFileName.
-
#deviceName ⇒ Object
Returns the value of attribute deviceName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, descriptorFileName = nil, uuid = nil, partition = []) ⇒ VirtualDiskPartitionedRawDiskVer2BackingInfo
constructor
A new instance of VirtualDiskPartitionedRawDiskVer2BackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, descriptorFileName = nil, uuid = nil, partition = []) ⇒ VirtualDiskPartitionedRawDiskVer2BackingInfo
Returns a new instance of VirtualDiskPartitionedRawDiskVer2BackingInfo.
25509 25510 25511 25512 25513 25514 25515 25516 25517 |
# File 'lib/vmware/soap/vim25.rb', line 25509 def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, descriptorFileName = nil, uuid = nil, partition = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @deviceName = deviceName @useAutoDetect = useAutoDetect @descriptorFileName = descriptorFileName @uuid = uuid @partition = partition end |
Instance Attribute Details
#descriptorFileName ⇒ Object
Returns the value of attribute descriptorFileName.
25505 25506 25507 |
# File 'lib/vmware/soap/vim25.rb', line 25505 def descriptorFileName @descriptorFileName end |
#deviceName ⇒ Object
Returns the value of attribute deviceName.
25503 25504 25505 |
# File 'lib/vmware/soap/vim25.rb', line 25503 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25502 25503 25504 |
# File 'lib/vmware/soap/vim25.rb', line 25502 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25501 25502 25503 |
# File 'lib/vmware/soap/vim25.rb', line 25501 def dynamicType @dynamicType end |
#partition ⇒ Object
Returns the value of attribute partition.
25507 25508 25509 |
# File 'lib/vmware/soap/vim25.rb', line 25507 def partition @partition end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25504 25505 25506 |
# File 'lib/vmware/soap/vim25.rb', line 25504 def useAutoDetect @useAutoDetect end |
#uuid ⇒ Object
Returns the value of attribute uuid.
25506 25507 25508 |
# File 'lib/vmware/soap/vim25.rb', line 25506 def uuid @uuid end |