Show / Hide Table of Contents

Class ComputeInstanceGroupLinearRolloutPolicyByPercentage

Specifies a linear rollout strategy for a compute instance group rolling deployment stage.

Inheritance
object
ComputeInstanceGroupRolloutPolicy
ComputeInstanceGroupLinearRolloutPolicyByPercentage
Inherited Members
ComputeInstanceGroupRolloutPolicy.BatchDelayInSeconds
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ComputeInstanceGroupLinearRolloutPolicyByPercentage : ComputeInstanceGroupRolloutPolicy

Properties

BatchPercentage

Declaration
[Required(ErrorMessage = "BatchPercentage is required.")]
[JsonProperty(PropertyName = "batchPercentage")]
public int? BatchPercentage { get; set; }
Property Value
Type Description
int?

The percentage that will be used to determine how many instances will be deployed concurrently.

Remarks

Required

In this article
Back to top