snat策略下发增加action、serivce、doLog.
This commit is contained in:
@@ -7,7 +7,7 @@ public class IpAddrPool extends InlineIp{
|
||||
@Expose
|
||||
private Integer regionId;
|
||||
@Expose
|
||||
private Integer groupId;
|
||||
private Long groupId;
|
||||
@Expose
|
||||
private Long addrPoolId;
|
||||
|
||||
@@ -19,11 +19,11 @@ public class IpAddrPool extends InlineIp{
|
||||
this.regionId = regionId;
|
||||
}
|
||||
|
||||
public Integer getGroupId() {
|
||||
public Long getGroupId() {
|
||||
return groupId;
|
||||
}
|
||||
|
||||
public void setGroupId(Integer groupId) {
|
||||
public void setGroupId(Long groupId) {
|
||||
this.groupId = groupId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user