Uses of Class
com.oracle.bmc.database.model.CreateDatabaseForStandbyDbSystemDetails.ProtectionMode
-
Packages that use CreateDatabaseForStandbyDbSystemDetails.ProtectionMode Package Description com.oracle.bmc.database.model -
-
Uses of CreateDatabaseForStandbyDbSystemDetails.ProtectionMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateDatabaseForStandbyDbSystemDetails.ProtectionMode Modifier and Type Method Description static CreateDatabaseForStandbyDbSystemDetails.ProtectionModeCreateDatabaseForStandbyDbSystemDetails.ProtectionMode. create(String key)CreateDatabaseForStandbyDbSystemDetails.ProtectionModeCreateDatabaseForStandbyDbSystemDetails. getProtectionMode()The protection mode of this Data Guard association.static CreateDatabaseForStandbyDbSystemDetails.ProtectionModeCreateDatabaseForStandbyDbSystemDetails.ProtectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateDatabaseForStandbyDbSystemDetails.ProtectionMode[]CreateDatabaseForStandbyDbSystemDetails.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 CreateDatabaseForStandbyDbSystemDetails.ProtectionMode Modifier and Type Method Description CreateDatabaseForStandbyDbSystemDetails.BuilderCreateDatabaseForStandbyDbSystemDetails.Builder. protectionMode(CreateDatabaseForStandbyDbSystemDetails.ProtectionMode protectionMode)The protection mode of this Data Guard association.Constructors in com.oracle.bmc.database.model with parameters of type CreateDatabaseForStandbyDbSystemDetails.ProtectionMode Constructor Description CreateDatabaseForStandbyDbSystemDetails(String adminPassword, String tdeWalletPassword, String databaseSoftwareImageId, Boolean isActiveDataGuardEnabled, String dbDomain, String sidPrefix, String dbUniqueName, CreateDatabaseForStandbyDbSystemDetails.ProtectionMode protectionMode, EncryptionKeyLocationDetails sourceEncryptionKeyLocationDetails, CreateDatabaseForStandbyDbSystemDetails.TransportType transportType, DbBackupConfig dbBackupConfig, Map<String,String> databaseFreeformTags, Map<String,Map<String,Object>> databaseDefinedTags)Deprecated.
-