Uses of Class
com.oracle.bmc.mysql.model.Backup.LifecycleState
-
Packages that use Backup.LifecycleState Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of Backup.LifecycleState in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type Backup.LifecycleState Modifier and Type Method Description Waiter<GetBackupRequest,GetBackupResponse>
DbBackupsWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBackupRequest,GetBackupResponse>
DbBackupsWaiters. forBackup(GetBackupRequest request, Backup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBackupRequest,GetBackupResponse>
DbBackupsWaiters. 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.mysql.model
Methods in com.oracle.bmc.mysql.model that return Backup.LifecycleState Modifier and Type Method Description static Backup.LifecycleState
Backup.LifecycleState. create(String key)
Backup.LifecycleState
Backup. getLifecycleState()
The state of the backup.Backup.LifecycleState
BackupSummary. getLifecycleState()
The 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.mysql.model with parameters of type Backup.LifecycleState Modifier and Type Method Description Backup.Builder
Backup.Builder. lifecycleState(Backup.LifecycleState lifecycleState)
The state of the backup.BackupSummary.Builder
BackupSummary.Builder. lifecycleState(Backup.LifecycleState lifecycleState)
The state of the backup.Constructors in com.oracle.bmc.mysql.model with parameters of type Backup.LifecycleState Constructor Description Backup(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, Backup.LifecycleState lifecycleState, String lifecycleDetails, Backup.BackupType backupType, Backup.CreationType creationType, String dbSystemId, DbSystemSnapshot dbSystemSnapshot, Integer backupSizeInGBs, Integer retentionInDays, Integer dataStorageSizeInGBs, String mysqlVersion, String shapeName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String immediateSourceBackupId, String originalSourceBackupId, Date timeCopyCreated)
Deprecated.BackupSummary(String id, String displayName, String description, Date timeCreated, Backup.LifecycleState lifecycleState, Backup.BackupType backupType, Backup.CreationType creationType, String dbSystemId, String compartmentId, Integer dataStorageSizeInGBs, Integer backupSizeInGBs, Integer retentionInDays, String mysqlVersion, String shapeName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String immediateSourceBackupId, String originalSourceBackupId, Date timeCopyCreated, DbSystemSnapshotSummary dbSystemSnapshotSummary)
Deprecated. -
Uses of Backup.LifecycleState in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return Backup.LifecycleState Modifier and Type Method Description Backup.LifecycleState
ListBackupsRequest. getLifecycleState()
Backup Lifecycle StateMethods in com.oracle.bmc.mysql.requests with parameters of type Backup.LifecycleState Modifier and Type Method Description ListBackupsRequest.Builder
ListBackupsRequest.Builder. lifecycleState(Backup.LifecycleState lifecycleState)
Backup Lifecycle State
-