@truenas/api-client
GitHub
Preparing search index...
v27_0_0
SNMPEntry
Interface SNMPEntry
interface
SNMPEntry
{
community
?:
string
;
contact
:
string
;
id
:
number
;
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
Properties
community?
contact
id
location
options
traps
v3
v3_
authtype
v3_
password
v3_
privpassphrase?
v3_
privproto
v3_
username
zilstat
Properties
Optional
community
community
?:
string
contact
contact
:
string
id
id
:
number
location
location
:
string
options
options
:
string
traps
traps
:
boolean
v3
v3
:
boolean
v3_
authtype
v3_authtype
:
""
|
"MD5"
|
"SHA"
v3_
password
v3_password
:
string
Optional
v3_
privpassphrase
v3_privpassphrase
?:
string
|
null
v3_
privproto
v3_privproto
:
"DES"
|
"AES"
|
null
v3_
username
v3_username
:
string
zilstat
zilstat
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community
contact
id
location
options
traps
v3
v3_
authtype
v3_
password
v3_
privpassphrase
v3_
privproto
v3_
username
zilstat
GitHub
@truenas/api-client
Loading...