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 = 1Enum Community for "community"
[EnumMember(Value = "none")] None = 0Enum None for "none"
[EnumMember(Value = "users")] Users = 2Enum Users for "users"