Class MicrosoftFailoverClusterResourceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a resource type in a Microsoft failover cluster.
public class MicrosoftFailoverClusterResourceType : GlobalSerializableBase, IComparable<MicrosoftFailoverClusterResourceType>
- Inheritance
-
MicrosoftFailoverClusterResourceType
- Implements
Constructors
MicrosoftFailoverClusterResourceType()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceType class.
public MicrosoftFailoverClusterResourceType()
Properties
DisplayName
Gets or sets the display name of the resource type.
public string DisplayName { get; set; }
Property Value
DllName
Gets or sets the name of the DLL in which the resource type resides.
public string DllName { get; set; }
Property Value
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
IsQuorumCapable
Gets or sets whether the resource is quorum capable.
public BooleanOption IsQuorumCapable { 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
Name
Gets or sets the name of the resource type.
public string Name { get; set; }
Property Value
Parameters
Gets or sets the parameters of the resource type.
public MicrosoftFailoverClusterParameters Parameters { get; set; }
Property Value
PossibleOwnerNames
Gets or sets the possible owner names for the resource type.
public SerializableStringCollection PossibleOwnerNames { get; set; }
Property Value
- SerializableStringCollection
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceType cloned from this object.
public MicrosoftFailoverClusterResourceType Clone()
Returns
- MicrosoftFailoverClusterResourceType
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceType.
CompareTo(MicrosoftFailoverClusterResourceType)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceType objects to allow sorting alphabetically by display name.
public int CompareTo(MicrosoftFailoverClusterResourceType other)
Parameters
other
MicrosoftFailoverClusterResourceTypeThe CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceType to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceType objects.
ToString()
Returns the resource type as a human readable string.
public override string ToString()
Returns
- string
The resource type as a human readable string.