Skip to content

Commit e26e79e

Browse files
authored
Update VM snapshot descriptions to use 'Instance'
1 parent cd04558 commit e26e79e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ public class DomainResponse extends BaseResponseWithAnnotations implements Resou
106106
private String snapshotAvailable;
107107

108108
@SerializedName(ApiConstants.VM_SNAPSHOT_LIMIT)
109-
@Param(description = "the number of VM snapshots that can be stored by this account")
109+
@Param(description = "the number of Instance snapshots that can be stored by this account")
110110
private String vmSnapshotLimit;
111111

112112
@SerializedName(ApiConstants.VM_SNAPSHOT_TOTAL)
113-
@Param(description = "the number of VM snapshots stored by this account")
113+
@Param(description = "the number of Instance snapshots stored by this account")
114114
private Long vmSnapshotTotal;
115115

116116
@SerializedName(ApiConstants.VM_SNAPSHOT_AVAILABLE)
117-
@Param(description = "the number of VM snapshots available for this account")
117+
@Param(description = "the number of Instance snapshots available for this account")
118118
private String vmSnapshotAvailable;
119119

120120
@SerializedName("templatelimit") @Param(description = "The total number of Templates which can be created by this domain")

0 commit comments

Comments
 (0)