ExpressRouteCrossConnectionProperties Class

Properties of ExpressRouteCrossConnection.

Constructor

ExpressRouteCrossConnectionProperties(*args: Any, **kwargs: Any)

Variables

Name Description
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.

Attributes

bandwidth_in_mbps

The circuit bandwidth In Mbps.

bandwidth_in_mbps: int | None

express_route_circuit

The ExpressRouteCircuit.

express_route_circuit: _models.ExpressRouteCircuitReference | None

peering_location

The peering location of the ExpressRoute circuit.

peering_location: str | None

peerings

The list of peerings.

peerings: list['_models.ExpressRouteCrossConnectionPeering'] | None

primary_azure_port

The name of the primary port.

primary_azure_port: str | None

provisioning_state

The provisioning state of the express route cross connection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

s_tag

The identifier of the circuit traffic.

s_tag: int | None

secondary_azure_port

The name of the secondary port.

secondary_azure_port: str | None

service_provider_notes

Additional read only notes set by the connectivity provider.

service_provider_notes: str | None

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_provisioning_state: str | _models.ServiceProviderProvisioningState | None