sureshanaparti commented on code in PR #10458: URL: https://github.com/apache/cloudstack/pull/10458#discussion_r2224884669
########## api/src/main/java/org/apache/cloudstack/api/response/IPAddressResponse.java: ########## @@ -332,4 +336,6 @@ public void setHasRules(final boolean hasRules) { public void setForSystemVms(boolean forSystemVms) { this.forSystemVms = forSystemVms; } + + public void setForProvider(boolean forProvider) { this.forProvider = forProvider; } Review Comment: ```suggestion public void setForProvider(boolean forProvider) { this.forProvider = forProvider; } ``` -- 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