Class UpdateProfileDetails
Details for updating a profile.
Inheritance
UpdateProfileDetails
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class UpdateProfileDetails
Properties
AggregationIntervalInDays
Declaration
[JsonProperty(PropertyName = "aggregationIntervalInDays")]
public int? AggregationIntervalInDays { get; set; }
Property Value
Type |
Description |
int? |
The time period over which to collect data for the recommendations, measured in number of days.
|
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type |
Description |
string |
Text describing the profile. Avoid entering confidential information.
|
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type |
Description |
Dictionary<string, string> |
Simple key-value pair applied without any predefined name, type, or namespace.
For more information, see Resource Tags. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
|
LevelsConfiguration
Declaration
[JsonProperty(PropertyName = "levelsConfiguration")]
public LevelsConfiguration LevelsConfiguration { get; set; }
Property Value
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
string |
The name assigned to the profile. Avoid entering confidential information.
|
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type |
Description |
Dictionary<string, Dictionary<string, object>> |
Usage of system tag keys. These predefined keys are scoped to namespaces.
Example: { "orcl-cloud": { "free-tier-retained": "true" } }
|
TargetCompartments
Declaration
[JsonProperty(PropertyName = "targetCompartments")]
public TargetCompartments TargetCompartments { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "targetTags")]
public TargetTags TargetTags { get; set; }
Property Value