You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/11/20 05:21:40 UTC

[GitHub] [cloudstack] davidjumani commented on a change in pull request #4483: Display VPC name to which the network belongs to

davidjumani commented on a change in pull request #4483:
URL: https://github.com/apache/cloudstack/pull/4483#discussion_r527403953



##########
File path: api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java
##########
@@ -190,6 +190,10 @@
     @Param(description = "VPC the network belongs to")
     private String vpcId;
 
+    @SerializedName(ApiConstants.VPC_NAME)
+    @Param(description = "VPC name of the network", since = "4.15")

Review comment:
       ```suggestion
       @Param(description = "Name of the VPC to which this network belongs", since = "4.15")
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org