Msvm_ReplicaCollectionDependency class

An association between an instance of CIM_CollectionOfMSEs that represents the replica collection and an instance of CIM_CollectionOfMSEs that represents the test replica collection.

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_ReplicaCollectionDependency : CIM_Dependency
{
  CIM_CollectionOfMSEs REF Antecedent;
  CIM_CollectionOfMSEs REF Dependent;
};

Members

The Msvm_ReplicaCollectionDependency class has these types of members:

Properties

The Msvm_ReplicaCollectionDependency class has these properties.

Antecedent

Data type: CIM_CollectionOfMSEs

Access type: Read-only

Qualifiers: Key, Override ("Antecedent")

Reference to the instance of the CIM_CollectionOfMSEs class representing the replica collection.

Dependent

Data type: CIM_CollectionOfMSEs

Access type: Read-only

Qualifiers: Key, Override ("Dependent")

Reference to the instance of the CIM_CollectionOfMSEs class representing the test replica collection created by the TestReplicaCollection API.

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