public class ScaleSettings extends Object
| Constructor and Description |
|---|
ScaleSettings() |
| Modifier and Type | Method and Description |
|---|---|
AutoScaleSettings |
autoScale()
Get auto-scale settings for the cluster.
|
ManualScaleSettings |
manual()
Get manual scale settings for the cluster.
|
ScaleSettings |
withAutoScale(AutoScaleSettings autoScale)
Set auto-scale settings for the cluster.
|
ScaleSettings |
withManual(ManualScaleSettings manual)
Set manual scale settings for the cluster.
|
public ManualScaleSettings manual()
public ScaleSettings withManual(ManualScaleSettings manual)
manual - the manual value to setpublic AutoScaleSettings autoScale()
public ScaleSettings withAutoScale(AutoScaleSettings autoScale)
autoScale - the autoScale value to setCopyright © 2019. All rights reserved.