Show / Hide Table of Contents

Class CreateOkeBlueGreenTrafficShiftDeployStageDetails

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

Inheritance
object
CreateDeployStageDetails
CreateOkeBlueGreenTrafficShiftDeployStageDetails
Inherited Members
CreateDeployStageDetails.Description
CreateDeployStageDetails.DisplayName
CreateDeployStageDetails.DeployPipelineId
CreateDeployStageDetails.DeployStagePredecessorCollection
CreateDeployStageDetails.FreeformTags
CreateDeployStageDetails.DefinedTags
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 CreateOkeBlueGreenTrafficShiftDeployStageDetails : CreateDeployStageDetails

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