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