Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.25 KB

MemoryPersistentMemoryNamespace.md

File metadata and controls

18 lines (14 loc) · 1.25 KB

MemoryPersistentMemoryNamespace

This represents a Persistent Memory Namespace configured within the persistent memory region on a server.

Properties

Name Type Description Notes
capacity str This represents the capacity in GB of a Persistent Memory Namespace. [optional] [readonly]
health_state str This represents the health state of a Persistent Memory Namespace. [optional] [readonly]
label_version str This represents the label version of a Persistent Memory Namespace. [optional] [readonly]
mode str This represents the mode of a Persistent Memory Namespace. [optional] [readonly]
name str This represents the name of a Persistent Memory Namespace. [optional] [readonly]
uuid str This represents the uuid of a Persistent Memory Namespace. [optional] [readonly]
memory_persistent_memory_region MemoryPersistentMemoryRegion [optional]
registered_device AssetDeviceRegistration [optional]

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