Class OkeCanaryApprovalDeployStageSummary
Specifies the Container Engine for Kubernetes (OKE) cluster canary deployment approval stage.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class OkeCanaryApprovalDeployStageSummary : DeployStageSummaryProperties
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