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