public static enum BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum extends Enum<BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum.Adapter |
| Enum Constant and Description |
|---|
AVAILABLE |
DATA_SYNCHRONIZING |
DELETE_COMPLETED |
DELETING |
INIT |
PROVISIONING |
SWITCHOVER_AVAILABLE |
SWITCHOVER_COMPLETED |
SWITCHOVER_FAILED |
SWITCHOVER_IN_PROGRESS |
SWITCHOVER_PENDING |
| Modifier and Type | Method and Description |
|---|---|
static BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="INIT") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum INIT
@SerializedName(value="PROVISIONING") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum PROVISIONING
@SerializedName(value="AVAILABLE") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum AVAILABLE
@SerializedName(value="DATA_SYNCHRONIZING") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum DATA_SYNCHRONIZING
@SerializedName(value="SWITCHOVER_AVAILABLE") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum SWITCHOVER_AVAILABLE
@SerializedName(value="SWITCHOVER_IN_PROGRESS") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum SWITCHOVER_IN_PROGRESS
@SerializedName(value="SWITCHOVER_PENDING") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum SWITCHOVER_PENDING
@SerializedName(value="SWITCHOVER_COMPLETED") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum SWITCHOVER_COMPLETED
@SerializedName(value="SWITCHOVER_FAILED") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum SWITCHOVER_FAILED
@SerializedName(value="DELETING") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum DELETING
@SerializedName(value="DELETE_COMPLETED") public static final BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum DELETE_COMPLETED
public static BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum[] values()
for (BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum c : BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum.values()) System.out.println(c);
public static BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum 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 String getValue()
public String toString()
toString in class Enum<BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum>public static BlueGreenDeploymentForDeleteBlueGreenDeploymentOutput.StatusEnum fromValue(String input)
Copyright © 2026. All rights reserved.