(1)导入配置获取编译ID改为一次获取多个
(2)DNS IP导入修复 (3)DNS欺骗IP导入提交 (4)SNAT IP池模板提交
This commit is contained in:
@@ -25,13 +25,21 @@ public class IpPortCfg extends BaseIpCfg {
|
||||
*/
|
||||
|
||||
private static final long serialVersionUID = 4664942095843594575L;
|
||||
//仅用作导入时copy属性
|
||||
//仅用作导入时copy属性使用
|
||||
private String antiddosProtocol;
|
||||
//仅用作导入时copy属性
|
||||
//仅用作导入时copy属性使用
|
||||
private Long bpsThreadshold;
|
||||
//仅用作导入时copy属性
|
||||
//仅用作导入时copy属性使用
|
||||
private Long ppsThreadshold;
|
||||
//仅用作导入时copy属性使用
|
||||
private Integer policyGroup;
|
||||
|
||||
public Integer getPolicyGroup() {
|
||||
return policyGroup;
|
||||
}
|
||||
public void setPolicyGroup(Integer policyGroup) {
|
||||
this.policyGroup = policyGroup;
|
||||
}
|
||||
public String getAntiddosProtocol() {
|
||||
return antiddosProtocol;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user