public class VirtualMachineConfigOption extends DynamicData
Java class for VirtualMachineConfigOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineConfigOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="guestOSDescriptor" type="{urn:vim25}GuestOsDescriptor" maxOccurs="unbounded"/>
<element name="guestOSDefaultIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="hardwareOptions" type="{urn:vim25}VirtualHardwareOption"/>
<element name="capabilities" type="{urn:vim25}VirtualMachineCapability"/>
<element name="datastore" type="{urn:vim25}DatastoreOption"/>
<element name="defaultDevice" type="{urn:vim25}VirtualDevice" maxOccurs="unbounded" minOccurs="0"/>
<element name="supportedMonitorType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="supportedOvfEnvironmentTransport" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="supportedOvfInstallTransport" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualMachineCapability |
capabilities |
protected DatastoreOption |
datastore |
protected List<VirtualDevice> |
defaultDevice |
protected String |
description |
protected int |
guestOSDefaultIndex |
protected List<GuestOsDescriptor> |
guestOSDescriptor |
protected VirtualHardwareOption |
hardwareOptions |
protected List<String> |
supportedMonitorType |
protected List<String> |
supportedOvfEnvironmentTransport |
protected List<String> |
supportedOvfInstallTransport |
protected String |
version |
| Constructor and Description |
|---|
VirtualMachineConfigOption() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineCapability |
getCapabilities()
Gets the value of the capabilities property.
|
DatastoreOption |
getDatastore()
Gets the value of the datastore property.
|
List<VirtualDevice> |
getDefaultDevice()
Gets the value of the defaultDevice property.
|
String |
getDescription()
Gets the value of the description property.
|
int |
getGuestOSDefaultIndex()
Gets the value of the guestOSDefaultIndex property.
|
List<GuestOsDescriptor> |
getGuestOSDescriptor()
Gets the value of the guestOSDescriptor property.
|
VirtualHardwareOption |
getHardwareOptions()
Gets the value of the hardwareOptions property.
|
List<String> |
getSupportedMonitorType()
Gets the value of the supportedMonitorType property.
|
List<String> |
getSupportedOvfEnvironmentTransport()
Gets the value of the supportedOvfEnvironmentTransport property.
|
List<String> |
getSupportedOvfInstallTransport()
Gets the value of the supportedOvfInstallTransport property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCapabilities(VirtualMachineCapability value)
Sets the value of the capabilities property.
|
void |
setDatastore(DatastoreOption value)
Sets the value of the datastore property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGuestOSDefaultIndex(int value)
Sets the value of the guestOSDefaultIndex property.
|
void |
setHardwareOptions(VirtualHardwareOption value)
Sets the value of the hardwareOptions property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String description
protected List<GuestOsDescriptor> guestOSDescriptor
protected int guestOSDefaultIndex
protected VirtualHardwareOption hardwareOptions
protected VirtualMachineCapability capabilities
protected DatastoreOption datastore
protected List<VirtualDevice> defaultDevice
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<GuestOsDescriptor> getGuestOSDescriptor()
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 guestOSDescriptor property.
For example, to add a new item, do as follows:
getGuestOSDescriptor().add(newItem);
Objects of the following type(s) are allowed in the list
GuestOsDescriptor
public int getGuestOSDefaultIndex()
public void setGuestOSDefaultIndex(int value)
public VirtualHardwareOption getHardwareOptions()
VirtualHardwareOptionpublic void setHardwareOptions(VirtualHardwareOption value)
value - allowed object is
VirtualHardwareOptionpublic VirtualMachineCapability getCapabilities()
VirtualMachineCapabilitypublic void setCapabilities(VirtualMachineCapability value)
value - allowed object is
VirtualMachineCapabilitypublic DatastoreOption getDatastore()
DatastoreOptionpublic void setDatastore(DatastoreOption value)
value - allowed object is
DatastoreOptionpublic List<VirtualDevice> getDefaultDevice()
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 defaultDevice property.
For example, to add a new item, do as follows:
getDefaultDevice().add(newItem);
Objects of the following type(s) are allowed in the list
VirtualDevice
public List<String> getSupportedMonitorType()
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 supportedMonitorType property.
For example, to add a new item, do as follows:
getSupportedMonitorType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getSupportedOvfEnvironmentTransport()
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 supportedOvfEnvironmentTransport property.
For example, to add a new item, do as follows:
getSupportedOvfEnvironmentTransport().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getSupportedOvfInstallTransport()
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 supportedOvfInstallTransport property.
For example, to add a new item, do as follows:
getSupportedOvfInstallTransport().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.