ruạṛ
a ���fo@ � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�SchedulingWindowz) Details of a Scheduling Window. �CREATING� AVAILABLE�UPDATING�FAILED�DELETING�DELETEDc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a~ Initializes a new SchedulingWindow 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 SchedulingWindow. :type id: str :param compartment_id: The value to assign to the compartment_id property of this SchedulingWindow. :type compartment_id: str :param display_name: The value to assign to the display_name property of this SchedulingWindow. :type display_name: str :param time_next_scheduling_window_starts: The value to assign to the time_next_scheduling_window_starts property of this SchedulingWindow. :type time_next_scheduling_window_starts: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SchedulingWindow. Allowed values for this property are: "CREATING", "AVAILABLE", "UPDATING", "FAILED", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this SchedulingWindow. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this SchedulingWindow. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this SchedulingWindow. :type time_updated: datetime :param window_preference: The value to assign to the window_preference property of this SchedulingWindow. :type window_preference: oci.database.models.WindowPreferenceDetail :param scheduling_policy_id: The value to assign to the scheduling_policy_id property of this SchedulingWindow. :type scheduling_policy_id: str :param freeform_tags: The value to assign to the freeform_tags property of this SchedulingWindow. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SchedulingWindow. :type defined_tags: dict(str, dict(str, object)) �strZdatetimeZWindowPreferenceDetailzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�"time_next_scheduling_window_starts�lifecycle_state�lifecycle_details�time_created�time_updated�window_preference�scheduling_policy_id� freeform_tags�defined_tagsr Z compartmentIdZdisplayNameZtimeNextSchedulingWindowStartsZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZwindowPreferenceZschedulingPolicyIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�#_time_next_scheduling_window_starts�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_window_preference�_scheduling_policy_id�_freeform_tags� _defined_tags)�self�kwargs� r( �I/usr/lib/python3.9/site-packages/oci/database/models/scheduling_window.py�__init__* sL 9��zSchedulingWindow.__init__c C s | j S )a **[Required]** Gets the id of this SchedulingWindow. The `OCID`__ of the Scheduling Window. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this SchedulingWindow. :rtype: str �r �r&