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
PendingTimeout
Gets or sets the pending timeout in milliseconds.
public int PendingTimeout { get; set; }
Property Value
PendingTimeoutString
Gets the pending timeout.
public string PendingTimeoutString { get; set; }
Property Value
RestartDelay
Gets or sets the delay between restarts in milliseconds.
public int RestartDelay { get; set; }
Property Value
RestartDelayString
Gets the restart delay.
public string RestartDelayString { get; set; }
Property Value
RestartPeriod
Gets or sets the restart period in milliseconds.
public int RestartPeriod { get; set; }
Property Value
RestartPeriodString
Gets the restart period.
public string RestartPeriodString { get; set; }
Property Value
RestartThreshold
Gets or sets the maximum number of restarts in the restart period.
public int RestartThreshold { get; set; }
Property Value
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
RetryPeriodOnFailureString
Gets the period after all the restart attempts fail to begin restarting again
public string RetryPeriodOnFailureString { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourcePolicies cloned from this object.
public MicrosoftFailoverClusterResourcePolicies Clone()
Returns
- MicrosoftFailoverClusterResourcePolicies
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourcePolicies.