ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateScheduledTaskDetails� )�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 )�UpdateStandardTaskDetailsz3 The details for updating a schedule task. c K sV ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new UpdateStandardTaskDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.UpdateStandardTaskDetails.kind` attribute of this class is ``STANDARD`` 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 UpdateStandardTaskDetails. Allowed values for this property are: "ACCELERATION", "STANDARD" :type kind: str :param display_name: The value to assign to the display_name property of this UpdateStandardTaskDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateStandardTaskDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateStandardTaskDetails. :type defined_tags: dict(str, dict(str, object)) :param schedules: The value to assign to the schedules property of this UpdateStandardTaskDetails. :type schedules: list[oci.log_analytics.models.Schedule] :param action: The value to assign to the action property of this UpdateStandardTaskDetails. :type action: oci.log_analytics.models.Action �strzdict(str, str)zdict(str, dict(str, object))zlist[Schedule]�Action)�kind�display_name� freeform_tags�defined_tags� schedules�actionr �displayName�freeformTags�definedTagsr r N�STANDARD)� swagger_types� attribute_map�_kind� _display_name�_freeform_tags� _defined_tags� _schedules�_action)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/update_standard_task_details.py�__init__ s* !� � z"UpdateStandardTaskDetails.__init__c C s | j S )z� Gets the action of this UpdateStandardTaskDetails. :return: The action of this UpdateStandardTaskDetails. :rtype: oci.log_analytics.models.Action �r �r r r r r J s z UpdateStandardTaskDetails.actionc C s || _ dS )z� Sets the action of this UpdateStandardTaskDetails. :param action: The action of this UpdateStandardTaskDetails. :type: oci.log_analytics.models.Action Nr"