interface MigrationPlan {
    snapshots: Instance.v1.Snapshot[];
    validationKey: string;
    volume?: Instance.v1.Volume;
}

Properties

snapshots: Instance.v1.Snapshot[]

A list of snapshots which will be migrated to SBS together and with the volume, if present.

validationKey: string

A value to be passed to the call to the "Apply a migration plan" endpoint, to confirm that the execution of the plan is being requested.

volume?: Instance.v1.Volume

A volume which will be migrated to SBS together with the snapshots, if present.