📂 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
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_external_publication_details.cpython-39.pyc
a ���f/ � @ 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� �Zdd� Z dd� Zdd� ZdS )� CreateExternalPublicationDetailszU Properties used to publish an Oracle Cloud Infrastructure Data Flow object. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a{ Initializes a new CreateExternalPublicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param application_id: The value to assign to the application_id property of this CreateExternalPublicationDetails. :type application_id: str :param application_compartment_id: The value to assign to the application_compartment_id property of this CreateExternalPublicationDetails. :type application_compartment_id: str :param display_name: The value to assign to the display_name property of this CreateExternalPublicationDetails. :type display_name: str :param description: The value to assign to the description property of this CreateExternalPublicationDetails. :type description: str :param resource_configuration: The value to assign to the resource_configuration property of this CreateExternalPublicationDetails. :type resource_configuration: oci.data_integration.models.ResourceConfiguration :param configuration_details: The value to assign to the configuration_details property of this CreateExternalPublicationDetails. :type configuration_details: oci.data_integration.models.ConfigurationDetails �strZResourceConfigurationZConfigurationDetails)�application_id�application_compartment_id�display_name�description�resource_configuration�configuration_detailsZ applicationIdZapplicationCompartmentIdZdisplayNamer ZresourceConfigurationZconfigurationDetailsN)Z swagger_typesZ attribute_map�_application_id�_application_compartment_id� _display_name�_description�_resource_configuration�_configuration_details)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/data_integration/models/create_external_publication_details.py�__init__ s( � � z)CreateExternalPublicationDetails.__init__c C s | j S )a8 Gets the application_id of this CreateExternalPublicationDetails. The unique OCID of the identifier that is returned after creating the Oracle Cloud Infrastructure Data Flow application. :return: The application_id of this CreateExternalPublicationDetails. :rtype: str �r �r r r r r I s z/CreateExternalPublicationDetails.application_idc C s || _ dS )aE Sets the application_id of this CreateExternalPublicationDetails. The unique OCID of the identifier that is returned after creating the Oracle Cloud Infrastructure Data Flow application. :param application_id: The application_id of this CreateExternalPublicationDetails. :type: str Nr )r r r r r r U s c C s | j S )aY **[Required]** Gets the application_compartment_id of this CreateExternalPublicationDetails. The OCID of the compartment where the application is created in the Oracle Cloud Infrastructure Data Flow Service. :return: The application_compartment_id of this CreateExternalPublicationDetails. :rtype: str �r r r r r r a s z;CreateExternalPublicationDetails.application_compartment_idc C s || _ dS )ac Sets the application_compartment_id of this CreateExternalPublicationDetails. The OCID of the compartment where the application is created in the Oracle Cloud Infrastructure Data Flow Service. :param application_compartment_id: The application_compartment_id of this CreateExternalPublicationDetails. :type: str Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the display_name of this CreateExternalPublicationDetails. The name of the application. :return: The display_name of this CreateExternalPublicationDetails. :rtype: str �r r r r r r y s z-CreateExternalPublicationDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateExternalPublicationDetails. The name of the application. :param display_name: The display_name of this CreateExternalPublicationDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the description of this CreateExternalPublicationDetails. The details of the data flow or the application. :return: The description of this CreateExternalPublicationDetails. :rtype: str �r r r r r r � s z,CreateExternalPublicationDetails.descriptionc C s || _ dS )z� Sets the description of this CreateExternalPublicationDetails. The details of the data flow or the application. :param description: The description of this CreateExternalPublicationDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the resource_configuration of this CreateExternalPublicationDetails. :return: The resource_configuration of this CreateExternalPublicationDetails. :rtype: oci.data_integration.models.ResourceConfiguration �r r r r r r � s z7CreateExternalPublicationDetails.resource_configurationc C s || _ dS )a Sets the resource_configuration of this CreateExternalPublicationDetails. :param resource_configuration: The resource_configuration of this CreateExternalPublicationDetails. :type: oci.data_integration.models.ResourceConfiguration Nr )r r r r r r � s c C s | j S )z� Gets the configuration_details of this CreateExternalPublicationDetails. :return: The configuration_details of this CreateExternalPublicationDetails. :rtype: oci.data_integration.models.ConfigurationDetails �r r r r r r � s z6CreateExternalPublicationDetails.configuration_detailsc C s || _ dS )a Sets the configuration_details of this CreateExternalPublicationDetails. :param configuration_details: The configuration_details of this CreateExternalPublicationDetails. :type: oci.data_integration.models.ConfigurationDetails Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z)CreateExternalPublicationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z'CreateExternalPublicationDetails.__eq__c C s | |k S r r r# r r r �__ne__� s z'CreateExternalPublicationDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&