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

    Interface VMDeviceCapability

    interface VMDeviceCapability {
        bus: string | null;
        class: string | null;
        domain: string | null;
        function: string | null;
        product: string | null;
        slot: string | null;
        vendor: string | null;
    }
    Index
    bus: string | null
    class: string | null
    domain: string | null
    function: string | null
    product: string | null
    slot: string | null
    vendor: string | null