Package | Description |
---|---|
com.oracle.bmc.psql | |
com.oracle.bmc.psql.model | |
com.oracle.bmc.psql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetBackupRequest,GetBackupResponse> |
PostgresqlWaiters.forBackup(GetBackupRequest request,
Backup.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetBackupRequest,GetBackupResponse> |
PostgresqlWaiters.forBackup(GetBackupRequest request,
Backup.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBackupRequest,GetBackupResponse> |
PostgresqlWaiters.forBackup(GetBackupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Backup.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Backup.LifecycleState |
Backup.LifecycleState.create(String key) |
Backup.LifecycleState |
BackupSummary.getLifecycleState()
The current state of the backup.
|
Backup.LifecycleState |
Backup.getLifecycleState()
The current state of the backup.
|
static Backup.LifecycleState |
Backup.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Backup.LifecycleState[] |
Backup.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BackupSummary.Builder |
BackupSummary.Builder.lifecycleState(Backup.LifecycleState lifecycleState)
The current state of the backup.
|
Backup.Builder |
Backup.Builder.lifecycleState(Backup.LifecycleState lifecycleState)
The current state of the backup.
|
Constructor and Description |
---|
Backup(String id,
String displayName,
String description,
String compartmentId,
Backup.SourceType sourceType,
Date timeCreated,
Date timeUpdated,
Backup.LifecycleState lifecycleState,
String lifecycleDetails,
Integer retentionPeriod,
Integer backupSize,
String dbSystemId,
DbSystemDetails dbSystemDetails,
String lastAcceptedRequestToken,
String lastCompletedRequestToken,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
BackupSummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Backup.LifecycleState lifecycleState,
String lifecycleDetails,
Backup.SourceType sourceType,
Integer backupSize,
String dbSystemId,
Integer retentionPeriod,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Backup.LifecycleState |
ListBackupsRequest.getLifecycleState()
A filter to return only resources if their
lifecycleState matches the given lifecycleState . |
Modifier and Type | Method and Description |
---|---|
ListBackupsRequest.Builder |
ListBackupsRequest.Builder.lifecycleState(Backup.LifecycleState lifecycleState)
A filter to return only resources if their
lifecycleState matches the given
lifecycleState . |
Copyright © 2016–2024. All rights reserved.