Enum MicrosoftFailoverClusterGroupSetStartupDelayTrigger
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the startup delay trigger for a Microsoft failover cluster group set.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterGroupSetStartupDelayTrigger
Fields
Delay = 2Wait the number of seconds as defined by StartupDelay.
Online = 1Wait until the group has reached an online state.
Unknown = 0The startup delay trigger is unknown.