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