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

    Interface GPUInfo

    interface GPUInfo {
        addr: v25_10_0.GPUInfoAddr;
        available_to_host: boolean;
        critical_reason: string | null;
        devices: v25_10_0.GPUInfoDevice[];
        uses_system_critical_devices: boolean;
        vendor: string | null;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index
    available_to_host: boolean
    critical_reason: string | null
    uses_system_critical_devices: boolean
    vendor: string | null