INPUT_OBJECT

LagConfigInput

link GraphQL Schema definition

  • input LagConfigInput {
  • # The ID for the LAG.
  • lagId: Long
  • # The name of the LAG.
  • lagName: String
  • # The LAG aggregation type, Static or LACP for the LAG.
  • lagAggregatableType: AggregationTypeEnumInput
  • # The LACP key for the LAG.
  • lacpKey: Int
  • # List of ports to be added to the LAG.
  • memberPorts: String
  • # The LACP system priority for the LAG.
  • lacpSystemPriority: Long
  • # The source for the LAG.
  • source: String
  • # The Topology type for the LAG.
  • lagType: LagTypeEnumInput
  • }