public class FixedScaleSettings extends Object
Constructor and Description |
---|
FixedScaleSettings() |
Modifier and Type | Method and Description |
---|---|
ComputeNodeDeallocationOption |
nodeDeallocationOption()
Get the nodeDeallocationOption value.
|
org.joda.time.Period |
resizeTimeout()
Get the resizeTimeout value.
|
Integer |
targetDedicatedNodes()
Get the targetDedicatedNodes value.
|
Integer |
targetLowPriorityNodes()
Get the targetLowPriorityNodes value.
|
FixedScaleSettings |
withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
Set the nodeDeallocationOption value.
|
FixedScaleSettings |
withResizeTimeout(org.joda.time.Period resizeTimeout)
Set the resizeTimeout value.
|
FixedScaleSettings |
withTargetDedicatedNodes(Integer targetDedicatedNodes)
Set the targetDedicatedNodes value.
|
FixedScaleSettings |
withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
Set the targetLowPriorityNodes value.
|
public org.joda.time.Period resizeTimeout()
public FixedScaleSettings withResizeTimeout(org.joda.time.Period resizeTimeout)
resizeTimeout
- the resizeTimeout value to setpublic Integer targetDedicatedNodes()
public FixedScaleSettings withTargetDedicatedNodes(Integer targetDedicatedNodes)
targetDedicatedNodes
- the targetDedicatedNodes value to setpublic Integer targetLowPriorityNodes()
public FixedScaleSettings withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
targetLowPriorityNodes
- the targetLowPriorityNodes value to setpublic ComputeNodeDeallocationOption nodeDeallocationOption()
public FixedScaleSettings withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
nodeDeallocationOption
- the nodeDeallocationOption value to setCopyright © 2019. All rights reserved.