UpdateDisApplicationDetails

class oci.data_integration.models.UpdateDisApplicationDetails(**kwargs)

Bases: object

Properties used in DIS Application create operations.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a UpdateDisApplicationDetails.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a UpdateDisApplicationDetails.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a UpdateDisApplicationDetails.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a UpdateDisApplicationDetails.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a UpdateDisApplicationDetails.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a UpdateDisApplicationDetails.
application_version Gets the application_version of this UpdateDisApplicationDetails.
defined_tags Gets the defined_tags of this UpdateDisApplicationDetails.
description Gets the description of this UpdateDisApplicationDetails.
display_name Gets the display_name of this UpdateDisApplicationDetails.
freeform_tags Gets the freeform_tags of this UpdateDisApplicationDetails.
identifier Gets the identifier of this UpdateDisApplicationDetails.
key [Required] Gets the key of this UpdateDisApplicationDetails.
lifecycle_state Gets the lifecycle_state of this UpdateDisApplicationDetails.
metadata Gets the metadata of this UpdateDisApplicationDetails.
model_type [Required] Gets the model_type of this UpdateDisApplicationDetails.
model_version Gets the model_version of this UpdateDisApplicationDetails.
name Gets the name of this UpdateDisApplicationDetails.
object_status Gets the object_status of this UpdateDisApplicationDetails.
object_version [Required] Gets the object_version of this UpdateDisApplicationDetails.
parent_ref Gets the parent_ref of this UpdateDisApplicationDetails.

Methods

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

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

LIFECYCLE_STATE_CREATING = 'CREATING'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_UPDATING = 'UPDATING'

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

__init__(**kwargs)

Initializes a new UpdateDisApplicationDetails 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 UpdateDisApplicationDetails.
  • model_type (str) – The value to assign to the model_type property of this UpdateDisApplicationDetails.
  • model_version (str) – The value to assign to the model_version property of this UpdateDisApplicationDetails.
  • name (str) – The value to assign to the name property of this UpdateDisApplicationDetails.
  • description (str) – The value to assign to the description property of this UpdateDisApplicationDetails.
  • application_version (int) – The value to assign to the application_version property of this UpdateDisApplicationDetails.
  • object_status (int) – The value to assign to the object_status property of this UpdateDisApplicationDetails.
  • identifier (str) – The value to assign to the identifier property of this UpdateDisApplicationDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this UpdateDisApplicationDetails.
  • object_version (int) – The value to assign to the object_version property of this UpdateDisApplicationDetails.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this UpdateDisApplicationDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateDisApplicationDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDisApplicationDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDisApplicationDetails.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this UpdateDisApplicationDetails. Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”
application_version

Gets the application_version of this UpdateDisApplicationDetails. version

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

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

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

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

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

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

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

Gets the identifier of this UpdateDisApplicationDetails. 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 UpdateDisApplicationDetails.
Return type:str
key

[Required] Gets the key of this UpdateDisApplicationDetails. Generated key that can be used in API calls to identify application.

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

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

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

Returns:The lifecycle_state of this UpdateDisApplicationDetails.
Return type:str
metadata

Gets the metadata of this UpdateDisApplicationDetails.

Returns:The metadata of this UpdateDisApplicationDetails.
Return type:oci.data_integration.models.ObjectMetadata
model_type

[Required] Gets the model_type of this UpdateDisApplicationDetails. The object type.

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

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

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

Gets the name of this UpdateDisApplicationDetails. 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 UpdateDisApplicationDetails.
Return type:str
object_status

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

[Required] Gets the object_version of this UpdateDisApplicationDetails. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this UpdateDisApplicationDetails.
Return type:int
parent_ref

Gets the parent_ref of this UpdateDisApplicationDetails.

Returns:The parent_ref of this UpdateDisApplicationDetails.
Return type:oci.data_integration.models.ParentReference