Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.model | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
MysqlaasWaiters.forConfiguration(GetConfigurationRequest request,
Configuration.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
MysqlaasWaiters.forConfiguration(GetConfigurationRequest request,
Configuration.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
MysqlaasWaiters.forConfiguration(GetConfigurationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Configuration.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Configuration.LifecycleState |
Configuration.LifecycleState.create(String key) |
Configuration.LifecycleState |
ConfigurationSummary.getLifecycleState()
The current state of the Configuration.
|
Configuration.LifecycleState |
Configuration.getLifecycleState()
The current state of the Configuration.
|
static Configuration.LifecycleState |
Configuration.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.LifecycleState[] |
Configuration.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationSummary.Builder |
ConfigurationSummary.Builder.lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the Configuration.
|
Configuration.Builder |
Configuration.Builder.lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the Configuration.
|
Constructor and Description |
---|
Configuration(String id,
String compartmentId,
String description,
String displayName,
String shapeName,
Configuration.Type type,
Date timeCreated,
Date timeUpdated,
Configuration.LifecycleState lifecycleState,
InitializationVariables initVariables,
ConfigurationVariables variables,
String parentConfigurationId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ConfigurationSummary(String id,
String compartmentId,
String description,
String displayName,
String shapeName,
Configuration.Type type,
Configuration.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.LifecycleState |
ListConfigurationsRequest.getLifecycleState()
Configuration Lifecycle State
|
Modifier and Type | Method and Description |
---|---|
ListConfigurationsRequest.Builder |
ListConfigurationsRequest.Builder.lifecycleState(Configuration.LifecycleState lifecycleState)
Configuration Lifecycle State
|
Copyright © 2016–2024. All rights reserved.