public class ClusterEnterMaintenanceResult extends DynamicData
Java class for ClusterEnterMaintenanceResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterEnterMaintenanceResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="recommendations" type="{urn:vim25}ClusterRecommendation" maxOccurs="unbounded" minOccurs="0"/>
<element name="fault" type="{urn:vim25}ClusterDrsFaults" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterDrsFaults |
fault |
protected List<ClusterRecommendation> |
recommendations |
| Constructor and Description |
|---|
ClusterEnterMaintenanceResult() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDrsFaults |
getFault()
Gets the value of the fault property.
|
List<ClusterRecommendation> |
getRecommendations()
Gets the value of the recommendations property.
|
void |
setFault(ClusterDrsFaults value)
Sets the value of the fault property.
|
protected List<ClusterRecommendation> recommendations
protected ClusterDrsFaults fault
public List<ClusterRecommendation> getRecommendations()
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 recommendations property.
For example, to add a new item, do as follows:
getRecommendations().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterRecommendation
public ClusterDrsFaults getFault()
ClusterDrsFaultspublic void setFault(ClusterDrsFaults value)
value - allowed object is
ClusterDrsFaultsCopyright © 2018. All rights reserved.