Package com.cloudera.cdp.ml.model
Class Autoscaling
java.lang.Object
com.cloudera.cdp.ml.model.Autoscaling
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class Autoscaling
extends Object
Configuration for instance auto scaling.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for enabled.Getter for maxInstances.Getter for minInstances.int
hashCode()
void
setEnabled
(Boolean enabled) Setter for enabled.void
setMaxInstances
(Integer maxInstances) Setter for maxInstances.void
setMinInstances
(Integer minInstances) Setter for minInstances.toString()
-
Constructor Details
-
Autoscaling
public Autoscaling()
-
-
Method Details
-
getMinInstances
Getter for minInstances. The minimum number of instance for auto scaling. -
setMinInstances
Setter for minInstances. The minimum number of instance for auto scaling. -
getMaxInstances
Getter for maxInstances. The maximum number of instance for auto scaling. -
setMaxInstances
Setter for maxInstances. The maximum number of instance for auto scaling. -
getEnabled
Getter for enabled. The boolean flag to enable the auto scaling. -
setEnabled
Setter for enabled. The boolean flag to enable the auto scaling. -
equals
-
hashCode
public int hashCode() -
toString
-