CreateExternalPublicationDetails

class oci.data_integration.models.CreateExternalPublicationDetails(**kwargs)

Bases: object

Properties used to publish an Oracle Cloud Infrastructure Data Flow object.

Methods

__init__(**kwargs) Initializes a new CreateExternalPublicationDetails object with values from keyword arguments.

Attributes

application_compartment_id [Required] Gets the application_compartment_id of this CreateExternalPublicationDetails.
application_id Gets the application_id of this CreateExternalPublicationDetails.
configuration_details Gets the configuration_details of this CreateExternalPublicationDetails.
description Gets the description of this CreateExternalPublicationDetails.
display_name [Required] Gets the display_name of this CreateExternalPublicationDetails.
resource_configuration Gets the resource_configuration of this CreateExternalPublicationDetails.
__init__(**kwargs)

Initializes a new CreateExternalPublicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • application_id (str) – The value to assign to the application_id property of this CreateExternalPublicationDetails.
  • application_compartment_id (str) – The value to assign to the application_compartment_id property of this CreateExternalPublicationDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateExternalPublicationDetails.
  • description (str) – The value to assign to the description property of this CreateExternalPublicationDetails.
  • resource_configuration (oci.data_integration.models.ResourceConfiguration) – The value to assign to the resource_configuration property of this CreateExternalPublicationDetails.
  • configuration_details (oci.data_integration.models.ConfigurationDetails) – The value to assign to the configuration_details property of this CreateExternalPublicationDetails.
application_compartment_id

[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.

Returns:The application_compartment_id of this CreateExternalPublicationDetails.
Return type:str
application_id

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.

Returns:The application_id of this CreateExternalPublicationDetails.
Return type:str
configuration_details

Gets the configuration_details of this CreateExternalPublicationDetails.

Returns:The configuration_details of this CreateExternalPublicationDetails.
Return type:oci.data_integration.models.ConfigurationDetails
description

Gets the description of this CreateExternalPublicationDetails. The details of the data flow or the application.

Returns:The description of this CreateExternalPublicationDetails.
Return type:str
display_name

[Required] Gets the display_name of this CreateExternalPublicationDetails. The name of the application.

Returns:The display_name of this CreateExternalPublicationDetails.
Return type:str
resource_configuration

Gets the resource_configuration of this CreateExternalPublicationDetails.

Returns:The resource_configuration of this CreateExternalPublicationDetails.
Return type:oci.data_integration.models.ResourceConfiguration