Compartilhar via


PeerExpressRouteCircuitConnection Class

Peer 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
PeerExpressRouteCircuitConnection

Constructor

PeerExpressRouteCircuitConnection(*, 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, connection_name: str | None = None, auth_resource_guid: str | 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.

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.

connection_name
str

The name of the express route circuit connection resource.

auth_resource_guid
str

The resource guid of the authorization used for 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.

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.

circuit_connection_status

Express Route Circuit connection state. Known values are: "Connected", "Connecting", and "Disconnected".

connection_name
str

The name of the express route circuit connection resource.

auth_resource_guid
str

The resource guid of the authorization used for the express route circuit connection.

provisioning_state

The provisioning state of the peer express route circuit connection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".