Class CIM_PersistentConfigurationCapabilities
extends CIM_Capabilities

A subclass of Capabilities that defines the capabilities of a PersistentMemoryService.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_PersistentConfigurationCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA subclass of Capabilities that defines the capabilities of a PersistentMemoryService.
UMLPackagePathstringCIM::Device::ConfigurableMemory
Versionstring2.47.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
SupportedAsynchronousOperationsuint16[]
DescriptionstringEnumeration indicating the available asynchronous memory provisioning operations. Asynchronous operations stage a memory provisioning request which takes effect after some triggering action such as a system reboot. "Unknown" No synchronous operations supported "AllocateFromPool" persistent namespace allocation is supported. "ReturnToPool" persistent namespace deallocation is supported. "ModifyNamespace" persistent namespace modification is supported.
ValueMapstring0, 2, 3, 4
ValuesstringUnknown, AllocateFromPool, ReturnToPool, ModifyNamespace
SupportedSynchronousOperationsuint16[]
DescriptionstringEnumeration indicating the available synchronous memory provisioning operations. Synchronous operations result in an immediate change to the platform memory configuration. "Unknown" No synchronous operations supported "AllocateFromPool" persistent namespace allocation is supported. "ReturnToPool" persistent namespace deallocation is supported. "ModifyNamespace" persistent namespace modification is supported.
ValueMapstring0, 2, 3, 4
ValuesstringUnknown, AllocateFromPool, ReturnToPool, ModifyNamespace

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