View source: R/directconnect_operations.R
directconnect_create_lag | R Documentation |
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://www.paws-r-sdk.com/docs/directconnect_create_lag/ for full documentation.
directconnect_create_lag(
numberOfConnections,
location,
connectionsBandwidth,
lagName,
connectionId = NULL,
tags = NULL,
childConnectionTags = NULL,
providerName = NULL,
requestMACSec = NULL
)
numberOfConnections |
[required] The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1Gbps or 10Gbps, or two when the port speed is 100Gbps or 400Gbps. |
location |
[required] The location for the LAG. |
connectionsBandwidth |
[required] The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps,10Gbps, 100Gbps, and 400Gbps. |
lagName |
[required] The name of the LAG. |
connectionId |
The ID of an existing dedicated connection to migrate to the LAG. |
tags |
The tags to associate with the LAG. |
childConnectionTags |
The tags to associate with the automtically created LAGs. |
providerName |
The name of the service provider associated with the LAG. |
requestMACSec |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.