mirror of https://github.com/apache/cloudstack.git
Bug 13809 - Unable to execute API command deletestoragenetworkiprange due to invalid value. Object dc_storage_network_ip_range(uuid: undefined) does not exist.
status 13809: resolved fixed reviewed-by: Sheng Yang
This commit is contained in:
parent
a1fa313902
commit
65351fd1ce
|
|
@ -33,7 +33,7 @@ public class StorageNetworkIpRangeResponse extends BaseResponse {
|
|||
@SerializedName(ApiConstants.NETMASK) @Param(description="the netmask of the storage network IP range")
|
||||
private String netmask;
|
||||
|
||||
public void setUuid(String uuId) {
|
||||
public void setUuid(String uuid) {
|
||||
this.uuid = uuid;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue