Class: VirtualIDEController
- Inherits:
-
VirtualController
- Object
- DynamicData
- VirtualDevice
- VirtualController
- VirtualIDEController
- 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
-
#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 = []) ⇒ VirtualIDEController
constructor
A new instance of VirtualIDEController.
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
#backing ⇒ Object
Returns the value of attribute backing.
25951 25952 25953 |
# File 'lib/vmware/soap/vim25.rb', line 25951 def backing @backing end |
#busNumber ⇒ Object
Returns the value of attribute busNumber.
25955 25956 25957 |
# File 'lib/vmware/soap/vim25.rb', line 25955 def busNumber @busNumber end |
#connectable ⇒ Object
Returns the value of attribute connectable.
25952 25953 25954 |
# File 'lib/vmware/soap/vim25.rb', line 25952 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
25953 25954 25955 |
# File 'lib/vmware/soap/vim25.rb', line 25953 def controllerKey @controllerKey end |
#device ⇒ Object
Returns the value of attribute device.
25956 25957 25958 |
# File 'lib/vmware/soap/vim25.rb', line 25956 def device @device end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
25950 25951 25952 |
# File 'lib/vmware/soap/vim25.rb', line 25950 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25948 25949 25950 |
# File 'lib/vmware/soap/vim25.rb', line 25948 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25947 25948 25949 |
# File 'lib/vmware/soap/vim25.rb', line 25947 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
25949 25950 25951 |
# File 'lib/vmware/soap/vim25.rb', line 25949 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
25954 25955 25956 |
# File 'lib/vmware/soap/vim25.rb', line 25954 def unitNumber @unitNumber end |