We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fea0cb + 05c01a0 commit dfc3998Copy full SHA for dfc3998
controllers/subnets/subnets.go
@@ -75,6 +75,9 @@ type Subnet struct {
75
// Controls if we are adding a subnet or folder.
76
IsFolder phpipam.BoolIntString `json:"isFolder,omitempty"`
77
78
+ // Marks the subnet as permitting allocation of the network and broadcast addresses.
79
+ IsPool phpipam.BoolIntString `json:"isPool,omitempty"`
80
+
81
// Marks the subnet as used.
82
IsFull phpipam.BoolIntString `json:"isFull,omitempty"`
83
0 commit comments