Class: VirtualSCSIController

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

Overview

urn:vim25VirtualSCSIController

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) ⇒ VirtualSCSIController

Returns a new instance of VirtualSCSIController.



26075
26076
26077
26078
26079
26080
26081
26082
26083
26084
26085
26086
26087
26088
26089
# File 'lib/vmware/soap/vim25.rb', line 26075

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.



26065
26066
26067
# File 'lib/vmware/soap/vim25.rb', line 26065

def backing
  @backing
end

#busNumberObject

Returns the value of attribute busNumber.



26069
26070
26071
# File 'lib/vmware/soap/vim25.rb', line 26069

def busNumber
  @busNumber
end

#connectableObject

Returns the value of attribute connectable.



26066
26067
26068
# File 'lib/vmware/soap/vim25.rb', line 26066

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26067
26068
26069
# File 'lib/vmware/soap/vim25.rb', line 26067

def controllerKey
  @controllerKey
end

#deviceObject

Returns the value of attribute device.



26070
26071
26072
# File 'lib/vmware/soap/vim25.rb', line 26070

def device
  @device
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26064
26065
26066
# File 'lib/vmware/soap/vim25.rb', line 26064

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26062
26063
26064
# File 'lib/vmware/soap/vim25.rb', line 26062

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26061
26062
26063
# File 'lib/vmware/soap/vim25.rb', line 26061

def dynamicType
  @dynamicType
end

#hotAddRemoveObject

Returns the value of attribute hotAddRemove.



26071
26072
26073
# File 'lib/vmware/soap/vim25.rb', line 26071

def hotAddRemove
  @hotAddRemove
end

#keyObject

Returns the value of attribute key.



26063
26064
26065
# File 'lib/vmware/soap/vim25.rb', line 26063

def key
  @key
end

#scsiCtlrUnitNumberObject

Returns the value of attribute scsiCtlrUnitNumber.



26073
26074
26075
# File 'lib/vmware/soap/vim25.rb', line 26073

def scsiCtlrUnitNumber
  @scsiCtlrUnitNumber
end

#sharedBusObject

Returns the value of attribute sharedBus.



26072
26073
26074
# File 'lib/vmware/soap/vim25.rb', line 26072

def sharedBus
  @sharedBus
end

#unitNumberObject

Returns the value of attribute unitNumber.



26068
26069
26070
# File 'lib/vmware/soap/vim25.rb', line 26068

def unitNumber
  @unitNumber
end