ExpressRouteProviderPortProperties Class

Properties of ExpressRouteProviderPort.

Constructor

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

Variables

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

Attributes

overprovision_factor

Overprovisioning factor for the port pair.

overprovision_factor: int | None

peering_location

The peering location of the port pair.

peering_location: str | None

port_bandwidth_in_mbps

Bandwidth of the port in Mbps.

port_bandwidth_in_mbps: int | None

port_pair_descriptor

The name of the port pair.

port_pair_descriptor: str | None

primary_azure_port

The name of the primary port.

primary_azure_port: str | None

remaining_bandwidth_in_mbps

Remaining Bandwidth of the port in Mbps.

remaining_bandwidth_in_mbps: int | None

secondary_azure_port

The name of the secondary port.

secondary_azure_port: str | None

used_bandwidth_in_mbps

Used Bandwidth of the port in Mbps.

used_bandwidth_in_mbps: int | None