Package | Description |
---|---|
com.oracle.bmc.psql | |
com.oracle.bmc.psql.model | |
com.oracle.bmc.psql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
PostgresqlWaiters.forDbSystem(GetDbSystemRequest request,
DbSystem.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
PostgresqlWaiters.forDbSystem(GetDbSystemRequest request,
DbSystem.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
PostgresqlWaiters.forDbSystem(GetDbSystemRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DbSystem.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DbSystem.LifecycleState |
DbSystem.LifecycleState.create(String key) |
DbSystem.LifecycleState |
DbSystemSummary.getLifecycleState()
The current state of the database system.
|
DbSystem.LifecycleState |
DbSystem.getLifecycleState()
The current state of the database system.
|
static DbSystem.LifecycleState |
DbSystem.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystem.LifecycleState[] |
DbSystem.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbSystemSummary.Builder |
DbSystemSummary.Builder.lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the database system.
|
DbSystem.Builder |
DbSystem.Builder.lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the database system.
|
Constructor and Description |
---|
DbSystem(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DbSystem.LifecycleState lifecycleState,
String lifecycleDetails,
String adminUsername,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
DbSystem.SystemType systemType,
String dbVersion,
String configId,
String shape,
Integer instanceOcpuCount,
Integer instanceMemorySizeInGBs,
Integer instanceCount,
List<DbInstance> instances,
StorageDetails storageDetails,
NetworkDetails networkDetails,
ManagementPolicy managementPolicy,
SourceDetails source)
Deprecated.
|
DbSystemSummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DbSystem.LifecycleState lifecycleState,
String lifecycleDetails,
DbSystem.SystemType systemType,
Integer instanceCount,
String shape,
Integer instanceOcpuCount,
Integer instanceMemorySizeInGBs,
String dbVersion,
String configId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DbSystem.LifecycleState |
ListDbSystemsRequest.getLifecycleState()
A filter to return only resources if their
lifecycleState matches the given lifecycleState . |
Modifier and Type | Method and Description |
---|---|
ListDbSystemsRequest.Builder |
ListDbSystemsRequest.Builder.lifecycleState(DbSystem.LifecycleState lifecycleState)
A filter to return only resources if their
lifecycleState matches the given
lifecycleState . |
Copyright © 2016–2024. All rights reserved.