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