|
||||||||||
| 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.DynamicAccessListInfo
public class DynamicAccessListInfo
This class provides all the details of a dynamic extended access list.
| Field Summary | |
|---|---|
static java.lang.String |
DYNAMIC
|
static java.lang.Integer |
MAX_TIME_TO_LIVE
Maximium time to live value. |
static java.lang.Integer |
MIN_TIME_TO_LIVE
Minimum time to live value. |
static java.lang.String |
TIMEOUT
|
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
DynamicAccessListInfo()
Constructs a DynamicAccessListInfo object |
|
| Method Summary | |
|---|---|
java.lang.String |
generateIos()
|
java.lang.String |
getDynamicListName()
Gets the dynamic list name. |
java.lang.Integer |
getMaxTimeToLive()
Gets the max time to live. |
void |
setDynamicListName(java.lang.String dynamicListName)
Sets the dynamic list name. |
void |
setMaxTimeToLive(java.lang.Integer maxTimeToLive)
Sets the max time to live. |
void |
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.Integer MIN_TIME_TO_LIVE
public static final java.lang.Integer MAX_TIME_TO_LIVE
public static final java.lang.String DYNAMIC
public static final java.lang.String TIMEOUT
| Constructor Detail |
|---|
public DynamicAccessListInfo()
| Method Detail |
|---|
public void setDynamicListName(java.lang.String dynamicListName)
dynamicListName - The dynamic list name.public java.lang.String getDynamicListName()
public void setMaxTimeToLive(java.lang.Integer maxTimeToLive)
maxTimeToLive - The max time to live.public java.lang.Integer getMaxTimeToLive()
public void validate()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
public java.lang.String generateIos()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||