Uses of Class
com.oracle.bmc.mysql.model.SoftDelete
-
Packages that use SoftDelete Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of SoftDelete in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return SoftDelete Modifier and Type Method Description static SoftDelete
SoftDelete. create(String key)
SoftDelete
Backup. getSoftDelete()
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.SoftDelete
BackupPolicy. getSoftDelete()
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.SoftDelete
BackupSummary. getSoftDelete()
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.SoftDelete
CreateBackupDetails. getSoftDelete()
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.SoftDelete
CreateBackupPolicyDetails. getSoftDelete()
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.SoftDelete
UpdateBackupDetails. getSoftDelete()
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.SoftDelete
UpdateBackupPolicyDetails. getSoftDelete()
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.static SoftDelete
SoftDelete. valueOf(String name)
Returns the enum constant of this type with the specified name.static SoftDelete[]
SoftDelete. 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 SoftDelete Modifier and Type Method Description Backup.Builder
Backup.Builder. softDelete(SoftDelete softDelete)
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.BackupPolicy.Builder
BackupPolicy.Builder. softDelete(SoftDelete softDelete)
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.BackupSummary.Builder
BackupSummary.Builder. softDelete(SoftDelete softDelete)
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.CreateBackupDetails.Builder
CreateBackupDetails.Builder. softDelete(SoftDelete softDelete)
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.CreateBackupPolicyDetails.Builder
CreateBackupPolicyDetails.Builder. softDelete(SoftDelete softDelete)
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.UpdateBackupDetails.Builder
UpdateBackupDetails.Builder. softDelete(SoftDelete softDelete)
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.UpdateBackupPolicyDetails.Builder
UpdateBackupPolicyDetails.Builder. softDelete(SoftDelete softDelete)
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.Constructors in com.oracle.bmc.mysql.model with parameters of type SoftDelete Constructor Description Backup(String id, String displayName, String description, SoftDelete softDelete, 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.BackupPolicy(Boolean isEnabled, SoftDelete softDelete, List<CopyPolicy> copyPolicies, String windowStartTime, Integer retentionInDays, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, PitrPolicy pitrPolicy)
Deprecated.BackupSummary(String id, String displayName, String description, SoftDelete softDelete, Date timeCreated, Backup.LifecycleState lifecycleState, String lifecycleDetails, 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.CreateBackupDetails(String displayName, String description, SoftDelete softDelete, CreateBackupDetails.BackupType backupType, String dbSystemId, Integer retentionInDays, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateBackupPolicyDetails(Boolean isEnabled, SoftDelete softDelete, List<CopyPolicy> copyPolicies, String windowStartTime, Integer retentionInDays, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, PitrPolicy pitrPolicy)
Deprecated.UpdateBackupDetails(String displayName, String description, SoftDelete softDelete, Integer retentionInDays, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateBackupPolicyDetails(Boolean isEnabled, SoftDelete softDelete, List<CopyPolicy> copyPolicies, String windowStartTime, Integer retentionInDays, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, PitrPolicy pitrPolicy)
Deprecated. -
Uses of SoftDelete in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return SoftDelete Modifier and Type Method Description SoftDelete
ListBackupsRequest. getSoftDelete()
Backup Soft DeleteMethods in com.oracle.bmc.mysql.requests with parameters of type SoftDelete Modifier and Type Method Description ListBackupsRequest.Builder
ListBackupsRequest.Builder. softDelete(SoftDelete softDelete)
Backup Soft Delete
-