Skip to content

Commit bf07a0b

Browse files
Add since to Cross zone instance creation in BackupOfferingResponse.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 273920b commit bf07a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class BackupOfferingResponse extends BaseResponse {
6262
private String zoneName;
6363

6464
@SerializedName(ApiConstants.CROSS_ZONE_INSTANCE_CREATION)
65-
@Param(description = "the backups with this offering can be used to create Instances on all Zones")
65+
@Param(description = "the backups with this offering can be used to create Instances on all Zones", since = "4.22.0")
6666
private Boolean crossZoneInstanceCreation;
6767

6868
@SerializedName(ApiConstants.CREATED)

0 commit comments

Comments
 (0)