public class FeatureRequirementsNotMet extends VirtualHardwareCompatibilityIssue
Java class for FeatureRequirementsNotMet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureRequirementsNotMet">
<complexContent>
<extension base="{urn:vim25}VirtualHardwareCompatibilityIssue">
<sequence>
<element name="featureRequirement" type="{urn:vim25}VirtualMachineFeatureRequirement" maxOccurs="unbounded" minOccurs="0"/>
<element name="vm" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<VirtualMachineFeatureRequirement> |
featureRequirement |
protected ManagedObjectReference |
host |
protected ManagedObjectReference |
vm |
faultCause, faultMessage| Constructor and Description |
|---|
FeatureRequirementsNotMet() |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualMachineFeatureRequirement> |
getFeatureRequirement()
Gets the value of the featureRequirement property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected List<VirtualMachineFeatureRequirement> featureRequirement
protected ManagedObjectReference vm
protected ManagedObjectReference host
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 ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.