Class AutoScaleRulesResponse


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

      • AutoScaleRulesResponse

        public AutoScaleRulesResponse()
    • 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.
      • getEnabled

        public Boolean getEnabled()
        Getter for enabled. Whether autoscaling is enabled or not for the cluster
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Setter for enabled. Whether autoscaling is enabled or not for the cluster
      • getAutoScalePolicies

        public List<AutoScalePolicyResponse> getAutoScalePolicies()
        Getter for autoScalePolicies. The actual scaling policy(ies) for the cluster
      • setAutoScalePolicies

        public void setAutoScalePolicies​(List<AutoScalePolicyResponse> autoScalePolicies)
        Setter for autoScalePolicies. The actual scaling policy(ies) for the cluster
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object