Class: VirtualCdromAtapiBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualCdromAtapiBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualCdromAtapiBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
Instance Attribute Summary collapse
-
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualCdromAtapiBackingOption
constructor
A new instance of VirtualCdromAtapiBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualCdromAtapiBackingOption
Returns a new instance of VirtualCdromAtapiBackingOption.
27181 27182 27183 27184 27185 27186 |
# File 'lib/vmware/soap/vim25.rb', line 27181 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable end |
Instance Attribute Details
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
27179 27180 27181 |
# File 'lib/vmware/soap/vim25.rb', line 27179 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27177 27178 27179 |
# File 'lib/vmware/soap/vim25.rb', line 27177 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27176 27177 27178 |
# File 'lib/vmware/soap/vim25.rb', line 27176 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27178 27179 27180 |
# File 'lib/vmware/soap/vim25.rb', line 27178 def type @type end |