Class: VirtualDeviceConnectInfo

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#allowGuestControlObject

Returns the value of attribute allowGuestControl.



25824
25825
25826
# File 'lib/vmware/soap/vim25.rb', line 25824

def allowGuestControl
  @allowGuestControl
end

#connectedObject

Returns the value of attribute connected.



25825
25826
25827
# File 'lib/vmware/soap/vim25.rb', line 25825

def connected
  @connected
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25822
25823
25824
# File 'lib/vmware/soap/vim25.rb', line 25822

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25821
25822
25823
# File 'lib/vmware/soap/vim25.rb', line 25821

def dynamicType
  @dynamicType
end

#startConnectedObject

Returns the value of attribute startConnected.



25823
25824
25825
# File 'lib/vmware/soap/vim25.rb', line 25823

def startConnected
  @startConnected
end