UpdateTaskFromOCIDataflowTask¶
-
class
oci.data_integration.models.
UpdateTaskFromOCIDataflowTask
(**kwargs)¶ Bases:
oci.data_integration.models.update_task_details.UpdateTaskDetails
The information about the OCI Dataflow task.
Attributes
MODEL_TYPE_DATA_LOADER_TASK
str(object=’’) -> str MODEL_TYPE_INTEGRATION_TASK
str(object=’’) -> str MODEL_TYPE_OCI_DATAFLOW_TASK
str(object=’’) -> str MODEL_TYPE_PIPELINE_TASK
str(object=’’) -> str MODEL_TYPE_REST_TASK
str(object=’’) -> str MODEL_TYPE_SQL_TASK
str(object=’’) -> str config_provider_delegate
Gets the config_provider_delegate of this UpdateTaskDetails. dataflow_application
Gets the dataflow_application of this UpdateTaskFromOCIDataflowTask. description
Gets the description of this UpdateTaskDetails. driver_shape_details
Gets the driver_shape_details of this UpdateTaskFromOCIDataflowTask. executor_shape_details
Gets the executor_shape_details of this UpdateTaskFromOCIDataflowTask. identifier
Gets the identifier of this UpdateTaskDetails. input_ports
Gets the input_ports of this UpdateTaskDetails. is_concurrent_allowed
Gets the is_concurrent_allowed of this UpdateTaskDetails. key
[Required] Gets the key of this UpdateTaskDetails. model_type
[Required] Gets the model_type of this UpdateTaskDetails. model_version
Gets the model_version of this UpdateTaskDetails. name
Gets the name of this UpdateTaskDetails. object_status
Gets the object_status of this UpdateTaskDetails. object_version
[Required] Gets the object_version of this UpdateTaskDetails. op_config_values
Gets the op_config_values of this UpdateTaskDetails. output_ports
Gets the output_ports of this UpdateTaskDetails. parameters
Gets the parameters of this UpdateTaskDetails. parent_ref
Gets the parent_ref of this UpdateTaskDetails. registry_metadata
Gets the registry_metadata of this UpdateTaskDetails. Methods
__init__
(**kwargs)Initializes a new UpdateTaskFromOCIDataflowTask 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'¶
-
MODEL_TYPE_INTEGRATION_TASK
= 'INTEGRATION_TASK'¶
-
MODEL_TYPE_OCI_DATAFLOW_TASK
= 'OCI_DATAFLOW_TASK'¶
-
MODEL_TYPE_PIPELINE_TASK
= 'PIPELINE_TASK'¶
-
MODEL_TYPE_REST_TASK
= 'REST_TASK'¶
-
MODEL_TYPE_SQL_TASK
= 'SQL_TASK'¶
-
__init__
(**kwargs)¶ Initializes a new UpdateTaskFromOCIDataflowTask object with values from keyword arguments. The default value of the
model_type
attribute of this class isOCI_DATAFLOW_TASK
and it should not be changed. 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 UpdateTaskFromOCIDataflowTask. 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 UpdateTaskFromOCIDataflowTask.
- model_version (str) – The value to assign to the model_version property of this UpdateTaskFromOCIDataflowTask.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this UpdateTaskFromOCIDataflowTask.
- name (str) – The value to assign to the name property of this UpdateTaskFromOCIDataflowTask.
- description (str) – The value to assign to the description property of this UpdateTaskFromOCIDataflowTask.
- object_status (int) – The value to assign to the object_status property of this UpdateTaskFromOCIDataflowTask.
- object_version (int) – The value to assign to the object_version property of this UpdateTaskFromOCIDataflowTask.
- identifier (str) – The value to assign to the identifier property of this UpdateTaskFromOCIDataflowTask.
- input_ports (list[oci.data_integration.models.InputPort]) – The value to assign to the input_ports property of this UpdateTaskFromOCIDataflowTask.
- output_ports (list[oci.data_integration.models.OutputPort]) – The value to assign to the output_ports property of this UpdateTaskFromOCIDataflowTask.
- parameters (list[oci.data_integration.models.Parameter]) – The value to assign to the parameters property of this UpdateTaskFromOCIDataflowTask.
- op_config_values (oci.data_integration.models.ConfigValues) – The value to assign to the op_config_values property of this UpdateTaskFromOCIDataflowTask.
- config_provider_delegate (oci.data_integration.models.ConfigProvider) – The value to assign to the config_provider_delegate property of this UpdateTaskFromOCIDataflowTask.
- is_concurrent_allowed (bool) – The value to assign to the is_concurrent_allowed property of this UpdateTaskFromOCIDataflowTask.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this UpdateTaskFromOCIDataflowTask.
- dataflow_application (oci.data_integration.models.DataflowApplication) – The value to assign to the dataflow_application property of this UpdateTaskFromOCIDataflowTask.
- driver_shape_details (oci.data_integration.models.ShapeDetails) – The value to assign to the driver_shape_details property of this UpdateTaskFromOCIDataflowTask.
- executor_shape_details (oci.data_integration.models.ShapeDetails) – The value to assign to the executor_shape_details property of this UpdateTaskFromOCIDataflowTask.
-
config_provider_delegate
¶ Gets the config_provider_delegate of this UpdateTaskDetails.
Returns: The config_provider_delegate of this UpdateTaskDetails. Return type: oci.data_integration.models.ConfigProvider
-
dataflow_application
¶ Gets the dataflow_application of this UpdateTaskFromOCIDataflowTask.
Returns: The dataflow_application of this UpdateTaskFromOCIDataflowTask. Return type: oci.data_integration.models.DataflowApplication
-
description
¶ Gets the description of this UpdateTaskDetails. Detailed description for the object.
Returns: The description of this UpdateTaskDetails. Return type: str
-
driver_shape_details
¶ Gets the driver_shape_details of this UpdateTaskFromOCIDataflowTask.
Returns: The driver_shape_details of this UpdateTaskFromOCIDataflowTask. Return type: oci.data_integration.models.ShapeDetails
-
executor_shape_details
¶ Gets the executor_shape_details of this UpdateTaskFromOCIDataflowTask.
Returns: The executor_shape_details of this UpdateTaskFromOCIDataflowTask. Return type: oci.data_integration.models.ShapeDetails
-
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 UpdateTaskDetails. 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 UpdateTaskDetails. Return type: str
-
input_ports
¶ Gets the input_ports of this UpdateTaskDetails. An array of input ports.
Returns: The input_ports of this UpdateTaskDetails. Return type: list[oci.data_integration.models.InputPort]
-
is_concurrent_allowed
¶ Gets the is_concurrent_allowed of this UpdateTaskDetails. Whether the same task can be executed concurrently.
Returns: The is_concurrent_allowed of this UpdateTaskDetails. Return type: bool
-
key
¶ [Required] Gets the key of this UpdateTaskDetails. 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 UpdateTaskDetails. Return type: str
-
model_type
¶ [Required] Gets the model_type of this UpdateTaskDetails. 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 UpdateTaskDetails. Return type: str
-
model_version
¶ Gets the model_version of this UpdateTaskDetails. The object’s model version.
Returns: The model_version of this UpdateTaskDetails. Return type: str
-
name
¶ Gets the name of this UpdateTaskDetails. 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 UpdateTaskDetails. Return type: str
-
object_status
¶ Gets the object_status of this UpdateTaskDetails. 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 UpdateTaskDetails. Return type: int
-
object_version
¶ [Required] Gets the object_version of this UpdateTaskDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this UpdateTaskDetails. Return type: int
-
op_config_values
¶ Gets the op_config_values of this UpdateTaskDetails.
Returns: The op_config_values of this UpdateTaskDetails. Return type: oci.data_integration.models.ConfigValues
-
output_ports
¶ Gets the output_ports of this UpdateTaskDetails. An array of output ports.
Returns: The output_ports of this UpdateTaskDetails. Return type: list[oci.data_integration.models.OutputPort]
-
parameters
¶ Gets the parameters of this UpdateTaskDetails. An array of parameters.
Returns: The parameters of this UpdateTaskDetails. Return type: list[oci.data_integration.models.Parameter]
-
parent_ref
¶ Gets the parent_ref of this UpdateTaskDetails.
Returns: The parent_ref of this UpdateTaskDetails. Return type: oci.data_integration.models.ParentReference
-
registry_metadata
¶ Gets the registry_metadata of this UpdateTaskDetails.
Returns: The registry_metadata of this UpdateTaskDetails. Return type: oci.data_integration.models.RegistryMetadata
-