Uses of Interface
org.apache.camel.builder.endpoint.dsl.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder
Packages that use SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder
-
Uses of SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SNMP component.Methods in org.apache.camel.builder.endpoint.dsl that return SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilderModifier and TypeMethodDescriptionSnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.authenticationPassphrase(String authenticationPassphrase) The authentication passphrase.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.authenticationProtocol(String authenticationProtocol) Authentication protocol to use if security level is set to enable authentication The possible values are: MD5, SHA1.SnmpEndpointBuilderFactory.AdvancedSnmpEndpointProducerBuilder.basic()Defines which values you are interested in.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.oids(org.apache.camel.component.snmp.OIDList oids) Defines which values you are interested in.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.privacyPassphrase(String privacyPassphrase) The privacy passphrase.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.privacyProtocol(String privacyProtocol) The privacy protocol ID to be associated with this user.Here you can select which protocol to use.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.retries(int retries) Defines how often a retry is made before canceling the request.Defines how often a retry is made before canceling the request.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.securityLevel(int securityLevel) Sets the security level for this target.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.securityLevel(String securityLevel) Sets the security level for this target.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.securityName(String securityName) Sets the security name to be used with this target.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.snmpCommunity(String snmpCommunity) Sets the community octet string for the snmp request.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.snmpContextEngineId(String snmpContextEngineId) Sets the context engine ID field of the scoped PDU.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.snmpContextName(String snmpContextName) Sets the context name field of this scoped PDU.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.snmpVersion(int snmpVersion) Sets the snmp version for the request.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.snmpVersion(String snmpVersion) Sets the snmp version for the request.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.timeout(int timeout) Sets the timeout value for the request in millis.Sets the timeout value for the request in millis.Which operation to perform such as poll, trap, etc.SnmpEndpointBuilderFactory.SnmpEndpointProducerBuilder.type(org.apache.camel.component.snmp.SnmpActionType type) Which operation to perform such as poll, trap, etc.