Skip to content

Commit b866492

Browse files
committed
Added ports ICMP and IPENCAP restriction
1 parent 4f6c899 commit b866492

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20946,6 +20946,8 @@ components:
2094620946
The inbound and outbound access rules to apply to the Firewall.
2094720947

2094820948
A Firewall may have up to 25 rules across its inbound and outbound rulesets.
20949+
20950+
Multiple rules are applied in order. If two rules conflict, the first rule takes precedence. For example, if the first rule accepts inbound traffic from an address, and the second rule drops inbound traffic the same address, the first rule applies and inbound traffic from that address is accepted.
2094920951
properties:
2095020952
inbound:
2095120953
type: array
@@ -21014,6 +21016,7 @@ components:
2101421016
- Ports must be within 1 and 65535, and may not contain any leading zeroes. For example, port "080" is not allowed.
2101521017
- 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.
2101621018
- If no ports are configured, all ports are affected.
21019+
- Only allowed for the TCP and UDP protocols. Ports are not allowed for the ICMP and IPENCAP protocols.
2101721020
example: '22-24, 80, 443'
2101821021
addresses:
2101921022
type: object

0 commit comments

Comments
 (0)