Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.model | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleStates |
LifecycleStates.create(String key) |
LifecycleStates |
NamedCredentialSummary.getLifecycleState()
The current lifecycle state of the named credential.
|
LifecycleStates |
DbManagementPrivateEndpointSummary.getLifecycleState()
The current lifecycle state of the private endpoint.
|
LifecycleStates |
ManagedDatabaseGroup.getLifecycleState()
The current lifecycle state of the Managed Database Group.
|
LifecycleStates |
DbManagementPrivateEndpoint.getLifecycleState()
The current lifecycle state of the Database Management private endpoint.
|
LifecycleStates |
ManagedDatabaseGroupSummary.getLifecycleState()
The current lifecycle state of the Managed Database Group.
|
LifecycleStates |
NamedCredential.getLifecycleState()
The current lifecycle state of the named credential.
|
static LifecycleStates |
LifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStates[] |
LifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NamedCredentialSummary.Builder |
NamedCredentialSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the named credential.
|
DbManagementPrivateEndpointSummary.Builder |
DbManagementPrivateEndpointSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the private endpoint.
|
ManagedDatabaseGroup.Builder |
ManagedDatabaseGroup.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Managed Database Group.
|
DbManagementPrivateEndpoint.Builder |
DbManagementPrivateEndpoint.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Database Management private endpoint.
|
ManagedDatabaseGroupSummary.Builder |
ManagedDatabaseGroupSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Managed Database Group.
|
NamedCredential.Builder |
NamedCredential.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the named credential.
|
Constructor and Description |
---|
DbManagementPrivateEndpoint(String id,
String name,
String compartmentId,
Boolean isCluster,
Boolean isDnsResolutionEnabled,
String vcnId,
String subnetId,
String privateIp,
String description,
Date timeCreated,
LifecycleStates lifecycleState,
List<String> nsgIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DbManagementPrivateEndpointSummary(String id,
String name,
String compartmentId,
String vcnId,
String subnetId,
String description,
Date timeCreated,
LifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ManagedDatabaseGroup(String name,
String id,
String compartmentId,
String description,
List<ChildDatabase> managedDatabases,
LifecycleStates lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ManagedDatabaseGroupSummary(String name,
String id,
String compartmentId,
String description,
Integer managedDatabaseCount,
LifecycleStates lifecycleState,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
NamedCredential(String name,
String id,
String compartmentId,
String description,
LifecycleStates lifecycleState,
String lifecycleDetails,
NamedCredentialScope scope,
ResourceType type,
NamedCredentialContent content,
Date timeCreated,
Date timeUpdated,
String associatedResource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
NamedCredentialSummary(String id,
String compartmentId,
String name,
String description,
NamedCredentialScope scope,
ResourceType type,
LifecycleStates lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleStates |
ListManagedDatabaseGroupsRequest.getLifecycleState()
The lifecycle state of a resource.
|
LifecycleStates |
ListDbManagementPrivateEndpointsRequest.getLifecycleState()
The lifecycle state of a resource.
|
Modifier and Type | Method and Description |
---|---|
ListManagedDatabaseGroupsRequest.Builder |
ListManagedDatabaseGroupsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The lifecycle state of a resource.
|
ListDbManagementPrivateEndpointsRequest.Builder |
ListDbManagementPrivateEndpointsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The lifecycle state of a resource.
|
Copyright © 2016–2024. All rights reserved.