Package com.oracle.bmc.devops.model
Enum DeployStage.DeployStageType
- java.lang.Object
-
- java.lang.Enum<DeployStage.DeployStageType>
-
- com.oracle.bmc.devops.model.DeployStage.DeployStageType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DeployStage.DeployStageType>
- Enclosing class:
- DeployStage
public static enum DeployStage.DeployStageType extends Enum<DeployStage.DeployStageType> implements BmcEnum
Deployment stage type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ComputeInstanceGroupBlueGreenDeployment
ComputeInstanceGroupBlueGreenTrafficShift
ComputeInstanceGroupCanaryApproval
ComputeInstanceGroupCanaryDeployment
ComputeInstanceGroupCanaryTrafficShift
ComputeInstanceGroupRollingDeployment
DeployFunction
InvokeFunction
LoadBalancerTrafficShift
ManualApproval
OkeBlueGreenDeployment
OkeBlueGreenTrafficShift
OkeCanaryApproval
OkeCanaryDeployment
OkeCanaryTrafficShift
OkeDeployment
OkeHelmChartDeployment
Shell
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Wait
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeployStage.DeployStageType
create(String key)
String
getValue()
static DeployStage.DeployStageType
valueOf(String name)
Returns the enum constant of this type with the specified name.static DeployStage.DeployStageType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Wait
public static final DeployStage.DeployStageType Wait
-
ComputeInstanceGroupRollingDeployment
public static final DeployStage.DeployStageType ComputeInstanceGroupRollingDeployment
-
ComputeInstanceGroupBlueGreenDeployment
public static final DeployStage.DeployStageType ComputeInstanceGroupBlueGreenDeployment
-
ComputeInstanceGroupBlueGreenTrafficShift
public static final DeployStage.DeployStageType ComputeInstanceGroupBlueGreenTrafficShift
-
ComputeInstanceGroupCanaryDeployment
public static final DeployStage.DeployStageType ComputeInstanceGroupCanaryDeployment
-
ComputeInstanceGroupCanaryTrafficShift
public static final DeployStage.DeployStageType ComputeInstanceGroupCanaryTrafficShift
-
ComputeInstanceGroupCanaryApproval
public static final DeployStage.DeployStageType ComputeInstanceGroupCanaryApproval
-
OkeBlueGreenDeployment
public static final DeployStage.DeployStageType OkeBlueGreenDeployment
-
OkeBlueGreenTrafficShift
public static final DeployStage.DeployStageType OkeBlueGreenTrafficShift
-
OkeCanaryDeployment
public static final DeployStage.DeployStageType OkeCanaryDeployment
-
OkeCanaryTrafficShift
public static final DeployStage.DeployStageType OkeCanaryTrafficShift
-
OkeCanaryApproval
public static final DeployStage.DeployStageType OkeCanaryApproval
-
OkeDeployment
public static final DeployStage.DeployStageType OkeDeployment
-
DeployFunction
public static final DeployStage.DeployStageType DeployFunction
-
InvokeFunction
public static final DeployStage.DeployStageType InvokeFunction
-
LoadBalancerTrafficShift
public static final DeployStage.DeployStageType LoadBalancerTrafficShift
-
ManualApproval
public static final DeployStage.DeployStageType ManualApproval
-
OkeHelmChartDeployment
public static final DeployStage.DeployStageType OkeHelmChartDeployment
-
Shell
public static final DeployStage.DeployStageType Shell
-
UnknownEnumValue
public static final DeployStage.DeployStageType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static DeployStage.DeployStageType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DeployStage.DeployStageType c : DeployStage.DeployStageType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DeployStage.DeployStageType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static DeployStage.DeployStageType create(String key)
-
-