Package onep :: Package mediatrace :: Module mtrace :: Class MediatraceRoute
[frames] | no frames]

Class MediatraceRoute


Read only class holding route information from results of trace

route_index - index of route information in chain profile - mtrace.ProfileType enum route_status - mtrace.RouteStatus enum traceroute_status - mtrace.TraceRouteStatus enum nodes_successful - number of nodes successfully traced nodes_errored - number of nodes with trace errors nodes_no_data - number of nodes with no trace data non_mt_nodes - number of nodes without mediatrace capability collection_timestamp - time node trace data was colledted last_route_change_timestamp - last route change time node_list - list of MediatraceNode classes

Instance Methods
 
__init__(self, idl)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__str__(self)
str(x)

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

Properties

Inherited from object: __class__

Method Details

__init__(self, idl)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)