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

    Interface VMDiskDevice

    interface VMDiskDevice {
        create_zvol?: boolean;
        dtype: "DISK";
        iotype?: v25_10_0.Iotype;
        logical_sectorsize?: 512 | 4096 | null;
        path?: string | null;
        physical_sectorsize?: 512 | 4096 | null;
        serial?: string | null;
        type?: v25_10_0.VMDiskDeviceType;
        zvol_name?: string | null;
        zvol_volsize?: number | null;
    }
    Index
    create_zvol?: boolean
    dtype: "DISK"
    iotype?: v25_10_0.Iotype
    logical_sectorsize?: 512 | 4096 | null
    path?: string | null
    physical_sectorsize?: 512 | 4096 | null
    serial?: string | null
    zvol_name?: string | null
    zvol_volsize?: number | null