madhukar93 commented on code in PR #8151:
URL: https://github.com/apache/cloudstack/pull/8151#discussion_r1374211092


##########
server/src/main/java/com/cloud/api/ApiResponseHelper.java:
##########
@@ -3082,6 +3082,7 @@ public TrafficTypeResponse 
createTrafficTypeResponse(PhysicalNetworkTrafficType
         PhysicalNetwork pnet = 
ApiDBUtils.findPhysicalNetworkById(result.getPhysicalNetworkId());
         if (pnet != null) {
             response.setPhysicalNetworkId(pnet.getUuid());
+            response.setIsolationMethods(pnet.getIsolationMethods());

Review Comment:
   `cmk` is able to display the array, I've put the output in the PR 
description if you want to take a look. I will check the serialization via a 
marvin test as well.
   
   edit: the serialization was working, but I have now converted the response 
to csv string.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to