CreateDisApplicationDetails

class oci.data_integration.models.CreateDisApplicationDetails(**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 CreateDisApplicationDetails.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails.
MODEL_TYPE_INTEGRATION_APPLICATION A constant which can be used with the model_type property of a CreateDisApplicationDetails.
compartment_id Gets the compartment_id of this CreateDisApplicationDetails.
defined_tags Gets the defined_tags of this CreateDisApplicationDetails.
description Gets the description of this CreateDisApplicationDetails.
display_name Gets the display_name of this CreateDisApplicationDetails.
freeform_tags Gets the freeform_tags of this CreateDisApplicationDetails.
identifier [Required] Gets the identifier of this CreateDisApplicationDetails.
key Gets the key of this CreateDisApplicationDetails.
lifecycle_state Gets the lifecycle_state of this CreateDisApplicationDetails.
model_type Gets the model_type of this CreateDisApplicationDetails.
model_version Gets the model_version of this CreateDisApplicationDetails.
name [Required] Gets the name of this CreateDisApplicationDetails.
object_status Gets the object_status of this CreateDisApplicationDetails.
registry_metadata Gets the registry_metadata of this CreateDisApplicationDetails.
source_application_info Gets the source_application_info of this CreateDisApplicationDetails.

Methods

__init__(**kwargs) Initializes a new CreateDisApplicationDetails object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails. This constant has a value of “FAILED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a CreateDisApplicationDetails. 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 CreateDisApplicationDetails. This constant has a value of “INTEGRATION_APPLICATION”

__init__(**kwargs)

Initializes a new CreateDisApplicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateDisApplicationDetails.
  • key (str) – The value to assign to the key property of this CreateDisApplicationDetails.
  • model_version (str) – The value to assign to the model_version property of this CreateDisApplicationDetails.
  • model_type (str) – The value to assign to the model_type property of this CreateDisApplicationDetails. Allowed values for this property are: “INTEGRATION_APPLICATION”
  • name (str) – The value to assign to the name property of this CreateDisApplicationDetails.
  • description (str) – The value to assign to the description property of this CreateDisApplicationDetails.
  • object_status (int) – The value to assign to the object_status property of this CreateDisApplicationDetails.
  • identifier (str) – The value to assign to the identifier property of this CreateDisApplicationDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateDisApplicationDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDisApplicationDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDisApplicationDetails.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this CreateDisApplicationDetails. 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 CreateDisApplicationDetails.
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateDisApplicationDetails.
compartment_id

Gets the compartment_id of this CreateDisApplicationDetails. OCID of the compartment that this resource belongs to. Defaults to compartment of the Workspace.

Returns:The compartment_id of this CreateDisApplicationDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateDisApplicationDetails. 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 CreateDisApplicationDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this CreateDisApplicationDetails. Detailed description for the object.

Returns:The description of this CreateDisApplicationDetails.
Return type:str
display_name

Gets the display_name of this CreateDisApplicationDetails. 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 CreateDisApplicationDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateDisApplicationDetails. 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 CreateDisApplicationDetails.
Return type:dict(str, str)
identifier

[Required] Gets the identifier of this CreateDisApplicationDetails. 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 CreateDisApplicationDetails.
Return type:str
key

Gets the key of this CreateDisApplicationDetails. Currently not used on application creation. Reserved for future.

Returns:The key of this CreateDisApplicationDetails.
Return type:str
lifecycle_state

Gets the lifecycle_state of this CreateDisApplicationDetails. The current state of the workspace.

Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”

Returns:The lifecycle_state of this CreateDisApplicationDetails.
Return type:str
model_type

Gets the model_type of this CreateDisApplicationDetails. The type of the application.

Allowed values for this property are: “INTEGRATION_APPLICATION”

Returns:The model_type of this CreateDisApplicationDetails.
Return type:str
model_version

Gets the model_version of this CreateDisApplicationDetails. The object’s model version.

Returns:The model_version of this CreateDisApplicationDetails.
Return type:str
name

[Required] Gets the name of this CreateDisApplicationDetails. 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 CreateDisApplicationDetails.
Return type:str
object_status

Gets the object_status of this CreateDisApplicationDetails. 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 CreateDisApplicationDetails.
Return type:int
registry_metadata

Gets the registry_metadata of this CreateDisApplicationDetails.

Returns:The registry_metadata of this CreateDisApplicationDetails.
Return type:oci.data_integration.models.RegistryMetadata
source_application_info

Gets the source_application_info of this CreateDisApplicationDetails.

Returns:The source_application_info of this CreateDisApplicationDetails.
Return type:oci.data_integration.models.CreateSourceApplicationInfo