Class CreateServiceAvailabilityFactorBatchingStrategyDetails
Service Availability Factor batching strategy details to use during PRECHECK and APPLY Cycle Actions.
Inheritance
CreateServiceAvailabilityFactorBatchingStrategyDetails
  Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class CreateServiceAvailabilityFactorBatchingStrategyDetails : CreateBatchingStrategyDetailsProperties
IsForceRolling
Declaration
[JsonProperty(PropertyName = "isForceRolling")]
public bool? IsForceRolling { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True to force rolling patching. | 
Percentage
Declaration
[JsonProperty(PropertyName = "percentage")]
public int? Percentage { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Percentage of availability in the service during the Patch operation. |