ENUM
AutomatedServiceTrafDescTypeInput
link GraphQL Schema definition
- enum AutomatedServiceTrafDescTypeInput {
- # IP Address Bilateral (9)
- # IP Address Destination (8)
- # IP Address Source (7)
- # IP Socket Bilateral (39)
- # IP Socket Bilateral Range (56)
- # IP Socket Destination (38)
- # IP Socket Destination Range (55)
- # IP Socket Source (37)
- # IP Socket Source Range (54)
- # IP TCP Port Bilateral (18)
- # IP TCP Port Destination (17)
- # IP TCP Port Source (16)
- # IP UDP Port Bilateral (15)
- # IP UDP Port Destination (14)
- # IP UDP Port Source (13)
- # IPv6 Address Bilateral (45)
- # IPv6 Address Destination (44)
- # IPv6 Address Source (43)
- # IPv6 Socket Bilateral (48)
- # IPv6 Socket Destination (47)
- # IPv6 Socket Source (46)
- # MAC Address Bilateral (24)
- # MAC Address Destination (23)
- # MAC Address Source (22)
- }