GatewayRouteOutput interface
网关路由详细信息。
属性
| as |
路由的 AS 路径序列。 |
| local |
网关的本地地址。 |
| network | 路由的网络前缀。 |
| next |
路线的下一跃点。 |
| origin | 从中了解此路由的来源。 |
| source |
从中了解此路由的对等方。 |
| weight | 路线的重量。 |
属性详细信息
asPath
路由的 AS 路径序列。
asPath?: string
属性值
string
localAddress
网关的本地地址。
localAddress?: string
属性值
string
network
路由的网络前缀。
network?: string
属性值
string
nextHop
路线的下一跃点。
nextHop?: string
属性值
string
origin
从中了解此路由的来源。
origin?: string
属性值
string
sourcePeer
从中了解此路由的对等方。
sourcePeer?: string
属性值
string
weight
路线的重量。
weight?: number
属性值
number