Table of Contents

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

MicrosoftFailoverClusterAccessRuleType

AccessRuleTypeString

Gets the type of access rule.

public string AccessRuleTypeString { get; set; }

Property Value

string

AccountName

Gets or sets the name of the account to which the rule applies.

public string AccountName { get; set; }

Property Value

string

CollectionIndex

Gets the unique collection index.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

Rights

Gets or sets the access rights.

public MicrosoftFailoverClusterAccessRuleRights Rights { get; set; }

Property Value

MicrosoftFailoverClusterAccessRuleRights

RightsString

Gets the access rights.

public string RightsString { get; set; }

Property Value

string

Methods

CompareTo(MicrosoftFailoverClusterAccessRule)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAccessRule objects to allow sorting by account name.

public int CompareTo(MicrosoftFailoverClusterAccessRule other)

Parameters

other MicrosoftFailoverClusterAccessRule

The 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.