ExpressRouteLagPropertiesFormat Class
ExpressRouteLag Resource Properties.
Constructor
ExpressRouteLagPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
peering_location
|
The name of the peering location that the ExpressRouteLag is mapped to physically. |
|
bandwidth_in_gbps
|
Bandwidth of procured LAG in Gbps. |
|
provisioned_bandwidth_in_gbps
|
Aggregate Gbps of associated circuit bandwidths. |
|
mtu
|
Maximum transmission unit of the LAG. |
|
encapsulation
|
Encapsulation method on LAG. Known values are: "Dot1Q" and "QinQ". |
|
ether_type
|
Ether type of the LAG. |
|
links
|
ExpressRouteLagLink Sub-Resources. |
|
allocation_date
|
The date and time when the ExpressRouteLag was allocated. |
|
provisioning_state
|
The provisioning state of the express route LAG resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
resource_guid
|
The resource GUID property of the express route LAG resource. |
|
billing_type
|
The billing type of the ExpressRouteLag resource. Known values are: "MeteredData" and "UnlimitedData". |
|
number_of_ports
|
Number of ports in the LAG. |
|
minimum_active_ports_required
|
Minimum number of active ports required for LAG. |
|
lacp_timer
|
LACP timer configuration. Known values are: "Fast" and "Slow". |
Attributes
allocation_date
The date and time when the ExpressRouteLag was allocated.
allocation_date: str | None
bandwidth_in_gbps
Bandwidth of procured LAG in Gbps.
bandwidth_in_gbps: int | None
billing_type
"MeteredData" and "UnlimitedData".
billing_type: str | _models.ExpressRouteLagBillingType | None
encapsulation
"Dot1Q" and "QinQ".
encapsulation: str | _models.ExpressRouteLagEncapsulation | None
ether_type
Ether type of the LAG.
ether_type: str | None
lacp_timer
"Fast" and "Slow".
lacp_timer: str | _models.ExpressRouteLagLacpTimer | None
links
ExpressRouteLagLink Sub-Resources.
links: list['_models.ExpressRouteLagLink'] | None
minimum_active_ports_required
Minimum number of active ports required for LAG.
minimum_active_ports_required: int | None
mtu
Maximum transmission unit of the LAG.
mtu: str | None
number_of_ports
Number of ports in the LAG.
number_of_ports: int | None
peering_location
The name of the peering location that the ExpressRouteLag 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 LAG resource.
resource_guid: str | None