Route interface
Route resource.
- Extends
Properties
| address |
The destination CIDR to which the route applies. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| has |
A value indicating whether this route overrides overlapping BGP routes regardless of LPM. |
| next |
The next hop definition containing ECMP next hop IP addresses. Only allowed when nextHopType is VirtualApplianceEcmp. |
| next |
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. |
| next |
The type of Azure hop the packet should be sent to. |
| provisioning |
The provisioning state of the route resource. |
Property Details
addressPrefix
The destination CIDR to which the route applies.
addressPrefix?: string
Property Value
string
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
hasBgpOverride
A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
hasBgpOverride?: boolean
Property Value
boolean
nextHop
The next hop definition containing ECMP next hop IP addresses. Only allowed when nextHopType is VirtualApplianceEcmp.
nextHop?: RouteNextHopEcmp
Property Value
nextHopIpAddress
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
nextHopIpAddress?: string
Property Value
string
nextHopType
The type of Azure hop the packet should be sent to.
nextHopType?: string
Property Value
string
provisioningState
The provisioning state of the route resource.
provisioningState?: string
Property Value
string