Show / Hide Table of Contents

Class OkeCanaryApprovalDeployStage

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

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

Properties

ApprovalPolicy

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

Required

OkeCanaryTrafficShiftDeployStageId

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

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

Remarks

Required

In this article
Back to top