@truenas/api-client
GitHub
Preparing search index...
v25_10_0
SNMPTrapServiceModel
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
Properties
community?
host
port
type
v3
v3_
authkey?
v3_
authprotocol?
v3_
privkey?
v3_
privprotocol?
v3_
username?
Properties
Optional
community
community
?:
string
|
null
host
host
:
string
port
port
:
number
type
type
:
"SNMPTrap"
v3
v3
:
boolean
Optional
v3_
authkey
v3_authkey
?:
string
|
null
Optional
v3_
authprotocol
v3_authprotocol
?:
|
"MD5"
|
"SHA"
|
"128SHA224"
|
"192SHA256"
|
"256SHA384"
|
"384SHA512"
|
null
Optional
v3_
privkey
v3_privkey
?:
string
|
null
Optional
v3_
privprotocol
v3_privprotocol
?:
|
"DES"
|
"3DESEDE"
|
"AESCFB128"
|
"AESCFB192"
|
"AESCFB256"
|
"AESBLUMENTHALCFB192"
|
"AESBLUMENTHALCFB256"
|
null
Optional
v3_
username
v3_username
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community
host
port
type
v3
v3_
authkey
v3_
authprotocol
v3_
privkey
v3_
privprotocol
v3_
username
GitHub
@truenas/api-client
Loading...