NSX-T Data Center REST API
Snmpv2cCommunity (schema)
SNMP v2c community
This object contains SNMP v2c community identifier, shared secret and access properties.
| Name | Description | Type | Notes | 
|---|---|---|---|
| access | Type of access Access permissions for polling NSX nodes over SNMP v2c. | string | Enum: READ_ONLY Default: "READ_ONLY" | 
| community_name | Community name Unique, non-sensitive community name to identify community. | string | Required Minimum length: 1 Maximum length: 64 | 
| community_string | Community string Community string. This is considered a shared secret and therefore sensitive information. This field is required when adding a community. When updating a community, do not include this field in the request. If this field is present in an update request, it will be considered as a new value for community string. | string | Minimum length: 1 Maximum length: 64 | 
