Class: VirtualCdromPassthroughBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualCdromPassthroughBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualCdromPassthroughBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
exclusive - 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.
-
#exclusive ⇒ Object
Returns the value of attribute exclusive.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, exclusive = nil) ⇒ VirtualCdromPassthroughBackingOption
constructor
A new instance of VirtualCdromPassthroughBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, exclusive = nil) ⇒ VirtualCdromPassthroughBackingOption
Returns a new instance of VirtualCdromPassthroughBackingOption.
27161 27162 27163 27164 27165 27166 27167 |
# File 'lib/vmware/soap/vim25.rb', line 27161 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, exclusive = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable @exclusive = exclusive end |
Instance Attribute Details
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
27158 27159 27160 |
# File 'lib/vmware/soap/vim25.rb', line 27158 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27156 27157 27158 |
# File 'lib/vmware/soap/vim25.rb', line 27156 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27155 27156 27157 |
# File 'lib/vmware/soap/vim25.rb', line 27155 def dynamicType @dynamicType end |
#exclusive ⇒ Object
Returns the value of attribute exclusive.
27159 27160 27161 |
# File 'lib/vmware/soap/vim25.rb', line 27159 def exclusive @exclusive end |
#type ⇒ Object
Returns the value of attribute type.
27157 27158 27159 |
# File 'lib/vmware/soap/vim25.rb', line 27157 def type @type end |