v12.0.0
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v11/internal/validators"
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/internal/validators"
|
||||
)
|
||||
|
||||
// DeviceMigrateRequest struct for migrate VNF
|
||||
@@ -17,6 +17,11 @@ type DeviceMigrateRequest struct {
|
||||
// Target stack ID to migrate to
|
||||
// Required: false
|
||||
StackID uint64 `url:"stackId,omitempty" json:"stackId,omitempty"`
|
||||
|
||||
// Target device to migrate
|
||||
// Required: false
|
||||
// Default: primary
|
||||
Device string `url:"device,omitempty" json:"device,omitempty" validate:"omitempty,device"`
|
||||
}
|
||||
|
||||
// DeviceMigrate migrates external network VNF device
|
||||
|
||||
Reference in New Issue
Block a user