Partilhar via


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

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
str

Resource ID.

location
str

Resource location.

tags

Resource tags.

identity

The identity of ExpressRoutePort, if configured.

peering_location
str

The name of the peering location that the ExpressRoutePort is mapped to physically.

bandwidth_in_gbps
int

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

identity

The identity of ExpressRoutePort, if configured.

peering_location
str

The name of the peering location that the ExpressRoutePort is mapped to physically.

bandwidth_in_gbps
int

Bandwidth of procured ports in Gbps.

provisioned_bandwidth_in_gbps

Aggregate Gbps of associated circuit bandwidths.

mtu
str

Maximum transmission unit of the physical port pair(s).

encapsulation

Encapsulation method on physical ports. Known values are: "Dot1Q" and "QinQ".

ether_type
str

Ether type of the physical port.

allocation_date
str

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
str

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".