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