Uses of Class
com.oracle.bmc.database.model.AutonomousDatabaseBackup.LifecycleState
-
Packages that use AutonomousDatabaseBackup.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of AutonomousDatabaseBackup.LifecycleState in com.oracle.bmc.database
-
Uses of AutonomousDatabaseBackup.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousDatabaseBackup.LifecycleState Modifier and Type Method Description static AutonomousDatabaseBackup.LifecycleState
AutonomousDatabaseBackup.LifecycleState. create(String key)
AutonomousDatabaseBackup.LifecycleState
AutonomousDatabaseBackup. getLifecycleState()
The current state of the backup.static AutonomousDatabaseBackup.LifecycleState
AutonomousDatabaseBackup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousDatabaseBackup.LifecycleState[]
AutonomousDatabaseBackup.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 AutonomousDatabaseBackup.LifecycleState Modifier and Type Method Description AutonomousDatabaseBackup.Builder
AutonomousDatabaseBackup.Builder. lifecycleState(AutonomousDatabaseBackup.LifecycleState lifecycleState)
The current state of the backup.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousDatabaseBackup.LifecycleState Constructor Description AutonomousDatabaseBackup(String id, String compartmentId, String autonomousDatabaseId, String displayName, AutonomousDatabaseBackup.Type type, Boolean isAutomatic, Date timeStarted, Date timeEnded, String lifecycleDetails, BigDecimal databaseSizeInTBs, AutonomousDatabaseBackup.LifecycleState lifecycleState, Boolean isRestorable, String keyStoreId, String keyStoreWalletName, String kmsKeyId, String vaultId, String kmsKeyVersionId, Integer retentionPeriodInDays, Date timeAvailableTill, String dbVersion, Double sizeInTBs, BackupDestinationDetails backupDestinationDetails)
Deprecated.
-