📂 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: monthly_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 @ 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�int�Timez list[int])� model_type� frequency�interval�time�days� modelTyper r r r N�MONTHLY)� swagger_types� attribute_map�_model_type� _frequency� _interval�_time�_days)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 D 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 P 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 f 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 p 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"