Show / Hide Table of Contents

Class UpdateComputeInstanceGroupBlueGreenDeployStageDetails

Specifies the Instance Group Blue-Green deployment stage.

Inheritance
object
UpdateDeployStageDetails
UpdateComputeInstanceGroupBlueGreenDeployStageDetails
Inherited Members
UpdateDeployStageDetails.Description
UpdateDeployStageDetails.DisplayName
UpdateDeployStageDetails.DeployStagePredecessorCollection
UpdateDeployStageDetails.FreeformTags
UpdateDeployStageDetails.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 UpdateComputeInstanceGroupBlueGreenDeployStageDetails : UpdateDeployStageDetails

Properties

DeployArtifactIds

Declaration
[JsonProperty(PropertyName = "deployArtifactIds")]
public List<string> DeployArtifactIds { get; set; }
Property Value
Type Description
List<string>

The list of file artifact OCIDs to deploy.

DeploymentSpecDeployArtifactId

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

The OCID of the artifact that contains the deployment specification.

FailurePolicy

Declaration
[JsonProperty(PropertyName = "failurePolicy")]
public ComputeInstanceGroupFailurePolicy FailurePolicy { get; set; }
Property Value
Type Description
ComputeInstanceGroupFailurePolicy

RolloutPolicy

Declaration
[JsonProperty(PropertyName = "rolloutPolicy")]
public ComputeInstanceGroupRolloutPolicy RolloutPolicy { get; set; }
Property Value
Type Description
ComputeInstanceGroupRolloutPolicy

TestLoadBalancerConfig

Declaration
[JsonProperty(PropertyName = "testLoadBalancerConfig")]
public LoadBalancerConfig TestLoadBalancerConfig { get; set; }
Property Value
Type Description
LoadBalancerConfig
In this article
Back to top