Enum SnmpAccess
The type of SNMP access. Can be one of 'none' (disabled), 'community' (V1/V2c), or 'users' (V3).
[JsonConverter(typeof(StringEnumConverter))]
public enum SnmpAccess
- Extension Methods
Fields
[EnumMember(Value = "community")] Community = 1
Enum Community for "community"
[EnumMember(Value = "none")] None = 0
Enum None for "none"
[EnumMember(Value = "users")] Users = 2
Enum Users for "users"