GatewayEffectiveRoute interface
Gateway effective routing details.
Properties
| address |
The list of address prefixes for the effective route. |
| local |
The gateway's local address. |
| next |
The IP address of the next hop for the effective route. |
| next |
The next hop type of the effective route. |
Property Details
addressPrefixes
The list of address prefixes for the effective route.
addressPrefixes?: string[]
Property Value
string[]
localAddress
The gateway's local address.
localAddress?: string
Property Value
string
nextHopIpAddress
The IP address of the next hop for the effective route.
nextHopIpAddress?: string
Property Value
string
nextHopType
The next hop type of the effective route.
nextHopType?: string
Property Value
string