public class PowerSystemInfo extends DynamicData
Java class for PowerSystemInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PowerSystemInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="currentPolicy" type="{urn:vim25}HostPowerPolicy"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostPowerPolicy |
currentPolicy |
| Constructor and Description |
|---|
PowerSystemInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostPowerPolicy |
getCurrentPolicy()
Gets the value of the currentPolicy property.
|
void |
setCurrentPolicy(HostPowerPolicy value)
Sets the value of the currentPolicy property.
|
protected HostPowerPolicy currentPolicy
public HostPowerPolicy getCurrentPolicy()
HostPowerPolicypublic void setCurrentPolicy(HostPowerPolicy value)
value - allowed object is
HostPowerPolicyCopyright © 2018. All rights reserved.