VirtualHubEffectiveRoute interface
The effective route configured on the virtual hub or specified resource.
Properties
address |
The list of address prefixes. |
as |
The ASPath of this route. |
next |
The list of next hops. |
next |
The type of the next hop. |
route |
The origin of this route. |
Property Details
addressPrefixes
The list of address prefixes.
addressPrefixes?: string[]
Property Value
string[]
asPath
The ASPath of this route.
asPath?: string
Property Value
string
nextHops
The list of next hops.
nextHops?: string[]
Property Value
string[]
nextHopType
The type of the next hop.
nextHopType?: string
Property Value
string
routeOrigin
The origin of this route.
routeOrigin?: string
Property Value
string