2019-09-08 23:55:37 +03:00
|
|
|
/*
|
|
|
|
* Redfish OAPI specification
|
|
|
|
*
|
|
|
|
* Partial Redfish OAPI specification for a limited client
|
|
|
|
*
|
|
|
|
* API version: 0.0.1
|
|
|
|
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
|
|
*/
|
|
|
|
|
2019-09-09 00:20:08 +03:00
|
|
|
package client
|
2020-01-09 23:02:39 +04:00
|
|
|
// MemorySummary struct for MemorySummary
|
2019-09-08 23:55:37 +03:00
|
|
|
type MemorySummary struct {
|
2019-09-09 14:54:37 +03:00
|
|
|
TotalSystemMemoryGiB *float32 `json:"TotalSystemMemoryGiB,omitempty"`
|
|
|
|
TotalSystemPersistentMemoryGiB *float32 `json:"TotalSystemPersistentMemoryGiB,omitempty"`
|
2019-09-08 23:55:37 +03:00
|
|
|
Status Status `json:"Status,omitempty"`
|
|
|
|
}
|