VcenterSettingsV1ConfigComponentsInventoryClusterDrsDrsVmOverrides
The DrsVmOverrides structure contains the fields describing DRS behavior override for individual virtual machines in the cluster.
Properties
behavior
Optional
Specifies the particular DRS behavior for this virtual machine. If unset or empty, the value is skipped.
Possible values are: MANUAL , PARTIALLY_AUTOMATED , FULLY_AUTOMATED
string
name
Optional
Reference to the virtual machine.
JSON Example
{
"behavior": "enum",
"name": "string"
}