Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.56 KB

MemoryArray.md

File metadata and controls

22 lines (18 loc) · 1.56 KB

MemoryArray

Holder housing multiple memory units.

Properties

Name Type Description Notes
array_id int [optional] [readonly]
cpu_id int [optional] [readonly]
current_capacity str [optional] [readonly]
error_correction str [optional] [readonly]
max_capacity str [optional] [readonly]
max_devices str [optional] [readonly]
oper_power_state str [optional] [readonly]
presence str [optional] [readonly]
compute_board ComputeBoard [optional]
persistent_memory_units list[MemoryPersistentMemoryUnit] A reference to a memoryPersistentMemoryUnit resource. When the $expand query parameter is specified, the referenced resource is returned inline. This represents all the persistent memory modules found in a memory array of a server. [optional] [readonly]
registered_device AssetDeviceRegistration [optional]
units list[MemoryUnit] A reference to a memoryUnit resource. When the $expand query parameter is specified, the referenced resource is returned inline. This represents all the DIMMs found in a memory array of a server. This includes both regular DIMMs and persistent memory modules. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]