directconnect_disassociate_connection_from_lag {paws.networking} | R Documentation |
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://www.paws-r-sdk.com/docs/directconnect_disassociate_connection_from_lag/ 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. |
[Package paws.networking version 0.9.0 Index]