ddos 新增ddos协议跟流量阈值的下发,日志流量统计默认保护dddos
This commit is contained in:
@@ -56,6 +56,16 @@ public class InlineIp {
|
||||
private Date opTime;
|
||||
@Expose
|
||||
private Integer policyGroup;
|
||||
@Expose
|
||||
private String userRegion;//用于存储协议跟流量阀值
|
||||
|
||||
|
||||
public String getUserRegion() {
|
||||
return userRegion;
|
||||
}
|
||||
public void setUserRegion(String userRegion) {
|
||||
this.userRegion = userRegion;
|
||||
}
|
||||
/**
|
||||
* action
|
||||
* @return action
|
||||
|
||||
Reference in New Issue
Block a user