RecommendationStrategySummary¶
-
class
oci.optimizer.models.
RecommendationStrategySummary
(**kwargs)¶ Bases:
object
The metadata associated with the recommendation strategy.
Methods
__init__
(**kwargs)Initializes a new RecommendationStrategySummary object with values from keyword arguments. Attributes
name
[Required] Gets the name of this RecommendationStrategySummary. strategies
[Required] Gets the strategies of this RecommendationStrategySummary. -
__init__
(**kwargs)¶ Initializes a new RecommendationStrategySummary 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 RecommendationStrategySummary.
- strategies (list[oci.optimizer.models.Strategy]) – The value to assign to the strategies property of this RecommendationStrategySummary.
-
name
¶ [Required] Gets the name of this RecommendationStrategySummary. The display name of the recommendation.
Returns: The name of this RecommendationStrategySummary. Return type: str
-
strategies
¶ [Required] Gets the strategies of this RecommendationStrategySummary. The list of strategies used.
Returns: The strategies of this RecommendationStrategySummary. Return type: list[oci.optimizer.models.Strategy]
-