vishesh92 commented on code in PR #8756: URL: https://github.com/apache/cloudstack/pull/8756#discussion_r1815997062
########## api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java: ########## @@ -208,14 +208,6 @@ public class NetworkResponse extends BaseResponseWithAssociatedNetwork implement @Param(description = "Name of the VPC to which this network belongs", since = "4.15") private String vpcName; - @SerializedName(ApiConstants.ASSOCIATED_NETWORK_ID) - @Param(description = "the ID of the Network associated with this network") - private String associatedNetworkId; Review Comment: Part of BaseResponseWithAssociatedNetwork -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org