Class: VirtualSerialPortDeviceBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualSerialPortDeviceBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSerialPortDeviceBackingOption
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) ⇒ VirtualSerialPortDeviceBackingOption
constructor
A new instance of VirtualSerialPortDeviceBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualSerialPortDeviceBackingOption
Returns a new instance of VirtualSerialPortDeviceBackingOption.
27417 27418 27419 27420 27421 27422 |
# File 'lib/vmware/soap/vim25.rb', line 27417 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.
27415 27416 27417 |
# File 'lib/vmware/soap/vim25.rb', line 27415 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27413 27414 27415 |
# File 'lib/vmware/soap/vim25.rb', line 27413 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27412 27413 27414 |
# File 'lib/vmware/soap/vim25.rb', line 27412 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27414 27415 27416 |
# File 'lib/vmware/soap/vim25.rb', line 27414 def type @type end |