NodeSnmpServiceProperties

NodeSnmpServiceProperties
NodeSnmpServiceProperties

Node SNMP service properties

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "service_name": "string",
    "service_properties": {
        "communities": [
            {
                "access": "string",
                "community_string": "string"
            }
        ],
        "start_on_boot": false
    }
}