ExpressRoutePort Class

ExpressRoutePort resource definition.

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

Inheritance
azure.mgmt.network.v2020_03_01.models._models_py3.Resource
ExpressRoutePort

Constructor

ExpressRoutePort(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, identity: typing.Union[_ForwardRef('ManagedServiceIdentity'), NoneType] = None, peering_location: typing.Union[str, NoneType] = None, bandwidth_in_gbps: typing.Union[int, NoneType] = None, encapsulation: typing.Union[str, _ForwardRef('ExpressRoutePortsEncapsulation'), NoneType] = None, links: typing.Union[typing.List[_ForwardRef('ExpressRouteLink')], NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

identity
ManagedServiceIdentity

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
str or ExpressRoutePortsEncapsulation

Encapsulation method on physical ports. Possible values include: "Dot1Q", "QinQ".

links
list[ExpressRouteLink]

The set of physical links of the ExpressRoutePort resource.

Variables

name
str

Resource name.

type
str

Resource type.

etag
str

A unique read-only string that changes whenever the resource is updated.

provisioned_bandwidth_in_gbps
float

Aggregate Gbps of associated circuit bandwidths.

mtu
str

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

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.

circuits
list[SubResource]

Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.

provisioning_state
str or ProvisioningState

The provisioning state of the express route port resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".

resource_guid
str

The resource GUID property of the express route port resource.