sureshanaparti commented on a change in pull request #5008:
URL: https://github.com/apache/cloudstack/pull/5008#discussion_r685784668
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/ServiceOfferingResponse.java
##########
@@ -208,6 +208,22 @@
@Param(description = "true if virtual machine needs to be dynamically
scalable of cpu or memory", since = "4.16")
private Boolean dynamicScalingEnabled;
+ @SerializedName(ApiConstants.DISK_OFFERING_STRICTNESS)
+ @Param(description = "True/False to indicate the strictness of the disk
offering association with the compute offering. When set to true, override of
disk offering is not allowed when VM is deployed and change disk offering is
not allowed for the ROOT disk after the VM is deployed", since = "4.16")
+ private Boolean diskOfferingStrictness;
+
+ @SerializedName(ApiConstants.DISK_OFFERING_ID)
+ @Param(description = "the ID of the disk offering to which service
offering is linked", since = "4.16")
+ private String diskOfferingId;
+
Review comment:
check if _since_ attribute is relevant for the below params
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]