EffectiveRouteOutput interface
有效路由。
属性
| address |
CIDR 表示法中有效路由的地址前缀。 |
| disable |
如果为 true,则本地路由不会传播到子网中的网络接口。 |
| name | 用户定义的路由的名称。 这是可选的。 |
| next |
有效路由的下一跃点的 IP 地址。 |
| next |
应将数据包发送到的 Azure 跃点的类型。 |
| source | 创建路由的人员。 |
| state | 有效路由的值。 |
属性详细信息
addressPrefix
CIDR 表示法中有效路由的地址前缀。
addressPrefix?: string[]
属性值
string[]
disableBgpRoutePropagation
如果为 true,则本地路由不会传播到子网中的网络接口。
disableBgpRoutePropagation?: boolean
属性值
boolean
name
用户定义的路由的名称。 这是可选的。
name?: string
属性值
string
nextHopIpAddress
有效路由的下一跃点的 IP 地址。
nextHopIpAddress?: string[]
属性值
string[]
nextHopType
应将数据包发送到的 Azure 跃点的类型。
nextHopType?: "None" | "VirtualNetworkGateway" | "VnetLocal" | "Internet" | "VirtualAppliance"
属性值
"None" | "VirtualNetworkGateway" | "VnetLocal" | "Internet" | "VirtualAppliance"
source
创建路由的人员。
source?: "VirtualNetworkGateway" | "Default" | "User" | "Unknown"
属性值
"VirtualNetworkGateway" | "Default" | "User" | "Unknown"
state
有效路由的值。
state?: "Invalid" | "Active"
属性值
"Invalid" | "Active"