Class: VirtualDeviceRemoteDeviceBackingOption
- Inherits:
-
VirtualDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceRemoteDeviceBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDeviceRemoteDeviceBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
Direct Known Subclasses
VirtualCdromRemotePassthroughBackingOption, VirtualFloppyRemoteDeviceBackingOption
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) ⇒ VirtualDeviceRemoteDeviceBackingOption
constructor
A new instance of VirtualDeviceRemoteDeviceBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualDeviceRemoteDeviceBackingOption
Returns a new instance of VirtualDeviceRemoteDeviceBackingOption.
27474 27475 27476 27477 27478 27479 |
# File 'lib/vmware/soap/vim25.rb', line 27474 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.
27472 27473 27474 |
# File 'lib/vmware/soap/vim25.rb', line 27472 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27470 27471 27472 |
# File 'lib/vmware/soap/vim25.rb', line 27470 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27469 27470 27471 |
# File 'lib/vmware/soap/vim25.rb', line 27469 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27471 27472 27473 |
# File 'lib/vmware/soap/vim25.rb', line 27471 def type @type end |