Table of Contents

Class MicrosoftFailoverClusterGroupSet

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

Represents a group set in a Microsoft failover cluster.

public class MicrosoftFailoverClusterGroupSet : GlobalSerializableBase, IComparable<MicrosoftFailoverClusterGroupSet>
Inheritance
MicrosoftFailoverClusterGroupSet
Implements

Constructors

MicrosoftFailoverClusterGroupSet()

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

public MicrosoftFailoverClusterGroupSet()

Properties

GroupNames

Gets or sets the names of the groups in the group set.

public SerializableStringCollection GroupNames { get; set; }

Property Value

SerializableStringCollection

IsGlobal

Gets or sets whether the group set is global.

public BooleanOption IsGlobal { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the group set.

public string Name { get; set; }

Property Value

string

ProviderNames

Gets or sets the names of the providers in the group set.

public SerializableStringCollection ProviderNames { get; set; }

Property Value

SerializableStringCollection

StartupCount

Gets or sets the number of groups required to meet the ready setting.

public uint StartupCount { get; set; }

Property Value

uint

StartupCountString

Gets the number of groups required to meet the ready setting.

public string StartupCountString { get; set; }

Property Value

string

StartupDelay

Gets or sets the startup delay in seconds.

public uint StartupDelay { get; set; }

Property Value

uint

StartupDelayTrigger

Gets or sets the startup delay trigger.

public MicrosoftFailoverClusterGroupSetStartupDelayTrigger StartupDelayTrigger { get; set; }

Property Value

MicrosoftFailoverClusterGroupSetStartupDelayTrigger

StartupDelayTriggerString

Gets the startup delay trigger as a human readable string.

public string StartupDelayTriggerString { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftFailoverClusterGroupSet Clone()

Returns

MicrosoftFailoverClusterGroupSet

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroupSet.

CompareTo(MicrosoftFailoverClusterGroupSet)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroupSet objects to allow sorting alphabetically by display name.

public int CompareTo(MicrosoftFailoverClusterGroupSet other)

Parameters

other MicrosoftFailoverClusterGroupSet

The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroupSet to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroupSet objects.

ToString()

Returns the group set as a human readable string.

public override string ToString()

Returns

string

The group set as a human readable string.