mirror of https://github.com/apache/cloudstack.git
include account name and domain id in the globalloadbalancerrule
response object
This commit is contained in:
parent
ff4b55fff8
commit
774fd505c7
|
|
@ -774,6 +774,7 @@ public class ApiResponseHelper implements ResponseGenerator {
|
|||
response.setDescription(globalLoadBalancerRule.getDescription());
|
||||
response.setRegionIdId(globalLoadBalancerRule.getRegion());
|
||||
response.setId(globalLoadBalancerRule.getUuid());
|
||||
populateOwner(response, globalLoadBalancerRule);
|
||||
response.setObjectName("globalloadbalancer");
|
||||
return response;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue