Class CreateComputeInstanceGroupBlueGreenTrafficShiftDeployStageDetails
Specifies the instance group blue-green deployment load balancer traffic shift stage.
Inheritance
CreateComputeInstanceGroupBlueGreenTrafficShiftDeployStageDetails
  Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class CreateComputeInstanceGroupBlueGreenTrafficShiftDeployStageDetails : CreateDeployStageDetailsProperties
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