| Server IP : 162.241.203.86 / Your IP : 216.73.216.183 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : luxlic01 ( 6532) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/data_integration/models/__pycache__/ |
Upload File : |
a
���fI4 � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 ed
d� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�Schedulez
The schedule object
c K s� dddddddddddddd�
| _ dd d
ddd
dddddddd�
| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
d| _dS )a_
Initializes a new Schedule object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param key:
The value to assign to the key property of this Schedule.
:type key: str
:param model_version:
The value to assign to the model_version property of this Schedule.
:type model_version: str
:param model_type:
The value to assign to the model_type property of this Schedule.
:type model_type: str
:param parent_ref:
The value to assign to the parent_ref property of this Schedule.
:type parent_ref: oci.data_integration.models.ParentReference
:param name:
The value to assign to the name property of this Schedule.
:type name: str
:param description:
The value to assign to the description property of this Schedule.
:type description: str
:param object_version:
The value to assign to the object_version property of this Schedule.
:type object_version: int
:param object_status:
The value to assign to the object_status property of this Schedule.
:type object_status: int
:param identifier:
The value to assign to the identifier property of this Schedule.
:type identifier: str
:param frequency_details:
The value to assign to the frequency_details property of this Schedule.
:type frequency_details: oci.data_integration.models.AbstractFrequencyDetails
:param timezone:
The value to assign to the timezone property of this Schedule.
:type timezone: str
:param is_daylight_adjustment_enabled:
The value to assign to the is_daylight_adjustment_enabled property of this Schedule.
:type is_daylight_adjustment_enabled: bool
:param metadata:
The value to assign to the metadata property of this Schedule.
:type metadata: oci.data_integration.models.ObjectMetadata
�strZParentReference�intZAbstractFrequencyDetails�boolZObjectMetadata)
�key�
model_version�
model_type�
parent_ref�name�description�object_version�
object_status�
identifier�frequency_details�timezone�is_daylight_adjustment_enabled�metadatar
ZmodelVersionZ modelTypeZ parentRefr r Z
objectVersionZobjectStatusr ZfrequencyDetailsr ZisDaylightAdjustmentEnabledr N)Z
swagger_typesZ
attribute_map�_key�_model_version�_model_type�_parent_ref�_name�_description�_object_version�_object_status�_identifier�_frequency_details� _timezone�_is_daylight_adjustment_enabled� _metadata)�self�kwargs� r&