sureshanaparti commented on code in PR #10458:
URL: https://github.com/apache/cloudstack/pull/10458#discussion_r2222687265
##########
api/src/main/java/org/apache/cloudstack/api/response/IPAddressResponse.java:
##########
@@ -175,6 +175,10 @@ public class IPAddressResponse extends
BaseResponseWithAnnotations implements Co
@Param(description="true if range is dedicated for System VMs")
private boolean forSystemVms;
+ @SerializedName(ApiConstants.FOR_PROVIDER)
+ @Param(description="true if range is dedicated for external network
providers")
Review Comment:
```suggestion
@Param(description="true if range is dedicated for external network
providers", since = "4.21.0")
```
--
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]