physicalConnector
The physicalConnector table stores information about physical connectors.
The following table describes the physicalConnector table.
Column name | Type | Constraints | Description |
---|---|---|---|
entityId |
32-bit integer |
Not null |
The identifier of a geographical location from the entityData table. |
fwRevision |
64character string |
Firmware version for this entity. |
|
hwRevision |
64character string |
Hardware version for this entity. |
|
manufacturer |
32-bit integer |
Vendor-specific hardware type for this entity. |
|
manufacturingDate |
Timestamp |
Date of manufacture for this entity. |
|
model |
255-character string |
Model name for this entity. |
|
name |
255-character string |
The textual name of the physical entity. The value of this object must be the name of the component as assigned by the local device and is suitable for use in commands entered at the console of the device. Depending on the physical component naming syntax of the device, this value might be a text name, for example console, or a single component number, for example a port number or a module number. |
|
relativePosition |
32-bit integer |
Indication of the relative position of this entity within the containment. |
|
swRevision |
255-character string |
Software revision. |
|
serialNumber |
255-character string |
The serial number of the entity. |
|
cdmType |
Tiny integer |
Not null |
|
physicalIndex |
32-bit integer |
The physical index for this entity. |
|
vendorType |
100-character string |
Vendor assigned type information. |