Class: VirtualBusLogicController

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

Overview

urn:vim25VirtualBusLogicController

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
hotAddRemove - SOAP::SOAPBoolean
sharedBus - VirtualSCSISharing
scsiCtlrUnitNumber - 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 = [], hotAddRemove = nil, sharedBus = nil, scsiCtlrUnitNumber = nil) ⇒ VirtualBusLogicController

Returns a new instance of VirtualBusLogicController.



26121
26122
26123
26124
26125
26126
26127
26128
26129
26130
26131
26132
26133
26134
26135
# File 'lib/vmware/soap/vim25.rb', line 26121

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

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



26111
26112
26113
# File 'lib/vmware/soap/vim25.rb', line 26111

def backing
  @backing
end

#busNumberObject

Returns the value of attribute busNumber.



26115
26116
26117
# File 'lib/vmware/soap/vim25.rb', line 26115

def busNumber
  @busNumber
end

#connectableObject

Returns the value of attribute connectable.



26112
26113
26114
# File 'lib/vmware/soap/vim25.rb', line 26112

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26113
26114
26115
# File 'lib/vmware/soap/vim25.rb', line 26113

def controllerKey
  @controllerKey
end

#deviceObject

Returns the value of attribute device.



26116
26117
26118
# File 'lib/vmware/soap/vim25.rb', line 26116

def device
  @device
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26110
26111
26112
# File 'lib/vmware/soap/vim25.rb', line 26110

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26108
26109
26110
# File 'lib/vmware/soap/vim25.rb', line 26108

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26107
26108
26109
# File 'lib/vmware/soap/vim25.rb', line 26107

def dynamicType
  @dynamicType
end

#hotAddRemoveObject

Returns the value of attribute hotAddRemove.



26117
26118
26119
# File 'lib/vmware/soap/vim25.rb', line 26117

def hotAddRemove
  @hotAddRemove
end

#keyObject

Returns the value of attribute key.



26109
26110
26111
# File 'lib/vmware/soap/vim25.rb', line 26109

def key
  @key
end

#scsiCtlrUnitNumberObject

Returns the value of attribute scsiCtlrUnitNumber.



26119
26120
26121
# File 'lib/vmware/soap/vim25.rb', line 26119

def scsiCtlrUnitNumber
  @scsiCtlrUnitNumber
end

#sharedBusObject

Returns the value of attribute sharedBus.



26118
26119
26120
# File 'lib/vmware/soap/vim25.rb', line 26118

def sharedBus
  @sharedBus
end

#unitNumberObject

Returns the value of attribute unitNumber.



26114
26115
26116
# File 'lib/vmware/soap/vim25.rb', line 26114

def unitNumber
  @unitNumber
end