Package com.cloudera.cdp.datahub.model
Class AutoScaleLoadRequestConfiguration
java.lang.Object
com.cloudera.cdp.datahub.model.AutoScaleLoadRequestConfiguration
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class AutoScaleLoadRequestConfiguration
extends Object
Configuration for load based scaling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for coolDownMinutes.Getter for maxResourceValue.Getter for minResourceValue.inthashCode()voidsetCoolDownMinutes(Integer coolDownMinutes) Setter for coolDownMinutes.voidsetMaxResourceValue(Integer maxResourceValue) Setter for maxResourceValue.voidsetMinResourceValue(Integer minResourceValue) Setter for minResourceValue.toString()
-
Constructor Details
-
AutoScaleLoadRequestConfiguration
public AutoScaleLoadRequestConfiguration()
-
-
Method Details
-
getMinResourceValue
Getter for minResourceValue. The lower bound for the resource -
setMinResourceValue
Setter for minResourceValue. The lower bound for the resource -
getMaxResourceValue
Getter for maxResourceValue. The upper bound for the resource -
setMaxResourceValue
Setter for maxResourceValue. The upper bound for the resource -
getCoolDownMinutes
Getter for coolDownMinutes. Minimum time, in minutes, between autoscale activity -
setCoolDownMinutes
Setter for coolDownMinutes. Minimum time, in minutes, between autoscale activity -
equals
-
hashCode
public int hashCode() -
toString
-