INPUT_OBJECT
TcpUdpDataInput
link GraphQL Schema definition
- input TcpUdpDataInput {
- # Source/Destination/Bilateral
- : AddressMutationTypeInput!
- # Specify if rule is TCP or UDP
- : TcpUdpTypeInput!
- # TCP/UDP Port value. Can be wellknown or specific port value.
- : String!
- # 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
- }