ExpressRouteCrossConnection Class
ExpressRouteCrossConnection resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceExpressRouteCrossConnection
Constructor
ExpressRouteCrossConnection(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, express_route_circuit: _models.ExpressRouteCircuitReference | None = None, service_provider_provisioning_state: str | _models.ServiceProviderProvisioningState | None = None, service_provider_notes: str | None = None, peerings: List[_models.ExpressRouteCrossConnectionPeering] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
express_route_circuit
|
The ExpressRouteCircuit. |
service_provider_provisioning_state
|
The provisioning state of the circuit in the connectivity provider system. Known values are: "NotProvisioned", "Provisioning", "Provisioned", and "Deprovisioning". |
service_provider_notes
|
Additional read only notes set by the connectivity provider. |
peerings
|
The list of peerings. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
primary_azure_port
|
The name of the primary port. |
secondary_azure_port
|
The name of the secondary port. |
s_tag
|
The identifier of the circuit traffic. |
peering_location
|
The peering location of the ExpressRoute circuit. |
bandwidth_in_mbps
|
The circuit bandwidth In Mbps. |
express_route_circuit
|
The ExpressRouteCircuit. |
service_provider_provisioning_state
|
The provisioning state of the circuit in the connectivity provider system. Known values are: "NotProvisioned", "Provisioning", "Provisioned", and "Deprovisioning". |
service_provider_notes
|
Additional read only notes set by the connectivity provider. |
provisioning_state
|
The provisioning state of the express route cross connection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
peerings
|
The list of peerings. |
Azure SDK for Python