@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum TargetDatabaseLifecycleState extends Enum<TargetDatabaseLifecycleState> implements BmcEnum
The lifecycle state of the target database. - CREATING - Represents that the target database is creating. - UPDATING - Represents that the target database is updating. - ACTIVE - Represents that the target database is active. - INACTIVE - Represents that the target database is inactive.
Enum Constant and Description |
---|
Active |
Creating |
Deleted |
Deleting |
Failed |
Inactive |
NeedsAttention |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Updating |
Modifier and Type | Method and Description |
---|---|
static TargetDatabaseLifecycleState |
create(String key) |
String |
getValue() |
static TargetDatabaseLifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetDatabaseLifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetDatabaseLifecycleState Creating
public static final TargetDatabaseLifecycleState Updating
public static final TargetDatabaseLifecycleState Active
public static final TargetDatabaseLifecycleState Inactive
public static final TargetDatabaseLifecycleState Deleting
public static final TargetDatabaseLifecycleState Deleted
public static final TargetDatabaseLifecycleState NeedsAttention
public static final TargetDatabaseLifecycleState Failed
public static final TargetDatabaseLifecycleState UnknownEnumValue
public static TargetDatabaseLifecycleState[] values()
for (TargetDatabaseLifecycleState c : TargetDatabaseLifecycleState.values()) System.out.println(c);
public static TargetDatabaseLifecycleState 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 TargetDatabaseLifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.