View source: R/directconnect_operations.R
directconnect_disassociate_connection_from_lag | R Documentation |
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.
directconnect_disassociate_connection_from_lag(connectionId, lagId)
connectionId |
[required] The ID of the connection. |
lagId |
[required] The ID of the LAG. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.