v1.7.5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user