@Generated(value="OracleSDKGenerator", comments="API Version: 20210216") public enum DeletionSchedule extends Enum<DeletionSchedule> implements BmcEnum
The preferred schedule to delete a protected database and its backups after you terminate the source database - * If you do not specify a value, then Recovery Service schedules to delete the protected database 72 hours (3 days) after the database is terminated. * If you set the option as DELETE_AFTER_RETENTION_PERIOD, then Recovery Service schedules to delete the protected database after the backup retention period expires.
Enum Constant and Description |
---|
DeleteAfter72Hours |
DeleteAfterRetentionPeriod |
Modifier and Type | Method and Description |
---|---|
static DeletionSchedule |
create(String key) |
String |
getValue() |
static DeletionSchedule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeletionSchedule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeletionSchedule DeleteAfterRetentionPeriod
public static final DeletionSchedule DeleteAfter72Hours
public static DeletionSchedule[] values()
for (DeletionSchedule c : DeletionSchedule.values()) System.out.println(c);
public static DeletionSchedule valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DeletionSchedule create(String key)
Copyright © 2016–2024. All rights reserved.