CreateApplicationDetails¶
-
class
oci.data_integration.models.
CreateApplicationDetails
(**kwargs)¶ Bases:
object
Properties used in application create operations.
Attributes
MODEL_TYPE_INTEGRATION_APPLICATION
A constant which can be used with the model_type property of a CreateApplicationDetails. description
Gets the description of this CreateApplicationDetails. identifier
[Required] Gets the identifier of this CreateApplicationDetails. key
Gets the key of this CreateApplicationDetails. model_type
Gets the model_type of this CreateApplicationDetails. model_version
Gets the model_version of this CreateApplicationDetails. name
[Required] Gets the name of this CreateApplicationDetails. object_status
Gets the object_status of this CreateApplicationDetails. registry_metadata
Gets the registry_metadata of this CreateApplicationDetails. source_application_info
Gets the source_application_info of this CreateApplicationDetails. Methods
__init__
(**kwargs)Initializes a new CreateApplicationDetails object with values from keyword arguments. -
MODEL_TYPE_INTEGRATION_APPLICATION
= 'INTEGRATION_APPLICATION'¶ A constant which can be used with the model_type property of a CreateApplicationDetails. This constant has a value of “INTEGRATION_APPLICATION”
-
__init__
(**kwargs)¶ Initializes a new CreateApplicationDetails 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 CreateApplicationDetails.
- model_version (str) – The value to assign to the model_version property of this CreateApplicationDetails.
- model_type (str) – The value to assign to the model_type property of this CreateApplicationDetails. Allowed values for this property are: “INTEGRATION_APPLICATION”
- name (str) – The value to assign to the name property of this CreateApplicationDetails.
- description (str) – The value to assign to the description property of this CreateApplicationDetails.
- object_status (int) – The value to assign to the object_status property of this CreateApplicationDetails.
- identifier (str) – The value to assign to the identifier property of this CreateApplicationDetails.
- source_application_info (oci.data_integration.models.CreateSourceApplicationInfo) – The value to assign to the source_application_info property of this CreateApplicationDetails.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateApplicationDetails.
-
description
¶ Gets the description of this CreateApplicationDetails. Detailed description for the object.
Returns: The description of this CreateApplicationDetails. Return type: str
-
identifier
¶ [Required] Gets the identifier of this CreateApplicationDetails. 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 CreateApplicationDetails. Return type: str
-
key
¶ Gets the key of this CreateApplicationDetails. Currently not used on application creation. Reserved for future.
Returns: The key of this CreateApplicationDetails. Return type: str
-
model_type
¶ Gets the model_type of this CreateApplicationDetails. The type of the application.
Allowed values for this property are: “INTEGRATION_APPLICATION”
Returns: The model_type of this CreateApplicationDetails. Return type: str
-
model_version
¶ Gets the model_version of this CreateApplicationDetails. The object’s model version.
Returns: The model_version of this CreateApplicationDetails. Return type: str
-
name
¶ [Required] Gets the name of this CreateApplicationDetails. 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 CreateApplicationDetails. Return type: str
-
object_status
¶ Gets the object_status of this CreateApplicationDetails. 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 CreateApplicationDetails. Return type: int
-
registry_metadata
¶ Gets the registry_metadata of this CreateApplicationDetails.
Returns: The registry_metadata of this CreateApplicationDetails. Return type: oci.data_integration.models.RegistryMetadata
-
source_application_info
¶ Gets the source_application_info of this CreateApplicationDetails.
Returns: The source_application_info of this CreateApplicationDetails. Return type: oci.data_integration.models.CreateSourceApplicationInfo
-