VcenterSettingsV1ConfigComponentsInventoryClusterDrsPowerManagement

The PowerManagement structure contains the fields describing DPM specific configurations of a cluster.


Properties

automation_level Optional

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: MANUALAUTOMATED


boolean
dpm_enabled Optional

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_threshold Optional

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"
	}
}

Feedback

Was this page helpful?