Class UpdateAutoScaleRulesRequest

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

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

    • UpdateAutoScaleRulesRequest

      public UpdateAutoScaleRulesRequest()
  • 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. true to enable Autoscaling, false to disable AutoScaling. If not specified, the existing value is used.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Setter for enabled. true to enable Autoscaling, false to disable AutoScaling. If not specified, the existing value is used.
    • 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
    • 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