UpdateExternalPublicationDetails¶
-
class
oci.data_integration.models.
UpdateExternalPublicationDetails
(**kwargs)¶ Bases:
object
Properties used to update a published Oracle Cloud Infrastructure Data Flow object.
Methods
__init__
(**kwargs)Initializes a new UpdateExternalPublicationDetails object with values from keyword arguments. Attributes
application_compartment_id
[Required] Gets the application_compartment_id of this UpdateExternalPublicationDetails. application_id
Gets the application_id of this UpdateExternalPublicationDetails. configuration_details
Gets the configuration_details of this UpdateExternalPublicationDetails. description
Gets the description of this UpdateExternalPublicationDetails. display_name
[Required] Gets the display_name of this UpdateExternalPublicationDetails. resource_configuration
Gets the resource_configuration of this UpdateExternalPublicationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateExternalPublicationDetails 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 UpdateExternalPublicationDetails.
- application_compartment_id (str) – The value to assign to the application_compartment_id property of this UpdateExternalPublicationDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateExternalPublicationDetails.
- description (str) – The value to assign to the description property of this UpdateExternalPublicationDetails.
- resource_configuration (oci.data_integration.models.ResourceConfiguration) – The value to assign to the resource_configuration property of this UpdateExternalPublicationDetails.
- configuration_details (oci.data_integration.models.ConfigurationDetails) – The value to assign to the configuration_details property of this UpdateExternalPublicationDetails.
-
application_compartment_id
¶ [Required] Gets the application_compartment_id of this UpdateExternalPublicationDetails. 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 UpdateExternalPublicationDetails. Return type: str
-
application_id
¶ Gets the application_id of this UpdateExternalPublicationDetails. The unique OCID of the identifier that is returned after creating the Oracle Cloud Infrastructure Data Flow application.
Returns: The application_id of this UpdateExternalPublicationDetails. Return type: str
-
configuration_details
¶ Gets the configuration_details of this UpdateExternalPublicationDetails.
Returns: The configuration_details of this UpdateExternalPublicationDetails. Return type: oci.data_integration.models.ConfigurationDetails
-
description
¶ Gets the description of this UpdateExternalPublicationDetails. The details of the data flow or the application.
Returns: The description of this UpdateExternalPublicationDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this UpdateExternalPublicationDetails. The name of the application.
Returns: The display_name of this UpdateExternalPublicationDetails. Return type: str
-
resource_configuration
¶ Gets the resource_configuration of this UpdateExternalPublicationDetails.
Returns: The resource_configuration of this UpdateExternalPublicationDetails. Return type: oci.data_integration.models.ResourceConfiguration
-