ExpressRouteCrossConnection Class
ExpressRouteCrossConnection resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_09_01.models._models_py3.ResourceExpressRouteCrossConnection
Constructor
ExpressRouteCrossConnection(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, peering_location: typing.Union[str, NoneType] = None, bandwidth_in_mbps: typing.Union[int, NoneType] = None, express_route_circuit: typing.Union[_ForwardRef('ExpressRouteCircuitReference'), NoneType] = None, service_provider_provisioning_state: typing.Union[str, _ForwardRef('ServiceProviderProvisioningState'), NoneType] = None, service_provider_notes: typing.Union[str, NoneType] = None, peerings: typing.Union[typing.List[_ForwardRef('ExpressRouteCrossConnectionPeering')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- peering_location
- str
The peering location of the ExpressRoute circuit.
- bandwidth_in_mbps
- int
The circuit bandwidth In Mbps.
- express_route_circuit
- ExpressRouteCircuitReference
The ExpressRouteCircuit.
- service_provider_provisioning_state
- str or ServiceProviderProvisioningState
The provisioning state of the circuit in the connectivity provider system. Possible values include: "NotProvisioned", "Provisioning", "Provisioned", "Deprovisioning".
- service_provider_notes
- str
Additional read only notes set by the connectivity provider.
- peerings
- list[ExpressRouteCrossConnectionPeering]
The list of peerings.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- 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.
- provisioning_state
- str or ProvisioningState
The provisioning state of the express route cross connection resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for