📂 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
›
mysql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/mysql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_channel_details.cpython-39.opt-1.pyc
a ���fn! � @ 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 dd� Zdd� Zdd� ZdS ) �UpdateChannelDetailsz. Details required to update a Channel c K sZ dddddddd�| _ dd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _dS )aJ Initializes a new UpdateChannelDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source: The value to assign to the source property of this UpdateChannelDetails. :type source: oci.mysql.models.UpdateChannelSourceDetails :param target: The value to assign to the target property of this UpdateChannelDetails. :type target: oci.mysql.models.UpdateChannelTargetDetails :param display_name: The value to assign to the display_name property of this UpdateChannelDetails. :type display_name: str :param is_enabled: The value to assign to the is_enabled property of this UpdateChannelDetails. :type is_enabled: bool :param description: The value to assign to the description property of this UpdateChannelDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateChannelDetails. :type defined_tags: dict(str, dict(str, object)) ZUpdateChannelSourceDetailsZUpdateChannelTargetDetails�str�boolzdict(str, str)zdict(str, dict(str, object)))�source�target�display_name� is_enabled�description� freeform_tags�defined_tagsr r ZdisplayNameZ isEnabledr ZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_source�_target� _display_name�_is_enabled�_description�_freeform_tags� _defined_tags)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/mysql/models/update_channel_details.py�__init__ s. #�� zUpdateChannelDetails.__init__c C s | j S )z� Gets the source of this UpdateChannelDetails. :return: The source of this UpdateChannelDetails. :rtype: oci.mysql.models.UpdateChannelSourceDetails �r �r r r r r P s zUpdateChannelDetails.sourcec C s || _ dS )z� Sets the source of this UpdateChannelDetails. :param source: The source of this UpdateChannelDetails. :type: oci.mysql.models.UpdateChannelSourceDetails Nr )r r r r r r Z s c C s | j S )z� Gets the target of this UpdateChannelDetails. :return: The target of this UpdateChannelDetails. :rtype: oci.mysql.models.UpdateChannelTargetDetails �r r r r r r d s zUpdateChannelDetails.targetc C s || _ dS )z� Sets the target of this UpdateChannelDetails. :param target: The target of this UpdateChannelDetails. :type: oci.mysql.models.UpdateChannelTargetDetails Nr )r r r r r r n s c C s | j S )z� Gets the display_name of this UpdateChannelDetails. The user-friendly name for the Channel. It does not have to be unique. :return: The display_name of this UpdateChannelDetails. :rtype: str �r r r r r r x s z!UpdateChannelDetails.display_namec C s || _ dS )z� Sets the display_name of this UpdateChannelDetails. The user-friendly name for the Channel. It does not have to be unique. :param display_name: The display_name of this UpdateChannelDetails. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the is_enabled of this UpdateChannelDetails. Whether the Channel should be enabled or disabled. Enabling a previously disabled Channel will cause the Channel to be started. Conversely, disabling a previously enabled Channel will stop the Channel. Both operations are executed asynchronously. :return: The is_enabled of this UpdateChannelDetails. :rtype: bool �r r r r r r � s zUpdateChannelDetails.is_enabledc C s || _ dS )a� Sets the is_enabled of this UpdateChannelDetails. Whether the Channel should be enabled or disabled. Enabling a previously disabled Channel will cause the Channel to be started. Conversely, disabling a previously enabled Channel will stop the Channel. Both operations are executed asynchronously. :param is_enabled: The is_enabled of this UpdateChannelDetails. :type: bool Nr )r r r r r r � s c C s | j S )z� Gets the description of this UpdateChannelDetails. User provided description of the Channel. :return: The description of this UpdateChannelDetails. :rtype: str �r r r r r r � s z UpdateChannelDetails.descriptionc C s || _ dS )z� Sets the description of this UpdateChannelDetails. User provided description of the Channel. :param description: The description of this UpdateChannelDetails. :type: str Nr! )r r r r r r � s c C s | j S )aG Gets the freeform_tags of this UpdateChannelDetails. Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this UpdateChannelDetails. :rtype: dict(str, str) �r r r r r r � s z"UpdateChannelDetails.freeform_tagsc C s || _ dS )aS Sets the freeform_tags of this UpdateChannelDetails. Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this UpdateChannelDetails. :type: dict(str, str) Nr"