📂 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_osvc_channel_details.cpython-39.pyc
a ���f1 � @ 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 @ s e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�CreateOsvcChannelDetailsz8 Properties required to create an OSVC channel. �OSVC�FUSIONc K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )aQ Initializes a new CreateOsvcChannelDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateOsvcChannelDetails.type` attribute of this class is ``OSVC`` 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 CreateOsvcChannelDetails. :type name: str :param description: The value to assign to the description property of this CreateOsvcChannelDetails. :type description: str :param type: The value to assign to the type property of this CreateOsvcChannelDetails. 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 CreateOsvcChannelDetails. :type session_expiry_duration_in_milliseconds: int :param freeform_tags: The value to assign to the freeform_tags property of this CreateOsvcChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOsvcChannelDetails. :type defined_tags: dict(str, dict(str, object)) :param host: The value to assign to the host property of this CreateOsvcChannelDetails. :type host: str :param port: The value to assign to the port property of this CreateOsvcChannelDetails. :type port: str :param user_name: The value to assign to the user_name property of this CreateOsvcChannelDetails. :type user_name: str :param password: The value to assign to the password property of this CreateOsvcChannelDetails. :type password: str :param total_session_count: The value to assign to the total_session_count property of this CreateOsvcChannelDetails. :type total_session_count: int :param channel_service: The value to assign to the channel_service property of this CreateOsvcChannelDetails. Allowed values for this property are: "OSVC", "FUSION" :type channel_service: str :param authentication_provider_name: The value to assign to the authentication_provider_name property of this CreateOsvcChannelDetails. :type authentication_provider_name: str :param bot_id: The value to assign to the bot_id property of this CreateOsvcChannelDetails. :type bot_id: str �str�intzdict(str, str)zdict(str, dict(str, object)))�name�description�typeZ'session_expiry_duration_in_millisecondsZ freeform_tagsZdefined_tags�host�port� user_name�password�total_session_count�channel_service�authentication_provider_name�bot_idr r r Z#sessionExpiryDurationInMillisecondsZfreeformTagsZdefinedTagsr r ZuserNamer ZtotalSessionCountZchannelServiceZauthenticationProviderNameZbotIdNr )Z swagger_typesZ attribute_map�_nameZ_descriptionZ_typeZ(_session_expiry_duration_in_millisecondsZ_freeform_tagsZ _defined_tags�_host�_port� _user_name� _password�_total_session_count�_channel_service�_authentication_provider_name�_bot_id)�self�kwargs� r# �N/usr/lib/python3.9/site-packages/oci/oda/models/create_osvc_channel_details.py�__init__ sZ B��z!CreateOsvcChannelDetails.__init__c C s | j S )al **[Required]** Gets the host of this CreateOsvcChannelDetails. The host. For OSVC, you can derive these values from the URL that you use to launch the Agent Browser User Interface or the chat launch page. For example, if the URL is https://sitename.exampledomain.com/app/chat/chat_launch, then the host is sitename.exampledomain.com. For FUSION, this is the host portion of your Oracle Applications Cloud (Fusion) instance's URL. For example: sitename.exampledomain.com. :return: The host of this CreateOsvcChannelDetails. :rtype: str �r �r! r# r# r$ r � s zCreateOsvcChannelDetails.hostc C s || _ dS )a` Sets the host of this CreateOsvcChannelDetails. The host. For OSVC, you can derive these values from the URL that you use to launch the Agent Browser User Interface or the chat launch page. For example, if the URL is https://sitename.exampledomain.com/app/chat/chat_launch, then the host is sitename.exampledomain.com. For FUSION, this is the host portion of your Oracle Applications Cloud (Fusion) instance's URL. For example: sitename.exampledomain.com. :param host: The host of this CreateOsvcChannelDetails. :type: str Nr&