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 @@ -127,15 +127,15 @@ public class AccountResponse extends BaseResponse implements ResourceLimitAndCou
127127 @ Param (description = "The total number of Snapshots available for this Account" )
128128 private String snapshotAvailable ;
129129
130- @ SerializedName (ApiConstants .VM_SNAPSHOT_LIMIT )
130+ @ SerializedName (ApiConstants .INSTANCE_SNAPSHOT_LIMIT )
131131 @ Param (description = "The total number of Instance Snapshots that this Account can own" )
132132 private String vmSnapshotLimit ;
133133
134- @ SerializedName (ApiConstants .VM_SNAPSHOT_TOTAL )
134+ @ SerializedName (ApiConstants .INSTANCE_SNAPSHOT_TOTAL )
135135 @ Param (description = "The number of Instance Snapshots owned by this Account" )
136136 private Long vmSnapshotTotal ;
137137
138- @ SerializedName (ApiConstants .VM_SNAPSHOT_AVAILABLE )
138+ @ SerializedName (ApiConstants .INSTANCE_SNAPSHOT_AVAILABLE )
139139 @ Param (description = "The number of Instance Snapshots available for this Account" )
140140 private String vmSnapshotAvailable ;
141141
You can’t perform that action at this time.
0 commit comments