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