ruạṛ
a ���f�W � @ 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�ResponderExecutionzM Attributes for a responder execution (ResponderExecution resource). �REMEDIATION�NOTIFICATION�STARTED�AWAITING_CONFIRMATION�AWAITING_INPUT� SUCCEEDED�FAILED�SKIPPED�ALL�MANUAL� AUTOMATEDc K s� dddddddddddddddddd�| _ dddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )aB 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 :param locks: The value to assign to the locks property of this ResponderExecution. :type locks: list[oci.cloud_guard.models.ResourceLock] �strZdatetimeZResponderRuleExecutionDetailszlist[ResourceLock])�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�locksr ZresponderRuleIdZresponderRuleTypeZresponderRuleNameZ problemIdr ZtargetIdZ compartmentIdZresourceTypeZresourceNameZtimeCreatedZ timeCompletedZresponderExecutionStatusZresponderExecutionModer! ZresponderRuleExecutionDetailsr# N)Z swagger_typesZ 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�_locks)�self�kwargs� r7 �N/usr/lib/python3.9/site-packages/oci/cloud_guard/models/responder_execution.py�__init__B sj Q��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 �r$ �r5 r7 r7 r8 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 Nr: )r5 r r7 r7 r8 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 �r% r; r7 r7 r8 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 Nr<