SupportedLevel

class oci.optimizer.models.SupportedLevel(**kwargs)

Bases: object

A system defined profile level supported by the recommendation.

Methods

__init__(**kwargs) Initializes a new SupportedLevel object with values from keyword arguments.

Attributes

name Gets the name of this SupportedLevel.
__init__(**kwargs)

Initializes a new SupportedLevel object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:name (str) – The value to assign to the name property of this SupportedLevel.
name

Gets the name of this SupportedLevel. The name of the profile level.

Returns:The name of this SupportedLevel.
Return type:str