v1.12.0
This commit is contained in:
@@ -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