Package onep :: Package routing :: Module ARTRouteStateEvent :: Class ARTRouteStateEvent
[frames] | no frames]

Class ARTRouteStateEvent


An event which indicates that a route state event occurred in a network element.

Instance Methods

Inherited from core.event.EventObject.EventObject: __init__

Inherited from core.event.AsyncMsg.AsyncMsg: do_event

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

Class Variables
  log = logging.getLogger('onep.'+ __name__)

Inherited from core.event.AsyncMsg.AsyncMsg: OnepAsyncMsgType

Instance Variables

Inherited from core.event.EventObject.EventObject: event_handle, event_type

Inherited from core.event.AsyncMsg.AsyncMsg: src_ne

Properties
L3UnicastScope scope
Gets the scope for a route state event.
L3UnicastRoute route
Gets the route for a route state event.
Enum state
Gets the route state for a route state event.

Inherited from object: __class__

Property Details

scope

Gets the scope for a route state event.

Get Method:
_get_scope(self)
Type:
L3UnicastScope

route

Gets the route for a route state event.

Get Method:
_get_route(self)
Type:
L3UnicastRoute

state

Gets the route state for a route state event.

Get Method:
_get_state(self)
Type:
Enum