Show / Hide Table of Contents

Class CreateComputeInstanceGroupBlueGreenTrafficShiftDeployStageDetails

Specifies the instance group blue-green deployment load balancer traffic shift stage.

Inheritance
object
CreateDeployStageDetails
CreateComputeInstanceGroupBlueGreenTrafficShiftDeployStageDetails
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 CreateComputeInstanceGroupBlueGreenTrafficShiftDeployStageDetails : CreateDeployStageDetails

Properties

ComputeInstanceGroupBlueGreenDeploymentDeployStageId

Declaration
[Required(ErrorMessage = "ComputeInstanceGroupBlueGreenDeploymentDeployStageId is required.")]
[JsonProperty(PropertyName = "computeInstanceGroupBlueGreenDeploymentDeployStageId")]
public string ComputeInstanceGroupBlueGreenDeploymentDeployStageId { get; set; }
Property Value
Type Description
string

The OCID of the upstream compute instance group blue-green deployment stage in this pipeline.

Remarks

Required

In this article
Back to top