Compartilhar via


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

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
str

Resource ID.

location
str

Resource location.

tags

Resource tags.

peering_location
str

The peering location of the port pair.

overprovision_factor
int

Overprovisioning factor for the port pair.

port_bandwidth_in_mbps
int

Bandwidth of the port in Mbps.

used_bandwidth_in_mbps
int

Used Bandwidth of the port in Mbps.

remaining_bandwidth_in_mbps
int

Remaining Bandwidth of the port in Mbps.

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.

port_pair_descriptor
str

The name of the port pair.

primary_azure_port
str

The name of the primary port.

secondary_azure_port
str

The name of the secondary port.

peering_location
str

The peering location of the port pair.

overprovision_factor
int

Overprovisioning factor for the port pair.

port_bandwidth_in_mbps
int

Bandwidth of the port in Mbps.

used_bandwidth_in_mbps
int

Used Bandwidth of the port in Mbps.

remaining_bandwidth_in_mbps
int

Remaining Bandwidth of the port in Mbps.