Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BatchingBasedPatchingConfigs

Patching configurations which allows patch the nodes batch by batch.

Properties

batchSize

batchSize: number

How many nodes to be patched and rebooted in each iteration. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const patchingConfigStrategy

patchingConfigStrategy: string = "BATCHING_BASED"

toleranceThresholdPerBatch

toleranceThresholdPerBatch: number

Acceptable number of failed-to-be-patched nodes in each batch. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

waitTimeBetweenBatchInSeconds

waitTimeBetweenBatchInSeconds: number

The wait time between batches in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj