We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafb5ec commit 5df64a5Copy full SHA for 5df64a5
openapi.yaml
@@ -13815,7 +13815,11 @@ paths:
13815
$ref: '#/components/schemas/Firewall/properties/label'
13816
status:
13817
type: string
13818
- description: The status to be applied to this Firewall.
+ description: >
13819
+ The status to be applied to this Firewall.
13820
+
13821
+ * When a Firewall is first created its status is `enabled`.
13822
+ * Use the [Delete Firewall](/docs/api/networking/#firewall-delete) endpoint to delete a Firewall.
13823
enum:
13824
- enabled
13825
- disabled
0 commit comments