INPUT_OBJECT

IpAddrDataInput

link GraphQL Schema definition

  • input IpAddrDataInput {
  • # Port value for IP Socket rules.
  • port: String
  • # Pass true to create IPv6 Address rule
  • isV6: Boolean
  • # Source/Destination/Bilateral
  • addrType: AddressMutationTypeInput!
  • # IP / IPv6 Address + optional CIDR mask. IP Socket rules can not contain a mask.
  • value: String!
  • # Port high value for IP Socket rules containing a port range.
  • portHighVal: String
  • }