public class ResizeOperationStatus extends Object
| Constructor and Description |
|---|
ResizeOperationStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<ResizeError> |
errors()
Get the errors value.
|
ComputeNodeDeallocationOption |
nodeDeallocationOption()
Get the nodeDeallocationOption value.
|
org.joda.time.Period |
resizeTimeout()
Get the resizeTimeout value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
Integer |
targetDedicatedNodes()
Get the targetDedicatedNodes value.
|
Integer |
targetLowPriorityNodes()
Get the targetLowPriorityNodes value.
|
ResizeOperationStatus |
withErrors(List<ResizeError> errors)
Set the errors value.
|
ResizeOperationStatus |
withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
Set the nodeDeallocationOption value.
|
ResizeOperationStatus |
withResizeTimeout(org.joda.time.Period resizeTimeout)
Set the resizeTimeout value.
|
ResizeOperationStatus |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
ResizeOperationStatus |
withTargetDedicatedNodes(Integer targetDedicatedNodes)
Set the targetDedicatedNodes value.
|
ResizeOperationStatus |
withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
Set the targetLowPriorityNodes value.
|
public Integer targetDedicatedNodes()
public ResizeOperationStatus withTargetDedicatedNodes(Integer targetDedicatedNodes)
targetDedicatedNodes - the targetDedicatedNodes value to setpublic Integer targetLowPriorityNodes()
public ResizeOperationStatus withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
targetLowPriorityNodes - the targetLowPriorityNodes value to setpublic org.joda.time.Period resizeTimeout()
public ResizeOperationStatus withResizeTimeout(org.joda.time.Period resizeTimeout)
resizeTimeout - the resizeTimeout value to setpublic ComputeNodeDeallocationOption nodeDeallocationOption()
public ResizeOperationStatus withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
nodeDeallocationOption - the nodeDeallocationOption value to setpublic org.joda.time.DateTime startTime()
public ResizeOperationStatus withStartTime(org.joda.time.DateTime startTime)
startTime - the startTime value to setpublic List<ResizeError> errors()
public ResizeOperationStatus withErrors(List<ResizeError> errors)
errors - the errors value to setCopyright © 2019. All rights reserved.