Uses of Class
com.oracle.bmc.psql.model.DbInstance.LifecycleState
-
Packages that use DbInstance.LifecycleState Package Description com.oracle.bmc.psql.model -
-
Uses of DbInstance.LifecycleState in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return DbInstance.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.psql.model with parameters of type DbInstance.LifecycleState Modifier and Type Method Description DbInstance.Builder
DbInstance.Builder. lifecycleState(DbInstance.LifecycleState lifecycleState)
The current state of the database instance node.Constructors in com.oracle.bmc.psql.model with parameters of type DbInstance.LifecycleState Constructor Description DbInstance(String id, String displayName, String description, String availabilityDomain, DbInstance.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated)
Deprecated.
-