Class LevelsConfiguration
A list of configuration levels for each recommendation.
Inherited Members
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class LevelsConfigurationProperties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<LevelConfiguration> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<LevelConfiguration> | The array of configuration levels. |