ApplicationDetails¶
-
class
oci.data_integration.models.
ApplicationDetails
(**kwargs)¶ Bases:
object
The information about the application.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a ApplicationDetails. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a ApplicationDetails. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a ApplicationDetails. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a ApplicationDetails. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a ApplicationDetails. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a ApplicationDetails. application_version
Gets the application_version of this ApplicationDetails. defined_tags
Gets the defined_tags of this ApplicationDetails. description
Gets the description of this ApplicationDetails. display_name
Gets the display_name of this ApplicationDetails. freeform_tags
Gets the freeform_tags of this ApplicationDetails. identifier
Gets the identifier of this ApplicationDetails. key
[Required] Gets the key of this ApplicationDetails. lifecycle_state
Gets the lifecycle_state of this ApplicationDetails. metadata
Gets the metadata of this ApplicationDetails. model_type
[Required] Gets the model_type of this ApplicationDetails. model_version
Gets the model_version of this ApplicationDetails. name
Gets the name of this ApplicationDetails. object_status
Gets the object_status of this ApplicationDetails. object_version
[Required] Gets the object_version of this ApplicationDetails. parent_ref
Gets the parent_ref of this ApplicationDetails. Methods
__init__
(**kwargs)Initializes a new ApplicationDetails object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a ApplicationDetails. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a ApplicationDetails. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a ApplicationDetails. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a ApplicationDetails. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a ApplicationDetails. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a ApplicationDetails. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new ApplicationDetails 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 ApplicationDetails.
- model_type (str) – The value to assign to the model_type property of this ApplicationDetails.
- model_version (str) – The value to assign to the model_version property of this ApplicationDetails.
- name (str) – The value to assign to the name property of this ApplicationDetails.
- description (str) – The value to assign to the description property of this ApplicationDetails.
- application_version (int) – The value to assign to the application_version property of this ApplicationDetails.
- object_status (int) – The value to assign to the object_status property of this ApplicationDetails.
- identifier (str) – The value to assign to the identifier property of this ApplicationDetails.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ApplicationDetails.
- object_version (int) – The value to assign to the object_version property of this ApplicationDetails.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this ApplicationDetails.
- display_name (str) – The value to assign to the display_name property of this ApplicationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ApplicationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ApplicationDetails.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ApplicationDetails. Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”
-
application_version
¶ Gets the application_version of this ApplicationDetails. version
Returns: The application_version of this ApplicationDetails. Return type: int
Gets the defined_tags of this ApplicationDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this ApplicationDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this ApplicationDetails. Detailed description for the object.
Returns: The description of this ApplicationDetails. Return type: str
-
display_name
¶ Gets the display_name of this ApplicationDetails. 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 ApplicationDetails. Return type: str
Gets the freeform_tags of this ApplicationDetails. 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 ApplicationDetails. Return type: dict(str, str)
-
identifier
¶ Gets the identifier of this ApplicationDetails. 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 ApplicationDetails. Return type: str
-
key
¶ [Required] Gets the key of this ApplicationDetails. Generated key that can be used in API calls to identify application.
Returns: The key of this ApplicationDetails. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this ApplicationDetails. The current state of the workspace.
Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”
Returns: The lifecycle_state of this ApplicationDetails. Return type: str
-
metadata
¶ Gets the metadata of this ApplicationDetails.
Returns: The metadata of this ApplicationDetails. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ [Required] Gets the model_type of this ApplicationDetails. The object type.
Returns: The model_type of this ApplicationDetails. Return type: str
-
model_version
¶ Gets the model_version of this ApplicationDetails. The object’s model version.
Returns: The model_version of this ApplicationDetails. Return type: str
-
name
¶ Gets the name of this ApplicationDetails. 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 ApplicationDetails. Return type: str
-
object_status
¶ Gets the object_status of this ApplicationDetails. 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 ApplicationDetails. Return type: int
-
object_version
¶ [Required] Gets the object_version of this ApplicationDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this ApplicationDetails. Return type: int
-
parent_ref
¶ Gets the parent_ref of this ApplicationDetails.
Returns: The parent_ref of this ApplicationDetails. Return type: oci.data_integration.models.ParentReference
-