You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::Lag

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a link aggregation group (LAG).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allows_hosted_connectionsBoolean

Indicates whether the LAG can host other connections.

Returns:

  • (Boolean)

    Indicates whether the LAG can host other connections.

#aws_deviceString

The AWS Direct Connect endpoint that hosts the LAG.

Returns:

  • (String)

    The AWS Direct Connect endpoint that hosts the LAG.

#aws_device_v2String

The AWS Direct Connect endpoint that hosts the LAG.

Returns:

  • (String)

    The AWS Direct Connect endpoint that hosts the LAG.

#connectionsArray<Types::Connection>

The connections bundled by the LAG.

Returns:

#connections_bandwidthString

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

Returns:

  • (String)

    The individual bandwidth of the physical connections bundled by the LAG.

#has_logical_redundancyString

Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).

Possible values:

  • unknown
  • yes
  • no

Returns:

  • (String)

    Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).

#jumbo_frame_capableBoolean

Indicates whether jumbo frames (9001 MTU) are supported.

Returns:

  • (Boolean)

    Indicates whether jumbo frames (9001 MTU) are supported.

#lag_idString

The ID of the LAG.

Returns:

  • (String)

    The ID of the LAG.

#lag_nameString

The name of the LAG.

Returns:

  • (String)

    The name of the LAG.

#lag_stateString

The state of the LAG. The following are the possible values:

  • requested: The initial state of a LAG. The LAG stays in the requested state until the Letter of Authorization (LOA) is available.

  • pending: The LAG has been approved and is being initialized.

  • available: The network link is established and the LAG is ready for use.

  • down: The network link is down.

  • deleting: The LAG is being deleted.

  • deleted: The LAG is deleted.

  • unknown: The state of the LAG is not available.

    Possible values:

    • requested
    • pending
    • available
    • down
    • deleting
    • deleted
    • unknown

Returns:

  • (String)

    The state of the LAG.

#locationString

The location of the LAG.

Returns:

  • (String)

    The location of the LAG.

The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.

Returns:

  • (Integer)

    The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.

#number_of_connectionsInteger

The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.

Returns:

  • (Integer)

    The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.

#owner_accountString

The ID of the AWS account that owns the LAG.

Returns:

  • (String)

    The ID of the AWS account that owns the LAG.

#provider_nameString

The name of the service provider associated with the LAG.

Returns:

  • (String)

    The name of the service provider associated with the LAG.

#regionString

The AWS Region where the connection is located.

Returns:

  • (String)

    The AWS Region where the connection is located.

#tagsArray<Types::Tag>

The tags associated with the LAG.

Returns:

  • (Array<Types::Tag>)

    The tags associated with the LAG.