Package com.vmware.vim25
Class ClusterHostPowerAction
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ClusterAction
com.vmware.vim25.ClusterHostPowerAction
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.vmware.vim25.ClusterAction
target, typeFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCpuCapacityMHz(Integer cpuCapacityMHz) voidsetMemCapacityMB(Integer memCapacityMB) voidsetOperationType(HostPowerOperationType operationType) voidsetPowerConsumptionWatt(Integer powerConsumptionWatt) Methods inherited from class com.vmware.vim25.ClusterAction
getTarget, getType, setTarget, setTypeMethods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
operationType
-
powerConsumptionWatt
-
cpuCapacityMHz
-
memCapacityMB
-
-
Constructor Details
-
ClusterHostPowerAction
public ClusterHostPowerAction()
-
-
Method Details
-
getOperationType
-
getPowerConsumptionWatt
-
getCpuCapacityMHz
-
getMemCapacityMB
-
setOperationType
-
setPowerConsumptionWatt
-
setCpuCapacityMHz
-
setMemCapacityMB
-