Table of Contents

Enum MicrosoftFailoverClusterAutomaticBalancingLevel

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

The automatic balancing level for virtual machines.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterAutomaticBalancingLevel

Fields

High = 4

The automatic balancing level is high.

Low = 2

The automatic balancing level is medium.

Medium = 3

The automatic balancing level is low.

NotAvailableOnPlatform = 1

The automatic balancing level is not available on the platform.

Unknown = 0

The automatic balancing level is unknown.