Uses of Class
com.oracle.bmc.database.model.UpdateDatabaseDetails.ProtectionMode
-
Packages that use UpdateDatabaseDetails.ProtectionMode Package Description com.oracle.bmc.database.model -
-
Uses of UpdateDatabaseDetails.ProtectionMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateDatabaseDetails.ProtectionMode Modifier and Type Method Description static UpdateDatabaseDetails.ProtectionModeUpdateDatabaseDetails.ProtectionMode. create(String key)UpdateDatabaseDetails.ProtectionModeUpdateDatabaseDetails. getProtectionMode()The protection mode of this Data Guard.static UpdateDatabaseDetails.ProtectionModeUpdateDatabaseDetails.ProtectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateDatabaseDetails.ProtectionMode[]UpdateDatabaseDetails.ProtectionMode. 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 UpdateDatabaseDetails.ProtectionMode Modifier and Type Method Description UpdateDatabaseDetails.BuilderUpdateDatabaseDetails.Builder. protectionMode(UpdateDatabaseDetails.ProtectionMode protectionMode)The protection mode of this Data Guard.Constructors in com.oracle.bmc.database.model with parameters of type UpdateDatabaseDetails.ProtectionMode Constructor Description UpdateDatabaseDetails(DbBackupConfig dbBackupConfig, String dbHomeId, char[] newAdminPassword, char[] oldTdeWalletPassword, char[] newTdeWalletPassword, DatabaseStorageSizeDetails storageSizeDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ManagedSoftwareUpdateInputDetails managedSoftwareUpdateDetails, PatchOptions patchOptions, char[] databaseAdminPassword, UpdateDatabaseDetails.ProtectionMode protectionMode, UpdateDatabaseDetails.TransportType transportType, Boolean isActiveDataGuardEnabled, AutoFailoverConfiguration autoFailoverConfiguration)Deprecated.UpdateDatabaseDetails(DbBackupConfig dbBackupConfig, String dbHomeId, String newAdminPassword, String oldTdeWalletPassword, String newTdeWalletPassword, DatabaseStorageSizeDetails storageSizeDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ManagedSoftwareUpdateInputDetails managedSoftwareUpdateDetails, PatchOptions patchOptions, String databaseAdminPassword, UpdateDatabaseDetails.ProtectionMode protectionMode, UpdateDatabaseDetails.TransportType transportType, Boolean isActiveDataGuardEnabled, AutoFailoverConfiguration autoFailoverConfiguration)Deprecated.
-