ApplicationDetails¶
-
class
oci.data_integration.models.
ApplicationDetails
(**kwargs)¶ Bases:
object
The information about the application.
Methods
__init__
(**kwargs)Initializes a new ApplicationDetails object with values from keyword arguments. Attributes
application_version
Gets the application_version of this ApplicationDetails. description
Gets the description of this ApplicationDetails. identifier
Gets the identifier of this ApplicationDetails. key
[Required] Gets the key of this ApplicationDetails. metadata
Gets the metadata of this ApplicationDetails. model_type
[Required] Gets the model_type of this ApplicationDetails. model_version
Gets the model_version of this ApplicationDetails. name
Gets the name of this ApplicationDetails. object_status
Gets the object_status of this ApplicationDetails. object_version
[Required] Gets the object_version of this ApplicationDetails. parent_ref
Gets the parent_ref of this ApplicationDetails. -
__init__
(**kwargs)¶ Initializes a new ApplicationDetails 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 ApplicationDetails.
- model_type (str) – The value to assign to the model_type property of this ApplicationDetails.
- model_version (str) – The value to assign to the model_version property of this ApplicationDetails.
- name (str) – The value to assign to the name property of this ApplicationDetails.
- description (str) – The value to assign to the description property of this ApplicationDetails.
- application_version (int) – The value to assign to the application_version property of this ApplicationDetails.
- object_status (int) – The value to assign to the object_status property of this ApplicationDetails.
- identifier (str) – The value to assign to the identifier property of this ApplicationDetails.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ApplicationDetails.
- object_version (int) – The value to assign to the object_version property of this ApplicationDetails.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this ApplicationDetails.
-
application_version
¶ Gets the application_version of this ApplicationDetails. version
Returns: The application_version of this ApplicationDetails. Return type: int
-
description
¶ Gets the description of this ApplicationDetails. Detailed description for the object.
Returns: The description of this ApplicationDetails. Return type: str
-
identifier
¶ Gets the identifier of this ApplicationDetails. 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 ApplicationDetails. Return type: str
-
key
¶ [Required] Gets the key of this ApplicationDetails. Generated key that can be used in API calls to identify application.
Returns: The key of this ApplicationDetails. Return type: str
-
metadata
¶ Gets the metadata of this ApplicationDetails.
Returns: The metadata of this ApplicationDetails. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ [Required] Gets the model_type of this ApplicationDetails. The object type.
Returns: The model_type of this ApplicationDetails. Return type: str
-
model_version
¶ Gets the model_version of this ApplicationDetails. The object’s model version.
Returns: The model_version of this ApplicationDetails. Return type: str
-
name
¶ Gets the name of this ApplicationDetails. 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 ApplicationDetails. Return type: str
-
object_status
¶ Gets the object_status of this ApplicationDetails. 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 ApplicationDetails. Return type: int
-
object_version
¶ [Required] Gets the object_version of this ApplicationDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this ApplicationDetails. Return type: int
-
parent_ref
¶ Gets the parent_ref of this ApplicationDetails.
Returns: The parent_ref of this ApplicationDetails. Return type: oci.data_integration.models.ParentReference
-