Uses of Class
com.oracle.bmc.datasafe.model.DatabaseSecurityConfigLifecycleState
-
Packages that use DatabaseSecurityConfigLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of DatabaseSecurityConfigLifecycleState in com.oracle.bmc.datasafe
-
Uses of DatabaseSecurityConfigLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DatabaseSecurityConfigLifecycleState Modifier and Type Method Description static DatabaseSecurityConfigLifecycleState
DatabaseSecurityConfigLifecycleState. create(String key)
DatabaseSecurityConfigLifecycleState
DatabaseSecurityConfig. getLifecycleState()
The current state of the database security config.DatabaseSecurityConfigLifecycleState
DatabaseSecurityConfigSummary. getLifecycleState()
The current state of the database security config.static DatabaseSecurityConfigLifecycleState
DatabaseSecurityConfigLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseSecurityConfigLifecycleState[]
DatabaseSecurityConfigLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type DatabaseSecurityConfigLifecycleState Modifier and Type Method Description DatabaseSecurityConfig.Builder
DatabaseSecurityConfig.Builder. lifecycleState(DatabaseSecurityConfigLifecycleState lifecycleState)
The current state of the database security config.DatabaseSecurityConfigSummary.Builder
DatabaseSecurityConfigSummary.Builder. lifecycleState(DatabaseSecurityConfigLifecycleState lifecycleState)
The current state of the database security config.Constructors in com.oracle.bmc.datasafe.model with parameters of type DatabaseSecurityConfigLifecycleState Constructor Description DatabaseSecurityConfig(String id, String compartmentId, String displayName, String description, String targetId, Date timeLastRefreshed, Date timeCreated, Date timeUpdated, DatabaseSecurityConfigLifecycleState lifecycleState, String lifecycleDetails, SqlFirewallConfig sqlFirewallConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DatabaseSecurityConfigSummary(String id, String compartmentId, String displayName, String description, String targetId, Date timeCreated, Date timeUpdated, Date timeLastRefreshed, DatabaseSecurityConfigLifecycleState lifecycleState, String lifecycleDetails, SqlFirewallConfig sqlFirewallConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of DatabaseSecurityConfigLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DatabaseSecurityConfigLifecycleState Modifier and Type Method Description DatabaseSecurityConfigLifecycleState
ListDatabaseSecurityConfigsRequest. getLifecycleState()
The current state of the database security configuration.Methods in com.oracle.bmc.datasafe.requests with parameters of type DatabaseSecurityConfigLifecycleState Modifier and Type Method Description ListDatabaseSecurityConfigsRequest.Builder
ListDatabaseSecurityConfigsRequest.Builder. lifecycleState(DatabaseSecurityConfigLifecycleState lifecycleState)
The current state of the database security configuration.
-