v1.12.2
This commit is contained in:
@@ -58,6 +58,9 @@ type ItemExtNet struct {
|
||||
// CKey
|
||||
CKey string `json:"_ckey"`
|
||||
|
||||
// Enable Security Groups
|
||||
EnableSecGroups bool `json:"enable_secgroups"`
|
||||
|
||||
// Meta
|
||||
Meta []interface{} `json:"_meta"`
|
||||
|
||||
@@ -166,6 +169,9 @@ type RecordExtNet struct {
|
||||
// List excludes
|
||||
Excluded ListReservations `json:"excluded"`
|
||||
|
||||
// Enable Security Groups
|
||||
EnableSecGroups bool `json:"enable_secgroups"`
|
||||
|
||||
// Free IPs number
|
||||
FreeIPs int64 `json:"free_ips"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user