nuxt-app
    Preparing search index...

    Interface NetworkStoragePoolCreateRequestDTO

    ネットワークストレージプール作成リクエストオブジェクト

    interface NetworkStoragePoolCreateRequestDTO {
        localStorageId: string;
        name: string;
        size: number;
    }
    Index

    Properties

    localStorageId: string

    使用するローカルストレージのID

    name: string

    ストレージプールの名前

    size: number

    ストレージプールのサイズ(バイト単位)