Msvm_ElementCapabilities class

Represents the association between managed elements and their capabilities.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_ElementCapabilities : CIM_ElementCapabilities
{
  CIM_ManagedElement REF ManagedElement;
  CIM_Capabilities   REF Capabilities;
  uint16                 Characteristics[];
};

Members

The Msvm_ElementCapabilities class has these types of members:

Properties

The Msvm_ElementCapabilities class has these properties.

Capabilities

Data type: CIM_Capabilities

Access type: Read-only

Qualifiers: Key

The capabilities object associated with the element. This property is inherited from CIM_ElementCapabilities.

Characteristics

Data type: uint16 array

Access type: Read-only

Provides descriptive information about the capabilities. This property is inherited from CIM_ElementCapabilities.

Value Meaning
Default
2
The associated capabilities represent the default capabilities of the managed element.
Current
3
The associated capabilities represent the current capabilities of the managed element.

ManagedElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key, Min ( 1 )

The managed element. This property is inherited from CIM_ElementCapabilities.

Remarks

Access to the Msvm_ElementCapabilities class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_ElementCapabilities

CIM_ElementCapabilities

Msvm_ElementCapabilities (V1)