Msvm_SystemReplicationRelationship class

Represents an association between an instance of Msvm_ComputerSystem that represents the virtual machine and an instance of Msvm_ReplicationRelationship that represents a replication relationship of the virtual machine. This class derives from the CIM_Dependency class.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_SystemReplicationRelationship : CIM_Dependency
{
  Msvm_ComputerSystem          REF Antecedent;
  Msvm_ReplicationRelationship REF Dependent;
};

Members

The Msvm_SystemReplicationRelationship class has these types of members:

Properties

The Msvm_SystemReplicationRelationship class has these properties.

Antecedent

Data type: Msvm_ComputerSystem

Access type: Read-only

Qualifiers: Override ("CIM_Dependency.Antecedent")

Reference to the instance of the Msvm_ComputerSystem class that represents the virtual machine.

Dependent

Data type: Msvm_ReplicationRelationship

Access type: Read-only

Qualifiers: Override ("CIM_Dependency.Dependent")

Reference to the instance of the Msvm_ReplicationRelationship class that represents the replication relationship of a virtual system.

Requirements

Requirement Value
Minimum supported client
Windows 8.1 [desktop apps only]
Minimum supported server
Windows Server 2012 R2 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency

CIM_Dependency