Klasse CSSNMPDestination
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CSSNMPDestination
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CSSNMPDestination
extends Object
CSSNMPDestination
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
Specifies the password to be used for authorization protocol.protected String
Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.protected String
Specifies the CentraSite host name or IP address to which the SNMP listener binds.protected String
Specifies the port to which the SNMP listener binds.protected String
Specifies the password to be used for privacy protocol.protected String
Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.protected String
Specifies whether the events has to be sent from API Gateway to CentraSite.protected String
Specifies the wire transport protocol that is used by the SNMP Listener.protected String
Specifies the SecurityName that is used by the SNMP Listener. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CSSNMPDestination
(String authorizationPassword, String authorizationProtocol, String hostname, String port, String privacyPassword, String privacyProtocol, String sendTRAPsToCentrasite, String transport, String username) Constructs a validated instance ofCSSNMPDestination
.Constructs a validated instance ofCSSNMPDestination
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungSpecifies the password to be used for authorization protocol.authorizationPassword
(String authorizationPassword) Specifies the password to be used for authorization protocol.Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.authorizationProtocol
(String authorizationProtocol) Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.builder()
protected boolean
boolean
int
hashCode()
hostname()
Specifies the CentraSite host name or IP address to which the SNMP listener binds.Specifies the CentraSite host name or IP address to which the SNMP listener binds.port()
Specifies the port to which the SNMP listener binds.Specifies the port to which the SNMP listener binds.Specifies the password to be used for privacy protocol.privacyPassword
(String privacyPassword) Specifies the password to be used for privacy protocol.Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.privacyProtocol
(String privacyProtocol) Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.Specifies whether the events has to be sent from API Gateway to CentraSite.sendTRAPsToCentrasite
(String sendTRAPsToCentrasite) Specifies whether the events has to be sent from API Gateway to CentraSite.toString()
Specifies the wire transport protocol that is used by the SNMP Listener.Specifies the wire transport protocol that is used by the SNMP Listener.username()
Specifies the SecurityName that is used by the SNMP Listener.Specifies the SecurityName that is used by the SNMP Listener.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
CSSNMPDestination
Constructs a validated instance ofCSSNMPDestination
.- 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 ofCSSNMPDestination
.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
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. -
authorizationPassword
Specifies the password to be used for authorization protocol.- Gibt zurück:
this
.
-
authorizationProtocol
Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.- Gibt zurück:
this
.
-
hostname
Specifies the CentraSite host name or IP address to which the SNMP listener binds.- Gibt zurück:
this
.
-
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
Specifies the password to be used for privacy protocol.- Gibt zurück:
this
.
-
privacyProtocol
Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.- Gibt zurück:
this
.
-
sendTRAPsToCentrasite
Specifies whether the events has to be sent from API Gateway to CentraSite.- Gibt zurück:
this
.
-
transport
Specifies the wire transport protocol that is used by the SNMP Listener.- Gibt zurück:
this
.
-
username
Specifies the SecurityName that is used by the SNMP Listener.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-