Package | Description |
---|---|
net.percederberg.mibble.snmp |
Provides the SNMP MIB type classes.
|
Modifier and Type | Field and Description |
---|---|
static SnmpAccess |
SnmpAccess.ACCESSIBLE_FOR_NOTIFY
The accesible for notify SNMP access mode.
|
static SnmpAccess |
SnmpAccess.NOT_ACCESSIBLE
The not accesible SNMP access mode.
|
static SnmpAccess |
SnmpAccess.NOT_IMPLEMENTED
The not implemented SNMP access mode.
|
static SnmpAccess |
SnmpAccess.READ_CREATE
The read-create SNMP access mode.
|
static SnmpAccess |
SnmpAccess.READ_ONLY
The read-only SNMP access mode.
|
static SnmpAccess |
SnmpAccess.READ_WRITE
The read-write SNMP access mode.
|
static SnmpAccess |
SnmpAccess.WRITE_ONLY
The write-only SNMP access mode.
|
Modifier and Type | Method and Description |
---|---|
SnmpAccess |
SnmpVariation.getAccess()
Returns the access mode.
|
SnmpAccess |
SnmpObjectType.getAccess()
Returns the access mode.
|
SnmpAccess |
SnmpCompliance.getAccess()
Returns the access mode.
|
Constructor and Description |
---|
SnmpCompliance(boolean group,
MibValue value,
MibType syntax,
MibType writeSyntax,
SnmpAccess access,
java.lang.String description)
Creates a new SNMP module compliance declaration.
|
SnmpObjectType(MibType syntax,
java.lang.String units,
SnmpAccess access,
SnmpStatus status,
java.lang.String description,
java.lang.String reference,
java.util.ArrayList<SnmpIndex> index,
MibValue defaultValue)
Creates a new SNMP object type.
|
SnmpObjectType(MibType syntax,
java.lang.String units,
SnmpAccess access,
SnmpStatus status,
java.lang.String description,
java.lang.String reference,
MibValue augments,
MibValue defaultValue)
Creates a new SNMP object type.
|
SnmpVariation(MibValue value,
MibType syntax,
MibType writeSyntax,
SnmpAccess access,
java.util.ArrayList<MibValue> requiredCells,
MibValue defaultValue,
java.lang.String description)
Creates a new SNMP module variation.
|