public static enum DeployStage.DeployStageType extends Enum<DeployStage.DeployStageType> implements BmcEnum
Deployment stage type.
Enum Constant and 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 |
Modifier and Type | Method and 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.
|
public static final DeployStage.DeployStageType Wait
public static final DeployStage.DeployStageType ComputeInstanceGroupRollingDeployment
public static final DeployStage.DeployStageType ComputeInstanceGroupBlueGreenDeployment
public static final DeployStage.DeployStageType ComputeInstanceGroupBlueGreenTrafficShift
public static final DeployStage.DeployStageType ComputeInstanceGroupCanaryDeployment
public static final DeployStage.DeployStageType ComputeInstanceGroupCanaryTrafficShift
public static final DeployStage.DeployStageType ComputeInstanceGroupCanaryApproval
public static final DeployStage.DeployStageType OkeBlueGreenDeployment
public static final DeployStage.DeployStageType OkeBlueGreenTrafficShift
public static final DeployStage.DeployStageType OkeCanaryDeployment
public static final DeployStage.DeployStageType OkeCanaryTrafficShift
public static final DeployStage.DeployStageType OkeCanaryApproval
public static final DeployStage.DeployStageType OkeDeployment
public static final DeployStage.DeployStageType DeployFunction
public static final DeployStage.DeployStageType InvokeFunction
public static final DeployStage.DeployStageType LoadBalancerTrafficShift
public static final DeployStage.DeployStageType ManualApproval
public static final DeployStage.DeployStageType OkeHelmChartDeployment
public static final DeployStage.DeployStageType Shell
public static final DeployStage.DeployStageType UnknownEnumValue
public static DeployStage.DeployStageType[] values()
for (DeployStage.DeployStageType c : DeployStage.DeployStageType.values()) System.out.println(c);
public static DeployStage.DeployStageType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DeployStage.DeployStageType create(String key)
Copyright © 2016–2023. All rights reserved.