Class: VirtualDiskPartitionedRawDiskVer2BackingOption
- Inherits:
-
VirtualDiskRawDiskVer2BackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualDiskRawDiskVer2BackingOption
- VirtualDiskPartitionedRawDiskVer2BackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskPartitionedRawDiskVer2BackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
descriptorFileNameExtensions - ChoiceOption
uuid - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
-
#descriptorFileNameExtensions ⇒ Object
Returns the value of attribute descriptorFileNameExtensions.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, descriptorFileNameExtensions = nil, uuid = nil) ⇒ VirtualDiskPartitionedRawDiskVer2BackingOption
constructor
A new instance of VirtualDiskPartitionedRawDiskVer2BackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, descriptorFileNameExtensions = nil, uuid = nil) ⇒ VirtualDiskPartitionedRawDiskVer2BackingOption
Returns a new instance of VirtualDiskPartitionedRawDiskVer2BackingOption.
27248 27249 27250 27251 27252 27253 27254 27255 |
# File 'lib/vmware/soap/vim25.rb', line 27248 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, descriptorFileNameExtensions = nil, uuid = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable @descriptorFileNameExtensions = descriptorFileNameExtensions @uuid = uuid end |
Instance Attribute Details
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
27244 27245 27246 |
# File 'lib/vmware/soap/vim25.rb', line 27244 def autoDetectAvailable @autoDetectAvailable end |
#descriptorFileNameExtensions ⇒ Object
Returns the value of attribute descriptorFileNameExtensions.
27245 27246 27247 |
# File 'lib/vmware/soap/vim25.rb', line 27245 def descriptorFileNameExtensions @descriptorFileNameExtensions end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27242 27243 27244 |
# File 'lib/vmware/soap/vim25.rb', line 27242 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27241 27242 27243 |
# File 'lib/vmware/soap/vim25.rb', line 27241 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27243 27244 27245 |
# File 'lib/vmware/soap/vim25.rb', line 27243 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid.
27246 27247 27248 |
# File 'lib/vmware/soap/vim25.rb', line 27246 def uuid @uuid end |