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

    Interface VirtDeviceGpuChoice

    interface VirtDeviceGpuChoice {
        bus: string;
        description: string;
        pci: string;
        slot: string;
        vendor: string | null;
    }
    Index
    bus: string
    description: string
    pci: string
    slot: string
    vendor: string | null