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.models._models_py3.SubResourceExpressRouteCircuitConnection
Constructor
ExpressRouteCircuitConnection(*, id: str | None = None, name: str | None = None, express_route_circuit_peering: _models.SubResource | None = None, peer_express_route_circuit_peering: _models.SubResource | None = None, address_prefix: str | None = None, authorization_key: str | None = None, ipv6_circuit_connection_config: _models.Ipv6CircuitConnectionConfig | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
express_route_circuit_peering
|
Reference to Express Route Circuit Private Peering Resource of the circuit initiating connection. |
peer_express_route_circuit_peering
|
Reference to Express Route Circuit Private Peering Resource of the peered circuit. |
address_prefix
|
/29 IP address space to carve out Customer addresses for tunnels. |
authorization_key
|
The authorization key. |
ipv6_circuit_connection_config
|
IPv6 Address PrefixProperties of the express route circuit connection. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
express_route_circuit_peering
|
Reference to Express Route Circuit Private Peering Resource of the circuit initiating connection. |
peer_express_route_circuit_peering
|
Reference to Express Route Circuit Private Peering Resource of the peered circuit. |
address_prefix
|
/29 IP address space to carve out Customer addresses for tunnels. |
authorization_key
|
The authorization key. |
ipv6_circuit_connection_config
|
IPv6 Address PrefixProperties of the express route circuit connection. |
circuit_connection_status
|
Express Route Circuit connection state. Known values are: "Connected", "Connecting", and "Disconnected". |
provisioning_state
|
The provisioning state of the express route circuit connection resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python