Class: VirtualDiskRawDiskVer2BackingInfo
- Inherits:
-
VirtualDeviceDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceDeviceBackingInfo
- VirtualDiskRawDiskVer2BackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskRawDiskVer2BackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean
descriptorFileName - SOAP::SOAPString
uuid - SOAP::SOAPString
Direct Known Subclasses
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.
-
#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) ⇒ VirtualDiskRawDiskVer2BackingInfo
constructor
A new instance of VirtualDiskRawDiskVer2BackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, descriptorFileName = nil, uuid = nil) ⇒ VirtualDiskRawDiskVer2BackingInfo
Returns a new instance of VirtualDiskRawDiskVer2BackingInfo.
25482 25483 25484 25485 25486 25487 25488 25489 |
# File 'lib/vmware/soap/vim25.rb', line 25482 def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, descriptorFileName = nil, uuid = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @deviceName = deviceName @useAutoDetect = useAutoDetect @descriptorFileName = descriptorFileName @uuid = uuid end |
Instance Attribute Details
#descriptorFileName ⇒ Object
Returns the value of attribute descriptorFileName.
25479 25480 25481 |
# File 'lib/vmware/soap/vim25.rb', line 25479 def descriptorFileName @descriptorFileName end |
#deviceName ⇒ Object
Returns the value of attribute deviceName.
25477 25478 25479 |
# File 'lib/vmware/soap/vim25.rb', line 25477 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25476 25477 25478 |
# File 'lib/vmware/soap/vim25.rb', line 25476 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25475 25476 25477 |
# File 'lib/vmware/soap/vim25.rb', line 25475 def dynamicType @dynamicType end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25478 25479 25480 |
# File 'lib/vmware/soap/vim25.rb', line 25478 def useAutoDetect @useAutoDetect end |
#uuid ⇒ Object
Returns the value of attribute uuid.
25480 25481 25482 |
# File 'lib/vmware/soap/vim25.rb', line 25480 def uuid @uuid end |