Msvm_RecoveryPointOfVirtualSystemCollection class

Associates the Msvm_CollectionRecoveryPoint 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_RecoveryPointOfVirtualSystemCollection : CIM_Dependency
{
  CIM_CollectionOfMSEs REF Antecedent;
  CIM_Collection       REF Dependent;
};

Members

The Msvm_RecoveryPointOfVirtualSystemCollection class has these types of members:

Properties

The Msvm_RecoveryPointOfVirtualSystemCollection class has these properties.

Antecedent

Data type: CIM_CollectionOfMSEs

Access type: Read-only

Qualifiers: Key, Override ("Antecedent")

Antecedent CIM_CollectionOfMSEs representing the independent object in this association.

Dependent

Data type: CIM_Collection

Access type: Read-only

Qualifiers: Key, Override ("Dependent")

Dependent CIM_Collection representing the object that is dependent on the Antecedent.

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