@truenas/api-client
    Preparing search index...

    Interface VirtVolumeCreate

    interface VirtVolumeCreate {
        content_type?: "BLOCK";
        name: string;
        size?: number;
        storage_pool?: string | null;
    }
    Index
    content_type?: "BLOCK"
    name: string
    size?: number
    storage_pool?: string | null