app协议导出增加丢包率和Block By Application Server Ip字段
This commit is contained in:
@@ -40,21 +40,23 @@ public class AppPolicyCfg extends BaseCfg<AppPolicyCfg> {
|
||||
private Integer appCode;//specific_service_cfg表一级节点的spec_service_code
|
||||
private Integer behavCode;//specific_service_cfg表二级节点的spec_service_code
|
||||
private Integer specServiceId;
|
||||
@ExcelField(title="basic_protocol",sort=3)
|
||||
@ExcelField(title="basic_protocol",sort=5)
|
||||
private String appName;
|
||||
@ExcelField(title="behaviour_type",sort=4)
|
||||
@ExcelField(title="behaviour_type",sort=6)
|
||||
private String behavName;
|
||||
private String cfgKeywords;
|
||||
private String userRegion1;
|
||||
@ExcelField(title="ratelimit",dictType="APP_RATE_LIMIT",sort=3)
|
||||
private String userRegion2;
|
||||
private String userRegion3;
|
||||
@ExcelField(title="block_by_app_server_ip",dictType="SYS_YES_NO",sort=4)
|
||||
private String userRegion4;
|
||||
private String userRegion5;
|
||||
private String configType;
|
||||
|
||||
@ExcelField(title="encrypted_tunnel_behavior",sort=3)
|
||||
@ExcelField(title="encrypted_tunnel_behavior",sort=5)
|
||||
private String behaviorName;
|
||||
@ExcelField(title="social_app",sort=3)
|
||||
@ExcelField(title="social_app",sort=5)
|
||||
private String socialName;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user