Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabaseAutoResourceManagementDetails.Mode
-
Packages that use DistributedDatabaseAutoResourceManagementDetails.Mode Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabaseAutoResourceManagementDetails.Mode in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabaseAutoResourceManagementDetails.Mode Modifier and Type Method Description static DistributedDatabaseAutoResourceManagementDetails.ModeDistributedDatabaseAutoResourceManagementDetails.Mode. create(String key)DistributedDatabaseAutoResourceManagementDetails.ModeDistributedDatabaseAutoResourceManagementDetails. getMode()Mode of autoResourceManagement execution.static DistributedDatabaseAutoResourceManagementDetails.ModeDistributedDatabaseAutoResourceManagementDetails.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDatabaseAutoResourceManagementDetails.Mode[]DistributedDatabaseAutoResourceManagementDetails.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseAutoResourceManagementDetails.Mode Modifier and Type Method Description DistributedDatabaseAutoResourceManagementDetails.BuilderDistributedDatabaseAutoResourceManagementDetails.Builder. mode(DistributedDatabaseAutoResourceManagementDetails.Mode mode)Mode of autoResourceManagement execution.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseAutoResourceManagementDetails.Mode Constructor Description DistributedDatabaseAutoResourceManagementDetails(Boolean isEnabled, Integer coolOffPeriodInMinutes, Integer maxMoveRuAttempts, DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit maxMoveRuUnit, DistributedDatabaseAutoResourceManagementDetails.Mode mode, DistributedDatabaseAutoResourceManagementDetails.ActionType actionType, List<String> notificationTopicIds, List<String> streamIds)Deprecated.
-