Klasse CSSNMPDestination

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CSSNMPDestination

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class CSSNMPDestination extends Object
CSSNMPDestination
  • Felddetails

    • authorizationPassword

      protected String authorizationPassword
      Specifies the password to be used for authorization protocol.
    • authorizationProtocol

      protected String authorizationProtocol
      Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.
    • hostname

      protected String hostname
      Specifies the CentraSite host name or IP address to which the SNMP listener binds.
    • port

      protected String port
      Specifies the port to which the SNMP listener binds. The default port number for CentraSite's SNMP server is 8181.
    • privacyPassword

      protected String privacyPassword
      Specifies the password to be used for privacy protocol.
    • privacyProtocol

      protected String privacyProtocol
      Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.
    • sendTRAPsToCentrasite

      protected String sendTRAPsToCentrasite
      Specifies whether the events has to be sent from API Gateway to CentraSite.
    • transport

      protected String transport
      Specifies the wire transport protocol that is used by the SNMP Listener.
    • username

      protected String username
      Specifies the SecurityName that is used by the SNMP Listener.
  • Konstruktordetails

    • CSSNMPDestination

      public CSSNMPDestination(Consumer<CSSNMPDestination> spec)
      Constructs a validated instance of CSSNMPDestination.
      Parameter:
      spec - the specification to process
    • CSSNMPDestination

      @Internal public CSSNMPDestination(String authorizationPassword, String authorizationProtocol, String hostname, String port, String privacyPassword, String privacyProtocol, String sendTRAPsToCentrasite, String transport, String username)
      Constructs a validated instance of CSSNMPDestination.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using CSSNMPDestination(Consumer) instead.

      Parameter:
      authorizationPassword - Specifies the password to be used for authorization protocol.
      authorizationProtocol - Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.
      hostname - Specifies the CentraSite host name or IP address to which the SNMP listener binds.
      port - Specifies the port to which the SNMP listener binds. The default port number for CentraSite's SNMP server is 8181.
      privacyPassword - Specifies the password to be used for privacy protocol.
      privacyProtocol - Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.
      sendTRAPsToCentrasite - Specifies whether the events has to be sent from API Gateway to CentraSite.
      transport - Specifies the wire transport protocol that is used by the SNMP Listener.
      username - Specifies the SecurityName that is used by the SNMP Listener.
    • CSSNMPDestination

      protected CSSNMPDestination()
  • Methodendetails

    • builder

    • authorizationPassword

      public String authorizationPassword()
      Specifies the password to be used for authorization protocol.
    • authorizationProtocol

      public String authorizationProtocol()
      Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.
    • hostname

      public String hostname()
      Specifies the CentraSite host name or IP address to which the SNMP listener binds.
    • port

      public String port()
      Specifies the port to which the SNMP listener binds. The default port number for CentraSite's SNMP server is 8181.
    • privacyPassword

      public String privacyPassword()
      Specifies the password to be used for privacy protocol.
    • privacyProtocol

      public String privacyProtocol()
      Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.
    • sendTRAPsToCentrasite

      public String sendTRAPsToCentrasite()
      Specifies whether the events has to be sent from API Gateway to CentraSite.
    • transport

      public String transport()
      Specifies the wire transport protocol that is used by the SNMP Listener.
    • username

      public String username()
      Specifies the SecurityName that is used by the SNMP Listener.
    • authorizationPassword

      public CSSNMPDestination authorizationPassword(String authorizationPassword)
      Specifies the password to be used for authorization protocol.
      Gibt zurück:
      this.
    • authorizationProtocol

      public CSSNMPDestination authorizationProtocol(String authorizationProtocol)
      Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.
      Gibt zurück:
      this.
    • hostname

      public CSSNMPDestination hostname(String hostname)
      Specifies the CentraSite host name or IP address to which the SNMP listener binds.
      Gibt zurück:
      this.
    • port

      public CSSNMPDestination port(String port)
      Specifies the port to which the SNMP listener binds. The default port number for CentraSite's SNMP server is 8181.
      Gibt zurück:
      this.
    • privacyPassword

      public CSSNMPDestination privacyPassword(String privacyPassword)
      Specifies the password to be used for privacy protocol.
      Gibt zurück:
      this.
    • privacyProtocol

      public CSSNMPDestination privacyProtocol(String privacyProtocol)
      Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.
      Gibt zurück:
      this.
    • sendTRAPsToCentrasite

      public CSSNMPDestination sendTRAPsToCentrasite(String sendTRAPsToCentrasite)
      Specifies whether the events has to be sent from API Gateway to CentraSite.
      Gibt zurück:
      this.
    • transport

      public CSSNMPDestination transport(String transport)
      Specifies the wire transport protocol that is used by the SNMP Listener.
      Gibt zurück:
      this.
    • username

      public CSSNMPDestination username(String username)
      Specifies the SecurityName that is used by the SNMP Listener.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object