MSFT_WvrReplicationPartnership class

Represents an association between a source replication group and a partner destination replication group.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("wvrcimprov"), AMENDMENT]
class MSFT_WvrReplicationPartnership
{
  string SourceRGName;
  string DestinationRGName;
  string SourceComputerName;
  string DestinationComputerName;
  string Id;
};

Members

The MSFT_WvrReplicationPartnership class has these types of members:

Properties

The MSFT_WvrReplicationPartnership class has these properties.

DestinationComputerName

Data type: string

Access type: Read-only

Qualifiers: key

The FQDN or NetBIOS name of the computer hosting the destination replication group.

DestinationRGName

Data type: string

Access type: Read-only

Qualifiers: key

The destination replication group within this partnership.

Id

Data type: string

Access type: Read-only

ID for the partnership.

SourceComputerName

Data type: string

Access type: Read-only

Qualifiers: key

The fully qualified domain name (FQDN) or NetBIOS name of the computer hosting the source replication group.

SourceRGName

Data type: string

Access type: Read-only

Qualifiers: key

The source replication group within this partnership.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\StorageReplica
MOF
WVRCimProv.Mof
DLL
WvrCimProv.dll

See also

MSFT_WvrReplicationGroup