Reference Guide
Property Description Data Type
InterleavePosition Indicates the position of this physical
memory in an interleave. 0 indicates
noninterleaved. 1 indicates the first position,
2 the second position, and so on. For
example, in a 2:1 interleave, a value of 1
indicates that the memory is in the “even”
position.
uint32
Manufacturer Indicates the manufacturer of the physical
memory.
string
NonVolatileSize The size of the Non-volatile portion of the
memory device in Mega Bytes (MB)
uint64
VolatileSize The size of the Volatile portion of the
memory device in Mega Bytes (MB)
uint64
CacheSize The size of the Cache portion of the
memory device in Mega Bytes (MB)
uint64
RemainingRatedWriteEndurance The Remaining life of persistent memory
device in Percentage.
uint32
SerialNumber Indicates the serial number of the physical
memory.
string
CIM_PhysicalConnector
The CIM_PhysicalConnector class listed in Physical Connector Properties includes physical elements such as plugs, jacks, or buses
that connect physical elements. Any object that can be used to connect and transmit signals or power between two or more physical
elements is a member of this class. For example, slots and D-shell connectors are types of physical connectors. See Connector Type
Values for a list of valid connector type values.
The following table describes the properties and data type of the CIM PhysicalConnector class.
Class Name: CIM_PhysicalConnector
Parent Class: CIM_PhysicalElement
Table 11. CIM_PhysicalConnector Properties
Property Description Data Type
ConnectorPinout A free-form string describing the pin
configuration and signal usage of a physical
connector.
string
ConnectorType An array of integers defining the type of
physical connector. An array is specified to
allow the description of “combinations” of
connector information. For example, one
array entry could specify RS-232, another
DB-25, and a third entry could define the
connector as male. See
Connector Type
Values for the values of the ConnectorType
property.
uint16
CIM_Physical Element 19