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 @@ -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" )
You can’t perform that action at this time.
0 commit comments