Name | Type | Description | Notes |
---|---|---|---|
name | str | The name of the object | [optional] |
id | str | A unique ID chosen by the system. Cannot change. | [optional] |
host | str | DNS hostname or IP address of a computer that hosts an SNMP manager to which Purity is to send trap messages when it generates alerts. | [optional] |
notification | str | The type of notification the agent will send. Valid values are `inform` and `trap`. | [optional] |
version | str | Version of the SNMP protocol to be used by Purity in communications with the specified manager. Valid values are `v2c` and `v3`. | [optional] |
v2c | SnmpV2c | [optional] | |
v3 | SnmpV3 | [optional] |