mirror of https://github.com/apache/cloudstack.git
Fixed PodResponse: endip is all lowercase now.
This commit is contained in:
parent
603874605d
commit
bb5399c2bc
|
|
@ -42,7 +42,7 @@ public class PodResponse extends BaseResponse {
|
|||
@SerializedName("startip") @Param(description="the starting IP for the Pod")
|
||||
private String startIp;
|
||||
|
||||
@SerializedName("endIp") @Param(description="the ending IP for the Pod")
|
||||
@SerializedName("endip") @Param(description="the ending IP for the Pod")
|
||||
private String endIp;
|
||||
|
||||
public Long getId() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue