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