ruạṛ
a ���f�Z � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Z e jd8d7� �Z ed9d:� �Z!e!jd;d:� �Z!ed<d=� �Z"e"jd>d=� �Z"ed?d@� �Z#e#jdAd@� �Z#dBdC� Z$dDdE� Z%dFdG� Z&dHS )I�ResponderExecutionSummaryzC A summary of detailed information on responder execution. �REMEDIATION�NOTIFICATION�STARTED�AWAITING_CONFIRMATION�AWAITING_INPUT� SUCCEEDED�FAILED�SKIPPED�ALL�MANUAL� AUTOMATEDc K s� dddddddddddddddddd�| _ ddddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new ResponderExecutionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ResponderExecutionSummary. :type id: str :param responder_rule_id: The value to assign to the responder_rule_id property of this ResponderExecutionSummary. :type responder_rule_id: str :param responder_rule_type: The value to assign to the responder_rule_type property of this ResponderExecutionSummary. Allowed values for this property are: "REMEDIATION", "NOTIFICATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type responder_rule_type: str :param responder_rule_name: The value to assign to the responder_rule_name property of this ResponderExecutionSummary. :type responder_rule_name: str :param problem_id: The value to assign to the problem_id property of this ResponderExecutionSummary. :type problem_id: str :param problem_name: The value to assign to the problem_name property of this ResponderExecutionSummary. :type problem_name: str :param region: The value to assign to the region property of this ResponderExecutionSummary. :type region: str :param target_id: The value to assign to the target_id property of this ResponderExecutionSummary. :type target_id: str :param compartment_id: The value to assign to the compartment_id property of this ResponderExecutionSummary. :type compartment_id: str :param resource_type: The value to assign to the resource_type property of this ResponderExecutionSummary. :type resource_type: str :param resource_name: The value to assign to the resource_name property of this ResponderExecutionSummary. :type resource_name: str :param time_created: The value to assign to the time_created property of this ResponderExecutionSummary. :type time_created: datetime :param time_completed: The value to assign to the time_completed property of this ResponderExecutionSummary. :type time_completed: datetime :param responder_execution_status: The value to assign to the responder_execution_status property of this ResponderExecutionSummary. Allowed values for this property are: "STARTED", "AWAITING_CONFIRMATION", "AWAITING_INPUT", "SUCCEEDED", "FAILED", "SKIPPED", "ALL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type responder_execution_status: str :param responder_execution_mode: The value to assign to the responder_execution_mode property of this ResponderExecutionSummary. Allowed values for this property are: "MANUAL", "AUTOMATED", "ALL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type responder_execution_mode: str :param message: The value to assign to the message property of this ResponderExecutionSummary. :type message: str :param responder_rule_execution_details: The value to assign to the responder_rule_execution_details property of this ResponderExecutionSummary. :type responder_rule_execution_details: oci.cloud_guard.models.ResponderRuleExecutionDetails �strZdatetimeZResponderRuleExecutionDetails)�id�responder_rule_id�responder_rule_type�responder_rule_name� problem_id�problem_name�region� target_id�compartment_id� resource_type� resource_name�time_created�time_completed�responder_execution_status�responder_execution_mode�message� responder_rule_execution_detailsr ZresponderRuleIdZresponderRuleTypeZresponderRuleNameZ problemIdZproblemNamer ZtargetIdZ compartmentIdZresourceTypeZresourceNameZtimeCreatedZ timeCompletedZresponderExecutionStatusZresponderExecutionModer"