ClusterDrsVmConfigInfo

ClusterDrsVmConfigInfo
ClusterDrsVmConfigInfo

DRS configuration for a single virtual machine.

This makes it possible to override the default behavior for an individual virtual machine.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "enabled": false,
    "behavior": "string"
}
key
Required

Reference to the virtual machine.

boolean
enabled
Optional

Flag to indicate whether or not VirtualCenter is allowed to perform any DRS migration or initial placement recommendations for this virtual machine.

If this flag is false, the virtual machine is effectively excluded from DRS.

If no individual DRS specification exists for a virtual machine, this property defaults to true.

behavior
Optional

Specifies the particular DRS behavior for this virtual machine.

See also ClusterDrsConfigInfo.