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

    Interface VirtDeviceUsb

    interface VirtDeviceUsb {
        bus?: number | null;
        description?: string | null;
        dev?: number | null;
        dev_type: "USB";
        name?: string | null;
        product_id?: string | null;
        readonly?: boolean;
        vendor_id?: string | null;
    }

    Hierarchy (View Summary)

    Index
    bus?: number | null
    description?: string | null
    dev?: number | null
    dev_type: "USB"
    name?: string | null
    product_id?: string | null
    readonly?: boolean
    vendor_id?: string | null