Class: VirtualUSBUSBBackingInfo
- Inherits:
-
VirtualDeviceDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceDeviceBackingInfo
- VirtualUSBUSBBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualUSBUSBBackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#deviceName ⇒ Object
Returns the value of attribute deviceName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualUSBUSBBackingInfo
constructor
A new instance of VirtualUSBUSBBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualUSBUSBBackingInfo
Returns a new instance of VirtualUSBUSBBackingInfo.
25689 25690 25691 25692 25693 25694 |
# File 'lib/vmware/soap/vim25.rb', line 25689 def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @deviceName = deviceName @useAutoDetect = useAutoDetect end |
Instance Attribute Details
#deviceName ⇒ Object
Returns the value of attribute deviceName.
25686 25687 25688 |
# File 'lib/vmware/soap/vim25.rb', line 25686 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25685 25686 25687 |
# File 'lib/vmware/soap/vim25.rb', line 25685 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25684 25685 25686 |
# File 'lib/vmware/soap/vim25.rb', line 25684 def dynamicType @dynamicType end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25687 25688 25689 |
# File 'lib/vmware/soap/vim25.rb', line 25687 def useAutoDetect @useAutoDetect end |