📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monthly_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�MonthlyFrequencyDetailsz8 Frequency Details model for monthly frequency. c K sL dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _d| _dS ) a> Initializes a new MonthlyFrequencyDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.MonthlyFrequencyDetails.model_type` attribute of this class is ``MONTHLY`` 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 MonthlyFrequencyDetails. Allowed values for this property are: "HOURLY", "DAILY", "MONTHLY", "WEEKLY", "MONTHLY_RULE", "CUSTOM" :type model_type: str :param frequency: The value to assign to the frequency property of this MonthlyFrequencyDetails. Allowed values for this property are: "HOURLY", "DAILY", "MONTHLY", "WEEKLY", "CUSTOM" :type frequency: str :param interval: The value to assign to the interval property of this MonthlyFrequencyDetails. :type interval: int :param time: The value to assign to the time property of this MonthlyFrequencyDetails. :type time: oci.data_integration.models.Time :param days: The value to assign to the days property of this MonthlyFrequencyDetails. :type days: list[int] �str�intZTimez list[int])Z model_type� frequency�interval�time�daysZ modelTyper r r r NZMONTHLY)Z swagger_typesZ attribute_mapZ_model_typeZ _frequency� _interval�_time�_days)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/data_integration/models/monthly_frequency_details.py�__init__ s$ � �z MonthlyFrequencyDetails.__init__c C s | j S )aF Gets the interval of this MonthlyFrequencyDetails. 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 MonthlyFrequencyDetails. :rtype: int �r �r r r r r F s z MonthlyFrequencyDetails.intervalc C s || _ dS )aM Sets the interval of this MonthlyFrequencyDetails. 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. :param interval: The interval of this MonthlyFrequencyDetails. :type: int Nr )r r r r r r R s c C s | j S )z� Gets the time of this MonthlyFrequencyDetails. :return: The time of this MonthlyFrequencyDetails. :rtype: oci.data_integration.models.Time �r r r r r r ^ s zMonthlyFrequencyDetails.timec C s || _ dS )z� Sets the time of this MonthlyFrequencyDetails. :param time: The time of this MonthlyFrequencyDetails. :type: oci.data_integration.models.Time Nr )r r r r r r h s c C s | j S )z� Gets the days of this MonthlyFrequencyDetails. A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month. :return: The days of this MonthlyFrequencyDetails. :rtype: list[int] �r r r r r r r s zMonthlyFrequencyDetails.daysc C s || _ dS )z� Sets the days of this MonthlyFrequencyDetails. A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month. :param days: The days of this MonthlyFrequencyDetails. :type: list[int] Nr )r r r r r r ~ s c C s t | �S �N)r r r r r �__repr__� s z MonthlyFrequencyDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zMonthlyFrequencyDetails.__eq__c C s | |k S r r r r r r �__ne__� s zMonthlyFrequencyDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r r r r r s"