RecommendationReport¶
-
class
oci.cluster_health.models.RecommendationReport(**kwargs)¶ Bases:
objectA recommendation report
Methods
__init__(**kwargs)Initializes a new RecommendationReport object with values from keyword arguments. Attributes
critical_issues[Required] Gets the critical_issues of this RecommendationReport. info_issues[Required] Gets the info_issues of this RecommendationReport. metadataGets the metadata of this RecommendationReport. recommendations[Required] Gets the recommendations of this RecommendationReport. summary[Required] Gets the summary of this RecommendationReport. time_generated[Required] Gets the time_generated of this RecommendationReport. total_issues[Required] Gets the total_issues of this RecommendationReport. warning_issues[Required] Gets the warning_issues of this RecommendationReport. -
__init__(**kwargs)¶ Initializes a new RecommendationReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - summary (str) – The value to assign to the summary property of this RecommendationReport.
- total_issues (int) – The value to assign to the total_issues property of this RecommendationReport.
- critical_issues (int) – The value to assign to the critical_issues property of this RecommendationReport.
- warning_issues (int) – The value to assign to the warning_issues property of this RecommendationReport.
- info_issues (int) – The value to assign to the info_issues property of this RecommendationReport.
- recommendations (list[oci.cluster_health.models.Recommendation]) – The value to assign to the recommendations property of this RecommendationReport.
- metadata (oci.cluster_health.models.Metadata) – The value to assign to the metadata property of this RecommendationReport.
- time_generated (datetime) – The value to assign to the time_generated property of this RecommendationReport.
-
critical_issues¶ [Required] Gets the critical_issues of this RecommendationReport. critical issue count
Returns: The critical_issues of this RecommendationReport. Return type: int
-
info_issues¶ [Required] Gets the info_issues of this RecommendationReport. info issue count
Returns: The info_issues of this RecommendationReport. Return type: int
-
metadata¶ Gets the metadata of this RecommendationReport.
Returns: The metadata of this RecommendationReport. Return type: oci.cluster_health.models.Metadata
-
recommendations¶ [Required] Gets the recommendations of this RecommendationReport. recommendations
Returns: The recommendations of this RecommendationReport. Return type: list[oci.cluster_health.models.Recommendation]
-
summary¶ [Required] Gets the summary of this RecommendationReport. summary
Returns: The summary of this RecommendationReport. Return type: str
-
time_generated¶ [Required] Gets the time_generated of this RecommendationReport. time generated
Returns: The time_generated of this RecommendationReport. Return type: datetime
-
total_issues¶ [Required] Gets the total_issues of this RecommendationReport. total issue count
Returns: The total_issues of this RecommendationReport. Return type: int
-
warning_issues¶ [Required] Gets the warning_issues of this RecommendationReport. warning issue count
Returns: The warning_issues of this RecommendationReport. Return type: int
-