Class CIM_ResourcePoolConfigurationCapabilities
extends CIM_Capabilities

This class exposes the supported capabilities of a ResourcePoolConfigurationService. Not all implementations will support all methods on the service. Clients may use instances of this class to determine which methods are supported. The same method must not be listed in both lists. Implementations must either be non-blocking and use a Job for long running operations, or always block until the operation completes.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_ResourcePoolConfigurationCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis class exposes the supported capabilities of a ResourcePoolConfigurationService. Not all implementations will support all methods on the service. Clients may use instances of this class to determine which methods are supported. The same method must not be listed in both lists. Implementations must either be non-blocking and use a Job for long running operations, or always block until the operation completes.
UMLPackagePathstringCIM::Core::Resource
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AsynchronousMethodsSupporteduint32[]
DescriptionstringThis property reflects the methods of the associated service class that are supported that may return a Job.
ValueMapstring2, 3, 4, 5, 6, 7, .., 32768..65535
ValuesstringCreateResourcePool is supported, CreateChild ResourcePool is supported, DeleteResourcePool is supported, AddResourcesToResourcePool is supported, RemoveResourcesFromResourcePool is supported, ChangeParentResourcePool is supported, DMTF Reserved, Vendor Reserved
SynchronousMethodsSupporteduint32[]
DescriptionstringThis property reflects the methods of the associated service class that are supported andblock until completed (no Job is returned.)
ValueMapstring2, 3, 4, 5, 6, 7, .., 32768..65535
ValuesstringCreateResourcePool is supported, CreateChild ResourcePool is supported, DeleteResourcePool is supported, AddResourcesToResourcePool is supported, RemoveResourcesFromResourcePool is supported, CIM_ChangeParentResourcePool is supported, DMTF Reserved, Vendor Reserved

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
InstanceIDstringCIM_Capabilities

Class Methods