MigrateObjectApiDTO
Description
Model to describe a replace change in the scenario
Optional Parameters
- projectionDay
-
-
type: integer
-
format: int32
-
description: Projection day, indicate when to apply the change
-
- source
-
-
description: Source of the migration, entity or group - [DEPRECATED - Use: sources]
-
reference: BaseApiDTO
-
- destination
-
-
description: Destination of the migration - [DEPRECATED - Use: destinations]
-
reference: BaseApiDTO
-
- sources
-
-
type: array
-
description: Sources of the migration, entities or groups.
-
-
reference: BaseApiDTO
-
-
- destinations
-
-
type: array
-
description: Destinations of the migration, entities or groups.
-
-
reference: BaseApiDTO
-
-
- destinationEntityType
-
-
type: string
-
description: Entity type of migration destination, default is VirtualMachine. Case 1, migration source VirtualMachine: destination entity must be VirtualMachine. Case 2, migration source Database Server: destination entity can be VirtualMachine or DatabaseServer.
-
enum: ['VirtualMachine', 'DatabaseServer']
-
- removeNonMigratingWorkloads
-
-
type: boolean
-
description: If true, remove the existing Virtual Machines, Databases and Database Servers from the scope that are not migrating, so that only the newly migrated entities are included in the plan results.
-