| Package | Description |
|---|---|
| com.h3c.util.snmp | |
| com.h3c.util.snmp.command |
| 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 © 2014. All Rights Reserved.