| Package | Description |
|---|---|
| com.vmware.appliance.techpreview.monitoring |
| Modifier and Type | Field and Description |
|---|---|
static SnmpTypes.SNMPSecLevel |
SnmpTypes.SNMPSecLevel.auth
auth
|
static SnmpTypes.SNMPSecLevel |
SnmpTypes.SNMPSecLevel.none
none
|
static SnmpTypes.SNMPSecLevel |
SnmpTypes.SNMPSecLevel.priv
priv
|
| Modifier and Type | Method and Description |
|---|---|
SnmpTypes.SNMPSecLevel |
SnmpTypes.SNMPUser.getSecLevel()
SNMP security level
|
SnmpTypes.SNMPSecLevel |
SnmpTypes.SNMPv3Target.getSecLevel()
SNMP security level
|
SnmpTypes.SNMPSecLevel |
SnmpTypes.SNMPRemoteUser.getSecLevel()
SNMP security level
|
static SnmpTypes.SNMPSecLevel |
SnmpTypes.SNMPSecLevel.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static SnmpTypes.SNMPSecLevel[] |
SnmpTypes.SNMPSecLevel.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnmpTypes.SNMPUser.setSecLevel(SnmpTypes.SNMPSecLevel secLevel)
SNMP security level
|
void |
SnmpTypes.SNMPv3Target.setSecLevel(SnmpTypes.SNMPSecLevel secLevel)
SNMP security level
|
void |
SnmpTypes.SNMPRemoteUser.setSecLevel(SnmpTypes.SNMPSecLevel secLevel)
SNMP security level
|
| Constructor and Description |
|---|
SnmpTypes.SNMPRemoteUser.Builder(String username,
SnmpTypes.SNMPSecLevel secLevel,
SnmpTypes.SNMPAuthProto authentication,
String authKey,
SnmpTypes.SNMPPrivProto privacy,
String privKey,
String engineid)
Constructor with parameters for the required properties of
SnmpTypes.SNMPRemoteUser. |
SnmpTypes.SNMPUser.Builder(String username,
SnmpTypes.SNMPSecLevel secLevel,
String authKey,
String privKey)
Constructor with parameters for the required properties of
SnmpTypes.SNMPUser. |
SnmpTypes.SNMPv3Target.Builder(SnmpTypes.SNMPv3Notfication type,
SnmpTypes.SNMPSecLevel secLevel,
String ip,
long port,
String user)
Constructor with parameters for the required properties of
SnmpTypes.SNMPv3Target. |
Copyright © 2016. All Rights Reserved.