Class CIM_ImplementationCapabilities
extends CIM_Capabilities

The CIM_ImplementationCapabilities identifies the capabilities of the implementation of a set of classes scoped by a scoping system or a central class.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_ImplementationCapabilities

Direct Known Subclasses

CIM_StorageLibraryCapabilities

Class Qualifiers

NameData TypeValue
DescriptionstringThe CIM_ImplementationCapabilities identifies the capabilities of the implementation of a set of classes scoped by a scoping system or a central class.
Experimentalbooleantrue
UMLPackagePathstringCIM::Core::Capabilities
Versionstring2.28.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
SupportedCapacityOptimizationsstring[]
DescriptionstringThe SupportedCapacityOptimizations is an array of strings that identify the capacity optimization techniques that are supported within the scoped system or central class element. A string element in this array should take the form of <OrgID>:<COname>, where <OrgID> is the identifier of the organization that defined the technique and <COname> is the name of the capacity optimization technique. If no capacity optimization technique is supported by the implementation, then the array should have a single value of "None".
SupportedViewsstring[]
DescriptionstringThis is an array of strings that identify the views that are supported by name, without the namespace qualifier. A string element in this array should take the form of <OrgID>:<viewname>, where <OrgID> is the identifier of the organization that defined the view and <viewname> is the name of the view. For example, support for the DiskDriveView would be indicated by the string "SNIA:DiskDriveView". If no views are supported by the implementation, then the array should have a single value of "None".

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_Capabilities

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
CreateGoalSettingsuint16CIM_Capabilities