Class SupportedLevels
Optional. The profile levels supported by a recommendation.
For example, profile level values could be Low
, Medium
, and High
.
Not all recommendations support this field.
Inherited Members
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class SupportedLevels
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<SupportedLevel> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SupportedLevel> | The list of supported levels. |