sureshanaparti commented on code in PR #10458:
URL: https://github.com/apache/cloudstack/pull/10458#discussion_r2222694934
##########
api/src/main/java/org/apache/cloudstack/api/response/VlanIpRangeResponse.java:
##########
@@ -127,9 +127,9 @@ public class VlanIpRangeResponse extends BaseResponse
implements ControlledEntit
@Param(description = "indicates whether VLAN IP range is dedicated to
system vms or not")
private Boolean forSystemVms;
- @SerializedName(ApiConstants.FOR_NSX)
- @Param(description = "indicates whether IP range is dedicated to NSX
resources or not")
- private Boolean forNsx;
+ @SerializedName(ApiConstants.PROVIDER)
+ @Param(description = "indicates whether IP range is dedicated to NSX
resources or not", since = "4.20.0")
Review Comment:
```suggestion
@Param(description = "indicates whether IP range is dedicated to
external network provider or not", 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]