CIM_ElementCapabilities class

ElementCapabilities represents the association between ManagedElements and their Capabilities. Note that the cardinality of the ManagedElement reference is Min(1), Max(1). This cardinality mandates the instantiation of the ElementCapabilities association for the referenced instance of Capabilities. ElementCapabilities describes the existence requirements and context for the referenced instance of ManagedElement. Specifically, the ManagedElement MUST exist and provides the context for the Capabilities.

Important  The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

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

Syntax

class CIM_ElementCapabilities
{
  CIM_ManagedElement REF ManagedElement;
  CIM_Capabilities   REF Capabilities;
};

Members

The CIM_ElementCapabilities class has these types of members:

  • Properties

Properties

The CIM_ElementCapabilities class has these properties.

Capabilities

Data type: CIM_Capabilities

Access type: Read-only

Qualifiers: Key

The Capabilities object associated with the element.

ManagedElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key, Min ( 1) , Max ( 1)

The managed element.

Requirements

Namespace

Root\CIMV2