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