VcenterSettingsV1ConfigComponentsInventoryClusterDrsAutomation
The Automation structure contains fields describing the HA specific configurations of a cluster. It contains cluster-wide configurations for vSphereHA.
Properties
The DrsBehaviorInfo enumerated type defines the automation levels that can be set on a DRS cluster.
MANUAL : Specifies that VirtualCenter should generate recommendations for virtual machine migration and for placement with a host, but should not implement the recommendations automatically.
PARTIALLY_AUTOMATED : Specifies that VirtualCenter should generate recommendations for virtual machine migration and for placement with a host, but should automatically implement only the placement at power on.
FULLY_AUTOMATED : Specifies that VirtualCenter should automate both the migration of virtual machines and their placement with a host at power on.
Possible values are: MANUAL , PARTIALLY_AUTOMATED , FULLY_AUTOMATED
Threshold for generated recommendations. DRS generates only those recommendations that are above the specified vmotionRate. Ratings vary from 1 to 5. If unset or empty, the value is skipped.
Flag indicating whether or not the ProactiveDRS is enabled. If unset or empty, the value is skipped.
Flag that dictates whether DRS Behavior overrides for individual VMs.
JSON Example
{
"automation_level": "MANUAL",
"migration_threshold": 0,
"proactive_drs_enabled": false,
"virtual_machine_automation": false
}