public class ClusterEVCManagerEVCState extends DynamicData
Java class for ClusterEVCManagerEVCState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterEVCManagerEVCState">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="supportedEVCMode" type="{urn:vim25}EVCMode" maxOccurs="unbounded"/>
<element name="currentEVCModeKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currentEVCModeKey |
protected List<HostFeatureCapability> |
featureCapability |
protected List<HostFeatureMask> |
featureMask |
protected List<VirtualMachineFeatureRequirement> |
featureRequirement |
protected List<HostCpuIdInfo> |
guaranteedCPUFeatures |
protected List<EVCMode> |
supportedEVCMode |
| Constructor and Description |
|---|
ClusterEVCManagerEVCState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentEVCModeKey()
Gets the value of the currentEVCModeKey property.
|
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<EVCMode> |
getSupportedEVCMode()
Gets the value of the supportedEVCMode property.
|
void |
setCurrentEVCModeKey(String value)
Sets the value of the currentEVCModeKey property.
|
protected String currentEVCModeKey
protected List<HostCpuIdInfo> guaranteedCPUFeatures
protected List<HostFeatureCapability> featureCapability
protected List<HostFeatureMask> featureMask
protected List<VirtualMachineFeatureRequirement> featureRequirement
public List<EVCMode> getSupportedEVCMode()
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 supportedEVCMode property.
For example, to add a new item, do as follows:
getSupportedEVCMode().add(newItem);
Objects of the following type(s) are allowed in the list
EVCMode
public String getCurrentEVCModeKey()
Stringpublic void setCurrentEVCModeKey(String value)
value - allowed object is
Stringpublic 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
Copyright © 2018. All rights reserved.