ExpressRouteConnection Class
ExpressRouteConnection resource.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceExpressRouteConnection
Constructor
ExpressRouteConnection(*, name: str, id: str | None = None, express_route_circuit_peering: _models.ExpressRouteCircuitPeeringId | None = None, authorization_key: str | None = None, routing_weight: int | None = None, enable_internet_security: bool | None = None, express_route_gateway_bypass: bool | None = None, enable_private_link_fast_path: bool | None = None, routing_configuration: _models.RoutingConfiguration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource. Required. |
express_route_circuit_peering
|
The ExpressRoute circuit peering. |
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. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource. Required. |
provisioning_state
|
The provisioning state of the express route connection resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
express_route_circuit_peering
|
The ExpressRoute circuit peering. |
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. |
Azure SDK for Python