Class Autoscaling


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class Autoscaling
    extends Object
    Configuration for instance auto scaling.
    • Constructor Detail

      • Autoscaling

        public Autoscaling()
    • Method Detail

      • getMinInstances

        public Integer getMinInstances()
        Getter for minInstances. The minimum number of instance for auto scaling.
      • setMinInstances

        public void setMinInstances​(Integer minInstances)
        Setter for minInstances. The minimum number of instance for auto scaling.
      • getMaxInstances

        public Integer getMaxInstances()
        Getter for maxInstances. The maximum number of instance for auto scaling.
      • setMaxInstances

        public void setMaxInstances​(Integer maxInstances)
        Setter for maxInstances. The maximum number of instance for auto scaling.
      • getEnabled

        public Boolean getEnabled()
        Getter for enabled. The boolean flag to enable the auto scaling.
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Setter for enabled. The boolean flag to enable the auto scaling.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object