SupportedLevels¶
- 
class oci.optimizer.models.SupportedLevels(**kwargs)¶
- Bases: - object- 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. - Methods - __init__(**kwargs)- Initializes a new SupportedLevels object with values from keyword arguments. - Attributes - items- Gets the items of this SupportedLevels. - 
__init__(**kwargs)¶
- Initializes a new SupportedLevels object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.optimizer.models.SupportedLevel]) – The value to assign to the items property of this SupportedLevels. 
 - 
items¶
- Gets the items of this SupportedLevels. The list of supported levels. - Returns: - The items of this SupportedLevels. - Return type: - list[oci.optimizer.models.SupportedLevel] 
 
-