ExpressRouteConnectionProperties Class
Properties of the ExpressRouteConnection subresource.
Constructor
ExpressRouteConnectionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
The provisioning state of the express route connection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
express_route_circuit_peering
|
The ExpressRoute circuit peering. Required. |
|
authorization_key
|
Authorization key to establish the connection. |
|
routing_weight
|
The routing weight associated to the connection. |
|
enable_internet_security
|
Enable internet security. |
|
express_route_gateway_bypass
|
Enable FastPath to vWan Firewall hub. |
|
enable_private_link_fast_path
|
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. |
|
routing_configuration
|
The Routing Configuration indicating the associated and propagated route tables on this connection. |
Attributes
authorization_key
Authorization key to establish the connection.
authorization_key: str | None
enable_internet_security
Enable internet security.
enable_internet_security: bool | None
enable_private_link_fast_path
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
enable_private_link_fast_path: bool | None
express_route_circuit_peering
The ExpressRoute circuit peering. Required.
express_route_circuit_peering: _models.ExpressRouteCircuitPeeringId
express_route_gateway_bypass
Enable FastPath to vWan Firewall hub.
express_route_gateway_bypass: bool | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
routing_configuration
The Routing Configuration indicating the associated and propagated route tables on this connection.
routing_configuration: _models.RoutingConfiguration | None
routing_weight
The routing weight associated to the connection.
routing_weight: int | None