HubRouteTableProperties Class
Parameters for RouteTable.
Constructor
HubRouteTableProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
routes
|
List of all routes. |
|
labels
|
List of labels associated with this route table. |
|
associated_connections
|
List of all connections associated with this route table. |
|
propagating_connections
|
List of all connections that advertise to this route table. |
|
provisioning_state
|
The provisioning state of the RouteTable resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
associated_connections
List of all connections associated with this route table.
associated_connections: list[str] | None
labels
List of labels associated with this route table.
labels: list[str] | None
propagating_connections
List of all connections that advertise to this route table.
propagating_connections: list[str] | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
routes
List of all routes.
routes: list['_models.HubRoute'] | None