Msvm_ComputerSystemSummaryInformation class

Contains an information summary about the specified virtual computer system.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Dynamic, Association, Provider("VmmsWmiInstanceAndMethodProvider")]
class Msvm_ComputerSystemSummaryInformation : CIM_ElementView
{
  CIM_ComputerSystem          REF Antecedent;
  Msvm_SummaryInformationBase REF Dependent;
};

Members

The Msvm_ComputerSystemSummaryInformation class has these types of members:

Properties

The Msvm_ComputerSystemSummaryInformation class has these properties.

Antecedent

Data type: CIM_ComputerSystem

Access type: Read-only

Qualifiers: Key, Override ("Antecedent")

A CIM_ComputerSystem object that is an instance in the normalized representation of the managed resource.

Note

Datatype upgraded from Msvm_ComputerSystem in Windows 10, version 1703.

Dependent

Data type: Msvm_SummaryInformationBase

Access type: Read-only

Qualifiers: Key, Override ("Dependent")

An instance of Msvm_SummaryInformation that represents a de-normalized or aggregate view of the managed resource that is represented by the Msvm_ComputerSystem referenced by the Antecedent property.

Note

Datatype updated from Msvm_SummaryInformation in Windows 10, version 1703.

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_ElementView