You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -21463,6 +21463,7 @@ components:
21463
21463
- TCP
21464
21464
- UDP
21465
21465
- ICMP
21466
+
- IPENCAP
21466
21467
description: >
21467
21468
The type of network traffic to allow.
21468
21469
example: TCP
@@ -21471,16 +21472,12 @@ components:
21471
21472
description: |
21472
21473
A string representing the port or ports on which traffic will be allowed:
21473
21474
21474
-
- The string may be a single port, a range of ports, or a comma-separated list
21475
-
of single ports and port ranges. A space is permitted following each comma.
21476
-
- A range of ports is inclusive of the start and end values for the range. The
21477
-
end value of the range must be greater than the start value.
21475
+
- The string may be a single port, a range of ports, or a comma-separated list of single ports and port ranges. A space is permitted following each comma.
21476
+
- A range of ports is inclusive of the start and end values for the range. The end value of the range must be greater than the start value.
21478
21477
- Ports must be within 1 and 65535, and may not contain any leading zeroes. For example, port "080" is not allowed.
21479
-
- Ports may not be specified if a rule's protocol is `ICMP`. At least one port
21480
-
must be specified if a rule's protocol is `TCP` or `UDP`.
21481
-
- The ports string can have up to 15 *pieces*, where a single port is treated
21482
-
as one piece, and a port range is treated as two pieces. For example,
21483
-
the string "22-24, 80, 443" has four pieces.
21478
+
- Ports may not be specified if a rule's protocol is `ICMP` or `IPENCAP`.
21479
+
- At least one port must be specified if a rule's protocol is `TCP` or `UDP`.
21480
+
- The ports string can have up to 15 *pieces*, where a single port is treated as one piece, and a port range is treated as two pieces. For example, the string "22-24, 80, 443" has four pieces.
0 commit comments