Creating a Migration Plan
Create a migration plan to test different configurations, compare cost models, and so on.
You can now generate a Resource Manager stack or configure target assets. To create a migration plan, use the
create
command.oci cloud-migrations migration-plan create --compartment-id target_compartment_ID --display-name migration_plan_name --migration-id migration_ID [OPTIONS]
The required parameters for thecreate
command are:--compartment-id
: Specifies the OCID of the compartment name.--display-name
: Specifies a unique name for the migration plan.--migration-id
: Specifies the OCID of the associated migration.
To get all the commands for
migration-plan
, run:oci cloud-migrations migration-plan -h
To get help for the
create
command, run:oci cloud-migrations migration-plan create -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To create a migration plan, use the
CreateMigrationPlan
operation.