We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fea0cb commit 05c01a0Copy full SHA for 05c01a0
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