Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8974e82e78 | ||
|
|
01e89ca98d | ||
|
|
f85fe28c53 | ||
|
|
c52743effa | ||
|
|
bae6a964eb | ||
|
|
8035772f71 | ||
|
|
6f78447552 | ||
|
|
4786c4dd6a | ||
|
|
27d358911a |
@@ -14,9 +14,9 @@ type FirewallZone struct {
|
|||||||
// NoEdit bool `json:"attr_no_edit,omitempty"`
|
// NoEdit bool `json:"attr_no_edit,omitempty"`
|
||||||
|
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Description string `json:"desc"`
|
|
||||||
DefaultZone bool `json:default_zone,omitempty`
|
DefaultZone bool `json:default_zone,omitempty`
|
||||||
NetworkIDs []string `json:network_ids,omitempty`
|
NetworkIDs []string `json:network_ids,omitempty`
|
||||||
|
ZoneKey string `json:"zone_key,omitempty"`
|
||||||
|
|
||||||
// Role string `json:"role"`
|
// Role string `json:"role"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user