topology
RouteResult


The route result contains the adjacency list representation of the route(s).


public struct RouteResult

Properties
errorCode Specifies if the state of the route.

type=topology.ErrorCode

errorMessage Detailed error message. This message it not intended to be interpreted by a machine.

type=string

type Specifies whether the route is a standard non-ECMP route or an ECMP route.

type=topology.RouteType

vertices Stores the vertex list for this route.

type=List (topology.Vertex)

detailedErrors Specific error details.

type=List (topology.DetailedError)