Uses of Class
com.oracle.bmc.database.model.BackupDestinationDetails.Type
-
Packages that use BackupDestinationDetails.Type Package Description com.oracle.bmc.database.model -
-
Uses of BackupDestinationDetails.Type in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return BackupDestinationDetails.Type Modifier and Type Method Description static BackupDestinationDetails.TypeBackupDestinationDetails.Type. create(String key)BackupDestinationDetails.TypeBackupDestinationDetails. getType()Type of the database backup destination.static BackupDestinationDetails.TypeBackupDestinationDetails.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BackupDestinationDetails.Type[]BackupDestinationDetails.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type BackupDestinationDetails.Type Modifier and Type Method Description BackupDestinationDetails.BuilderBackupDestinationDetails.Builder. type(BackupDestinationDetails.Type type)Type of the database backup destination.Constructors in com.oracle.bmc.database.model with parameters of type BackupDestinationDetails.Type Constructor Description BackupDestinationDetails(BackupDestinationDetails.Type type, String id, String vpcUser, String vpcPassword, String internetProxy, String dbrsPolicyId, Boolean isRetentionLockEnabled, BackupDestinationDetails.BackupRetentionPolicyOnTerminate backupRetentionPolicyOnTerminate, Boolean isRemote, String remoteRegion)Deprecated.
-