RoutePropertiesFormatOutput interface
路由资源。
属性
| address |
路由应用到的目标 CIDR。 |
| has |
一个值,该值指示此路由是否替代重叠的 BGP 路由,而不考虑 LPM。 |
| next |
IP 地址数据包应转发到。 只有在下一跃点类型为 VirtualAppliance 的路由中才允许下一跃点值。 |
| next |
应将数据包发送到的 Azure 跃点的类型。 |
| provisioning |
路由资源的预配状态。 |
属性详细信息
addressPrefix
路由应用到的目标 CIDR。
addressPrefix?: string
属性值
string
hasBgpOverride
一个值,该值指示此路由是否替代重叠的 BGP 路由,而不考虑 LPM。
hasBgpOverride?: boolean
属性值
boolean
nextHopIpAddress
IP 地址数据包应转发到。 只有在下一跃点类型为 VirtualAppliance 的路由中才允许下一跃点值。
nextHopIpAddress?: string
属性值
string
nextHopType
应将数据包发送到的 Azure 跃点的类型。
nextHopType: "None" | "VirtualNetworkGateway" | "VnetLocal" | "Internet" | "VirtualAppliance"
属性值
"None" | "VirtualNetworkGateway" | "VnetLocal" | "Internet" | "VirtualAppliance"
provisioningState
路由资源的预配状态。
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
属性值
"Succeeded" | "Updating" | "Deleting" | "Failed"