public class VirtualPCIControllerOption extends VirtualControllerOption
Java class for VirtualPCIControllerOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualPCIControllerOption">
<complexContent>
<extension base="{urn:vim25}VirtualControllerOption">
<sequence>
<element name="numSCSIControllers" type="{urn:vim25}IntOption"/>
<element name="numEthernetCards" type="{urn:vim25}IntOption"/>
<element name="numVideoCards" type="{urn:vim25}IntOption"/>
<element name="numSoundCards" type="{urn:vim25}IntOption"/>
<element name="numVmiRoms" type="{urn:vim25}IntOption"/>
<element name="numVmciDevices" type="{urn:vim25}IntOption" minOccurs="0"/>
<element name="numPCIPassthroughDevices" type="{urn:vim25}IntOption" minOccurs="0"/>
<element name="numSasSCSIControllers" type="{urn:vim25}IntOption" minOccurs="0"/>
<element name="numVmxnet3EthernetCards" type="{urn:vim25}IntOption" minOccurs="0"/>
<element name="numParaVirtualSCSIControllers" type="{urn:vim25}IntOption" minOccurs="0"/>
<element name="numSATAControllers" type="{urn:vim25}IntOption" minOccurs="0"/>
<element name="numNVMEControllers" type="{urn:vim25}IntOption" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntOption |
numEthernetCards |
protected IntOption |
numNVMEControllers |
protected IntOption |
numParaVirtualSCSIControllers |
protected IntOption |
numPCIPassthroughDevices |
protected IntOption |
numSasSCSIControllers |
protected IntOption |
numSATAControllers |
protected IntOption |
numSCSIControllers |
protected IntOption |
numSoundCards |
protected IntOption |
numVideoCards |
protected IntOption |
numVmciDevices |
protected IntOption |
numVmiRoms |
protected IntOption |
numVmxnet3EthernetCards |
devices, supportedDeviceautoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualPCIControllerOption() |
| Modifier and Type | Method and Description |
|---|---|
IntOption |
getNumEthernetCards()
Gets the value of the numEthernetCards property.
|
IntOption |
getNumNVMEControllers()
Gets the value of the numNVMEControllers property.
|
IntOption |
getNumParaVirtualSCSIControllers()
Gets the value of the numParaVirtualSCSIControllers property.
|
IntOption |
getNumPCIPassthroughDevices()
Gets the value of the numPCIPassthroughDevices property.
|
IntOption |
getNumSasSCSIControllers()
Gets the value of the numSasSCSIControllers property.
|
IntOption |
getNumSATAControllers()
Gets the value of the numSATAControllers property.
|
IntOption |
getNumSCSIControllers()
Gets the value of the numSCSIControllers property.
|
IntOption |
getNumSoundCards()
Gets the value of the numSoundCards property.
|
IntOption |
getNumVideoCards()
Gets the value of the numVideoCards property.
|
IntOption |
getNumVmciDevices()
Gets the value of the numVmciDevices property.
|
IntOption |
getNumVmiRoms()
Gets the value of the numVmiRoms property.
|
IntOption |
getNumVmxnet3EthernetCards()
Gets the value of the numVmxnet3EthernetCards property.
|
void |
setNumEthernetCards(IntOption value)
Sets the value of the numEthernetCards property.
|
void |
setNumNVMEControllers(IntOption value)
Sets the value of the numNVMEControllers property.
|
void |
setNumParaVirtualSCSIControllers(IntOption value)
Sets the value of the numParaVirtualSCSIControllers property.
|
void |
setNumPCIPassthroughDevices(IntOption value)
Sets the value of the numPCIPassthroughDevices property.
|
void |
setNumSasSCSIControllers(IntOption value)
Sets the value of the numSasSCSIControllers property.
|
void |
setNumSATAControllers(IntOption value)
Sets the value of the numSATAControllers property.
|
void |
setNumSCSIControllers(IntOption value)
Sets the value of the numSCSIControllers property.
|
void |
setNumSoundCards(IntOption value)
Sets the value of the numSoundCards property.
|
void |
setNumVideoCards(IntOption value)
Sets the value of the numVideoCards property.
|
void |
setNumVmciDevices(IntOption value)
Sets the value of the numVmciDevices property.
|
void |
setNumVmiRoms(IntOption value)
Sets the value of the numVmiRoms property.
|
void |
setNumVmxnet3EthernetCards(IntOption value)
Sets the value of the numVmxnet3EthernetCards property.
|
getDevices, getSupportedDevice, setDevicesgetAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected IntOption numSCSIControllers
protected IntOption numEthernetCards
protected IntOption numVideoCards
protected IntOption numSoundCards
protected IntOption numVmiRoms
protected IntOption numVmciDevices
protected IntOption numPCIPassthroughDevices
protected IntOption numSasSCSIControllers
protected IntOption numVmxnet3EthernetCards
protected IntOption numParaVirtualSCSIControllers
protected IntOption numSATAControllers
protected IntOption numNVMEControllers
public IntOption getNumSCSIControllers()
IntOptionpublic void setNumSCSIControllers(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumEthernetCards()
IntOptionpublic void setNumEthernetCards(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumVideoCards()
IntOptionpublic void setNumVideoCards(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumSoundCards()
IntOptionpublic void setNumSoundCards(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumVmiRoms()
IntOptionpublic void setNumVmiRoms(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumVmciDevices()
IntOptionpublic void setNumVmciDevices(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumPCIPassthroughDevices()
IntOptionpublic void setNumPCIPassthroughDevices(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumSasSCSIControllers()
IntOptionpublic void setNumSasSCSIControllers(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumVmxnet3EthernetCards()
IntOptionpublic void setNumVmxnet3EthernetCards(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumParaVirtualSCSIControllers()
IntOptionpublic void setNumParaVirtualSCSIControllers(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumSATAControllers()
IntOptionpublic void setNumSATAControllers(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumNVMEControllers()
IntOptionCopyright © 2018. All rights reserved.