Msvm_ReferencePointOfVirtualSystem class

Associates the Msvm_VirtualSystemReferencePoint to the corresponding Msvm_VirtualSystem 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_ReferencePointOfVirtualSystem : CIM_Dependency
{
  Msvm_ComputerSystem              REF Antecedent;
  Msvm_VirtualSystemReferencePoint REF Dependent;
};

Members

The Msvm_ReferencePointOfVirtualSystem class has these types of members:

Properties

The Msvm_ReferencePointOfVirtualSystem class has these properties.

Antecedent

Data type: Msvm_ComputerSystem

Access type: Read-only

Qualifiers: Key, Override ("Antecedent")

An Msvm_ComputerSystem that represents the independent object in this association.

Dependent

Data type: Msvm_VirtualSystemReferencePoint

Access type: Read-only

Qualifiers: Key, Override ("Dependent")

An Msvm_VirtualSystemReferencePoint that represents the object that is dependent on the Antecedent.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency