Package | Description |
---|---|
com.oracle.bmc.psql.model |
Modifier and Type | Method and Description |
---|---|
static DbInstance.LifecycleState |
DbInstance.LifecycleState.create(String key) |
DbInstance.LifecycleState |
DbInstance.getLifecycleState()
The current state of the database instance node.
|
static DbInstance.LifecycleState |
DbInstance.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbInstance.LifecycleState[] |
DbInstance.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbInstance.Builder |
DbInstance.Builder.lifecycleState(DbInstance.LifecycleState lifecycleState)
The current state of the database instance node.
|
Constructor and Description |
---|
DbInstance(String id,
String displayName,
String description,
String availabilityDomain,
DbInstance.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.