NvdimmPMemNamespaceCreateSpec
NvdimmPMemNamespaceCreateSpec
Arguments for creating a persistent memory mode namespace
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"friendlyName": "string",
"size": 0,
"interleavesetID": 0
}
string
friendlyName
Optional
Friendly name of the namespace to be created.
A friendly name can be provided by user to associate a name to the created namespace, but such a name is not mandatory and is empty string by default.
integer As int64 As int64
size
Required
Size of the namespace in bytes.
integer As int32 As int32
interleavesetID
Required
The interleave set ID of the namespace.