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.PrivacyType |
SnmpTargetArgs.getPrivacy() |
Usm.PrivacyType |
SnmpTarget.getPrivacy() |
static Usm.PrivacyType |
Usm.PrivacyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Usm.PrivacyType[] |
Usm.PrivacyType.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.setPrivacy(Usm.PrivacyType v) |
Modifier and Type | Method and Description |
---|---|
Usm.PrivacyType |
SnmpConnectionConfiguration.getPrivacyType()
Gets the privacy 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.