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.ProtectionMode
CreateStandbyDetails.ProtectionMode. create(String key)
CreateStandbyDetails.ProtectionMode
CreateStandbyDetails. getProtectionMode()
The protection mode of this Data Guard.static CreateStandbyDetails.ProtectionMode
CreateStandbyDetails.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.Builder
CreateStandbyDetails.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, String databaseAdminPassword, String sourceTdeWalletPassword, EncryptionKeyLocationDetails sourceEncryptionKeyLocationDetails, Boolean isActiveDataGuardEnabled, String dbUniqueName, String sidPrefix, CreateStandbyDetails.ProtectionMode protectionMode, CreateStandbyDetails.TransportType transportType)
Deprecated.
-