Show / Hide Table of Contents

Class OkeBlueGreenTrafficShiftDeployStageSummary

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

Inheritance
object
DeployStageSummary
OkeBlueGreenTrafficShiftDeployStageSummary
Inherited Members
DeployStageSummary.Id
DeployStageSummary.Description
DeployStageSummary.DisplayName
DeployStageSummary.ProjectId
DeployStageSummary.DeployPipelineId
DeployStageSummary.CompartmentId
DeployStageSummary.TimeCreated
DeployStageSummary.TimeUpdated
DeployStageSummary.LifecycleState
DeployStageSummary.LifecycleDetails
DeployStageSummary.DeployStagePredecessorCollection
DeployStageSummary.FreeformTags
DeployStageSummary.DefinedTags
DeployStageSummary.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 OkeBlueGreenTrafficShiftDeployStageSummary : DeployStageSummary

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