File tree Expand file tree Collapse file tree
api/src/main/java/org/apache/cloudstack/api/response Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,11 +193,11 @@ public class ProjectResponse extends BaseResponse implements ResourceLimitAndCou
193193 private String vmSnapshotLimit ;
194194
195195 @ SerializedName (ApiConstants .VM_SNAPSHOT_TOTAL )
196- @ Param (description = "the number of VM snapshots stored by this project" )
196+ @ Param (description = "the number of instance snapshots stored by this project" )
197197 private Long vmSnapshotTotal ;
198198
199199 @ SerializedName (ApiConstants .VM_SNAPSHOT_AVAILABLE )
200- @ Param (description = "the number of VM snapshots available for this project" )
200+ @ Param (description = "the number of Instance snapshots available for this project" )
201201 private String vmSnapshotAvailable ;
202202
203203 @ SerializedName ("templatelimit" )
You can’t perform that action at this time.
0 commit comments