RequestDiagnosisDetails¶
-
class
oci.cluster_health.models.RequestDiagnosisDetails(**kwargs)¶ Bases:
objectThe details of the diagnosis analysis request operation.
Methods
__init__(**kwargs)Initializes a new RequestDiagnosisDetails object with values from keyword arguments. Attributes
health_check_keys[Required] Gets the health_check_keys of this RequestDiagnosisDetails. -
__init__(**kwargs)¶ Initializes a new RequestDiagnosisDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: health_check_keys (list[str]) – The value to assign to the health_check_keys property of this RequestDiagnosisDetails.
-
health_check_keys¶ [Required] Gets the health_check_keys of this RequestDiagnosisDetails. A list of health check IDs.
Returns: The health_check_keys of this RequestDiagnosisDetails. Return type: list[str]
-