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.An implementation should not use unknown for both synchronous and asynchronous operations.
"Unknown" no asynchronous operations supported. "AllocateFromPool" asynchronous allocation operations supported. "ReturnToPool" asynchronous deallocation operations supported. |
ValueMap | string | 0, 2, 3 |
Values | string | Unknown, AllocateFromPool, ReturnToPool |
SupportedSynchronousOperations | uint16[] | |
Description | string | Enumeration indicating the available synchronous memory provisioning operations. Synchronous operations result in an immediate change to the platform memory configuration. An implementation should not use unknown for both synchronous and asynchronous operations.
"Unknown" no synchronous operations supported. "AllocateFromPool" synchronous allocation operations supported. "ReturnToPool" synchronous deallocation operations supported. |
ValueMap | string | 0, 2, 3 |
Values | string | Unknown, AllocateFromPool, ReturnToPool |