Uses of Class
com.oracle.bmc.database.model.ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType
-
Packages that use ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType Package Description com.oracle.bmc.database.model -
-
Uses of ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType Modifier and Type Method Description static ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType
ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType. create(String key)
ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType
ChangeDisasterRecoveryConfigurationDetails. getDisasterRecoveryType()
Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance.static ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType
ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType[]
ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType. 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 ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType Modifier and Type Method Description ChangeDisasterRecoveryConfigurationDetails.Builder
ChangeDisasterRecoveryConfigurationDetails.Builder. disasterRecoveryType(ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType disasterRecoveryType)
Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance.Constructors in com.oracle.bmc.database.model with parameters of type ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType Constructor Description ChangeDisasterRecoveryConfigurationDetails(ChangeDisasterRecoveryConfigurationDetails.DisasterRecoveryType disasterRecoveryType, Date timeSnapshotStandbyEnabledTill, Boolean isSnapshotStandby, Boolean isReplicateAutomaticBackups)
Deprecated.
-