你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GatewayRouteOutput interface

网关路由详细信息。

属性

asPath

路由的 AS 路径序列。

localAddress

网关的本地地址。

network

路由的网络前缀。

nextHop

路线的下一跃点。

origin

从中了解此路由的来源。

sourcePeer

从中了解此路由的对等方。

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