HTTP配置审核界面配置转maat配置处理逻辑提交
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
*/
|
||||
package com.nis.domain.configuration;
|
||||
|
||||
import com.nis.util.Constants;
|
||||
|
||||
/**
|
||||
* @ClassName: AreaIpCfg.java
|
||||
* @Description: TODO
|
||||
@@ -54,6 +56,14 @@ public class AreaIpCfg extends BaseIpCfg {
|
||||
this.protocolId=0;
|
||||
this.isAreaEffective=0;
|
||||
this.areaEffectiveIds=null;
|
||||
this.cfgType=Constants.AREA_REGION;
|
||||
this.cfgRegionCode=1;
|
||||
this.protocol=0;
|
||||
this.portPattern=1;
|
||||
this.srcPort="0";
|
||||
this.destPort="0";
|
||||
this.direction=0;
|
||||
this.destIpAddress="0.0.0.0";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user