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/UserVmResponse.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,11 +166,11 @@ public class UserVmResponse extends BaseResponseWithTagInformation implements Co
166
166
privateStringserviceOfferingName;
167
167
168
168
@SerializedName(ApiConstants.DISK_OFFERING_ID)
169
-
@Param(description = "the ID of the disk offering of the virtual machine", since = "4.4")
169
+
@Param(description = "the ID of the disk offering of the virtual machine. This parameter should not be used for retrieving disk offering details of DATA volumes. Use listVolumes API instead", since = "4.4")
170
170
privateStringdiskOfferingId;
171
171
172
172
@SerializedName("diskofferingname")
173
-
@Param(description = "the name of the disk offering of the virtual machine", since = "4.4")
173
+
@Param(description = "the name of the disk offering of the virtual machine. This parameter should not be used for retrieving disk offering details of DATA volumes. Use listVolumes API instead", since = "4.4")
Copy file name to clipboardExpand all lines: plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterUpgradeWorker.java
0 commit comments