CreateTaskDetails

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

Bases: object

Properties used in task create operations.

Attributes

MODEL_TYPE_DATA_LOADER_TASK A constant which can be used with the model_type property of a CreateTaskDetails.
MODEL_TYPE_INTEGRATION_TASK A constant which can be used with the model_type property of a CreateTaskDetails.
MODEL_TYPE_OCI_DATAFLOW_TASK A constant which can be used with the model_type property of a CreateTaskDetails.
MODEL_TYPE_PIPELINE_TASK A constant which can be used with the model_type property of a CreateTaskDetails.
MODEL_TYPE_REST_TASK A constant which can be used with the model_type property of a CreateTaskDetails.
MODEL_TYPE_SQL_TASK A constant which can be used with the model_type property of a CreateTaskDetails.
config_provider_delegate Gets the config_provider_delegate of this CreateTaskDetails.
description Gets the description of this CreateTaskDetails.
identifier [Required] Gets the identifier of this CreateTaskDetails.
input_ports Gets the input_ports of this CreateTaskDetails.
is_concurrent_allowed Gets the is_concurrent_allowed of this CreateTaskDetails.
key Gets the key of this CreateTaskDetails.
model_type [Required] Gets the model_type of this CreateTaskDetails.
model_version Gets the model_version of this CreateTaskDetails.
name [Required] Gets the name of this CreateTaskDetails.
object_status Gets the object_status of this CreateTaskDetails.
op_config_values Gets the op_config_values of this CreateTaskDetails.
output_ports Gets the output_ports of this CreateTaskDetails.
parameters Gets the parameters of this CreateTaskDetails.
parent_ref Gets the parent_ref of this CreateTaskDetails.
registry_metadata [Required] Gets the registry_metadata of this CreateTaskDetails.

Methods

__init__(**kwargs) Initializes a new CreateTaskDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
MODEL_TYPE_DATA_LOADER_TASK = 'DATA_LOADER_TASK'

A constant which can be used with the model_type property of a CreateTaskDetails. This constant has a value of “DATA_LOADER_TASK”

MODEL_TYPE_INTEGRATION_TASK = 'INTEGRATION_TASK'

A constant which can be used with the model_type property of a CreateTaskDetails. This constant has a value of “INTEGRATION_TASK”

MODEL_TYPE_OCI_DATAFLOW_TASK = 'OCI_DATAFLOW_TASK'

A constant which can be used with the model_type property of a CreateTaskDetails. This constant has a value of “OCI_DATAFLOW_TASK”

MODEL_TYPE_PIPELINE_TASK = 'PIPELINE_TASK'

A constant which can be used with the model_type property of a CreateTaskDetails. This constant has a value of “PIPELINE_TASK”

MODEL_TYPE_REST_TASK = 'REST_TASK'

A constant which can be used with the model_type property of a CreateTaskDetails. This constant has a value of “REST_TASK”

MODEL_TYPE_SQL_TASK = 'SQL_TASK'

A constant which can be used with the model_type property of a CreateTaskDetails. This constant has a value of “SQL_TASK”

__init__(**kwargs)

Initializes a new CreateTaskDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • model_type (str) – The value to assign to the model_type property of this CreateTaskDetails. Allowed values for this property are: “INTEGRATION_TASK”, “DATA_LOADER_TASK”, “PIPELINE_TASK”, “SQL_TASK”, “OCI_DATAFLOW_TASK”, “REST_TASK”
  • key (str) – The value to assign to the key property of this CreateTaskDetails.
  • model_version (str) – The value to assign to the model_version property of this CreateTaskDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this CreateTaskDetails.
  • name (str) – The value to assign to the name property of this CreateTaskDetails.
  • description (str) – The value to assign to the description property of this CreateTaskDetails.
  • object_status (int) – The value to assign to the object_status property of this CreateTaskDetails.
  • identifier (str) – The value to assign to the identifier property of this CreateTaskDetails.
  • input_ports (list[oci.data_integration.models.InputPort]) – The value to assign to the input_ports property of this CreateTaskDetails.
  • output_ports (list[oci.data_integration.models.OutputPort]) – The value to assign to the output_ports property of this CreateTaskDetails.
  • parameters (list[oci.data_integration.models.Parameter]) – The value to assign to the parameters property of this CreateTaskDetails.
  • op_config_values (oci.data_integration.models.ConfigValues) – The value to assign to the op_config_values property of this CreateTaskDetails.
  • config_provider_delegate (oci.data_integration.models.CreateConfigProvider) – The value to assign to the config_provider_delegate property of this CreateTaskDetails.
  • is_concurrent_allowed (bool) – The value to assign to the is_concurrent_allowed property of this CreateTaskDetails.
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateTaskDetails.
config_provider_delegate

Gets the config_provider_delegate of this CreateTaskDetails.

Returns:The config_provider_delegate of this CreateTaskDetails.
Return type:oci.data_integration.models.CreateConfigProvider
description

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

Returns:The description of this CreateTaskDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

identifier

[Required] Gets the identifier of this CreateTaskDetails. 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 CreateTaskDetails.
Return type:str
input_ports

Gets the input_ports of this CreateTaskDetails. An array of input ports.

Returns:The input_ports of this CreateTaskDetails.
Return type:list[oci.data_integration.models.InputPort]
is_concurrent_allowed

Gets the is_concurrent_allowed of this CreateTaskDetails. Whether the same task can be executed concurrently.

Returns:The is_concurrent_allowed of this CreateTaskDetails.
Return type:bool
key

Gets the key of this CreateTaskDetails. Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.

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

[Required] Gets the model_type of this CreateTaskDetails. The type of the task.

Allowed values for this property are: “INTEGRATION_TASK”, “DATA_LOADER_TASK”, “PIPELINE_TASK”, “SQL_TASK”, “OCI_DATAFLOW_TASK”, “REST_TASK”

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

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

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

[Required] Gets the name of this CreateTaskDetails. 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 CreateTaskDetails.
Return type:str
object_status

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

Gets the op_config_values of this CreateTaskDetails.

Returns:The op_config_values of this CreateTaskDetails.
Return type:oci.data_integration.models.ConfigValues
output_ports

Gets the output_ports of this CreateTaskDetails. An array of output ports.

Returns:The output_ports of this CreateTaskDetails.
Return type:list[oci.data_integration.models.OutputPort]
parameters

Gets the parameters of this CreateTaskDetails. An array of parameters.

Returns:The parameters of this CreateTaskDetails.
Return type:list[oci.data_integration.models.Parameter]
parent_ref

Gets the parent_ref of this CreateTaskDetails.

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

[Required] Gets the registry_metadata of this CreateTaskDetails.

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