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

    Interface TrueNASConnectUpdateArgs

    interface TrueNASConnectUpdateArgs {
        enabled?: boolean;
        interfaces?: string[];
        ips?: string[];
        use_all_interfaces?: boolean;
    }
    Index
    enabled?: boolean
    interfaces?: string[]
    ips?: string[]
    use_all_interfaces?: boolean