Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.04 KB

File metadata and controls

21 lines (17 loc) · 2.04 KB

MemoryPersistentMemoryConfiguration

This represents the configuration on the Persistent Memory Modules on a server.

Properties

Name Type Description Notes
memory_capacity str This represents the memory capacity in GB of a persistent memory configuration on a server. [optional] [readonly]
num_of_dimms str This represents the number of persistent memory modules of a Persistent Memory Configuration on a server. [optional] [readonly]
num_of_regions str This represents the number of regions of a Persistent Memory Configuration on a server. [optional] [readonly]
persistent_memory_capacity str This represents the persistent memory capacity in GB of a persistent memory configuration on a server. [optional] [readonly]
reserved_capacity str This represents the reserved capacity in GB of a persistent memory configuration on a server. [optional] [readonly]
security_state str This represents the collective security state of all persistent memory modules on a server. [optional] [readonly]
total_capacity str This represents the total capacity in GB of a persistent memory configuration on a server. [optional] [readonly]
compute_board ComputeBoard [optional]
persistent_memory_config_result MemoryPersistentMemoryConfigResult [optional]
persistent_memory_regions list[MemoryPersistentMemoryRegion] A reference to a memoryPersistentMemoryRegion resource. When the $expand query parameter is specified, the referenced resource is returned inline. This represents the collection of all the persistent memory regions configured on a server. [optional] [readonly]
registered_device AssetDeviceRegistration [optional]

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