Home | Trees | Indices | Help |
|
---|
|
This clase represents a layer 3 unicast route.
Instance Methods | |||
|
|||
|
Class Variables | |
OwnerType = enum('NONE', 'APP', 'CONNECTED', 'STATIC', 'BGP',
|
|
RouteType = enum('NONE', 'OSPF_INTRA', 'OSPF_INTER', 'OSPF_EXT
|
|
prefix = property(_get_prefix, _set_prefix, None, _doc)
|
|
owner_type = property(_get_owner_type, None, None, _doc)
|
|
owner_tag = property(_get_owner_tag, None, None, _doc)
|
|
route_type = property(_get_route_type, None, None, _doc)
|
|
next_hop_list = property(_get_next_hop_list, _set_next_hop_lis
|
|
admin_distance = property(_get_admin_distance, _set_admin_dist
|
|
metric = property(_get_metric, None, None, _doc)
|
|
error_code = property(_get_error_code, None, None, _doc)
|
Method Details |
Constructor that provides convenience can be called with only prefix or prefix and Next hop list
|
Gets the string representation of the object
|
Class Variable Details |
OwnerType
|
RouteType
|
next_hop_list
|
admin_distance
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:33 2014 | http://epydoc.sourceforge.net |