PeerExpressRouteCircuitConnectionPropertiesFormat Class
Properties of the peer express route circuit connection.
Constructor
PeerExpressRouteCircuitConnectionPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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". |
Attributes
address_prefix
/29 IP address space to carve out Customer addresses for tunnels.
address_prefix: str | None
auth_resource_guid
The resource guid of the authorization used for the express route circuit connection.
auth_resource_guid: str | None
circuit_connection_status
"Connected", "Connecting", and "Disconnected".
circuit_connection_status: str | _models.CircuitConnectionStatus | None
connection_name
The name of the express route circuit connection resource.
connection_name: str | None
express_route_circuit_peering
Reference to Express Route Circuit Private Peering Resource of the circuit.
express_route_circuit_peering: _models.SubResource | None
peer_express_route_circuit_peering
Reference to Express Route Circuit Private Peering Resource of the peered circuit.
peer_express_route_circuit_peering: _models.SubResource | None
provisioning_state
The provisioning state of the peer express route circuit connection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None