Class CreateAutoScaleRulesRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class CreateAutoScaleRulesRequest
    extends Object
    Autoscale configuration request
    • Constructor Detail

      • CreateAutoScaleRulesRequest

        public CreateAutoScaleRulesRequest()
    • Method Detail

      • getClusterName

        public String getClusterName()
        Getter for clusterName. The name or CRN of the cluster.
      • setClusterName

        public void setClusterName​(String clusterName)
        Setter for clusterName. The name or CRN of the cluster.
      • getAutoScalePolicies

        public List<AutoScalePolicyRequest> getAutoScalePolicies()
        Getter for autoScalePolicies. The actual scaling policies for the cluster
      • setAutoScalePolicies

        public void setAutoScalePolicies​(List<AutoScalePolicyRequest> autoScalePolicies)
        Setter for autoScalePolicies. The actual scaling policies for the cluster
      • getEnabled

        public Boolean getEnabled()
        Getter for enabled. true (default) to enable Autoscaling, false to disable AutoScaling.
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Setter for enabled. true (default) to enable Autoscaling, false to disable AutoScaling.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object