ResponderRuleExecutionDetails¶
-
class
oci.cloud_guard.models.
ResponderRuleExecutionDetails
(**kwargs)¶ Bases:
object
Details of responder rule execution for a problem.
Methods
__init__
(**kwargs)Initializes a new ResponderRuleExecutionDetails object with values from keyword arguments. Attributes
condition
Gets the condition of this ResponderRuleExecutionDetails. configurations
Gets the configurations of this ResponderRuleExecutionDetails. -
__init__
(**kwargs)¶ Initializes a new ResponderRuleExecutionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - condition (oci.cloud_guard.models.Condition) – The value to assign to the condition property of this ResponderRuleExecutionDetails.
- configurations (list[oci.cloud_guard.models.ResponderConfiguration]) – The value to assign to the configurations property of this ResponderRuleExecutionDetails.
-
condition
¶ Gets the condition of this ResponderRuleExecutionDetails.
Returns: The condition of this ResponderRuleExecutionDetails. Return type: oci.cloud_guard.models.Condition
-
configurations
¶ Gets the configurations of this ResponderRuleExecutionDetails. List of responder rule configurations
Returns: The configurations of this ResponderRuleExecutionDetails. Return type: list[oci.cloud_guard.models.ResponderConfiguration]
-