nuxt-app
    Preparing search index...

    Interface LocalStoragePoolCreateRequestDTO

    ローカルストレージプール作成リクエストオブジェクト

    interface LocalStoragePoolCreateRequestDTO {
        devFile: string;
        name: string;
        nodeId: string;
        size: number;
    }
    Index

    Properties

    Properties

    devFile: string

    ストレージデバイスのパス

    name: string

    ストレージプールの名前

    nodeId: string

    ストレージプールを作成する物理ノードのID

    size: number

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