📂 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
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monthly_rule_frequency_details.cpython-39.opt-1.pyc
a ���f?( � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractFrequencyDetails� )�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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$�MonthlyRuleFrequencyDetailsz_ Frequency Details model for monthly frequency based on week of month and day of week. �FIRST�SECOND�THIRD�FOURTH�FIFTH�LAST�SUNDAY�MONDAY�TUESDAY� WEDNESDAY�THURSDAY�FRIDAY�SATURDAYc K sV ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new MonthlyRuleFrequencyDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.MonthlyRuleFrequencyDetails.model_type` attribute of this class is ``MONTHLY_RULE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this MonthlyRuleFrequencyDetails. Allowed values for this property are: "HOURLY", "DAILY", "MONTHLY", "WEEKLY", "MONTHLY_RULE", "CUSTOM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param frequency: The value to assign to the frequency property of this MonthlyRuleFrequencyDetails. Allowed values for this property are: "HOURLY", "DAILY", "MONTHLY", "WEEKLY", "CUSTOM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type frequency: str :param week_of_month: The value to assign to the week_of_month property of this MonthlyRuleFrequencyDetails. Allowed values for this property are: "FIRST", "SECOND", "THIRD", "FOURTH", "FIFTH", "LAST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type week_of_month: str :param interval: The value to assign to the interval property of this MonthlyRuleFrequencyDetails. :type interval: int :param time: The value to assign to the time property of this MonthlyRuleFrequencyDetails. :type time: oci.data_integration.models.Time :param day_of_week: The value to assign to the day_of_week property of this MonthlyRuleFrequencyDetails. Allowed values for this property are: "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type day_of_week: str �str�intZTime)Z model_type� frequency� week_of_month�interval�time�day_of_weekZ modelTyper ZweekOfMonthr r Z dayOfWeekNZMONTHLY_RULE)Z swagger_typesZ attribute_mapZ_model_typeZ _frequency�_week_of_month� _interval�_time�_day_of_week)�self�kwargs� r# �^/usr/lib/python3.9/site-packages/oci/data_integration/models/monthly_rule_frequency_details.py�__init__F s* (� � z$MonthlyRuleFrequencyDetails.__init__c C s | j S )a� Gets the week_of_month of this MonthlyRuleFrequencyDetails. This holds the week of the month in which the schedule should be triggered. Allowed values for this property are: "FIRST", "SECOND", "THIRD", "FOURTH", "FIFTH", "LAST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The week_of_month of this MonthlyRuleFrequencyDetails. :rtype: str )r �r! r# r# r$ r � s z)MonthlyRuleFrequencyDetails.week_of_monthc C s g d�}t ||�sd}|| _dS )a Sets the week_of_month of this MonthlyRuleFrequencyDetails. This holds the week of the month in which the schedule should be triggered. :param week_of_month: The week_of_month of this MonthlyRuleFrequencyDetails. :type: str )r r r r r r �UNKNOWN_ENUM_VALUEN)r r )r! r �allowed_valuesr# r# r$ r � s c C s | j S )aN Gets the interval of this MonthlyRuleFrequencyDetails. This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc. :return: The interval of this MonthlyRuleFrequencyDetails. :rtype: int �r r&