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 @@ -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 Instance snapshots that can be stored by this account " )
109+ @ Param (description = "the number of Instance snapshots that can be stored by this domain " )
110110 private String vmSnapshotLimit ;
111111
112112 @ SerializedName (ApiConstants .VM_SNAPSHOT_TOTAL )
113- @ Param (description = "the number of Instance snapshots stored by this account " )
113+ @ Param (description = "the number of Instance snapshots stored by this domain " )
114114 private Long vmSnapshotTotal ;
115115
116116 @ SerializedName (ApiConstants .VM_SNAPSHOT_AVAILABLE )
117- @ Param (description = "the number of Instance snapshots available for this account " )
117+ @ Param (description = "the number of Instance snapshots available for this domain " )
118118 private String vmSnapshotAvailable ;
119119
120120 @ SerializedName ("templatelimit" ) @ Param (description = "The total number of Templates which can be created by this domain" )
You can’t perform that action at this time.
0 commit comments