directconnect_update_lag: Updates the attributes of the specified link aggregation...

View source: R/directconnect_operations.R

directconnect_update_lagR 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.


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