Skip to content

Commit 90f06f6

Browse files
authored
Rename VM snapshot constants to instance snapshot
1 parent 626d41f commit 90f06f6

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
@@ -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

0 commit comments

Comments
 (0)