DasVmPriority

DasVmPriority
DasVmPriority

A boxed DasVmPriorityEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

Deprecated as of VI API 2.5, use ClusterDasVmSettingsRestartPriorityEnum.

The priority of the virtual machine determines the preference given to it if sufficient capacity is not available to power on all failed virtual machines.

For example, high priority virtual machines on a host get preference over low priority virtual machines.

Possible values:

  • disabled: vSphere HA is disabled for this virtual machine.
  • low: Virtual machines with this priority have a lower chance of powering on after a failure if there is insufficient capacity on hosts to meet all virtual machine needs.
  • medium: Virtual machines with this priority have an intermediate chance of powering on after a failure if there is insufficient capacity on hosts to meet all virtual machine needs.
  • high: Virtual machines with this priority have a higher chance of powering on after a failure if there is insufficient capacity on hosts to meet all virtual machine needs.
Possible values are : disabled, low, medium, high,