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

    Interface SNMPEntry

    interface SNMPEntry {
        community?: string;
        contact: string;
        id: number;
        location: string;
        loglevel: number;
        options: string;
        traps: boolean;
        v3: boolean;
        v3_authtype: "" | "MD5" | "SHA";
        v3_password: string;
        v3_privpassphrase?: string | null;
        v3_privproto: "DES" | "AES" | null;
        v3_username: string;
        zilstat: boolean;
    }
    Index
    community?: string
    contact: string
    id: number
    location: string
    loglevel: number
    options: string
    traps: boolean
    v3: boolean
    v3_authtype: "" | "MD5" | "SHA"
    v3_password: string
    v3_privpassphrase?: string | null
    v3_privproto: "DES" | "AES" | null
    v3_username: string
    zilstat: boolean