Table of Contents

Class MicrosoftFailoverClusterStorageReplicaResourceProperties

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

Represents the properties of a storage replica resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterStorageReplicaResourceProperties : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterStorageReplicaResourceProperties

Constructors

MicrosoftFailoverClusterStorageReplicaResourceProperties()

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

public MicrosoftFailoverClusterStorageReplicaResourceProperties()

Properties

ReplicationGroupIdentifier

Gets or sets the replication group identifier.

public Guid ReplicationGroupIdentifier { get; set; }

Property Value

Guid

ReplicationGroupName

Gets or sets the replication group name.

public string ReplicationGroupName { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftFailoverClusterStorageReplicaResourceProperties Clone()

Returns

MicrosoftFailoverClusterStorageReplicaResourceProperties

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterStorageReplicaResourceProperties.

ToString()

Returns the storage replica resource properties as a human readable string.

public override string ToString()

Returns

string

The storage replica resource properties as a human readable string.