Show / Hide Table of Contents

Class OkeCanaryTrafficShiftDeployStageSummary

Specifies the Container Engine for Kubernetes (OKE) cluster canary deployment traffic shift stage.

Inheritance
object
DeployStageSummary
OkeCanaryTrafficShiftDeployStageSummary
Inherited Members
DeployStageSummary.Id
DeployStageSummary.Description
DeployStageSummary.DisplayName
DeployStageSummary.ProjectId
DeployStageSummary.DeployPipelineId
DeployStageSummary.CompartmentId
DeployStageSummary.TimeCreated
DeployStageSummary.TimeUpdated
DeployStageSummary.LifecycleState
DeployStageSummary.LifecycleDetails
DeployStageSummary.DeployStagePredecessorCollection
DeployStageSummary.FreeformTags
DeployStageSummary.DefinedTags
DeployStageSummary.SystemTags
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 OkeCanaryTrafficShiftDeployStageSummary : DeployStageSummary

Properties

OkeCanaryDeployStageId

Declaration
[Required(ErrorMessage = "OkeCanaryDeployStageId is required.")]
[JsonProperty(PropertyName = "okeCanaryDeployStageId")]
public string OkeCanaryDeployStageId { get; set; }
Property Value
Type Description
string

The OCID of an upstream OKE canary deployment stage in this pipeline.

Remarks

Required

RolloutPolicy

Declaration
[Required(ErrorMessage = "RolloutPolicy is required.")]
[JsonProperty(PropertyName = "rolloutPolicy")]
public LoadBalancerTrafficShiftRolloutPolicy RolloutPolicy { get; set; }
Property Value
Type Description
LoadBalancerTrafficShiftRolloutPolicy
Remarks

Required

In this article
Back to top