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

    Interface VMNICPciAddress

    interface VMNICPciAddress {
        bus: number;
        domain?: number;
        function?: number;
        slot: number;
    }
    Index
    bus: number
    domain?: number
    function?: number
    slot: number