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/dts/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

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

���f#��@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�)�dts_type_mappingZMissingc@sXeZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Z	dd�Z
dd�Zdd�ZdS)�TransferApplianceClientz1
    Data Transfer Service API Specification
    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.
        ZdtsaThe 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	/20171001z5https://datatransfer.{region}.oci.{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_charsZtransfer_appliance�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%�E/usr/lib/python3.9/site-packages/oci/dts/transfer_appliance_client.py�__init__sB3


�

�

z TransferApplianceClient.__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	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
�rTt|
t
j��s$|j
�|�|j
�|�|
�|j�|
j|j
j|||	||�d�d|�d�|||d�S|j
j|||	||�d�d|�d�|||d�
SdS)ax
        Create a new Transfer Appliance


        :param str id: (required)
            ID of the Transfer Job

        :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 (e.g., if a resource
            has been deleted and purged from the system, then a retry of the original creation request
            may be rejected).

        :param oci.dts.models.CreateTransferApplianceDetails create_transfer_appliance_details: (optional)
            Creates a New Transfer Appliance

        :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.dts.models.TransferAppliance`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/dts/create_transfer_appliance.py.html>`__ to see an example of how to use create_transfer_appliance API.
        �id�%/transferJobs/{id}/transferAppliances�POST�create_transfer_appliance�)rr�opc_retry_token�!create_transfer_appliance_detailscsg|]}|�vr|�qSr%r%��.0Z_key�Zexpected_kwargsr%r&�
<listcomp>��zETransferApplianceClient.create_transfer_appliance.<locals>.<listcomp>z.create_transfer_appliance got unknown kwargs: cSsi|]\}}|tur||�qSr%��missing�r0�k�vr%r%r&�
<dictcomp>�r3zETransferApplianceClient.create_transfer_appliance.<locals>.<dictcomp>Nr�
Parameter �+ cannot be None, whitespace or empty string�application/jsonr-��accept�content-typezopc-retry-tokencSs&i|]\}}|tur|dur||�qS�Nr4r6r%r%r&r9�r3r�Zoperation_retry_strategyZclient_retry_strategyr.�TransferAppliancer�
�
resource_path�method�path_params�
header_params�body�
response_typer�operation_name�api_reference_link�required_arguments�r�iterkeys�
ValueError�	iteritems�
isinstance�string_types�len�stripr!r5r"�get_preferred_retry_strategyrr�NoneRetryStrategyZadd_opc_retry_token_if_needed�add_opc_client_retries_header�add_circuit_breaker_callbackr �make_retrying_call�call_api)r#r(r$rLrDrErJrK�extra_kwargsrFr7r8rGrr%r1r&r+wsp%��$
���
�z1TransferApplianceClient.create_transfer_appliancec
s|ddg}d}d}d}d}	gd���fdd	�t�|�D�}
|
rJtd
|
����||d�}dd
�t�|�D�}t�|�D]<\}}
|
dus�t|
tj�rrt|
���dkrrtd|�d���qrdd|�dt	�d�}dd
�t�|�D�}|j
j|�d�|jd�}|�rRt|t
j��s(|j
�|�|j
�|�|�|j�|j|j
j|||||d|�d�||	|d�S|j
j|||||d|�d�||	|d�
SdS)a�
        Creates an X.509 certificate from a public key


        :param str id: (required)
            ID of the Transfer Job

        :param str transfer_appliance_label: (required)
            Label of the Transfer Appliance

        :param oci.dts.models.TransferAppliancePublicKey admin_public_key: (required)

        :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 (e.g., if a resource
            has been deleted and purged from the system, then a retry of the original creation request
            may 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 :class:`~oci.dts.models.TransferApplianceCertificate`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/dts/create_transfer_appliance_admin_credentials.py.html>`__ to see an example of how to use create_transfer_appliance_admin_credentials API.
        r(�transferApplianceLabelzP/transferJobs/{id}/transferAppliances/{transferApplianceLabel}/admin_credentialsr*�+create_transfer_appliance_admin_credentialsr,�rrr-csg|]}|�vr|�qSr%r%r/r1r%r&r2r3zWTransferApplianceClient.create_transfer_appliance_admin_credentials.<locals>.<listcomp>z@create_transfer_appliance_admin_credentials got unknown kwargs: �r(r\cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9r3zWTransferApplianceClient.create_transfer_appliance_admin_credentials.<locals>.<dictcomp>Nrr:r;r<r-r=cSs&i|]\}}|tur|dur||�qSr@r4r6r%r%r&r9*r3rrA�TransferApplianceCertificaterrCrM)r#r(�transfer_appliance_labelZadmin_public_keyr$rLrDrErJrKr[rFr7r8rGrr%r1r&r]�sr'��$
���
�zCTransferApplianceClient.create_transfer_appliance_admin_credentialscstddg}d}d}d}d}gd���fdd	�t�|�D�}	|	rJtd
|	����||d�}
dd
�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rrt|���dkrrtd|�d���qrdd|�dt	�d�}
dd
�t�|
�D�}
|j
j|�d�|jd�}|�rNt|t
j��s(|j
�|
�|j
�|
�|�|j�|j|j
j|||
|
|�d�|||d�	S|j
j|||
|
|�d�|||d�SdS)a
        deletes a transfer Appliance


        :param str id: (required)
            ID of the Transfer Job

        :param str transfer_appliance_label: (required)
            Label of the Transfer Appliance

        :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 (e.g., if a resource
            has been deleted and purged from the system, then a retry of the original creation request
            may 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/dts/delete_transfer_appliance.py.html>`__ to see an example of how to use delete_transfer_appliance API.
        r(r\�>/transferJobs/{id}/transferAppliances/{transferApplianceLabel}ZDELETE�delete_transfer_appliancer,r^csg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zETransferApplianceClient.delete_transfer_appliance.<locals>.<listcomp>z.delete_transfer_appliance got unknown kwargs: r_cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9�r3zETransferApplianceClient.delete_transfer_appliance.<locals>.<dictcomp>Nrr:r;r<r-r=cSs&i|]\}}|tur|dur||�qSr@r4r6r%r%r&r9�r3rrAr)rDrErFrGrrJrKrLrM�r#r(rar$rLrDrErJrKr[rFr7r8rGrr%r1r&rcOsj%��$
����z1TransferApplianceClient.delete_transfer_appliancecsJddg}d}d}d}d}dg��fdd	�t�|�D�}	|	rHtd
|	����||d�}
dd
�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rpt|���dkrptd|�d���qpddd�}
|jj	|�
d�|jd�}|�r"t|tj
�s�|j�|
�|�|j�|j|jj|||
|
d|�
d�|||d�
S|jj|||
|
d|�
d�|||d�	SdS)a]
        Describes a transfer appliance in detail


        :param str id: (required)
            ID of the Transfer Job

        :param str transfer_appliance_label: (required)
            Label of the Transfer Appliance

        :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.dts.models.TransferAppliance`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/dts/get_transfer_appliance.py.html>`__ to see an example of how to use get_transfer_appliance API.
        r(r\rb�GET�get_transfer_appliancer,rcsg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zBTransferApplianceClient.get_transfer_appliance.<locals>.<listcomp>z+get_transfer_appliance got unknown kwargs: r_cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9�r3zBTransferApplianceClient.get_transfer_appliance.<locals>.<dictcomp>Nrr:r;r<�r>r?rArBr�	rDrErFrGrIrrJrKrL�rrNrOrPrQrRrSrTr"rUr!rrrVrWrXr rYrZrdr%r1r&rf�sh��$����z.TransferApplianceClient.get_transfer_appliancecsJddg}d}d}d}d}dg��fdd	�t�|�D�}	|	rHtd
|	����||d�}
dd
�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rpt|���dkrptd|�d���qpddd�}
|jj	|�
d�|jd�}|�r"t|tj
�s�|j�|
�|�|j�|j|jj|||
|
d|�
d�|||d�
S|jj|||
|
d|�
d�|||d�	SdS)a�
        Gets the x.509 certificate for the Transfer Appliance's dedicated Certificate Authority (CA)


        :param str id: (required)
            ID of the Transfer Job

        :param str transfer_appliance_label: (required)
            Label of the Transfer Appliance

        :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.dts.models.TransferApplianceCertificate`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/dts/get_transfer_appliance_certificate_authority_certificate.py.html>`__ to see an example of how to use get_transfer_appliance_certificate_authority_certificate API.
        r(r\z`/transferJobs/{id}/transferAppliances/{transferApplianceLabel}/certificate_authority_certificatere�8get_transfer_appliance_certificate_authority_certificater,rcsg|]}|�vr|�qSr%r%r/r1r%r&r25r3zdTransferApplianceClient.get_transfer_appliance_certificate_authority_certificate.<locals>.<listcomp>zMget_transfer_appliance_certificate_authority_certificate got unknown kwargs: r_cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9?r3zdTransferApplianceClient.get_transfer_appliance_certificate_authority_certificate.<locals>.<dictcomp>Nrr:r;r<rgrAr`rrhrirdr%r1r&rjsh��$����zPTransferApplianceClient.get_transfer_appliance_certificate_authority_certificatecsJddg}d}d}d}d}dg��fdd	�t�|�D�}	|	rHtd
|	����||d�}
dd
�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rpt|���dkrptd|�d���qpddd�}
|jj	|�
d�|jd�}|�r"t|tj
�s�|j�|
�|�|j�|j|jj|||
|
d|�
d�|||d�
S|jj|||
|
d|�
d�|||d�	SdS)a�
        Describes a transfer appliance encryptionPassphrase in detail


        :param str id: (required)
            ID of the Transfer Job

        :param str transfer_appliance_label: (required)
            Label of the Transfer Appliance

        :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.dts.models.TransferApplianceEncryptionPassphrase`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/dts/get_transfer_appliance_encryption_passphrase.py.html>`__ to see an example of how to use get_transfer_appliance_encryption_passphrase API.
        r(r\zS/transferJobs/{id}/transferAppliances/{transferApplianceLabel}/encryptionPassphrasere�,get_transfer_appliance_encryption_passphraser,rcsg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zXTransferApplianceClient.get_transfer_appliance_encryption_passphrase.<locals>.<listcomp>zAget_transfer_appliance_encryption_passphrase got unknown kwargs: r_cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9�r3zXTransferApplianceClient.get_transfer_appliance_encryption_passphrase.<locals>.<dictcomp>Nrr:r;r<rgrAZ%TransferApplianceEncryptionPassphraserrhrirdr%r1r&rkjsh��$����zDTransferApplianceClient.get_transfer_appliance_encryption_passphrasec
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���qnd|vr�gd�}|d|vr�td|����d|�dt	�i}
dd�t�|
�D�}
ddd�}|j
j|�d�|jd�}|�rrt|t
j��sH|j
�|�|�|j�|j|j
j|||	|
|d|�d�|||d�S|j
j|||	|
|d|�d�|||d�
SdS)a+
        Lists Transfer Appliances associated with a transferJob


        :param str id: (required)
            ID of the Transfer Job

        :param str lifecycle_state: (optional)
            filtering by lifecycleState

            Allowed values are: "REQUESTED", "ORACLE_PREPARING", "SHIPPING", "DELIVERED", "PREPARING", "FINALIZED", "RETURN_LABEL_REQUESTED", "RETURN_LABEL_GENERATING", "RETURN_LABEL_AVAILABLE", "RETURN_DELAYED", "RETURN_SHIPPED", "RETURN_SHIPPED_CANCELLED", "ORACLE_RECEIVED", "ORACLE_RECEIVED_CANCELLED", "PROCESSING", "COMPLETE", "CUSTOMER_NEVER_RECEIVED", "ORACLE_NEVER_RECEIVED", "CUSTOMER_LOST", "CANCELLED", "DELETED", "REJECTED", "ERROR"

        :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.dts.models.MultipleTransferAppliances`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/dts/list_transfer_appliances.py.html>`__ to see an example of how to use list_transfer_appliances API.
        r(r)re�list_transfer_appliancesr,)rr�lifecycle_statecsg|]}|�vr|�qSr%r%r/r1r%r&r2�r3zDTransferApplianceClient.list_transfer_appliances.<locals>.<listcomp>z-list_transfer_appliances got unknown kwargs: cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9�r3zDTransferApplianceClient.list_transfer_appliances.<locals>.<dictcomp>Nrr:r;rm)Z	REQUESTEDZORACLE_PREPARINGZSHIPPINGZ	DELIVEREDZ	PREPARINGZ	FINALIZEDZRETURN_LABEL_REQUESTEDZRETURN_LABEL_GENERATINGZRETURN_LABEL_AVAILABLEZRETURN_DELAYEDZRETURN_SHIPPEDZRETURN_SHIPPED_CANCELLEDZORACLE_RECEIVEDZORACLE_RECEIVED_CANCELLEDZ
PROCESSINGZCOMPLETEZCUSTOMER_NEVER_RECEIVEDZORACLE_NEVER_RECEIVEDZ
CUSTOMER_LOSTZ	CANCELLEDZDELETEDZREJECTEDZERRORz4Invalid value for `lifecycle_state`, must be one of ZlifecycleStatecSs&i|]\}}|tur|dur||�qSr@r4r6r%r%r&r9	r3r<rgrrAZMultipleTransferAppliancesr)
rDrErF�query_paramsrGrIrrJrKrL�rrNrOrPrQrRrSrTr!r5r"rUrrrVrWrXr rYrZ)r#r(r$rLrDrErJrKr[rFr7r8Zlifecycle_state_allowed_valuesrnrGrr%r1r&rl�s| ��$�����
�z0TransferApplianceClient.list_transfer_appliancesc
spddg}d}d}d}d}	gd���fdd	�t�|�D�}
|
rJtd
|
����||d�}dd
�t�|�D�}t�|�D]<\}}
|
dus�t|
tj�rrt|
���dkrrtd|�d���qrdd|�dt	�d�}dd
�t�|�D�}|j
j|�d�|jd�}|�rFt|t
j��s|j
�|�|�|j�|j|j
j|||||d|�d�||	|d�S|j
j|||||d|�d�||	|d�
SdS)a�
        Updates a Transfer Appliance


        :param str id: (required)
            ID of the Transfer Job

        :param str transfer_appliance_label: (required)
            Label of the Transfer Appliance

        :param oci.dts.models.UpdateTransferApplianceDetails update_transfer_appliance_details: (required)
            fields to update

        :param str if_match: (optional)
            The entity tag to match. Optional, if set, the update will be successful only if the
            object's tag matches the tag specified in the request.

        :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.dts.models.TransferAppliance`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/dts/update_transfer_appliance.py.html>`__ to see an example of how to use update_transfer_appliance API.
        r(r\rbZPUT�update_transfer_appliancer,)rr�if_matchcsg|]}|�vr|�qSr%r%r/r1r%r&r2cr3zETransferApplianceClient.update_transfer_appliance.<locals>.<listcomp>z.update_transfer_appliance got unknown kwargs: r_cSsi|]\}}|tur||�qSr%r4r6r%r%r&r9mr3zETransferApplianceClient.update_transfer_appliance.<locals>.<dictcomp>Nrr:r;r<rq)r>r?zif-matchcSs&i|]\}}|tur|dur||�qSr@r4r6r%r%r&r9xr3rrArBrrCro)r#r(raZ!update_transfer_appliance_detailsr$rLrDrErJrKr[rFr7r8rGrr%r1r&rp2sp%��$
���
�z1TransferApplianceClient.update_transfer_applianceN)
�__name__�
__module__�__qualname__�__doc__r'r+r]rcrfrjrkrlrpr%r%r%r&rs[kmgZZZnrN)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