Class CreateOkeBlueGreenTrafficShiftDeployStageDetails
Specifies the Container Engine for Kubernetes (OKE) cluster blue-green deployment traffic shift stage.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class CreateOkeBlueGreenTrafficShiftDeployStageDetails : CreateDeployStageDetailsProperties
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