CIM_ElementCapabilities class

Represents an association between a managed element and its capabilities.

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

Syntax

[Association, Abstract, Version("2.24.0"), UMLPackagePath("CIM::Core::Capabilities")]
class CIM_ElementCapabilities
{
  CIM_ManagedElement REF ManagedElement;
  CIM_Capabilities   REF Capabilities;
  uint16                 Characteristics[];
};

Members

The CIM_ElementCapabilities class has these types of members:

Properties

The CIM_ElementCapabilities class has these properties.

Capabilities

Data type: CIM_Capabilities

Access type: Read-only

Qualifiers: Key

The capabilities associated with the managed element.

Characteristics

Data type: uint16 array

Access type: Read-only

A set of descriptive information about the capabilities.

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.

DMTF Reserved

Vendor Specific

ManagedElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key, Min (1)

The managed element.

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

Failover Clustering Hyper-V WMI Provider