Show / Hide Table of Contents

Class CreateServiceAvailabilityFactorBatchingStrategyDetails

Service Availability Factor batching strategy details to use during PRECHECK and APPLY Cycle Actions.

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

Properties

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.

In this article
Back to top