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
- Struct
- Aws::DirectConnect::Types::UpdateLagRequest
- 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
-
#lag_id ⇒ String
The ID of the LAG.
-
#lag_name ⇒ String
The name of the LAG.
-
#minimum_links ⇒ Integer
The minimum number of physical connections that must be operational for the LAG itself to be operational.
Instance Attribute Details
#lag_id ⇒ String
The ID of the LAG.
#lag_name ⇒ String
The name of the LAG.
#minimum_links ⇒ Integer
The minimum number of physical connections that must be operational for the LAG itself to be operational.