nuxt-app
    Preparing search index...

    Interface NetworkStoragePoolDTO

    ネットワークストレージプールオブジェクト

    interface NetworkStoragePoolDTO {
        createdAt: string;
        id: string;
        localStoragePoolId: string;
        name: string;
        totalSize: number;
        usedSize: number;
    }
    Index

    Properties

    createdAt: string

    ストレージプールが作成された日時

    id: string

    ストレージプールを識別するための一意なID

    localStoragePoolId: string

    対応するローカルストレージプールのID

    name: string

    ストレージプールの名前

    totalSize: number

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

    usedSize: number

    使用中のストレージサイズ(バイト単位)