INPUT_OBJECT
LagConfigInput
link GraphQL Schema definition
- input LagConfigInput {
- #   The LAG aggregation type, Static or LACP for the LAG.
- : AggregationTypeEnumInput
- #   The ID for the LAG.
- : Long
- #   The Topology type for the LAG.
- : LagTypeEnumInput
- #   The LACP system priority for the LAG.
- : Long
- #   The source for the LAG.
- : String
- #   List of ports to be added to the LAG.
- : String
- #   The name of the LAG.
- : String
- #   The LACP key for the LAG.
- : Int
- }