📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: task_summary_from_rest_task.cpython-39.pyc
a ���fv[ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TaskSummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d ZdZdZ dZdZdZd d� Zedd � �Zejdd � �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zd0d1� Z d2d3� Z!d4d5� Z"d6S )7�TaskSummaryFromRestTaskz� The information about the Generic REST task. The endpoint and cancelEndpoint properties are deprecated, use the properties executeRestCallConfig, cancelRestCallConfig and pollRestCallConfig for execute, cancel and polling of the calls. �GET�POST�PATCH�DELETE�PUT�SYNCHRONOUS�ASYNC_OCI_WORKREQUEST� ASYNC_GENERICc K s< ddddddddddddddd d ddd ddddddddddd�| _ ddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/d0d�| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _ d1| _ d1| _d1| _d1| _ d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d1| _d2| _d1S )3aA Initializes a new TaskSummaryFromRestTask object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.TaskSummaryFromRestTask.model_type` attribute of this class is ``REST_TASK`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this TaskSummaryFromRestTask. Allowed values for this property are: "INTEGRATION_TASK", "DATA_LOADER_TASK", "PIPELINE_TASK", "SQL_TASK", "OCI_DATAFLOW_TASK", "REST_TASK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param key: The value to assign to the key property of this TaskSummaryFromRestTask. :type key: str :param model_version: The value to assign to the model_version property of this TaskSummaryFromRestTask. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this TaskSummaryFromRestTask. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this TaskSummaryFromRestTask. :type name: str :param description: The value to assign to the description property of this TaskSummaryFromRestTask. :type description: str :param object_version: The value to assign to the object_version property of this TaskSummaryFromRestTask. :type object_version: int :param object_status: The value to assign to the object_status property of this TaskSummaryFromRestTask. :type object_status: int :param identifier: The value to assign to the identifier property of this TaskSummaryFromRestTask. :type identifier: str :param input_ports: The value to assign to the input_ports property of this TaskSummaryFromRestTask. :type input_ports: list[oci.data_integration.models.InputPort] :param output_ports: The value to assign to the output_ports property of this TaskSummaryFromRestTask. :type output_ports: list[oci.data_integration.models.OutputPort] :param parameters: The value to assign to the parameters property of this TaskSummaryFromRestTask. :type parameters: list[oci.data_integration.models.Parameter] :param op_config_values: The value to assign to the op_config_values property of this TaskSummaryFromRestTask. :type op_config_values: oci.data_integration.models.ConfigValues :param config_provider_delegate: The value to assign to the config_provider_delegate property of this TaskSummaryFromRestTask. :type config_provider_delegate: oci.data_integration.models.ConfigProvider :param is_concurrent_allowed: The value to assign to the is_concurrent_allowed property of this TaskSummaryFromRestTask. :type is_concurrent_allowed: bool :param metadata: The value to assign to the metadata property of this TaskSummaryFromRestTask. :type metadata: oci.data_integration.models.ObjectMetadata :param key_map: The value to assign to the key_map property of this TaskSummaryFromRestTask. :type key_map: dict(str, str) :param auth_details: The value to assign to the auth_details property of this TaskSummaryFromRestTask. :type auth_details: oci.data_integration.models.AuthDetails :param auth_config: The value to assign to the auth_config property of this TaskSummaryFromRestTask. :type auth_config: oci.data_integration.models.AuthConfig :param endpoint: The value to assign to the endpoint property of this TaskSummaryFromRestTask. :type endpoint: oci.data_integration.models.Expression :param method_type: The value to assign to the method_type property of this TaskSummaryFromRestTask. Allowed values for this property are: "GET", "POST", "PATCH", "DELETE", "PUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type method_type: str :param headers: The value to assign to the headers property of this TaskSummaryFromRestTask. :type headers: object :param json_data: The value to assign to the json_data property of this TaskSummaryFromRestTask. :type json_data: str :param api_call_mode: The value to assign to the api_call_mode property of this TaskSummaryFromRestTask. Allowed values for this property are: "SYNCHRONOUS", "ASYNC_OCI_WORKREQUEST", "ASYNC_GENERIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type api_call_mode: str :param cancel_endpoint: The value to assign to the cancel_endpoint property of this TaskSummaryFromRestTask. :type cancel_endpoint: oci.data_integration.models.Expression :param cancel_method_type: The value to assign to the cancel_method_type property of this TaskSummaryFromRestTask. Allowed values for this property are: "GET", "POST", "PATCH", "DELETE", "PUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type cancel_method_type: str :param execute_rest_call_config: The value to assign to the execute_rest_call_config property of this TaskSummaryFromRestTask. :type execute_rest_call_config: oci.data_integration.models.ExecuteRestCallConfig :param cancel_rest_call_config: The value to assign to the cancel_rest_call_config property of this TaskSummaryFromRestTask. :type cancel_rest_call_config: oci.data_integration.models.CancelRestCallConfig :param poll_rest_call_config: The value to assign to the poll_rest_call_config property of this TaskSummaryFromRestTask. :type poll_rest_call_config: oci.data_integration.models.PollRestCallConfig �strZParentReference�intzlist[InputPort]zlist[OutputPort]zlist[Parameter]ZConfigValuesZConfigProvider�boolZObjectMetadatazdict(str, str)ZAuthDetailsZ AuthConfigZ Expression�objectZExecuteRestCallConfigZCancelRestCallConfigZPollRestCallConfig)Z model_type�keyZ model_versionZ parent_ref�name�descriptionZobject_versionZ object_status� identifierZinput_portsZoutput_ports� parametersZop_config_valuesZconfig_provider_delegateZis_concurrent_allowed�metadataZkey_map�auth_details�auth_config�endpoint�method_type�headers� json_data� api_call_mode�cancel_endpoint�cancel_method_type�execute_rest_call_config�cancel_rest_call_config�poll_rest_call_configZ modelTyper ZmodelVersionZ parentRefr r Z objectVersionZobjectStatusr Z inputPortsZoutputPortsr ZopConfigValuesZconfigProviderDelegateZisConcurrentAllowedr ZkeyMapZauthDetailsZ authConfigr Z methodTyper ZjsonDataZapiCallModeZcancelEndpointZcancelMethodTypeZexecuteRestCallConfigZcancelRestCallConfigZpollRestCallConfigNZ REST_TASK)Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_ref�_nameZ_descriptionZ_object_versionZ_object_statusZ_identifierZ_input_portsZ _output_portsZ_parametersZ_op_config_valuesZ_config_provider_delegateZ_is_concurrent_allowedZ _metadataZ_key_map� _auth_details�_auth_config� _endpoint�_method_type�_headers� _json_data�_api_call_mode�_cancel_endpoint�_cancel_method_type�_execute_rest_call_config�_cancel_rest_call_config�_poll_rest_call_config)�self�kwargs� r6 �[/usr/lib/python3.9/site-packages/oci/data_integration/models/task_summary_from_rest_task.py�__init__F s� �!� z TaskSummaryFromRestTask.__init__c C s | j S )z� Gets the auth_details of this TaskSummaryFromRestTask. :return: The auth_details of this TaskSummaryFromRestTask. :rtype: oci.data_integration.models.AuthDetails �r( �r4 r6 r6 r7 r ( s z$TaskSummaryFromRestTask.auth_detailsc C s || _ dS )z� Sets the auth_details of this TaskSummaryFromRestTask. :param auth_details: The auth_details of this TaskSummaryFromRestTask. :type: oci.data_integration.models.AuthDetails Nr9 )r4 r r6 r6 r7 r 2 s c C s | j S )z� Gets the auth_config of this TaskSummaryFromRestTask. :return: The auth_config of this TaskSummaryFromRestTask. :rtype: oci.data_integration.models.AuthConfig �r) r: r6 r6 r7 r < s z#TaskSummaryFromRestTask.auth_configc C s || _ dS )z� Sets the auth_config of this TaskSummaryFromRestTask. :param auth_config: The auth_config of this TaskSummaryFromRestTask. :type: oci.data_integration.models.AuthConfig Nr; )r4 r r6 r6 r7 r F s c C s | j S )z� Gets the endpoint of this TaskSummaryFromRestTask. :return: The endpoint of this TaskSummaryFromRestTask. :rtype: oci.data_integration.models.Expression �r* r: r6 r6 r7 r P s z TaskSummaryFromRestTask.endpointc C s || _ dS )z� Sets the endpoint of this TaskSummaryFromRestTask. :param endpoint: The endpoint of this TaskSummaryFromRestTask. :type: oci.data_integration.models.Expression Nr<