Show / Hide Table of Contents

Class OkeBlueGreenDeployStageExecutionProgress

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

Inheritance
object
DeployStageExecutionProgress
OkeBlueGreenDeployStageExecutionProgress
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 OkeBlueGreenDeployStageExecutionProgress : DeployStageExecutionProgress

Properties

Namespace

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

Namespace either environment A or environment B where artifacts are deployed. Example: blue - Name of the namespace where blue artifacts were deployed. green - Name of the namespace where green artifacts were deployed.

In this article
Back to top