Learn R Programming

paws.networking (version 0.2.0)

directconnect_disassociate_connection_from_lag: Disassociates a connection from a link aggregation group (LAG)

Description

Disassociates a connection from a link aggregation group (LAG). The connection is interrupted and re-established as a standalone connection (the connection is not deleted; to delete the connection, use the delete_connection request). If the LAG has associated virtual interfaces or hosted connections, they remain associated with the LAG. A disassociated connection owned by an Direct Connect Partner is automatically converted to an interconnect.

See https://paws-r.github.io/docs/directconnect/disassociate_connection_from_lag.html for full documentation.

Usage

directconnect_disassociate_connection_from_lag(connectionId, lagId)

Arguments

connectionId

[required] The ID of the connection.

lagId

[required] The ID of the LAG.