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