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.v2019_08_01.models._models_py3.SubResource
ExpressRouteCircuitConnection

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

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

type
str

Type of the resource.

circuit_connection_status
str or CircuitConnectionStatus

Express Route Circuit connection state. Possible values include: "Connected", "Connecting", "Disconnected".

provisioning_state
str or ProvisioningState

The provisioning state of the express route circuit connection resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".