Package com.cloudera.cdp.datahub.model
Class AutoScaleLoadResponseConfiguration
java.lang.Object
com.cloudera.cdp.datahub.model.AutoScaleLoadResponseConfiguration
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class AutoScaleLoadResponseConfiguration
extends Object
Configuration for load based scaling
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for coolDownMinutes.Getter for maxResourceValue.Getter for minResourceValue.int
hashCode()
void
setCoolDownMinutes
(Integer coolDownMinutes) Setter for coolDownMinutes.void
setMaxResourceValue
(Integer maxResourceValue) Setter for maxResourceValue.void
setMinResourceValue
(Integer minResourceValue) Setter for minResourceValue.toString()
-
Constructor Details
-
AutoScaleLoadResponseConfiguration
public AutoScaleLoadResponseConfiguration()
-
-
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
-