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.

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

Syntax

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

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

A CIM_Capabilities containing the Capabilities object associated with the element.

ManagedElement
Data type: CIM_ManagedElement
Access type: Read-only
Qualifiers: Key, Min (1), Max (1)

A CIM_ManagedElement containing the managed element.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 R2

Namespace

Root\CIMv2\Storage\iScsiTarget

MOF

SmIscsiTarget.mof

DLL

SMiSCSITargetProv.dll

 

 

Show: