Package onep :: Package element :: Module FRU :: Class FRU
[frames] | no frames]

Class FRU


This class represent the static properties of the Field Replaceable Unit (FRU) on the network element.

Instance Methods
 
__str__(self)
str(x)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Instance Variables
  element
The NetworkElement associated with the FRU
  slot
The element FRU slot number
  alarm_type
The element FRU alarm type
  product_id
The element FRU product identifier (PID)
  serial_no
The element FRU Serial Number (SN)
  part_no
The element FRU Part Number
  sw_version
The element FRU Software Version
  fw_version
The element FRU Firmware Version
  hw_version
The element FRU Hardware Version
Properties

Inherited from object: __class__

Method Details

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)