Uses of Class
com.oracle.bmc.psql.model.Configuration.LifecycleState
-
Packages that use Configuration.LifecycleState Package Description com.oracle.bmc.psql com.oracle.bmc.psql.model com.oracle.bmc.psql.requests -
-
Uses of Configuration.LifecycleState in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type Configuration.LifecycleState Modifier and Type Method Description Waiter<GetConfigurationRequest,GetConfigurationResponse>
PostgresqlWaiters. forConfiguration(GetConfigurationRequest request, Configuration.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConfigurationRequest,GetConfigurationResponse>
PostgresqlWaiters. forConfiguration(GetConfigurationRequest request, Configuration.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConfigurationRequest,GetConfigurationResponse>
PostgresqlWaiters. forConfiguration(GetConfigurationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Configuration.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Configuration.LifecycleState in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return Configuration.LifecycleState Modifier and Type Method Description static Configuration.LifecycleState
Configuration.LifecycleState. create(String key)
Configuration.LifecycleState
Configuration. getLifecycleState()
The current state of the configuration.Configuration.LifecycleState
ConfigurationSummary. 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.Methods in com.oracle.bmc.psql.model with parameters of type Configuration.LifecycleState Modifier and Type Method Description Configuration.Builder
Configuration.Builder. lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the configuration.ConfigurationSummary.Builder
ConfigurationSummary.Builder. lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the configuration.Constructors in com.oracle.bmc.psql.model with parameters of type Configuration.LifecycleState Constructor 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. -
Uses of Configuration.LifecycleState in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return Configuration.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.psql.requests with parameters of type Configuration.LifecycleState Modifier and Type Method 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.
-