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