TaskRecord¶
-
class
oci.fleet_apps_management.models.TaskRecord(**kwargs)¶ Bases:
objectAttributes of a task record.
Attributes
LIFECYCLE_STATE_ACTIVEA constant which can be used with the lifecycle_state property of a TaskRecord. LIFECYCLE_STATE_DELETEDA constant which can be used with the lifecycle_state property of a TaskRecord. LIFECYCLE_STATE_DELETINGA constant which can be used with the lifecycle_state property of a TaskRecord. LIFECYCLE_STATE_FAILEDA constant which can be used with the lifecycle_state property of a TaskRecord. LIFECYCLE_STATE_INACTIVEA constant which can be used with the lifecycle_state property of a TaskRecord. LIFECYCLE_STATE_UPDATINGA constant which can be used with the lifecycle_state property of a TaskRecord. TYPE_ORACLE_DEFINEDA constant which can be used with the type property of a TaskRecord. TYPE_SYSTEM_DEFINEDA constant which can be used with the type property of a TaskRecord. TYPE_USER_DEFINEDA constant which can be used with the type property of a TaskRecord. compartment_id[Required] Gets the compartment_id of this TaskRecord. defined_tagsGets the defined_tags of this TaskRecord. descriptionGets the description of this TaskRecord. details[Required] Gets the details of this TaskRecord. display_name[Required] Gets the display_name of this TaskRecord. freeform_tagsGets the freeform_tags of this TaskRecord. id[Required] Gets the id of this TaskRecord. lifecycle_detailsGets the lifecycle_details of this TaskRecord. lifecycle_state[Required] Gets the lifecycle_state of this TaskRecord. resource_regionGets the resource_region of this TaskRecord. system_tagsGets the system_tags of this TaskRecord. time_created[Required] Gets the time_created of this TaskRecord. time_updated[Required] Gets the time_updated of this TaskRecord. type[Required] Gets the type of this TaskRecord. versionGets the version of this TaskRecord. Methods
__init__(**kwargs)Initializes a new TaskRecord object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a TaskRecord. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_DELETED= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a TaskRecord. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a TaskRecord. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a TaskRecord. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a TaskRecord. This constant has a value of “INACTIVE”
-
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a TaskRecord. This constant has a value of “UPDATING”
-
TYPE_ORACLE_DEFINED= 'ORACLE_DEFINED'¶ A constant which can be used with the type property of a TaskRecord. This constant has a value of “ORACLE_DEFINED”
-
TYPE_SYSTEM_DEFINED= 'SYSTEM_DEFINED'¶ A constant which can be used with the type property of a TaskRecord. This constant has a value of “SYSTEM_DEFINED”
-
TYPE_USER_DEFINED= 'USER_DEFINED'¶ A constant which can be used with the type property of a TaskRecord. This constant has a value of “USER_DEFINED”
-
__init__(**kwargs)¶ Initializes a new TaskRecord object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this TaskRecord.
- display_name (str) – The value to assign to the display_name property of this TaskRecord.
- description (str) – The value to assign to the description property of this TaskRecord.
- type (str) – The value to assign to the type property of this TaskRecord. Allowed values for this property are: “USER_DEFINED”, “ORACLE_DEFINED”, “SYSTEM_DEFINED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this TaskRecord. Allowed values for this property are: “ACTIVE”, “INACTIVE”, “DELETED”, “DELETING”, “FAILED”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this TaskRecord.
- time_updated (datetime) – The value to assign to the time_updated property of this TaskRecord.
- details (oci.fleet_apps_management.models.Details) – The value to assign to the details property of this TaskRecord.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this TaskRecord.
- version (str) – The value to assign to the version property of this TaskRecord.
- compartment_id (str) – The value to assign to the compartment_id property of this TaskRecord.
- resource_region (str) – The value to assign to the resource_region property of this TaskRecord.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this TaskRecord.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this TaskRecord.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this TaskRecord.
-
compartment_id¶ [Required] Gets the compartment_id of this TaskRecord. OCID of the compartment to which the resource belongs to.
Returns: The compartment_id of this TaskRecord. Return type: str
Gets the defined_tags of this TaskRecord. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this TaskRecord. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this TaskRecord. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
Returns: The description of this TaskRecord. Return type: str
-
details¶ [Required] Gets the details of this TaskRecord.
Returns: The details of this TaskRecord. Return type: oci.fleet_apps_management.models.Details
-
display_name¶ [Required] Gets the display_name of this TaskRecord. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this TaskRecord. Return type: str
Gets the freeform_tags of this TaskRecord. 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 TaskRecord. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this TaskRecord. The OCID of the resource.
Returns: The id of this TaskRecord. Return type: str
-
lifecycle_details¶ Gets the lifecycle_details of this TaskRecord. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this TaskRecord. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this TaskRecord. The current state of the task record.
Allowed values for this property are: “ACTIVE”, “INACTIVE”, “DELETED”, “DELETING”, “FAILED”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this TaskRecord. Return type: str
-
resource_region¶ Gets the resource_region of this TaskRecord. Associated region
Returns: The resource_region of this TaskRecord. Return type: str
Gets the system_tags of this TaskRecord. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this TaskRecord. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this TaskRecord. The time this resource was created. An RFC3339 formatted datetime string.
Returns: The time_created of this TaskRecord. Return type: datetime
-
time_updated¶ [Required] Gets the time_updated of this TaskRecord. The time this resource was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this TaskRecord. Return type: datetime
-
type¶ [Required] Gets the type of this TaskRecord. Task type.
Allowed values for this property are: “USER_DEFINED”, “ORACLE_DEFINED”, “SYSTEM_DEFINED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this TaskRecord. Return type: str
-
version¶ Gets the version of this TaskRecord. The version of the task record.
Returns: The version of this TaskRecord. Return type: str
-