FailedTest

class oci.cluster_health.models.FailedTest(**kwargs)

Bases: object

summary of a failed test

Methods

__init__(**kwargs) Initializes a new FailedTest object with values from keyword arguments.

Attributes

recommended_action Gets the recommended_action of this FailedTest.
test_name Gets the test_name of this FailedTest.
__init__(**kwargs)

Initializes a new FailedTest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • test_name (str) – The value to assign to the test_name property of this FailedTest.
  • recommended_action (str) – The value to assign to the recommended_action property of this FailedTest.
recommended_action

Gets the recommended_action of this FailedTest. recommended action

Returns:The recommended_action of this FailedTest.
Return type:str
test_name

Gets the test_name of this FailedTest. name of the test

Returns:The test_name of this FailedTest.
Return type:str