Package | Description |
---|---|
com.oracle.bmc.psql | |
com.oracle.bmc.psql.model | |
com.oracle.bmc.psql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
PostgresqlWaiters.forConfiguration(GetConfigurationRequest request,
Configuration.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
PostgresqlWaiters.forConfiguration(GetConfigurationRequest request,
Configuration.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
PostgresqlWaiters.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 displayName,
String description,
String compartmentId,
Date timeCreated,
Configuration.LifecycleState lifecycleState,
String lifecycleDetails,
String dbVersion,
Configuration.ConfigType configType,
String shape,
Boolean isFlexible,
Integer instanceOcpuCount,
Integer instanceMemorySizeInGBs,
ConfigurationDetails configurationDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ConfigurationSummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Configuration.LifecycleState lifecycleState,
String lifecycleDetails,
String dbVersion,
String shape,
Boolean isFlexible,
Integer instanceOcpuCount,
Integer instanceMemorySizeInGBs,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.LifecycleState |
ListConfigurationsRequest.getLifecycleState()
A filter to return only resources if their
lifecycleState matches the given lifecycleState . |
Configuration.LifecycleState |
ListDefaultConfigurationsRequest.getLifecycleState()
A filter to return only resources if their
lifecycleState matches the given lifecycleState . |
Modifier and Type | Method and Description |
---|---|
ListConfigurationsRequest.Builder |
ListConfigurationsRequest.Builder.lifecycleState(Configuration.LifecycleState lifecycleState)
A filter to return only resources if their
lifecycleState matches the given
lifecycleState . |
ListDefaultConfigurationsRequest.Builder |
ListDefaultConfigurationsRequest.Builder.lifecycleState(Configuration.LifecycleState lifecycleState)
A filter to return only resources if their
lifecycleState matches the given
lifecycleState . |
Copyright © 2016–2024. All rights reserved.