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 = 2
Wait the number of seconds as defined by StartupDelay.
Online = 1
Wait until the group has reached an online state.
Unknown = 0
The startup delay trigger is unknown.