topology
ShortestPathGraph


The shortest path graph.


public struct ShortestPathGraph

Properties
sourceType The address type of the source. Currently only ipv4 is supported.

type=topology.AddressType

source The source address of the managed route. The format of the source is based on the sourceType property.

type=string

sourceLen The length of the source address. Its valid values depend on the sourceType.

type=int

destType The address type of the destination. Currently only ipv4 is supported.

type=topology.AddressType

dest The destination address of the managed route. The format of the destination is based on the destType property.

type=string

destLen The length of the destination address. Its valid values depend on the destType.

type=int

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

type=topology.RouteType

totalCostValid Specifies whether total cost was calculated and is valid.

type=boolean

totalCosts Specifies all possible total costs of the path. This field is only valid if totalCostValid is true, and is otherwise undefined

type=Set (long)

nodes Stores the vertex list for this route.

type=List (topology.SPNode)

errors The detailed errors, if any.

type=List (topology.DetailedError)