Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
org.friendlysnmp.target |
Provides classes for custom and default SNMPv1, SNMPv2 and SNMPv3 targets in FriendlySNMP API.
|
Modifier and Type | Field and Description |
---|---|
static Storage |
FConstant.DEFAULT_STORAGE_COMMUNITY
Default storage community type is READONLY.
|
static Storage |
FConstant.DEFAULT_STORAGE_NOTIFY
Default storage notify type is READONLY.
|
static Storage |
FConstant.DEFAULT_STORAGE_VACM_ACCESS
Default storage VACM access type is READONLY.
|
static Storage |
FConstant.DEFAULT_STORAGE_VACM_GROUP
Default storage VACM group type is READONLY.
|
static Storage |
FConstant.DEFAULT_STORAGE_VACM_VIEWTREE
Default storage VACM viewtree type is READONLY.
|
Modifier and Type | Field and Description |
---|---|
protected Storage |
TargetBase.storageNotify
Storage for notify
|
protected Storage |
TargetBase.storageVacmAccess
Storage for Vacm access
|
protected Storage |
TargetBase.storageVacmGroup
Storage for Vacm group
|
protected Storage |
TargetBase.storageVacmViewTree
Storage for Vacm view tree
|
Modifier and Type | Method and Description |
---|---|
static Storage |
Storage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Storage[] |
Storage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|