directconnect_associate_connection_with_lag: Associates an existing connection with a link aggregation...

View source: R/directconnect_operations.R

directconnect_associate_connection_with_lagR Documentation

Associates an existing connection with a link aggregation group (LAG)

Description

Associates an existing connection with a link aggregation group (LAG). The connection is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's currently associated with a different LAG; however, if removing the connection would cause the original LAG to fall below its setting for minimum number of operational connections, the request fails.

See https://www.paws-r-sdk.com/docs/directconnect_associate_connection_with_lag/ for full documentation.

Usage

directconnect_associate_connection_with_lag(connectionId, lagId)

Arguments

connectionId

[required] The ID of the connection.

lagId

[required] The ID of the LAG with which to associate the connection.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.