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

    Interface VMRAWDeviceInput

    interface VMRAWDeviceInput {
        boot?: boolean;
        dtype: "RAW";
        exists?: boolean;
        iotype?: v25_10_0.Iotype;
        logical_sectorsize?: 512 | 4096 | null;
        path: string;
        physical_sectorsize?: 512 | 4096 | null;
        serial?: string | null;
        size?: number | null;
        type?: v25_10_0.VMDiskDeviceTypeInput;
    }
    Index
    boot?: boolean
    dtype: "RAW"
    exists?: boolean
    iotype?: v25_10_0.Iotype
    logical_sectorsize?: 512 | 4096 | null
    path: string
    physical_sectorsize?: 512 | 4096 | null
    serial?: string | null
    size?: number | null