com.collation.platform.model.topology.net
Interface Firewall
- All Superinterfaces:
- Function, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, VipFunction
public interface Firewall
- extends VipFunction
A Firewall is a function that sets the firewall modules and general information
It is used for firewalls general attributes
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getFwVersionInfo
java.lang.String getFwVersionInfo()
throws AttributeNotSetException
- Returns:
- This function gets and sets generic version information for the firewall.
- Throws:
AttributeNotSetException
setFwVersionInfo
void setFwVersionInfo(java.lang.String info)
hasFwVersionInfo
boolean hasFwVersionInfo()
getFwModuleState
java.lang.String getFwModuleState()
throws AttributeNotSetException
- Returns:
- The
- Throws:
AttributeNotSetException
setFwModuleState
void setFwModuleState(java.lang.String index)
hasFwModuleState
boolean hasFwModuleState()
getFwFilterName
java.lang.String getFwFilterName()
throws AttributeNotSetException
- Returns:
- the
- Throws:
AttributeNotSetException
setFwFilterName
void setFwFilterName(java.lang.String string)
hasFwFilterName
boolean hasFwFilterName()
getFwProduct
java.lang.String getFwProduct()
throws AttributeNotSetException
- Returns:
- The
- Throws:
AttributeNotSetException
setFwProduct
void setFwProduct(java.lang.String index)
hasFwProduct
boolean hasFwProduct()
getFwMajor
int getFwMajor()
throws AttributeNotSetException
- Returns:
- the
- Throws:
AttributeNotSetException
setFwMajor
void setFwMajor(int string)
hasFwMajor
boolean hasFwMajor()
getFwMinor
int getFwMinor()
throws AttributeNotSetException
- Returns:
- The
- Throws:
AttributeNotSetException
setFwMinor
void setFwMinor(int index)
hasFwMinor
boolean hasFwMinor()