region id is not Long, its integer changing the regionId parameter in

ListGlobalLoadBalancerRuleCmd.java
This commit is contained in:
Murali Reddy 2013-04-09 19:23:13 +05:30
parent 120d834186
commit ef2983cc12
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class ListGlobalLoadBalancerRuleCmd extends BaseListTaggedResourcesCmd {
@Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = GlobalLoadBalancerResponse.class, description = "the ID of the global load balancer rule")
private Long id;
@Parameter(name = ApiConstants.REGION_ID, type = CommandType.UUID, entityType = RegionResponse.class, description = "region ID")
@Parameter(name = ApiConstants.REGION_ID, type = CommandType.INTEGER, entityType = RegionResponse.class, description = "region ID")
private Integer regionId;
// ///////////////////////////////////////////////////