Skip to content

Commit 2275a30

Browse files
authored
Update snapshot terminology in ProjectResponse
1 parent e26e79e commit 2275a30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/response/ProjectResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)