Package | Description |
---|---|
com.hp.sdn.driver | |
com.hp.util.snmp |
Package for holding SNMP library.
|
com.hp.util.snmp.command |
Various SNMP command representations and related codecs.
|
Modifier and Type | Method and Description |
---|---|
static SnmpKey |
SnmpKey.forSnmpV3(String description,
Usm.AuthorizationType authType,
Usm.PrivacyType privacyType,
String userName,
String authPassword,
String privacyPassword)
Create a v3 SNMP key
|
Modifier and Type | Method and Description |
---|---|
Usm.AuthorizationType |
SnmpTargetArgs.getAuthorization() |
Usm.AuthorizationType |
SnmpTarget.getAuthorization() |
static Usm.AuthorizationType |
Usm.AuthorizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Usm.AuthorizationType[] |
Usm.AuthorizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SnmpTargetArgs |
SnmpTargetArgs.setAuthorization(Usm.AuthorizationType v) |
Modifier and Type | Method and Description |
---|---|
Usm.AuthorizationType |
SnmpConnectionConfiguration.getAuthorizationType()
Gets the authorization type.
|
Modifier and Type | Method and Description |
---|---|
static SnmpConnectionConfiguration |
SnmpConnectionConfiguration.forSnmpV3(Usm.AuthorizationType authorizationType,
Usm.PrivacyType privacyType,
int timeout,
int retries)
Creates an SNMP connection configuration to SNMP version 3.
|
Copyright © 2015. All Rights Reserved.