Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetExternalDbHomeRequest,GetExternalDbHomeResponse> |
DbManagementWaiters.forExternalDbHome(GetExternalDbHomeRequest request,
ExternalDbHome.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetExternalDbHomeRequest,GetExternalDbHomeResponse> |
DbManagementWaiters.forExternalDbHome(GetExternalDbHomeRequest request,
ExternalDbHome.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetExternalDbHomeRequest,GetExternalDbHomeResponse> |
DbManagementWaiters.forExternalDbHome(GetExternalDbHomeRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ExternalDbHome.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ExternalDbHome.LifecycleState |
ExternalDbHome.LifecycleState.create(String key) |
ExternalDbHome.LifecycleState |
ExternalDbHomeSummary.getLifecycleState()
The current lifecycle state of the external DB home.
|
ExternalDbHome.LifecycleState |
ExternalDbHome.getLifecycleState()
The current lifecycle state of the external DB home.
|
static ExternalDbHome.LifecycleState |
ExternalDbHome.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDbHome.LifecycleState[] |
ExternalDbHome.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalDbHomeSummary.Builder |
ExternalDbHomeSummary.Builder.lifecycleState(ExternalDbHome.LifecycleState lifecycleState)
The current lifecycle state of the external DB home.
|
ExternalDbHome.Builder |
ExternalDbHome.Builder.lifecycleState(ExternalDbHome.LifecycleState lifecycleState)
The current lifecycle state of the external DB home.
|
Constructor and Description |
---|
ExternalDbHome(String id,
String displayName,
String componentName,
String compartmentId,
String externalDbSystemId,
String homeDirectory,
Map<String,String> additionalDetails,
ExternalDbHome.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ExternalDbHomeSummary(String id,
String displayName,
String componentName,
String compartmentId,
String externalDbSystemId,
String homeDirectory,
ExternalDbHome.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.