HostSnmpConfigSpec
HostSnmpConfigSpec
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"enabled": false,
"port": 0,
"readOnlyCommunities": [
"string"
],
"trapTargets": [
{
"_typeName": "string",
"hostName": "string",
"port": 0,
"community": "string"
}
],
"option": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
}
boolean
enabled
Optional
enabled
integer As int32 As int32
port
Optional
port
array of string
readOnlyCommunities
Optional
readOnlyCommunities
Returned By