Uses of Class
com.oracle.bmc.database.model.CreateStandbyDetails.ProtectionMode
-
Packages that use CreateStandbyDetails.ProtectionMode Package Description com.oracle.bmc.database.model -
-
Uses of CreateStandbyDetails.ProtectionMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateStandbyDetails.ProtectionMode Modifier and Type Method Description static CreateStandbyDetails.ProtectionModeCreateStandbyDetails.ProtectionMode. create(String key)CreateStandbyDetails.ProtectionModeCreateStandbyDetails. getProtectionMode()The protection mode of this Data Guard.static CreateStandbyDetails.ProtectionModeCreateStandbyDetails.ProtectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateStandbyDetails.ProtectionMode[]CreateStandbyDetails.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 CreateStandbyDetails.ProtectionMode Modifier and Type Method Description CreateStandbyDetails.BuilderCreateStandbyDetails.Builder. protectionMode(CreateStandbyDetails.ProtectionMode protectionMode)The protection mode of this Data Guard.Constructors in com.oracle.bmc.database.model with parameters of type CreateStandbyDetails.ProtectionMode Constructor Description CreateStandbyDetails(String sourceDatabaseId, char[] databaseAdminPassword, char[] sourceTdeWalletPassword, EncryptionKeyLocationDetails sourceEncryptionKeyLocationDetails, Boolean isActiveDataGuardEnabled, String dbUniqueName, String sidPrefix, CreateStandbyDetails.ProtectionMode protectionMode, CreateStandbyDetails.TransportType transportType, DatabaseStorageSizeDetails storageSizeDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.CreateStandbyDetails(String sourceDatabaseId, String databaseAdminPassword, String sourceTdeWalletPassword, EncryptionKeyLocationDetails sourceEncryptionKeyLocationDetails, Boolean isActiveDataGuardEnabled, String dbUniqueName, String sidPrefix, CreateStandbyDetails.ProtectionMode protectionMode, CreateStandbyDetails.TransportType transportType, DatabaseStorageSizeDetails storageSizeDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-