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="2023-09-14T10:47:16.679-07:00") public class AutoScaleLoadResponseConfiguration extends Object
Configuration for load based scaling
-
-
Constructor Summary
Constructors Constructor Description AutoScaleLoadResponseConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getCoolDownMinutes()
Getter for coolDownMinutes.Integer
getMaxResourceValue()
Getter for maxResourceValue.Integer
getMinResourceValue()
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.String
toString()
-
-
-
Method Detail
-
getMinResourceValue
public Integer getMinResourceValue()
Getter for minResourceValue. The lower bound for the resource
-
setMinResourceValue
public void setMinResourceValue(Integer minResourceValue)
Setter for minResourceValue. The lower bound for the resource
-
getMaxResourceValue
public Integer getMaxResourceValue()
Getter for maxResourceValue. The upper bound for the resource
-
setMaxResourceValue
public void setMaxResourceValue(Integer maxResourceValue)
Setter for maxResourceValue. The upper bound for the resource
-
getCoolDownMinutes
public Integer getCoolDownMinutes()
Getter for coolDownMinutes. Minimum time, in minutes, between autoscale activity
-
setCoolDownMinutes
public void setCoolDownMinutes(Integer coolDownMinutes)
Setter for coolDownMinutes. Minimum time, in minutes, between autoscale activity
-
-