📂 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: custom_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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�CustomFrequencyDetailsz= Frequency details model to set cron-based frequency c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a( Initializes a new CustomFrequencyDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CustomFrequencyDetails.model_type` attribute of this class is ``CUSTOM`` 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 CustomFrequencyDetails. 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 CustomFrequencyDetails. Allowed values for this property are: "HOURLY", "DAILY", "MONTHLY", "WEEKLY", "CUSTOM" :type frequency: str :param custom_expression: The value to assign to the custom_expression property of this CustomFrequencyDetails. :type custom_expression: str �str)� model_type� frequency�custom_expression� modelTyper �customExpressionN�CUSTOM)� swagger_types� attribute_map�_model_type� _frequency�_custom_expression)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/custom_frequency_details.py�__init__ s ��zCustomFrequencyDetails.__init__c C s | j S )ai Gets the custom_expression of this CustomFrequencyDetails. This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.) :return: The custom_expression of this CustomFrequencyDetails. :rtype: str �r �r r r r r 6 s z(CustomFrequencyDetails.custom_expressionc C s || _ dS )ay Sets the custom_expression of this CustomFrequencyDetails. This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.) :param custom_expression: The custom_expression of this CustomFrequencyDetails. :type: str Nr )r r r r r r B s c C s t | �S �N)r r r r r �__repr__N s zCustomFrequencyDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__Q s zCustomFrequencyDetails.__eq__c C s | |k S r r r r r r �__ne__W s zCustomFrequencyDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r"