Class: VirtualIDEController

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

Overview

urn:vim25VirtualIDEController

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 = []) ⇒ VirtualIDEController

Returns a new instance of VirtualIDEController.



25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
25969
# File 'lib/vmware/soap/vim25.rb', line 25958

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.



25951
25952
25953
# File 'lib/vmware/soap/vim25.rb', line 25951

def backing
  @backing
end

#busNumberObject

Returns the value of attribute busNumber.



25955
25956
25957
# File 'lib/vmware/soap/vim25.rb', line 25955

def busNumber
  @busNumber
end

#connectableObject

Returns the value of attribute connectable.



25952
25953
25954
# File 'lib/vmware/soap/vim25.rb', line 25952

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



25953
25954
25955
# File 'lib/vmware/soap/vim25.rb', line 25953

def controllerKey
  @controllerKey
end

#deviceObject

Returns the value of attribute device.



25956
25957
25958
# File 'lib/vmware/soap/vim25.rb', line 25956

def device
  @device
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



25950
25951
25952
# File 'lib/vmware/soap/vim25.rb', line 25950

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25948
25949
25950
# File 'lib/vmware/soap/vim25.rb', line 25948

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25947
25948
25949
# File 'lib/vmware/soap/vim25.rb', line 25947

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



25949
25950
25951
# File 'lib/vmware/soap/vim25.rb', line 25949

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



25954
25955
25956
# File 'lib/vmware/soap/vim25.rb', line 25954

def unitNumber
  @unitNumber
end