public class ClusterHostPowerAction extends ClusterAction
| Modifier and Type | Field and Description |
|---|---|
Integer |
cpuCapacityMHz |
Integer |
memCapacityMB |
HostPowerOperationType |
operationType |
Integer |
powerConsumptionWatt |
target, typedynamicProperty, dynamicType| Constructor and Description |
|---|
ClusterHostPowerAction() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCpuCapacityMHz() |
Integer |
getMemCapacityMB() |
HostPowerOperationType |
getOperationType() |
Integer |
getPowerConsumptionWatt() |
void |
setCpuCapacityMHz(Integer cpuCapacityMHz) |
void |
setMemCapacityMB(Integer memCapacityMB) |
void |
setOperationType(HostPowerOperationType operationType) |
void |
setPowerConsumptionWatt(Integer powerConsumptionWatt) |
getTarget, getType, setTarget, setTypegetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic HostPowerOperationType operationType
public Integer powerConsumptionWatt
public Integer cpuCapacityMHz
public Integer memCapacityMB
public HostPowerOperationType getOperationType()
public Integer getPowerConsumptionWatt()
public Integer getCpuCapacityMHz()
public Integer getMemCapacityMB()
public void setOperationType(HostPowerOperationType operationType)
public void setPowerConsumptionWatt(Integer powerConsumptionWatt)
public void setCpuCapacityMHz(Integer cpuCapacityMHz)
public void setMemCapacityMB(Integer memCapacityMB)
Copyright © 2011-2012. All Rights Reserved.