public class VirtualUSBXHCIControllerOption extends VirtualControllerOption
Java class for VirtualUSBXHCIControllerOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualUSBXHCIControllerOption">
<complexContent>
<extension base="{urn:vim25}VirtualControllerOption">
<sequence>
<element name="autoConnectDevices" type="{urn:vim25}BoolOption"/>
<element name="supportedSpeeds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoolOption |
autoConnectDevices |
protected List<String> |
supportedSpeeds |
devices, supportedDeviceautoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualUSBXHCIControllerOption() |
| Modifier and Type | Method and Description |
|---|---|
BoolOption |
getAutoConnectDevices()
Gets the value of the autoConnectDevices property.
|
List<String> |
getSupportedSpeeds()
Gets the value of the supportedSpeeds property.
|
void |
setAutoConnectDevices(BoolOption value)
Sets the value of the autoConnectDevices property.
|
getDevices, getSupportedDevice, setDevicesgetAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected BoolOption autoConnectDevices
public BoolOption getAutoConnectDevices()
BoolOptionpublic void setAutoConnectDevices(BoolOption value)
value - allowed object is
BoolOptionpublic List<String> getSupportedSpeeds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the supportedSpeeds property.
For example, to add a new item, do as follows:
getSupportedSpeeds().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.