Show / Hide Table of Contents

Class ComputeInstanceGroupCanaryApprovalDeployStage

Specifies the canary approval stage.

Inheritance
object
DeployStage
ComputeInstanceGroupCanaryApprovalDeployStage
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 ComputeInstanceGroupCanaryApprovalDeployStage : DeployStage

Properties

ApprovalPolicy

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

Required

ComputeInstanceGroupCanaryTrafficShiftDeployStageId

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

A compute instance group canary traffic shift stage OCID for load balancer.

Remarks

Required

In this article
Back to top