Show / Hide Table of Contents

Class CreateSequentialBatchingStrategyDetails

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

Inheritance
object
CreateBatchingStrategyDetails
CreateSequentialBatchingStrategyDetails
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 CreateSequentialBatchingStrategyDetails : CreateBatchingStrategyDetails

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