Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.
See https://paws-r.github.io/docs/directconnect/create_lag.html for full documentation.
directconnect_create_lag(
numberOfConnections,
location,
connectionsBandwidth,
lagName,
connectionId = NULL,
tags = NULL,
childConnectionTags = NULL,
providerName = NULL,
requestMACSec = NULL
)
[required] The number of physical dedicated connections initially provisioned and bundled by the LAG.
[required] The location for the LAG.
[required] The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
[required] The name of the LAG.
The ID of an existing dedicated connection to migrate to the LAG.
The tags to associate with the LAG.
The tags to associate with the automtically created LAGs.
The name of the service provider associated with the LAG.
Indicates whether the connection will support MAC Security (MACsec).
All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the Direct Connect User Guide.