mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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;
|
private String networkId;
|
||||||
|
|
||||||
@SerializedName(ApiConstants.STATE)
|
@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;
|
private String state;
|
||||||
|
|
||||||
@SerializedName(ApiConstants.PHYSICAL_NETWORK_ID)
|
@SerializedName(ApiConstants.PHYSICAL_NETWORK_ID)
|
||||||
|
|||||||
@ -124,7 +124,7 @@ public class IPAddressResponse extends BaseResponseWithAnnotations implements Co
|
|||||||
private String networkId;
|
private String networkId;
|
||||||
|
|
||||||
@SerializedName(ApiConstants.STATE)
|
@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;
|
private String state;
|
||||||
|
|
||||||
@SerializedName(ApiConstants.PHYSICAL_NETWORK_ID)
|
@SerializedName(ApiConstants.PHYSICAL_NETWORK_ID)
|
||||||
|
|||||||
@ -68,7 +68,7 @@ public class PortableIpResponse extends BaseResponse {
|
|||||||
private Date allocated;
|
private Date allocated;
|
||||||
|
|
||||||
@SerializedName(ApiConstants.STATE)
|
@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;
|
private String state;
|
||||||
|
|
||||||
public void setRegionId(Integer regionId) {
|
public void setRegionId(Integer regionId) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user