📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_external_publication_details.pyc
a N��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 �str�ResourceConfiguration�ConfigurationDetails)�application_id�application_compartment_id�display_name�description�resource_configuration�configuration_details� applicationId�applicationCompartmentId�displayNamer �resourceConfiguration�configurationDetailsN)� swagger_types� attribute_map�_application_id�_application_compartment_id� _display_name�_description�_resource_configuration�_configuration_details)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 G 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"