Uses of Class
com.oracle.bmc.optimizer.model.LevelsConfiguration
-
Packages that use LevelsConfiguration Package Description com.oracle.bmc.optimizer.model -
-
Uses of LevelsConfiguration in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return LevelsConfiguration Modifier and Type Method Description LevelsConfiguration
LevelsConfiguration.Builder. build()
LevelsConfiguration
CreateProfileDetails. getLevelsConfiguration()
LevelsConfiguration
Profile. getLevelsConfiguration()
LevelsConfiguration
ProfileSummary. getLevelsConfiguration()
LevelsConfiguration
UpdateProfileDetails. getLevelsConfiguration()
Methods in com.oracle.bmc.optimizer.model with parameters of type LevelsConfiguration Modifier and Type Method Description LevelsConfiguration.Builder
LevelsConfiguration.Builder. copy(LevelsConfiguration model)
CreateProfileDetails.Builder
CreateProfileDetails.Builder. levelsConfiguration(LevelsConfiguration levelsConfiguration)
Profile.Builder
Profile.Builder. levelsConfiguration(LevelsConfiguration levelsConfiguration)
ProfileSummary.Builder
ProfileSummary.Builder. levelsConfiguration(LevelsConfiguration levelsConfiguration)
UpdateProfileDetails.Builder
UpdateProfileDetails.Builder. levelsConfiguration(LevelsConfiguration levelsConfiguration)
Constructors in com.oracle.bmc.optimizer.model with parameters of type LevelsConfiguration Constructor Description CreateProfileDetails(String compartmentId, String name, String description, Integer aggregationIntervalInDays, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, LevelsConfiguration levelsConfiguration, TargetCompartments targetCompartments, TargetTags targetTags)
Deprecated.Profile(String id, String compartmentId, String name, String description, Integer aggregationIntervalInDays, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, LevelsConfiguration levelsConfiguration, TargetCompartments targetCompartments, TargetTags targetTags, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.ProfileSummary(String id, String compartmentId, String name, String description, Integer aggregationIntervalInDays, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, LifecycleState lifecycleState, LevelsConfiguration levelsConfiguration, TargetCompartments targetCompartments, TargetTags targetTags, Date timeCreated, Date timeUpdated)
Deprecated.UpdateProfileDetails(String description, Integer aggregationIntervalInDays, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, LevelsConfiguration levelsConfiguration, TargetCompartments targetCompartments, TargetTags targetTags, String name)
Deprecated.
-