ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateScheduledTaskDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�CreateAccelerationTaskDetailsz� Details for creating a scheduled task to accelerate a saved search. The client must specify the savedSearchId, and the service will supply other details. The resulting scheduled task will have TaskType ACCELERATION. c K sV ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateAccelerationTaskDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.CreateAccelerationTaskDetails.kind` attribute of this class is ``ACCELERATION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kind: The value to assign to the kind property of this CreateAccelerationTaskDetails. Allowed values for this property are: "ACCELERATION", "STANDARD" :type kind: str :param compartment_id: The value to assign to the compartment_id property of this CreateAccelerationTaskDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateAccelerationTaskDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateAccelerationTaskDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateAccelerationTaskDetails. :type defined_tags: dict(str, dict(str, object)) :param saved_search_id: The value to assign to the saved_search_id property of this CreateAccelerationTaskDetails. :type saved_search_id: str �strzdict(str, str)zdict(str, dict(str, object)))�kind�compartment_id�display_name� freeform_tags�defined_tags�saved_search_idr � compartmentId�displayName�freeformTags�definedTags� savedSearchIdN�ACCELERATION)� swagger_types� attribute_map�_kind�_compartment_id� _display_name�_freeform_tags� _defined_tags�_saved_search_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/create_acceleration_task_details.py�__init__ s* !� � z&CreateAccelerationTaskDetails.__init__c C s | j S )a **[Required]** Gets the saved_search_id of this CreateAccelerationTaskDetails. The ManagementSavedSearch id [OCID] to be accelerated. :return: The saved_search_id of this CreateAccelerationTaskDetails. :rtype: str �r �r r r r! r L s z-CreateAccelerationTaskDetails.saved_search_idc C s || _ dS )a Sets the saved_search_id of this CreateAccelerationTaskDetails. The ManagementSavedSearch id [OCID] to be accelerated. :param saved_search_id: The saved_search_id of this CreateAccelerationTaskDetails. :type: str Nr# )r r r r r! r X s c C s t | �S �N)r r$ r r r! �__repr__d s z&CreateAccelerationTaskDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r! �__eq__g s z$CreateAccelerationTaskDetails.__eq__c C s | |k S r% r r( r r r! �__ne__m s z$CreateAccelerationTaskDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r"