CreateApplicationDetails¶
-
class
oci.data_integration.models.
CreateApplicationDetails
(**kwargs)¶ Bases:
object
Properties used in application create operations.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. MODEL_TYPE_INTEGRATION_APPLICATION
A constant which can be used with the model_type property of a CreateApplicationDetails. defined_tags
Gets the defined_tags of this CreateApplicationDetails. description
Gets the description of this CreateApplicationDetails. display_name
Gets the display_name of this CreateApplicationDetails. freeform_tags
Gets the freeform_tags of this CreateApplicationDetails. identifier
[Required] Gets the identifier of this CreateApplicationDetails. key
Gets the key of this CreateApplicationDetails. lifecycle_state
Gets the lifecycle_state 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. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a CreateApplicationDetails. This constant has a value of “UPDATING”
-
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.
- display_name (str) – The value to assign to the display_name property of this CreateApplicationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateApplicationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateApplicationDetails.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this CreateApplicationDetails. Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”
- 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.
Gets the defined_tags of this CreateApplicationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this CreateApplicationDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateApplicationDetails. Detailed description for the object.
Returns: The description of this CreateApplicationDetails. Return type: str
-
display_name
¶ Gets the display_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 display_name of this CreateApplicationDetails. Return type: str
Gets the freeform_tags of this CreateApplicationDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this CreateApplicationDetails. Return type: dict(str, 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
-
lifecycle_state
¶ Gets the lifecycle_state of this CreateApplicationDetails. The current state of the workspace.
Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”
Returns: The lifecycle_state 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
-