|
||||||||||
| 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.AccessListMatchInfo
com.foxsmart.csu.config.global.AccessListMatchInfoHost
public class AccessListMatchInfoHost
The AccessListMatchInfoHost class matches network traffic based on a single host.
| Field Summary |
|---|
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
AccessListMatchInfoHost()
Constructs an access list match info host object. |
|
| Method Summary | |
|---|---|
java.lang.String |
generateIos()
Generates the IOS string associated with this part of the router configuration. |
Host |
getHost()
Gets the host information. |
void |
setHost(Host host)
Sets the host information. |
void |
validate()
See comments in CiscoRouterConfigComponent. |
| Methods inherited from class com.foxsmart.csu.config.global.AccessListMatchInfo |
|---|
getPortInfo, setPortInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessListMatchInfoHost()
| Method Detail |
|---|
public void setHost(Host host)
host - The host information.public Host getHost()
public void validate()
throws InvalidConfigurationException
validate in class AccessListMatchInfoInvalidConfigurationException - if the configuration is invalid.
public java.lang.String generateIos()
throws InvalidConfigurationException
generateIos in class AccessListMatchInfoInvalidConfigurationException - if the configuration is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||