Class AutoScaleRulesResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class AutoScaleRulesResponse extends CdpResponse
Autoscale configuration
  • Constructor Details

    • AutoScaleRulesResponse

      public AutoScaleRulesResponse()
  • Method Details

    • 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
    • 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