DNAT复用策略增加用户和用户类型
调整SNAT地址池管理 配置IP的格式为:IP sql提交
This commit is contained in:
@@ -40,7 +40,7 @@ public class IpReuseDnatPolicyCfg extends IpPortCfg{
|
||||
|
||||
@Expose
|
||||
@SerializedName("translatedDestIp")
|
||||
@ExcelField(title="translated_dest_ip",sort=6)
|
||||
//@ExcelField(title="translated_dest_ip",sort=6)
|
||||
private String destIpAddress;
|
||||
|
||||
@Expose
|
||||
@@ -54,8 +54,31 @@ public class IpReuseDnatPolicyCfg extends IpPortCfg{
|
||||
@Expose
|
||||
@SerializedName("effectiveRange")
|
||||
private String areaEffectiveIds;
|
||||
@ExcelField(title="user",sort=10)
|
||||
@Expose
|
||||
private String translatedUserId;
|
||||
@Expose
|
||||
@ExcelField(title="user_type",sort=9)
|
||||
private String translatedUserType;
|
||||
|
||||
|
||||
|
||||
public String getTranslatedUserId() {
|
||||
return translatedUserId;
|
||||
}
|
||||
|
||||
public void setTranslatedUserId(String translatedUserId) {
|
||||
this.translatedUserId = translatedUserId;
|
||||
}
|
||||
|
||||
public String getTranslatedUserType() {
|
||||
return translatedUserType;
|
||||
}
|
||||
|
||||
public void setTranslatedUserType(String translatedUserType) {
|
||||
this.translatedUserType = translatedUserType;
|
||||
}
|
||||
|
||||
public String getIndexTable() {
|
||||
return indexTable;
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ public class IpReusePolicyCfg extends BaseCfg<IpReusePolicyCfg>{
|
||||
|
||||
private Integer ipType;
|
||||
private Integer ipPattern;
|
||||
@ExcelField(title="ip",sort=6)
|
||||
//@ExcelField(title="ip",sort=6)
|
||||
private String srcIpAddress;
|
||||
private String destIpAddress;
|
||||
@Expose
|
||||
|
||||
Reference in New Issue
Block a user