ArrayOfHostSnmpConfigSpec

ArrayOfHostSnmpConfigSpec
ArrayOfHostSnmpConfigSpec

A boxed array of HostSnmpConfigSpec. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "enabled": false,
            "port": 0,
            "readOnlyCommunities": [
                "string"
            ],
            "trapTargets": [
                {
                    "_typeName": "string",
                    "hostName": "string",
                    "port": 0,
                    "community": "string"
                }
            ],
            "option": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": "string"
                }
            ]
        }
    ]
}
_value
Required

_value