TemplateSummary¶
-
class
oci.data_integration.models.
TemplateSummary
(**kwargs)¶ Bases:
object
The application template summary type contains the audit summary information and the definition of the application template.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a TemplateSummary. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a TemplateSummary. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a TemplateSummary. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a TemplateSummary. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a TemplateSummary. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a TemplateSummary. application_version
Gets the application_version of this TemplateSummary. compartment_id
Gets the compartment_id of this TemplateSummary. defined_tags
Gets the defined_tags of this TemplateSummary. dependent_object_metadata
Gets the dependent_object_metadata of this TemplateSummary. description
Gets the description of this TemplateSummary. display_name
Gets the display_name of this TemplateSummary. freeform_tags
Gets the freeform_tags of this TemplateSummary. id
Gets the id of this TemplateSummary. identifier
Gets the identifier of this TemplateSummary. key
Gets the key of this TemplateSummary. key_map
Gets the key_map of this TemplateSummary. lifecycle_state
Gets the lifecycle_state of this TemplateSummary. metadata
Gets the metadata of this TemplateSummary. model_type
Gets the model_type of this TemplateSummary. model_version
Gets the model_version of this TemplateSummary. name
Gets the name of this TemplateSummary. object_status
Gets the object_status of this TemplateSummary. object_version
Gets the object_version of this TemplateSummary. parent_ref
Gets the parent_ref of this TemplateSummary. published_object_metadata
Gets the published_object_metadata of this TemplateSummary. source_application_info
Gets the source_application_info of this TemplateSummary. time_created
Gets the time_created of this TemplateSummary. time_patched
Gets the time_patched of this TemplateSummary. time_updated
Gets the time_updated of this TemplateSummary. Methods
__init__
(**kwargs)Initializes a new TemplateSummary object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a TemplateSummary. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a TemplateSummary. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a TemplateSummary. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a TemplateSummary. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a TemplateSummary. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a TemplateSummary. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new TemplateSummary 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 TemplateSummary.
- model_type (str) – The value to assign to the model_type property of this TemplateSummary.
- model_version (str) – The value to assign to the model_version property of this TemplateSummary.
- name (str) – The value to assign to the name property of this TemplateSummary.
- description (str) – The value to assign to the description property of this TemplateSummary.
- application_version (int) – The value to assign to the application_version property of this TemplateSummary.
- object_status (int) – The value to assign to the object_status property of this TemplateSummary.
- identifier (str) – The value to assign to the identifier property of this TemplateSummary.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this TemplateSummary.
- object_version (int) – The value to assign to the object_version property of this TemplateSummary.
- dependent_object_metadata (list[oci.data_integration.models.PatchObjectMetadata]) – The value to assign to the dependent_object_metadata property of this TemplateSummary.
- published_object_metadata (dict(str, PatchObjectMetadata)) – The value to assign to the published_object_metadata property of this TemplateSummary.
- source_application_info (oci.data_integration.models.SourceApplicationInfo) – The value to assign to the source_application_info property of this TemplateSummary.
- time_patched (datetime) – The value to assign to the time_patched property of this TemplateSummary.
- id (str) – The value to assign to the id property of this TemplateSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this TemplateSummary.
- display_name (str) – The value to assign to the display_name property of this TemplateSummary.
- time_created (datetime) – The value to assign to the time_created property of this TemplateSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this TemplateSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this TemplateSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this TemplateSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this TemplateSummary. Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this TemplateSummary.
- key_map (dict(str, str)) – The value to assign to the key_map property of this TemplateSummary.
-
application_version
¶ Gets the application_version of this TemplateSummary. The application’s version.
Returns: The application_version of this TemplateSummary. Return type: int
-
compartment_id
¶ Gets the compartment_id of this TemplateSummary. OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.
Returns: The compartment_id of this TemplateSummary. Return type: str
Gets the defined_tags of this TemplateSummary. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this TemplateSummary. Return type: dict(str, dict(str, object))
-
dependent_object_metadata
¶ Gets the dependent_object_metadata of this TemplateSummary. A list of dependent objects in this patch.
Returns: The dependent_object_metadata of this TemplateSummary. Return type: list[oci.data_integration.models.PatchObjectMetadata]
-
description
¶ Gets the description of this TemplateSummary. Detailed description for the object.
Returns: The description of this TemplateSummary. Return type: str
-
display_name
¶ Gets the display_name of this TemplateSummary. 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 display_name of this TemplateSummary. Return type: str
Gets the freeform_tags of this TemplateSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this TemplateSummary. Return type: dict(str, str)
-
id
¶ Gets the id of this TemplateSummary. OCID of the resource that is used to uniquely identify the application
Returns: The id of this TemplateSummary. Return type: str
-
identifier
¶ Gets the identifier of this TemplateSummary. 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 TemplateSummary. Return type: str
-
key
¶ Gets the key of this TemplateSummary. Generated key that can be used in API calls to identify application.
Returns: The key of this TemplateSummary. Return type: str
-
key_map
¶ Gets the key_map of this TemplateSummary. 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 TemplateSummary. Return type: dict(str, str)
-
lifecycle_state
¶ Gets the lifecycle_state of this TemplateSummary. The current state of the workspace.
Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this TemplateSummary. Return type: str
-
metadata
¶ Gets the metadata of this TemplateSummary.
Returns: The metadata of this TemplateSummary. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ Gets the model_type of this TemplateSummary. The object type.
Returns: The model_type of this TemplateSummary. Return type: str
-
model_version
¶ Gets the model_version of this TemplateSummary. The object’s model version.
Returns: The model_version of this TemplateSummary. Return type: str
-
name
¶ Gets the name of this TemplateSummary. 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 TemplateSummary. Return type: str
-
object_status
¶ Gets the object_status of this TemplateSummary. 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 TemplateSummary. Return type: int
-
object_version
¶ Gets the object_version of this TemplateSummary. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this TemplateSummary. Return type: int
-
parent_ref
¶ Gets the parent_ref of this TemplateSummary.
Returns: The parent_ref of this TemplateSummary. Return type: oci.data_integration.models.ParentReference
-
published_object_metadata
¶ Gets the published_object_metadata of this TemplateSummary. A list of objects that are published or unpublished in this patch.
Returns: The published_object_metadata of this TemplateSummary. Return type: dict(str, PatchObjectMetadata)
-
source_application_info
¶ Gets the source_application_info of this TemplateSummary.
Returns: The source_application_info of this TemplateSummary. Return type: oci.data_integration.models.SourceApplicationInfo
-
time_created
¶ Gets the time_created of this TemplateSummary. The date and time the application was created, in the timestamp format defined by RFC3339.
Returns: The time_created of this TemplateSummary. Return type: datetime
-
time_patched
¶ Gets the time_patched of this TemplateSummary. The date and time the application was patched, in the timestamp format defined by RFC3339.
Returns: The time_patched of this TemplateSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this TemplateSummary. The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
Returns: The time_updated of this TemplateSummary. Return type: datetime
-