Skip to content

Commit 31c5096

Browse files
Change NonVolatileSizeLimitMiB from string to int
1 parent 71755ec commit 31c5096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redfish/memory.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ type Memory struct {
333333
// product ID of this memory module as defined by the manufacturer.
334334
ModuleProductID string
335335
// NonVolatileSizeLimitMiB shall contain the total non-volatile memory capacity in mebibytes (MiB).
336-
NonVolatileSizeLimitMiB string
336+
NonVolatileSizeLimitMiB int
337337
// NonVolatileSizeMiB shall contain the total size of the non-volatile portion memory in MiB.
338338
NonVolatileSizeMiB int
339339
// OperatingMemoryModes shall be the memory

0 commit comments

Comments
 (0)