Show / Hide Table of Contents

Class SequentialBatchingStrategyDetails

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

Inheritance
object
BatchingStrategyDetails
SequentialBatchingStrategyDetails
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 SequentialBatchingStrategyDetails : BatchingStrategyDetails

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