VcenterSettingsV1ConfigComponentsInventoryClusterDrsPowerManagement
The PowerManagement structure contains the fields describing DPM specific configurations of a cluster.
Properties
The DpmBehaviorInfo enumerated type defines the automation level for DPM service on a cluster.
MANUAL : Specifies that VirtualCenter should generate recommendations for host power operations, but should not execute the recommendations automatically.
AUTOMATED : Specifies that VirtualCenter should generate recommendations for host power operations, and should execute the recommendations automatically.
Possible values are: MANUAL , AUTOMATED
Flag indicating whether or not the service is enabled. This service can not be enabled, unless DRS is enabled as well. If unset or empty, the value is skipped.
DPM Advanced options. If unset or empty, the value is skipped.
JSON Example
{
"automation_level": "MANUAL",
"dpm_enabled": false,
"dpm_threshold": {
"key": "string",
"value": "string"
}
}