CS-14684 - ec2-describe-instances - Not able to use ip-address filter to list an instance with the provided ip-address.

Changes:
- awsapi was using a wrong name for the public ip field in response, so the ip address was not getting parsed out of the json response.
This commit is contained in:
prachi 2012-05-10 16:49:33 -07:00
parent a491a6ee35
commit ba4f35add6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class CloudStackUserVm {
private String hostName;
@SerializedName(ApiConstants.HYPERVISOR)
private String hypervisor;
@SerializedName(ApiConstants.IP_ADDRESS)
@SerializedName(ApiConstants.PUBLIC_IP)
private String ipAddress;
@SerializedName(ApiConstants.ISO_DISPLAY_TEXT)
private String isoDisplayText;