nuxt-app
    Preparing search index...

    Interface BackupCreateRequestDTO

    バックアップ作成リクエストオブジェクト

    interface BackupCreateRequestDTO {
        name: string;
        targetStorageId: string;
    }
    Index

    Properties

    name: string

    バックアップの名前

    targetStorageId: string

    バックアップ対象の仮想ストレージのID