Class FiftyFiftyBatchingStrategyDetails
Fifty-Fifty batching strategy details to use during PRECHECK and APPLY Cycle Actions.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class FiftyFiftyBatchingStrategyDetails : BatchingStrategyDetails
Properties
IsForceRolling
Declaration
[JsonProperty(PropertyName = "isForceRolling")]
public bool? IsForceRolling { get; set; }
Property Value
Type | Description |
---|---|
bool? | True to force rolling patching. |
IsWaitForBatchResume
Declaration
[JsonProperty(PropertyName = "isWaitForBatchResume")]
public bool? IsWaitForBatchResume { get; set; }
Property Value
Type | Description |
---|---|
bool? | True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half. |