Compare commits

..

9 Commits

View File

@@ -14,9 +14,9 @@ type FirewallZone struct {
// NoEdit bool `json:"attr_no_edit,omitempty"`
Name string `json:"name"`
Description string `json:"desc"`
DefaultZone bool `json:default_zone,omitempty`
NetworkIDs []string `json:network_ids,omitempty`
ZoneKey string `json:"zone_key,omitempty"`
// Role string `json:"role"`
}