Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static DatabaseSecurityConfigLifecycleState |
DatabaseSecurityConfigLifecycleState.create(String key) |
DatabaseSecurityConfigLifecycleState |
DatabaseSecurityConfigSummary.getLifecycleState()
The current state of the database security config.
|
DatabaseSecurityConfigLifecycleState |
DatabaseSecurityConfig.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.
|
Modifier and Type | Method and Description |
---|---|
DatabaseSecurityConfigSummary.Builder |
DatabaseSecurityConfigSummary.Builder.lifecycleState(DatabaseSecurityConfigLifecycleState lifecycleState)
The current state of the database security config.
|
DatabaseSecurityConfig.Builder |
DatabaseSecurityConfig.Builder.lifecycleState(DatabaseSecurityConfigLifecycleState lifecycleState)
The current state of the database security config.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
DatabaseSecurityConfigLifecycleState |
ListDatabaseSecurityConfigsRequest.getLifecycleState()
The current state of the database security configuration.
|
Modifier and Type | Method and Description |
---|---|
ListDatabaseSecurityConfigsRequest.Builder |
ListDatabaseSecurityConfigsRequest.Builder.lifecycleState(DatabaseSecurityConfigLifecycleState lifecycleState)
The current state of the database security configuration.
|
Copyright © 2016–2024. All rights reserved.