Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
LevelsConfiguration |
LevelsConfiguration.Builder.build() |
LevelsConfiguration |
Profile.getLevelsConfiguration() |
LevelsConfiguration |
ProfileSummary.getLevelsConfiguration() |
LevelsConfiguration |
UpdateProfileDetails.getLevelsConfiguration() |
LevelsConfiguration |
CreateProfileDetails.getLevelsConfiguration() |
Modifier and Type | Method and Description |
---|---|
LevelsConfiguration.Builder |
LevelsConfiguration.Builder.copy(LevelsConfiguration model) |
Profile.Builder |
Profile.Builder.levelsConfiguration(LevelsConfiguration levelsConfiguration) |
ProfileSummary.Builder |
ProfileSummary.Builder.levelsConfiguration(LevelsConfiguration levelsConfiguration) |
UpdateProfileDetails.Builder |
UpdateProfileDetails.Builder.levelsConfiguration(LevelsConfiguration levelsConfiguration) |
CreateProfileDetails.Builder |
CreateProfileDetails.Builder.levelsConfiguration(LevelsConfiguration levelsConfiguration) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.