Package com.cloudera.cdp.dw.model
Class AutoscalingOptionsCreateRequest
- java.lang.Object
-
- com.cloudera.cdp.dw.model.AutoscalingOptionsCreateRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2022-08-03T22:29:41.325-07:00") public class AutoscalingOptionsCreateRequest extends Object
Auto-scaling configuration for a Virtual Warehouse.
-
-
Constructor Summary
Constructors Constructor Description AutoscalingOptionsCreateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getMaxClusters()
Getter for maxClusters.Integer
getMinClusters()
Getter for minClusters.int
hashCode()
void
setMaxClusters(Integer maxClusters)
Setter for maxClusters.void
setMinClusters(Integer minClusters)
Setter for minClusters.String
toString()
-
-
-
Method Detail
-
getMinClusters
public Integer getMinClusters()
Getter for minClusters. Minimum number of available compute groups.
-
setMinClusters
public void setMinClusters(Integer minClusters)
Setter for minClusters. Minimum number of available compute groups.
-
getMaxClusters
public Integer getMaxClusters()
Getter for maxClusters. Maximum number of available compute groups.
-
setMaxClusters
public void setMaxClusters(Integer maxClusters)
Setter for maxClusters. Maximum number of available compute groups.
-
-