sureshanaparti commented on code in PR #10560:
URL: https://github.com/apache/cloudstack/pull/10560#discussion_r2053538767


##########
api/src/main/java/org/apache/cloudstack/api/response/ServiceOfferingResponse.java:
##########
@@ -238,6 +238,14 @@ public class ServiceOfferingResponse extends 
BaseResponseWithAnnotations {
     @Param(description = "Whether to cleanup VM and its associated resource 
upon expunge", since = "4.20")
     private Boolean purgeResources;
 
+    @SerializedName(ApiConstants.INSTANCE_LEASE_DURATION)
+    @Param(description = "Instance lease duration for service offering", since 
= "4.21.0")

Review Comment:
   ```suggestion
       @Param(description = "Instance lease duration (in days) for service 
offering", 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]

Reply via email to