@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class DeleteDbHomeRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
DeleteDbHomeRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteDbHomeRequest.Builder |
builder() |
String |
getDbHomeId()
The database home OCID.
|
String |
getIfMatch()
For optimistic concurrency control.
|
Boolean |
getPerformFinalBackup()
Whether to perform a final backup of the database or not.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static DeleteDbHomeRequest.Builder builder()
public String getIfMatch()
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
public Boolean getPerformFinalBackup()
Whether to perform a final backup of the database or not. Default is false. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
Copyright © 2016–2019. All rights reserved.