UpdateLagResponse

Information about a link aggregation group (LAG).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the LAG can host other connections.

Link copied to clipboard

The Direct Connect endpoint that hosts the LAG.

Link copied to clipboard

The Direct Connect endpoint that hosts the LAG.

Link copied to clipboard

The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.

Link copied to clipboard

The connections bundled by the LAG.

Link copied to clipboard

The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps..

Link copied to clipboard

The LAG MAC Security (MACsec) encryption mode.

Link copied to clipboard

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

Link copied to clipboard

Indicates whether jumbo frames are supported.

Link copied to clipboard

The ID of the LAG.

Link copied to clipboard

The name of the LAG.

Link copied to clipboard

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

Link copied to clipboard

The location of the LAG.

Link copied to clipboard

Indicates whether the LAG supports MAC Security (MACsec).

Link copied to clipboard

The MAC Security (MACsec) security keys associated with the LAG.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The ID of the Amazon Web Services account that owns the LAG.

Link copied to clipboard

The name of the service provider associated with the LAG.

Link copied to clipboard

The Amazon Web Services Region where the connection is located.

Link copied to clipboard
val tags: List<Tag>?

The tags associated with the LAG.

Functions

Link copied to clipboard
inline fun copy(block: UpdateLagResponse.Builder.() -> Unit = {}): UpdateLagResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String