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

    Interface VirtDeviceGpu

    interface VirtDeviceGpu {
        description?: string | null;
        dev_type: "GPU";
        gid?: number | null;
        gpu_type: "PHYSICAL" | "MDEV" | "MIG" | "SRIOV";
        id?: string | null;
        mdev?: string | null;
        mig_uuid?: string | null;
        mode?: string | null;
        name?: string | null;
        pci?: string | null;
        productid?: string | null;
        readonly?: boolean;
        uid?: number | null;
        vendorid?: string | null;
    }

    Hierarchy (View Summary)

    Index
    description?: string | null
    dev_type: "GPU"
    gid?: number | null
    gpu_type: "PHYSICAL" | "MDEV" | "MIG" | "SRIOV"
    id?: string | null
    mdev?: string | null
    mig_uuid?: string | null
    mode?: string | null
    name?: string | null
    pci?: string | null
    productid?: string | null
    readonly?: boolean
    uid?: number | null
    vendorid?: string | null