Show / Hide Table of Contents

Class LevelsConfiguration

A list of configuration levels for each recommendation.

Inheritance
object
LevelsConfiguration
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 LevelsConfiguration

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<LevelConfiguration> Items { get; set; }
Property Value
Type Description
List<LevelConfiguration>

The array of configuration levels.

In this article
Back to top