Class CreateSequentialBatchingStrategyDetails
Sequential 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 CreateSequentialBatchingStrategyDetails : CreateBatchingStrategyDetails
  Properties
IsForceRolling
Declaration
[JsonProperty(PropertyName = "isForceRolling")]
public bool? IsForceRolling { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | True to force rolling patching.  |