完善IP复用地址池、策略配置.
This commit is contained in:
@@ -14,7 +14,6 @@ public class IpAddrPoolCfg extends BaseCfg<IpAddrPoolCfg>{
|
||||
private static final long serialVersionUID = 1392197458744667669L;
|
||||
private String indexTable="ip_reuse_addr_pool";
|
||||
|
||||
private Integer addrPoolId; // 地址池ID
|
||||
private String addrPoolName; // 地址池名称
|
||||
private Integer ipTotal; // IP总数
|
||||
private Integer availableIpTotal; // 可用IP总数
|
||||
@@ -31,12 +30,6 @@ public class IpAddrPoolCfg extends BaseCfg<IpAddrPoolCfg>{
|
||||
public void setIndexTable(String indexTable) {
|
||||
this.indexTable = indexTable;
|
||||
}
|
||||
public Integer getAddrPoolId() {
|
||||
return addrPoolId;
|
||||
}
|
||||
public void setAddrPoolId(Integer addrPoolId) {
|
||||
this.addrPoolId = addrPoolId;
|
||||
}
|
||||
public String getAddrPoolName() {
|
||||
return addrPoolName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user