Table of Contents

Enum VMwareClusterVirtualMachineRestartPriority

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the virtual machine restart priority to resolve resource contention.

public enum VMwareClusterVirtualMachineRestartPriority

Fields

ClusterDefault = 1

Virtual machines with this priority use the default restart priority defined for the cluster that contains this virtual machine.

Disabled = 2

vSphere HA is disabled for this virtual machine or cluster.

High = 5

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.

Highest = 6

Virtual machines with this priority have the highest chance of powering on after a failure if there is insufficient capacity on hosts to meet all virtual machine needs. Added in vSphere 6.5.

Low = 3

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 = 4

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.

Unknown = 0

The restart priority is unknown.