Home | Trees | Indices | Help |
|
---|
|
NextHop class represents a next hop of route, and support both IPv4 and IPv6.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Class Variables | |
log = logging.getLogger('onep.'+ __name__)
|
|
NextHopType = enum('DEFAULT', 'REPAIR')
|
|
network_interface = property(_get_network_interface, _set_netw
|
|
address = property(_get_address, _set_address, None, _doc)
|
|
metric = property(_get_metric, _set_metric, None, _doc)
|
|
route_tag = property(_get_route_tag, _set_route_tag, None, _doc)
|
Properties | |
Inherited from Inherited from |
Method Details |
Constructor. This constructor can be used for convenience when the Scope is not required, for example, when the route operation is REMOVE.
|
Gets the string representation of the object
|
Class Variable Details |
network_interface
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:33 2014 | http://epydoc.sourceforge.net |