Class BatchingBasedOdhPatchingConfig
Patching configurations which allows patch the nodes batch by batch.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class BatchingBasedOdhPatchingConfig : OdhPatchingConfig
Properties
BatchSize
Declaration
[Required(ErrorMessage = "BatchSize is required.")]
[JsonProperty(PropertyName = "batchSize")]
public int? BatchSize { get; set; }
Property Value
Type | Description |
---|---|
int? | How many nodes to be patched in each iteration. |
Remarks
Required
WaitTimeBetweenBatchInSeconds
Declaration
[Required(ErrorMessage = "WaitTimeBetweenBatchInSeconds is required.")]
[JsonProperty(PropertyName = "waitTimeBetweenBatchInSeconds")]
public int? WaitTimeBetweenBatchInSeconds { get; set; }
Property Value
Type | Description |
---|---|
int? | The wait time between batches in seconds. |
Remarks
Required