SnmpTypes.SNMPAuthProto, SnmpTypes.SNMPConfig, SnmpTypes.SNMPConfigReadOnly, SnmpTypes.SNMPHashConfig, SnmpTypes.SNMPHashResults, SnmpTypes.SNMPLimits, SnmpTypes.SNMPPrivProto, SnmpTypes.SNMPRemoteUser, SnmpTypes.SNMPSecLevel, SnmpTypes.SNMPStats, SnmpTypes.SNMPTestResults, SnmpTypes.SNMPUser, SnmpTypes.SNMPv1TrapTarget, SnmpTypes.SNMPv3Notfication, SnmpTypes.SNMPv3Target| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Stop an enabled SNMP agent.
|
void |
disable(AsyncCallback<Void> asyncCallback)
Stop an enabled SNMP agent.
|
void |
disable(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Stop an enabled SNMP agent.
|
void |
disable(InvocationConfig invocationConfig)
Stop an enabled SNMP agent.
|
void |
enable()
Start a disabled SNMP agent.
|
void |
enable(AsyncCallback<Void> asyncCallback)
Start a disabled SNMP agent.
|
void |
enable(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Start a disabled SNMP agent.
|
void |
enable(InvocationConfig invocationConfig)
Start a disabled SNMP agent.
|
SnmpTypes.SNMPConfigReadOnly |
get()
Return an SNMP agent configuration.
|
void |
get(AsyncCallback<SnmpTypes.SNMPConfigReadOnly> asyncCallback)
Return an SNMP agent configuration.
|
void |
get(AsyncCallback<SnmpTypes.SNMPConfigReadOnly> asyncCallback,
InvocationConfig invocationConfig)
Return an SNMP agent configuration.
|
SnmpTypes.SNMPConfigReadOnly |
get(InvocationConfig invocationConfig)
Return an SNMP agent configuration.
|
SnmpTypes.SNMPHashResults |
hash(SnmpTypes.SNMPHashConfig config)
Generate localized keys for secure SNMPv3 communications.
|
void |
hash(SnmpTypes.SNMPHashConfig config,
AsyncCallback<SnmpTypes.SNMPHashResults> asyncCallback)
Generate localized keys for secure SNMPv3 communications.
|
void |
hash(SnmpTypes.SNMPHashConfig config,
AsyncCallback<SnmpTypes.SNMPHashResults> asyncCallback,
InvocationConfig invocationConfig)
Generate localized keys for secure SNMPv3 communications.
|
SnmpTypes.SNMPHashResults |
hash(SnmpTypes.SNMPHashConfig config,
InvocationConfig invocationConfig)
Generate localized keys for secure SNMPv3 communications.
|
SnmpTypes.SNMPLimits |
limits()
Get SNMP limits information.
|
void |
limits(AsyncCallback<SnmpTypes.SNMPLimits> asyncCallback)
Get SNMP limits information.
|
void |
limits(AsyncCallback<SnmpTypes.SNMPLimits> asyncCallback,
InvocationConfig invocationConfig)
Get SNMP limits information.
|
SnmpTypes.SNMPLimits |
limits(InvocationConfig invocationConfig)
Get SNMP limits information.
|
void |
reset()
Restore settings to factory defaults.
|
void |
reset(AsyncCallback<Void> asyncCallback)
Restore settings to factory defaults.
|
void |
reset(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Restore settings to factory defaults.
|
void |
reset(InvocationConfig invocationConfig)
Restore settings to factory defaults.
|
void |
set(SnmpTypes.SNMPConfig config)
Set SNMP configuration.
|
void |
set(SnmpTypes.SNMPConfig config,
AsyncCallback<Void> asyncCallback)
Set SNMP configuration.
|
void |
set(SnmpTypes.SNMPConfig config,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Set SNMP configuration.
|
void |
set(SnmpTypes.SNMPConfig config,
InvocationConfig invocationConfig)
Set SNMP configuration.
|
SnmpTypes.SNMPStats |
stats()
Generate diagnostics report for snmp agent.
|
void |
stats(AsyncCallback<SnmpTypes.SNMPStats> asyncCallback)
Generate diagnostics report for snmp agent.
|
void |
stats(AsyncCallback<SnmpTypes.SNMPStats> asyncCallback,
InvocationConfig invocationConfig)
Generate diagnostics report for snmp agent.
|
SnmpTypes.SNMPStats |
stats(InvocationConfig invocationConfig)
Generate diagnostics report for snmp agent.
|
SnmpTypes.SNMPTestResults |
test()
Send a warmStart notification to all configured traps and inform destinations
(see RFC 3418).
|
void |
test(AsyncCallback<SnmpTypes.SNMPTestResults> asyncCallback)
Send a warmStart notification to all configured traps and inform destinations
(see RFC 3418).
|
void |
test(AsyncCallback<SnmpTypes.SNMPTestResults> asyncCallback,
InvocationConfig invocationConfig)
Send a warmStart notification to all configured traps and inform destinations
(see RFC 3418).
|
SnmpTypes.SNMPTestResults |
test(InvocationConfig invocationConfig)
Send a warmStart notification to all configured traps and inform destinations
(see RFC 3418).
|
void reset()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorvoid reset(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid reset(AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void reset(AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void enable()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorvoid enable(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid enable(AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void enable(AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SnmpTypes.SNMPHashResults hash(SnmpTypes.SNMPHashConfig config)
Synchronous method overload. Result of the invocation will be reported as a method return value.
config - SNMP hash configuration.Error - Generic errorSnmpTypes.SNMPHashResults hash(SnmpTypes.SNMPHashConfig config, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
config - SNMP hash configuration.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid hash(SnmpTypes.SNMPHashConfig config, AsyncCallback<SnmpTypes.SNMPHashResults> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
SNMP hash result
Operation Errors:
Error - Generic error
config - SNMP hash configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void hash(SnmpTypes.SNMPHashConfig config, AsyncCallback<SnmpTypes.SNMPHashResults> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
SNMP hash result
Operation Errors:
Error - Generic error
config - SNMP hash configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SnmpTypes.SNMPLimits limits()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorSnmpTypes.SNMPLimits limits(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid limits(AsyncCallback<SnmpTypes.SNMPLimits> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
SNMP limits structure
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void limits(AsyncCallback<SnmpTypes.SNMPLimits> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
SNMP limits structure
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SnmpTypes.SNMPConfigReadOnly get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorSnmpTypes.SNMPConfigReadOnly get(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid get(AsyncCallback<SnmpTypes.SNMPConfigReadOnly> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
SNMP config structure
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<SnmpTypes.SNMPConfigReadOnly> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
SNMP config structure
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void disable()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorvoid disable(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid disable(AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void disable(AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void set(SnmpTypes.SNMPConfig config)
Synchronous method overload. Result of the invocation will be reported as a method return value.
config - SNMP configuration.Error - Generic errorvoid set(SnmpTypes.SNMPConfig config, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
config - SNMP configuration.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid set(SnmpTypes.SNMPConfig config, AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
config - SNMP configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void set(SnmpTypes.SNMPConfig config, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
config - SNMP configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SnmpTypes.SNMPTestResults test()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorSnmpTypes.SNMPTestResults test(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid test(AsyncCallback<SnmpTypes.SNMPTestResults> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
SNMP test result
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void test(AsyncCallback<SnmpTypes.SNMPTestResults> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
SNMP test result
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SnmpTypes.SNMPStats stats()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorSnmpTypes.SNMPStats stats(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid stats(AsyncCallback<SnmpTypes.SNMPStats> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
SNMP stats
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void stats(AsyncCallback<SnmpTypes.SNMPStats> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
SNMP stats
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.Copyright © 2016. All Rights Reserved.