Package com.cloudera.cdp.datahub.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for autoScalePolicies.Getter for clusterName.Getter for enabled.int
hashCode()
void
setAutoScalePolicies
(List<AutoScalePolicyRequest> autoScalePolicies) Setter for autoScalePolicies.void
setClusterName
(String clusterName) Setter for clusterName.void
setEnabled
(Boolean enabled) Setter for enabled.toString()
-
Constructor Details
-
UpdateAutoScaleRulesRequest
public UpdateAutoScaleRulesRequest()
-
-
Method Details
-
getClusterName
Getter for clusterName. The name or CRN of the cluster. -
setClusterName
Setter for clusterName. The name or CRN of the cluster. -
getEnabled
Getter for enabled. true to enable Autoscaling, false to disable AutoScaling. If not specified, the existing value is used. -
setEnabled
Setter for enabled. true to enable Autoscaling, false to disable AutoScaling. If not specified, the existing value is used. -
getAutoScalePolicies
Getter for autoScalePolicies. The actual scaling policies for the cluster -
setAutoScalePolicies
Setter for autoScalePolicies. The actual scaling policies for the cluster -
equals
-
hashCode
public int hashCode() -
toString
-