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