Compare commits
2 Commits
v0.0.1-alp
...
v0.0.1-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| db4af29aa6 | |||
| db8d86a2c5 |
@@ -14,8 +14,8 @@ 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"`
|
||||||
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"`
|
ZoneKey string `json:"zone_key,omitempty"`
|
||||||
|
|
||||||
// Role string `json:"role"`
|
// Role string `json:"role"`
|
||||||
|
|||||||
Reference in New Issue
Block a user