Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
SupportedAsynchronousOperations | uint16[] | |
Description | string | Enumeration 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. |
ValueMap | string | 0, 2, 3, 4 |
Values | string | Unknown, AllocateFromPool, ReturnToPool, ModifyNamespace |
SupportedSynchronousOperations | uint16[] | |
Description | string | Enumeration 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. |
ValueMap | string | 0, 2, 3, 4 |
Values | string | Unknown, AllocateFromPool, ReturnToPool, ModifyNamespace |