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
Name
Gets or sets the name of the group set.
public string Name { get; set; }
Property Value
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
StartupCountString
Gets the number of groups required to meet the ready setting.
public string StartupCountString { get; set; }
Property Value
StartupDelay
Gets or sets the startup delay in seconds.
public uint StartupDelay { get; set; }
Property Value
StartupDelayTrigger
Gets or sets the startup delay trigger.
public MicrosoftFailoverClusterGroupSetStartupDelayTrigger StartupDelayTrigger { get; set; }
Property Value
StartupDelayTriggerString
Gets the startup delay trigger as a human readable string.
public string StartupDelayTriggerString { get; set; }
Property Value
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
MicrosoftFailoverClusterGroupSetThe 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.