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.Resource
RouteTable

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
str

Resource ID.

location
str

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
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

Resource tags.

etag
str

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
str

The resource GUID property of the route table.