AdvisorRule¶
-
class
oci.database_management.models.
AdvisorRule
(**kwargs)¶ Bases:
object
The details of the Optimizer Statistics Advisor rule.
Methods
__init__
(**kwargs)Initializes a new AdvisorRule object with values from keyword arguments. Attributes
description
[Required] Gets the description of this AdvisorRule. findings
[Required] Gets the findings of this AdvisorRule. name
[Required] Gets the name of this AdvisorRule. -
__init__
(**kwargs)¶ Initializes a new AdvisorRule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AdvisorRule.
- description (str) – The value to assign to the description property of this AdvisorRule.
- findings (list[oci.database_management.models.RuleFinding]) – The value to assign to the findings property of this AdvisorRule.
-
description
¶ [Required] Gets the description of this AdvisorRule. The description of the rule.
Returns: The description of this AdvisorRule. Return type: str
-
findings
¶ [Required] Gets the findings of this AdvisorRule. The list of findings for the rule.
Returns: The findings of this AdvisorRule. Return type: list[oci.database_management.models.RuleFinding]
-
name
¶ [Required] Gets the name of this AdvisorRule. The name of the rule.
Returns: The name of this AdvisorRule. Return type: str
-