INPUT_OBJECT

TcpUdpDataInput

link GraphQL Schema definition

  • input TcpUdpDataInput {
  • # Optional IP / IPv6 Address + optional CIDR mask. Range rules can not specify an
  • # IP address
  • ip: String
  • # Specify if rule is TCP or UDP
  • type: TcpUdpTypeInput!
  • # TCP/UDP Port value. Can be wellknown or specific port value.
  • port: String!
  • # Source/Destination/Bilateral
  • addrType: AddressMutationTypeInput!
  • # Port high value for TCP/UDP rules containing a port range. Range rules can not
  • # specify an IP address
  • portHighVal: String
  • }