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

    Interface SNMPUpdate

    interface SNMPUpdate {
        community?: string;
        contact?: string;
        location?: string;
        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
    location?: string
    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