Uses of Class
com.oracle.bmc.database.model.DbHomeFromAgentResourceId.LifecycleState
-
Packages that use DbHomeFromAgentResourceId.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of DbHomeFromAgentResourceId.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbHomeFromAgentResourceId.LifecycleState Modifier and Type Method Description static DbHomeFromAgentResourceId.LifecycleState
DbHomeFromAgentResourceId.LifecycleState. create(String key)
DbHomeFromAgentResourceId.LifecycleState
DbHomeFromAgentResourceId. getLifecycleState()
The current state of the Database Home.static DbHomeFromAgentResourceId.LifecycleState
DbHomeFromAgentResourceId.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbHomeFromAgentResourceId.LifecycleState[]
DbHomeFromAgentResourceId.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 DbHomeFromAgentResourceId.LifecycleState Modifier and Type Method Description DbHomeFromAgentResourceId.Builder
DbHomeFromAgentResourceId.Builder. lifecycleState(DbHomeFromAgentResourceId.LifecycleState lifecycleState)
The current state of the Database Home.Constructors in com.oracle.bmc.database.model with parameters of type DbHomeFromAgentResourceId.LifecycleState Constructor Description DbHomeFromAgentResourceId(String id, String compartmentId, String displayName, String lastPatchHistoryEntryId, DbHomeFromAgentResourceId.LifecycleState lifecycleState, String dbSystemId, String vmClusterId, String dbVersion, String dbHomeLocation, String lifecycleDetails, Date timeCreated, String kmsKeyId, List<String> oneOffPatches, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String databaseSoftwareImageId, Boolean isUnifiedAuditingEnabled)
Deprecated.
-