GaOrtiga commented on code in PR #13288:
URL: https://github.com/apache/cloudstack/pull/13288#discussion_r3335098447


##########
api/src/main/java/org/apache/cloudstack/api/response/DomainResponse.java:
##########
@@ -105,6 +105,18 @@ public class DomainResponse extends 
BaseResponseWithAnnotations implements Resou
     @SerializedName("snapshotavailable") @Param(description = "The total 
number of Snapshots available for this domain")
     private String snapshotAvailable;
 
+    @SerializedName(ApiConstants.VM_SNAPSHOT_LIMIT)
+    @Param(description = "the number of Instance snapshots that can be stored 
by this account")
+    private String vmSnapshotLimit;
+
+    @SerializedName(ApiConstants.VM_SNAPSHOT_TOTAL)
+    @Param(description = "the number of Instance snapshots stored by this 
account")

Review Comment:
   ```suggestion
       @Param(description = "the number of Instance snapshots stored by this 
domain")
   ```



##########
api/src/main/java/org/apache/cloudstack/api/response/DomainResponse.java:
##########
@@ -105,6 +105,18 @@ public class DomainResponse extends 
BaseResponseWithAnnotations implements Resou
     @SerializedName("snapshotavailable") @Param(description = "The total 
number of Snapshots available for this domain")
     private String snapshotAvailable;
 
+    @SerializedName(ApiConstants.VM_SNAPSHOT_LIMIT)
+    @Param(description = "the number of Instance snapshots that can be stored 
by this account")
+    private String vmSnapshotLimit;
+
+    @SerializedName(ApiConstants.VM_SNAPSHOT_TOTAL)
+    @Param(description = "the number of Instance snapshots stored by this 
account")
+    private Long vmSnapshotTotal;
+
+    @SerializedName(ApiConstants.VM_SNAPSHOT_AVAILABLE)
+    @Param(description = "the number of Instance snapshots available for this 
account")

Review Comment:
   ```suggestion
       @Param(description = "the number of Instance snapshots available for 
this domain")
   ```



##########
api/src/main/java/org/apache/cloudstack/api/response/DomainResponse.java:
##########
@@ -105,6 +105,18 @@ public class DomainResponse extends 
BaseResponseWithAnnotations implements Resou
     @SerializedName("snapshotavailable") @Param(description = "The total 
number of Snapshots available for this domain")
     private String snapshotAvailable;
 
+    @SerializedName(ApiConstants.VM_SNAPSHOT_LIMIT)
+    @Param(description = "the number of Instance snapshots that can be stored 
by this account")

Review Comment:
   ```suggestion
       @Param(description = "the number of Instance snapshots that can be 
stored by this domain")
   ```



-- 
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