paws.networking (version 0.1.6)

directconnect_update_lag: Updates the attributes of the specified link aggregation group (LAG)

Description

Updates the attributes of the specified link aggregation group (LAG).

Usage

directconnect_update_lag(lagId, lagName, minimumLinks)

Arguments

lagId

[required] The ID of the LAG.

lagName

The name of the LAG.

minimumLinks

The minimum number of physical connections that must be operational for the LAG itself to be operational.

Request syntax

svc$update_lag(
  lagId = "string",
  lagName = "string",
  minimumLinks = 123
)

Details

You can update the following attributes:

  • The name of the LAG.

  • The value for the minimum number of connections that must be operational for the LAG itself to be operational.

When you create a LAG, the default value for the minimum number of operational connections is zero (0). If you update this value and the number of operational connections falls below the specified value, the LAG automatically goes down to avoid over-utilization of the remaining connections. Adjust this value with care, as it could force the LAG down if it is set higher than the current number of operational connections.