public class VirtualControllerOption extends VirtualDeviceOption
Java class for VirtualControllerOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualControllerOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceOption">
<sequence>
<element name="devices" type="{urn:vim25}IntOption"/>
<element name="supportedDevice" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntOption |
devices |
protected List<String> |
supportedDevice |
autoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualControllerOption() |
| Modifier and Type | Method and Description |
|---|---|
IntOption |
getDevices()
Gets the value of the devices property.
|
List<String> |
getSupportedDevice()
Gets the value of the supportedDevice property.
|
void |
setDevices(IntOption value)
Sets the value of the devices property.
|
getAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected IntOption devices
public IntOption getDevices()
IntOptionpublic void setDevices(IntOption value)
value - allowed object is
IntOptionpublic List<String> getSupportedDevice()
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 supportedDevice property.
For example, to add a new item, do as follows:
getSupportedDevice().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.