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

Class ElementProperty


Provides the static properties of the NetworkElement.

Instance Methods
 
__str__(self)
str(x)

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

Class Variables
  OnepElementHwType = enum('ONEP_ELEMENT_HW_BASE_ETHER', 'ONEP_E...
Properties
  product_id
The network element product identifier(PID).
  processor
Network Element processor type
  SerialNo
The serial number (SN) of the network element.
  udi
UDI of the network element.
  version_id
Version ID of the network element.
  sys_descr
System Descr of Network Element.
  sys_name
System Name of network element.
  sys_uptime
System Up Time of the network element
  content_string
A string representation of the object

Inherited from object: __class__

Method Details

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

Class Variable Details

OnepElementHwType

Value:
enum('ONEP_ELEMENT_HW_BASE_ETHER', 'ONEP_ELEMENT_HW_FAST_ETHER', 'ONEP\
_ELEMENT_HW_GIGA_ETHER')

Property Details

product_id

The network element product identifier(PID).

Get Method:
_get_product_id(self) - For internal use only

processor

Network Element processor type

Get Method:
_get_processor(self) - For internal use only

SerialNo

The serial number (SN) of the network element.

Get Method:
_get_serial_no(self) - For internal use only

udi

UDI of the network element.

Get Method:
_get_udi(self) - For internal use only

version_id

Version ID of the network element.

Get Method:
_get_version_id(self) - For internal use only

sys_descr

System Descr of Network Element.

Get Method:
_get_sys_descr(self) - For internal use only

sys_name

System Name of network element.

Get Method:
_get_sys_name(self) - For internal use only

sys_uptime

System Up Time of the network element

Get Method:
_get_sys_uptime(self) - For internal use only

content_string

A string representation of the object

Get Method:
_get_content_string(self) - For internal use only