Show / Hide Table of Contents

Class LoadBalancerTrafficShiftRolloutPolicy

Description of rollout policy for load balancer traffic shift stage.

Inheritance
object
LoadBalancerTrafficShiftRolloutPolicy
Inherited Members
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 LoadBalancerTrafficShiftRolloutPolicy

Properties

BatchCount

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

Specifies number of batches for this stage.

Remarks

Required

BatchDelayInSeconds

Declaration
[JsonProperty(PropertyName = "batchDelayInSeconds")]
public int? BatchDelayInSeconds { get; set; }
Property Value
Type Description
int?

Specifies delay in seconds between batches. The default delay is 1 minute.

RampLimitPercent

Declaration
[JsonProperty(PropertyName = "rampLimitPercent")]
public float? RampLimitPercent { get; set; }
Property Value
Type Description
float?

Indicates the criteria to stop.

In this article
Back to top