Class: VirtualDeviceConnectInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualDeviceConnectInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDeviceConnectInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
startConnected - SOAP::SOAPBoolean
allowGuestControl - SOAP::SOAPBoolean
connected - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#allowGuestControl ⇒ Object
Returns the value of attribute allowGuestControl.
-
#connected ⇒ Object
Returns the value of attribute connected.
-
#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, connected = nil) ⇒ VirtualDeviceConnectInfo
constructor
A new instance of VirtualDeviceConnectInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], startConnected = nil, allowGuestControl = nil, connected = nil) ⇒ VirtualDeviceConnectInfo
Returns a new instance of VirtualDeviceConnectInfo.
25827 25828 25829 25830 25831 25832 25833 |
# File 'lib/vmware/soap/vim25.rb', line 25827 def initialize(dynamicType = nil, dynamicProperty = [], startConnected = nil, allowGuestControl = nil, connected = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @startConnected = startConnected @allowGuestControl = allowGuestControl @connected = connected end |
Instance Attribute Details
#allowGuestControl ⇒ Object
Returns the value of attribute allowGuestControl.
25824 25825 25826 |
# File 'lib/vmware/soap/vim25.rb', line 25824 def allowGuestControl @allowGuestControl end |
#connected ⇒ Object
Returns the value of attribute connected.
25825 25826 25827 |
# File 'lib/vmware/soap/vim25.rb', line 25825 def connected @connected end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25822 25823 25824 |
# File 'lib/vmware/soap/vim25.rb', line 25822 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25821 25822 25823 |
# File 'lib/vmware/soap/vim25.rb', line 25821 def dynamicType @dynamicType end |
#startConnected ⇒ Object
Returns the value of attribute startConnected.
25823 25824 25825 |
# File 'lib/vmware/soap/vim25.rb', line 25823 def startConnected @startConnected end |