ruạṛ
a N��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�ResponderExecutionSummaryz- Summary of the 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 �str�datetime�ResponderRuleExecutionDetails)�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 �responderRuleId�responderRuleType�responderRuleName� problemId�problemNamer �targetId� compartmentId�resourceType�resourceName�timeCreated� timeCompleted�responderExecutionStatus�responderExecutionModer$ �responderRuleExecutionDetailsN)� swagger_types� attribute_map�_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_details)�self�kwargs� rI ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/responder_execution_summary.py�__init__@ sj Q��z"ResponderExecutionSummary.__init__c C s | j S )z� **[Required]** Gets the id of this ResponderExecutionSummary. The unique identifier of the responder execution :return: The id of this ResponderExecutionSummary. :rtype: str �r6 �rG rI rI rJ r � s zResponderExecutionSummary.idc C s || _ dS )z� Sets the id of this ResponderExecutionSummary. The unique identifier of the responder execution :param id: The id of this ResponderExecutionSummary. :type: str NrL )rG r rI rI rJ r � s c C s | j S )z� **[Required]** Gets the responder_rule_id of this ResponderExecutionSummary. Responder Rule id for the responder execution :return: The responder_rule_id of this ResponderExecutionSummary. :rtype: str �r7 rM rI rI rJ r � s z+ResponderExecutionSummary.responder_rule_idc C s || _ dS )z� Sets the responder_rule_id of this ResponderExecutionSummary. Responder Rule id for the responder execution :param responder_rule_id: The responder_rule_id of this ResponderExecutionSummary. :type: str NrN )rG r rI rI rJ r � s c C s | j S )a� **[Required]** Gets the responder_rule_type of this ResponderExecutionSummary. Rule Type for the responder execution 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'. :return: The responder_rule_type of this ResponderExecutionSummary. :rtype: str )r8 rM rI rI rJ r � s z-ResponderExecutionSummary.responder_rule_typec C s ddg}t ||�sd}|| _dS )z� Sets the responder_rule_type of this ResponderExecutionSummary. Rule Type for the responder execution :param responder_rule_type: The responder_rule_type of this ResponderExecutionSummary. :type: str r r �UNKNOWN_ENUM_VALUEN)r r8 )rG r �allowed_valuesrI rI rJ r s c C s | j S )z� **[Required]** Gets the responder_rule_name of this ResponderExecutionSummary. Rule name for the responder execution :return: The responder_rule_name of this ResponderExecutionSummary. :rtype: str �r9 rM rI rI rJ r s z-ResponderExecutionSummary.responder_rule_namec C s || _ dS )z� Sets the responder_rule_name of this ResponderExecutionSummary. Rule name for the responder execution :param responder_rule_name: The responder_rule_name of this ResponderExecutionSummary. :type: str NrQ )rG r rI rI rJ r $ s c C s | j S )z� **[Required]** Gets the problem_id of this ResponderExecutionSummary. Problem id associated with the responder execution :return: The problem_id of this ResponderExecutionSummary. :rtype: str �r: rM rI rI rJ r 0 s z$ResponderExecutionSummary.problem_idc C s || _ dS )z� Sets the problem_id of this ResponderExecutionSummary. Problem id associated with the responder execution :param problem_id: The problem_id of this ResponderExecutionSummary. :type: str NrR )rG r rI rI rJ r < s c C s | j S )z� **[Required]** Gets the problem_name of this ResponderExecutionSummary. Problem name associated with the responder execution :return: The problem_name of this ResponderExecutionSummary. :rtype: str �r; rM rI rI rJ r H s z&ResponderExecutionSummary.problem_namec C s || _ dS )z� Sets the problem_name of this ResponderExecutionSummary. Problem name associated with the responder execution :param problem_name: The problem_name of this ResponderExecutionSummary. :type: str NrS )rG r rI rI rJ r T s c C s | j S )z� **[Required]** Gets the region of this ResponderExecutionSummary. Region where the problem is found :return: The region of this ResponderExecutionSummary. :rtype: str �r<