We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71755ec commit 31c5096Copy full SHA for 31c5096
redfish/memory.go
@@ -333,7 +333,7 @@ type Memory struct {
333
// product ID of this memory module as defined by the manufacturer.
334
ModuleProductID string
335
// NonVolatileSizeLimitMiB shall contain the total non-volatile memory capacity in mebibytes (MiB).
336
- NonVolatileSizeLimitMiB string
+ NonVolatileSizeLimitMiB int
337
// NonVolatileSizeMiB shall contain the total size of the non-volatile portion memory in MiB.
338
NonVolatileSizeMiB int
339
// OperatingMemoryModes shall be the memory
0 commit comments