public class VirtualSCSIController extends VirtualController
Java class for VirtualSCSIController complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualSCSIController">
<complexContent>
<extension base="{urn:vim25}VirtualController">
<sequence>
<element name="hotAddRemove" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sharedBus" type="{urn:vim25}VirtualSCSISharing"/>
<element name="scsiCtlrUnitNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
hotAddRemove |
protected Integer |
scsiCtlrUnitNumber |
protected VirtualSCSISharing |
sharedBus |
busNumber, devicebacking, connectable, controllerKey, deviceInfo, key, slotInfo, unitNumber| Constructor and Description |
|---|
VirtualSCSIController() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getScsiCtlrUnitNumber()
Gets the value of the scsiCtlrUnitNumber property.
|
VirtualSCSISharing |
getSharedBus()
Gets the value of the sharedBus property.
|
Boolean |
isHotAddRemove()
Gets the value of the hotAddRemove property.
|
void |
setHotAddRemove(Boolean value)
Sets the value of the hotAddRemove property.
|
void |
setScsiCtlrUnitNumber(Integer value)
Sets the value of the scsiCtlrUnitNumber property.
|
void |
setSharedBus(VirtualSCSISharing value)
Sets the value of the sharedBus property.
|
getBusNumber, getDevice, setBusNumbergetBacking, getConnectable, getControllerKey, getDeviceInfo, getKey, getSlotInfo, getUnitNumber, setBacking, setConnectable, setControllerKey, setDeviceInfo, setKey, setSlotInfo, setUnitNumberprotected Boolean hotAddRemove
protected VirtualSCSISharing sharedBus
protected Integer scsiCtlrUnitNumber
public Boolean isHotAddRemove()
Booleanpublic void setHotAddRemove(Boolean value)
value - allowed object is
Booleanpublic VirtualSCSISharing getSharedBus()
VirtualSCSISharingpublic void setSharedBus(VirtualSCSISharing value)
value - allowed object is
VirtualSCSISharingpublic Integer getScsiCtlrUnitNumber()
IntegerCopyright © 2018. All rights reserved.