ClusterHostPowerAction
Describes a single host power action.
{
"_typeName": "string",
"type": "string",
"target": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"operationType": "string",
"powerConsumptionWatt": 0,
"cpuCapacityMHz": 0,
"memCapacityMB": 0
}
Possible values:
powerOn
: Power On OperationpowerOff
: Power Off Operation.Power off operation puts the host in a state that can be woken up remotely.
Estimated power consumption of the host.
In case of power-on, this is the projected increase in the cluster's power consumption. In case of power off, this is the projected decrease in the cluster's power consumption
CPU capacity of the host in units of MHz.
In case of power-on action, this is the projected increase in the cluster's CPU capacity. In case of power off, this is the projected decrease in the cluster's CPU capacity.
Memory capacity of the host in units of MM.
In case of power-on action, this is the projected increase in the cluster's memory capacity. In case of power off, this is the projected decrease in the cluster's memory capacity.