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

    Interface InterfaceIPInUseOptions

    interface InterfaceIPInUseOptions {
        any?: boolean;
        interfaces?: string[];
        ipv4?: boolean;
        ipv6?: boolean;
        ipv6_link_local?: boolean;
        loopback?: boolean;
        static?: boolean;
    }
    Index
    any?: boolean
    interfaces?: string[]
    ipv4?: boolean
    ipv6?: boolean
    ipv6_link_local?: boolean
    loopback?: boolean
    static?: boolean