📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_maintenance_window_details.cpython-39.pyc
a ���f�5 � @ 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 @ sR e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�UpdateMaintenanceWindowDetailsz7 Maintenance Window information to be updated. � OPEN_ENDEDc K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new UpdateMaintenanceWindowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateMaintenanceWindowDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateMaintenanceWindowDetails. :type description: str :param maintenance_window_type: The value to assign to the maintenance_window_type property of this UpdateMaintenanceWindowDetails. Allowed values for this property are: "OPEN_ENDED" :type maintenance_window_type: str :param is_outage: The value to assign to the is_outage property of this UpdateMaintenanceWindowDetails. :type is_outage: bool :param time_schedule_start: The value to assign to the time_schedule_start property of this UpdateMaintenanceWindowDetails. :type time_schedule_start: datetime :param duration: The value to assign to the duration property of this UpdateMaintenanceWindowDetails. :type duration: str :param is_recurring: The value to assign to the is_recurring property of this UpdateMaintenanceWindowDetails. :type is_recurring: bool :param recurrences: The value to assign to the recurrences property of this UpdateMaintenanceWindowDetails. :type recurrences: str :param task_initiation_cutoff: The value to assign to the task_initiation_cutoff property of this UpdateMaintenanceWindowDetails. :type task_initiation_cutoff: int :param freeform_tags: The value to assign to the freeform_tags property of this UpdateMaintenanceWindowDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateMaintenanceWindowDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolZdatetime�intzdict(str, str)zdict(str, dict(str, object)))�display_name�description�maintenance_window_type� is_outage�time_schedule_start�duration�is_recurring�recurrences�task_initiation_cutoff� freeform_tags�defined_tagsZdisplayNamer ZmaintenanceWindowTypeZisOutageZtimeScheduleStartr ZisRecurringr ZtaskInitiationCutoffZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_description�_maintenance_window_type� _is_outage�_time_schedule_start� _duration� _is_recurring�_recurrences�_task_initiation_cutoff�_freeform_tags� _defined_tags)�self�kwargs� r# �f/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/update_maintenance_window_details.py�__init__ sF 4��z'UpdateMaintenanceWindowDetails.__init__c C s | j S )aS Gets the display_name of this UpdateMaintenanceWindowDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :return: The display_name of this UpdateMaintenanceWindowDetails. :rtype: str �r �r! r# r# r$ r q s z+UpdateMaintenanceWindowDetails.display_namec C s || _ dS )a^ Sets the display_name of this UpdateMaintenanceWindowDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :param display_name: The display_name of this UpdateMaintenanceWindowDetails. :type: str Nr&