Uses of Class
com.oracle.bmc.distributeddatabasev26.model.ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit
-
Packages that use ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit Modifier and Type Method Description static ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnitConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit. create(String key)ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnitConfigureDistributedDatabaseAutoResourceManagementDetails. getMaxMoveRuUnit()Time unit applicable to maxMoveRuAttempts.static ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnitConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit[]ConfigureDistributedDatabaseAutoResourceManagementDetails.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 ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit Modifier and Type Method Description ConfigureDistributedDatabaseAutoResourceManagementDetails.BuilderConfigureDistributedDatabaseAutoResourceManagementDetails.Builder. maxMoveRuUnit(ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit maxMoveRuUnit)Time unit applicable to maxMoveRuAttempts.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit Constructor Description ConfigureDistributedDatabaseAutoResourceManagementDetails(Boolean isEnabled, Integer coolOffPeriodInMinutes, Integer maxMoveRuAttempts, ConfigureDistributedDatabaseAutoResourceManagementDetails.MaxMoveRuUnit maxMoveRuUnit, ConfigureDistributedDatabaseAutoResourceManagementDetails.Mode mode, ConfigureDistributedDatabaseAutoResourceManagementDetails.ActionType actionType, List<String> notificationTopicIds, List<String> streamIds)Deprecated.
-