Table of Contents

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

uint

IsAlivePollIntervalString

Gets the thorough health check time period as a human readable string.

public string IsAlivePollIntervalString { get; set; }

Property Value

string

LooksAlivePollInterval

Gets or sets the basic health check time period.

public uint LooksAlivePollInterval { get; set; }

Property Value

uint

LooksAlivePollIntervalString

Gets the basic health check time period as a human readable string.

public string LooksAlivePollIntervalString { get; set; }

Property Value

string

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

BooleanOption

Methods

Clone()

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

public MicrosoftFailoverClusterResourceAdvancedPolicies Clone()

Returns

MicrosoftFailoverClusterResourceAdvancedPolicies

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceAdvancedPolicies.