ruạṛ
a ���f� � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CancelExecutionWindowDetailszk Describe the parameters to create a new execution window after this execution window is canceled. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a~ Initializes a new CancelExecutionWindowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_scheduled_of_new_window: The value to assign to the time_scheduled_of_new_window property of this CancelExecutionWindowDetails. :type time_scheduled_of_new_window: datetime :param window_duration_in_mins_of_new_window: The value to assign to the window_duration_in_mins_of_new_window property of this CancelExecutionWindowDetails. :type window_duration_in_mins_of_new_window: int :param is_enforced_duration_of_new_window: The value to assign to the is_enforced_duration_of_new_window property of this CancelExecutionWindowDetails. :type is_enforced_duration_of_new_window: bool Zdatetime�int�bool)�time_scheduled_of_new_window�%window_duration_in_mins_of_new_window�"is_enforced_duration_of_new_windowZtimeScheduledOfNewWindowZwindowDurationInMinsOfNewWindowZisEnforcedDurationOfNewWindowN)Z swagger_typesZ attribute_map�_time_scheduled_of_new_window�&_window_duration_in_mins_of_new_window�#_is_enforced_duration_of_new_window)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/database/models/cancel_execution_window_details.py�__init__ s ��z%CancelExecutionWindowDetails.__init__c C s | j S )a **[Required]** Gets the time_scheduled_of_new_window of this CancelExecutionWindowDetails. New scheduled date and time of the execution window. :return: The time_scheduled_of_new_window of this CancelExecutionWindowDetails. :rtype: datetime �r �r r r r r 4 s z9CancelExecutionWindowDetails.time_scheduled_of_new_windowc C s || _ dS )a( Sets the time_scheduled_of_new_window of this CancelExecutionWindowDetails. New scheduled date and time of the execution window. :param time_scheduled_of_new_window: The time_scheduled_of_new_window of this CancelExecutionWindowDetails. :type: datetime Nr )r r r r r r @ s c C s | j S )ak **[Required]** Gets the window_duration_in_mins_of_new_window of this CancelExecutionWindowDetails. Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes. :return: The window_duration_in_mins_of_new_window of this CancelExecutionWindowDetails. :rtype: int �r r r r r r L s zBCancelExecutionWindowDetails.window_duration_in_mins_of_new_windowc C s || _ dS )a� Sets the window_duration_in_mins_of_new_window of this CancelExecutionWindowDetails. Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes. :param window_duration_in_mins_of_new_window: The window_duration_in_mins_of_new_window of this CancelExecutionWindowDetails. :type: int Nr )r r r r r r X s c C s | j S )a[ Gets the is_enforced_duration_of_new_window of this CancelExecutionWindowDetails. Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`. :return: The is_enforced_duration_of_new_window of this CancelExecutionWindowDetails. :rtype: bool �r r r r r r d s z?CancelExecutionWindowDetails.is_enforced_duration_of_new_windowc C s || _ dS )a| Sets the is_enforced_duration_of_new_window of this CancelExecutionWindowDetails. Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`. :param is_enforced_duration_of_new_window: The is_enforced_duration_of_new_window of this CancelExecutionWindowDetails. :type: bool Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z%CancelExecutionWindowDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z#CancelExecutionWindowDetails.__eq__c C s | |k S r r r r r r �__ne__� s z#CancelExecutionWindowDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"