SourceApplicationInfo¶
-
class
oci.data_integration.models.
SourceApplicationInfo
(**kwargs)¶ Bases:
object
The information about the application.
Methods
__init__
(**kwargs)Initializes a new SourceApplicationInfo object with values from keyword arguments. Attributes
application_key
Gets the application_key of this SourceApplicationInfo. application_version
Gets the application_version of this SourceApplicationInfo. last_patch_key
Gets the last_patch_key of this SourceApplicationInfo. workspace_id
Gets the workspace_id of this SourceApplicationInfo. -
__init__
(**kwargs)¶ Initializes a new SourceApplicationInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - workspace_id (str) – The value to assign to the workspace_id property of this SourceApplicationInfo.
- application_key (str) – The value to assign to the application_key property of this SourceApplicationInfo.
- application_version (str) – The value to assign to the application_version property of this SourceApplicationInfo.
- last_patch_key (str) – The value to assign to the last_patch_key property of this SourceApplicationInfo.
-
application_key
¶ Gets the application_key of this SourceApplicationInfo. The source application key to use when creating the application.
Returns: The application_key of this SourceApplicationInfo. Return type: str
-
application_version
¶ Gets the application_version of this SourceApplicationInfo. The source application version of the application.
Returns: The application_version of this SourceApplicationInfo. Return type: str
-
last_patch_key
¶ Gets the last_patch_key of this SourceApplicationInfo. The last patch key for the application.
Returns: The last_patch_key of this SourceApplicationInfo. Return type: str
-
workspace_id
¶ Gets the workspace_id of this SourceApplicationInfo. The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
Returns: The workspace_id of this SourceApplicationInfo. Return type: str
-