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.SubResourcePeerExpressRouteCircuitConnection
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
|
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. |
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. |
connection_name
|
The name of the express route circuit connection resource. |
auth_resource_guid
|
The resource guid of the authorization used for 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. |
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. |
circuit_connection_status
|
Express Route Circuit connection state. Known values are: "Connected", "Connecting", and "Disconnected". |
connection_name
|
The name of the express route circuit connection resource. |
auth_resource_guid
|
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". |
Azure SDK for Python