Show / Hide Table of Contents

Class LevelConfiguration

Details about the configuration level for the recommendation.

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

Properties

Level

Declaration
[JsonProperty(PropertyName = "level")]
public string Level { get; set; }
Property Value
Type Description
string

The pre-defined profile level.

RecommendationId

Declaration
[JsonProperty(PropertyName = "recommendationId")]
public string RecommendationId { get; set; }
Property Value
Type Description
string

The unique OCID of the recommendation.

In this article
Back to top