Class: VirtualDiskRawDiskVer2BackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualDiskRawDiskVer2BackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskRawDiskVer2BackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
descriptorFileNameExtensions - ChoiceOption
uuid - SOAP::SOAPBoolean
Direct Known Subclasses
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) ⇒ VirtualDiskRawDiskVer2BackingOption
constructor
A new instance of VirtualDiskRawDiskVer2BackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, descriptorFileNameExtensions = nil, uuid = nil) ⇒ VirtualDiskRawDiskVer2BackingOption
Returns a new instance of VirtualDiskRawDiskVer2BackingOption.
27223 27224 27225 27226 27227 27228 27229 27230 |
# File 'lib/vmware/soap/vim25.rb', line 27223 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.
27219 27220 27221 |
# File 'lib/vmware/soap/vim25.rb', line 27219 def autoDetectAvailable @autoDetectAvailable end |
#descriptorFileNameExtensions ⇒ Object
Returns the value of attribute descriptorFileNameExtensions.
27220 27221 27222 |
# File 'lib/vmware/soap/vim25.rb', line 27220 def descriptorFileNameExtensions @descriptorFileNameExtensions end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27217 27218 27219 |
# File 'lib/vmware/soap/vim25.rb', line 27217 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27216 27217 27218 |
# File 'lib/vmware/soap/vim25.rb', line 27216 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27218 27219 27220 |
# File 'lib/vmware/soap/vim25.rb', line 27218 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid.
27221 27222 27223 |
# File 'lib/vmware/soap/vim25.rb', line 27221 def uuid @uuid end |