mirror of https://github.com/apache/cloudstack.git
Fixed spelling and added missing states to response (#8248)
This commit is contained in:
parent
1a2dbebe48
commit
1b56a8e873
|
|
@ -124,7 +124,7 @@ public class AcquireIPAddressResponse extends BaseResponse implements Controlle
|
|||
private String networkId;
|
||||
|
||||
@SerializedName(ApiConstants.STATE)
|
||||
@Param(description = "State of the ip address. Can be: Allocatin, Allocated and Releasing")
|
||||
@Param(description = "State of the ip address. Can be: Allocating, Allocated and Releasing")
|
||||
private String state;
|
||||
|
||||
@SerializedName(ApiConstants.PHYSICAL_NETWORK_ID)
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ public class IPAddressResponse extends BaseResponseWithAnnotations implements Co
|
|||
private String networkId;
|
||||
|
||||
@SerializedName(ApiConstants.STATE)
|
||||
@Param(description = "State of the ip address. Can be: Allocatin, Allocated and Releasing")
|
||||
@Param(description = "State of the ip address. Can be: Allocating, Allocated, Releasing, Reserved and Free")
|
||||
private String state;
|
||||
|
||||
@SerializedName(ApiConstants.PHYSICAL_NETWORK_ID)
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ public class PortableIpResponse extends BaseResponse {
|
|||
private Date allocated;
|
||||
|
||||
@SerializedName(ApiConstants.STATE)
|
||||
@Param(description = "State of the ip address. Can be: Allocatin, Allocated and Releasing")
|
||||
@Param(description = "State of the ip address. Can be: Allocating, Allocated, Releasing and Free")
|
||||
private String state;
|
||||
|
||||
public void setRegionId(Integer regionId) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue