Package | Description |
---|---|
com.oracle.bmc.recovery.model | |
com.oracle.bmc.recovery.requests |
Modifier and Type | Method and Description |
---|---|
static DeletionSchedule |
DeletionSchedule.create(String key) |
DeletionSchedule |
ScheduleProtectedDatabaseDeletionDetails.getDeletionSchedule()
Defines a preferred schedule to delete a protected database after you terminate the source
database.
|
static DeletionSchedule |
DeletionSchedule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeletionSchedule[] |
DeletionSchedule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScheduleProtectedDatabaseDeletionDetails.Builder |
ScheduleProtectedDatabaseDeletionDetails.Builder.deletionSchedule(DeletionSchedule deletionSchedule)
Defines a preferred schedule to delete a protected database after you terminate the
source database.
|
Constructor and Description |
---|
ScheduleProtectedDatabaseDeletionDetails(DeletionSchedule deletionSchedule)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeletionSchedule |
DeleteProtectedDatabaseRequest.getDeletionSchedule()
Defines a preferred schedule to delete a protected database after you terminate the source
database.
|
Modifier and Type | Method and Description |
---|---|
DeleteProtectedDatabaseRequest.Builder |
DeleteProtectedDatabaseRequest.Builder.deletionSchedule(DeletionSchedule deletionSchedule)
Defines a preferred schedule to delete a protected database after you terminate the
source database.
|
Copyright © 2016–2024. All rights reserved.