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.SubResource
ExpressRouteCircuitConnection

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
str

Resource ID.

name
str

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
str

/29 IP address space to carve out Customer addresses for tunnels.

authorization_key
str

The authorization key.

ipv6_circuit_connection_config

IPv6 Address PrefixProperties of the express route circuit connection.

Variables

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

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
str

/29 IP address space to carve out Customer addresses for tunnels.

authorization_key
str

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".