Skip to content

Commit ce2b8a8

Browse files
Update api/src/main/java/org/apache/cloudstack/api/response/AccountResponse.java
Co-authored-by: Fabricio Duarte <fabricio.duarte.jr@gmail.com>
1 parent d16b0db commit ce2b8a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ public class AccountResponse extends BaseResponse implements ResourceLimitAndCou
128128
private String snapshotAvailable;
129129

130130
@SerializedName(ApiConstants.VM_SNAPSHOT_LIMIT)
131-
@Param(description = "the number of VM snapshots that can be stored by this account")
131+
@Param(description = "the number of Instance Snapshots that can be stored by this Account")
132132
private String vmSnapshotLimit;
133133

134134
@SerializedName(ApiConstants.VM_SNAPSHOT_TOTAL)
135-
@Param(description = "the number of VM snapshots stored by this account")
135+
@Param(description = "the number of Instance Snapshots stored by this Account")
136136
private Long vmSnapshotTotal;
137137

138138
@SerializedName(ApiConstants.VM_SNAPSHOT_AVAILABLE)
139-
@Param(description = "the number of VM snapshots available for this account")
139+
@Param(description = "the number of Instance Snapshots available for this Account")
140140
private String vmSnapshotAvailable;
141141

142142
@SerializedName("templatelimit")

0 commit comments

Comments
 (0)