Class: VirtualController

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

Overview

urn:vim25VirtualController

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
busNumber - SOAP::SOAPInt
device - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = []) ⇒ VirtualController

Returns a new instance of VirtualController.



25921
25922
25923
25924
25925
25926
25927
25928
25929
25930
25931
25932
# File 'lib/vmware/soap/vim25.rb', line 25921

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @deviceInfo = deviceInfo
  @backing = backing
  @connectable = connectable
  @controllerKey = controllerKey
  @unitNumber = unitNumber
  @busNumber = busNumber
  @device = device
end

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



25914
25915
25916
# File 'lib/vmware/soap/vim25.rb', line 25914

def backing
  @backing
end

#busNumberObject

Returns the value of attribute busNumber.



25918
25919
25920
# File 'lib/vmware/soap/vim25.rb', line 25918

def busNumber
  @busNumber
end

#connectableObject

Returns the value of attribute connectable.



25915
25916
25917
# File 'lib/vmware/soap/vim25.rb', line 25915

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



25916
25917
25918
# File 'lib/vmware/soap/vim25.rb', line 25916

def controllerKey
  @controllerKey
end

#deviceObject

Returns the value of attribute device.



25919
25920
25921
# File 'lib/vmware/soap/vim25.rb', line 25919

def device
  @device
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



25913
25914
25915
# File 'lib/vmware/soap/vim25.rb', line 25913

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25911
25912
25913
# File 'lib/vmware/soap/vim25.rb', line 25911

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25910
25911
25912
# File 'lib/vmware/soap/vim25.rb', line 25910

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



25912
25913
25914
# File 'lib/vmware/soap/vim25.rb', line 25912

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



25917
25918
25919
# File 'lib/vmware/soap/vim25.rb', line 25917

def unitNumber
  @unitNumber
end