完善IP复用地址池、策略配置.
This commit is contained in:
@@ -9,7 +9,7 @@ public class IpAddrPool extends InlineIp{
|
||||
@Expose
|
||||
private Integer groupId;
|
||||
@Expose
|
||||
private Integer addrPoolId;
|
||||
private Long addrPoolId;
|
||||
|
||||
public Integer getRegionId() {
|
||||
return regionId;
|
||||
@@ -27,11 +27,12 @@ public class IpAddrPool extends InlineIp{
|
||||
this.groupId = groupId;
|
||||
}
|
||||
|
||||
public Integer getAddrPoolId() {
|
||||
public Long getAddrPoolId() {
|
||||
return addrPoolId;
|
||||
}
|
||||
|
||||
public void setAddrPoolId(Integer addrPoolId) {
|
||||
public void setAddrPoolId(Long addrPoolId) {
|
||||
this.addrPoolId = addrPoolId;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user