Class MicrosoftFailoverClusterResourceAdvancedPolicies
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the advanced policies for a resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterResourceAdvancedPolicies : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterResourceAdvancedPolicies
Constructors
MicrosoftFailoverClusterResourceAdvancedPolicies()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceAdvancedPolicies class.
public MicrosoftFailoverClusterResourceAdvancedPolicies()
Properties
IsAlivePollInterval
Gets or sets the thorough health check time period.
public uint IsAlivePollInterval { get; set; }
Property Value
IsAlivePollIntervalString
Gets the thorough health check time period as a human readable string.
public string IsAlivePollIntervalString { get; set; }
Property Value
LooksAlivePollInterval
Gets or sets the basic health check time period.
public uint LooksAlivePollInterval { get; set; }
Property Value
LooksAlivePollIntervalString
Gets the basic health check time period as a human readable string.
public string LooksAlivePollIntervalString { get; set; }
Property Value
PossibleOwnerNames
Gets or sets the names of the possible owners.
public SerializableStringCollection PossibleOwnerNames { get; set; }
Property Value
- SerializableStringCollection
SeparateMonitor
Gets or sets whether to run the resource in a separate resource monitor.
public BooleanOption SeparateMonitor { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceAdvancedPolicies cloned from this object.
public MicrosoftFailoverClusterResourceAdvancedPolicies Clone()
Returns
- MicrosoftFailoverClusterResourceAdvancedPolicies
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceAdvancedPolicies.