Record
firewall
No description available.
record firewall {
created: option<string>,
id: option<s32>,
label: option<string>,
rules: option<firewall-rules>,
status: option<firewall-status-enum>,
tags: option<list<string>>,
updated: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| id | option<s32> | |
| label | option<string> | |
| rules | option<firewall-rules> | |
| status | option<firewall-status-enum> | |
| tags | option<list<string>> | |
| updated | option<string> |