Home | Trees | Indices | Help |
|
---|
|
Class which handles provides information about status of the interface
Instance Methods | |||
|
|||
|
|||
Inherited from |
Class Variables | |
Enum |
InterfaceStateEventType = enum('ONEP_IF_STATE_EVENT_LINK', 'ON Enum indicating the type of Interface State Event. |
Enum |
InterfaceState = enum(ONEP_IF_STATE_ADMIN_DOWN= 1, ONEP_IF_STA Represents the State of the interface. |
Enum |
InterfaceVLANEventType = enum('ONEP_IF_VLAN_EVENT_ADD', 'ONEP_ Enum indicating type of interface vlan change event. |
Enum |
InterfaceVRFEventType = enum('ONEP_IF_VRF_EVENT_LINEPROTO', 'O Enumeration for interface VRF change event type. |
Instance Variables | |
str
|
interface_name = None The name of the interface |
InterfaceState |
link = 1 The link status of the interface. |
InterfaceState |
lineproto = 1 The lineproto state of the interface. |
Properties | |
Inherited from |
Method Details |
Constructor of InterfaceStatus class.
|
Obtain string representation of the Interface Status object.
|
Class Variable Details |
InterfaceStateEventTypeEnum indicating the type of Interface State Event. ONEP_IF_STATE_EVENT_LINK: Link state event type ONEP_IF_STATE_EVENT_LINEPROTO: Line proto state event type ONEP_IF_STATE_EVENT_ANY: Any state event
|
InterfaceStateRepresents the State of the interface. ONEP_IF_STATE_ADMIN_DOWN: Interface is administratively down ONEP_IF_STATE_OPER_DOWN: Interface is administratively up, but it is operationally down ONEP_IF_STATE_OPER_UP: Interface is operationally up
|
InterfaceVLANEventTypeEnum indicating type of interface vlan change event. ONEP_IF_VLAN_EVENT_ADD: VLAN event add ONEP_IF_VLAN_EVENT_DELETE: VLAN event delete ONEP_IF_VLAN_EVENT_ANY: Any VLAN event
|
InterfaceVRFEventTypeEnumeration for interface VRF change event type. ONEP_IF_VRF_EVENT_LINEPROTO: Line proto VRF change event ONEP_IF_VRF_EVENT_LINK: Link VRF change event
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:29 2014 | http://epydoc.sourceforge.net |