Class: VirtualParallelPortDeviceBackingInfo
- Inherits:
-
VirtualDeviceDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceDeviceBackingInfo
- VirtualParallelPortDeviceBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualParallelPortDeviceBackingInfo
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) ⇒ VirtualParallelPortDeviceBackingInfo
constructor
A new instance of VirtualParallelPortDeviceBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualParallelPortDeviceBackingInfo
Returns a new instance of VirtualParallelPortDeviceBackingInfo.
25591 25592 25593 25594 25595 25596 |
# File 'lib/vmware/soap/vim25.rb', line 25591 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.
25588 25589 25590 |
# File 'lib/vmware/soap/vim25.rb', line 25588 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25587 25588 25589 |
# File 'lib/vmware/soap/vim25.rb', line 25587 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25586 25587 25588 |
# File 'lib/vmware/soap/vim25.rb', line 25586 def dynamicType @dynamicType end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25589 25590 25591 |
# File 'lib/vmware/soap/vim25.rb', line 25589 def useAutoDetect @useAutoDetect end |