📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: daily_frequency_details.pyc
a N��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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�DailyFrequencyDetailsz8 Frequency details model to set daily frequency c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a� Initializes a new DailyFrequencyDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DailyFrequencyDetails.model_type` attribute of this class is ``DAILY`` 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 DailyFrequencyDetails. 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 DailyFrequencyDetails. 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 DailyFrequencyDetails. :type interval: int :param time: The value to assign to the time property of this DailyFrequencyDetails. :type time: oci.data_integration.models.Time �str�int�Time)� model_type� frequency�interval�time� modelTyper r r N�DAILY)� swagger_types� attribute_map�_model_type� _frequency� _interval�_time)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/daily_frequency_details.py�__init__ s ��zDailyFrequencyDetails.__init__c C s | j S )aB Gets the interval of this DailyFrequencyDetails. 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 DailyFrequencyDetails. :rtype: int �r �r r r r r = s zDailyFrequencyDetails.intervalc C s || _ dS )aI Sets the interval of this DailyFrequencyDetails. 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 DailyFrequencyDetails. :type: int Nr )r r r r r r I s c C s | j S )z� Gets the time of this DailyFrequencyDetails. :return: The time of this DailyFrequencyDetails. :rtype: oci.data_integration.models.Time �r r r r r r U s zDailyFrequencyDetails.timec C s || _ dS )z� Sets the time of this DailyFrequencyDetails. :param time: The time of this DailyFrequencyDetails. :type: oci.data_integration.models.Time Nr )r r r r r r _ s c C s t | �S �N)r r r r r �__repr__i s zDailyFrequencyDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__l s zDailyFrequencyDetails.__eq__c C s | |k S r r r# r r r �__ne__r s zDailyFrequencyDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r% r&