sureshanaparti commented on code in PR #10458: URL: https://github.com/apache/cloudstack/pull/10458#discussion_r2224874232
########## api/src/main/java/com/cloud/network/element/VpcProvider.java: ########## @@ -55,4 +55,6 @@ boolean implementVpc(Vpc vpc, DeployDestination dest, ReservationContext context boolean applyACLItemsToPrivateGw(PrivateGateway gateway, List<? extends NetworkACLItem> rules) throws ResourceUnavailableException; boolean updateVpcSourceNatIp(Vpc vpc, IpAddress address); + + default boolean updateVpc(Vpc vpc, String previousVpcName) { return true; } Review Comment: ```suggestion default boolean updateVpc(Vpc vpc, String previousVpcName) { return true; } ``` -- 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