ExpressRouteProviderPort Class
ExpressRouteProviderPort resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceExpressRouteProviderPort
Constructor
ExpressRouteProviderPort(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, peering_location: str | None = None, overprovision_factor: int | None = None, port_bandwidth_in_mbps: int | None = None, used_bandwidth_in_mbps: int | None = None, remaining_bandwidth_in_mbps: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
peering_location
|
The peering location of the port pair. |
overprovision_factor
|
Overprovisioning factor for the port pair. |
port_bandwidth_in_mbps
|
Bandwidth of the port in Mbps. |
used_bandwidth_in_mbps
|
Used Bandwidth of the port in Mbps. |
remaining_bandwidth_in_mbps
|
Remaining Bandwidth of the port in Mbps. |
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. |
port_pair_descriptor
|
The name of the port pair. |
primary_azure_port
|
The name of the primary port. |
secondary_azure_port
|
The name of the secondary port. |
peering_location
|
The peering location of the port pair. |
overprovision_factor
|
Overprovisioning factor for the port pair. |
port_bandwidth_in_mbps
|
Bandwidth of the port in Mbps. |
used_bandwidth_in_mbps
|
Used Bandwidth of the port in Mbps. |
remaining_bandwidth_in_mbps
|
Remaining Bandwidth of the port in Mbps. |
Azure SDK for Python