Class AutoScaleLoadResponseConfiguration

java.lang.Object
com.cloudera.cdp.datahub.model.AutoScaleLoadResponseConfiguration

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class AutoScaleLoadResponseConfiguration extends Object
Configuration for load based scaling
  • Constructor Details

    • AutoScaleLoadResponseConfiguration

      public AutoScaleLoadResponseConfiguration()
  • Method Details

    • getMinResourceValue

      public Integer getMinResourceValue()
      Getter for minResourceValue. The lower bound for the resource
    • setMinResourceValue

      public void setMinResourceValue(Integer minResourceValue)
      Setter for minResourceValue. The lower bound for the resource
    • getMaxResourceValue

      public Integer getMaxResourceValue()
      Getter for maxResourceValue. The upper bound for the resource
    • setMaxResourceValue

      public void setMaxResourceValue(Integer maxResourceValue)
      Setter for maxResourceValue. The upper bound for the resource
    • getCoolDownMinutes

      public Integer getCoolDownMinutes()
      Getter for coolDownMinutes. Minimum time, in minutes, between autoscale activity
    • setCoolDownMinutes

      public void setCoolDownMinutes(Integer coolDownMinutes)
      Setter for coolDownMinutes. Minimum time, in minutes, between autoscale activity
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object