EffectiveRoute interface
有效路由
属性
| address |
CIDR 表示法中有效路由的地址前缀。 |
| name | 用户定义的路由的名称。 这是可选的。 |
| next |
有效路由的下一跃点的 IP 地址。 |
| next |
应将数据包发送到的 Azure 跃点的类型。 可能的值包括:“VirtualNetworkGateway”、“VnetLocal”、“Internet”、“VirtualAppliance”和“None”。 |
| source | 创建路由的人员。 可能的值为:“Unknown”、“User”、“VirtualNetworkGateway”和“Default”。 |
| state | 有效路由的值。 可能的值为:“Active”和“Invalid”。 |
属性详细信息
addressPrefix
CIDR 表示法中有效路由的地址前缀。
addressPrefix?: string[]
属性值
string[]
name
用户定义的路由的名称。 这是可选的。
name?: string
属性值
string
nextHopIpAddress
有效路由的下一跃点的 IP 地址。
nextHopIpAddress?: string[]
属性值
string[]
nextHopType
应将数据包发送到的 Azure 跃点的类型。 可能的值包括:“VirtualNetworkGateway”、“VnetLocal”、“Internet”、“VirtualAppliance”和“None”。
nextHopType?: string
属性值
string
source
创建路由的人员。 可能的值为:“Unknown”、“User”、“VirtualNetworkGateway”和“Default”。
source?: string
属性值
string
state
有效路由的值。 可能的值为:“Active”和“Invalid”。
state?: string
属性值
string