ruạṛ
a ���f4Y � @ 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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZedAdB� �Z e jdCdB� �Z dDdE� Z!dFdG� Z"dHdI� Z#dJS )K�MaintenanceWindowz( Details of Maintenance Window. � OPEN_ENDED�ACTIVE�DELETED�FAILED�DELETING�UPDATING�NEEDS_ATTENTIONc K s� dddddddddddddddddddd�| _ dd d ddd dddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a+ Initializes a new MaintenanceWindow 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 MaintenanceWindow. :type id: str :param compartment_id: The value to assign to the compartment_id property of this MaintenanceWindow. :type compartment_id: str :param resource_region: The value to assign to the resource_region property of this MaintenanceWindow. :type resource_region: str :param display_name: The value to assign to the display_name property of this MaintenanceWindow. :type display_name: str :param description: The value to assign to the description property of this MaintenanceWindow. :type description: str :param time_created: The value to assign to the time_created property of this MaintenanceWindow. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MaintenanceWindow. :type time_updated: datetime :param maintenance_window_type: The value to assign to the maintenance_window_type property of this MaintenanceWindow. Allowed values for this property are: "OPEN_ENDED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type maintenance_window_type: str :param is_outage: The value to assign to the is_outage property of this MaintenanceWindow. :type is_outage: bool :param time_schedule_start: The value to assign to the time_schedule_start property of this MaintenanceWindow. :type time_schedule_start: datetime :param duration: The value to assign to the duration property of this MaintenanceWindow. :type duration: str :param is_recurring: The value to assign to the is_recurring property of this MaintenanceWindow. :type is_recurring: bool :param recurrences: The value to assign to the recurrences property of this MaintenanceWindow. :type recurrences: str :param task_initiation_cutoff: The value to assign to the task_initiation_cutoff property of this MaintenanceWindow. :type task_initiation_cutoff: int :param lifecycle_state: The value to assign to the lifecycle_state property of this MaintenanceWindow. Allowed values for this property are: "ACTIVE", "DELETED", "FAILED", "DELETING", "UPDATING", "NEEDS_ATTENTION", '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 MaintenanceWindow. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this MaintenanceWindow. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MaintenanceWindow. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MaintenanceWindow. :type system_tags: dict(str, dict(str, object)) �strZdatetime�bool�intzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�resource_region�display_name�description�time_created�time_updated�maintenance_window_type� is_outage�time_schedule_start�duration�is_recurring�recurrences�task_initiation_cutoff�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr Z compartmentIdZresourceRegionZdisplayNamer ZtimeCreatedZtimeUpdatedZmaintenanceWindowTypeZisOutageZtimeScheduleStartr ZisRecurringr ZtaskInitiationCutoffZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_resource_region� _display_name�_description� _time_created� _time_updated�_maintenance_window_type� _is_outage�_time_schedule_start� _duration� _is_recurring�_recurrences�_task_initiation_cutoff�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r9 �W/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/maintenance_window.py�__init__. sv W��zMaintenanceWindow.__init__c C s | j S )z� **[Required]** Gets the id of this MaintenanceWindow. The OCID of the resource. :return: The id of this MaintenanceWindow. :rtype: str �r$ �r7 r9 r9 r: r � s zMaintenanceWindow.idc C s || _ dS )z� Sets the id of this MaintenanceWindow. The OCID of the resource. :param id: The id of this MaintenanceWindow. :type: str Nr<