RouteTablePropertiesFormat Class
Route Table resource.
Constructor
RouteTablePropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
resource_guid
|
The resource GUID property of the route table. |
Attributes
disable_bgp_route_propagation
Whether to disable the routes learned by BGP on that route table. True means disable.
disable_bgp_route_propagation: bool | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
resource_guid
The resource GUID property of the route table.
resource_guid: str | None
routes
Collection of routes contained within a route table.
routes: list['_models.Route'] | None
subnets
A collection of references to subnets.
subnets: list['_models.Subnet'] | None