nuxt-app
    Preparing search index...

    Interface BackupRestoreRequestDTO

    バックアップ復元リクエストオブジェクト

    interface BackupRestoreRequestDTO {
        backupId: string;
        targetVmId: string;
    }
    Index

    Properties

    Properties

    backupId: string

    復元するバックアップのID

    targetVmId: string

    バックアップを復元する仮想マシンのID