UpdateApplicationDetails

class oci.data_integration.models.UpdateApplicationDetails(**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 UpdateApplicationDetails.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a UpdateApplicationDetails.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a UpdateApplicationDetails.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a UpdateApplicationDetails.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a UpdateApplicationDetails.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a UpdateApplicationDetails.
application_version Gets the application_version of this UpdateApplicationDetails.
defined_tags Gets the defined_tags of this UpdateApplicationDetails.
description Gets the description of this UpdateApplicationDetails.
display_name Gets the display_name of this UpdateApplicationDetails.
freeform_tags Gets the freeform_tags of this UpdateApplicationDetails.
identifier Gets the identifier of this UpdateApplicationDetails.
key [Required] Gets the key of this UpdateApplicationDetails.
lifecycle_state Gets the lifecycle_state 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.

Methods

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

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

LIFECYCLE_STATE_CREATING = 'CREATING'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_UPDATING = 'UPDATING'

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

__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.
  • display_name (str) – The value to assign to the display_name property of this UpdateApplicationDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateApplicationDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateApplicationDetails.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this UpdateApplicationDetails. Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”
application_version

Gets the application_version of this UpdateApplicationDetails. version

Returns:The application_version of this UpdateApplicationDetails.
Return type:int
defined_tags

Gets the defined_tags of this UpdateApplicationDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateApplicationDetails.
Return type:dict(str, dict(str, object))
description

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

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

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

Gets the freeform_tags of this UpdateApplicationDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateApplicationDetails.
Return type:dict(str, 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
lifecycle_state

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

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

Returns:The lifecycle_state 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