We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cb648 commit 33a26e4Copy full SHA for 33a26e4
network.go
@@ -26,6 +26,7 @@ type Network struct {
26
GatewayIPv4 string `json:"gateway_ipv4" validate:"required" schema:"gateway_ipv4"`
27
AllocationPoolV4Start string `json:"allocation_pool_v4_start" validate:"required" schema:"allocation_pool_v4_start"`
28
AllocationPoolV4End string `json:"allocation_pool_v4_end" validate:"required" schema:"allocation_pool_v4_end"`
29
+ FreeIPCount int `json:"free_ip_count,omitempty"`
30
}
31
32
// Subnet represents a subnet within a private network
0 commit comments