INPUT_OBJECT

IcmpDataInput

link GraphQL Schema definition

  • input IcmpDataInput {
  • # Wellknown or ICMP value (See Policy.getRuleTrafDescWellKnownValues(ICMP))
  • type: String!
  • # Optional ICMP value to specify range rule
  • highValue: String
  • # Optional ICMP code value if type supports it. Omit to match all codes for the
  • # type.
  • code: String
  • }