Uses of Class
com.oracle.bmc.database.model.DbConnectionBundleSummary.LifecycleState
-
Packages that use DbConnectionBundleSummary.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of DbConnectionBundleSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbConnectionBundleSummary.LifecycleState Modifier and Type Method Description static DbConnectionBundleSummary.LifecycleStateDbConnectionBundleSummary.LifecycleState. create(String key)DbConnectionBundleSummary.LifecycleStateDbConnectionBundleSummary. getLifecycleState()The current lifecycle state of the database connection bundle.static DbConnectionBundleSummary.LifecycleStateDbConnectionBundleSummary.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DbConnectionBundleSummary.LifecycleState[]DbConnectionBundleSummary.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 DbConnectionBundleSummary.LifecycleState Modifier and Type Method Description DbConnectionBundleSummary.BuilderDbConnectionBundleSummary.Builder. lifecycleState(DbConnectionBundleSummary.LifecycleState lifecycleState)The current lifecycle state of the database connection bundle.Constructors in com.oracle.bmc.database.model with parameters of type DbConnectionBundleSummary.LifecycleState Constructor Description DbConnectionBundleSummary(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, DbConnectionBundleSummary.LifecycleState lifecycleState, DbConnectionBundleSummary.DbConnectionBundleType dbConnectionBundleType)Deprecated.
-