Show / Hide Table of Contents

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.

Inheritance
object
SupportedLevels
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top