Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetExternalAsmRequest,GetExternalAsmResponse> |
DbManagementWaiters.forExternalAsm(GetExternalAsmRequest request,
ExternalAsm.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetExternalAsmRequest,GetExternalAsmResponse> |
DbManagementWaiters.forExternalAsm(GetExternalAsmRequest request,
ExternalAsm.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetExternalAsmRequest,GetExternalAsmResponse> |
DbManagementWaiters.forExternalAsm(GetExternalAsmRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ExternalAsm.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ExternalAsm.LifecycleState |
ExternalAsm.LifecycleState.create(String key) |
ExternalAsm.LifecycleState |
ExternalAsm.getLifecycleState()
The current lifecycle state of the external ASM.
|
ExternalAsm.LifecycleState |
ExternalAsmSummary.getLifecycleState()
The current lifecycle state of the external ASM.
|
static ExternalAsm.LifecycleState |
ExternalAsm.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalAsm.LifecycleState[] |
ExternalAsm.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalAsm.Builder |
ExternalAsm.Builder.lifecycleState(ExternalAsm.LifecycleState lifecycleState)
The current lifecycle state of the external ASM.
|
ExternalAsmSummary.Builder |
ExternalAsmSummary.Builder.lifecycleState(ExternalAsm.LifecycleState lifecycleState)
The current lifecycle state of the external ASM.
|
Constructor and Description |
---|
ExternalAsm(String id,
String displayName,
String componentName,
String compartmentId,
String externalDbSystemId,
String externalConnectorId,
String gridHome,
Boolean isCluster,
Boolean isFlexEnabled,
ExternalAsm.LifecycleState lifecycleState,
String lifecycleDetails,
List<ExternalAsmServicedDatabase> servicedDatabases,
Map<String,String> additionalDetails,
Date timeCreated,
Date timeUpdated,
String version,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ExternalAsmSummary(String id,
String displayName,
String componentName,
String compartmentId,
String externalDbSystemId,
String externalConnectorId,
ExternalAsm.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.