topology
RouteKey


Defines a unique key used to access a managed route.


public struct RouteKey

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. Currently only IPv4 router IDs are supported.

type=string

sourceLen The length of the source address. Its valid values depend on the sourceType. Currently must be 32.

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. Currently only IPv4 router IDs are supported.

type=string

destLen The length of the destination address. Its valid values depend on the destType. Currently must be 32.

type=int