ExpressRoutePort Class
ExpressRoutePort resource definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceExpressRoutePort
Constructor
ExpressRoutePort(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, identity: _models.ManagedServiceIdentity | None = None, peering_location: str | None = None, bandwidth_in_gbps: int | None = None, encapsulation: str | _models.ExpressRoutePortsEncapsulation | None = None, links: List[_models.ExpressRouteLink] | None = None, billing_type: str | _models.ExpressRoutePortsBillingType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
identity
|
The identity of ExpressRoutePort, if configured. |
peering_location
|
The name of the peering location that the ExpressRoutePort is mapped to physically. |
bandwidth_in_gbps
|
Bandwidth of procured ports in Gbps. |
encapsulation
|
Encapsulation method on physical ports. Known values are: "Dot1Q" and "QinQ". |
links
|
The set of physical links of the ExpressRoutePort resource. |
billing_type
|
The billing type of the ExpressRoutePort resource. Known values are: "MeteredData" and "UnlimitedData". |
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. |
identity
|
The identity of ExpressRoutePort, if configured. |
peering_location
|
The name of the peering location that the ExpressRoutePort is mapped to physically. |
bandwidth_in_gbps
|
Bandwidth of procured ports in Gbps. |
provisioned_bandwidth_in_gbps
|
Aggregate Gbps of associated circuit bandwidths. |
mtu
|
Maximum transmission unit of the physical port pair(s). |
encapsulation
|
Encapsulation method on physical ports. Known values are: "Dot1Q" and "QinQ". |
ether_type
|
Ether type of the physical port. |
allocation_date
|
Date of the physical port allocation to be used in Letter of Authorization. |
links
|
The set of physical links of the ExpressRoutePort resource. |
circuits
|
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource. |
provisioning_state
|
The provisioning state of the express route port resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
resource_guid
|
The resource GUID property of the express route port resource. |
billing_type
|
The billing type of the ExpressRoutePort resource. Known values are: "MeteredData" and "UnlimitedData". |
Azure SDK for Python