State

Leafs

class Components.Component.State

Bases: Entity

Class Hierarchy : Components Component State

This class represents state data.

Operational state data for each component

name

Device name for the component -- this will not be a configurable parameter on many implementations

type: str

config: False

type

Type of component as identified by the system

type: union of the below types:

config: False

id

Unique identifier assigned by the system for the component

type: str

config: False

description

System-supplied description of the component

type: str

config: False

mfg_name

System-supplied identifier for the manufacturer of the component. This data is particularly useful when a component manufacturer is different than the overall device vendor

type: str

config: False

version

System-defined version string for a hardware, firmware, or software component

type: str

config: False

serial_no

System-assigned serial number of the component

type: str

config: False

part_no

System-assigned part number for the component. This should be present in particular if the component is also an FRU (field replacable unit)

type: str

config: False