Class: VirtualPCIController
- Inherits:
-
VirtualController
- Object
- DynamicData
- VirtualDevice
- VirtualController
- VirtualPCIController
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualPCIController
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
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#busNumber ⇒ Object
Returns the value of attribute busNumber.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#device ⇒ Object
Returns the value of attribute device.
-
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = []) ⇒ VirtualPCIController
constructor
A new instance of VirtualPCIController.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = []) ⇒ VirtualPCIController
Returns a new instance of VirtualPCIController.
25995 25996 25997 25998 25999 26000 26001 26002 26003 26004 26005 26006 |
# File 'lib/vmware/soap/vim25.rb', line 25995 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
#backing ⇒ Object
Returns the value of attribute backing.
25988 25989 25990 |
# File 'lib/vmware/soap/vim25.rb', line 25988 def backing @backing end |
#busNumber ⇒ Object
Returns the value of attribute busNumber.
25992 25993 25994 |
# File 'lib/vmware/soap/vim25.rb', line 25992 def busNumber @busNumber end |
#connectable ⇒ Object
Returns the value of attribute connectable.
25989 25990 25991 |
# File 'lib/vmware/soap/vim25.rb', line 25989 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
25990 25991 25992 |
# File 'lib/vmware/soap/vim25.rb', line 25990 def controllerKey @controllerKey end |
#device ⇒ Object
Returns the value of attribute device.
25993 25994 25995 |
# File 'lib/vmware/soap/vim25.rb', line 25993 def device @device end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
25987 25988 25989 |
# File 'lib/vmware/soap/vim25.rb', line 25987 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25985 25986 25987 |
# File 'lib/vmware/soap/vim25.rb', line 25985 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25984 25985 25986 |
# File 'lib/vmware/soap/vim25.rb', line 25984 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
25986 25987 25988 |
# File 'lib/vmware/soap/vim25.rb', line 25986 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
25991 25992 25993 |
# File 'lib/vmware/soap/vim25.rb', line 25991 def unitNumber @unitNumber end |