Uses of Class
com.oracle.bmc.database.model.AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode
-
Packages that use AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode Package Description com.oracle.bmc.database.model -
-
Uses of AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode Modifier and Type Method Description static AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode. create(String key)
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode
AddStandbyAutonomousContainerDatabaseDetails. getProtectionMode()
The protection mode of this Autonomous Data Guard association.static AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode
AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode[]
AddStandbyAutonomousContainerDatabaseDetails.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 AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode Modifier and Type Method Description AddStandbyAutonomousContainerDatabaseDetails.Builder
AddStandbyAutonomousContainerDatabaseDetails.Builder. protectionMode(AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode protectionMode)
The protection mode of this Autonomous Data Guard association.Constructors in com.oracle.bmc.database.model with parameters of type AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode Constructor Description AddStandbyAutonomousContainerDatabaseDetails(Integer fastStartFailOverLagLimitInSeconds, Boolean isAutomaticFailoverEnabled, PeerAutonomousContainerDatabaseBackupConfig peerAutonomousContainerDatabaseBackupConfig, String peerAutonomousContainerDatabaseCompartmentId, String peerAutonomousContainerDatabaseDisplayName, String peerCloudAutonomousVmClusterId, String peerAutonomousVmClusterId, String peerDbUniqueName, AddStandbyAutonomousContainerDatabaseDetails.ProtectionMode protectionMode, Integer standbyMaintenanceBufferInDays)
Deprecated.
-