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