Msvm_SharedDiskSetReplicationRelationshipOfVirtualSystemCollection class

Associates the Msvm_SharedDiskSetReplicationRelationship to the corresponding Msvm_VirtualSystemCollection objects.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_SharedDiskSetReplicationRelationshipOfVirtualSystemCollection : CIM_Dependency
{
  Msvm_VirtualSystemCollection              REF Antecedent;
  Msvm_SharedDiskSetReplicationRelationship REF Dependent;
};

Members

The Msvm_SharedDiskSetReplicationRelationshipOfVirtualSystemCollection class has these types of members:

Properties

The Msvm_SharedDiskSetReplicationRelationshipOfVirtualSystemCollection class has these properties.

Antecedent

Data type: Msvm_VirtualSystemCollection

Access type: Read-only

Qualifiers: Key, Override ("Antecedent")

A Msvm_VirtualSystemCollection that contains the instance of the associated virtual system collection.

Dependent

Data type: Msvm_SharedDiskSetReplicationRelationship

Access type: Read-only

Qualifiers: Key, Override ("Dependent")

A Msvm_SharedDiskSetReplicationRelationship that contains an instance of the dependent shared disk replica relationship.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.Mof
DLL
VMMS.exe

See also

CIM_Dependency