Show / Hide Table of Contents

Class UpdateSequentialBatchingStrategyDetails

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

Inheritance
object
UpdateBatchingStrategyDetails
UpdateSequentialBatchingStrategyDetails
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 UpdateSequentialBatchingStrategyDetails : UpdateBatchingStrategyDetails

Properties

IsForceRolling

Declaration
[JsonProperty(PropertyName = "isForceRolling")]
public bool? IsForceRolling { get; set; }
Property Value
Type Description
bool?

True to force rolling patching.

In this article
Back to top