Uses of Record Class
org.snmp4j.mcp.SnmpMcpServer.ServerConfiguration.SnmpTargetConfig
Packages that use SnmpMcpServer.ServerConfiguration.SnmpTargetConfig
Package
Description
-
Uses of SnmpMcpServer.ServerConfiguration.SnmpTargetConfig in org.snmp4j.mcp
Methods in org.snmp4j.mcp that return types with arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifier and TypeMethodDescriptionSnmpMcpServer.ServerConfiguration.McpConfig.snmpTargets()Returns the value of thesnmpTargetsrecord component.Constructor parameters in org.snmp4j.mcp with type arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifierConstructorDescriptionMcpConfig(SnmpMcpServer.ServerConfiguration.LicenseConfig license, SnmpMcpServer.ServerConfiguration.MibConfig mib, List<SnmpMcpServer.ServerConfiguration.SnmpTargetConfig> snmpTargets) Creates an instance of aMcpConfigrecord class. -
Uses of SnmpMcpServer.ServerConfiguration.SnmpTargetConfig in org.snmp4j.mcp.resource.snmp
Constructor parameters in org.snmp4j.mcp.resource.snmp with type arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifierConstructorDescriptionSnmpTargetResourceTemplate(Supplier<List<SnmpMcpServer.ServerConfiguration.SnmpTargetConfig>> snmpTargetsSupplier) Creates a resource template backed by the given supplier. -
Uses of SnmpMcpServer.ServerConfiguration.SnmpTargetConfig in org.snmp4j.mcp.tool.snmp
Methods in org.snmp4j.mcp.tool.snmp that return SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifier and TypeMethodDescriptionAdhocOverrides.apply(SnmpMcpServer.ServerConfiguration.SnmpTargetConfig base, Map<String, Object> overrides) Returns a target configuration with the given overrides applied.Methods in org.snmp4j.mcp.tool.snmp with parameters of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifier and TypeMethodDescriptionAdhocOverrides.apply(SnmpMcpServer.ServerConfiguration.SnmpTargetConfig base, Map<String, Object> overrides) Returns a target configuration with the given overrides applied.McpSnmpBuilder.withTarget(SnmpMcpServer.ServerConfiguration.SnmpTargetConfig targetConfig) Sets the target configuration to use when building the SNMP target.Constructor parameters in org.snmp4j.mcp.tool.snmp with type arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifierConstructorDescriptionMcpSnmpCommandGenerator(Supplier<List<SnmpMcpServer.ServerConfiguration.SnmpTargetConfig>> snmpTargetsSupplier, com.snmp4j.smi.SmiManager smiManager) Creates a new SNMP command generator tool. -
Uses of SnmpMcpServer.ServerConfiguration.SnmpTargetConfig in org.snmp4j.mcp.tool.snmp.agent
Constructor parameters in org.snmp4j.mcp.tool.snmp.agent with type arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifierConstructorDescriptionMcpSnmpModuleSupport(Supplier<List<SnmpMcpServer.ServerConfiguration.SnmpTargetConfig>> snmpTargetsSupplier, com.snmp4j.smi.SmiManager smiManager) Creates a new MIB module support detection tool. -
Uses of SnmpMcpServer.ServerConfiguration.SnmpTargetConfig in org.snmp4j.mcp.tool.snmp.ber
Constructor parameters in org.snmp4j.mcp.tool.snmp.ber with type arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifierConstructorDescriptionMcpSnmpMessageBER(Supplier<List<SnmpMcpServer.ServerConfiguration.SnmpTargetConfig>> targetsSupplier) Creates a new BER parser tool. -
Uses of SnmpMcpServer.ServerConfiguration.SnmpTargetConfig in org.snmp4j.mcp.tool.snmp.raw
Constructor parameters in org.snmp4j.mcp.tool.snmp.raw with type arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifierConstructorDescriptionMcpSnmpSendRaw(Supplier<List<SnmpMcpServer.ServerConfiguration.SnmpTargetConfig>> targetsSupplier) Creates a new raw-send tool. -
Uses of SnmpMcpServer.ServerConfiguration.SnmpTargetConfig in org.snmp4j.mcp.tool.snmp.set
Constructor parameters in org.snmp4j.mcp.tool.snmp.set with type arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifierConstructorDescriptionSnmpSet(Supplier<List<SnmpMcpServer.ServerConfiguration.SnmpTargetConfig>> snmpTargetsSupplier, com.snmp4j.smi.SmiManager smiManager) Creates a new SNMP GET/SET tool. -
Uses of SnmpMcpServer.ServerConfiguration.SnmpTargetConfig in org.snmp4j.mcp.tool.snmp.table
Constructor parameters in org.snmp4j.mcp.tool.snmp.table with type arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifierConstructorDescriptionMcpSnmpTable(Supplier<List<SnmpMcpServer.ServerConfiguration.SnmpTargetConfig>> snmpTargetsSupplier, com.snmp4j.smi.SmiManager smiManager) Creates a new SNMP table retrieval tool. -
Uses of SnmpMcpServer.ServerConfiguration.SnmpTargetConfig in org.snmp4j.mcp.tool.snmp.tree
Constructor parameters in org.snmp4j.mcp.tool.snmp.tree with type arguments of type SnmpMcpServer.ServerConfiguration.SnmpTargetConfigModifierConstructorDescriptionMcpSnmpTree(Supplier<List<SnmpMcpServer.ServerConfiguration.SnmpTargetConfig>> snmpTargetsSupplier, com.snmp4j.smi.SmiManager smiManager) Creates a new SNMP subtree walk tool.