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