VcenterSettingsV1ConfigComponentsInventoryClusterDrsDrsVmOverrides
The DrsVmOverrides structure contains the fields describing DRS behavior override for individual virtual machines in the cluster.
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
Reference to the virtual machine.
JSON Example
{
"behavior": "MANUAL",
"name": "string"
}