QueryDiagnosisByHealthCheckKeyDetails¶
-
class
oci.cluster_health.models.QueryDiagnosisByHealthCheckKeyDetails(**kwargs)¶ Bases:
objectthe query parameters for recommendations
Methods
__init__(**kwargs)Initializes a new QueryDiagnosisByHealthCheckKeyDetails object with values from keyword arguments. Attributes
health_check_key[Required] Gets the health_check_key of this QueryDiagnosisByHealthCheckKeyDetails. -
__init__(**kwargs)¶ Initializes a new QueryDiagnosisByHealthCheckKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: health_check_key (str) – The value to assign to the health_check_key property of this QueryDiagnosisByHealthCheckKeyDetails.
-
health_check_key¶ [Required] Gets the health_check_key of this QueryDiagnosisByHealthCheckKeyDetails. Identifier of the health check
Returns: The health_check_key of this QueryDiagnosisByHealthCheckKeyDetails. Return type: str
-