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