Class: VirtualCdromRemoteAtapiBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualCdromRemoteAtapiBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualCdromRemoteAtapiBackingOption
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) ⇒ VirtualCdromRemoteAtapiBackingOption
constructor
A new instance of VirtualCdromRemoteAtapiBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualCdromRemoteAtapiBackingOption
Returns a new instance of VirtualCdromRemoteAtapiBackingOption.
27200 27201 27202 27203 27204 27205 |
# File 'lib/vmware/soap/vim25.rb', line 27200 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.
27198 27199 27200 |
# File 'lib/vmware/soap/vim25.rb', line 27198 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27196 27197 27198 |
# File 'lib/vmware/soap/vim25.rb', line 27196 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27195 27196 27197 |
# File 'lib/vmware/soap/vim25.rb', line 27195 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27197 27198 27199 |
# File 'lib/vmware/soap/vim25.rb', line 27197 def type @type end |