mirror of https://github.com/apache/cloudstack.git
region id is not Long, its integer changing the regionId parameter in
ListGlobalLoadBalancerRuleCmd.java
This commit is contained in:
parent
120d834186
commit
ef2983cc12
|
|
@ -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;
|
||||
|
||||
// ///////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue