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 an instance of the VirtualMachine managed object.

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

Possible values:

  • manual: Specifies that VirtualCenter should generate recommendations for virtual machine migration and for placement with a host, but should not implement the recommendations automatically.
  • partiallyAutomated: 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.
  • fullyAutomated: Specifies that VirtualCenter should automate both the migration of virtual machines and their placement with a host at power on.
Possible values are : manual, partiallyAutomated, fullyAutomated,