403Webshell
Server IP : 162.144.4.212  /  Your IP : 216.73.216.108
Web Server : Apache
System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User : cozeellc ( 2980)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /lib/python3.9/site-packages/oci/integration/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /lib/python3.9/site-packages/oci/integration/__pycache__/integration_instance_client.cpython-39.pyc
a

���fT��@s�ddlmZddlmZddlmZddlmZmZddlm	Z	ddl
mZmZddl
mZddlmZmZmZdd	lmZdd
lmZddlmZed
�ZGdd�de�ZdS)�)�absolute_import)�requests)�six)�retry�circuit_breaker)�
BaseClient)�get_config_value_or_default�validate_config)�Signer)�Sentinel�#get_signer_from_authentication_type�AUTHENTICATION_TYPE_FIELD_NAME)�InvalidAlloyConfig)�OCI_SDK_ENABLED_SERVICES_SET�)�integration_type_mappingZMissingc@s�eZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Z	dd�Z
dd�Zdd�Zdd�Z
dd�Zdd�Zdd�Zdd�Zdd�Zd d!�Zd"d#�Zd$S)%�IntegrationInstanceClientz!
    Oracle Integration API.
    c
Ks&t�d�std��t||�d�d�d|vr6|d}nDt|vrHt|�}n2t|d|d|d|�d�t|d	�|�d
�d�}d|�d
�ddi|�dd�|�dt	j
�|�d�d�}d|vr�|�d�|d<|�d�dur�t	j|d<d|vr�|�d�|d<td||t
fi|��|_|�d�|_|�d�|_dS)a�
        Creates a new service client

        :param dict config:
            Configuration keys and values as per `SDK and Tool Configuration <https://docs.cloud.oracle.com/Content/API/Concepts/sdkconfig.htm>`__.
            The :py:meth:`~oci.config.from_file` method can be used to load configuration from a file. Alternatively, a ``dict`` can be passed. You can validate_config
            the dict using :py:meth:`~oci.config.validate_config`

        :param str service_endpoint: (optional)
            The endpoint of the service to call using this client. For example ``https://iaas.us-ashburn-1.oraclecloud.com``. If this keyword argument is
            not provided then it will be derived using the region in the config parameter. You should only provide this keyword argument if you have an explicit
            need to specify a service endpoint.

        :param timeout: (optional)
            The connection and read timeouts for the client. The default values are connection timeout 10 seconds and read timeout 60 seconds. This keyword argument can be provided
            as a single float, in which case the value provided is used for both the read and connection timeouts, or as a tuple of two floats. If
            a tuple is provided then the first value is used as the connection timeout and the second value as the read timeout.
        :type timeout: float or tuple(float, float)

        :param signer: (optional)
            The signer to use when signing requests made by the service client. The default is to use a :py:class:`~oci.signer.Signer` based on the values
            provided in the config parameter.

            One use case for this parameter is for `Instance Principals authentication <https://docs.cloud.oracle.com/Content/Identity/Tasks/callingservicesfrominstances.htm>`__
            by passing an instance of :py:class:`~oci.auth.signers.InstancePrincipalsSecurityTokenSigner` as the value for this keyword argument
        :type signer: :py:class:`~oci.signer.AbstractBaseSigner`

        :param obj retry_strategy: (optional)
            A retry strategy to apply to all calls made by this service client (i.e. at the client level). There is no retry strategy applied by default.
            Retry strategies can also be applied at the operation level by passing a ``retry_strategy`` keyword argument as part of calling the operation.
            Any value provided at the operation level will override whatever is specified at the client level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
            is also available. The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

        :param obj circuit_breaker_strategy: (optional)
            A circuit breaker strategy to apply to all calls made by this service client (i.e. at the client level).
            This client uses :py:data:`~oci.circuit_breaker.DEFAULT_CIRCUIT_BREAKER_STRATEGY` as default if no circuit breaker strategy is provided.
            The specifics of circuit breaker strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/circuit_breakers.html>`__.

        :param function circuit_breaker_callback: (optional)
            Callback function to receive any exceptions triggerred by the circuit breaker.

        :param bool client_level_realm_specific_endpoint_template_enabled: (optional)
            A boolean flag to indicate whether or not this client should be created with realm specific endpoint template enabled or disable. By default, this will be set as None.

        :param allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this client should allow control characters in the response object. By default, the client will not
            allow control characters to be in the response object.
        ZintegrationaThe Alloy configuration has disabled this service, this behavior is controlled by OCI_SDK_ENABLED_SERVICES_SET variable. Please check if your local alloy-config file configured the service you're targeting or contact the cloud provider on the availability of this service�signer)r�tenancy�user�fingerprintZkey_file�pass_phraseZkey_content)rrrZprivate_key_file_locationrZprivate_key_contentT�service_endpointz	/20190131z4https://integration.{region}.ocp.{secondLevelDomain}�skip_deserializationF�circuit_breaker_strategy�5client_level_realm_specific_endpoint_template_enabled)Zregional_clientr�	base_pathZservice_endpoint_templateZ#service_endpoint_template_per_realmrrr�timeoutN�allow_control_charsZintegration_instance�retry_strategy�circuit_breaker_callback)rZis_service_enabledrr	�getr
rr
rrZGLOBAL_CIRCUIT_BREAKER_STRATEGYZ DEFAULT_CIRCUIT_BREAKER_STRATEGYrr�base_clientrr )�selfZconfig�kwargsrZbase_client_init_kwargs�r%�O/usr/lib/python3.9/site-packages/oci/integration/integration_instance_client.py�__init__sB3


�

�

z"IntegrationInstanceClient.__init__cs�dg}d}d}d}d}gd���fdd�t�|�D�}	|	rHtd	|	����d|i}
d
d�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rnt|���d
krntd|�d���qndd|�dt	�|�dt	�|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|�r`t|t
j��s8|j
�|
�|j
�|
�|�|j�|j|j
j|||
|
||�d�|||d�
S|j
j|||
|
||�d�|||d�	SdS)a�

        Change the compartment for an integration instance


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param oci.integration.models.ChangeIntegrationInstanceCompartmentDetails change_integration_instance_compartment_details: (required)
            Details for the update integration instance

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param str opc_retry_token: (optional)
            A token that uniquely identifies a request so it can be retried in case
            of a timeout or server error without risk of executing that same action
            again. Retry tokens expire after 24 hours, but can be invalidated before
            then due to conflicting operations. For example, if a resource has been
            deleted and purged from the system, then a retry of the original creation
            request might be rejected.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/change_integration_instance_compartment.py.html>`__ to see an example of how to use change_integration_instance_compartment API.
        �integrationInstanceIdzG/integrationInstances/{integrationInstanceId}/actions/changeCompartment�POST�'change_integration_instance_compartmentzshttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/ChangeIntegrationInstanceCompartment�rr�if_match�opc_request_id�opc_retry_tokencsg|]}|�vr|�qSr%r%��.0Z_key�Zexpected_kwargsr%r&�
<listcomp>��zUIntegrationInstanceClient.change_integration_instance_compartment.<locals>.<listcomp>z<change_integration_instance_compartment got unknown kwargs: cSsi|]\}}|tur||�qSr%��missing�r0�k�vr%r%r&�
<dictcomp>�r3zUIntegrationInstanceClient.change_integration_instance_compartment.<locals>.<dictcomp>Nr�
Parameter �+ cannot be None, whitespace or empty string�application/jsonr,r-r.��accept�content-type�if-match�opc-request-id�opc-retry-tokencSs&i|]\}}|tur|dur||�qS�Nr4r6r%r%r&r9�r3r�Zoperation_retry_strategyZclient_retry_strategyr�	�
resource_path�method�path_params�
header_params�bodyr�operation_name�api_reference_link�required_arguments�r�iterkeys�
ValueError�	iteritems�
isinstance�string_types�len�stripr!r5r"�get_preferred_retry_strategyrr�NoneRetryStrategy�add_opc_retry_token_if_needed�add_opc_client_retries_header�add_circuit_breaker_callbackr �make_retrying_call�call_api)r#�integration_instance_idZ/change_integration_instance_compartment_detailsr$rMrFrGrKrL�extra_kwargsrHr7r8rIrr%r1r&r*wsp0��$


����zAIntegrationInstanceClient.change_integration_instance_compartmentcs�dg}d}d}d}d}gd���fdd�t�|�D�}	|	rHtd	|	����d|i}
d
d�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rnt|���d
krntd|�d���qndd|�dt	�|�dt	�|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|�r`t|t
j��s8|j
�|
�|j
�|
�|�|j�|j|j
j|||
|
||�d�|||d�
S|j
j|||
|
||�d�|||d�	SdS)aH
        Change an Integration instance network endpoint. The operation is long-running
        and creates a new WorkRequest.


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param oci.integration.models.ChangeIntegrationInstanceNetworkEndpointDetails change_integration_instance_network_endpoint_details: (required)
            Details for the updated Integration instance network endpoint

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param str opc_retry_token: (optional)
            A token that uniquely identifies a request so it can be retried in case
            of a timeout or server error without risk of executing that same action
            again. Retry tokens expire after 24 hours, but can be invalidated before
            then due to conflicting operations. For example, if a resource has been
            deleted and purged from the system, then a retry of the original creation
            request might be rejected.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/change_integration_instance_network_endpoint.py.html>`__ to see an example of how to use change_integration_instance_network_endpoint API.
        r(zK/integrationInstances/{integrationInstanceId}/actions/changeNetworkEndpointr)�,change_integration_instance_network_endpointzwhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/ChangeIntegrationInstanceNetworkEndpointr+csg|]}|�vr|�qSr%r%r/r1r%r&r2-r3zZIntegrationInstanceClient.change_integration_instance_network_endpoint.<locals>.<listcomp>zAchange_integration_instance_network_endpoint got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r96r3zZIntegrationInstanceClient.change_integration_instance_network_endpoint.<locals>.<dictcomp>Nrr:r;r<r,r-r.r=cSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9Cr3rrDrrErN)r#r]Z4change_integration_instance_network_endpoint_detailsr$rMrFrGrKrLr^rHr7r8rIrr%r1r&r_�sp1��$


����zFIntegrationInstanceClient.change_integration_instance_network_endpointcs�dg}d}d}d}d}gd���fdd�t�|�D�}	|	rHtd	|	����d|i}
d
d�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rnt|���d
krntd|�d���qndd|�dt	�|�dt	�|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|�r`t|t
j��s8|j
�|
�|j
�|
�|�|j�|j|j
j|||
|
||�d�|||d�
S|j
j|||
|
||�d�|||d�	SdS)aS
        Change private endpoint outbound connection for given Integration instance. The operation is long-running
        and creates a new WorkRequest.


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param oci.integration.models.ChangePrivateEndpointOutboundConnectionDetails change_private_endpoint_outbound_connection_details: (required)
            Details for private endpoint outbound connection.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param str opc_retry_token: (optional)
            A token that uniquely identifies a request so it can be retried in case
            of a timeout or server error without risk of executing that same action
            again. Retry tokens expire after 24 hours, but can be invalidated before
            then due to conflicting operations. For example, if a resource has been
            deleted and purged from the system, then a retry of the original creation
            request might be rejected.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/change_private_endpoint_outbound_connection.py.html>`__ to see an example of how to use change_private_endpoint_outbound_connection API.
        r(z]/integrationInstances/{integrationInstanceId}/actions/changePrivateEndpointOutboundConnectionr)�+change_private_endpoint_outbound_connectionzvhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/ChangePrivateEndpointOutboundConnectionr+csg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zYIntegrationInstanceClient.change_private_endpoint_outbound_connection.<locals>.<listcomp>z@change_private_endpoint_outbound_connection got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9�r3zYIntegrationInstanceClient.change_private_endpoint_outbound_connection.<locals>.<dictcomp>Nrr:r;r<r,r-r.r=cSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3rrDrrErN)r#r]Z3change_private_endpoint_outbound_connection_detailsr$rMrFrGrKrLr^rHr7r8rIrr%r1r&r`fsp1��$


����zEIntegrationInstanceClient.change_private_endpoint_outbound_connectioncsg}d}d}d}d}gd���fdd�t�|�D�}|rFtd|����d	d	|�d
t�|�dt�d�}	d
d�t�|	�D�}	|jj|�d�|jd�}
|
dur�t	j
}
|
r�t|
t	j�s�|j�
|	�|j�|	�|
�|j�|
j|jj|||	||�d�|||d�	S|jj|||	||�d�|||d�SdS)aj
        Creates a new Integration Instance.


        :param oci.integration.models.CreateIntegrationInstanceDetails create_integration_instance_details: (required)
            Details for the new Integration Instance.

        :param str opc_retry_token: (optional)
            A token that uniquely identifies a request so it can be retried in case
            of a timeout or server error without risk of executing that same action
            again. Retry tokens expire after 24 hours, but can be invalidated before
            then due to conflicting operations. For example, if a resource has been
            deleted and purged from the system, then a retry of the original creation
            request might be rejected.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/create_integration_instance.py.html>`__ to see an example of how to use create_integration_instance API.
        �/integrationInstancesr)�create_integration_instancezhhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/CreateIntegrationInstance)rrr.r-csg|]}|�vr|�qSr%r%r/r1r%r&r2r3zIIntegrationInstanceClient.create_integration_instance.<locals>.<listcomp>z0create_integration_instance got unknown kwargs: r<r.r-)r>r?rBrAcSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9r3zIIntegrationInstanceClient.create_integration_instance.<locals>.<dictcomp>rrDNr)rFrGrIrJrrKrLrM)rrOrPr!r5rQr"rVrr�DEFAULT_RETRY_STRATEGYrRrWrXrYrZr r[r\)r#Z#create_integration_instance_detailsr$rMrFrGrKrLr^rIrr%r1r&rb�sb&�

����z5IntegrationInstanceClient.create_integration_instancecsndg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qndd|�dt	�|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
�rHt|
t
j��s"|j
�|�|
�|j�|
j|j
j|||	||�d�|||d�	S|j
j|||	||�d�|||d�SdS)a
        Deletes an Integration Instance resource by identifier.


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/delete_integration_instance.py.html>`__ to see an example of how to use delete_integration_instance API.
        r(�-/integrationInstances/{integrationInstanceId}ZDELETE�delete_integration_instancezhhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/DeleteIntegrationInstance�rrr,r-csg|]}|�vr|�qSr%r%r/r1r%r&r2qr3zIIntegrationInstanceClient.delete_integration_instance.<locals>.<listcomp>z0delete_integration_instance got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9zr3zIIntegrationInstanceClient.delete_integration_instance.<locals>.<dictcomp>Nrr:r;r<r,r-�r>r?r@rAcSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3rrDr�rFrGrHrIrrKrLrM�rrOrPrQrRrSrTrUr!r5r"rVrrrWrYrZr r[r\�r#r]r$rMrFrGrKrLr^rHr7r8rIrr%r1r&re?sh%��$

����z5IntegrationInstanceClient.delete_integration_instancecs�dg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qndd|�dt	�|�dt	�|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
�r^t|
t
j��s8|j
�|�|j
�|�|
�|j�|
j|j
j|||	||�d�|||d�	S|j
j|||	||�d�|||d�SdS)a

        Enable Process Automation for given Integration Instance


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param str opc_retry_token: (optional)
            A token that uniquely identifies a request so it can be retried in case
            of a timeout or server error without risk of executing that same action
            again. Retry tokens expire after 24 hours, but can be invalidated before
            then due to conflicting operations. For example, if a resource has been
            deleted and purged from the system, then a retry of the original creation
            request might be rejected.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/enable_process_automation.py.html>`__ to see an example of how to use enable_process_automation API.
        r(zM/integrationInstances/{integrationInstanceId}/actions/enableProcessAutomationr)�enable_process_automationzfhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/EnableProcessAutomationr+csg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zGIntegrationInstanceClient.enable_process_automation.<locals>.<listcomp>z.enable_process_automation got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9�r3zGIntegrationInstanceClient.enable_process_automation.<locals>.<dictcomp>Nrr:r;r<r,r-r.r=cSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3rrDrrhrNrjr%r1r&rk�sl-��$


����z3IntegrationInstanceClient.enable_process_automationcs�dg}d}d}d}d}gd���fdd�t�|�D�}	|	rHtd	|	����d|i}
d
d�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rnt|���d
krntd|�d���qndd|�dt	�|�dt	�|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|du�rt
j}|�rpt|t
j��sH|j
�|
�|j
�|
�|�|j�|j|j
j|||
|
||�d�|||d�
S|j
j|||
|
||�d�|||d�	SdS)at

        Extend Data Retention period for given Integration Instance


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param oci.integration.models.ExtendDataRetentionDetails extend_data_retention_details: (required)
            Extend Data Retention period for integration instance.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param str opc_retry_token: (optional)
            A token that uniquely identifies a request so it can be retried in case
            of a timeout or server error without risk of executing that same action
            again. Retry tokens expire after 24 hours, but can be invalidated before
            then due to conflicting operations. For example, if a resource has been
            deleted and purged from the system, then a retry of the original creation
            request might be rejected.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/extend_data_retention.py.html>`__ to see an example of how to use extend_data_retention API.
        r(zI/integrationInstances/{integrationInstanceId}/actions/extendDataRetentionr)�extend_data_retentionzbhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/ExtendDataRetentionr+csg|]}|�vr|�qSr%r%r/r1r%r&r2Vr3zCIntegrationInstanceClient.extend_data_retention.<locals>.<listcomp>z*extend_data_retention got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9_r3zCIntegrationInstanceClient.extend_data_retention.<locals>.<dictcomp>Nrr:r;r<r,r-r.r=cSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9lr3rrDrrE)rrOrPrQrRrSrTrUr!r5r"rVrrrcrWrXrYrZr r[r\)r#r]Zextend_data_retention_detailsr$rMrFrGrKrLr^rHr7r8rIrr%r1r&rlst0��$


��
��z/IntegrationInstanceClient.extend_data_retentioncshdg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qndd|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
�r@t|
t
j��s|j
�|�|
�|j�|
j|j
j|||	|d|�d�|||d�
S|j
j|||	|d|�d�|||d�	SdS)a�
        Gets a IntegrationInstance by identifier


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.integration.models.IntegrationInstance`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/get_integration_instance.py.html>`__ to see an example of how to use get_integration_instance API.
        r(rd�GET�get_integration_instancezehttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/GetIntegrationInstance�rrr-csg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zFIntegrationInstanceClient.get_integration_instance.<locals>.<listcomp>z-get_integration_instance got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9�r3zFIntegrationInstanceClient.get_integration_instance.<locals>.<dictcomp>Nrr:r;r<r-�r>r?rAcSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3rrDZIntegrationInstancer�	rFrGrHrI�
response_typerrKrLrMrirjr%r1r&rn�sj��$
����z2IntegrationInstanceClient.get_integration_instancecshdg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qndd|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
�r@t|
t
j��s|j
�|�|
�|j�|
j|j
j|||	|d|�d�|||d�
S|j
j|||	|d|�d�|||d�	SdS)a|
        Gets the status of the work request with the given ID.


        :param str work_request_id: (required)
            The ID of the asynchronous request.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.integration.models.WorkRequest`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
        �
workRequestIdz/workRequests/{workRequestId}rm�get_work_requestzUhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/WorkRequest/GetWorkRequestrocsg|]}|�vr|�qSr%r%r/r1r%r&r2r3z>IntegrationInstanceClient.get_work_request.<locals>.<listcomp>z%get_work_request got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9$r3z>IntegrationInstanceClient.get_work_request.<locals>.<dictcomp>Nrr:r;r<r-rpcSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9/r3rrDZWorkRequestrrqri)r#�work_request_idr$rMrFrGrKrLr^rHr7r8rIrr%r1r&rt�sj��$
����z*IntegrationInstanceClient.get_work_requestcs�dg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d
|vrrgd�}	|d
|	vrrtd|	����d
|vr�ddg}
|d
|
vr�td|
����d|vr�ddg}|d|vr�td|����||�dt�|�d
t�|�dt�|�dt�|�d
t�|�dt�d�}dd�t�|�D�}dd|�dt�d�}
dd�t�|
�D�}
|jj|�d�|jd �}|�r�t	|t
j��s�|j�|
�|�
|j�|j|jj||||
d!|�d"�|||d#�
S|jj||||
d!|�d"�|||d#�	Sd$S)%a
        Returns a list of Integration Instances.


        :param str compartment_id: (required)
            The ID of the compartment in which to list resources.

        :param str display_name: (optional)
            A user-friendly name. Does not have to be unique, and it's changeable.

            Example: `My new resource`

        :param str lifecycle_state: (optional)
            Life cycle state to query on.

            Allowed values are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", "STANDBY"

        :param int limit: (optional)
            The maximum number of items to return.

        :param str page: (optional)
            The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

        :param str sort_order: (optional)
            The sort order to use, either 'asc' or 'desc'.

            Allowed values are: "ASC", "DESC"

        :param str sort_by: (optional)
            The field to sort by. Only one sort order may be provided. Default order
            for TIMECREATED is descending. Default order for DISPLAYNAME is
            ascending. If no value is specified TIMECREATED is default.

            Allowed values are: "TIMECREATED", "DISPLAYNAME"

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.integration.models.IntegrationInstanceSummary`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/list_integration_instances.py.html>`__ to see an example of how to use list_integration_instances API.
        �
compartmentIdrarm�list_integration_instancesznhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstanceSummary/ListIntegrationInstances)	rr�display_name�lifecycle_state�limit�page�
sort_order�sort_byr-csg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zHIntegrationInstanceClient.list_integration_instances.<locals>.<listcomp>z/list_integration_instances got unknown kwargs: ry)ZCREATINGZUPDATINGZACTIVEZINACTIVEZDELETINGZDELETEDZFAILEDZSTANDBYz4Invalid value for `lifecycle_state`, must be one of r|ZASCZDESCz/Invalid value for `sort_order`, must be one of r}ZTIMECREATEDZDISPLAYNAMEz,Invalid value for `sort_by`, must be one of rxrzr{)rvZdisplayNameZlifecycleStaterzr{Z	sortOrderZsortBycSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3zHIntegrationInstanceClient.list_integration_instances.<locals>.<dictcomp>r<r-rpcSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3rrDz list[IntegrationInstanceSummary]r�	rFrG�query_paramsrIrrrrKrLrMN�rrOrPr!r5rQr"rVrrRrrWrYrZr r[r\)r#�compartment_idr$rMrFrGrKrLr^Zlifecycle_state_allowed_valuesZsort_order_allowed_valuesZsort_by_allowed_valuesrrIrr%r1r&rwQs�:����





�	
����z4IntegrationInstanceClient.list_integration_instancesc
s�ddg}d}d}d}d}gd���fdd	�t�|�D�}	|	rJtd
|	����d|i}
dd�t�|
�D�}
t�|
�D]<\}}|d
us�t|tj�rpt|���dkrptd|�d���qp||�dt	�|�dt	�d�}
dd�t�|
�D�}
dd|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}|�rtt|t
j��sJ|j
�|�|�|j�|j|j
j|||
|
|d|�d�|||d�S|j
j|||
|
|d|�d�|||d�
Sd
S)a�
        Get the errors of a work request.


        :param str compartment_id: (required)
            The ID of the compartment in which to list resources.

        :param str work_request_id: (required)
            The ID of the asynchronous request.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param int limit: (optional)
            The maximum number of items to return.

        :param str page: (optional)
            The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.integration.models.WorkRequestError`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
        rsrvz$/workRequests/{workRequestId}/errorsrm�list_work_request_errorszahttps://docs.oracle.com/iaas/api/#/en/integration/20190131/WorkRequestError/ListWorkRequestErrors�rrr-rzr{csg|]}|�vr|�qSr%r%r/r1r%r&r2r3zFIntegrationInstanceClient.list_work_request_errors.<locals>.<listcomp>z-list_work_request_errors got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9'r3zFIntegrationInstanceClient.list_work_request_errors.<locals>.<dictcomp>Nrr:r;rzr{�rvrzr{cSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r92r3r<r-rpcSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r99r3rrDzlist[WorkRequestError]r�
rFrGrHrrIrrrrKrLrMri�r#r�rur$rMrFrGrKrLr^rHr7r8rrIrr%r1r&r��sx'��$

�
���
�z2IntegrationInstanceClient.list_work_request_errorsc
s�ddg}d}d}d}d}gd���fdd	�t�|�D�}	|	rJtd
|	����d|i}
dd�t�|
�D�}
t�|
�D]<\}}|d
us�t|tj�rpt|���dkrptd|�d���qp||�dt	�|�dt	�d�}
dd�t�|
�D�}
dd|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}|�rtt|t
j��sJ|j
�|�|�|j�|j|j
j|||
|
|d|�d�|||d�S|j
j|||
|
|d|�d�|||d�
Sd
S)a�
        Get the logs of a work request.


        :param str compartment_id: (required)
            The ID of the compartment in which to list resources.

        :param str work_request_id: (required)
            The ID of the asynchronous request.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param int limit: (optional)
            The maximum number of items to return.

        :param str page: (optional)
            The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.integration.models.WorkRequestLogEntry`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
        rsrvz"/workRequests/{workRequestId}/logsrm�list_work_request_logszbhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/WorkRequestLogEntry/ListWorkRequestLogsr�csg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zDIntegrationInstanceClient.list_work_request_logs.<locals>.<listcomp>z+list_work_request_logs got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9�r3zDIntegrationInstanceClient.list_work_request_logs.<locals>.<dictcomp>Nrr:r;rzr{r�cSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3r<r-rpcSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3rrDzlist[WorkRequestLogEntry]rr�rir�r%r1r&r�]sx'��$

�
���
�z0IntegrationInstanceClient.list_work_request_logscs<dg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����||�d
t�|�dt�|�dt�d
�}	dd�t�|	�D�}	dd|�dt�d�}
dd�t�|
�D�}
|jj|�d�|jd�}|�rt	|t
j�s�|j�|
�|�
|j�|j|jj|||	|
d|�d�|||d�
S|jj|||	|
d|�d�|||d�	SdS)a
        Lists the work requests in a compartment.


        :param str compartment_id: (required)
            The ID of the compartment in which to list resources.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param str page: (optional)
            The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

        :param int limit: (optional)
            The maximum number of items to return.

        :param str integration_instance_id: (optional)
            The Integration Instance identifier to use to filter results

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.integration.models.WorkRequestSummary`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
        rvz
/workRequestsrm�list_work_requestsz^https://docs.oracle.com/iaas/api/#/en/integration/20190131/WorkRequestSummary/ListWorkRequests)rrr-r{rzr]csg|]}|�vr|�qSr%r%r/r1r%r&r2r3z@IntegrationInstanceClient.list_work_requests.<locals>.<listcomp>z'list_work_requests got unknown kwargs: r{rzr])rvr{rzr(cSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9r3z@IntegrationInstanceClient.list_work_requests.<locals>.<dictcomp>r<r-rpcSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9r3rrDzlist[WorkRequestSummary]rr~Nr�)r#r�r$rMrFrGrKrLr^rrIrr%r1r&r��sj'�


�
����z,IntegrationInstanceClient.list_work_requestscs�dg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qndd|�dt	�|�dt	�|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
�r^t|
t
j��s8|j
�|�|j
�|�|
�|j�|
j|j
j|||	||�d�|||d�	S|j
j|||	||�d�|||d�SdS)a

        Start an integration instance that was previously in an INACTIVE state


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param str opc_retry_token: (optional)
            A token that uniquely identifies a request so it can be retried in case
            of a timeout or server error without risk of executing that same action
            again. Retry tokens expire after 24 hours, but can be invalidated before
            then due to conflicting operations. For example, if a resource has been
            deleted and purged from the system, then a retry of the original creation
            request might be rejected.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/start_integration_instance.py.html>`__ to see an example of how to use start_integration_instance API.
        r(z;/integrationInstances/{integrationInstanceId}/actions/startr)�start_integration_instancezghttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/StartIntegrationInstancer+csg|]}|�vr|�qSr%r%r/r1r%r&r2vr3zHIntegrationInstanceClient.start_integration_instance.<locals>.<listcomp>z/start_integration_instance got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9r3zHIntegrationInstanceClient.start_integration_instance.<locals>.<dictcomp>Nrr:r;r<r,r-r.r=cSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3rrDrrhrNrjr%r1r&r�;sl-��$


����z4IntegrationInstanceClient.start_integration_instancecs�dg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qndd|�dt	�|�dt	�|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
�r^t|
t
j��s8|j
�|�|j
�|�|
�|j�|
j|j
j|||	||�d�|||d�	S|j
j|||	||�d�|||d�SdS)a

        Stop an integration instance that was previously in an ACTIVE state


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param str opc_retry_token: (optional)
            A token that uniquely identifies a request so it can be retried in case
            of a timeout or server error without risk of executing that same action
            again. Retry tokens expire after 24 hours, but can be invalidated before
            then due to conflicting operations. For example, if a resource has been
            deleted and purged from the system, then a retry of the original creation
            request might be rejected.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/stop_integration_instance.py.html>`__ to see an example of how to use stop_integration_instance API.
        r(z:/integrationInstances/{integrationInstanceId}/actions/stopr)�stop_integration_instancezfhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/StopIntegrationInstancer+csg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zGIntegrationInstanceClient.stop_integration_instance.<locals>.<listcomp>z.stop_integration_instance got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9�r3zGIntegrationInstanceClient.stop_integration_instance.<locals>.<dictcomp>Nrr:r;r<r,r-r.r=cSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9�r3rrDrrhrNrjr%r1r&r��sl-��$


����z3IntegrationInstanceClient.stop_integration_instancecsrdg}d}d}d}d}gd���fdd�t�|�D�}	|	rHtd	|	����d|i}
d
d�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rnt|���d
krntd|�d���qndd|�dt	�|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|�rJt|t
j��s"|j
�|
�|�|j�|j|j
j|||
|
||�d�|||d�
S|j
j|||
|
||�d�|||d�	SdS)a�
        Updates the Integration Instance.


        :param str integration_instance_id: (required)
            Unique Integration Instance identifier.

        :param oci.integration.models.UpdateIntegrationInstanceDetails update_integration_instance_details: (required)
            The information to be updated.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            The client request ID for tracing.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/integration/update_integration_instance.py.html>`__ to see an example of how to use update_integration_instance API.
        r(rdZPUT�update_integration_instancezhhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/UpdateIntegrationInstancerfcsg|]}|�vr|�qSr%r%r/r1r%r&r2Tr3zIIntegrationInstanceClient.update_integration_instance.<locals>.<listcomp>z0update_integration_instance got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9]r3zIIntegrationInstanceClient.update_integration_instance.<locals>.<dictcomp>Nrr:r;r<r,r-rgcSs&i|]\}}|tur|dur||�qSrCr4r6r%r%r&r9ir3rrDrrEri)r#r]Z#update_integration_instance_detailsr$rMrFrGrKrLr^rHr7r8rIrr%r1r&r�sl(��$

����z5IntegrationInstanceClient.update_integration_instanceN)�__name__�
__module__�__qualname__�__doc__r'r*r_r`rbrerkrlrnrtrwr�r�r�r�r�r�r%r%r%r&rs&[wxxagry``ttjrrrN)Z
__future__rZoci._vendorrrZocirrZoci.base_clientrZ
oci.configrr	Z
oci.signerr
Zoci.utilrrr
Zoci.exceptionsrZ	oci.alloyrZmodelsrr5�objectrr%r%r%r&�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit