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

Class: Aws::DirectConnect::Types::UpdateLagRequest

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

Overview

Note:

When passing UpdateLagRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  lag_id: "LagId", # required
  lag_name: "LagName",
  minimum_links: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#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.

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

Returns:

  • (Integer)

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