RoutePropertiesFormat Class
Route resource.
Constructor
RoutePropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
address_prefix
|
The destination CIDR to which the route applies. |
|
next_hop_type
|
The type of Azure hop the packet should be sent to. Required. Known values are: "VirtualNetworkGateway", "VnetLocal", "Internet", "VirtualAppliance", and "None". |
|
next_hop_ip_address
|
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. |
|
provisioning_state
|
The provisioning state of the route resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
has_bgp_override
|
A value indicating whether this route overrides overlapping BGP routes regardless of LPM. |
Attributes
address_prefix
The destination CIDR to which the route applies.
address_prefix: str | None
has_bgp_override
A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
has_bgp_override: bool | None
next_hop_ip_address
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
next_hop_ip_address: str | None
next_hop_type
The type of Azure hop the packet should be sent to. Required. Known values are: "VirtualNetworkGateway", "VnetLocal", "Internet", "VirtualAppliance", and "None".
next_hop_type: str | _models.RouteNextHopType
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None