Condividi tramite


ExpressRoutePort Class

ExpressRoutePort resource definition.

Variables are only populated by the server, and will be ignored when sending a request.

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.

Default value: None
location
str

Resource location.

Default value: None
tags

Resource tags.

Default value: None
identity

The identity of ExpressRoutePort, if configured.

Default value: None
peering_location
str

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

Default value: None
bandwidth_in_gbps
int

Bandwidth of procured ports in Gbps.

Default value: None
encapsulation

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

Default value: None
links

The set of physical links of the ExpressRoutePort resource.

Default value: None
billing_type

The billing type of the ExpressRoutePort resource. Known values are: "MeteredData" and "UnlimitedData".

Default value: None

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