@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public enum DeploymentUpgradeLifecycleState extends Enum<DeploymentUpgradeLifecycleState> implements BmcEnum
Possible deploymentUpgrade lifecycle states.
Enum Constant and Description |
---|
Canceled |
Canceling |
Failed |
InProgress |
NeedsAttention |
Succeeded |
Waiting |
Modifier and Type | Method and Description |
---|---|
static DeploymentUpgradeLifecycleState |
create(String key) |
String |
getValue() |
static DeploymentUpgradeLifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentUpgradeLifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentUpgradeLifecycleState Waiting
public static final DeploymentUpgradeLifecycleState InProgress
public static final DeploymentUpgradeLifecycleState Failed
public static final DeploymentUpgradeLifecycleState Succeeded
public static final DeploymentUpgradeLifecycleState Canceling
public static final DeploymentUpgradeLifecycleState Canceled
public static final DeploymentUpgradeLifecycleState NeedsAttention
public static DeploymentUpgradeLifecycleState[] values()
for (DeploymentUpgradeLifecycleState c : DeploymentUpgradeLifecycleState.values()) System.out.println(c);
public static DeploymentUpgradeLifecycleState 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 DeploymentUpgradeLifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.