v1.9.0
This commit is contained in:
@@ -15,7 +15,8 @@ type DeviceMigrateRequest struct {
|
||||
NetID uint64 `url:"net_id" json:"net_id" validate:"required"`
|
||||
|
||||
// Target stack ID to migrate to
|
||||
StackID uint64 `url:"stackId" json:"stackId" validate:"required"`
|
||||
// Required: false
|
||||
StackID uint64 `url:"stackId,omitempty" json:"stackId,omitempty"`
|
||||
}
|
||||
|
||||
// DeviceMigrate migrates external network VNF device
|
||||
|
||||
Reference in New Issue
Block a user