You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,10 @@ public class CapabilitiesResponse extends BaseResponse {
73
73
@Param(description = "True if Snapshot is supported for KVM host, false otherwise")
74
74
privatebooleankvmSnapshotEnabled;
75
75
76
+
@SerializedName("snapshotshowchainsize")
77
+
@Param(description = "True to show the parent and chain size (sum of physical size of snapshot and all its parents) for incremental snapshots", since = "4.22.1")
78
+
privatebooleansnapshotShowChainSize;
79
+
76
80
@SerializedName("apilimitmax")
77
81
@Param(description = "Max allowed number of api requests within the specified interval")
78
82
privateIntegerapiLimitMax;
@@ -197,6 +201,10 @@ public void setKVMSnapshotEnabled(boolean kvmSnapshotEnabled) {
0 commit comments