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

    Interface VirtDevicePci

    interface VirtDevicePci {
        address: string;
        description?: string | null;
        dev_type: "PCI";
        name?: string | null;
        readonly?: boolean;
    }

    Hierarchy (View Summary)

    Index
    address: string
    description?: string | null
    dev_type: "PCI"
    name?: string | null
    readonly?: boolean