Data Object - NvdimmNamespaceInfo(vim.host.NvdimmSystem.NamespaceInfo)

Property of
NvdimmSystemInfo
Extends
DynamicData
Since
vSphere API 6.7

Data Object Description

Detailed information about a particular namespace.

Properties

Name Type Description
blockCountxsd:long

Number of blocks in the namespace. For persistent region type, blockCount is the size of persistent region in bytes. For block region type, block count represent number of bytes per block size.
blockSizexsd:long

Size of logical block size. For persistent region type, block size is one. For block region, block size represents one of the logical block sizes of 512, 4096 etc.
friendlyNamexsd:string

Friendly name of namespace
locationIDxsd:int

This identifier is the interleave set ID if this namespace is being used in persistent mode. If in block mode, this is a nvdimm device handle.
namespaceHealthStatusxsd:string

Health status of DIMM(s) part of the namespace. Must be one of the values of NamespaceInfo.NamespaceHealthStatus
statexsd:string

State of namespace. Must be one of NamespaceInfo.NamespaceState
typexsd:string

Type of the namespace to be created - block or persistent. Must be one of the values in NamespaceType
uuidxsd:string

Universally unique identifier assigned to namespace in string format
Properties inherited from DynamicData
None

Show WSDL type definition