File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -16016,15 +16016,11 @@ components:
16016
16016
16017
16017
Firewall labels have the following constraints:
16018
16018
16019
- * Must begin and end with an alphanumeric character.
16020
- * May only consist of alphanumeric characters, dashes (`-`), underscores (`_`) or periods (`.`).
16021
- * Cannot have two dashes (`--`), underscores (`__`) or periods (`..`) in a row.
16022
- * Must be between 3 and 32 characters.
16019
+ * Must be between 1 and 100 characters.
16023
16020
* Must be unique.
16024
16021
example: firewall123
16025
- minLength: 3
16026
- maxLength: 32
16027
- pattern: '^[a-zA-Z]((?!--|__|..)[a-zA-Z0-9-_.])+$'
16022
+ minLength: 1
16023
+ maxLength: 100
16028
16024
x-linode-cli-display: 2
16029
16025
created:
16030
16026
x-linode-filterable: true
You can’t perform that action at this time.
0 commit comments