public static enum DbHomeFromAgentResourceId.LifecycleState extends Enum<DbHomeFromAgentResourceId.LifecycleState> implements BmcEnum
The current state of the Database Home.
Enum Constant and Description |
---|
Available |
Failed |
Provisioning |
Terminated |
Terminating |
Updating |
Modifier and Type | Method and Description |
---|---|
static DbHomeFromAgentResourceId.LifecycleState |
create(String key) |
String |
getValue() |
static DbHomeFromAgentResourceId.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbHomeFromAgentResourceId.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbHomeFromAgentResourceId.LifecycleState Provisioning
public static final DbHomeFromAgentResourceId.LifecycleState Available
public static final DbHomeFromAgentResourceId.LifecycleState Updating
public static final DbHomeFromAgentResourceId.LifecycleState Terminating
public static final DbHomeFromAgentResourceId.LifecycleState Terminated
public static final DbHomeFromAgentResourceId.LifecycleState Failed
public static DbHomeFromAgentResourceId.LifecycleState[] values()
for (DbHomeFromAgentResourceId.LifecycleState c : DbHomeFromAgentResourceId.LifecycleState.values()) System.out.println(c);
public static DbHomeFromAgentResourceId.LifecycleState 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 DbHomeFromAgentResourceId.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.