Module Values.UpdateLagRequestSource

Updates the attributes of the specified link aggregation group (LAG). You can update the following LAG attributes: The name of the LAG. The value for the minimum number of connections that must be operational for the LAG itself to be operational. The LAG's MACsec encryption mode. Amazon Web Services assigns this value to each connection which is part of the LAG. The tags If you adjust the threshold value for the minimum number of operational connections, ensure that the new value does not cause the LAG to fall below the threshold and become non-operational.

Sourcetype nonrec t = {
  1. lagId : LagId.t;
    (*

    The ID of the LAG.

    *)
  2. lagName : LagName.t option;
    (*

    The name of the LAG.

    *)
  3. encryptionMode : EncryptionMode.t option;
    (*

    The LAG MAC Security (MACsec) encryption mode. Amazon Web Services applies the value to all connections which are part of the LAG.

    *)
}
Sourceval context_ : string
Sourceval make : ?lagName:??? -> ?minimumLinks:??? -> ?encryptionMode:??? -> lagId:LagId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Count.t | `String of LagId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t