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

    Interface VirtDeviceNic

    interface VirtDeviceNic {
        description?: string | null;
        dev_type: "NIC";
        mac?: string | null;
        name?: string | null;
        network?: string | null;
        nic_type?: "BRIDGED" | "MACVLAN" | null;
        parent?: string | null;
        readonly?: boolean;
    }

    Hierarchy (View Summary)

    Index
    description?: string | null
    dev_type: "NIC"
    mac?: string | null
    name?: string | null
    network?: string | null
    nic_type?: "BRIDGED" | "MACVLAN" | null
    parent?: string | null
    readonly?: boolean