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 @@ -189,15 +189,16 @@ public class ProjectResponse extends BaseResponse implements ResourceLimitAndCou
189189 private String snapshotAvailable ;
190190
191191 @ SerializedName (ApiConstants .VM_SNAPSHOT_LIMIT )
192- @ Param (description = "the number of VM snapshots that can be stored by this account" )
192+ @ SerializedName (ApiConstants .VM_SNAPSHOT_LIMIT )
193+ @ Param (description = "the number of VM snapshots that can be stored by this project" )
193194 private String vmSnapshotLimit ;
194195
195196 @ SerializedName (ApiConstants .VM_SNAPSHOT_TOTAL )
196- @ Param (description = "the number of VM snapshots stored by this account " )
197+ @ Param (description = "the number of VM snapshots stored by this project " )
197198 private Long vmSnapshotTotal ;
198199
199200 @ SerializedName (ApiConstants .VM_SNAPSHOT_AVAILABLE )
200- @ Param (description = "the number of VM snapshots available for this account " )
201+ @ Param (description = "the number of VM snapshots available for this project " )
201202 private String vmSnapshotAvailable ;
202203
203204 @ SerializedName ("templatelimit" )
You can’t perform that action at this time.
0 commit comments