sureshanaparti commented on a change in pull request #4643: URL: https://github.com/apache/cloudstack/pull/4643#discussion_r569200750
########## File path: api/src/main/java/org/apache/cloudstack/api/response/ServiceOfferingResponse.java ########## @@ -475,4 +478,12 @@ public void setVsphereStoragePolicy(String vsphereStoragePolicy) { public void setRootDiskSize(Long rootDiskSize) { this.rootDiskSize = rootDiskSize; } + + public Boolean getDynamicscalingenabled() { + return dynamicscalingenabled; + } + + public void setDynamicscalingenabled(Boolean dynamicscalingenabled) { Review comment: ```suggestion public void setDynamicScalingEnabled(Boolean dynamicscalingenabled) { ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org