Class SnmpConfiguration

java.lang.Object
org.sentrysoftware.metricshub.engine.configuration.SnmpConfiguration
All Implemented Interfaces:
IConfiguration

public class SnmpConfiguration extends Object implements IConfiguration
The SnmpConfiguration class represents the configuration for SNMP in the MetricsHub engine. It implements the IConfiguration interface and includes settings such as SNMP version, community, port, timeout, context name, privacy, privacy password, username, and password.
  • Constructor Details

    • SnmpConfiguration

      public SnmpConfiguration()
  • Method Details