You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/02/03 07:57:12 UTC

[GitHub] [cloudstack] sureshanaparti commented on a change in pull request #4643: VM dynamic scaling option granularity

sureshanaparti commented on a change in pull request #4643:
URL: https://github.com/apache/cloudstack/pull/4643#discussion_r569198673



##########
File path: api/src/main/java/org/apache/cloudstack/api/ApiConstants.java
##########
@@ -831,6 +831,7 @@
     public static final String CROSS_ZONES = "crossZones";
     public static final String TEMPLATETYPE = "templatetype";
     public static final String SOURCETEMPLATEID = "sourcetemplateid";
+    public static final String DynamicScalingEnabled = "dynamicscalingenabled";

Review comment:
       ```suggestion
       public static final String DYNAMIC_SCALING_ENABLED = "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:
users@infra.apache.org