Table of Contents

Enum MicrosoftFailoverClusterResourceFailureAction

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

Represents the action to take on a resource failure.

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

Fields

DoNotRestart = 1

The resource is not restarted.

Restart = 2

The resource is restarted on the current node only.

RestartNotify = 3

The resource is restarted on the current node and all resources are failed over if this is not successful.

Unknown = 0

The restart action is unknown.