Class MicrosoftFailoverClusterAccessRule
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft failover cluster access rule.
public class MicrosoftFailoverClusterAccessRule : GlobalSerializableBase, IComparable<MicrosoftFailoverClusterAccessRule>
- Inheritance
-
MicrosoftFailoverClusterAccessRule
- Implements
Constructors
MicrosoftFailoverClusterAccessRule()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAccessRule class.
public MicrosoftFailoverClusterAccessRule()
Properties
AccessRuleType
Gets or sets the type of access rule.
public MicrosoftFailoverClusterAccessRuleType AccessRuleType { get; set; }
Property Value
AccessRuleTypeString
Gets the type of access rule.
public string AccessRuleTypeString { get; set; }
Property Value
AccountName
Gets or sets the name of the account to which the rule applies.
public string AccountName { get; set; }
Property Value
CollectionIndex
Gets the unique collection index.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
Rights
Gets or sets the access rights.
public MicrosoftFailoverClusterAccessRuleRights Rights { get; set; }
Property Value
RightsString
Gets the access rights.
public string RightsString { get; set; }
Property Value
Methods
CompareTo(MicrosoftFailoverClusterAccessRule)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAccessRule objects to allow sorting by account name.
public int CompareTo(MicrosoftFailoverClusterAccessRule other)
Parameters
other
MicrosoftFailoverClusterAccessRuleThe XIA.Configuration.Types.MicrosoftFailoverClusterAccessRule to compare to.
Returns
- int
The sort order of the two XIA.Configuration.Types.MicrosoftFailoverClusterAccessRule objects.
ToString()
Returns the Microsoft failover access rule as a human readable string.
public override string ToString()
Returns
- string
The Microsoft failover access rule as a human readable string.