AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateLag operation. 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.

All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.

You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created.

You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.

If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectConnect.AmazonDirectConnectRequest
      Amazon.DirectConnect.Model.CreateLagRequest

Namespace: Amazon.DirectConnect.Model
Assembly: AWSSDK.DirectConnect.dll
Version: 3.x.y.z

Syntax

C#
public class CreateLagRequest : AmazonDirectConnectRequest
         IAmazonWebServiceRequest

The CreateLagRequest type exposes the following members

Constructors

NameDescription
Public Method CreateLagRequest()

Properties

NameTypeDescription
Public Property ChildConnectionTags System.Collections.Generic.List<Amazon.DirectConnect.Model.Tag>

Gets and sets the property ChildConnectionTags.

The tags to associate with the automtically created LAGs.

Public Property ConnectionId System.String

Gets and sets the property ConnectionId.

The ID of an existing dedicated connection to migrate to the LAG.

Public Property ConnectionsBandwidth System.String

Gets and sets the property ConnectionsBandwidth.

The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.

Public Property LagName System.String

Gets and sets the property LagName.

The name of the LAG.

Public Property Location System.String

Gets and sets the property Location.

The location for the LAG.

Public Property NumberOfConnections System.Int32

Gets and sets the property NumberOfConnections.

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 1G or 10G, or two when the port speed is 100G.

Public Property ProviderName System.String

Gets and sets the property ProviderName.

The name of the service provider associated with the LAG.

Public Property RequestMACSec System.Boolean

Gets and sets the property 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.

Public Property Tags System.Collections.Generic.List<Amazon.DirectConnect.Model.Tag>

Gets and sets the property Tags.

The tags to associate with the LAG.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5