Class: VirtualDiskRawDiskMappingVer1BackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualDiskRawDiskMappingVer1BackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskRawDiskMappingVer1BackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
descriptorFileNameExtensions - ChoiceOption
compatibilityMode - ChoiceOption
diskMode - ChoiceOption
uuid - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
-
#compatibilityMode ⇒ Object
Returns the value of attribute compatibilityMode.
-
#descriptorFileNameExtensions ⇒ Object
Returns the value of attribute descriptorFileNameExtensions.
-
#diskMode ⇒ Object
Returns the value of attribute diskMode.
-
#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, compatibilityMode = nil, diskMode = nil, uuid = nil) ⇒ VirtualDiskRawDiskMappingVer1BackingOption
constructor
A new instance of VirtualDiskRawDiskMappingVer1BackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, descriptorFileNameExtensions = nil, compatibilityMode = nil, diskMode = nil, uuid = nil) ⇒ VirtualDiskRawDiskMappingVer1BackingOption
Returns a new instance of VirtualDiskRawDiskMappingVer1BackingOption.
27277 27278 27279 27280 27281 27282 27283 27284 27285 27286 |
# File 'lib/vmware/soap/vim25.rb', line 27277 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, descriptorFileNameExtensions = nil, compatibilityMode = nil, diskMode = nil, uuid = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable @descriptorFileNameExtensions = descriptorFileNameExtensions @compatibilityMode = compatibilityMode @diskMode = diskMode @uuid = uuid end |
Instance Attribute Details
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
27271 27272 27273 |
# File 'lib/vmware/soap/vim25.rb', line 27271 def autoDetectAvailable @autoDetectAvailable end |
#compatibilityMode ⇒ Object
Returns the value of attribute compatibilityMode.
27273 27274 27275 |
# File 'lib/vmware/soap/vim25.rb', line 27273 def compatibilityMode @compatibilityMode end |
#descriptorFileNameExtensions ⇒ Object
Returns the value of attribute descriptorFileNameExtensions.
27272 27273 27274 |
# File 'lib/vmware/soap/vim25.rb', line 27272 def descriptorFileNameExtensions @descriptorFileNameExtensions end |
#diskMode ⇒ Object
Returns the value of attribute diskMode.
27274 27275 27276 |
# File 'lib/vmware/soap/vim25.rb', line 27274 def diskMode @diskMode end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27269 27270 27271 |
# File 'lib/vmware/soap/vim25.rb', line 27269 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27268 27269 27270 |
# File 'lib/vmware/soap/vim25.rb', line 27268 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27270 27271 27272 |
# File 'lib/vmware/soap/vim25.rb', line 27270 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid.
27275 27276 27277 |
# File 'lib/vmware/soap/vim25.rb', line 27275 def uuid @uuid end |