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

Class NextHop


Instance Methods

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

Properties
Scope scope
The the next hop scope to set.
int error_code
Gets the the next hop error code.

Inherited from object: __class__

Property Details

scope

The the next hop scope to set.

Get Method:
_get_scope(self)
Set Method:
_set_scope(self, scope)
Type:
Scope

error_code

Gets the the next hop error code. It is available for checking after route update operation and possible values are SUCCESS or FAILURE. It no add/remove operation has been performed, the error code should be NONE.

Get Method:
_get_error_code(self)
Type:
int