BatchingBasedPatchingConfigs.Builder |
BatchingBasedPatchingConfigs.Builder.batchSize(Integer batchSize) |
How many nodes to be patched and rebooted in each iteration.
|
static BatchingBasedPatchingConfigs.Builder |
BatchingBasedPatchingConfigs.builder() |
Create a new builder.
|
BatchingBasedPatchingConfigs.Builder |
BatchingBasedPatchingConfigs.Builder.copy(BatchingBasedPatchingConfigs model) |
|
BatchingBasedPatchingConfigs.Builder |
BatchingBasedPatchingConfigs.toBuilder() |
|
BatchingBasedPatchingConfigs.Builder |
BatchingBasedPatchingConfigs.Builder.toleranceThresholdPerBatch(Integer toleranceThresholdPerBatch) |
Acceptable number of failed-to-be-patched nodes in each batch.
|
BatchingBasedPatchingConfigs.Builder |
BatchingBasedPatchingConfigs.Builder.waitTimeBetweenBatchInSeconds(Integer waitTimeBetweenBatchInSeconds) |
The wait time between batches in seconds.
|