Class: VirtualUSBUSBBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualUSBUSBBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualUSBUSBBackingOption
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) ⇒ VirtualUSBUSBBackingOption
constructor
A new instance of VirtualUSBUSBBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualUSBUSBBackingOption
Returns a new instance of VirtualUSBUSBBackingOption.
27455 27456 27457 27458 27459 27460 |
# File 'lib/vmware/soap/vim25.rb', line 27455 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.
27453 27454 27455 |
# File 'lib/vmware/soap/vim25.rb', line 27453 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27451 27452 27453 |
# File 'lib/vmware/soap/vim25.rb', line 27451 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27450 27451 27452 |
# File 'lib/vmware/soap/vim25.rb', line 27450 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27452 27453 27454 |
# File 'lib/vmware/soap/vim25.rb', line 27452 def type @type end |