ExpressRoutePortPropertiesFormat Class
ExpressRoutePort Properties.
Constructor
ExpressRoutePortPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
peering_location
|
The name of the peering location that the ExpressRoutePort is mapped to physically. |
|
bandwidth_in_gbps
|
Bandwidth of procured ports in Gbps. |
|
provisioned_bandwidth_in_gbps
|
Aggregate Gbps of associated circuit bandwidths. |
|
mtu
|
Maximum transmission unit of the physical port pair(s). |
|
encapsulation
|
Encapsulation method on physical ports. Known values are: "Dot1Q" and "QinQ". |
|
ether_type
|
Ether type of the physical port. |
|
allocation_date
|
Date of the physical port allocation to be used in Letter of Authorization. |
|
links
|
ExpressRouteLink Sub-Resources. |
|
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
|
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". |
Attributes
allocation_date
Date of the physical port allocation to be used in Letter of Authorization.
allocation_date: str | None
bandwidth_in_gbps
Bandwidth of procured ports in Gbps.
bandwidth_in_gbps: int | None
billing_type
"MeteredData" and "UnlimitedData".
billing_type: str | _models.ExpressRoutePortsBillingType | None
circuits
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.
circuits: list['_models.SubResource'] | None
encapsulation
"Dot1Q" and "QinQ".
encapsulation: str | _models.ExpressRoutePortsEncapsulation | None
ether_type
Ether type of the physical port.
ether_type: str | None
links
ExpressRouteLink Sub-Resources.
links: list['_models.ExpressRouteLink'] | None
mtu
Maximum transmission unit of the physical port pair(s).
mtu: str | None
peering_location
The name of the peering location that the ExpressRoutePort is mapped to physically.
peering_location: str | None
provisioned_bandwidth_in_gbps
Aggregate Gbps of associated circuit bandwidths.
provisioned_bandwidth_in_gbps: float | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
resource_guid
The resource GUID property of the express route port resource.
resource_guid: str | None