Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static DeletionPolicyDetails.AutomaticBackupRetention |
DeletionPolicyDetails.AutomaticBackupRetention.create(String key) |
DeletionPolicyDetails.AutomaticBackupRetention |
DeletionPolicyDetails.getAutomaticBackupRetention()
Specifies if any automatic backups created for a DB System should be retained or deleted when
the DB System is deleted.
|
static DeletionPolicyDetails.AutomaticBackupRetention |
DeletionPolicyDetails.AutomaticBackupRetention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeletionPolicyDetails.AutomaticBackupRetention[] |
DeletionPolicyDetails.AutomaticBackupRetention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeletionPolicyDetails.Builder |
DeletionPolicyDetails.Builder.automaticBackupRetention(DeletionPolicyDetails.AutomaticBackupRetention automaticBackupRetention)
Specifies if any automatic backups created for a DB System should be retained or deleted
when the DB System is deleted.
|
Constructor and Description |
---|
DeletionPolicyDetails(DeletionPolicyDetails.AutomaticBackupRetention automaticBackupRetention,
DeletionPolicyDetails.FinalBackup finalBackup,
Boolean isDeleteProtected)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.