Table of Contents

Class MicrosoftFailoverClusterResourcePolicies

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

Represents the policies for a resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterResourcePolicies : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterResourcePolicies

Constructors

MicrosoftFailoverClusterResourcePolicies()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourcePolicies class.

public MicrosoftFailoverClusterResourcePolicies()

Properties

FailureAction

Gets or sets the action to take on a resource failure.

public MicrosoftFailoverClusterResourceFailureAction FailureAction { get; set; }

Property Value

MicrosoftFailoverClusterResourceFailureAction

PendingTimeout

Gets or sets the pending timeout in milliseconds.

public int PendingTimeout { get; set; }

Property Value

int

PendingTimeoutString

Gets the pending timeout.

public string PendingTimeoutString { get; set; }

Property Value

string

RestartDelay

Gets or sets the delay between restarts in milliseconds.

public int RestartDelay { get; set; }

Property Value

int

RestartDelayString

Gets the restart delay.

public string RestartDelayString { get; set; }

Property Value

string

RestartPeriod

Gets or sets the restart period in milliseconds.

public int RestartPeriod { get; set; }

Property Value

int

RestartPeriodString

Gets the restart period.

public string RestartPeriodString { get; set; }

Property Value

string

RestartThreshold

Gets or sets the maximum number of restarts in the restart period.

public int RestartThreshold { get; set; }

Property Value

int

RetryPeriodOnFailure

Gets or sets the period after all the restart attempts fail to begin restarting again in milliseconds.

public int RetryPeriodOnFailure { get; set; }

Property Value

int

RetryPeriodOnFailureString

Gets the period after all the restart attempts fail to begin restarting again

public string RetryPeriodOnFailureString { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourcePolicies cloned from this object.

public MicrosoftFailoverClusterResourcePolicies Clone()

Returns

MicrosoftFailoverClusterResourcePolicies

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourcePolicies.