INPUT_OBJECT

IpTosDataInput

link GraphQL Schema definition

  • input IpTosDataInput {
  • # Optional IP ToS mask value (1-8)
  • mask: Int
  • # IP Type of Service - DSCP Value (wellknown or hex value)
  • value: String!
  • }