sudo87 commented on code in PR #10560:
URL: https://github.com/apache/cloudstack/pull/10560#discussion_r2015822455
##########
api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java:
##########
@@ -136,6 +136,10 @@ public class CapabilitiesResponse extends BaseResponse {
@Param(description = "the min Ram size for the service offering used by
the shared filesystem instance", since = "4.20.0")
private Integer sharedFsVmMinRamSize;
+ @SerializedName(ApiConstants.INSTANCE_LEASE_ENABLED)
+ @Param(description = "true if instance lease feature is enabled", since =
"4.21.0")
+ private Boolean instanceLeaseEnabled;
Review Comment:
Only admin can access listConfiguration API, this helps to decide when to
enable UI components for other users.
--
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]