ruạṛ
a N��f�S � @ 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"d?d@� Z#dAdB� Z$dCdD� Z%dES )F�ResponderExecutionz% Responder Execution Object. �REMEDIATION�NOTIFICATION�STARTED�AWAITING_CONFIRMATION�AWAITING_INPUT� SUCCEEDED�FAILED�SKIPPED�ALL�MANUAL� AUTOMATEDc K s� ddddddddddddddddd�| _ ddddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new ResponderExecution 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 ResponderExecution. :type id: str :param responder_rule_id: The value to assign to the responder_rule_id property of this ResponderExecution. :type responder_rule_id: str :param responder_rule_type: The value to assign to the responder_rule_type property of this ResponderExecution. 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 ResponderExecution. :type responder_rule_name: str :param problem_id: The value to assign to the problem_id property of this ResponderExecution. :type problem_id: str :param region: The value to assign to the region property of this ResponderExecution. :type region: str :param target_id: The value to assign to the target_id property of this ResponderExecution. :type target_id: str :param compartment_id: The value to assign to the compartment_id property of this ResponderExecution. :type compartment_id: str :param resource_type: The value to assign to the resource_type property of this ResponderExecution. :type resource_type: str :param resource_name: The value to assign to the resource_name property of this ResponderExecution. :type resource_name: str :param time_created: The value to assign to the time_created property of this ResponderExecution. :type time_created: datetime :param time_completed: The value to assign to the time_completed property of this ResponderExecution. :type time_completed: datetime :param responder_execution_status: The value to assign to the responder_execution_status property of this ResponderExecution. 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 ResponderExecution. 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 ResponderExecution. :type message: str :param responder_rule_execution_details: The value to assign to the responder_rule_execution_details property of this ResponderExecution. :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�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� problemIdr �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�_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� rF ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/responder_execution.py�__init__@ sd M��zResponderExecution.__init__c C s | j S )z� **[Required]** Gets the id of this ResponderExecution. The unique identifier of the responder execution :return: The id of this ResponderExecution. :rtype: str �r4 �rD rF rF rG r � s zResponderExecution.idc C s || _ dS )z� Sets the id of this ResponderExecution. The unique identifier of the responder execution :param id: The id of this ResponderExecution. :type: str NrI )rD r rF rF rG r � s c C s | j S )z� **[Required]** Gets the responder_rule_id of this ResponderExecution. Responder Rule id for the responder execution :return: The responder_rule_id of this ResponderExecution. :rtype: str �r5 rJ rF rF rG r � s z$ResponderExecution.responder_rule_idc C s || _ dS )z� Sets the responder_rule_id of this ResponderExecution. Responder Rule id for the responder execution :param responder_rule_id: The responder_rule_id of this ResponderExecution. :type: str NrK )rD r rF rF rG r � s c C s | j S )a� **[Required]** Gets the responder_rule_type of this ResponderExecution. 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 ResponderExecution. :rtype: str )r6 rJ rF rF rG r � s z&ResponderExecution.responder_rule_typec C s ddg}t ||�sd}|| _dS )z� Sets the responder_rule_type of this ResponderExecution. Rule Type for the responder execution :param responder_rule_type: The responder_rule_type of this ResponderExecution. :type: str r r �UNKNOWN_ENUM_VALUEN)r r6 )rD r �allowed_valuesrF rF rG r s c C s | j S )z� **[Required]** Gets the responder_rule_name of this ResponderExecution. Rule name for the responder execution :return: The responder_rule_name of this ResponderExecution. :rtype: str �r7 rJ rF rF rG r s z&ResponderExecution.responder_rule_namec C s || _ dS )z� Sets the responder_rule_name of this ResponderExecution. Rule name for the responder execution :param responder_rule_name: The responder_rule_name of this ResponderExecution. :type: str NrN )rD r rF rF rG r s c C s | j S )z� **[Required]** Gets the problem_id of this ResponderExecution. Problem id associated with the responder execution :return: The problem_id of this ResponderExecution. :rtype: str �r8 rJ rF rF rG r ) s zResponderExecution.problem_idc C s || _ dS )z� Sets the problem_id of this ResponderExecution. Problem id associated with the responder execution :param problem_id: The problem_id of this ResponderExecution. :type: str NrO )rD r rF rF rG r 5 s c C s | j S )z� **[Required]** Gets the region of this ResponderExecution. region where the problem is found :return: The region of this ResponderExecution. :rtype: str �r9 rJ rF rF rG r A s zResponderExecution.regionc C s || _ dS )z� Sets the region of this ResponderExecution. region where the problem is found :param region: The region of this ResponderExecution. :type: str NrP )rD r rF rF rG r M s c C s | j S )z� **[Required]** Gets the target_id of this ResponderExecution. targetId of the problem for the responder execution :return: The target_id of this ResponderExecution. :rtype: str �r: rJ rF rF rG r Y s zResponderExecution.target_idc C s || _ dS )z� Sets the target_id of this ResponderExecution. targetId of the problem for the responder execution :param target_id: The target_id of this ResponderExecution. :type: str NrQ )rD r rF rF rG r e s c C s | j S )z� **[Required]** Gets the compartment_id of this ResponderExecution. compartment id of the responder execution for the problem :return: The compartment_id of this ResponderExecution. :rtype: str �r; rJ rF rF rG r q s z!ResponderExecution.compartment_idc C s || _ dS )z� Sets the compartment_id of this ResponderExecution. compartment id of the responder execution for the problem :param compartment_id: The compartment_id of this ResponderExecution. :type: str NrR )rD r rF rF rG r } s c C s | j S )z� **[Required]** Gets the resource_type of this ResponderExecution. resource type of the problem for the responder execution :return: The resource_type of this ResponderExecution. :rtype: str �r<