Compartilhar via


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.Resource
ExpressRouteCrossConnection

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
str

Resource ID.

location
str

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
str

Additional read only notes set by the connectivity provider.

peerings

The list of peerings.

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

Resource tags.

etag
str

A unique read-only string that changes whenever the resource is updated.

primary_azure_port
str

The name of the primary port.

secondary_azure_port
str

The name of the secondary port.

s_tag
int

The identifier of the circuit traffic.

peering_location
str

The peering location of the ExpressRoute circuit.

bandwidth_in_mbps
int

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
str

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.