ExpressRouteCircuitConnection Class
Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2018_04_01.models._models_py3.SubResourceExpressRouteCircuitConnection
Constructor
ExpressRouteCircuitConnection(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, express_route_circuit_peering: typing.Union[_ForwardRef('SubResource'), NoneType] = None, peer_express_route_circuit_peering: typing.Union[_ForwardRef('SubResource'), NoneType] = None, address_prefix: typing.Union[str, NoneType] = None, authorization_key: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Gets name of the resource that is unique within a resource group. This name can be used to access the resource.
- express_route_circuit_peering
- SubResource
Reference to Express Route Circuit Private Peering Resource of the circuit initiating connection.
- peer_express_route_circuit_peering
- SubResource
Reference to Express Route Circuit Private Peering Resource of the peered circuit.
- address_prefix
- str
/29 IP address space to carve out Customer addresses for tunnels.
- authorization_key
- str
The authorization key.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- circuit_connection_status
- str or CircuitConnectionStatus
Express Route Circuit Connection State. Possible values are: 'Connected' and 'Disconnected'. Possible values include: "Connected", "Connecting", "Disconnected".
- provisioning_state
- str
Provisioning state of the circuit connection resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for