Class AutoScaleSettings


  • public class AutoScaleSettings
    extends Object
    AutoScale settings for the pool.
    • Constructor Detail

      • AutoScaleSettings

        public AutoScaleSettings()
    • Method Detail

      • formula

        public String formula()
        Get the formula value.
        Returns:
        the formula value
      • withFormula

        public AutoScaleSettings withFormula​(String formula)
        Set the formula value.
        Parameters:
        formula - the formula value to set
        Returns:
        the AutoScaleSettings object itself.
      • evaluationInterval

        public org.joda.time.Period evaluationInterval()
        Get the evaluationInterval value.
        Returns:
        the evaluationInterval value
      • withEvaluationInterval

        public AutoScaleSettings withEvaluationInterval​(org.joda.time.Period evaluationInterval)
        Set the evaluationInterval value.
        Parameters:
        evaluationInterval - the evaluationInterval value to set
        Returns:
        the AutoScaleSettings object itself.