📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_maintenance_window_details.cpython-39.pyc
a ���fo9 � @ 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 @ sl 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$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�CreateMaintenanceWindowDetailsz6 The information about new MaintenanceWindow. � OPEN_ENDEDc K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a* Initializes a new CreateMaintenanceWindowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateMaintenanceWindowDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateMaintenanceWindowDetails. :type display_name: str :param description: The value to assign to the description property of this CreateMaintenanceWindowDetails. :type description: str :param is_outage: The value to assign to the is_outage property of this CreateMaintenanceWindowDetails. :type is_outage: bool :param maintenance_window_type: The value to assign to the maintenance_window_type property of this CreateMaintenanceWindowDetails. Allowed values for this property are: "OPEN_ENDED" :type maintenance_window_type: str :param time_schedule_start: The value to assign to the time_schedule_start property of this CreateMaintenanceWindowDetails. :type time_schedule_start: datetime :param duration: The value to assign to the duration property of this CreateMaintenanceWindowDetails. :type duration: str :param is_recurring: The value to assign to the is_recurring property of this CreateMaintenanceWindowDetails. :type is_recurring: bool :param recurrences: The value to assign to the recurrences property of this CreateMaintenanceWindowDetails. :type recurrences: str :param task_initiation_cutoff: The value to assign to the task_initiation_cutoff property of this CreateMaintenanceWindowDetails. :type task_initiation_cutoff: int :param freeform_tags: The value to assign to the freeform_tags property of this CreateMaintenanceWindowDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateMaintenanceWindowDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolZdatetime�intzdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�description� is_outage�maintenance_window_type�time_schedule_start�duration�is_recurring�recurrences�task_initiation_cutoff� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer ZisOutageZmaintenanceWindowTypeZtimeScheduleStartr ZisRecurringr ZtaskInitiationCutoffZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_description� _is_outage�_maintenance_window_type�_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/create_maintenance_window_details.py�__init__ sL 8��z'CreateMaintenanceWindowDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateMaintenanceWindowDetails. Tenancy OCID :return: The compartment_id of this CreateMaintenanceWindowDetails. :rtype: str �r �r# r% r% r&