|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.foxsmart.csu.config.CiscoRouterConfigParser
com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceTransmitAction
public class RateLimitSetPrecedenceTransmitAction
The RateLimitSetPrecedenceTransmitAction will rewrite packet precedence and send it. The value associated with this action is the new precedence.
| Field Summary | |
|---|---|
static java.lang.Integer |
MAX_VALUE
The maximum precedence. |
static java.lang.Integer |
MIN_VALUE
The minimum precedence. |
static java.lang.String |
SET_PREC_TRANSMIT
|
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
RateLimitSetPrecedenceTransmitAction()
|
|
| Method Summary | |
|---|---|
boolean |
getActionAssociatedWithValue()
Determines whether this action is associated with a value or not. |
java.lang.String |
getActionKeyword()
Gets the keyword for this action (e.g. |
java.lang.Integer |
getMaxValue()
Returns the maximum value for this action. |
java.lang.Integer |
getMinValue()
Returns the minimum value for this action. |
| Methods inherited from class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction |
|---|
generateIosString, getValue, setValue, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SET_PREC_TRANSMIT
public static final java.lang.Integer MIN_VALUE
public static final java.lang.Integer MAX_VALUE
| Constructor Detail |
|---|
public RateLimitSetPrecedenceTransmitAction()
| Method Detail |
|---|
public boolean getActionAssociatedWithValue()
getActionAssociatedWithValue in class RateLimitActionpublic java.lang.String getActionKeyword()
getActionKeyword in class RateLimitActionpublic java.lang.Integer getMinValue()
getMinValue in class RateLimitActionpublic java.lang.Integer getMaxValue()
getMaxValue in class RateLimitAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||