This commit is contained in:
2024-02-01 10:50:38 +03:00
parent 96273d2a12
commit 16cad7a3e7
9 changed files with 29 additions and 9 deletions

View File

@@ -25,7 +25,8 @@ type CreateInRGRequest struct {
// External network ID
// Required: false
ExtNetID uint64 `url:"extNetId,omitempty" json:"extNetId,omitempty"`
// -1 - not connect to extnet, 0 - auto select, 1+ - extnet ID
ExtNetID int64 `url:"extNetId" json:"extNetId"`
// External IP, related only for extNetId >= 0
// Required: false