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.v2019_06_01.models._models_py3.SubResource
PeerExpressRouteCircuitConnection

Constructor

PeerExpressRouteCircuitConnection(*, 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, connection_name: typing.Union[str, NoneType] = None, auth_resource_guid: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

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

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.

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

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

Provisioning state of the peer express route circuit connection resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.