Table of Contents

Class HyperVServerReplicationAuthorizationEntry

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

Represents an authorization entry configured for Hyper-V server replication.

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

Constructors

HyperVServerReplicationAuthorizationEntry()

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

public HyperVServerReplicationAuthorizationEntry()

Properties

PrimaryServerName

Gets or sets the primary server name.

public string PrimaryServerName { get; set; }

Property Value

string

ReplicaStorageLocation

Gets or sets the replica storage location.

public string ReplicaStorageLocation { get; set; }

Property Value

string

TrustGroup

Gets or sets the trust group.

public string TrustGroup { get; set; }

Property Value

string

Methods

Clone()

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

public HyperVServerReplicationAuthorizationEntry Clone()

Returns

HyperVServerReplicationAuthorizationEntry

A CENTREL.XIA.Configuration.Types.HyperVServerReplicationAuthorizationEntry.

CompareTo(HyperVServerReplicationAuthorizationEntry)

Compares two CENTREL.XIA.Configuration.Types.HyperVServerReplicationAuthorizationEntry objects to allow sorting alphabetically by primary server name.

public int CompareTo(HyperVServerReplicationAuthorizationEntry other)

Parameters

other HyperVServerReplicationAuthorizationEntry

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

Returns

int

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

ToString()

Returns the authorization entry as a human readable string.

public override string ToString()

Returns

string

The authorization entry as a human readable string.