RouteTable Class
Route table resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceRouteTable
Constructor
RouteTable(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, routes: List[_models.Route] | None = None, disable_bgp_route_propagation: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
routes
|
Collection of routes contained within a route table. |
disable_bgp_route_propagation
|
Whether to disable the routes learned by BGP on that route table. True means disable. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
routes
|
Collection of routes contained within a route table. |
subnets
|
A collection of references to subnets. |
disable_bgp_route_propagation
|
Whether to disable the routes learned by BGP on that route table. True means disable. |
provisioning_state
|
The provisioning state of the route table resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
resource_guid
|
The resource GUID property of the route table. |
Azure SDK for Python