Show / Hide Table of Contents

Class OkeBlueGreenTrafficShiftDeployStageExecutionProgress

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

Inheritance
object
DeployStageExecutionProgress
OkeBlueGreenTrafficShiftDeployStageExecutionProgress
Inherited Members
DeployStageExecutionProgress.DeployStageDisplayName
DeployStageExecutionProgress.DeployStageId
DeployStageExecutionProgress.TimeStarted
DeployStageExecutionProgress.TimeFinished
DeployStageExecutionProgress.Status
DeployStageExecutionProgress.DeployStagePredecessors
DeployStageExecutionProgress.DeployStageExecutionProgressDetails
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 OkeBlueGreenTrafficShiftDeployStageExecutionProgress : DeployStageExecutionProgress

Properties

Namespace

Declaration
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type Description
string

Namespace where traffic is going. Example: blue - Traffic is going to blue namespace. green - Traffic is going to green namespace.

In this article
Back to top