directconnect_update_lag {paws.networking} | R Documentation |
Updates the attributes of the specified link aggregation group (LAG)
Description
Updates the attributes of the specified link aggregation group (LAG).
See https://www.paws-r-sdk.com/docs/directconnect_update_lag/ for full documentation.
Usage
directconnect_update_lag(
lagId,
lagName = NULL,
minimumLinks = NULL,
encryptionMode = NULL
)
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. |
encryptionMode |
The LAG MAC Security (MACsec) encryption mode. Amazon Web Services applies the value to all connections which are part of the LAG. |
[Package paws.networking version 0.7.0 Index]