Show / Hide Table of Contents

Class CreateFiftyFiftyBatchingStrategyDetails

Fifty-Fifty batching strategy details to use during PRECHECK and APPLY Cycle Actions.

Inheritance
object
CreateBatchingStrategyDetails
CreateFiftyFiftyBatchingStrategyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class CreateFiftyFiftyBatchingStrategyDetails : CreateBatchingStrategyDetails

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.

In this article
Back to top