Class: VirtualDeviceConnectOption

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualDeviceConnectOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
startConnected - BoolOption
allowGuestControl - BoolOption

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#allowGuestControlObject

Returns the value of attribute allowGuestControl.



27570
27571
27572
# File 'lib/vmware/soap/vim25.rb', line 27570

def allowGuestControl
  @allowGuestControl
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27568
27569
27570
# File 'lib/vmware/soap/vim25.rb', line 27568

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27567
27568
27569
# File 'lib/vmware/soap/vim25.rb', line 27567

def dynamicType
  @dynamicType
end

#startConnectedObject

Returns the value of attribute startConnected.



27569
27570
27571
# File 'lib/vmware/soap/vim25.rb', line 27569

def startConnected
  @startConnected
end