ruạṛ
a ���fL= � @ 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 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+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�CreateTargetDetailsz1 Parameters used to create a new target. �COMPARTMENT�ERPCLOUD�HCMCLOUD� SECURITY_ZONE�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateTargetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateTargetDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateTargetDetails. :type compartment_id: str :param description: The value to assign to the description property of this CreateTargetDetails. :type description: str :param target_resource_type: The value to assign to the target_resource_type property of this CreateTargetDetails. Allowed values for this property are: "COMPARTMENT", "ERPCLOUD", "HCMCLOUD", "SECURITY_ZONE" :type target_resource_type: str :param target_resource_id: The value to assign to the target_resource_id property of this CreateTargetDetails. :type target_resource_id: str :param target_detector_recipes: The value to assign to the target_detector_recipes property of this CreateTargetDetails. :type target_detector_recipes: list[oci.cloud_guard.models.CreateTargetDetectorRecipeDetails] :param target_responder_recipes: The value to assign to the target_responder_recipes property of this CreateTargetDetails. :type target_responder_recipes: list[oci.cloud_guard.models.CreateTargetResponderRecipeDetails] :param lifecycle_state: The value to assign to the lifecycle_state property of this CreateTargetDetails. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateTargetDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateTargetDetails. :type defined_tags: dict(str, dict(str, object)) �strz'list[CreateTargetDetectorRecipeDetails]z(list[CreateTargetResponderRecipeDetails]zdict(str, str)zdict(str, dict(str, object))) �display_name�compartment_id�description�target_resource_type�target_resource_id�target_detector_recipes�target_responder_recipes�lifecycle_state� freeform_tags�defined_tagsZdisplayNameZ compartmentIdr ZtargetResourceTypeZtargetResourceIdZtargetDetectorRecipesZtargetResponderRecipesZlifecycleStateZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_compartment_id�_description�_target_resource_type�_target_resource_id�_target_detector_recipes�_target_responder_recipes�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r) �P/usr/lib/python3.9/site-packages/oci/cloud_guard/models/create_target_details.py�__init__>