Module Values.DeleteLagRequestSource

Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active virtual interfaces or hosted connections.

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

    The ID of the LAG.

    *)
}
Sourceval context_ : string
Sourceval make : lagId:LagId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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