v1.5.0-gamma2

This commit is contained in:
2023-07-07 12:40:03 +03:00
parent 20fd7ab50c
commit 7c787f6fce
111 changed files with 2905 additions and 1505 deletions

View File

@@ -23,14 +23,14 @@ type CreateRequest struct {
// Required: true
IPCIDR string `url:"ipcidr" json:"ipcidr" validate:"required"`
// External network gateway IP address
// Required: true
Gateway string `url:"gateway" json:"gateway" validate:"required"`
// VLAN ID
// Required: true
VLANID uint64 `url:"vlanId" json:"vlanId" validate:"required"`
// External network gateway IP address
// Required: false
Gateway string `url:"gateway,omitempty" json:"gateway,omitempty"`
// List of DNS addresses
// Required: false
DNS []string `url:"dns,omitempty" json:"dns,omitempty"`