pub async fn migrate_restore(
infra: &InfraContext<'_>,
token: &str,
bos_file: Option<&str>,
cfs_file: Option<&str>,
hsm_file: Option<&str>,
ims_file: Option<&str>,
image_dir: Option<&str>,
overwrite: bool,
) -> Result<(), Error>Expand description
Restore a vCluster from backup files; overwrite applies to all resource types.