Uses of Class
com.oracle.bmc.database.model.DbConnectionBundle.LifecycleState
-
Packages that use DbConnectionBundle.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of DbConnectionBundle.LifecycleState in com.oracle.bmc.database
-
Uses of DbConnectionBundle.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbConnectionBundle.LifecycleState Modifier and Type Method Description static DbConnectionBundle.LifecycleStateDbConnectionBundle.LifecycleState. create(String key)DbConnectionBundle.LifecycleStateDbConnectionBundle. getLifecycleState()The current lifecycle state of the database connection bundle.static DbConnectionBundle.LifecycleStateDbConnectionBundle.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DbConnectionBundle.LifecycleState[]DbConnectionBundle.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type DbConnectionBundle.LifecycleState Modifier and Type Method Description DbConnectionBundle.BuilderDbConnectionBundle.Builder. lifecycleState(DbConnectionBundle.LifecycleState lifecycleState)The current lifecycle state of the database connection bundle.Constructors in com.oracle.bmc.database.model with parameters of type DbConnectionBundle.LifecycleState Constructor Description DbConnectionBundle(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Date timeLastRefreshed, List<AssociatedResourceDetails> associatedResourceDetails, Boolean isProtected, Map<String,String> freeformTags, Map<String,Map<String,String>> definedTags, Map<String,Map<String,String>> systemTags, DbConnectionBundle.LifecycleState lifecycleState, DbConnectionBundle.DbConnectionBundleType dbConnectionBundleType)Deprecated.
-