sureshanaparti commented on code in PR #9633:
URL: https://github.com/apache/cloudstack/pull/9633#discussion_r1744808979
##########
api/src/main/java/org/apache/cloudstack/api/response/UserVmResponse.java:
##########
@@ -320,6 +320,10 @@ public class UserVmResponse extends
BaseResponseWithTagInformation implements Co
@Param(description = "true if vm contains XS/VMWare tools inorder to
support dynamic scaling of VM cpu/memory.")
private Boolean isDynamicallyScalable;
+ @SerializedName(ApiConstants.DELETE_PROTECTION)
+ @Param(description = "true if vm has delete protection.")
Review Comment:
```suggestion
@Param(description = "true if vm has delete protection.", since =
"4.20.0")
```
add since if this is targeted for 4.20
--
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]