Uses of Class
com.oracle.bmc.database.model.Backup.LifecycleState
-
Packages that use Backup.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of Backup.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type Backup.LifecycleState Modifier and Type Method Description Waiter<GetBackupRequest,GetBackupResponse>
DatabaseWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBackupRequest,GetBackupResponse>
DatabaseWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBackupRequest,GetBackupResponse>
DatabaseWaiters. forBackup(GetBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Backup.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Backup.LifecycleState Modifier and Type Method Description static Backup.LifecycleState
Backup.LifecycleState. create(String key)
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.Methods in com.oracle.bmc.database.model with parameters of type Backup.LifecycleState Modifier and Type Method Description Backup.Builder
Backup.Builder. lifecycleState(Backup.LifecycleState lifecycleState)
The current state of the backup.Constructors in com.oracle.bmc.database.model with parameters of type Backup.LifecycleState Constructor Description Backup(String id, String compartmentId, String databaseId, String displayName, Backup.Type type, Date timeStarted, Date timeEnded, String lifecycleDetails, String availabilityDomain, Backup.LifecycleState lifecycleState, Backup.DatabaseEdition databaseEdition, Double databaseSizeInGBs, String shape, String version, String kmsKeyId, String kmsKeyVersionId, String vaultId, String keyStoreId, String keyStoreWalletName, List<String> secondaryKmsKeyIds, Integer retentionPeriodInDays, Integer retentionPeriodInYears, Date timeExpiryScheduled, Boolean isUsingOracleManagedKeys, Backup.BackupDestinationType backupDestinationType, EncryptionKeyLocationDetails encryptionKeyLocationDetails)
Deprecated.
-