DiagnosisResults¶
-
class
oci.cluster_health.models.DiagnosisResults(**kwargs)¶ Bases:
objectthe results of requestDiagnosis
Methods
__init__(**kwargs)Initializes a new DiagnosisResults object with values from keyword arguments. Attributes
recommendation_reports[Required] Gets the recommendation_reports of this DiagnosisResults. -
__init__(**kwargs)¶ Initializes a new DiagnosisResults object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: recommendation_reports (list[oci.cluster_health.models.RecommendationReport]) – The value to assign to the recommendation_reports property of this DiagnosisResults.
-
recommendation_reports¶ [Required] Gets the recommendation_reports of this DiagnosisResults. collection of recommendation reports generated for each requested test
Returns: The recommendation_reports of this DiagnosisResults. Return type: list[oci.cluster_health.models.RecommendationReport]
-