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