public class PoolResizeParameter extends Object
| Constructor and Description |
|---|
PoolResizeParameter() |
| 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.
|
PoolResizeParameter |
withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
Set the nodeDeallocationOption value.
|
PoolResizeParameter |
withResizeTimeout(org.joda.time.Period resizeTimeout)
Set the resizeTimeout value.
|
PoolResizeParameter |
withTargetDedicatedNodes(Integer targetDedicatedNodes)
Set the targetDedicatedNodes value.
|
PoolResizeParameter |
withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
Set the targetLowPriorityNodes value.
|
public Integer targetDedicatedNodes()
public PoolResizeParameter withTargetDedicatedNodes(Integer targetDedicatedNodes)
targetDedicatedNodes - the targetDedicatedNodes value to setpublic Integer targetLowPriorityNodes()
public PoolResizeParameter withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
targetLowPriorityNodes - the targetLowPriorityNodes value to setpublic org.joda.time.Period resizeTimeout()
public PoolResizeParameter withResizeTimeout(org.joda.time.Period resizeTimeout)
resizeTimeout - the resizeTimeout value to setpublic ComputeNodeDeallocationOption nodeDeallocationOption()
public PoolResizeParameter withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
nodeDeallocationOption - the nodeDeallocationOption value to setCopyright © 2019. All rights reserved.