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 |
DbManagementPrivateEndpointSummary.getLifecycleState()
The current lifecycle state of the private endpoint.
|
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 |
ManagedDatabaseGroup.getLifecycleState()
The current lifecycle state of the Managed Database Group.
|
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 |
---|---|
DbManagementPrivateEndpointSummary.Builder |
DbManagementPrivateEndpointSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the private endpoint.
|
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.
|
ManagedDatabaseGroup.Builder |
ManagedDatabaseGroup.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Managed Database Group.
|
Constructor and Description |
---|
DbManagementPrivateEndpoint(String id,
String name,
String compartmentId,
Boolean isCluster,
String vcnId,
String subnetId,
String privateIp,
String description,
Date timeCreated,
LifecycleStates lifecycleState,
List<String> nsgIds)
Deprecated.
|
DbManagementPrivateEndpointSummary(String id,
String name,
String compartmentId,
String vcnId,
String subnetId,
String description,
Date timeCreated,
LifecycleStates lifecycleState)
Deprecated.
|
ManagedDatabaseGroup(String name,
String id,
String compartmentId,
String description,
List<ChildDatabase> managedDatabases,
LifecycleStates lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
ManagedDatabaseGroupSummary(String name,
String id,
String compartmentId,
String description,
Integer managedDatabaseCount,
LifecycleStates lifecycleState,
Date timeCreated)
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–2023. All rights reserved.