VcenterSettingsV1ConfigComponentsInventoryClusterDrsAutomation

The Automation structure contains fields describing the HA specific configurations of a cluster. It contains cluster-wide configurations for vSphereHA.


Properties

automation_level Optional

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


integer as int64
migration_threshold Optional

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.


boolean
proactive_drs_enabled Optional

Flag indicating whether or not the ProactiveDRS is enabled. If unset or empty, the value is skipped.


boolean
virtual_machine_automation Optional

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
}

Feedback

Was this page helpful?