Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
TargetTags |
TargetTags.Builder.build() |
TargetTags |
Profile.getTargetTags() |
TargetTags |
ProfileSummary.getTargetTags() |
TargetTags |
UpdateProfileDetails.getTargetTags() |
TargetTags |
CreateProfileDetails.getTargetTags() |
Modifier and Type | Method and Description |
---|---|
TargetTags.Builder |
TargetTags.Builder.copy(TargetTags model) |
Profile.Builder |
Profile.Builder.targetTags(TargetTags targetTags) |
ProfileSummary.Builder |
ProfileSummary.Builder.targetTags(TargetTags targetTags) |
UpdateProfileDetails.Builder |
UpdateProfileDetails.Builder.targetTags(TargetTags targetTags) |
CreateProfileDetails.Builder |
CreateProfileDetails.Builder.targetTags(TargetTags targetTags) |
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.