Msvm_CollectedVirtualSystems class

Associates the Msvm_VirtualSystemCollection to the contained Msvm_ComputerSystem objects.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_CollectedVirtualSystems : CIM_CollectedMSEs
{
  Msvm_VirtualSystemCollection REF Collection;
  Msvm_ComputerSystem          REF Member;
};

Members

The Msvm_CollectedVirtualSystems class has these types of members:

Properties

The Msvm_CollectedVirtualSystems class has these properties.

Collection

Data type: Msvm_VirtualSystemCollection

Access type: Read-only

Qualifiers: Aggregate, Override ("Collection")

An Msvm_VirtualSystemCollection grouping or 'bag' object that represents the collection.

Member

Data type: Msvm_ComputerSystem

Access type: Read-only

Qualifiers: Override ("Member")

An Msvm_ComputerSystem object containing the members of the collection.

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_CollectedMSEs