Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit
-
Packages that use DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit Modifier and Type Method Description static DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnitDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit. create(String key)DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnitDistributedDatabaseAutoResourceManagementDetails. getMaxMoveRuUnit()Time unit applicable to maxMoveRuAttempts.static DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnitDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit[]DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit. 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.MaxMoveRuUnit Modifier and Type Method Description DistributedDatabaseAutoResourceManagementDetails.BuilderDistributedDatabaseAutoResourceManagementDetails.Builder. maxMoveRuUnit(DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit maxMoveRuUnit)Time unit applicable to maxMoveRuAttempts.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit 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.
-