📂 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
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_oss_channel_result.cpython-39.opt-1.pyc
a ���f�9 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateChannelResult� )�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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateOSSChannelResultzJ The configuration for an Oracle Streaming Service (OSS) channel. c K s� ddddddddddddddddddddd�| _ dd d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateOSSChannelResult object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateOSSChannelResult.type` attribute of this class is ``OSS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this CreateOSSChannelResult. :type id: str :param name: The value to assign to the name property of this CreateOSSChannelResult. :type name: str :param description: The value to assign to the description property of this CreateOSSChannelResult. :type description: str :param category: The value to assign to the category property of this CreateOSSChannelResult. Allowed values for this property are: "AGENT", "APPLICATION", "BOT", "BOT_AS_AGENT", "SYSTEM", "EVENT" :type category: str :param type: The value to assign to the type property of this CreateOSSChannelResult. Allowed values for this property are: "ANDROID", "APPEVENT", "APPLICATION", "CORTANA", "FACEBOOK", "IOS", "MSTEAMS", "OSS", "OSVC", "SERVICECLOUD", "SLACK", "TEST", "TWILIO", "WEB", "WEBHOOK" :type type: str :param session_expiry_duration_in_milliseconds: The value to assign to the session_expiry_duration_in_milliseconds property of this CreateOSSChannelResult. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this CreateOSSChannelResult. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this CreateOSSChannelResult. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this CreateOSSChannelResult. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this CreateOSSChannelResult. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOSSChannelResult. :type defined_tags: dict(str, dict(str, object)) :param event_sink_bot_ids: The value to assign to the event_sink_bot_ids property of this CreateOSSChannelResult. :type event_sink_bot_ids: list[str] :param inbound_message_topic: The value to assign to the inbound_message_topic property of this CreateOSSChannelResult. :type inbound_message_topic: str :param outbound_message_topic: The value to assign to the outbound_message_topic property of this CreateOSSChannelResult. :type outbound_message_topic: str :param bootstrap_servers: The value to assign to the bootstrap_servers property of this CreateOSSChannelResult. :type bootstrap_servers: str :param security_protocol: The value to assign to the security_protocol property of this CreateOSSChannelResult. :type security_protocol: str :param sasl_mechanism: The value to assign to the sasl_mechanism property of this CreateOSSChannelResult. :type sasl_mechanism: str :param tenancy_name: The value to assign to the tenancy_name property of this CreateOSSChannelResult. :type tenancy_name: str :param user_name: The value to assign to the user_name property of this CreateOSSChannelResult. :type user_name: str :param stream_pool_id: The value to assign to the stream_pool_id property of this CreateOSSChannelResult. :type stream_pool_id: str �str�intZdatetimezdict(str, str)zdict(str, dict(str, object))z list[str])�id�name�description�category�typeZ'session_expiry_duration_in_millisecondsZlifecycle_stateZtime_createdZtime_updatedZ freeform_tagsZdefined_tags�event_sink_bot_ids�inbound_message_topic�outbound_message_topic�bootstrap_servers�security_protocol�sasl_mechanism�tenancy_name� user_name�stream_pool_idr r r r r Z#sessionExpiryDurationInMillisecondsZlifecycleStateZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZeventSinkBotIdsZinboundMessageTopicZoutboundMessageTopicZbootstrapServersZsecurityProtocolZ saslMechanismZtenancyNameZuserNameZstreamPoolIdNZOSS)Z swagger_typesZ attribute_mapZ_id�_nameZ_descriptionZ _categoryZ_typeZ(_session_expiry_duration_in_millisecondsZ_lifecycle_stateZ _time_createdZ _time_updatedZ_freeform_tagsZ _defined_tags�_event_sink_bot_ids�_inbound_message_topic�_outbound_message_topic�_bootstrap_servers�_security_protocol�_sasl_mechanism� _tenancy_name� _user_name�_stream_pool_id)�self�kwargs� r% �L/usr/lib/python3.9/site-packages/oci/oda/models/create_oss_channel_result.py�__init__ s~ [��zCreateOSSChannelResult.__init__c C s | j S )a Gets the event_sink_bot_ids of this CreateOSSChannelResult. The IDs of the Skills and Digital Assistants that the Channel is routed to. :return: The event_sink_bot_ids of this CreateOSSChannelResult. :rtype: list[str] �r �r# r% r% r&