Show / Hide Table of Contents

Class OkeBlueGreenTrafficShiftDeployStage

Specifies the Container Engine for Kubernetes (OKE) cluster blue-green deployment traffic shift stage.

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

Properties

OkeBlueGreenDeployStageId

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

The OCID of the upstream OKE blue-green deployment stage in this pipeline.

Remarks

Required

In this article
Back to top