📂 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
›
os_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/os_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_scheduled_job_details.cpython-39.pyc
a ���fVP � @ 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 Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Z e jd%d$� �Z ed&d'� �Z!e!jd(d'� �Z!ed)d*� �Z"e"jd+d*� �Z"ed,d-� �Z#e#jd.d-� �Z#ed/d0� �Z$e$jd1d0� �Z$ed2d3� �Z%e%jd4d3� �Z%ed5d6� �Z&e&jd7d6� �Z&ed8d9� �Z'e'jd:d9� �Z'ed;d<� �Z(e(jd=d<� �Z(d>d?� Z)d@dA� Z*dBdC� Z+dDS )E�UpdateScheduledJobDetailsz2 Information for updating a Scheduled Job �ONETIME� RECURRING�HOUR�DAY�WEEK�MONTH�INSTALL�UPDATE�REMOVE� UPDATEALL�ENABLEMODULESTREAM�DISABLEMODULESTREAM�SWITCHMODULESTREAM�INSTALLMODULESTREAMPROFILE�REMOVEMODULESTREAMPROFILE�COMPOUND�SECURITY�BUGFIX�ENHANCEMENT�OTHER�KSPLICE�ALLc K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new UpdateScheduledJobDetails 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 UpdateScheduledJobDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateScheduledJobDetails. :type description: str :param schedule_type: The value to assign to the schedule_type property of this UpdateScheduledJobDetails. Allowed values for this property are: "ONETIME", "RECURRING" :type schedule_type: str :param time_next_execution: The value to assign to the time_next_execution property of this UpdateScheduledJobDetails. :type time_next_execution: datetime :param interval_type: The value to assign to the interval_type property of this UpdateScheduledJobDetails. Allowed values for this property are: "HOUR", "DAY", "WEEK", "MONTH" :type interval_type: str :param interval_value: The value to assign to the interval_value property of this UpdateScheduledJobDetails. :type interval_value: str :param operation_type: The value to assign to the operation_type property of this UpdateScheduledJobDetails. Allowed values for this property are: "INSTALL", "UPDATE", "REMOVE", "UPDATEALL", "ENABLEMODULESTREAM", "DISABLEMODULESTREAM", "SWITCHMODULESTREAM", "INSTALLMODULESTREAMPROFILE", "REMOVEMODULESTREAMPROFILE", "COMPOUND" :type operation_type: str :param update_type: The value to assign to the update_type property of this UpdateScheduledJobDetails. Allowed values for this property are: "SECURITY", "BUGFIX", "ENHANCEMENT", "OTHER", "KSPLICE", "ALL" :type update_type: str :param package_names: The value to assign to the package_names property of this UpdateScheduledJobDetails. :type package_names: list[oci.os_management.models.PackageName] :param update_names: The value to assign to the update_names property of this UpdateScheduledJobDetails. :type update_names: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateScheduledJobDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateScheduledJobDetails. :type defined_tags: dict(str, dict(str, object)) �strZdatetimezlist[PackageName]z list[str]zdict(str, str)zdict(str, dict(str, object)))�display_name�description� schedule_type�time_next_execution� interval_type�interval_value�operation_type�update_type� package_names�update_names� freeform_tags�defined_tagsZdisplayNamer ZscheduleTypeZtimeNextExecutionZintervalTypeZ intervalValueZ operationTypeZ updateTypeZpackageNamesZupdateNamesZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_description�_schedule_type�_time_next_execution�_interval_type�_interval_value�_operation_type�_update_type�_package_names� _update_names�_freeform_tags� _defined_tags)�self�kwargs� r8 �Y/usr/lib/python3.9/site-packages/oci/os_management/models/update_scheduled_job_details.py�__init__j sL ;��z"UpdateScheduledJobDetails.__init__c C s | j S )z� Gets the display_name of this UpdateScheduledJobDetails. Scheduled Job name :return: The display_name of this UpdateScheduledJobDetails. :rtype: str �r* �r6 r8 r8 r9 r � s z&UpdateScheduledJobDetails.display_namec C s || _ dS )z� Sets the display_name of this UpdateScheduledJobDetails. Scheduled Job name :param display_name: The display_name of this UpdateScheduledJobDetails. :type: str Nr; )r6 r r8 r8 r9 r � s c C s | j S )z� Gets the description of this UpdateScheduledJobDetails. Details describing the Scheduled Job. :return: The description of this UpdateScheduledJobDetails. :rtype: str �r+ r<