ruạṛ
a O��f�7 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateChannelDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateOSSChannelDetailszR Properties required to create an Oracle Streaming Service (OSS) channel. c K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new CreateOSSChannelDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateOSSChannelDetails.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 name: The value to assign to the name property of this CreateOSSChannelDetails. :type name: str :param description: The value to assign to the description property of this CreateOSSChannelDetails. :type description: str :param type: The value to assign to the type property of this CreateOSSChannelDetails. 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 CreateOSSChannelDetails. :type session_expiry_duration_in_milliseconds: int :param freeform_tags: The value to assign to the freeform_tags property of this CreateOSSChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOSSChannelDetails. :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 CreateOSSChannelDetails. :type event_sink_bot_ids: list[str] :param inbound_message_topic: The value to assign to the inbound_message_topic property of this CreateOSSChannelDetails. :type inbound_message_topic: str :param outbound_message_topic: The value to assign to the outbound_message_topic property of this CreateOSSChannelDetails. :type outbound_message_topic: str :param bootstrap_servers: The value to assign to the bootstrap_servers property of this CreateOSSChannelDetails. :type bootstrap_servers: str :param security_protocol: The value to assign to the security_protocol property of this CreateOSSChannelDetails. :type security_protocol: str :param sasl_mechanism: The value to assign to the sasl_mechanism property of this CreateOSSChannelDetails. :type sasl_mechanism: str :param tenancy_name: The value to assign to the tenancy_name property of this CreateOSSChannelDetails. :type tenancy_name: str :param user_name: The value to assign to the user_name property of this CreateOSSChannelDetails. :type user_name: str :param stream_pool_id: The value to assign to the stream_pool_id property of this CreateOSSChannelDetails. :type stream_pool_id: str :param auth_token: The value to assign to the auth_token property of this CreateOSSChannelDetails. :type auth_token: str �str�intzdict(str, str)zdict(str, dict(str, object))z list[str])�name�description�type�'session_expiry_duration_in_milliseconds� freeform_tags�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� auth_tokenr r r �#sessionExpiryDurationInMilliseconds�freeformTags�definedTags�eventSinkBotIds�inboundMessageTopic�outboundMessageTopic�bootstrapServers�securityProtocol� saslMechanism�tenancyName�userName�streamPoolId� authTokenN�OSS)� swagger_types� attribute_map�_name�_description�_type�(_session_expiry_duration_in_milliseconds�_freeform_tags� _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�_auth_token)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/create_oss_channel_details.py�__init__ sf I��z CreateOSSChannelDetails.__init__c C s | j S )a Gets the event_sink_bot_ids of this CreateOSSChannelDetails. The IDs of the Skills and Digital Assistants that the Channel is routed to. :return: The event_sink_bot_ids of this CreateOSSChannelDetails. :rtype: list[str] �r1 �r; r= r= r>