LevelsConfiguration¶
- 
class oci.optimizer.models.LevelsConfiguration(**kwargs)¶
- Bases: - object- A list of configuration levels for each recommendation. - Methods - __init__(**kwargs)- Initializes a new LevelsConfiguration object with values from keyword arguments. - Attributes - items- Gets the items of this LevelsConfiguration. - 
__init__(**kwargs)¶
- Initializes a new LevelsConfiguration 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.LevelConfiguration]) – The value to assign to the items property of this LevelsConfiguration. 
 - 
items¶
- Gets the items of this LevelsConfiguration. The array of configuration levels. - Returns: - The items of this LevelsConfiguration. - Return type: - list[oci.optimizer.models.LevelConfiguration] 
 
-