ExternalPublicationSummary

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

Bases: object

The external publication summary contains the audit summary information and the definition of the external object.

Attributes

STATUS_FAILED A constant which can be used with the status property of a ExternalPublicationSummary.
STATUS_PUBLISHING A constant which can be used with the status property of a ExternalPublicationSummary.
STATUS_SUCCESSFUL A constant which can be used with the status property of a ExternalPublicationSummary.
application_compartment_id Gets the application_compartment_id of this ExternalPublicationSummary.
application_id Gets the application_id of this ExternalPublicationSummary.
configuration_details Gets the configuration_details of this ExternalPublicationSummary.
description Gets the description of this ExternalPublicationSummary.
display_name Gets the display_name of this ExternalPublicationSummary.
error_message Gets the error_message of this ExternalPublicationSummary.
identifier Gets the identifier of this ExternalPublicationSummary.
key Gets the key of this ExternalPublicationSummary.
key_map Gets the key_map of this ExternalPublicationSummary.
metadata Gets the metadata of this ExternalPublicationSummary.
model_type Gets the model_type of this ExternalPublicationSummary.
model_version Gets the model_version of this ExternalPublicationSummary.
name Gets the name of this ExternalPublicationSummary.
object_status Gets the object_status of this ExternalPublicationSummary.
object_version Gets the object_version of this ExternalPublicationSummary.
parent_ref Gets the parent_ref of this ExternalPublicationSummary.
resource_configuration Gets the resource_configuration of this ExternalPublicationSummary.
status Gets the status of this ExternalPublicationSummary.

Methods

__init__(**kwargs) Initializes a new ExternalPublicationSummary object with values from keyword arguments.
STATUS_FAILED = 'FAILED'

A constant which can be used with the status property of a ExternalPublicationSummary. This constant has a value of “FAILED”

STATUS_PUBLISHING = 'PUBLISHING'

A constant which can be used with the status property of a ExternalPublicationSummary. This constant has a value of “PUBLISHING”

STATUS_SUCCESSFUL = 'SUCCESSFUL'

A constant which can be used with the status property of a ExternalPublicationSummary. This constant has a value of “SUCCESSFUL”

__init__(**kwargs)

Initializes a new ExternalPublicationSummary 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 ExternalPublicationSummary.
  • application_compartment_id (str) – The value to assign to the application_compartment_id property of this ExternalPublicationSummary.
  • display_name (str) – The value to assign to the display_name property of this ExternalPublicationSummary.
  • resource_configuration (oci.data_integration.models.ResourceConfiguration) – The value to assign to the resource_configuration property of this ExternalPublicationSummary.
  • configuration_details (oci.data_integration.models.ConfigurationDetails) – The value to assign to the configuration_details property of this ExternalPublicationSummary.
  • status (str) – The value to assign to the status property of this ExternalPublicationSummary. Allowed values for this property are: “SUCCESSFUL”, “FAILED”, “PUBLISHING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • error_message (str) – The value to assign to the error_message property of this ExternalPublicationSummary.
  • key (str) – The value to assign to the key property of this ExternalPublicationSummary.
  • model_type (str) – The value to assign to the model_type property of this ExternalPublicationSummary.
  • model_version (str) – The value to assign to the model_version property of this ExternalPublicationSummary.
  • name (str) – The value to assign to the name property of this ExternalPublicationSummary.
  • description (str) – The value to assign to the description property of this ExternalPublicationSummary.
  • object_version (int) – The value to assign to the object_version property of this ExternalPublicationSummary.
  • object_status (int) – The value to assign to the object_status property of this ExternalPublicationSummary.
  • identifier (str) – The value to assign to the identifier property of this ExternalPublicationSummary.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ExternalPublicationSummary.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this ExternalPublicationSummary.
  • key_map (dict(str, str)) – The value to assign to the key_map property of this ExternalPublicationSummary.
application_compartment_id

Gets the application_compartment_id of this ExternalPublicationSummary. 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 ExternalPublicationSummary.
Return type:str
application_id

Gets the application_id of this ExternalPublicationSummary. The unique OCID of the identifier that is returned after creating the Oracle Cloud Infrastructure Data Flow application.

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

Gets the configuration_details of this ExternalPublicationSummary.

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

Gets the description of this ExternalPublicationSummary. Detailed description for the object.

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

Gets the display_name of this ExternalPublicationSummary. The name of the application.

Returns:The display_name of this ExternalPublicationSummary.
Return type:str
error_message

Gets the error_message of this ExternalPublicationSummary. The error of the published object in the application.

Returns:The error_message of this ExternalPublicationSummary.
Return type:str
identifier

Gets the identifier of this ExternalPublicationSummary. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.

Returns:The identifier of this ExternalPublicationSummary.
Return type:str
key

Gets the key of this ExternalPublicationSummary. The object key.

Returns:The key of this ExternalPublicationSummary.
Return type:str
key_map

Gets the key_map of this ExternalPublicationSummary. A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.

Returns:The key_map of this ExternalPublicationSummary.
Return type:dict(str, str)
metadata

Gets the metadata of this ExternalPublicationSummary.

Returns:The metadata of this ExternalPublicationSummary.
Return type:oci.data_integration.models.ObjectMetadata
model_type

Gets the model_type of this ExternalPublicationSummary. The object type.

Returns:The model_type of this ExternalPublicationSummary.
Return type:str
model_version

Gets the model_version of this ExternalPublicationSummary. This is a version number that is used by the service to upgrade objects if needed through releases of the service.

Returns:The model_version of this ExternalPublicationSummary.
Return type:str
name

Gets the name of this ExternalPublicationSummary. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Returns:The name of this ExternalPublicationSummary.
Return type:str
object_status

Gets the object_status of this ExternalPublicationSummary. The status of an object that can be set to value 1 for shallow references across objects. Other values are reserved.

Returns:The object_status of this ExternalPublicationSummary.
Return type:int
object_version

Gets the object_version of this ExternalPublicationSummary. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this ExternalPublicationSummary.
Return type:int
parent_ref

Gets the parent_ref of this ExternalPublicationSummary.

Returns:The parent_ref of this ExternalPublicationSummary.
Return type:oci.data_integration.models.ParentReference
resource_configuration

Gets the resource_configuration of this ExternalPublicationSummary.

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

Gets the status of this ExternalPublicationSummary. The status of the publishing action to Oracle Cloud Infrastructure Data Flow.

Allowed values for this property are: “SUCCESSFUL”, “FAILED”, “PUBLISHING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this ExternalPublicationSummary.
Return type:str