ApplicationSummary¶
-
class
oci.data_integration.models.
ApplicationSummary
(**kwargs)¶ Bases:
object
The application summary type contains the audit summary information and the definition of the application.
Methods
__init__
(**kwargs)Initializes a new ApplicationSummary object with values from keyword arguments. Attributes
application_version
Gets the application_version of this ApplicationSummary. dependent_object_metadata
Gets the dependent_object_metadata of this ApplicationSummary. description
Gets the description of this ApplicationSummary. identifier
Gets the identifier of this ApplicationSummary. key
Gets the key of this ApplicationSummary. key_map
Gets the key_map of this ApplicationSummary. metadata
Gets the metadata of this ApplicationSummary. model_type
Gets the model_type of this ApplicationSummary. model_version
Gets the model_version of this ApplicationSummary. name
Gets the name of this ApplicationSummary. object_status
Gets the object_status of this ApplicationSummary. object_version
Gets the object_version of this ApplicationSummary. parent_ref
Gets the parent_ref of this ApplicationSummary. published_object_metadata
Gets the published_object_metadata of this ApplicationSummary. source_application_info
Gets the source_application_info of this ApplicationSummary. time_patched
Gets the time_patched of this ApplicationSummary. -
__init__
(**kwargs)¶ Initializes a new ApplicationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this ApplicationSummary.
- model_type (str) – The value to assign to the model_type property of this ApplicationSummary.
- model_version (str) – The value to assign to the model_version property of this ApplicationSummary.
- name (str) – The value to assign to the name property of this ApplicationSummary.
- description (str) – The value to assign to the description property of this ApplicationSummary.
- application_version (int) – The value to assign to the application_version property of this ApplicationSummary.
- object_status (int) – The value to assign to the object_status property of this ApplicationSummary.
- identifier (str) – The value to assign to the identifier property of this ApplicationSummary.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ApplicationSummary.
- object_version (int) – The value to assign to the object_version property of this ApplicationSummary.
- dependent_object_metadata (list[oci.data_integration.models.PatchObjectMetadata]) – The value to assign to the dependent_object_metadata property of this ApplicationSummary.
- published_object_metadata (dict(str, PatchObjectMetadata)) – The value to assign to the published_object_metadata property of this ApplicationSummary.
- source_application_info (oci.data_integration.models.SourceApplicationInfo) – The value to assign to the source_application_info property of this ApplicationSummary.
- time_patched (datetime) – The value to assign to the time_patched property of this ApplicationSummary.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this ApplicationSummary.
- key_map (dict(str, str)) – The value to assign to the key_map property of this ApplicationSummary.
-
application_version
¶ Gets the application_version of this ApplicationSummary. The application’s version.
Returns: The application_version of this ApplicationSummary. Return type: int
-
dependent_object_metadata
¶ Gets the dependent_object_metadata of this ApplicationSummary. A list of dependent objects in this patch.
Returns: The dependent_object_metadata of this ApplicationSummary. Return type: list[oci.data_integration.models.PatchObjectMetadata]
-
description
¶ Gets the description of this ApplicationSummary. Detailed description for the object.
Returns: The description of this ApplicationSummary. Return type: str
-
identifier
¶ Gets the identifier of this ApplicationSummary. 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 ApplicationSummary. Return type: str
-
key
¶ Gets the key of this ApplicationSummary. Generated key that can be used in API calls to identify application.
Returns: The key of this ApplicationSummary. Return type: str
-
key_map
¶ Gets the key_map of this ApplicationSummary. 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 ApplicationSummary. Return type: dict(str, str)
-
metadata
¶ Gets the metadata of this ApplicationSummary.
Returns: The metadata of this ApplicationSummary. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ Gets the model_type of this ApplicationSummary. The object type.
Returns: The model_type of this ApplicationSummary. Return type: str
-
model_version
¶ Gets the model_version of this ApplicationSummary. The object’s model version.
Returns: The model_version of this ApplicationSummary. Return type: str
-
name
¶ Gets the name of this ApplicationSummary. 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 ApplicationSummary. Return type: str
-
object_status
¶ Gets the object_status of this ApplicationSummary. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Returns: The object_status of this ApplicationSummary. Return type: int
-
object_version
¶ Gets the object_version of this ApplicationSummary. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this ApplicationSummary. Return type: int
-
parent_ref
¶ Gets the parent_ref of this ApplicationSummary.
Returns: The parent_ref of this ApplicationSummary. Return type: oci.data_integration.models.ParentReference
-
published_object_metadata
¶ Gets the published_object_metadata of this ApplicationSummary. A list of objects that are published or unpublished in this patch.
Returns: The published_object_metadata of this ApplicationSummary. Return type: dict(str, PatchObjectMetadata)
-
source_application_info
¶ Gets the source_application_info of this ApplicationSummary.
Returns: The source_application_info of this ApplicationSummary. Return type: oci.data_integration.models.SourceApplicationInfo
-
time_patched
¶ Gets the time_patched of this ApplicationSummary. The date and time the application was patched, in the timestamp format defined by RFC3339.
Returns: The time_patched of this ApplicationSummary. Return type: datetime
-