public class EVCMode extends ElementDescription
Java class for EVCMode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EVCMode">
<complexContent>
<extension base="{urn:vim25}ElementDescription">
<sequence>
<element name="guaranteedCPUFeatures" type="{urn:vim25}HostCpuIdInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="featureCapability" type="{urn:vim25}HostFeatureCapability" maxOccurs="unbounded" minOccurs="0"/>
<element name="featureMask" type="{urn:vim25}HostFeatureMask" maxOccurs="unbounded" minOccurs="0"/>
<element name="featureRequirement" type="{urn:vim25}VirtualMachineFeatureRequirement" maxOccurs="unbounded" minOccurs="0"/>
<element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="track" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="vendorTier" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostFeatureCapability> |
featureCapability |
protected List<HostFeatureMask> |
featureMask |
protected List<VirtualMachineFeatureRequirement> |
featureRequirement |
protected List<HostCpuIdInfo> |
guaranteedCPUFeatures |
protected List<String> |
track |
protected String |
vendor |
protected int |
vendorTier |
keylabel, summary| Constructor and Description |
|---|
EVCMode() |
| Modifier and Type | Method and Description |
|---|---|
List<HostFeatureCapability> |
getFeatureCapability()
Gets the value of the featureCapability property.
|
List<HostFeatureMask> |
getFeatureMask()
Gets the value of the featureMask property.
|
List<VirtualMachineFeatureRequirement> |
getFeatureRequirement()
Gets the value of the featureRequirement property.
|
List<HostCpuIdInfo> |
getGuaranteedCPUFeatures()
Gets the value of the guaranteedCPUFeatures property.
|
List<String> |
getTrack()
Gets the value of the track property.
|
String |
getVendor()
Gets the value of the vendor property.
|
int |
getVendorTier()
Gets the value of the vendorTier property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
void |
setVendorTier(int value)
Sets the value of the vendorTier property.
|
getKey, setKeygetLabel, getSummary, setLabel, setSummaryprotected List<HostCpuIdInfo> guaranteedCPUFeatures
protected List<HostFeatureCapability> featureCapability
protected List<HostFeatureMask> featureMask
protected List<VirtualMachineFeatureRequirement> featureRequirement
protected String vendor
protected int vendorTier
public List<HostCpuIdInfo> getGuaranteedCPUFeatures()
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 guaranteedCPUFeatures property.
For example, to add a new item, do as follows:
getGuaranteedCPUFeatures().add(newItem);
Objects of the following type(s) are allowed in the list
HostCpuIdInfo
public List<HostFeatureCapability> getFeatureCapability()
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 featureCapability property.
For example, to add a new item, do as follows:
getFeatureCapability().add(newItem);
Objects of the following type(s) are allowed in the list
HostFeatureCapability
public List<HostFeatureMask> getFeatureMask()
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 featureMask property.
For example, to add a new item, do as follows:
getFeatureMask().add(newItem);
Objects of the following type(s) are allowed in the list
HostFeatureMask
public List<VirtualMachineFeatureRequirement> getFeatureRequirement()
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 featureRequirement property.
For example, to add a new item, do as follows:
getFeatureRequirement().add(newItem);
Objects of the following type(s) are allowed in the list
VirtualMachineFeatureRequirement
public String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic List<String> getTrack()
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 track property.
For example, to add a new item, do as follows:
getTrack().add(newItem);
Objects of the following type(s) are allowed in the list
String
public int getVendorTier()
public void setVendorTier(int value)
Copyright © 2018. All rights reserved.