UpdateTaskRunDetails

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

Bases: object

Properties used in task run update operations.

Attributes

STATUS_TERMINATING A constant which can be used with the status property of a UpdateTaskRunDetails.
description Gets the description of this UpdateTaskRunDetails.
key Gets the key of this UpdateTaskRunDetails.
model_type Gets the model_type of this UpdateTaskRunDetails.
model_version Gets the model_version of this UpdateTaskRunDetails.
name Gets the name of this UpdateTaskRunDetails.
object_version Gets the object_version of this UpdateTaskRunDetails.
registry_metadata Gets the registry_metadata of this UpdateTaskRunDetails.
status Gets the status of this UpdateTaskRunDetails.
task_schedule_key Gets the task_schedule_key of this UpdateTaskRunDetails.

Methods

__init__(**kwargs) Initializes a new UpdateTaskRunDetails object with values from keyword arguments.
STATUS_TERMINATING = 'TERMINATING'

A constant which can be used with the status property of a UpdateTaskRunDetails. This constant has a value of “TERMINATING”

__init__(**kwargs)

Initializes a new UpdateTaskRunDetails 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 UpdateTaskRunDetails.
  • status (str) – The value to assign to the status property of this UpdateTaskRunDetails. Allowed values for this property are: “TERMINATING”
  • model_type (str) – The value to assign to the model_type property of this UpdateTaskRunDetails.
  • model_version (str) – The value to assign to the model_version property of this UpdateTaskRunDetails.
  • name (str) – The value to assign to the name property of this UpdateTaskRunDetails.
  • description (str) – The value to assign to the description property of this UpdateTaskRunDetails.
  • object_version (int) – The value to assign to the object_version property of this UpdateTaskRunDetails.
  • task_schedule_key (str) – The value to assign to the task_schedule_key property of this UpdateTaskRunDetails.
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this UpdateTaskRunDetails.
description

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

Returns:The description of this UpdateTaskRunDetails.
Return type:str
key

Gets the key of this UpdateTaskRunDetails. The key of the object.

Returns:The key of this UpdateTaskRunDetails.
Return type:str
model_type

Gets the model_type of this UpdateTaskRunDetails. The type of the object.

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

Gets the model_version of this UpdateTaskRunDetails. The model version of an object.

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

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

Gets the object_version of this UpdateTaskRunDetails. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this UpdateTaskRunDetails.
Return type:int
registry_metadata

Gets the registry_metadata of this UpdateTaskRunDetails.

Returns:The registry_metadata of this UpdateTaskRunDetails.
Return type:oci.data_integration.models.RegistryMetadata
status

Gets the status of this UpdateTaskRunDetails. The status of the object.

Allowed values for this property are: “TERMINATING”

Returns:The status of this UpdateTaskRunDetails.
Return type:str
task_schedule_key

Gets the task_schedule_key of this UpdateTaskRunDetails. Optional task schedule key reference.

Returns:The task_schedule_key of this UpdateTaskRunDetails.
Return type:str