public class VirtualMachineConfigOptionDescriptor extends DynamicData
Java class for VirtualMachineConfigOptionDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineConfigOptionDescriptor">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="createSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="defaultConfigOption" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="runSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="upgradeSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
createSupported |
protected Boolean |
defaultConfigOption |
protected String |
description |
protected List<ManagedObjectReference> |
host |
protected String |
key |
protected Boolean |
runSupported |
protected Boolean |
upgradeSupported |
| Constructor and Description |
|---|
VirtualMachineConfigOptionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<ManagedObjectReference> |
getHost()
Gets the value of the host property.
|
String |
getKey()
Gets the value of the key property.
|
Boolean |
isCreateSupported()
Gets the value of the createSupported property.
|
Boolean |
isDefaultConfigOption()
Gets the value of the defaultConfigOption property.
|
Boolean |
isRunSupported()
Gets the value of the runSupported property.
|
Boolean |
isUpgradeSupported()
Gets the value of the upgradeSupported property.
|
void |
setCreateSupported(Boolean value)
Sets the value of the createSupported property.
|
void |
setDefaultConfigOption(Boolean value)
Sets the value of the defaultConfigOption property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setRunSupported(Boolean value)
Sets the value of the runSupported property.
|
void |
setUpgradeSupported(Boolean value)
Sets the value of the upgradeSupported property.
|
protected String key
protected String description
protected List<ManagedObjectReference> host
protected Boolean createSupported
protected Boolean defaultConfigOption
protected Boolean runSupported
protected Boolean upgradeSupported
public VirtualMachineConfigOptionDescriptor()
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<ManagedObjectReference> getHost()
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 host property.
For example, to add a new item, do as follows:
getHost().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public Boolean isCreateSupported()
Booleanpublic void setCreateSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isDefaultConfigOption()
Booleanpublic void setDefaultConfigOption(Boolean value)
value - allowed object is
Booleanpublic Boolean isRunSupported()
Booleanpublic void setRunSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isUpgradeSupported()
BooleanCopyright © 2018. All rights reserved.