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

    Interface SNMPTrapServiceModel

    interface SNMPTrapServiceModel {
        community?: string | null;
        host: string;
        port: number;
        type: "SNMPTrap";
        v3: boolean;
        v3_authkey?: string | null;
        v3_authprotocol?:
            | "MD5"
            | "SHA"
            | "128SHA224"
            | "192SHA256"
            | "256SHA384"
            | "384SHA512"
            | null;
        v3_privkey?: string
        | null;
        v3_privprotocol?:
            | "DES"
            | "3DESEDE"
            | "AESCFB128"
            | "AESCFB192"
            | "AESCFB256"
            | "AESBLUMENTHALCFB192"
            | "AESBLUMENTHALCFB256"
            | null;
        v3_username?: string
        | null;
    }
    Index
    community?: string | null
    host: string
    port: number
    type: "SNMPTrap"
    v3: boolean
    v3_authkey?: string | null
    v3_authprotocol?:
        | "MD5"
        | "SHA"
        | "128SHA224"
        | "192SHA256"
        | "256SHA384"
        | "384SHA512"
        | null
    v3_privkey?: string | null
    v3_privprotocol?:
        | "DES"
        | "3DESEDE"
        | "AESCFB128"
        | "AESCFB192"
        | "AESCFB256"
        | "AESBLUMENTHALCFB192"
        | "AESBLUMENTHALCFB256"
        | null
    v3_username?: string | null