CreateTaskValidationDetails

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

Bases: object

The task type contains the audit summary information and the definition of the task.

Attributes

MODEL_TYPE_DATA_LOADER_TASK A constant which can be used with the model_type property of a CreateTaskValidationDetails.
MODEL_TYPE_INTEGRATION_TASK A constant which can be used with the model_type property of a CreateTaskValidationDetails.
MODEL_TYPE_PIPELINE_TASK A constant which can be used with the model_type property of a CreateTaskValidationDetails.
config_provider_delegate Gets the config_provider_delegate of this CreateTaskValidationDetails.
description Gets the description of this CreateTaskValidationDetails.
identifier Gets the identifier of this CreateTaskValidationDetails.
input_ports Gets the input_ports of this CreateTaskValidationDetails.
key Gets the key of this CreateTaskValidationDetails.
metadata Gets the metadata of this CreateTaskValidationDetails.
model_type Gets the model_type of this CreateTaskValidationDetails.
model_version Gets the model_version of this CreateTaskValidationDetails.
name Gets the name of this CreateTaskValidationDetails.
object_status Gets the object_status of this CreateTaskValidationDetails.
object_version Gets the object_version of this CreateTaskValidationDetails.
op_config_values Gets the op_config_values of this CreateTaskValidationDetails.
output_ports Gets the output_ports of this CreateTaskValidationDetails.
parameters Gets the parameters of this CreateTaskValidationDetails.
parent_ref Gets the parent_ref of this CreateTaskValidationDetails.

Methods

__init__(**kwargs) Initializes a new CreateTaskValidationDetails 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 CreateTaskValidationDetails. 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 CreateTaskValidationDetails. This constant has a value of “INTEGRATION_TASK”

MODEL_TYPE_PIPELINE_TASK = 'PIPELINE_TASK'

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

__init__(**kwargs)

Initializes a new CreateTaskValidationDetails 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 CreateTaskValidationDetails. Allowed values for this property are: “INTEGRATION_TASK”, “DATA_LOADER_TASK”, “PIPELINE_TASK”
  • key (str) – The value to assign to the key property of this CreateTaskValidationDetails.
  • model_version (str) – The value to assign to the model_version property of this CreateTaskValidationDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this CreateTaskValidationDetails.
  • name (str) – The value to assign to the name property of this CreateTaskValidationDetails.
  • description (str) – The value to assign to the description property of this CreateTaskValidationDetails.
  • object_version (int) – The value to assign to the object_version property of this CreateTaskValidationDetails.
  • object_status (int) – The value to assign to the object_status property of this CreateTaskValidationDetails.
  • identifier (str) – The value to assign to the identifier property of this CreateTaskValidationDetails.
  • input_ports (list[oci.data_integration.models.InputPort]) – The value to assign to the input_ports property of this CreateTaskValidationDetails.
  • output_ports (list[oci.data_integration.models.OutputPort]) – The value to assign to the output_ports property of this CreateTaskValidationDetails.
  • parameters (list[oci.data_integration.models.Parameter]) – The value to assign to the parameters property of this CreateTaskValidationDetails.
  • op_config_values (oci.data_integration.models.ConfigValues) – The value to assign to the op_config_values property of this CreateTaskValidationDetails.
  • config_provider_delegate (oci.data_integration.models.ConfigProvider) – The value to assign to the config_provider_delegate property of this CreateTaskValidationDetails.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this CreateTaskValidationDetails.
config_provider_delegate

Gets the config_provider_delegate of this CreateTaskValidationDetails.

Returns:The config_provider_delegate of this CreateTaskValidationDetails.
Return type:oci.data_integration.models.ConfigProvider
description

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

Returns:The description of this CreateTaskValidationDetails.
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

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

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

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

Gets the key of this CreateTaskValidationDetails. 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 the create operation.

Returns:The key of this CreateTaskValidationDetails.
Return type:str
metadata

Gets the metadata of this CreateTaskValidationDetails.

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

Gets the model_type of this CreateTaskValidationDetails. The type of the task.

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

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

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

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

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

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

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

Returns:The object_version of this CreateTaskValidationDetails.
Return type:int
op_config_values

Gets the op_config_values of this CreateTaskValidationDetails.

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

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

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

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

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

Gets the parent_ref of this CreateTaskValidationDetails.

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