Class: VirtualDeviceConnectOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualDeviceConnectOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDeviceConnectOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
startConnected - BoolOption
allowGuestControl - BoolOption
Instance Attribute Summary collapse
-
#allowGuestControl ⇒ Object
Returns the value of attribute allowGuestControl.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#startConnected ⇒ Object
Returns the value of attribute startConnected.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], startConnected = nil, allowGuestControl = nil) ⇒ VirtualDeviceConnectOption
constructor
A new instance of VirtualDeviceConnectOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], startConnected = nil, allowGuestControl = nil) ⇒ VirtualDeviceConnectOption
Returns a new instance of VirtualDeviceConnectOption.
27572 27573 27574 27575 27576 27577 |
# File 'lib/vmware/soap/vim25.rb', line 27572 def initialize(dynamicType = nil, dynamicProperty = [], startConnected = nil, allowGuestControl = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @startConnected = startConnected @allowGuestControl = allowGuestControl end |
Instance Attribute Details
#allowGuestControl ⇒ Object
Returns the value of attribute allowGuestControl.
27570 27571 27572 |
# File 'lib/vmware/soap/vim25.rb', line 27570 def allowGuestControl @allowGuestControl end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27568 27569 27570 |
# File 'lib/vmware/soap/vim25.rb', line 27568 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27567 27568 27569 |
# File 'lib/vmware/soap/vim25.rb', line 27567 def dynamicType @dynamicType end |
#startConnected ⇒ Object
Returns the value of attribute startConnected.
27569 27570 27571 |
# File 'lib/vmware/soap/vim25.rb', line 27569 def startConnected @startConnected end |