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 Azure.
- Inheritance
-
azure.mgmt.network.v2020_06_01.models._models_py3.SubResourceExpressRouteConnection
Constructor
ExpressRouteConnection(*, name: str, id: typing.Union[str, NoneType] = None, express_route_circuit_peering: typing.Union[_ForwardRef('ExpressRouteCircuitPeeringId'), NoneType] = None, authorization_key: typing.Union[str, NoneType] = None, routing_weight: typing.Union[int, NoneType] = None, enable_internet_security: typing.Union[bool, NoneType] = None, routing_configuration: typing.Union[_ForwardRef('RoutingConfiguration'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Required. The name of the resource.
- express_route_circuit_peering
- ExpressRouteCircuitPeeringId
The ExpressRoute circuit peering.
- authorization_key
- str
Authorization key to establish the connection.
- routing_weight
- int
The routing weight associated to the connection.
- enable_internet_security
- bool
Enable internet security.
- routing_configuration
- RoutingConfiguration
The Routing Configuration indicating the associated and propagated route tables on this connection.
Variables
- provisioning_state
- str or ProvisioningState
The provisioning state of the express route connection resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for