PlanBlockMigrationRequest: {
    snapshotId?: string;
    volumeId?: string;
    zone?: Zone;
}

Type declaration

  • OptionalsnapshotId?: string

    The snapshot for which the migration plan will be generated.

    One-of ('resource'): at most one of 'volumeId', 'snapshotId' could be set.

  • OptionalvolumeId?: string

    The volume for which the migration plan will be generated.

    One-of ('resource'): at most one of 'volumeId', 'snapshotId' could be set.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.