a Nf]@sddlmZddlmZddlmZddlmZmZddlm Z ddl m Z m Z ddl mZddlmZmZmZd d lmZed ZGd d d eZdS))absolute_import)requests)six)retrycircuit_breaker) BaseClient)get_config_value_or_defaultvalidate_config)Signer)Sentinel#get_signer_from_authentication_typeAUTHENTICATION_TYPE_FIELD_NAME)database_type_mappingMissingc@s eZdZdZddZddZddZdd Zd d Zd d Z ddZ ddZ ddZ ddZ ddZddZddZddZddZd d!Zd"d#Zd$d%Zd&d'Zd(d)Zd*d+Zd,d-Zd.d/Zd0d1Zd2d3Zd4d5Zd6d7Zd8d9Zd:d;Z dd?Z"d@dAZ#dBdCZ$dDdEZ%dFdGZ&dHdIZ'dJdKZ(dLdMZ)dNdOZ*dPdQZ+dRdSZ,dTdUZ-dVdWZ.dXdYZ/dZd[Z0d\d]Z1d^d_Z2d`daZ3dbdcZ4dddeZ5dfdgZ6dhdiZ7djdkZ8dldmZ9dndoZ:dpdqZ;drdsZdxdyZ?dzd{Z@d|d}ZAd~dZBddZCddZDddZEddZFddZGddZHddZIddZJddZKddZLddZMddZNddZOddZPddZQddZRddZSddZTddZUddZVddZWddZXddZYddZZddZ[ddZ\ddZ]ddZ^ddZ_ddZ`ddZaddZbddZcddÄZdddńZeddDŽZfddɄZgdd˄Zhdd̈́ZiddτZjddфZkddӄZlddՄZmddׄZnddلZoddۄZpdd݄Zqdd߄ZrddZsddZtddZuddZvddZwddZxddZyddZzddZ{ddZ|ddZ}ddZ~ddZddZddZddZddZddZddZddZdd Zd d Zd d ZddZddZddZddZddZddZddZddZddZd d!Zd"d#Zd$d%Zd&d'Zd(d)Zd*d+Zd,d-Zd.d/Zd0d1Zd2d3Zd4d5Zd6d7Zd8d9Zd:d;Zd<d=Zd>d?Zd@dAZdBdCZdDdEZdFdGZdHdIZdJdKZdLdMZdNdOZdPdQZdRdSZdTdUZdVdWZdXdYZdZd[Zd\d]Zd^d_Zd`daZdbdcZdddeZdfdgZdhdiZdjdkZdldmZdndoZdpdqZdrdsZdtduZdvdwZdxdyZdzd{Zd|d}Zd~dZddZÐddZĐddZŐddZƐddZǐddZȐddZɐddZʐddZːddZ̐ddZ͐ddZΐddZϐddZАddZѐddZҐddZӐddZԐddZՐddZ֐ddZאddZؐddZِddZڐddZېddZܐddZݐddZސddZߐddZddZddZddZddÄZdĐdńZdƐdDŽZdȐdɄZdʐd˄Zd̐d̈́ZdΐdτZdАdфZdҐdӄZdԐdՄZd֐dׄZdؐdلZdڐdۄZdܐd݄Zdސd߄ZddZddZddZddZddZddZddZddZddZddZddZddZddZddZddZddZddZddZddZddZdd Zd d Zd d Z ddZ ddZ ddZ ddZ ddZddZddZddZddZd d!Zd"d#Zd$d%Zd&d'Zd(d)Zd*d+Zd,d-Zd.d/Zd0d1Zd2d3Zd4d5Zd6d7Zd8S(9DatabaseClientz The API for the Database Service. Use this API to manage resources such as databases and DB Systems. For more information, see [Overview of the Database Service](/iaas/Content/Database/Concepts/databaseoverview.htm). c Kst||ddd|vr$|d}nDt|vr6t|}n2t|d|d|d|dt|d|dd }d |d d d |dd|dtjd}d|vr|d|d<|ddurtj|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 `__. 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 `__ 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 `__. :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 `__. :param function circuit_breaker_callback: (optional) Callback function to receive any exceptions triggerred by the circuit breaker. :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. signer)rtenancyuser fingerprintkey_file pass_phrase key_content)rrrprivate_key_file_locationrprivate_key_contentTservice_endpointz /20160918z-https://database.{region}.{secondLevelDomain}skip_deserializationFcircuit_breaker_strategy)regional_clientr base_pathservice_endpoint_templaterrtimeoutNallow_control_charsdatabaseretry_strategycircuit_breaker_callback)r getr r r rrGLOBAL_CIRCUIT_BREAKER_STRATEGY DEFAULT_CIRCUIT_BREAKER_STRATEGYrr base_clientr$r%_config_kwargs)selfconfigkwargsrbase_client_init_kwargsr0/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/database_client.py__init__s>0        zDatabaseClient.__init__c svd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rNt| tjs&|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Activates the specified Exadata infrastructure resource. Applies to Exadata Cloud@Customer instances only. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.ActivateExadataInfrastructureDetails activate_exadata_infrastructure_details: (required) The activation details for the Exadata infrastructure and the additional storage servers requested. :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.ExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use activate_exadata_infrastructure API. zB/exadataInfrastructures/{exadataInfrastructureId}/actions/activatePOSTactivate_exadata_infrastructurezkhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/ActivateExadataInfrastructurer"r$opc_request_idopc_retry_tokencsg|]}|vr|qSr0r0.0_keyexpected_kwargsr0r1 zBDatabaseClient.activate_exadata_infrastructure..z8activate_exadata_infrastructure got unknown kwargs: {!r}exadataInfrastructureIdcSsi|]\}}|tur||qSr0missingr9kvr0r0r1 r>zBDatabaseClient.activate_exadata_infrastructure..Nr7Parameter {} cannot be None, whitespace or empty stringapplication/jsonr6r7accept content-typeopc-request-idopc-retry-tokencSs&i|]\}}|tur|dur||qSNr@rBr0r0r1rEr>r$operation_retry_strategyclient_retry_strategyExadataInfrastructurer" resource_pathmethod path_params header_paramsbody response_typer"operation_nameapi_reference_linkriterkeys ValueErrorformat iteritems isinstance string_typeslenstripr&rAr)get_preferred_retry_strategyr$rNoneRetryStrategyadd_opc_retry_token_if_neededadd_opc_client_retries_headeradd_circuit_breaker_callbackr%make_retrying_callcall_api)r,exadata_infrastructure_id'activate_exadata_infrastructure_detailsr.rSrTrYrZ extra_kwargsrUrCrDrVr$r0r;r1r4msl)$      z.DatabaseClient.activate_exadata_infrastructurec s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a= Makes the storage capacity from additional storage servers available for Cloud VM Cluster consumption. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param str cloud_exadata_infrastructure_id: (required) The cloud Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for the request. :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 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 `__. 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.database.models.CloudExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API. zV/cloudExadataInfrastructures/{cloudExadataInfrastructureId}/actions/addStorageCapacityr31add_storage_capacity_cloud_exadata_infrastructurezhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/AddStorageCapacityCloudExadataInfrastructurer"r$if_matchr6r7csg|]}|vr|qSr0r0r8r;r0r1r=r>zTDatabaseClient.add_storage_capacity_cloud_exadata_infrastructure..zJadd_storage_capacity_cloud_exadata_infrastructure got unknown kwargs: {!r}cloudExadataInfrastructureIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zTDatabaseClient.add_storage_capacity_cloud_exadata_infrastructure..NrrFrGrpr6r7rIrJif-matchrKrLcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE(r>r$rNCloudExadataInfrastructurer"rSrTrUrVrXr"rYrZr[ r,cloud_exadata_infrastructure_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rnsj+$       z@DatabaseClient.add_storage_capacity_cloud_exadata_infrastructurec s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Makes the storage capacity from additional storage servers available for VM Cluster consumption. Applies to Exadata Cloud@Customer instances only. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for the request. :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 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 `__. 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.database.models.ExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use add_storage_capacity_exadata_infrastructure API. zL/exadataInfrastructures/{exadataInfrastructureId}/actions/addStorageCapacityr3+add_storage_capacity_exadata_infrastructurezuhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/AddStorageCapacityExadataInfrastructurerocsg|]}|vr|qSr0r0r8r;r0r1r=r>zNDatabaseClient.add_storage_capacity_exadata_infrastructure..zDadd_storage_capacity_exadata_infrastructure got unknown kwargs: {!r}r?cSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zNDatabaseClient.add_storage_capacity_exadata_infrastructure..NrrFrGrpr6r7rrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNrQr"rur[ r,rkr.rSrTrYrZrmrUrCrDrVr$r0r;r1rxIsj+$       z:DatabaseClient.add_storage_capacity_exadata_infrastructurec sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)aV Add Virtual Machines to the Cloud VM cluster. Applies to Exadata Cloud instances only. :param oci.database.models.AddVirtualMachineToCloudVmClusterDetails add_virtual_machine_to_cloud_vm_cluster_details: (required) Request to add Virtual Machines to the Cloud VM cluster. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.CloudVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API. z=/cloudVmClusters/{cloudVmClusterId}/actions/addVirtualMachiner3'add_virtual_machine_to_cloud_vm_clusterzhhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/AddVirtualMachineToCloudVmClusterr"r$r7r6rpcsg|]}|vr|qSr0r0r8r;r0r1r=r>zJDatabaseClient.add_virtual_machine_to_cloud_vm_cluster..z@add_virtual_machine_to_cloud_vm_cluster got unknown kwargs: {!r}cloudVmClusterIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zJDatabaseClient.add_virtual_machine_to_cloud_vm_cluster..NrrFrGr7r6rprIrJrLrKrscSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>r$rNCloudVmClusterr"rRr[)r,/add_virtual_machine_to_cloud_vm_cluster_detailscloud_vm_cluster_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rzsn.$       z6DatabaseClient.add_virtual_machine_to_cloud_vm_clusterc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a+ Add Virtual Machines to the VM cluster. Applies to Exadata Cloud@Customer instances only. :param oci.database.models.AddVirtualMachineToVmClusterDetails add_virtual_machine_to_vm_cluster_details: (required) Request to add Virtual Machines to the VM cluster. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.VmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use add_virtual_machine_to_vm_cluster API. z3/vmClusters/{vmClusterId}/actions/addVirtualMachiner3!add_virtual_machine_to_vm_clusterz^https://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/AddVirtualMachineToVmClusterr{csg|]}|vr|qSr0r0r8r;r0r1r=gr>zDDatabaseClient.add_virtual_machine_to_vm_cluster..z:add_virtual_machine_to_vm_cluster got unknown kwargs: {!r} vmClusterIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEpr>zDDatabaseClient.add_virtual_machine_to_vm_cluster..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE}r>r$rN VmClusterr"rRr[)r,)add_virtual_machine_to_vm_cluster_details vm_cluster_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r,sn.$       z0DatabaseClient.add_virtual_machine_to_vm_clusterc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Initiates a data refresh for an Autonomous Database refreshable clone. Data is refreshed from the source database to the point of a specified timestamp. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.AutonomousDatabaseManualRefreshDetails autonomous_database_manual_refresh_details: (required) Request details for manually refreshing an Autonomous Database refreshable clone. :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_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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use autonomous_database_manual_refresh API. z;/autonomousDatabases/{autonomousDatabaseId}/actions/refreshr3"autonomous_database_manual_refreshzjhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/AutonomousDatabaseManualRefreshr"r$rpr7r6csg|]}|vr|qSr0r0r8r;r0r1r=r>zEDatabaseClient.autonomous_database_manual_refresh..z;autonomous_database_manual_refresh got unknown kwargs: {!r}autonomousDatabaseIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zEDatabaseClient.autonomous_database_manual_refresh..NrrFrGrpr7r6rIrJrsrLrKcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNAutonomousDatabaser"rRr[)r,autonomous_database_id*autonomous_database_manual_refresh_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsn.$       z1DatabaseClient.autonomous_database_manual_refreshc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a@ Move the Autonomous Container Database and its dependent resources to the specified compartment. For more information about moving Autonomous Container Databases, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required) Request to move Autonomous Container Database to a different compartment :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_autonomous_container_database_compartment API. zW/autonomousContainerDatabases/{autonomousContainerDatabaseId}/actions/changeCompartmentr30change_autonomous_container_database_compartmentzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabase/ChangeAutonomousContainerDatabaseCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=Sr>zSDatabaseClient.change_autonomous_container_database_compartment..zIchange_autonomous_container_database_compartment got unknown kwargs: {!r}autonomousContainerDatabaseIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE\r>zSDatabaseClient.change_autonomous_container_database_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEir>r$rNr"rSrTrUrVrWr"rYrZr[)r,change_compartment_details autonomous_container_database_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj2$       z?DatabaseClient.change_autonomous_container_database_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Move the Autonomous Database and its dependent resources to the specified compartment. For more information about moving Autonomous Databases, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required) Request to move Autonomous Database to a different compartment :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_autonomous_database_compartment API. zE/autonomousDatabases/{autonomousDatabaseId}/actions/changeCompartmentr3&change_autonomous_database_compartmentznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/ChangeAutonomousDatabaseCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=r>zIDatabaseClient.change_autonomous_database_compartment..z?change_autonomous_database_compartment got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zIDatabaseClient.change_autonomous_database_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr[)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj2$       z5DatabaseClient.change_autonomous_database_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a **Deprecated.** Use the :func:`change_cloud_exadata_infrastructure_compartment` operation to move an Exadata infrastructure resource to a different compartment and :func:`change_cloud_autonomous_vm_cluster_compartment` operation to move an Autonomous Exadata VM cluster to a different compartment. For more information, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required) Request to move an Autonomous Exadata Infrastructure resource to a different compartment. :param str autonomous_exadata_infrastructure_id: (required) The Autonomous Exadata Infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API. z_/autonomousExadataInfrastructures/{autonomousExadataInfrastructureId}/actions/changeCompartmentr34change_autonomous_exadata_infrastructure_compartmentzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/ChangeAutonomousExadataInfrastructureCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=?r>zWDatabaseClient.change_autonomous_exadata_infrastructure_compartment..zMchange_autonomous_exadata_infrastructure_compartment got unknown kwargs: {!r}!autonomousExadataInfrastructureIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEHr>zWDatabaseClient.change_autonomous_exadata_infrastructure_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEUr>r$rNr"rr[)r,r$autonomous_exadata_infrastructure_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj2$       zCDatabaseClient.change_autonomous_exadata_infrastructure_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Moves an Autonomous VM cluster and its dependent resources to another compartment. Applies to Exadata Cloud@Customer only. For systems in the Oracle cloud, see :func:`change_autonomous_vm_cluster_compartment`. :param oci.database.models.ChangeAutonomousVmClusterCompartmentDetails change_autonomous_vm_cluster_compartment_details: (required) Request to move Autonomous VM cluster to a different compartment :param str autonomous_vm_cluster_id: (required) The autonomous VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_autonomous_vm_cluster_compartment API. zG/autonomousVmClusters/{autonomousVmClusterId}/actions/changeCompartmentr3(change_autonomous_vm_cluster_compartmentzphttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousVmCluster/ChangeAutonomousVmClusterCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=r>zKDatabaseClient.change_autonomous_vm_cluster_compartment..zAchange_autonomous_vm_cluster_compartment got unknown kwargs: {!r}autonomousVmClusterIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zKDatabaseClient.change_autonomous_vm_cluster_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr[)r,0change_autonomous_vm_cluster_compartment_detailsautonomous_vm_cluster_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rvsj.$       z7DatabaseClient.change_autonomous_vm_cluster_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Move the backup destination and its dependent resources to the specified compartment. For more information, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required) Request to move backup destination to a different compartment. :param str backup_destination_id: (required) The `OCID`__ of the backup destination. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_backup_destination_compartment API. zC/backupDestinations/{backupDestinationId}/actions/changeCompartmentr3%change_backup_destination_compartmentzlhttps://docs.oracle.com/iaas/api/#/en/database/20160918/BackupDestination/ChangeBackupDestinationCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r='r>zHDatabaseClient.change_backup_destination_compartment..z>change_backup_destination_compartment got unknown kwargs: {!r}backupDestinationIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE0r>zHDatabaseClient.change_backup_destination_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE=r>r$rNr"rr[)r,rbackup_destination_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj2$       z4DatabaseClient.change_backup_destination_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Moves an Autonomous Exadata VM cluster in the Oracle cloud and its dependent resources to another compartment. For Exadata Cloud@Customer systems, see :func:`change_autonomous_vm_cluster_compartment`. :param oci.database.models.ChangeCloudAutonomousVmClusterCompartmentDetails change_cloud_autonomous_vm_cluster_compartment_details: (required) Request to move cloud Autonomous VM cluster to a different compartment :param str cloud_autonomous_vm_cluster_id: (required) The Cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API. zQ/cloudAutonomousVmClusters/{cloudAutonomousVmClusterId}/actions/changeCompartmentr3.change_cloud_autonomous_vm_cluster_compartmentzzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/ChangeCloudAutonomousVmClusterCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=r>zQDatabaseClient.change_cloud_autonomous_vm_cluster_compartment..zGchange_cloud_autonomous_vm_cluster_compartment got unknown kwargs: {!r}cloudAutonomousVmClusterIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zQDatabaseClient.change_cloud_autonomous_vm_cluster_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr[)r,6change_cloud_autonomous_vm_cluster_compartment_detailscloud_autonomous_vm_cluster_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r^sj.$       z=DatabaseClient.change_cloud_autonomous_vm_cluster_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Moves a cloud Exadata infrastructure resource and its dependent resources to another compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.For more information about moving resources to a different compartment, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCloudExadataInfrastructureCompartmentDetails change_cloud_exadata_infrastructure_compartment_details: (required) Request to move cloud Exadata infrastructure resource to a different compartment. :param str cloud_exadata_infrastructure_id: (required) The cloud Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API. zU/cloudExadataInfrastructures/{cloudExadataInfrastructureId}/actions/changeCompartmentr3/change_cloud_exadata_infrastructure_compartmentz~https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/ChangeCloudExadataInfrastructureCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r= r>zRDatabaseClient.change_cloud_exadata_infrastructure_compartment..zHchange_cloud_exadata_infrastructure_compartment got unknown kwargs: {!r}rqcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zRDatabaseClient.change_cloud_exadata_infrastructure_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE#r>r$rNr"rr[)r,7change_cloud_exadata_infrastructure_compartment_detailsrwr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj0$       z>DatabaseClient.change_cloud_exadata_infrastructure_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Moves a cloud VM cluster and its dependent resources to another compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param oci.database.models.ChangeCloudVmClusterCompartmentDetails change_cloud_vm_cluster_compartment_details: (required) Request to move cloud VM cluster to a different compartment :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_cloud_vm_cluster_compartment API. z=/cloudVmClusters/{cloudVmClusterId}/actions/changeCompartmentr3#change_cloud_vm_cluster_compartmentzfhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/ChangeCloudVmClusterCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=r>zFDatabaseClient.change_cloud_vm_cluster_compartment..zzFDatabaseClient.change_cloud_vm_cluster_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr[)r,+change_cloud_vm_cluster_compartment_detailsrr.rSrTrYrZrmrUrCrDrVr$r0r;r1rDsj.$       z2DatabaseClient.change_cloud_vm_cluster_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Move the Database Software Image and its dependent resources to the specified compartment. For more information about moving Databse Software Images, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required) Request to move Database Software Image to a different compartment :param str database_software_image_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_database_software_image_compartment API. zK/databaseSoftwareImages/{databaseSoftwareImageId}/actions/changeCompartmentr3*change_database_software_image_compartmentzthttps://docs.oracle.com/iaas/api/#/en/database/20160918/DatabaseSoftwareImage/ChangeDatabaseSoftwareImageCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=r>zMDatabaseClient.change_database_software_image_compartment..zCchange_database_software_image_compartment got unknown kwargs: {!r}databaseSoftwareImageIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zMDatabaseClient.change_database_software_image_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>r$rNr"rr[)r,rdatabase_software_image_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj2$       z9DatabaseClient.change_database_software_image_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a* Moves the DB system and its dependent resources to the specified compartment. For more information about moving DB systems, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required) Request to move the DB system to a different compartment. **Note:** Deprecated for Exadata Cloud Service systems. Use the `new resource model APIs`__ instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See `Switching an Exadata DB System to the New Resource Model and APIs`__ for details on converting existing Exadata DB systems to the new resource model. __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_db_system_compartment API. z1/dbSystems/{dbSystemId}/actions/changeCompartmentr3change_db_system_compartmentzZhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/ChangeDbSystemCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=rr>z?DatabaseClient.change_db_system_compartment..z5change_db_system_compartment got unknown kwargs: {!r} dbSystemIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE{r>z?DatabaseClient.change_db_system_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr[)r,r db_system_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r,sj9$       z+DatabaseClient.change_db_system_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a+ Moves an Exadata infrastructure resource and its dependent resources to another compartment. Applies to Exadata Cloud@Customer instances only. To move an Exadata Cloud Service infrastructure resource to another compartment, use the :func:`change_cloud_exadata_infrastructure_compartment` operation. :param oci.database.models.ChangeExadataInfrastructureCompartmentDetails change_exadata_infrastructure_compartment_details: (required) Request to move Exadata infrastructure to a different compartment :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_exadata_infrastructure_compartment API. zK/exadataInfrastructures/{exadataInfrastructureId}/actions/changeCompartmentr3)change_exadata_infrastructure_compartmentzthttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/ChangeExadataInfrastructureCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=r>zLDatabaseClient.change_exadata_infrastructure_compartment..zBchange_exadata_infrastructure_compartment got unknown kwargs: {!r}r?cSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zLDatabaseClient.change_exadata_infrastructure_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr[)r,1change_exadata_infrastructure_compartment_detailsrkr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj/$       z8DatabaseClient.change_exadata_infrastructure_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)aT Move the :func:`create_external_container_database_details` and its dependent resources to the specified compartment. For more information about moving external container databases, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required) Request to move the external container database to a different compartment. :param str external_container_database_id: (required) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_external_container_database_compartment API. zS/externalcontainerdatabases/{externalContainerDatabaseId}/actions/changeCompartmentr3.change_external_container_database_compartmentz|https://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/ChangeExternalContainerDatabaseCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=\r>zQDatabaseClient.change_external_container_database_compartment..zGchange_external_container_database_compartment got unknown kwargs: {!r}externalContainerDatabaseIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEer>zQDatabaseClient.change_external_container_database_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rErr>r$rNr"rr[)r,rexternal_container_database_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj3$       z=DatabaseClient.change_external_container_database_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)aS Move the external non-container database and its dependent resources to the specified compartment. For more information about moving external non-container databases, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required) Request to move the external non-container database to a different compartment. :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_external_non_container_database_compartment API. zY/externalnoncontainerdatabases/{externalNonContainerDatabaseId}/actions/changeCompartmentr32change_external_non_container_database_compartmentzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/ChangeExternalNonContainerDatabaseCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=r>zUDatabaseClient.change_external_non_container_database_compartment..zKchange_external_non_container_database_compartment got unknown kwargs: {!r}externalNonContainerDatabaseIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zUDatabaseClient.change_external_non_container_database_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr[)r,r"external_non_container_database_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj2$       zADatabaseClient.change_external_non_container_database_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Move the :func:`create_external_pluggable_database_details` and its dependent resources to the specified compartment. For more information about moving external pluggable databases, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required) Request to move the :func:`create_external_pluggable_database_details` resource to a different compartment. :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_external_pluggable_database_compartment API. zS/externalpluggabledatabases/{externalPluggableDatabaseId}/actions/changeCompartmentr3.change_external_pluggable_database_compartmentz|https://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/ChangeExternalPluggableDatabaseCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=K r>zQDatabaseClient.change_external_pluggable_database_compartment..zGchange_external_pluggable_database_compartment got unknown kwargs: {!r}externalPluggableDatabaseIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rET r>zQDatabaseClient.change_external_pluggable_database_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEa r>r$rNr"rr[)r,rexternal_pluggable_database_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r sj5$       z=DatabaseClient.change_external_pluggable_database_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Move the key store resource to the specified compartment. For more information about moving key stores, see `Moving Database Resources to a Different Compartment`__. __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes :param oci.database.models.ChangeKeyStoreCompartmentDetails change_key_store_compartment_details: (required) Request to move key store to a different compartment :param str key_store_id: (required) The `OCID`__ of the key store. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_key_store_compartment API. z1/keyStores/{keyStoreId}/actions/changeCompartmentr3change_key_store_compartmentzZhttps://docs.oracle.com/iaas/api/#/en/database/20160918/KeyStore/ChangeKeyStoreCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r= r>z?DatabaseClient.change_key_store_compartment..z5change_key_store_compartment got unknown kwargs: {!r} keyStoreIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE r>z?DatabaseClient.change_key_store_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>r$rNr"rr[)r,$change_key_store_compartment_details key_store_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r sj2$       z+DatabaseClient.change_key_store_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Moves a VM cluster and its dependent resources to another compartment. Applies to Exadata Cloud@Customer instances only. To move a cloud VM cluster in an Exadata Cloud Service instance to another compartment, use the :func:`change_cloud_vm_cluster_compartment` operation. :param oci.database.models.ChangeVmClusterCompartmentDetails change_vm_cluster_compartment_details: (required) Request to move the Exadata Cloud@Customer VM cluster to a different compartment. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use change_vm_cluster_compartment API. z3/vmClusters/{vmClusterId}/actions/changeCompartmentr3change_vm_cluster_compartmentz\https://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/ChangeVmClusterCompartmentr{csg|]}|vr|qSr0r0r8r;r0r1r=4 r>z@DatabaseClient.change_vm_cluster_compartment..z6change_vm_cluster_compartment got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE= r>z@DatabaseClient.change_vm_cluster_compartment..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEJ r>r$rNr"rr[)r,%change_vm_cluster_compartment_detailsrr.rSrTrYrZrmrUrCrDrVr$r0r;r1r sj/$       z,DatabaseClient.change_vm_cluster_compartmentc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a* Check the status of the external database connection specified in this connector. This operation will refresh the connectionStatus and timeConnectionStatusLastUpdated fields. :param str external_database_connector_id: (required) The `OCID`__ of the external database connector resource (`ExternalDatabaseConnectorId`). __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use check_external_database_connector_connection_status API. zW/externaldatabaseconnectors/{externalDatabaseConnectorId}/actions/checkConnectionStatusr33check_external_database_connector_connection_statuszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalDatabaseConnector/CheckExternalDatabaseConnectorConnectionStatusr{csg|]}|vr|qSr0r0r8r;r0r1r= r>zVDatabaseClient.check_external_database_connector_connection_status..zLcheck_external_database_connector_connection_status got unknown kwargs: {!r}externalDatabaseConnectorIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE r>zVDatabaseClient.check_external_database_connector_connection_status..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>r$rNr"rSrTrUrVr"rYrZr[ r,external_database_connector_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rk sf-$       zBDatabaseClient.check_external_database_connector_connection_statusc svd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rNt| tjs&|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Changes the status of the standalone backup resource to `ACTIVE` after the backup is created from the on-premises database and placed in Oracle Cloud Infrastructure Object Storage. **Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See `Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud`__ for more information. __ https://docs.cloud.oracle.com/Content/Database/Tasks/mig-onprembackup.htm :param str backup_id: (required) The backup `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.CompleteExternalBackupJobDetails complete_external_backup_job_details: (required) Updates the status of the backup resource. :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_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 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 `__. 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.database.models.ExternalBackupJob` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use complete_external_backup_job API. z//externalBackupJobs/{backupId}/actions/completer3complete_external_backup_jobzchttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalBackupJob/CompleteExternalBackupJob)r"r$rpr7csg|]}|vr|qSr0r0r8r;r0r1r= r>z?DatabaseClient.complete_external_backup_job..z5complete_external_backup_job got unknown kwargs: {!r}backupIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE r>z?DatabaseClient.complete_external_backup_job..NrrFrGrpr7)rIrJrsrLcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE* r>r$rNExternalBackupJobr"rRr[)r, backup_id$complete_external_backup_job_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r sl/$      z+DatabaseClient.complete_external_backup_jobc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Configures the Autonomous Database Vault service `key`__. __ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.ConfigureAutonomousDatabaseVaultKeyDetails configure_autonomous_database_vault_key_details: (required) Configuration details for the Autonomous Database Vault service `key`__. __ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts :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) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use configure_autonomous_database_vault_key API. zW/autonomousDatabases/{autonomousDatabaseId}/actions/configureAutonomousDatabaseVaultKeyr3'configure_autonomous_database_vault_keyznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/ConfigureAutonomousDatabaseVaultKeyrocsg|]}|vr|qSr0r0r8r;r0r1r= r>zJDatabaseClient.configure_autonomous_database_vault_key..z@configure_autonomous_database_vault_key got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE r>zJDatabaseClient.configure_autonomous_database_vault_key..NrrFrGrpr6r7rrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>r$rNr"rr[)r,r/configure_autonomous_database_vault_key_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rM sj2$       z6DatabaseClient.configure_autonomous_database_vault_keyc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Converts a non-container database to a pluggable database. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.ConvertToPdbDetails convert_to_pdb_details: (required) Request to convert a non-container database to a pluggable database. :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) Unique identifier for 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use convert_to_pdb API. z,/databases/{databaseId}/actions/convertToPdbr3convert_to_pdbzMhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/ConvertToPdbr"r$rpr6csg|]}|vr|qSr0r0r8r;r0r1r= r>z1DatabaseClient.convert_to_pdb..z'convert_to_pdb got unknown kwargs: {!r} databaseIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE r>z1DatabaseClient.convert_to_pdb..NrrFrGrpr6rIrJrsrKcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>r$rNDatabaser"rRrr\r]r^r_r`rarbrcr&rAr)rdr$rrergrhr%rirj)r, database_idconvert_to_pdb_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r sj'$     zDatabaseClient.convert_to_pdbc sd}d}d}d}gdfddt|D}|rBtd|d d |d td }d d t|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates an Autonomous Container Database in the specified Autonomous Exadata Infrastructure. :param oci.database.models.CreateAutonomousContainerDatabaseDetails create_autonomous_container_database_details: (required) Request to create an Autonomous Container Database in a specified Autonomous Exadata Infrastructure or in Autonomous VM Cluster. :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 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 `__. 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.database.models.AutonomousContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_autonomous_container_database API. /autonomousContainerDatabasesr3$create_autonomous_container_databasezuhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabase/CreateAutonomousContainerDatabaser"r$r7csg|]}|vr|qSr0r0r8r;r0r1r=Y r>zGDatabaseClient.create_autonomous_container_database..z=create_autonomous_container_database got unknown kwargs: {!r}rGr7rIrJrLcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEc r>zGDatabaseClient.create_autonomous_container_database..r$rNAutonomousContainerDatabaser"rSrTrVrWrXr"rYrZNrr\r]r^r&rAr_r)rdr$r`rrerfrgrhr%rirj) r,,create_autonomous_container_database_detailsr.rSrTrYrZrmrVr$r0r;r1r- sZ!      z3DatabaseClient.create_autonomous_container_databasec s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a new Autonomous Database. :param oci.database.models.CreateAutonomousDatabaseBase create_autonomous_database_details: (required) Request to create a new Autonomous Database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_autonomous_database API. /autonomousDatabasesr3create_autonomous_databasezchttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/CreateAutonomousDatabaser"r$r7r6csg|]}|vr|qSr0r0r8r;r0r1r= r>z=DatabaseClient.create_autonomous_database..z3create_autonomous_database got unknown kwargs: {!r}rGr7r6rIrJrLrKcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>z=DatabaseClient.create_autonomous_database..r$rNrr"rNr) r,"create_autonomous_database_detailsr.rSrTrYrZrmrVr$r0r;r1r s\$       z)DatabaseClient.create_autonomous_databasec s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a- Creates a new Autonomous Database backup for the specified database based on the provided request parameters. :param oci.database.models.CreateAutonomousDatabaseBackupDetails create_autonomous_database_backup_details: (required) Request to create a new Autonomous Database backup. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousDatabaseBackup` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_autonomous_database_backup API. /autonomousDatabaseBackupsr3!create_autonomous_database_backupzohttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/CreateAutonomousDatabaseBackuprcsg|]}|vr|qSr0r0r8r;r0r1r= r>zDDatabaseClient.create_autonomous_database_backup..z:create_autonomous_database_backup got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>zDDatabaseClient.create_autonomous_database_backup..r$rNAutonomousDatabaseBackupr"rNr) r,)create_autonomous_database_backup_detailsr.rSrTrYrZrmrVr$r0r;r1r s\$       z0DatabaseClient.create_autonomous_database_backupc s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)aC Creates an Autonomous VM cluster for Exadata Cloud@Customer. To create an Autonomous VM Cluster in the Oracle cloud, see :func:`create_cloud_autonomous_vm_cluster`. :param oci.database.models.CreateAutonomousVmClusterDetails create_autonomous_vm_cluster_details: (required) Request to create an Autonomous VM cluster. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_autonomous_vm_cluster API. /autonomousVmClustersr3create_autonomous_vm_clusterzehttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousVmCluster/CreateAutonomousVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=l r>z?DatabaseClient.create_autonomous_vm_cluster..z5create_autonomous_vm_cluster got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEw r>z?DatabaseClient.create_autonomous_vm_cluster..r$rNAutonomousVmClusterr"rNr) r,$create_autonomous_vm_cluster_detailsr.rSrTrYrZrmrVr$r0r;r1r< s\$       z+DatabaseClient.create_autonomous_vm_clusterc sd}d}d}d}gdfddt|D}|rBtd|d d |d td }d d t|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)av Creates a new backup in the specified database based on the request parameters you provide. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work. :param oci.database.models.CreateBackupDetails create_backup_details: (required) Request to create a new database backup. :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 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 `__. 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.database.models.Backup` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_backup API. /backupsr3 create_backupzKhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Backup/CreateBackuprcsg|]}|vr|qSr0r0r8r;r0r1r= r>z0DatabaseClient.create_backup..z&create_backup got unknown kwargs: {!r}rGr7rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>z0DatabaseClient.create_backup..r$rNBackupr"rNr) r,create_backup_detailsr.rSrTrYrZrmrVr$r0r;r1r sZ!      zDatabaseClient.create_backupc s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a backup destination in an Exadata Cloud@Customer system. :param oci.database.models.CreateBackupDestinationDetails create_backup_destination_details: (required) Request to create a new backup destination. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.BackupDestination` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_backup_destination API. /backupDestinationsr3create_backup_destinationzahttps://docs.oracle.com/iaas/api/#/en/database/20160918/BackupDestination/CreateBackupDestinationrcsg|]}|vr|qSr0r0r8r;r0r1r=r>z.z2create_backup_destination got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE*r>z.r$rNBackupDestinationr"rNr) r,!create_backup_destination_detailsr.rSrTrYrZrmrVr$r0r;r1r s\$       z(DatabaseClient.create_backup_destinationc s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)aK Creates an Autonomous Exadata VM cluster in the Oracle cloud. For Exadata Cloud@Customer systems, see :func:`create_autonomous_vm_cluster`. :param oci.database.models.CreateCloudAutonomousVmClusterDetails create_cloud_autonomous_vm_cluster_details: (required) Request to create a cloud Autonomous VM cluster. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.CloudAutonomousVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_cloud_autonomous_vm_cluster API. /cloudAutonomousVmClustersr3"create_cloud_autonomous_vm_clusterzohttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/CreateCloudAutonomousVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r={r>zEDatabaseClient.create_cloud_autonomous_vm_cluster..z;create_cloud_autonomous_vm_cluster got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>zEDatabaseClient.create_cloud_autonomous_vm_cluster..r$rNCloudAutonomousVmClusterr"rNr) r,*create_cloud_autonomous_vm_cluster_detailsr.rSrTrYrZrmrVr$r0r;r1rKs\$       z1DatabaseClient.create_cloud_autonomous_vm_clusterc s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)ab Creates a cloud Exadata infrastructure resource. This resource is used to create either an `Exadata Cloud Service`__ instance or an Autonomous Database on dedicated Exadata infrastructure. __ https://docs.cloud.oracle.com/Content/Database/Concepts/exaoverview.htm :param oci.database.models.CreateCloudExadataInfrastructureDetails create_cloud_exadata_infrastructure_details: (required) Request to create a cloud Exadata infrastructure resource in an `Exadata Cloud Service`__ instance. __ https://docs.cloud.oracle.com/Content/Database/Concepts/exaoverview.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.CloudExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_cloud_exadata_infrastructure API. /cloudExadataInfrastructuresr3#create_cloud_exadata_infrastructurezshttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/CreateCloudExadataInfrastructurercsg|]}|vr|qSr0r0r8r;r0r1r=r>zFDatabaseClient.create_cloud_exadata_infrastructure..zzFDatabaseClient.create_cloud_exadata_infrastructure..r$rNrtr"rNr) r,+create_cloud_exadata_infrastructure_detailsr.rSrTrYrZrmrVr$r0r;r1rs\(       z2DatabaseClient.create_cloud_exadata_infrastructurec s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a cloud VM cluster. :param oci.database.models.CreateCloudVmClusterDetails create_cloud_vm_cluster_details: (required) Request to create a cloud VM cluster. Applies to Exadata Cloud Service instances only. See `The New Exadata Cloud Service Resource Model`__ for information on this resource type. __ https://docs.cloud.oracle.com/iaas/Content/Database/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.CloudVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_cloud_vm_cluster API. /cloudVmClustersr3create_cloud_vm_clusterz[https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/CreateCloudVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=9r>z:DatabaseClient.create_cloud_vm_cluster..z0create_cloud_vm_cluster got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEDr>z:DatabaseClient.create_cloud_vm_cluster..r$rNr~r"rNr) r,create_cloud_vm_cluster_detailsr.rSrTrYrZrmrVr$r0r;r1rs\&       z&DatabaseClient.create_cloud_vm_clusterc sld}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | rDt| tjs|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Creates a new console connection to the specified database node. After the console connection has been created and is available, you connect to the console using SSH. :param oci.database.models.CreateConsoleConnectionDetails create_console_connection_details: (required) Request object for creating an CreateConsoleConnection :param str db_node_id: (required) The database node `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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.database.models.ConsoleConnection` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_console_connection API. &/dbNodes/{dbNodeId}/consoleConnectionsr3create_console_connectionzahttps://docs.oracle.com/iaas/api/#/en/database/20160918/ConsoleConnection/CreateConsoleConnectionrcsg|]}|vr|qSr0r0r8r;r0r1r=r>z.z2create_console_connection got unknown kwargs: {!r}dbNodeIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z.NrrFrGr7rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNConsoleConnectionr"rRr[)r,!create_console_connection_details db_node_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1resj($     z(DatabaseClient.create_console_connectionc sld}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | rDt| tjs|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a0 Creates a new Data Guard association. A Data Guard association represents the replication relationship between the specified database and a peer database. For more information, see `Using Oracle Data Guard`__. All Oracle Cloud Infrastructure resources, including Data Guard associations, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response. You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the resource in the Console. For more information, see `Resource Identifiers`__. __ https://docs.cloud.oracle.com/Content/Database/Tasks/usingdataguard.htm __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.CreateDataGuardAssociationDetails create_data_guard_association_details: (required) A request to create a Data Guard association. :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 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 `__. 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.database.models.DataGuardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_data_guard_association API. -/databases/{databaseId}/dataGuardAssociationsr3create_data_guard_associationzghttps://docs.oracle.com/iaas/api/#/en/database/20160918/DataGuardAssociation/CreateDataGuardAssociationrcsg|]}|vr|qSr0r0r8r;r0r1r= r>z@DatabaseClient.create_data_guard_association..z6create_data_guard_association got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z@DatabaseClient.create_data_guard_association..NrrFrGr7rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNDataGuardAssociationr"rRr[)r,r%create_data_guard_association_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rsj0$     z,DatabaseClient.create_data_guard_associationc s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a new database in the specified Database Home. If the database version is provided, it must match the version of the Database Home. Applies to Exadata and Exadata Cloud@Customer systems. :param oci.database.models.CreateDatabaseBase create_new_database_details: (required) Request to create a new database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_database API. /databasesr3create_databasezOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/CreateDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=qr>z2DatabaseClient.create_database..z(create_database got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE|r>z2DatabaseClient.create_database..r$rNrr"rNr) r,create_new_database_detailsr.rSrTrYrZrmrVr$r0r;r1rAs\$       zDatabaseClient.create_databasec sd}d}d}d}gdfddt|D}|rBtd|d d |d td }d d t|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a create database software image in the specified compartment. :param oci.database.models.CreateDatabaseSoftwareImageDetails create_database_software_image_details: (required) Request to create database software image. :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 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 `__. 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.database.models.DatabaseSoftwareImage` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_database_software_image API. /databaseSoftwareImagesr3create_database_software_imagezihttps://docs.oracle.com/iaas/api/#/en/database/20160918/DatabaseSoftwareImage/CreateDatabaseSoftwareImagercsg|]}|vr|qSr0r0r8r;r0r1r=r>zADatabaseClient.create_database_software_image..z7create_database_software_image got unknown kwargs: {!r}rGr7rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>zADatabaseClient.create_database_software_image..r$rNDatabaseSoftwareImager"rNr) r,&create_database_software_image_detailsr.rSrTrYrZrmrVr$r0r;r1rsZ!      z-DatabaseClient.create_database_software_imagec sd}d}d}d}gdfddt|D}|rBtd|d d |d td }d d t|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a new Database Home in the specified database system based on the request parameters you provide. Applies to bare metal DB systems, Exadata systems, and Exadata Cloud@Customer systems. :param oci.database.models.CreateDbHomeBase create_db_home_with_db_system_id_details: (required) Request to create a new Database Home. :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 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 `__. 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.database.models.DbHome` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_db_home API. /dbHomesr3create_db_homezKhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbHome/CreateDbHomercsg|]}|vr|qSr0r0r8r;r0r1r= r>z1DatabaseClient.create_db_home..z'create_db_home got unknown kwargs: {!r}rGr7rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE*r>z1DatabaseClient.create_db_home..r$rNDbHomer"rNr) r,(create_db_home_with_db_system_id_detailsr.rSrTrYrZrmrVr$r0r;r1r sZ!      zDatabaseClient.create_db_homec s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates an Exadata infrastructure resource. Applies to Exadata Cloud@Customer instances only. To create an Exadata Cloud Service infrastructure resource, use the :func:`create_cloud_exadata_infrastructure` operation. :param oci.database.models.CreateExadataInfrastructureDetails create_exadata_infrastructure_details: (required) Request to create Exadata Cloud@Customer infrastructure. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_exadata_infrastructure API. /exadataInfrastructuresr3create_exadata_infrastructurezihttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/CreateExadataInfrastructurercsg|]}|vr|qSr0r0r8r;r0r1r=|r>z@DatabaseClient.create_exadata_infrastructure..z6create_exadata_infrastructure got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>z@DatabaseClient.create_exadata_infrastructure..r$rNrQr"rNr) r,%create_exadata_infrastructure_detailsr.rSrTrYrZrmrVr$r0r;r1r Ks\%       z,DatabaseClient.create_exadata_infrastructurec sd}d}d}d}gdfddt|D}|rBtd|d d |d td }d d t|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a new backup resource and returns the information the caller needs to back up an on-premises Oracle Database to Oracle Cloud Infrastructure. **Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See `Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud`__ for more information. __ https://docs.cloud.oracle.com/Content/Database/Tasks/mig-onprembackup.htm :param oci.database.models.CreateExternalBackupJobDetails create_external_backup_job_details: (required) Request to create a cloud backup resource for a database running outside the cloud. :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 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 `__. 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.database.models.ExternalBackupJob` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_external_backup_job API. z/externalBackupJobsr3create_external_backup_jobzahttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalBackupJob/CreateExternalBackupJobrcsg|]}|vr|qSr0r0r8r;r0r1r=r>z=DatabaseClient.create_external_backup_job..z3create_external_backup_job got unknown kwargs: {!r}rGr7rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>z=DatabaseClient.create_external_backup_job..r$rNrr"rNr) r,"create_external_backup_job_detailsr.rSrTrYrZrmrVr$r0r;r1rsZ%      z)DatabaseClient.create_external_backup_jobc s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a new external container database resource. :param oci.database.models.CreateExternalContainerDatabaseDetails create_external_container_database_details: (required) Request to create a new external container database resource. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExternalContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_external_container_database API. /externalcontainerdatabasesr3"create_external_container_databasezqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/CreateExternalContainerDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=3r>zEDatabaseClient.create_external_container_database..z;create_external_container_database got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE>r>zEDatabaseClient.create_external_container_database..r$rNExternalContainerDatabaser"rNr) r,*create_external_container_database_detailsr.rSrTrYrZrmrVr$r0r;r1rs\$       z1DatabaseClient.create_external_container_databasec s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a new external database connector. :param oci.database.models.CreateExternalDatabaseConnectorDetails create_external_database_connector_details: (required) Request to create a connector to an external database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExternalDatabaseConnector` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_external_database_connector API. /externaldatabaseconnectorsr3"create_external_database_connectorzqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalDatabaseConnector/CreateExternalDatabaseConnectorrcsg|]}|vr|qSr0r0r8r;r0r1r=r>zEDatabaseClient.create_external_database_connector..z;create_external_database_connector got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>zEDatabaseClient.create_external_database_connector..r$rNExternalDatabaseConnectorr"rNr) r,*create_external_database_connector_detailsr.rSrTrYrZrmrVr$r0r;r1r_s\$       z1DatabaseClient.create_external_database_connectorc s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a new ExternalNonContainerDatabase resource :param oci.database.models.CreateExternalNonContainerDatabaseDetails create_external_non_container_database_details: (required) Request to create a new external non-container database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExternalNonContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_external_non_container_database API. /externalnoncontainerdatabasesr3&create_external_non_container_databasezwhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/CreateExternalNonContainerDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=r>zIDatabaseClient.create_external_non_container_database..z?create_external_non_container_database got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>zIDatabaseClient.create_external_non_container_database..r$rNExternalNonContainerDatabaser"rNr) r,.create_external_non_container_database_detailsr.rSrTrYrZrmrVr$r0r;r1rs\$       z5DatabaseClient.create_external_non_container_databasec s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Registers a new :func:`create_external_pluggable_database_details` resource. :param oci.database.models.CreateExternalPluggableDatabaseDetails create_external_pluggable_database_details: (required) Request to create a new external pluggable database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExternalPluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_external_pluggable_database API. /externalpluggabledatabasesr3"create_external_pluggable_databasezqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/CreateExternalPluggableDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=Hr>zEDatabaseClient.create_external_pluggable_database..z;create_external_pluggable_database got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rESr>zEDatabaseClient.create_external_pluggable_database..r$rNExternalPluggableDatabaser"rNr) r,*create_external_pluggable_database_detailsr.rSrTrYrZrmrVr$r0r;r1rs\%       z1DatabaseClient.create_external_pluggable_databasec s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)ap Creates a Key Store. :param oci.database.models.CreateKeyStoreDetails create_key_store_details: (required) Request to create a new key store. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.KeyStore` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_key_store API. /keyStoresr3create_key_storezOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/KeyStore/CreateKeyStorercsg|]}|vr|qSr0r0r8r;r0r1r=r>z3DatabaseClient.create_key_store..z)create_key_store got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>z3DatabaseClient.create_key_store..r$rNKeyStorer"rNr) r,create_key_store_detailsr.rSrTrYrZrmrVr$r0r;r1r"ts\$       zDatabaseClient.create_key_storec s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a\ Creates and starts a pluggable database in the specified container database. Use the :func:`start_pluggable_database` and :func:`stop_pluggable_database` APIs to start and stop the pluggable database. :param oci.database.models.CreatePluggableDatabaseDetails create_pluggable_database_details: (required) Request to create pluggable database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_pluggable_database API. /pluggableDatabasesr3create_pluggable_databasezahttps://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/CreatePluggableDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=r>z.z2create_pluggable_database got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>z.r$rNPluggableDatabaser"rNr) r,!create_pluggable_database_detailsr.rSrTrYrZrmrVr$r0r;r1r&s\%       z(DatabaseClient.create_pluggable_databasec s d}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)aF Creates an Exadata Cloud@Customer VM cluster. :param oci.database.models.CreateVmClusterDetails create_vm_cluster_details: (required) Request to create a VM cluster. Applies to Exadata Cloud@Customer instances only. See :func:`create_cloud_vm_cluster_details` for details on creating a cloud VM cluster in an Exadata Cloud Service 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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_vm_cluster API. /vmClustersr3create_vm_clusterzQhttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/CreateVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=^r>z4DatabaseClient.create_vm_cluster..z*create_vm_cluster got unknown kwargs: {!r}rGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEir>z4DatabaseClient.create_vm_cluster..r$rNrr"rNr) r,create_vm_cluster_detailsr.rSrTrYrZrmrVr$r0r;r1r*-s\%       z DatabaseClient.create_vm_clusterc svd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rNt| tjs&|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a! Creates the VM cluster network. Applies to Exadata Cloud@Customer instances only. To create a cloud VM cluster in an Exadata Cloud Service instance, use the :func:`create_cloud_vm_cluster` operation. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.VmClusterNetworkDetails vm_cluster_network_details: (required) Request to create the Cloud@Customer VM cluster network. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmClusterNetwork` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_vm_cluster_network API. C/exadataInfrastructures/{exadataInfrastructureId}/vmClusterNetworksr3create_vm_cluster_networkz_https://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/CreateVmClusterNetworkrcsg|]}|vr|qSr0r0r8r;r0r1r=r>z.z2create_vm_cluster_network got unknown kwargs: {!r}r?cSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z.NrrFrGr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNVmClusterNetworkr"rRr[)r,rkvm_cluster_network_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r-sl*$      z(DatabaseClient.create_vm_cluster_networkc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhd|i} dd t| D} dd| dt | dt d} dd t| D} |j j | d|j d}|rjt|tjsB|j | |j | ||j|j|j j||| | | d| d||d S|j j||| | | d| d||d Sd S)ao Performs one of the following power actions on the specified DB node: - start - power on - stop - power off - softreset - ACPI shutdown and power on - reset - power off and power on **Note:** Stopping a node affects billing differently, depending on the type of DB system: *Bare metal and Exadata systems* - The _stop_ state has no effect on the resources you consume. Billing continues for DB nodes that you stop, and related resources continue to apply against any relevant quotas. You must terminate the DB system (:func:`terminate_db_system`) to remove its resources from billing and quotas. *Virtual machine DB systems* - Stopping a node stops billing for all OCPUs associated with that node, and billing resumes when you restart the node. :param str db_node_id: (required) The database node `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str action: (required) The action to perform on the DB Node. Allowed values are: "STOP", "START", "SOFTRESET", "RESET" :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 may be rejected). :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 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 `__. 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.database.models.DbNode` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use db_node_action API. /dbNodes/{dbNodeId}r3db_node_actionzKhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbNode/DbNodeAction)r"r$r7rpcsg|]}|vr|qSr0r0r8r;r0r1r==r>z1DatabaseClient.db_node_action..z'db_node_action got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEFr>z1DatabaseClient.db_node_action..NrrFactioncSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEOr>rGr7rp)rIrJrLrscSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEWr>r$rNDbNoder" rSrTrU query_paramsrVrXr"rYrZr[)r,rr2r.rSrTrYrZrmrUrCrDr5rVr$r0r;r1r1sr9$      zDatabaseClient.db_node_actionc sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a$ Deletes the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_autonomous_database API. +/autonomousDatabases/{autonomousDatabaseId}DELETEdelete_autonomous_databasezchttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/DeleteAutonomousDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=r>z=DatabaseClient.delete_autonomous_database..z3delete_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z=DatabaseClient.delete_autonomous_database..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1r8zsb$$     z)DatabaseClient.delete_autonomous_databasec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Deletes the specified Autonomous VM cluster in an Exadata Cloud@Customer system. To delete an Autonomous VM Cluster in the Oracle cloud, see :func:`delete_cloud_autonomous_vm_cluster`. :param str autonomous_vm_cluster_id: (required) The autonomous VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_autonomous_vm_cluster API. -/autonomousVmClusters/{autonomousVmClusterId}r7delete_autonomous_vm_clusterzehttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousVmCluster/DeleteAutonomousVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r= r>z?DatabaseClient.delete_autonomous_vm_cluster..z5delete_autonomous_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z?DatabaseClient.delete_autonomous_vm_cluster..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE"r>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1r;sb$$     z+DatabaseClient.delete_autonomous_vm_clusterc sXd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r4t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Deletes a full backup. You cannot delete automatic backups using this API. :param str backup_id: (required) The backup `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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 `__ to see an example of how to use delete_backup API. /backups/{backupId}r7 delete_backupzKhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Backup/DeleteBackupr"r$rpcsg|]}|vr|qSr0r0r8r;r0r1r=lr>z0DatabaseClient.delete_backup..z&delete_backup got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEur>z0DatabaseClient.delete_backup..NrrFrGrprIrJrscSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1r>@s`!$    zDatabaseClient.delete_backupc sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)aI Deletes a backup destination in an Exadata Cloud@Customer system. :param str backup_destination_id: (required) The `OCID`__ of the backup destination. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_backup_destination API. )/backupDestinations/{backupDestinationId}r7delete_backup_destinationzahttps://docs.oracle.com/iaas/api/#/en/database/20160918/BackupDestination/DeleteBackupDestinationrcsg|]}|vr|qSr0r0r8r;r0r1r=r>z.z2delete_backup_destination got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z.NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1rCsb$$     z(DatabaseClient.delete_backup_destinationc sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Deletes the specified Autonomous Exadata VM cluster in the Oracle cloud. For Exadata Cloud@Customer systems, see :func:`delete_autonomous_vm_cluster`. :param str cloud_autonomous_vm_cluster_id: (required) The Cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_cloud_autonomous_vm_cluster API. 7/cloudAutonomousVmClusters/{cloudAutonomousVmClusterId}r7"delete_cloud_autonomous_vm_clusterzohttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/DeleteCloudAutonomousVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=1r>zEDatabaseClient.delete_cloud_autonomous_vm_cluster..z;delete_cloud_autonomous_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE:r>zEDatabaseClient.delete_cloud_autonomous_vm_cluster..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEFr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1rFsb$$     z1DatabaseClient.delete_cloud_autonomous_vm_clusterc sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd| dt i} dd t| D} dd| dt | dt d} dd t| D} |j j | d|j d} | rdt| tjs>|j | | |j| j|j j|||| | | d||d S|j j|||| | | d||dSd S)a Deletes the cloud Exadata infrastructure resource. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param str cloud_exadata_infrastructure_id: (required) The cloud Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 bool is_delete_vm_clusters: (optional) If `true`, forces the deletion the specified cloud Exadata infrastructure resource as well as all associated VM clusters. If `false`, the cloud Exadata infrastructure resource can be deleted only if it has no associated VM clusters. Default value is `false`. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_cloud_exadata_infrastructure API. ;/cloudExadataInfrastructures/{cloudExadataInfrastructureId}r7#delete_cloud_exadata_infrastructurezshttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/DeleteCloudExadataInfrastructure)r"r$rpis_delete_vm_clustersr6csg|]}|vr|qSr0r0r8r;r0r1r=r>zFDatabaseClient.delete_cloud_exadata_infrastructure..zzFDatabaseClient.delete_cloud_exadata_infrastructure..NrrFisDeleteVmClustersrJcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>rGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rSrTrUr5rVr"rYrZr)r,rwr.rSrTrYrZrmrUrCrDr5rVr$r0r;r1rIdsl'$      z2DatabaseClient.delete_cloud_exadata_infrastructurec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Deletes the specified cloud VM cluster. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_cloud_vm_cluster API. #/cloudVmClusters/{cloudVmClusterId}r7delete_cloud_vm_clusterz[https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/DeleteCloudVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=r>z:DatabaseClient.delete_cloud_vm_cluster..z0delete_cloud_vm_cluster got unknown kwargs: {!r}r|cSsi|]\}}|tur||qSr0r@rBr0r0r1rE r>z:DatabaseClient.delete_cloud_vm_cluster..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1rNsb$$     z&DatabaseClient.delete_cloud_vm_clusterc sZd}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j||| | | d||dS|j j||| | | d||dSd S)a0 Deletes the specified database node console connection. :param str db_node_id: (required) The database node `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str console_connection_id: (required) The OCID of the console 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 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 `__. 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 `__ to see an example of how to use delete_console_connection API. z.z2delete_console_connection got unknown kwargs: {!r}rconsoleConnectionIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEnr>z.NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEyr>r$rNr"rrr,rconsole_connection_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rQ5sb$$    z(DatabaseClient.delete_console_connectionc sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd| dt i} dd t| D} dd| dt | dt d} dd t| D} |j j | d|j d} | rdt| tjs>|j | | |j| j|j j|||| | | d||d S|j j|||| | | d||dSd S)a Deletes the specified database. Applies only to Exadata systems. The data in this database is local to the Exadata system and will be lost when the database is deleted. Oracle recommends that you back up any data in the Exadata system prior to deleting it. You can use the `performFinalBackup` parameter to have the Exadata system database backed up before it is deleted. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 bool perform_final_backup: (optional) Whether to perform a final backup of the database or not. Default is false. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work. This parameter is used in multiple APIs. Refer to the API description for details on how the operation uses it. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_database API. /databases/{databaseId}r7delete_databasezOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/DeleteDatabase)r"r$rpperform_final_backupr6csg|]}|vr|qSr0r0r8r;r0r1r=r>z2DatabaseClient.delete_database..z(delete_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z2DatabaseClient.delete_database..NrrFperformFinalBackuprXcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>rGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rLrr,rr.rSrTrYrZrmrUrCrDr5rVr$r0r;r1rWsl-$      zDatabaseClient.delete_databasec sXd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r4t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Delete a database software image :param str database_software_image_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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 `__ to see an example of how to use delete_database_software_image API. 1/databaseSoftwareImages/{databaseSoftwareImageId}r7delete_database_software_imagezihttps://docs.oracle.com/iaas/api/#/en/database/20160918/DatabaseSoftwareImage/DeleteDatabaseSoftwareImager?csg|]}|vr|qSr0r0r8r;r0r1r=7r>zADatabaseClient.delete_database_software_image..z7delete_database_software_image got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE@r>zADatabaseClient.delete_database_software_image..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEKr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1r\ s`!$    z-DatabaseClient.delete_database_software_imagec sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd| dt i} dd t| D} dd| dt d} dd t| D} |j j | d|j d} | rZt| tjs4|j | | |j| j|j j|||| | | d||d S|j j|||| | | d||dSd S)a Deletes a Database Home. Applies to bare metal DB systems, Exadata Cloud Service, and Exadata Cloud@Customer systems. Oracle recommends that you use the `performFinalBackup` parameter to back up any data on a bare metal DB system before you delete a Database Home. On an Exadata Cloud@Customer system or an Exadata Cloud Service system, you can delete a Database Home only when there are no databases in it and therefore you cannot use the `performFinalBackup` parameter to back up data. :param str db_home_id: (required) The Database Home `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 bool perform_final_backup: (optional) Whether to perform a final backup of the database or not. Default is false. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work. This parameter is used in multiple APIs. Refer to the API description for details on how the operation uses it. :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 `__. 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 `__ to see an example of how to use delete_db_home API. /dbHomes/{dbHomeId}r7delete_db_homezKhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbHome/DeleteDbHome)r"r$rprXcsg|]}|vr|qSr0r0r8r;r0r1r=r>z1DatabaseClient.delete_db_home..z'delete_db_home got unknown kwargs: {!r}dbHomeIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z1DatabaseClient.delete_db_home..NrrFrYrXcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>rGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rLrr, db_home_idr.rSrTrYrZrmrUrCrDr5rVr$r0r;r1r_isj*$     zDatabaseClient.delete_db_homec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)aC Deletes the Exadata Cloud@Customer infrastructure. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_exadata_infrastructure API. 1/exadataInfrastructures/{exadataInfrastructureId}r7delete_exadata_infrastructurezihttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/DeleteExadataInfrastructurercsg|]}|vr|qSr0r0r8r;r0r1r=r>z@DatabaseClient.delete_exadata_infrastructure..z6delete_exadata_infrastructure got unknown kwargs: {!r}r?cSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z@DatabaseClient.delete_exadata_infrastructure..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rrryr0r;r1rdsb$$     z,DatabaseClient.delete_exadata_infrastructurec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Deletes the :func:`create_external_container_database_details` resource. Any external pluggable databases registered under this container database must be deleted in your Oracle Cloud Infrastructure tenancy prior to this operation. :param str external_container_database_id: (required) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use delete_external_container_database API. 9/externalcontainerdatabases/{externalContainerDatabaseId}r7"delete_external_container_databasezqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/DeleteExternalContainerDatabaser"r$r6rpcsg|]}|vr|qSr0r0r8r;r0r1r=mr>zEDatabaseClient.delete_external_container_database..z;delete_external_container_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEvr>zEDatabaseClient.delete_external_container_database..NrrFrGr6rprIrJrKrscSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1rf;sb&$     z1DatabaseClient.delete_external_container_databasec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Deletes an external database connector. Any services enabled using the external database connector must be deleted prior to this operation. :param str external_database_connector_id: (required) The `OCID`__ of the external database connector resource (`ExternalDatabaseConnectorId`). __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_external_database_connector API. 9/externaldatabaseconnectors/{externalDatabaseConnectorId}r7"delete_external_database_connectorzqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalDatabaseConnector/DeleteExternalDatabaseConnectorrcsg|]}|vr|qSr0r0r8r;r0r1r=r>zEDatabaseClient.delete_external_database_connector..z;delete_external_database_connector got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zEDatabaseClient.delete_external_database_connector..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rrrr0r;r1rksb'$     z1DatabaseClient.delete_external_database_connectorc sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Deletes the Oracle Cloud Infrastructure resource representing an external non-container database. :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_external_non_container_database API. ?/externalnoncontainerdatabases/{externalNonContainerDatabaseId}r7&delete_external_non_container_databasezwhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/DeleteExternalNonContainerDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=6r>zIDatabaseClient.delete_external_non_container_database..z?delete_external_non_container_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE?r>zIDatabaseClient.delete_external_non_container_database..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEKr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1rmsb$$     z5DatabaseClient.delete_external_non_container_databasec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)av Deletes the :func:`create_external_pluggable_database_details`. resource. :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use delete_external_pluggable_database API. 9/externalpluggabledatabases/{externalPluggableDatabaseId}r7"delete_external_pluggable_databasezqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/DeleteExternalPluggableDatabasergcsg|]}|vr|qSr0r0r8r;r0r1r=r>zEDatabaseClient.delete_external_pluggable_database..z;delete_external_pluggable_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zEDatabaseClient.delete_external_pluggable_database..NrrFrGr6rprhcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1rpisb%$     z1DatabaseClient.delete_external_pluggable_databasec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Deletes a key store. :param str key_store_id: (required) The `OCID`__ of the key store. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_key_store API. /keyStores/{keyStoreId}r7delete_key_storezOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/KeyStore/DeleteKeyStorercsg|]}|vr|qSr0r0r8r;r0r1r=r>z3DatabaseClient.delete_key_store..z)delete_key_store got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z3DatabaseClient.delete_key_store..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1rssb$$     zDatabaseClient.delete_key_storec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a  Deletes the specified pluggable database. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_pluggable_database API. )/pluggableDatabases/{pluggableDatabaseId}r7delete_pluggable_databasezahttps://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/DeletePluggableDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=`r>z.z2delete_pluggable_database got unknown kwargs: {!r}pluggableDatabaseIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEir>z.NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEur>r$rNr"rr r,pluggable_database_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rv0sb$$     z(DatabaseClient.delete_pluggable_databasec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a4 Deletes the specified VM cluster. Applies to Exadata Cloud@Customer instances only. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_vm_cluster API. /vmClusters/{vmClusterId}r7delete_vm_clusterzQhttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/DeleteVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=r>z4DatabaseClient.delete_vm_cluster..z*delete_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z4DatabaseClient.delete_vm_cluster..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1r{sb$$     z DatabaseClient.delete_vm_clusterc sdd}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt | dt d} dd t| D} |j j | d|j d} | r@t| tjs|j | | |j| j|j j||| | | d||dS|j j||| | | d||dSd S)a Deletes the specified VM cluster network. Applies to Exadata Cloud@Customer instances only. To delete a cloud VM cluster in an Exadata Cloud Service instance, use the :func:`delete_cloud_vm_cluster` operation. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str vm_cluster_network_id: (required) The VM cluster network `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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 `__ to see an example of how to use delete_vm_cluster_network API. X/exadataInfrastructures/{exadataInfrastructureId}/vmClusterNetworks/{vmClusterNetworkId}r7delete_vm_cluster_networkz_https://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/DeleteVmClusterNetworkrcsg|]}|vr|qSr0r0r8r;r0r1r=,r>z.z2delete_vm_cluster_network got unknown kwargs: {!r}r?vmClusterNetworkIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE6r>z.NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEBr>r$rNr"rrr,rkvm_cluster_network_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r~sd*$     z(DatabaseClient.delete_vm_cluster_networkc shd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r`__. 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 `__ to see an example of how to use deregister_autonomous_database_data_safe API. zF/autonomousDatabases/{autonomousDatabaseId}/actions/deregisterDataSafer3(deregister_autonomous_database_data_safezohttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/DeregisterAutonomousDatabaseDataSafe)r"r$r60deregister_autonomous_database_data_safe_detailscsg|]}|vr|qSr0r0r8r;r0r1r=r>zKDatabaseClient.deregister_autonomous_database_data_safe..zAderegister_autonomous_database_data_safe got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zKDatabaseClient.deregister_autonomous_database_data_safe..NrrFrGr6rIrJrKcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNrr"rrr9r0r;r1r`sd"$    z7DatabaseClient.deregister_autonomous_database_data_safec sXd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r4t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Disables Database Management for the Autonomous Database resource. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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 `__ to see an example of how to use disable_autonomous_database_management API. zM/autonomousDatabases/{autonomousDatabaseId}/actions/disableDatabaseManagementr3&disable_autonomous_database_managementznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/DisableAutonomousDatabaseManagementr"r$r6csg|]}|vr|qSr0r0r8r;r0r1r=r>zIDatabaseClient.disable_autonomous_database_management..z?disable_autonomous_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zIDatabaseClient.disable_autonomous_database_management..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rrr9r0r;r1rs`$    z5DatabaseClient.disable_autonomous_database_managementc sXd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r4t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Disables Operations Insights for the Autonomous Database resource. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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 `__ to see an example of how to use disable_autonomous_database_operations_insights API. zM/autonomousDatabases/{autonomousDatabaseId}/actions/disableOperationsInsightsr3/disable_autonomous_database_operations_insightszvhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/DisableAutonomousDatabaseOperationsInsightsrcsg|]}|vr|qSr0r0r8r;r0r1r=Hr>zRDatabaseClient.disable_autonomous_database_operations_insights..zHdisable_autonomous_database_operations_insights got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEQr>zRDatabaseClient.disable_autonomous_database_operations_insights..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE\r>r$rNr"rrr9r0r;r1rs`$    z>DatabaseClient.disable_autonomous_database_operations_insightsc s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a> Disables the Database Management service for the database. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use disable_database_management API. z9/databases/{databaseId}/actions/disableDatabaseManagementr3disable_database_managementzZhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/DisableDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=r>z>DatabaseClient.disable_database_management..z4disable_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>z>DatabaseClient.disable_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNrr"rur[ r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1rzsj+$       z*DatabaseClient.disable_database_managementc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Disable Database Management service for the external container database. :param str external_container_database_id: (required) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use disable_external_container_database_database_management API. z[/externalcontainerdatabases/{externalContainerDatabaseId}/actions/disableDatabaseManagementr37disable_external_container_database_database_managementzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/DisableExternalContainerDatabaseDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=!r>zZDatabaseClient.disable_external_container_database_database_management..zPdisable_external_container_database_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE*r>zZDatabaseClient.disable_external_container_database_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE7r>r$rNr"rr[rir0r;r1rsf+$       zFDatabaseClient.disable_external_container_database_database_managementc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)au Disable Stack Monitoring for the external container database. :param str external_container_database_id: (required) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use disable_external_container_database_stack_monitoring API. zX/externalcontainerdatabases/{externalContainerDatabaseId}/actions/disableStackMonitoringr34disable_external_container_database_stack_monitoringzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/DisableExternalContainerDatabaseStackMonitoringr{csg|]}|vr|qSr0r0r8r;r0r1r=r>zWDatabaseClient.disable_external_container_database_stack_monitoring..zMdisable_external_container_database_stack_monitoring got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEr>zWDatabaseClient.disable_external_container_database_stack_monitoring..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEr>r$rNr"rr[rir0r;r1rVsf+$       zCDatabaseClient.disable_external_container_database_stack_monitoringc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)aw Disable Database Management Service for the external non-container database. For more information about the Database Management Service, see `Database Management Service`__. __ https://docs.cloud.oracle.com/Content/ExternalDatabase/Concepts/databasemanagementservice.htm :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use disable_external_non_container_database_database_management API. za/externalnoncontainerdatabases/{externalNonContainerDatabaseId}/actions/disableDatabaseManagementr3;disable_external_non_container_database_database_managementzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/DisableExternalNonContainerDatabaseDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=r>z^DatabaseClient.disable_external_non_container_database_database_management..zTdisable_external_non_container_database_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE r>z^DatabaseClient.disable_external_non_container_database_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>r$rNr"rr[rnr0r;r1rsf/$       zJDatabaseClient.disable_external_non_container_database_database_managementc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Disable Operations Insights for the external non-container database. :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use disable_external_non_container_database_operations_insights API. za/externalnoncontainerdatabases/{externalNonContainerDatabaseId}/actions/disableOperationsInsightsr3;disable_external_non_container_database_operations_insightszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/DisableExternalNonContainerDatabaseOperationsInsightsr{csg|]}|vr|qSr0r0r8r;r0r1r=l r>z^DatabaseClient.disable_external_non_container_database_operations_insights..zTdisable_external_non_container_database_operations_insights got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEu r>z^DatabaseClient.disable_external_non_container_database_operations_insights..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>r$rNr"rr[rnr0r;r1r4 sf+$       zJDatabaseClient.disable_external_non_container_database_operations_insightsc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Disable Stack Monitoring for the external non-container database. :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use disable_external_non_container_database_stack_monitoring API. z^/externalnoncontainerdatabases/{externalNonContainerDatabaseId}/actions/disableStackMonitoringr38disable_external_non_container_database_stack_monitoringzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/DisableExternalNonContainerDatabaseStackMonitoringr{csg|]}|vr|qSr0r0r8r;r0r1r= r>z[DatabaseClient.disable_external_non_container_database_stack_monitoring..zQdisable_external_non_container_database_stack_monitoring got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE r>z[DatabaseClient.disable_external_non_container_database_stack_monitoring..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE r>r$rNr"rr[rnr0r;r1r sf+$       zGDatabaseClient.disable_external_non_container_database_stack_monitoringc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)ac Disable Database Management Service for the external pluggable database. For more information about the Database Management Service, see `Database Management Service`__. __ https://docs.cloud.oracle.com/Content/ExternalDatabase/Concepts/databasemanagementservice.htm :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use disable_external_pluggable_database_database_management API. z[/externalpluggabledatabases/{externalPluggableDatabaseId}/actions/disableDatabaseManagementr37disable_external_pluggable_database_database_managementzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/DisableExternalPluggableDatabaseDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=J!r>zZDatabaseClient.disable_external_pluggable_database_database_management..zPdisable_external_pluggable_database_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rES!r>zZDatabaseClient.disable_external_pluggable_database_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE`!r>r$rNr"rr[rqr0r;r1r!sf/$       zFDatabaseClient.disable_external_pluggable_database_database_managementc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Disable Operations Insights for the external pluggable database. :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use disable_external_pluggable_database_operations_insights API. z[/externalpluggabledatabases/{externalPluggableDatabaseId}/actions/disableOperationsInsightsr37disable_external_pluggable_database_operations_insightszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/DisableExternalPluggableDatabaseOperationsInsightsr{csg|]}|vr|qSr0r0r8r;r0r1r=!r>zZDatabaseClient.disable_external_pluggable_database_operations_insights..zPdisable_external_pluggable_database_operations_insights got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE!r>zZDatabaseClient.disable_external_pluggable_database_operations_insights..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE!r>r$rNr"rr[rqr0r;r1r!sf+$       zFDatabaseClient.disable_external_pluggable_database_operations_insightsc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)aw Disable Stack Monitoring for the external pluggable database. :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API. zX/externalpluggabledatabases/{externalPluggableDatabaseId}/actions/disableStackMonitoringr34disable_external_pluggable_database_stack_monitoringzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/DisableExternalPluggableDatabaseStackMonitoringr{csg|]}|vr|qSr0r0r8r;r0r1r=$"r>zWDatabaseClient.disable_external_pluggable_database_stack_monitoring..zMdisable_external_pluggable_database_stack_monitoring got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE-"r>zWDatabaseClient.disable_external_pluggable_database_stack_monitoring..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE:"r>r$rNr"rr[rqr0r;r1r!sf+$       zCDatabaseClient.disable_external_pluggable_database_stack_monitoringc s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)ao Disables the Database Management service for the pluggable database. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use disable_pluggable_database_management API. zT/pluggableDatabases/{pluggableDatabaseId}/actions/disablePluggableDatabaseManagementr3%disable_pluggable_database_managementzlhttps://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/DisablePluggableDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r="r>zHDatabaseClient.disable_pluggable_database_management..z>disable_pluggable_database_management got unknown kwargs: {!r}rwcSsi|]\}}|tur||qSr0r@rBr0r0r1rE"r>zHDatabaseClient.disable_pluggable_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE"r>r$rNr'r"rur[rxr0r;r1rY"sj+$       z4DatabaseClient.disable_pluggable_database_managementc srd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rLt| tjs&|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Downloads the configuration file for the specified Exadata Cloud@Customer infrastructure. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 stream :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use download_exadata_infrastructure_config_file API. zL/exadataInfrastructures/{exadataInfrastructureId}/actions/downloadConfigFiler3+download_exadata_infrastructure_config_filezuhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/DownloadExadataInfrastructureConfigFiler5csg|]}|vr|qSr0r0r8r;r0r1r="r>zNDatabaseClient.download_exadata_infrastructure_config_file..zDdownload_exadata_infrastructure_config_file got unknown kwargs: {!r}r?cSsi|]\}}|tur||qSr0r@rBr0r0r1rE#r>zNDatabaseClient.download_exadata_infrastructure_config_file..NrrFapplication/octet-streamrGr6r7rHcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE#r>r$rNstreamr"rur[ryr0r;r1r"sh&$      z:DatabaseClient.download_exadata_infrastructure_config_filec std}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt | dt d} dd t| D} |j j | d|j d} | rNt| tjs(|j | |j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Downloads the network validation report file for the specified VM cluster network. Applies to Exadata Cloud@Customer instances only. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str vm_cluster_network_id: (required) The VM cluster network `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 stream :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use download_validation_report API. zy/exadataInfrastructures/{exadataInfrastructureId}/vmClusterNetworks/{vmClusterNetworkId}/actions/downloadValidationReportr3download_validation_reportzahttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/DownloadValidationReportr5csg|]}|vr|qSr0r0r8r;r0r1r=g#r>z=DatabaseClient.download_validation_report..z3download_validation_report got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEq#r>z=DatabaseClient.download_validation_report..NrrFrrGr6r7rHcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE}#r>r$rNrr"rur[rr0r;r1r0#sj+$      z)DatabaseClient.download_validation_reportc std}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt | dt d} dd t| D} |j j | d|j d} | rNt| tjs(|j | |j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Downloads the configuration file for the specified VM cluster network. Applies to Exadata Cloud@Customer instances only. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str vm_cluster_network_id: (required) The VM cluster network `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 stream :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use download_vm_cluster_network_config_file API. zs/exadataInfrastructures/{exadataInfrastructureId}/vmClusterNetworks/{vmClusterNetworkId}/actions/downloadConfigFiler3'download_vm_cluster_network_config_filezkhttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/DownloadVmClusterNetworkConfigFiler5csg|]}|vr|qSr0r0r8r;r0r1r=#r>zJDatabaseClient.download_vm_cluster_network_config_file..z@download_vm_cluster_network_config_file got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE#r>zJDatabaseClient.download_vm_cluster_network_config_file..NrrFrrGr6r7rHcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE#r>r$rNrr"rur[rr0r;r1r#sj+$      z6DatabaseClient.download_vm_cluster_network_config_filec sXd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r4t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Enables Database Management for Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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 `__ to see an example of how to use enable_autonomous_database_management API. zL/autonomousDatabases/{autonomousDatabaseId}/actions/enableDatabaseManagementr3%enable_autonomous_database_managementzmhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/EnableAutonomousDatabaseManagementrcsg|]}|vr|qSr0r0r8r;r0r1r=6$r>zHDatabaseClient.enable_autonomous_database_management..z>enable_autonomous_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE?$r>zHDatabaseClient.enable_autonomous_database_management..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEJ$r>r$rNr"rrr9r0r;r1r $s`$    z4DatabaseClient.enable_autonomous_database_managementc sXd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r4t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Enables the specified Autonomous Database with Operations Insights. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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 `__ to see an example of how to use enable_autonomous_database_operations_insights API. zL/autonomousDatabases/{autonomousDatabaseId}/actions/enableOperationsInsightsr3.enable_autonomous_database_operations_insightszuhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/EnableAutonomousDatabaseOperationsInsightsrcsg|]}|vr|qSr0r0r8r;r0r1r=$r>zQDatabaseClient.enable_autonomous_database_operations_insights..zGenable_autonomous_database_operations_insights got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE$r>zQDatabaseClient.enable_autonomous_database_operations_insights..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE$r>r$rNr"rrr9r0r;r1rh$s`$    z=DatabaseClient.enable_autonomous_database_operations_insightsc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Enables the Database Management service for an Oracle Database located in Oracle Cloud Infrastructure. This service allows the database to access tools including Metrics and Performance hub. Database Management is enabled at the container database (CDB) level. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnableDatabaseManagementDetails enable_database_management_details: (required) Request to enable the Database Management service for an Oracle Database located in Oracle Cloud Infrastructure. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use enable_database_management API. z8/databases/{databaseId}/actions/enableDatabaseManagementr3enable_database_managementzYhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/EnableDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=$r>z=DatabaseClient.enable_database_management..z3enable_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE%r>z=DatabaseClient.enable_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE%r>r$rNrr"rRr[)r,r"enable_database_management_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r$sn.$       z)DatabaseClient.enable_database_managementc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)ai Enables Database Management Service for the external container database. For more information about the Database Management Service, see `Database Management Service`__. __ https://docs.cloud.oracle.com/Content/ExternalDatabase/Concepts/databasemanagementservice.htm :param str external_container_database_id: (required) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnableExternalContainerDatabaseDatabaseManagementDetails enable_external_container_database_database_management_details: (required) Request to enable the Database Management Service for an external container database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use enable_external_container_database_database_management API. zZ/externalcontainerdatabases/{externalContainerDatabaseId}/actions/enableDatabaseManagementr36enable_external_container_database_database_managementzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/EnableExternalContainerDatabaseDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=w%r>zYDatabaseClient.enable_external_container_database_database_management..zOenable_external_container_database_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE%r>zYDatabaseClient.enable_external_container_database_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE%r>r$rNr"rr[)r,r>enable_external_container_database_database_management_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r8%sj2$       zEDatabaseClient.enable_external_container_database_database_managementc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)ag Enable Stack Monitoring for the external container database. :param str external_container_database_id: (required) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnableExternalContainerDatabaseStackMonitoringDetails enable_external_container_database_stack_monitoring_details: (required) Details to enable Stack Monitoring on the external container database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use enable_external_container_database_stack_monitoring API. zW/externalcontainerdatabases/{externalContainerDatabaseId}/actions/enableStackMonitoringr33enable_external_container_database_stack_monitoringzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/EnableExternalContainerDatabaseStackMonitoringr{csg|]}|vr|qSr0r0r8r;r0r1r=%r>zVDatabaseClient.enable_external_container_database_stack_monitoring..zLenable_external_container_database_stack_monitoring got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE%r>zVDatabaseClient.enable_external_container_database_stack_monitoring..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE%r>r$rNr"rr[)r,r;enable_external_container_database_stack_monitoring_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r%sj.$       zBDatabaseClient.enable_external_container_database_stack_monitoringc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Enable Database Management Service for the external non-container database. For more information about the Database Management Service, see `Database Management Service`__. __ https://docs.cloud.oracle.com/Content/ExternalDatabase/Concepts/databasemanagementservice.htm :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnableExternalNonContainerDatabaseDatabaseManagementDetails enable_external_non_container_database_database_management_details: (required) Request to enable the Database Management Service for an external non-container database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use enable_external_non_container_database_database_management API. z`/externalnoncontainerdatabases/{externalNonContainerDatabaseId}/actions/enableDatabaseManagementr3:enable_external_non_container_database_database_managementzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/EnableExternalNonContainerDatabaseDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=_&r>z]DatabaseClient.enable_external_non_container_database_database_management..zSenable_external_non_container_database_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEh&r>z]DatabaseClient.enable_external_non_container_database_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEu&r>r$rNr"rr[)r,rBenable_external_non_container_database_database_management_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r &sj2$       zIDatabaseClient.enable_external_non_container_database_database_managementc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Enable Operations Insights for the external non-container database. :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnableExternalNonContainerDatabaseOperationsInsightsDetails enable_external_non_container_database_operations_insights_details: (required) Details to enable Operations Insights on the external non-container database :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use enable_external_non_container_database_operations_insights API. z`/externalnoncontainerdatabases/{externalNonContainerDatabaseId}/actions/enableOperationsInsightsr3:enable_external_non_container_database_operations_insightszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/EnableExternalNonContainerDatabaseOperationsInsightsr{csg|]}|vr|qSr0r0r8r;r0r1r=&r>z]DatabaseClient.enable_external_non_container_database_operations_insights..zSenable_external_non_container_database_operations_insights got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE&r>z]DatabaseClient.enable_external_non_container_database_operations_insights..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE&r>r$rNr"rr[)r,rBenable_external_non_container_database_operations_insights_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r&sj.$       zIDatabaseClient.enable_external_non_container_database_operations_insightsc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Enable Stack Monitoring for the external non-container database. :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnableExternalNonContainerDatabaseStackMonitoringDetails enable_external_non_container_database_stack_monitoring_details: (required) Details to enable Stack Monitoring on the external non-container database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use enable_external_non_container_database_stack_monitoring API. z]/externalnoncontainerdatabases/{externalNonContainerDatabaseId}/actions/enableStackMonitoringr37enable_external_non_container_database_stack_monitoringzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/EnableExternalNonContainerDatabaseStackMonitoringr{csg|]}|vr|qSr0r0r8r;r0r1r=C'r>zZDatabaseClient.enable_external_non_container_database_stack_monitoring..zPenable_external_non_container_database_stack_monitoring got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEL'r>zZDatabaseClient.enable_external_non_container_database_stack_monitoring..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEY'r>r$rNr"rr[)r,r?enable_external_non_container_database_stack_monitoring_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r'sj.$       zFDatabaseClient.enable_external_non_container_database_stack_monitoringc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a` Enable Database Management Service for the external pluggable database. For more information about the Database Management Service, see `Database Management Service`__. __ https://docs.cloud.oracle.com/Content/ExternalDatabase/Concepts/databasemanagementservice.htm :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnableExternalPluggableDatabaseDatabaseManagementDetails enable_external_pluggable_database_database_management_details: (required) Request to enable the Database Management Service for an external database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use enable_external_pluggable_database_database_management API. zZ/externalpluggabledatabases/{externalPluggableDatabaseId}/actions/enableDatabaseManagementr36enable_external_pluggable_database_database_managementzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/EnableExternalPluggableDatabaseDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r='r>zYDatabaseClient.enable_external_pluggable_database_database_management..zOenable_external_pluggable_database_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE'r>zYDatabaseClient.enable_external_pluggable_database_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE'r>r$rNr"rr[)r,r>enable_external_pluggable_database_database_management_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rz'sj2$       zEDatabaseClient.enable_external_pluggable_database_database_managementc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)az Enable Operations Insights for the external pluggable database. :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnableExternalPluggableDatabaseOperationsInsightsDetails enable_external_pluggable_database_operations_insights_details: (required) Details to enable Operations Insights on the external pluggable database :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use enable_external_pluggable_database_operations_insights API. zZ/externalpluggabledatabases/{externalPluggableDatabaseId}/actions/enableOperationsInsightsr36enable_external_pluggable_database_operations_insightszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/EnableExternalPluggableDatabaseOperationsInsightsr{csg|]}|vr|qSr0r0r8r;r0r1r=+(r>zYDatabaseClient.enable_external_pluggable_database_operations_insights..zOenable_external_pluggable_database_operations_insights got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE4(r>zYDatabaseClient.enable_external_pluggable_database_operations_insights..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEA(r>r$rNr"rr[)r,r>enable_external_pluggable_database_operations_insights_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r'sj.$       zEDatabaseClient.enable_external_pluggable_database_operations_insightsc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)ai Enable Stack Monitoring for the external pluggable database. :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnableExternalPluggableDatabaseStackMonitoringDetails enable_external_pluggable_database_stack_monitoring_details: (required) Details to enable Stack Monitoring on the external pluggable database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API. zW/externalpluggabledatabases/{externalPluggableDatabaseId}/actions/enableStackMonitoringr33enable_external_pluggable_database_stack_monitoringzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/EnableExternalPluggableDatabaseStackMonitoringr{csg|]}|vr|qSr0r0r8r;r0r1r=(r>zVDatabaseClient.enable_external_pluggable_database_stack_monitoring..zLenable_external_pluggable_database_stack_monitoring got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE(r>zVDatabaseClient.enable_external_pluggable_database_stack_monitoring..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE(r>r$rNr"rr[)r,r;enable_external_pluggable_database_stack_monitoring_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rb(sj.$       zBDatabaseClient.enable_external_pluggable_database_stack_monitoringc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)aN Enables the Database Management service for an Oracle Pluggable Database located in Oracle Cloud Infrastructure. This service allows the pluggable database to access tools including Metrics and Performance hub. Database Management is enabled at the pluggable database (PDB) level. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.EnablePluggableDatabaseManagementDetails enable_pluggable_database_management_details: (required) Request to enable the Database Management service for an Oracle Pluggable Database located in Oracle Cloud Infrastructure. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use enable_pluggable_database_management API. zS/pluggableDatabases/{pluggableDatabaseId}/actions/enablePluggableDatabaseManagementr3$enable_pluggable_database_managementzkhttps://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/EnablePluggableDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=)r>zGDatabaseClient.enable_pluggable_database_management..z=enable_pluggable_database_management got unknown kwargs: {!r}rwcSsi|]\}}|tur||qSr0r@rBr0r0r1rE)r>zGDatabaseClient.enable_pluggable_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE%)r>r$rNr'r"rRr[)r,ry,enable_pluggable_database_management_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r(sn.$       z3DatabaseClient.enable_pluggable_database_managementc sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd| dt i} dd t| D} dd| dt | dt | dt d} dd t| D} |j j | d|j d} | r|t| tjsT|j | |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)ad Initiates a failover the specified Autonomous Database to a standby. To perform a failover to a standby located in a remote region, specify the `OCID`__ of the remote standby using the `peerDbId` parameter. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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_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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :param str peer_db_id: (optional) The database `OCID`__ of the Autonomous Data Guard standby database located in a different (remote) region from the source primary Autonomous Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use fail_over_autonomous_database API. zz@DatabaseClient.fail_over_autonomous_database..z6fail_over_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE)r>z@DatabaseClient.fail_over_autonomous_database..NrrFpeerDbIdrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE)r>rGrpr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE)r>r$rNrr"r4r[r,rr.rSrTrYrZrmrUrCrDr5rVr$r0r;r1rH)st2$        z,DatabaseClient.fail_over_autonomous_databasec s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Fails over the standby Autonomous Container Database identified by the autonomousContainerDatabaseId parameter to the primary Autonomous Container Database after the existing primary Autonomous Container Database fails or becomes unreachable. A failover can result in data loss, depending on the protection mode in effect at the time the primary Autonomous Container Database fails. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_container_database_dataguard_association_id: (required) The Autonomous Container Database-Autonomous Data Guard association `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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.database.models.AutonomousContainerDatabaseDataguardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use failover_autonomous_container_database_dataguard_association API. z/autonomousContainerDatabases/{autonomousContainerDatabaseId}/autonomousContainerDatabaseDataguardAssociations/{autonomousContainerDatabaseDataguardAssociationId}/actions/failoverr3z_DatabaseClient.failover_autonomous_container_database_dataguard_association..zUfailover_autonomous_container_database_dataguard_association got unknown kwargs: {!r}r1autonomousContainerDatabaseDataguardAssociationIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE*r>z_DatabaseClient.failover_autonomous_container_database_dataguard_association..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE*r>r$rN/AutonomousContainerDatabaseDataguardAssociationr"rurr,r6autonomous_container_database_dataguard_association_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r)sf($    zKDatabaseClient.failover_autonomous_container_database_dataguard_associationc sbd}d}d}d}gdfddt|D} | rBtd| ||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d}|r:t|tjs|j | ||j|j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Performs a failover to transition the standby database identified by the `databaseId` parameter into the specified Data Guard association's primary role after the existing primary database fails or becomes unreachable. A failover might result in data loss depending on the protection mode in effect at the time of the primary database failure. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str data_guard_association_id: (required) The Data Guard association's `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.FailoverDataGuardAssociationDetails failover_data_guard_association_details: (required) A request to perform a failover, transitioning a standby database into a primary database. :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 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 `__. 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.database.models.DataGuardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use failover_data_guard_association API. zW/databases/{databaseId}/dataGuardAssociations/{dataGuardAssociationId}/actions/failoverr3failover_data_guard_associationzihttps://docs.oracle.com/iaas/api/#/en/database/20160918/DataGuardAssociation/FailoverDataGuardAssociationr?csg|]}|vr|qSr0r0r8r;r0r1r=f*r>zBDatabaseClient.failover_data_guard_association..z8failover_data_guard_association got unknown kwargs: {!r}rdataGuardAssociationIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEp*r>zBDatabaseClient.failover_data_guard_association..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE{*r>r$rNrr"rRr)r,rdata_guard_association_id'failover_data_guard_association_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r.*sj-$    z.DatabaseClient.failover_data_guard_associationc svd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rNt| tjs&|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Creates and downloads a wallet for the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.GenerateAutonomousDatabaseWalletDetails generate_autonomous_database_wallet_details: (required) Request to create a new Autonomous Database wallet. :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 stream :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use generate_autonomous_database_wallet API. zB/autonomousDatabases/{autonomousDatabaseId}/actions/generateWalletr3#generate_autonomous_database_walletzkhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/GenerateAutonomousDatabaseWalletr5csg|]}|vr|qSr0r0r8r;r0r1r=*r>zFDatabaseClient.generate_autonomous_database_wallet..zzFDatabaseClient.generate_autonomous_database_wallet..NrrFrrGr6r7rHcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE*r>r$rNrr"rRr[)r,r+generate_autonomous_database_wallet_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r*sl)$      z2DatabaseClient.generate_autonomous_database_walletc svd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rNt| tjs&|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Generates a recommended Cloud@Customer VM cluster network configuration. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.GenerateRecommendedNetworkDetails generate_recommended_network_details: (required) Request to generate a recommended Cloud@Customer VM cluster network configuration. :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.VmClusterNetworkDetails` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use generate_recommended_vm_cluster_network API. zf/exadataInfrastructures/{exadataInfrastructureId}/vmClusterNetworks/actions/generateRecommendedNetworkr3'generate_recommended_vm_cluster_networkzqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/GenerateRecommendedVmClusterNetworkr5csg|]}|vr|qSr0r0r8r;r0r1r=?+r>zJDatabaseClient.generate_recommended_vm_cluster_network..z@generate_recommended_vm_cluster_network got unknown kwargs: {!r}r?cSsi|]\}}|tur||qSr0r@rBr0r0r1rEH+r>zJDatabaseClient.generate_recommended_vm_cluster_network..NrrFrGr6r7rHcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rET+r>r$rNVmClusterNetworkDetailsr"rRr[)r,rk$generate_recommended_network_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r +sl)$      z6DatabaseClient.generate_recommended_vm_cluster_networkc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified Autonomous Container Database. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.AutonomousContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_container_database API. =/autonomousContainerDatabases/{autonomousContainerDatabaseId}GET!get_autonomous_container_databasezrhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabase/GetAutonomousContainerDatabaser$csg|]}|vr|qSr0r0r8r;r0r1r=+r>zDDatabaseClient.get_autonomous_container_database..z:get_autonomous_container_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE+r>zDDatabaseClient.get_autonomous_container_database..NrrFrGrIrJrNrr"rurr\r]r^r_r`rarbrcr)rdr&r$rrergrhr%rirj r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1rw+s`$    z0DatabaseClient.get_autonomous_container_databasec s<d}d}d}d}dgfddt|D}|r@td|||d } d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhddd} |j j | d|j d} | rt| t js|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)aQ Gets an Autonomous Container Database enabled with Autonomous Data Guard associated with the specified Autonomous Container Database. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_container_database_dataguard_association_id: (required) The Autonomous Container Database-Autonomous Data Guard association `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.AutonomousContainerDatabaseDataguardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_container_database_dataguard_association API. /autonomousContainerDatabases/{autonomousContainerDatabaseId}/autonomousContainerDatabaseDataguardAssociations/{autonomousContainerDatabaseDataguardAssociationId}r7get_autonomous_container_database_dataguard_associationzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabaseDataguardAssociation/GetAutonomousContainerDatabaseDataguardAssociationr$csg|]}|vr|qSr0r0r8r;r0r1r=+r>zZDatabaseClient.get_autonomous_container_database_dataguard_association..zPget_autonomous_container_database_dataguard_association got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE+r>zZDatabaseClient.get_autonomous_container_database_dataguard_association..NrrFrGrrNrr"rurrr0r;r1r+sb!$    zFDatabaseClient.get_autonomous_container_database_dataguard_associationc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets the details of the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_database API. r6rget_autonomous_databasez`https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/GetAutonomousDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=O,r>z:DatabaseClient.get_autonomous_database..z0get_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEX,r>z:DatabaseClient.get_autonomous_database..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEc,r>r$rNrr"rurr9r0r;r1r%,sd$    z&DatabaseClient.get_autonomous_databasec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified Autonomous Database backup. :param str autonomous_database_backup_id: (required) The `OCID`__ of the Autonomous Database backup. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousDatabaseBackup` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_database_backup API. z7/autonomousDatabaseBackups/{autonomousDatabaseBackupId}rget_autonomous_database_backupzlhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/GetAutonomousDatabaseBackuprcsg|]}|vr|qSr0r0r8r;r0r1r=,r>zADatabaseClient.get_autonomous_database_backup..z7get_autonomous_database_backup got unknown kwargs: {!r}autonomousDatabaseBackupIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE,r>zADatabaseClient.get_autonomous_database_backup..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE,r>r$rNrr"rur) r,autonomous_database_backup_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r,sd$    z-DatabaseClient.get_autonomous_database_backupc s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)aE Gets an Autonomous Data Guard-enabled database associated with the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_database_dataguard_association_id: (required) The Autonomous Container Database-Autonomous Data Guard association `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousDatabaseDataguardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_database_dataguard_association API. z~/autonomousDatabases/{autonomousDatabaseId}/autonomousDatabaseDataguardAssociations/{autonomousDatabaseDataguardAssociationId}r-get_autonomous_database_dataguard_associationzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseDataguardAssociation/GetAutonomousDatabaseDataguardAssociationrcsg|]}|vr|qSr0r0r8r;r0r1r=-r>zPDatabaseClient.get_autonomous_database_dataguard_association..zFget_autonomous_database_dataguard_association got unknown kwargs: {!r})r(autonomousDatabaseDataguardAssociationIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE-r>zPDatabaseClient.get_autonomous_database_dataguard_association..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE%-r>r$rN&AutonomousDatabaseDataguardAssociationr"rur)r,r,autonomous_database_dataguard_association_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r,sf$$    z`__. 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.database.models.AutonomousDatabaseWallet` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_database_regional_wallet API. /autonomousDatabases/walletr'get_autonomous_database_regional_walletzthttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseWallet/GetAutonomousDatabaseRegionalWalletrcsg|]}|vr|qSr0r0r8r;r0r1r=j-r>zJDatabaseClient.get_autonomous_database_regional_wallet..z@get_autonomous_database_regional_wallet got unknown kwargs: {!r}rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEt-r>zJDatabaseClient.get_autonomous_database_regional_wallet..r$rNAutonomousDatabaseWalletr")rSrTrVrXr"rYrZNrr\r]r^r&rAr_r)rdr$r`rrergrhr%rirj) r,r.rSrTrYrZrmrVr$r0r;r1rE-sT     z6DatabaseClient.get_autonomous_database_regional_walletc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets the wallet details for the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousDatabaseWallet` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_database_wallet API. 2/autonomousDatabases/{autonomousDatabaseId}/walletrget_autonomous_database_walletzlhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseWallet/GetAutonomousDatabaseWalletrcsg|]}|vr|qSr0r0r8r;r0r1r=-r>zADatabaseClient.get_autonomous_database_wallet..z7get_autonomous_database_wallet got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE-r>zADatabaseClient.get_autonomous_database_wallet..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE-r>r$rNrr"rurr9r0r;r1r-sd$    z-DatabaseClient.get_autonomous_database_walletc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a **Deprecated.** Use the :func:`get_cloud_exadata_infrastructure` operation to get details of an Exadata Infrastructure resource and the :func:`get_cloud_autonomous_vm_cluster` operation to get details of an Autonomous Exadata VM cluster. :param str autonomous_exadata_infrastructure_id: (required) The Autonomous Exadata Infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.AutonomousExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_exadata_infrastructure API. E/autonomousExadataInfrastructures/{autonomousExadataInfrastructureId}r%get_autonomous_exadata_infrastructurezzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/GetAutonomousExadataInfrastructurer$csg|]}|vr|qSr0r0r8r;r0r1r=.r>zHDatabaseClient.get_autonomous_exadata_infrastructure..z>get_autonomous_exadata_infrastructure got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE.r>zHDatabaseClient.get_autonomous_exadata_infrastructure..NrrFrGrrNAutonomousExadataInfrastructurer"rur r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1r-s`$    z4DatabaseClient.get_autonomous_exadata_infrastructurec s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aw Gets information about a specific autonomous patch. :param str autonomous_patch_id: (required) The autonomous patch `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.AutonomousPatch` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_patch API. z&/autonomousPatches/{autonomousPatchId}rget_autonomous_patchzZhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousPatch/GetAutonomousPatchr$csg|]}|vr|qSr0r0r8r;r0r1r=f.r>z7DatabaseClient.get_autonomous_patch..z-get_autonomous_patch got unknown kwargs: {!r}autonomousPatchIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rEo.r>z7DatabaseClient.get_autonomous_patch..NrrFrGrrNAutonomousPatchr"rur) r,autonomous_patch_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rD.s`$    z#DatabaseClient.get_autonomous_patchc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified Autonomous VM cluster for an Exadata Cloud@Customer system. To get information about an Autonomous VM Cluster in the Oracle cloud, see :func:`get_cloud_autonomous_vm_cluster`. :param str autonomous_vm_cluster_id: (required) The autonomous VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_autonomous_vm_cluster API. r:rget_autonomous_vm_clusterzbhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousVmCluster/GetAutonomousVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=.r>z.z2get_autonomous_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE.r>z.NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE.r>r$rNrr"rurr<r0r;r1r.sd$    z(DatabaseClient.get_autonomous_vm_clusterc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a? Gets information about the specified backup. :param str backup_id: (required) The backup `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.Backup` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_backup API. r=r get_backupzHhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Backup/GetBackupr$csg|]}|vr|qSr0r0r8r;r0r1r=/r>z-DatabaseClient.get_backup..z#get_backup got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE!/r>z-DatabaseClient.get_backup..NrrFrGrrNrr"rurrAr0r;r1r.s`$    zDatabaseClient.get_backupc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified backup destination in an Exadata Cloud@Customer system. :param str backup_destination_id: (required) The `OCID`__ of the backup destination. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.BackupDestination` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_backup_destination API. rBrget_backup_destinationz^https://docs.oracle.com/iaas/api/#/en/database/20160918/BackupDestination/GetBackupDestinationrcsg|]}|vr|qSr0r0r8r;r0r1r=t/r>z9DatabaseClient.get_backup_destination..z/get_backup_destination got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE}/r>z9DatabaseClient.get_backup_destination..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE/r>r$rNrr"rurrDr0r;r1rJ/sd$    z%DatabaseClient.get_backup_destinationc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aq Gets information about the specified Autonomous Exadata VM cluster in the Oracle cloud. For Exadata Cloud@Custustomer systems, see :func:`get_autonomous_vm_cluster`. :param str cloud_autonomous_vm_cluster_id: (required) The Cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.CloudAutonomousVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_cloud_autonomous_vm_cluster API. rErget_cloud_autonomous_vm_clusterzlhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/GetCloudAutonomousVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=/r>zBDatabaseClient.get_cloud_autonomous_vm_cluster..z8get_cloud_autonomous_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE/r>zBDatabaseClient.get_cloud_autonomous_vm_cluster..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE/r>r$rNrr"rurrGr0r;r1r/sd$    z.DatabaseClient.get_cloud_autonomous_vm_clusterc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified cloud Exadata infrastructure resource. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param str cloud_exadata_infrastructure_id: (required) The cloud Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.CloudExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_cloud_exadata_infrastructure API. rHr get_cloud_exadata_infrastructurezphttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/GetCloudExadataInfrastructurercsg|]}|vr|qSr0r0r8r;r0r1r=00r>zCDatabaseClient.get_cloud_exadata_infrastructure..z9get_cloud_exadata_infrastructure got unknown kwargs: {!r}rqcSsi|]\}}|tur||qSr0r@rBr0r0r1rE90r>zCDatabaseClient.get_cloud_exadata_infrastructure..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rED0r>r$rNrtr"rurrvr0r;r1r0sd$    z/DatabaseClient.get_cloud_exadata_infrastructurec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)at Gets un allocated resources information for the specified Cloud Exadata infrastructure. :param str cloud_exadata_infrastructure_id: (required) The cloud Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.CloudExadataInfrastructureUnallocatedResources` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API. zP/cloudExadataInfrastructures/{cloudExadataInfrastructureId}/unAllocatedResourcesr6get_cloud_exadata_infrastructure_unallocated_resourceszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructureUnallocatedResources/GetCloudExadataInfrastructureUnallocatedResourcesrcsg|]}|vr|qSr0r0r8r;r0r1r=0r>zYDatabaseClient.get_cloud_exadata_infrastructure_unallocated_resources..zOget_cloud_exadata_infrastructure_unallocated_resources got unknown kwargs: {!r}rqcSsi|]\}}|tur||qSr0r@rBr0r0r1rE0r>zYDatabaseClient.get_cloud_exadata_infrastructure_unallocated_resources..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE0r>r$rN.CloudExadataInfrastructureUnallocatedResourcesr"rurrvr0r;r1rd0sd$    zEDatabaseClient.get_cloud_exadata_infrastructure_unallocated_resourcesc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aD Gets information about the specified cloud VM cluster. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.CloudVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_cloud_vm_cluster API. rMrget_cloud_vm_clusterzXhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/GetCloudVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=0r>z7DatabaseClient.get_cloud_vm_cluster..z-get_cloud_vm_cluster got unknown kwargs: {!r}r|cSsi|]\}}|tur||qSr0r@rBr0r0r1rE0r>z7DatabaseClient.get_cloud_vm_cluster..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE1r>r$rNr~r"rurrOr0r;r1r0sd$    z#DatabaseClient.get_cloud_vm_clusterc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets the IORM configuration for the specified cloud VM cluster in an Exadata Cloud Service instance. If you have not specified an IORM configuration, the default configuration is returned. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExadataIormConfig` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_cloud_vm_cluster_iorm_config API. zCDatabaseClient.get_cloud_vm_cluster_iorm_config..z9get_cloud_vm_cluster_iorm_config got unknown kwargs: {!r}r|cSsi|]\}}|tur||qSr0r@rBr0r0r1rET1r>zCDatabaseClient.get_cloud_vm_cluster_iorm_config..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE_1r>r$rNExadataIormConfigr"rurrOr0r;r1r 1sd $    z/DatabaseClient.get_cloud_vm_cluster_iorm_configc s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Gets information about a specified maintenance update package for a cloud VM cluster. Applies to Exadata Cloud Service instances only. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str update_id: (required) The `OCID`__ of the maintenance update. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.Update` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_cloud_vm_cluster_update API. z6/cloudVmClusters/{cloudVmClusterId}/updates/{updateId}rget_cloud_vm_cluster_updatezVhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Update/GetCloudVmClusterUpdatercsg|]}|vr|qSr0r0r8r;r0r1r=1r>z>DatabaseClient.get_cloud_vm_cluster_update..z4get_cloud_vm_cluster_update got unknown kwargs: {!r})r|updateIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE1r>z>DatabaseClient.get_cloud_vm_cluster_update..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE1r>r$rNUpdater"rur)r,r update_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r1sf$$    z*DatabaseClient.get_cloud_vm_cluster_updatec s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a$ Gets the maintenance update history details for the specified update history entry. Applies to Exadata Cloud Service instances only. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str update_history_entry_id: (required) The `OCID`__ of the maintenance update history entry. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.UpdateHistoryEntry` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API. zO/cloudVmClusters/{cloudVmClusterId}/updateHistoryEntries/{updateHistoryEntryId}r)get_cloud_vm_cluster_update_history_entryznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/UpdateHistoryEntry/GetCloudVmClusterUpdateHistoryEntryrcsg|]}|vr|qSr0r0r8r;r0r1r=2r>zLDatabaseClient.get_cloud_vm_cluster_update_history_entry..zBget_cloud_vm_cluster_update_history_entry got unknown kwargs: {!r})r|updateHistoryEntryIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE2r>zLDatabaseClient.get_cloud_vm_cluster_update_history_entry..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE'2r>r$rNUpdateHistoryEntryr"rur)r,rupdate_history_entry_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r1sf$$    z8DatabaseClient.get_cloud_vm_cluster_update_history_entryc s<d}d}d}d}dgfddt|D}|r@td|||d } d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhddd} |j j | d|j d} | rt| t js|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Gets the specified database node console connection's information. :param str db_node_id: (required) The database node `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str console_connection_id: (required) The OCID of the console connection. :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 `__. 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.database.models.ConsoleConnection` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_console_connection API. rPrget_console_connectionz^https://docs.oracle.com/iaas/api/#/en/database/20160918/ConsoleConnection/GetConsoleConnectionr$csg|]}|vr|qSr0r0r8r;r0r1r=l2r>z9DatabaseClient.get_console_connection..z/get_console_connection got unknown kwargs: {!r}rRcSsi|]\}}|tur||qSr0r@rBr0r0r1rEv2r>z9DatabaseClient.get_console_connection..NrrFrGrrNrr"rurrTr0r;r1rG2sb$    z%DatabaseClient.get_console_connectionc s<d}d}d}d}dgfddt|D}|r@td|||d } d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhddd} |j j | d|j d} | rt| t js|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)aO Gets the specified Data Guard association's configuration information. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str data_guard_association_id: (required) The Data Guard association's `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.DataGuardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_data_guard_association API. F/databases/{databaseId}/dataGuardAssociations/{dataGuardAssociationId}rget_data_guard_associationzdhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DataGuardAssociation/GetDataGuardAssociationr$csg|]}|vr|qSr0r0r8r;r0r1r=2r>z=DatabaseClient.get_data_guard_association..z3get_data_guard_association got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE2r>z=DatabaseClient.get_data_guard_association..NrrFrGrrNrr"rur)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1r2sb!$    z)DatabaseClient.get_data_guard_associationc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aK Gets information about the specified database. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_database API. rVr get_databasezLhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/GetDatabaser$csg|]}|vr|qSr0r0r8r;r0r1r=3r>z/DatabaseClient.get_database..z%get_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE$3r>z/DatabaseClient.get_database..NrrFrGrrNrr"rurrr0r;r1r2s`$    zDatabaseClient.get_databasec s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified database software image. :param str database_software_image_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.DatabaseSoftwareImage` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_database_software_image API. r[rget_database_software_imagezfhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DatabaseSoftwareImage/GetDatabaseSoftwareImager$csg|]}|vr|qSr0r0r8r;r0r1r=o3r>z>DatabaseClient.get_database_software_image..z4get_database_software_image got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEx3r>z>DatabaseClient.get_database_software_image..NrrFrGrrNrr"rurr]r0r;r1rM3s`$    z*DatabaseClient.get_database_software_imagec s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a gets the upgrade history for a specified database. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str upgrade_history_entry_id: (required) The database/db system upgrade History `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.DatabaseUpgradeHistoryEntry` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_database_upgrade_history_entry API. zE/databases/{databaseId}/upgradeHistoryEntries/{upgradeHistoryEntryId}r"get_database_upgrade_history_entryzrhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DatabaseUpgradeHistoryEntry/GetDatabaseUpgradeHistoryEntryrcsg|]}|vr|qSr0r0r8r;r0r1r=3r>zEDatabaseClient.get_database_upgrade_history_entry..z;get_database_upgrade_history_entry got unknown kwargs: {!r})rupgradeHistoryEntryIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE3r>zEDatabaseClient.get_database_upgrade_history_entry..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE3r>r$rNDatabaseUpgradeHistoryEntryr"rur)r,rupgrade_history_entry_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r3sf$$    z1DatabaseClient.get_database_upgrade_history_entryc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aP Gets information about the specified Database Home. :param str db_home_id: (required) The Database Home `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.DbHome` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_db_home API. r^r get_db_homezHhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbHome/GetDbHomer$csg|]}|vr|qSr0r0r8r;r0r1r='4r>z.DatabaseClient.get_db_home..z$get_db_home got unknown kwargs: {!r}r`cSsi|]\}}|tur||qSr0r@rBr0r0r1rE04r>z.DatabaseClient.get_db_home..NrrFrGrrNr r"rur) r,rbr.rSrTrYrZrmrUrCrDrVr$r0r;r1r4s`$    zDatabaseClient.get_db_homec s<d}d}d}d}dgfddt|D}|r@td|||d } d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhddd} |j j | d|j d} | rt| t js|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Gets information about a specified patch package. :param str db_home_id: (required) The Database Home `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str patch_id: (required) The `OCID`__ of the patch. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.Patch` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_db_home_patch API. z%/dbHomes/{dbHomeId}/patches/{patchId}rget_db_home_patchzLhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Patch/GetDbHomePatchr$csg|]}|vr|qSr0r0r8r;r0r1r=4r>z4DatabaseClient.get_db_home_patch..z*get_db_home_patch got unknown kwargs: {!r})r`patchIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE4r>z4DatabaseClient.get_db_home_patch..NrrFrGrrNPatchr"rur)r,rbpatch_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1rY4sb!$    z DatabaseClient.get_db_home_patchc s<d}d}d}d}dgfddt|D}|r@td|||d } d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhddd} |j j | d|j d} | rt| t js|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)aW Gets the patch history details for the specified patchHistoryEntryId :param str db_home_id: (required) The Database Home `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str patch_history_entry_id: (required) The `OCID`__ of the patch history entry. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.PatchHistoryEntry` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_db_home_patch_history_entry API. z=/dbHomes/{dbHomeId}/patchHistoryEntries/{patchHistoryEntryId}rget_db_home_patch_history_entryzdhttps://docs.oracle.com/iaas/api/#/en/database/20160918/PatchHistoryEntry/GetDbHomePatchHistoryEntryr$csg|]}|vr|qSr0r0r8r;r0r1r=4r>zBDatabaseClient.get_db_home_patch_history_entry..z8get_db_home_patch_history_entry got unknown kwargs: {!r})r`patchHistoryEntryIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE4r>zBDatabaseClient.get_db_home_patch_history_entry..NrrFrGrrNPatchHistoryEntryr"rur)r,rbpatch_history_entry_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r4sb!$    z.DatabaseClient.get_db_home_patch_history_entryc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aP Gets information about the specified database node. :param str db_node_id: (required) The database node `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.DbNode` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_db_node API. r0r get_db_nodezHhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbNode/GetDbNoder$csg|]}|vr|qSr0r0r8r;r0r1r=/5r>z.DatabaseClient.get_db_node..z$get_db_node got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE85r>z.DatabaseClient.get_db_node..NrrFrGrrNr3r"rur r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1r 5s`$    zDatabaseClient.get_db_nodec s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhd|i} dd t| D} dd| dt d} dd t| D} |j j | d|j d}|rTt|tjs,|j | ||j|j|j j||| | | d| d||d S|j j||| | | d| d||d Sd S)at Gets information about the Exadata Db server. :param str exadata_infrastructure_id: (required) The `OCID`__ of the ExadataInfrastructure. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str db_server_id: (required) The DB server `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.DbServer` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_db_server API. z/dbServers/{dbServerId}r get_db_serverzLhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbServer/GetDbServerrcsg|]}|vr|qSr0r0r8r;r0r1r=5r>z0DatabaseClient.get_db_server..z&get_db_server got unknown kwargs: {!r} dbServerIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE5r>z0DatabaseClient.get_db_server..NrrFr?cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE5r>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE5r>r$rNDbServerr"r4r)r,rk db_server_idr.rSrTrYrZrmrUrCrDr5rVr$r0r;r1r a5sn$$    zDatabaseClient.get_db_serverc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified DB system. **Note:** Deprecated for Exadata Cloud Service systems. Use the `new resource model APIs`__ instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See `Switching an Exadata DB System to the New Resource Model and APIs`__ for details on converting existing Exadata DB systems to the new resource model. __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.DbSystem` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_db_system API. /dbSystems/{dbSystemId}r get_db_systemzLhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/GetDbSystemr$csg|]}|vr|qSr0r0r8r;r0r1r=5r>z0DatabaseClient.get_db_system..z&get_db_system got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE5r>z0DatabaseClient.get_db_system..NrrFrGrrNDbSystemr"rur r,rr.rSrTrYrZrmrUrCrDrVr$r0r;r1r5s`#$    zDatabaseClient.get_db_systemc s<d}d}d}d}dgfddt|D}|r@td|||d } d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhddd} |j j | d|j d} | rt| t js|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Gets information the specified patch. :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str patch_id: (required) The `OCID`__ of the patch. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.Patch` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_db_system_patch API. z)/dbSystems/{dbSystemId}/patches/{patchId}rget_db_system_patchzNhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Patch/GetDbSystemPatchr$csg|]}|vr|qSr0r0r8r;r0r1r=M6r>z6DatabaseClient.get_db_system_patch..z,get_db_system_patch got unknown kwargs: {!r})rrcSsi|]\}}|tur||qSr0r@rBr0r0r1rEW6r>z6DatabaseClient.get_db_system_patch..NrrFrGrrNrr"rur)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1r&6sb!$    z"DatabaseClient.get_db_system_patchc s<d}d}d}d}dgfddt|D}|r@td|||d } d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhddd} |j j | d|j d} | rt| t js|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)ab Gets the details of the specified patch operation on the specified DB system. :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str patch_history_entry_id: (required) The `OCID`__ of the patch history entry. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.PatchHistoryEntry` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_db_system_patch_history_entry API. zA/dbSystems/{dbSystemId}/patchHistoryEntries/{patchHistoryEntryId}r!get_db_system_patch_history_entryzfhttps://docs.oracle.com/iaas/api/#/en/database/20160918/PatchHistoryEntry/GetDbSystemPatchHistoryEntryr$csg|]}|vr|qSr0r0r8r;r0r1r=6r>zDDatabaseClient.get_db_system_patch_history_entry..z:get_db_system_patch_history_entry got unknown kwargs: {!r})rrcSsi|]\}}|tur||qSr0r@rBr0r0r1rE6r>zDDatabaseClient.get_db_system_patch_history_entry..NrrFrGrrNrr"rur)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1r6sb!$    z0DatabaseClient.get_db_system_patch_history_entryc s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Gets the details of the specified operating system upgrade operation for the specified DB system. :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str upgrade_history_entry_id: (required) The database/db system upgrade History `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.DbSystemUpgradeHistoryEntry` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_db_system_upgrade_history_entry API. zE/dbSystems/{dbSystemId}/upgradeHistoryEntries/{upgradeHistoryEntryId}r#get_db_system_upgrade_history_entryzrhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystemUpgradeHistoryEntry/GetDbSystemUpgradeHistoryEntryrcsg|]}|vr|qSr0r0r8r;r0r1r= 7r>zFDatabaseClient.get_db_system_upgrade_history_entry..zzFDatabaseClient.get_db_system_upgrade_history_entry..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE7r>r$rNDbSystemUpgradeHistoryEntryr"rur)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1r6sf$$    z2DatabaseClient.get_db_system_upgrade_history_entryc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified Exadata infrastructure. Applies to Exadata Cloud@Customer instances only. To get information on an Exadata Cloud Service infrastructure resource, use the :func:`get_cloud_exadata_infrastructure` operation. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_exadata_infrastructure API. rcrget_exadata_infrastructurezfhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/GetExadataInfrastructurercsg|]}|vr|qSr0r0r8r;r0r1r=i7r>z=DatabaseClient.get_exadata_infrastructure..z3get_exadata_infrastructure got unknown kwargs: {!r}r?cSsi|]\}}|tur||qSr0r@rBr0r0r1rEr7r>z=DatabaseClient.get_exadata_infrastructure..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE}7r>r$rNrQr"rurryr0r;r1r>7sd $    z)DatabaseClient.get_exadata_infrastructurec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aA Gets details of the available and consumed OCPUs for the specified Autonomous Exadata Infrastructure resource. :param str autonomous_exadata_infrastructure_id: (required) The Autonomous Exadata Infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.OCPUs` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_exadata_infrastructure_ocpus API. zK/autonomousExadataInfrastructures/{autonomousExadataInfrastructureId}/ocpusr get_exadata_infrastructure_ocpusz[https://docs.oracle.com/iaas/api/#/en/database/20160918/OCPUs/GetExadataInfrastructureOcpusrcsg|]}|vr|qSr0r0r8r;r0r1r=7r>zCDatabaseClient.get_exadata_infrastructure_ocpus..z9get_exadata_infrastructure_ocpus got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE7r>zCDatabaseClient.get_exadata_infrastructure_ocpus..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE7r>r$rNOCPUsr"rurrr0r;r1r7sd$    z/DatabaseClient.get_exadata_infrastructure_ocpusc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets the IORM configuration settings for the specified cloud Exadata DB system. All Exadata service instances have default IORM settings. **Note:** Deprecated for Exadata Cloud Service systems. Use the `new resource model APIs`__ instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See `Switching an Exadata DB System to the New Resource Model and APIs`__ for details on converting existing Exadata DB systems to the new resource model. The :func:`get_cloud_vm_cluster_iorm_config` API is used for this operation with Exadata systems using the new resource model. __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExadataIormConfig` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_exadata_iorm_config API. )/dbSystems/{dbSystemId}/ExadataIormConfigrget_exadata_iorm_configzUhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/GetExadataIormConfigrcsg|]}|vr|qSr0r0r8r;r0r1r=08r>z:DatabaseClient.get_exadata_iorm_config..z0get_exadata_iorm_config got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE98r>z:DatabaseClient.get_exadata_iorm_config..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rED8r>r$rNrr"rurrr0r;r1r7sd*$    z&DatabaseClient.get_exadata_iorm_configc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a! Gets information about the specified external backup job. **Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See `Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud`__ for more information. __ https://docs.cloud.oracle.com/Content/Database/Tasks/mig-onprembackup.htm :param str backup_id: (required) The backup `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.ExternalBackupJob` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_external_backup_job API. z/externalBackupJobs/{backupId}rget_external_backup_jobz^https://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalBackupJob/GetExternalBackupJobr$csg|]}|vr|qSr0r0r8r;r0r1r=8r>z:DatabaseClient.get_external_backup_job..z0get_external_backup_job got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE8r>z:DatabaseClient.get_external_backup_job..NrrFrGrrNrr"rurrAr0r;r1rd8s` $    z&DatabaseClient.get_external_backup_jobc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified external container database. :param str external_container_database_id: (required) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExternalContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_external_container_database API. rerget_external_container_databaseznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/GetExternalContainerDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=8r>zBDatabaseClient.get_external_container_database..z8get_external_container_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE8r>zBDatabaseClient.get_external_container_database..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE8r>r$rNrr"rurrir0r;r1r8sd$    z.DatabaseClient.get_external_container_databasec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aU Gets information about the specified external database connector. :param str external_database_connector_id: (required) The `OCID`__ of the external database connector resource (`ExternalDatabaseConnectorId`). __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExternalDatabaseConnector` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_external_database_connector API. rjrget_external_database_connectorznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalDatabaseConnector/GetExternalDatabaseConnectorrcsg|]}|vr|qSr0r0r8r;r0r1r=E9r>zBDatabaseClient.get_external_database_connector..z8get_external_database_connector got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEN9r>zBDatabaseClient.get_external_database_connector..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEY9r>r$rNrr"rurrr0r;r1r9sd $    z.DatabaseClient.get_external_database_connectorc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a- Gets information about a specific external non-container database. :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExternalNonContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_external_non_container_database API. rlr#get_external_non_container_databasezthttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/GetExternalNonContainerDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=9r>zFDatabaseClient.get_external_non_container_database..zzFDatabaseClient.get_external_non_container_database..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE9r>r$rNrr"rurrnr0r;r1ry9sd$    z2DatabaseClient.get_external_non_container_databasec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a> Gets information about a specific :func:`create_external_pluggable_database_details` resource. :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.ExternalPluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_external_pluggable_database API. rorget_external_pluggable_databaseznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/GetExternalPluggableDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=:r>zBDatabaseClient.get_external_pluggable_database..z8get_external_pluggable_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE :r>zBDatabaseClient.get_external_pluggable_database..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE:r>r$rNrr"rurrqr0r;r1r9sd $    z.DatabaseClient.get_external_pluggable_databasec sTd}d}d}d}gdfddt|D}|rBtd|d |vrlgd }|d |vrltd |||d t|d td } ddt| D} dd|dtd} ddt| D} |jj|d|j d} | r.t | t j s|j | | |j| j|jj||| | d|d||d S|jj||| | d|d||dSdS)ag Gets details of the Exadata Infrastructure target system software versions that can be applied to the specified infrastructure resource for maintenance updates. Applies to Exadata Cloud@Customer and Exadata Cloud instances only. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str target_resource_id: (optional) The target resource ID. :param str target_resource_type: (optional) The type of the target resource. Allowed values are: "AUTONOMOUS_EXADATA_INFRASTRUCTURE", "AUTONOMOUS_CONTAINER_DATABASE", "EXADATA_DB_SYSTEM", "CLOUD_EXADATA_INFRASTRUCTURE", "EXACC_INFRASTRUCTURE", "AUTONOMOUS_VM_CLUSTER", "AUTONOMOUS_DATABASE", "CLOUD_AUTONOMOUS_VM_CLUSTER" :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.InfrastructureTargetVersion` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_infrastructure_target_versions API. z/infrastructureTargetVersionsr"get_infrastructure_target_versionszshttps://docs.oracle.com/iaas/api/#/en/database/20160918/InfrastructureTargetVersion/GetInfrastructureTargetVersions)r"r$target_resource_idtarget_resource_typer6csg|]}|vr|qSr0r0r8r;r0r1r=k:r>zEDatabaseClient.get_infrastructure_target_versions..z;get_infrastructure_target_versions got unknown kwargs: {!r}r!!AUTONOMOUS_EXADATA_INFRASTRUCTUREAUTONOMOUS_CONTAINER_DATABASEEXADATA_DB_SYSTEMCLOUD_EXADATA_INFRASTRUCTUREEXACC_INFRASTRUCTUREAUTONOMOUS_VM_CLUSTERAUTONOMOUS_DATABASECLOUD_AUTONOMOUS_VM_CLUSTERzEDatabaseClient.get_infrastructure_target_versions..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE:r>r$rNInfrastructureTargetVersionr"rSrTr5rVrXr"rYrZNr) r,compartment_idr.rSrTrYrZrm#target_resource_type_allowed_valuesr5rVr$r0r;r1r6:sn(       z1DatabaseClient.get_infrastructure_target_versionsc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified key store. :param str key_store_id: (required) The `OCID`__ of the key store. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.KeyStore` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_key_store API. rrr get_key_storezLhttps://docs.oracle.com/iaas/api/#/en/database/20160918/KeyStore/GetKeyStorercsg|]}|vr|qSr0r0r8r;r0r1r=:r>z0DatabaseClient.get_key_store..z&get_key_store got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE:r>z0DatabaseClient.get_key_store..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE:r>r$rNr#r"rurrtr0r;r1r3:sd$    zDatabaseClient.get_key_storec s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the specified maintenance run. :param str maintenance_run_id: (required) The maintenance run OCID. :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 `__. 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.database.models.MaintenanceRun` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_maintenance_run API. #/maintenanceRuns/{maintenanceRunId}rget_maintenance_runzXhttps://docs.oracle.com/iaas/api/#/en/database/20160918/MaintenanceRun/GetMaintenanceRunr$csg|]}|vr|qSr0r0r8r;r0r1r=!;r>z6DatabaseClient.get_maintenance_run..z,get_maintenance_run got unknown kwargs: {!r}maintenanceRunIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE*;r>z6DatabaseClient.get_maintenance_run..NrrFrGrrNMaintenanceRunr"rur) r,maintenance_run_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r5;s`$    z"DatabaseClient.get_maintenance_runc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aH Gets information about the specified maintenance run history. :param str maintenance_run_history_id: (required) The maintenance run history OCID. :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 `__. 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.database.models.MaintenanceRunHistory` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_maintenance_run_history API. z0/maintenanceRunHistory/{maintenanceRunHistoryId}rget_maintenance_run_historyzfhttps://docs.oracle.com/iaas/api/#/en/database/20160918/MaintenanceRunHistory/GetMaintenanceRunHistoryr$csg|]}|vr|qSr0r0r8r;r0r1r=s;r>z>DatabaseClient.get_maintenance_run_history..z4get_maintenance_run_history got unknown kwargs: {!r}maintenanceRunHistoryIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE|;r>z>DatabaseClient.get_maintenance_run_history..NrrFrGrrNMaintenanceRunHistoryr"rur) r,maintenance_run_history_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r9S;s`$    z*DatabaseClient.get_maintenance_run_historyc s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Gets the details of operations performed to convert the specified database from non-container (non-CDB) to pluggable (PDB). :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str pdb_conversion_history_entry_id: (required) The database conversion history `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.PdbConversionHistoryEntry` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_pdb_conversion_history_entry API. zQ/databases/{databaseId}/pdbConversionHistoryEntries/{pdbConversionHistoryEntryId}r get_pdb_conversion_history_entryznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/PdbConversionHistoryEntry/GetPdbConversionHistoryEntryrcsg|]}|vr|qSr0r0r8r;r0r1r=;r>zCDatabaseClient.get_pdb_conversion_history_entry..z9get_pdb_conversion_history_entry got unknown kwargs: {!r})rpdbConversionHistoryEntryIdcSsi|]\}}|tur||qSr0r@rBr0r0r1rE;r>zCDatabaseClient.get_pdb_conversion_history_entry..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE;r>r$rNPdbConversionHistoryEntryr"rur)r,rpdb_conversion_history_entry_idr.rSrTrYrZrmrUrCrDrVr$r0r;r1r=;sf$$    z/DatabaseClient.get_pdb_conversion_history_entryc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a| Gets information about the specified pluggable database. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_pluggable_database API. rurget_pluggable_databasez^https://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/GetPluggableDatabaser$csg|]}|vr|qSr0r0r8r;r0r1r=+<r>z9DatabaseClient.get_pluggable_database..z/get_pluggable_database got unknown kwargs: {!r}rwcSsi|]\}}|tur||qSr0r@rBr0r0r1rE4<r>z9DatabaseClient.get_pluggable_database..NrrFrGrrNr'r"rurrxr0r;r1rA <s`$    z%DatabaseClient.get_pluggable_databasec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets information about the VM cluster. Applies to Exadata Cloud@Customer instances only. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_vm_cluster API. rzrget_vm_clusterzNhttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/GetVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=<r>z1DatabaseClient.get_vm_cluster..z'get_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE<r>z1DatabaseClient.get_vm_cluster..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE<r>r$rNrr"rurr|r0r;r1rB]<sd$    zDatabaseClient.get_vm_clusterc s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)aa Gets information about the specified VM cluster network. Applies to Exadata Cloud@Customer instances only. To get information about a cloud VM cluster in an Exadata Cloud Service instance, use the :func:`get_cloud_vm_cluster` operation. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str vm_cluster_network_id: (required) The VM cluster network `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmClusterNetwork` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_vm_cluster_network API. r}rget_vm_cluster_networkz\https://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/GetVmClusterNetworkrcsg|]}|vr|qSr0r0r8r;r0r1r=<r>z9DatabaseClient.get_vm_cluster_network..z/get_vm_cluster_network got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE<r>z9DatabaseClient.get_vm_cluster_network..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE=r>r$rNr.r"rurrr0r;r1rC<sf%$    z%DatabaseClient.get_vm_cluster_networkc s<d}d}d}d}dgfddt|D}|r@td|||d } d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhddd} |j j | d|j d} | rt| t js|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Gets information about a specified patch package. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str patch_id: (required) The `OCID`__ of the patch. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.Patch` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_vm_cluster_patch API. z+/vmClusters/{vmClusterId}/patches/{patchId}rget_vm_cluster_patchzOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Patch/GetVmClusterPatchr$csg|]}|vr|qSr0r0r8r;r0r1r=G=r>z7DatabaseClient.get_vm_cluster_patch..z-get_vm_cluster_patch got unknown kwargs: {!r})rrcSsi|]\}}|tur||qSr0r@rBr0r0r1rEQ=r>z7DatabaseClient.get_vm_cluster_patch..NrrFrGrrNrr"rur)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1rD =sb!$    z#DatabaseClient.get_vm_cluster_patchc s<d}d}d}d}dgfddt|D}|r@td|||d } d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhddd} |j j | d|j d} | rt| t js|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a^ Gets the patch history details for the specified patch history entry. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str patch_history_entry_id: (required) The `OCID`__ of the patch history entry. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.PatchHistoryEntry` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_vm_cluster_patch_history_entry API. zC/vmClusters/{vmClusterId}/patchHistoryEntries/{patchHistoryEntryId}r"get_vm_cluster_patch_history_entryzghttps://docs.oracle.com/iaas/api/#/en/database/20160918/PatchHistoryEntry/GetVmClusterPatchHistoryEntryr$csg|]}|vr|qSr0r0r8r;r0r1r==r>zEDatabaseClient.get_vm_cluster_patch_history_entry..z;get_vm_cluster_patch_history_entry got unknown kwargs: {!r})rrcSsi|]\}}|tur||qSr0r@rBr0r0r1rE=r>zEDatabaseClient.get_vm_cluster_patch_history_entry..NrrFrGrrNrr"rur)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1rEz=sb!$    z1DatabaseClient.get_vm_cluster_patch_history_entryc s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Gets information about a specified maintenance update package for a VM cluster. Applies to Exadata Cloud@Customer instances only. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str update_id: (required) The `OCID`__ of the maintenance update. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmClusterUpdate` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_vm_cluster_update API. z,/vmClusters/{vmClusterId}/updates/{updateId}rget_vm_cluster_updatezZhttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterUpdate/GetVmClusterUpdatercsg|]}|vr|qSr0r0r8r;r0r1r=>r>z8DatabaseClient.get_vm_cluster_update..z.get_vm_cluster_update got unknown kwargs: {!r})rrcSsi|]\}}|tur||qSr0r@rBr0r0r1rE >r>z8DatabaseClient.get_vm_cluster_update..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE>r>r$rNVmClusterUpdater"rur)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1rF=sf$$    z$DatabaseClient.get_vm_cluster_updatec s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Gets the maintenance update history details for the specified update history entry. Applies to Exadata Cloud@Customer instances only. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str update_history_entry_id: (required) The `OCID`__ of the maintenance update history entry. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmClusterUpdateHistoryEntry` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_vm_cluster_update_history_entry API. zE/vmClusters/{vmClusterId}/updateHistoryEntries/{updateHistoryEntryId}r#get_vm_cluster_update_history_entryzrhttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterUpdateHistoryEntry/GetVmClusterUpdateHistoryEntryrcsg|]}|vr|qSr0r0r8r;r0r1r=g>r>zFDatabaseClient.get_vm_cluster_update_history_entry..zr>zFDatabaseClient.get_vm_cluster_update_history_entry..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE|>r>r$rNVmClusterUpdateHistoryEntryr"rur)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1rH8>sf$$    z2DatabaseClient.get_vm_cluster_update_history_entryc sd}d}d}d}gdfddt|D}|rBtd|d d |d td }d d t|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a/ **Deprecated** To create a new Autonomous Database system on dedicated Exadata Infrastructure, use the :func:`create_cloud_exadata_infrastructure` and :func:`create_cloud_autonomous_vm_cluster` operations instead. Note that to create an Autonomous VM cluster, you must have an existing Exadata Infrastructure resource to contain the VM cluster. :param oci.database.models.LaunchAutonomousExadataInfrastructureDetails launch_autonomous_exadata_infrastructure_details: (required) **Deprecated.** Use the :func:`create_cloud_exadata_infrastructure` or :func:`create_cloud_autonomous_vm_cluster` operations instead. :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 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 `__. 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.database.models.AutonomousExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use launch_autonomous_exadata_infrastructure API. !/autonomousExadataInfrastructuresr3(launch_autonomous_exadata_infrastructurez}https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/LaunchAutonomousExadataInfrastructurercsg|]}|vr|qSr0r0r8r;r0r1r=>r>zKDatabaseClient.launch_autonomous_exadata_infrastructure..zAlaunch_autonomous_exadata_infrastructure got unknown kwargs: {!r}rGr7rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE>r>zKDatabaseClient.launch_autonomous_exadata_infrastructure..r$rNrr"rNr) r,0launch_autonomous_exadata_infrastructure_detailsr.rSrTrYrZrmrVr$r0r;r1rK>sZ!      z7DatabaseClient.launch_autonomous_exadata_infrastructurec sd}d}d}d}gdfddt|D}|rBtd|d d |d td }d d t|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a Creates a new DB system in the specified compartment and availability domain. The Oracle Database edition that you specify applies to all the databases on that DB system. The selected edition cannot be changed. An initial database is created on the DB system based on the request parameters you provide and some default options. For detailed information about default options, see `Bare metal and virtual machine DB system default options.`__ **Note:** Deprecated for Exadata Cloud Service systems. Use the `new resource model APIs`__ instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See `Switching an Exadata DB System to the New Resource Model and APIs`__ for details on converting existing Exadata DB systems to the new resource model. Use the :func:`create_cloud_exadata_infrastructure` and :func:`create_cloud_vm_cluster` APIs to provision a new Exadata Cloud Service instance. __ https://docs.cloud.oracle.com/Content/Database/Tasks/creatingDBsystem.htm#Default __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm :param oci.database.models.LaunchDbSystemBase launch_db_system_details: (required) Request to launch a DB system. **Note:** Deprecated for Exadata Cloud Service systems. Use the `new resource model APIs`__ instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See `Switching an Exadata DB System to the New Resource Model and APIs`__ for details on converting existing Exadata DB systems to the new resource model. __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm :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 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 `__. 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.database.models.DbSystem` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use launch_db_system API. /dbSystemsr3launch_db_systemzOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/LaunchDbSystemrcsg|]}|vr|qSr0r0r8r;r0r1r=4?r>z3DatabaseClient.launch_db_system..z)launch_db_system got unknown kwargs: {!r}rGr7rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE>?r>z3DatabaseClient.launch_db_system..r$rNrr"rNr) r,launch_db_system_detailsr.rSrTrYrZrmrVr$r0r;r1rN>sZ6      zDatabaseClient.launch_db_systemc spd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} ddd} |j j | d|j d} | rHt| tjs |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)a# Gets a list of the Autonomous Container Databases with Autonomous Data Guard-enabled associated with the specified Autonomous Container Database. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.AutonomousContainerDatabaseDataguardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_container_database_dataguard_associations API. zn/autonomousContainerDatabases/{autonomousContainerDatabaseId}/autonomousContainerDatabaseDataguardAssociationsr9list_autonomous_container_database_dataguard_associationszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabaseDataguardAssociation/ListAutonomousContainerDatabaseDataguardAssociationsr"r$limitpagecsg|]}|vr|qSr0r0r8r;r0r1r=?r>z\DatabaseClient.list_autonomous_container_database_dataguard_associations..zRlist_autonomous_container_database_dataguard_associations got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE?r>z\DatabaseClient.list_autonomous_container_database_dataguard_associations..NrrFrRrSrRrScSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE?r>rGrr$rNz5list[AutonomousContainerDatabaseDataguardAssociation]r"r4r)r,rr.rSrTrYrZrmrUrCrDr5rVr$r0r;r1rP_?sl"$     zHDatabaseClient.list_autonomous_container_database_dataguard_associationsc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrddg} |d| vrtd| d|vrgd} |d| vrtd| ||dt|dt|d t|dt|dt|d t|dt|dt|dt|dt|dt|dtd } d!d"t| D} d#d#d$} |jj|d%|j d&}|rt |t j s|j | ||j|j|jj||| | d'|d(||d) S|jj||| | d'|d(||d)Sd*S)+a Gets a list of the Autonomous Container Databases in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_exadata_infrastructure_id: (optional) The Autonomous Exadata Infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_vm_cluster_id: (optional) The Autonomous VM Cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str infrastructure_type: (optional) A filter to return only resources that match the given Infrastructure Type. Allowed values are: "CLOUD", "CLOUD_AT_CUSTOMER" :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "BACKUP_IN_PROGRESS", "RESTORING", "RESTORE_FAILED", "RESTARTING", "MAINTENANCE_IN_PROGRESS", "ROLE_CHANGE_IN_PROGRESS", "UNAVAILABLE" :param str availability_domain: (optional) A filter to return only resources that match the given availability domain exactly. :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str service_level_agreement_type: (optional) A filter to return only resources that match the given service-level agreement type exactly. :param str cloud_autonomous_vm_cluster_id: (optional) The cloud Autonomous VM Cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.AutonomousContainerDatabaseSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_container_databases API. rr#list_autonomous_container_databaseszthttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabase/ListAutonomousContainerDatabases)r"r$rrinfrastructure_typerRrSsort_by sort_orderlifecycle_stateavailability_domain display_nameservice_level_agreement_typercsg|]}|vr|qSr0r0r8r;r0r1r=-@r>zFDatabaseClient.list_autonomous_container_databases..zzFDatabaseClient.list_autonomous_container_databases..rGrr$rNz(list[AutonomousContainerDatabaseSummary]r"r0Nr)r,r1r.rSrTrYrZrm"infrastructure_type_allowed_valuessort_by_allowed_valuessort_order_allowed_valueslifecycle_state_allowed_valuesr5rVr$r0r;r1rU?sP                   z2DatabaseClient.list_autonomous_container_databasesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg}|d |vrtd|d|vrgd} |d| vrtd| |dt|dt|dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d |j d!} | rt | t j s|j | | |j| j|jj||| | d"|d#||d$ S|jj||| | d"|d#||d$Sd%S)&a Gets a list of Autonomous Database backups based on either the `autonomousDatabaseId` or `compartmentId` specified as a query parameter. :param str autonomous_database_id: (optional) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str compartment_id: (optional) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousDatabaseBackupSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_database_backups API. rr list_autonomous_database_backupsznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/ListAutonomousDatabaseBackups) r"r$rr1rRrSrWrXrYr[r6csg|]}|vr|qSr0r0r8r;r0r1r=@r>zCDatabaseClient.list_autonomous_database_backups..z9list_autonomous_database_backups got unknown kwargs: {!r}rWr`rarbrXrcrdrerY)CREATINGACTIVEDELETINGDELETEDrkrsrr1rRrSr[)rr,rRrSrurvrwrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE@r>zCDatabaseClient.list_autonomous_database_backups..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE@r>r$rNz%list[AutonomousDatabaseBackupSummary]r"r0Nr r,r.rSrTrYrZrmr|r}r~r5rVr$r0r;r1r@s>                 z/DatabaseClient.list_autonomous_database_backupsc sRd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd ||d t|d td}ddt|D}dd|dtd} ddt| D} |jj|d|j d} | r,t | t j s|j | | |j| j|jj|||| d|d||d S|jj|||| d|d||dSdS)a Gets a list of supported character sets. :param str opc_request_id: (optional) Unique identifier for the request. :param bool is_shared: (optional) Specifies whether this request is for Autonomous Database on Shared infrastructure. By default, this request will be for Autonomous Database on Dedicated Exadata Infrastructure. :param str character_set_type: (optional) Specifies whether this request pertains to database character sets or national character sets. Allowed values are: "DATABASE", "NATIONAL" :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 `__. 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.database.models.AutonomousDatabaseCharacterSets` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_database_character_sets API. z /autonomousDatabaseCharacterSetsr'list_autonomous_database_character_setsz{https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets)r"r$r6 is_sharedcharacter_set_typecsg|]}|vr|qSr0r0r8r;r0r1r=MAr>zJDatabaseClient.list_autonomous_database_character_sets..z@list_autonomous_database_character_sets got unknown kwargs: {!r}rDATABASENATIONALz:Invalid value for `character_set_type`, must be one of {0}r)isSharedcharacterSetTypecSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE]Ar>zJDatabaseClient.list_autonomous_database_character_sets..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEdAr>r$rNz%list[AutonomousDatabaseCharacterSets]r"r0Nr) r,r.rSrTrYrZrm!character_set_type_allowed_valuesr5rVr$r0r;r1rAsl"       z6DatabaseClient.list_autonomous_database_character_setsc spd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhd|vrddg} |d| vrtd| d|vrgd} |d| vrtd| d|vr&gd}|d|vr&td|d|vrRdg}|d|vrRtd||| dt | dt | dt | dt | dt | dt | dt d}d d t|D}d!d!| d"t d#}d$d t|D}|j j | d%|j d&}|rHt|tjs |j |||j|j|j j||| ||d'| d(||d) S|j j||| ||d'| d(||d) Sd S)*al Lists the Autonomous Database clones for the specified Autonomous Database. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "UPDATING", "MAINTENANCE_IN_PROGRESS", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY" :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted. Allowed values are: "NONE", "TIMECREATED", "DISPLAYNAME" :param str clone_type: (optional) A filter to return only resources that match the given clone type exactly. Allowed values are: "REFRESHABLE_CLONE" :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 `__. 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.database.models.AutonomousDatabaseSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_database_clones API. z2/autonomousDatabases/{autonomousDatabaseId}/clonesrlist_autonomous_database_cloneszghttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/ListAutonomousDatabaseClones) r"r$r6rRrSrXr[rYrW clone_typecsg|]}|vr|qSr0r0r8r;r0r1r=Ar>zBDatabaseClient.list_autonomous_database_clones..z8list_autonomous_database_clones got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEAr>zBDatabaseClient.list_autonomous_database_clones..NrrFrXrcrdrerYrfrgSTOPPINGSTOPPEDSTARTINGrirjrrRESTORE_IN_PROGRESSrnrlSCALE_IN_PROGRESSAVAILABLE_NEEDS_ATTENTIONrhrpro RECREATINGrq UPGRADING INACCESSIBLESTANDBYrsrW)NONEr`rarbrREFRESHABLE_CLONEz2Invalid value for `clone_type`, must be one of {0}rRrSr[)r,rRrSrvryrwru cloneTypecSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEBr>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEBr>r$rNlist[AutonomousDatabaseSummary]r"r4r)r,r1rr.rSrTrYrZrmrUrCrDr}r~r|clone_type_allowed_valuesr5rVr$r0r;r1rAsC $                z.DatabaseClient.list_autonomous_database_clonesc spd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} ddd} |j j | d|j d} | rHt| tjs |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)a Gets a list of the Autonomous Data Guard-enabled databases associated with the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.AutonomousDatabaseDataguardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_database_dataguard_associations API. zS/autonomousDatabases/{autonomousDatabaseId}/autonomousDatabaseDataguardAssociationsr/list_autonomous_database_dataguard_associationszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseDataguardAssociation/ListAutonomousDatabaseDataguardAssociationsrQcsg|]}|vr|qSr0r0r8r;r0r1r=eBr>zRDatabaseClient.list_autonomous_database_dataguard_associations..zHlist_autonomous_database_dataguard_associations got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEnBr>zRDatabaseClient.list_autonomous_database_dataguard_associations..NrrFrRrSrTcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rExBr>rGrr$rNz,list[AutonomousDatabaseDataguardAssociation]r"r4rrr0r;r1r7Bsl"$     z>DatabaseClient.list_autonomous_database_dataguard_associationsc sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} dd| dt d} dd t| D} |j j | d|j d} | rft| tjs>|j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)a4 Lists the OCIDs of the Autonomous Database local and connected remote refreshable clones with the region where they exist for the specified source database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.RefreshableCloneCollection` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_database_refreshable_clones API. z=/autonomousDatabases/{autonomousDatabaseId}/refreshableClonesr+list_autonomous_database_refreshable_cloneszrhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/ListAutonomousDatabaseRefreshableClones)r"r$r6rRrScsg|]}|vr|qSr0r0r8r;r0r1r=Br>zNDatabaseClient.list_autonomous_database_refreshable_clones..zDlist_autonomous_database_refreshable_clones got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEBr>zNDatabaseClient.list_autonomous_database_refreshable_clones..NrrFrRrSrTcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEBr>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEBr>r$rNRefreshableCloneCollectionr"r4rrr0r;r1rBsp%$      z:DatabaseClient.list_autonomous_database_refreshable_clonesc snd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrddg} |d| vrtd| d|vrgd} |d| vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|d t|d t|dt|dt|dt|dt|dt|d t|d!t|d"td#} d$d%t| D} d&d&|d'td(}d)d%t|D}|jj|d*|j d+}|rHt |t j s"|j |||j|j|jj||| |d,|d-||d. S|jj||| |d,|d-||d.Sd/S)0a4 Gets a list of Autonomous Databases based on the query parameters specified. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_container_database_id: (optional) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str infrastructure_type: (optional) A filter to return only resources that match the given Infrastructure Type. Allowed values are: "CLOUD", "CLOUD_AT_CUSTOMER" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "UPDATING", "MAINTENANCE_IN_PROGRESS", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY" :param str db_workload: (optional) A filter to return only autonomous database resources that match the specified workload type. Allowed values are: "OLTP", "DW", "AJD", "APEX" :param str db_version: (optional) A filter to return only autonomous database resources that match the specified dbVersion. :param bool is_free_tier: (optional) Filter on the value of the resource's 'isFreeTier' property. A value of `true` returns only Always Free resources. A value of `false` excludes Always Free resources from the returned results. Omitting this parameter returns both Always Free and paid resources. :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str opc_request_id: (optional) Unique identifier for the request. :param bool is_refreshable_clone: (optional) Filter on the value of the resource's 'isRefreshableClone' property. A value of `true` returns only refreshable clones. A value of `false` excludes refreshable clones from the returned results. Omitting this parameter returns both refreshable clones and databases that are not refreshable clones. :param bool is_data_guard_enabled: (optional) A filter to return only resources that have Data Guard enabled. :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 `__. 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.database.models.AutonomousDatabaseSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_databases API. rrlist_autonomous_databaseszbhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/ListAutonomousDatabases)r"r$rrRrSrWrXrVrY db_workload db_version is_free_tierr[r6is_refreshable_cloneis_data_guard_enabledcsg|]}|vr|qSr0r0r8r;r0r1r={Cr>z.z2list_autonomous_databases got unknown kwargs: {!r}rWr`rarbrXrcrdrerVr]r^r_rYrrsrOLTPDWAJDAPEX3Invalid value for `db_workload`, must be one of {0}rrRrSrrr[rr)r,rrRrSrurvrtrw dbWorkload dbVersion isFreeTierryisRefreshableCloneisDataGuardEnabledcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rECr>z.rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rECr>r$rNrr"r0Nr)r,r1r.rSrTrYrZrmr|r}r{r~db_workload_allowed_valuesr5rVr$r0r;r1r CsV                      z(DatabaseClient.list_autonomous_databasesc sd}d}d}d}gdfddt|D}|rBtd|d |vrjd g}|d |vrjtd |d |vrd dg} |d | vrtd| ||dt|dt|d t|d td} ddt| D} dd|dtd} ddt| D} |jj|d|j d} | rjt | t j sD|j | | |j| j|jj||| | d|d||d S|jj||| | d|d||dSdS)a Gets a list of supported Autonomous Database versions. Note that preview version software is only available for databases with `shared Exadata infrastructure`__. __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for the request. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for DBWORKLOAD is ascending. **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted. Allowed values are: "DBWORKLOAD" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :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 `__. 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.database.models.AutonomousDbPreviewVersionSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_db_preview_versions API. z/autonomousDbPreviewVersionsr#list_autonomous_db_preview_versionszyhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDbPreviewVersionSummary/ListAutonomousDbPreviewVersions)r"r$rRrSr6rWrXcsg|]}|vr|qSr0r0r8r;r0r1r=Dr>zFDatabaseClient.list_autonomous_db_preview_versions..zzFDatabaseClient.list_autonomous_db_preview_versions..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE>Dr>r$rNz'list[AutonomousDbPreviewVersionSummary]r"r0Nr) r,r1r.rSrTrYrZrmr|r}r5rVr$r0r;r1rCs~4           z2DatabaseClient.list_autonomous_db_preview_versionsc sd}d}d}d}gdfddt|D}|rBtd|d |vrlgd }|d |vrltd |d |vrd dg} |d | vrtd| ||dt|dt|d t|d td} ddt| D} dd|dtd} ddt| D} |jj|d|j d} | rlt | t j sF|j | | |j| j|jj||| | d|d||d S|jj||| | d|d||dSdS)a2 Gets a list of supported Autonomous Database versions. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for the request. :param str db_workload: (optional) A filter to return only autonomous database resources that match the specified workload type. Allowed values are: "OLTP", "DW", "AJD", "APEX" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :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 `__. 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.database.models.AutonomousDbVersionSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_db_versions API. z/autonomousDbVersionsrlist_autonomous_db_versionszkhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDbVersionSummary/ListAutonomousDbVersions)r"r$rRrSr6rrXcsg|]}|vr|qSr0r0r8r;r0r1r=Dr>z>DatabaseClient.list_autonomous_db_versions..z4list_autonomous_db_versions got unknown kwargs: {!r}rrrrXrcrdrerRrS)r,rRrSrrvcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEDr>z>DatabaseClient.list_autonomous_db_versions..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEDr>r$rNz list[AutonomousDbVersionSummary]r"r0Nr) r,r1r.rSrTrYrZrmrr}r5rVr$r0r;r1r^Ds~/           z*DatabaseClient.list_autonomous_db_versionsc s*d}d}d}d}gdfddt|D}|rBtd||||d t|d td } d d t| D} dd|dtd} dd t| D} |jj|d|j d} | rt | t j s|j | | |j| j|jj||| | d|d||d S|jj||| | d|d||dSdS)a$ **Deprecated.** :param str availability_domain: (required) The name of the Availability Domain. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousExadataInfrastructureShapeSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API. z&/autonomousExadataInfrastructureShapesr-list_autonomous_exadata_infrastructure_shapeszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructureShapeSummary/ListAutonomousExadataInfrastructureShapesr"r$rRrSr6csg|]}|vr|qSr0r0r8r;r0r1r=Er>zPDatabaseClient.list_autonomous_exadata_infrastructure_shapes..zFlist_autonomous_exadata_infrastructure_shapes got unknown kwargs: {!r}rRrSrxr,rRrScSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEEr>zPDatabaseClient.list_autonomous_exadata_infrastructure_shapes..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE$Er>r$rNz1list[AutonomousExadataInfrastructureShapeSummary]r"r0Nr) r,rZr1r.rSrTrYrZrmr5rVr$r0r;r1rDsd(       z`__. 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.database.models.AutonomousExadataInfrastructureSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_exadata_infrastructures API. rJr'list_autonomous_exadata_infrastructuresz|https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/ListAutonomousExadataInfrastructures) r"r$rRrSrWrXrYrZr[csg|]}|vr|qSr0r0r8r;r0r1r=Er>zJDatabaseClient.list_autonomous_exadata_infrastructures..z@list_autonomous_exadata_infrastructures got unknown kwargs: {!r}rWr`rarbrXrcrdrerYrfrgrhrirjrkrprsrRrSrZr[)r,rRrSrurvrwrxrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEEr>zJDatabaseClient.list_autonomous_exadata_infrastructures..rGrr$rNz,list[AutonomousExadataInfrastructureSummary]r"r0Nrr,r1r.rSrTrYrZrmr|r}r~r5rVr$r0r;r1rDEs9               z6DatabaseClient.list_autonomous_exadata_infrastructuresc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d } | rt | t j s|j | | |j| j|jj||| | d!|d"||d# S|jj||| | d!|d"||d#Sd$S)%ap Gets a list of Exadata Cloud@Customer Autonomous VM clusters in the specified compartment. To list Autonomous VM Clusters in the Oracle Cloud, see :func:`list_cloud_autonomous_vm_clusters`. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str exadata_infrastructure_id: (optional) If provided, filters the results for the given Exadata Infrastructure. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousVmClusterSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_autonomous_vm_clusters API. rrlist_autonomous_vm_clusterszdhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousVmCluster/ListAutonomousVmClusters r"r$rkrRrSrWrXrYr[r6csg|]}|vr|qSr0r0r8r;r0r1r=#Fr>z>DatabaseClient.list_autonomous_vm_clusters..z4list_autonomous_vm_clusters got unknown kwargs: {!r}rWr`rarbrXrcrdrerYrrsrkrRrSr[r,r?rRrSrurvrwrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEGFr>z>DatabaseClient.list_autonomous_vm_clusters..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rENFr>r$rNz list[AutonomousVmClusterSummary]r"r0Nrrr0r;r1rEs:                z*DatabaseClient.list_autonomous_vm_clustersc s2d}d}d}d}gdfddt|D}|rBtd|||d t|d t|d td }d dt|D}dd|dtd} ddt| D} |jj|d|j d} | r t | t j s|j | | |j| j|jj|||| d|d||d S|jj|||| d|d||dSdS)a9 Gets a list of backup destinations in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for the request. :param str type: (optional) A filter to return only resources that match the given type of the Backup Destination. :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 `__. 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.database.models.BackupDestinationSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_backup_destination API. rrlist_backup_destinationzfhttps://docs.oracle.com/iaas/api/#/en/database/20160918/BackupDestinationSummary/ListBackupDestination)r"r$rRrSr6typecsg|]}|vr|qSr0r0r8r;r0r1r=Fr>z:DatabaseClient.list_backup_destination..z0list_backup_destination got unknown kwargs: {!r}rRrSr)r,rRrSrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEFr>z:DatabaseClient.list_backup_destination..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEFr>r$rNzlist[BackupDestinationSummary]r"r0Nr r,r1r.rSrTrYrZrmr5rVr$r0r;r1rnFsd(        z&DatabaseClient.list_backup_destinationc sd}d}d}d}gdfddt|D}|rBtd||d t|d t|d t|d td }ddt|D}ddd}|jj|d|j d} | rt | t j s|j || |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a$ Gets a list of backups based on the `databaseId` or `compartmentId` specified. Either one of these query parameters must be provided. :param str database_id: (optional) The `OCID`__ of the database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str compartment_id: (optional) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.BackupSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_backups API. rr list_backupszJhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Backup/ListBackups)r"r$rr1rRrScsg|]}|vr|qSr0r0r8r;r0r1r= Gr>z/DatabaseClient.list_backups..z%list_backups got unknown kwargs: {!r}rr1rRrS)rr,rRrScSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEGr>z/DatabaseClient.list_backups..rGrr$rNzlist[BackupSummary]r"r0Nr r,r.rSrTrYrZrmr5rVr$r0r;r1rFs`'        zDatabaseClient.list_backupsc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|d t|d t|dt|dt|dtd } ddt| D} dd|dtd} ddt| D} |jj|d |j d!} | rt | t j s|j | | |j| j|jj||| | d"|d#||d$ S|jj||| | d"|d#||d$Sd%S)&a Lists Autonomous Exadata VM clusters in the Oracle cloud. For Exadata Cloud@Customer systems, see :func:`list_autonomous_vm_clusters`. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str cloud_exadata_infrastructure_id: (optional) If provided, filters the results for the specified cloud Exadata infrastructure. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS" :param str availability_domain: (optional) A filter to return only resources that match the given availability domain exactly. :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.CloudAutonomousVmClusterSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_cloud_autonomous_vm_clusters API. rr!list_cloud_autonomous_vm_clustersznhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/ListCloudAutonomousVmClusters) r"r$rwrRrSrWrXrYrZr[r6csg|]}|vr|qSr0r0r8r;r0r1r=Gr>zDDatabaseClient.list_cloud_autonomous_vm_clusters..z:list_cloud_autonomous_vm_clusters got unknown kwargs: {!r}rWr`rarbrXrcrdrerYrrsrwrRrSrZr[) r,rqrRrSrurvrwrxrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEGr>zDDatabaseClient.list_cloud_autonomous_vm_clusters..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEGr>r$rNz%list[CloudAutonomousVmClusterSummary]r"r0Nrrr0r;r1r;Gs=                 z0DatabaseClient.list_cloud_autonomous_vm_clustersc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d} | rt | t j s|j | | |j| j|jj||| | d |d!||d" S|jj||| | d |d!||d"Sd#S)$a Gets a list of the cloud Exadata infrastructure resources in the specified compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for the request. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :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 `__. 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.database.models.CloudExadataInfrastructureSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_cloud_exadata_infrastructures API. rr"list_cloud_exadata_infrastructureszrhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/ListCloudExadataInfrastructures r"r$rRrSr6rWrXrYr[csg|]}|vr|qSr0r0r8r;r0r1r=Hr>zEDatabaseClient.list_cloud_exadata_infrastructures..z;list_cloud_exadata_infrastructures got unknown kwargs: {!r}rWr`rarbrXrcrdrerYrrsrRrSr[r,rRrSrurvrwrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEBHr>zEDatabaseClient.list_cloud_exadata_infrastructures..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEIHr>r$rNz'list[CloudExadataInfrastructureSummary]r"r0Nrrr0r;r1rGs7               z1DatabaseClient.list_cloud_exadata_infrastructuresc sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd|vrgd} |d| vrtd| | dt | dt | dt d} dd t| D} dd| dt d} dd t| D} |j j | d|j d}|rt|tjsr|j | ||j|j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)a Gets the history of the maintenance update actions performed on the specified cloud VM cluster. Applies to Exadata Cloud Service instances only. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str update_type: (optional) A filter to return only resources that match the given update type exactly. Allowed values are: "GI_UPGRADE", "GI_PATCH", "OS_UPDATE" :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.UpdateHistoryEntrySummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API. z8/cloudVmClusters/{cloudVmClusterId}/updateHistoryEntriesr,list_cloud_vm_cluster_update_history_entrieszqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/UpdateHistoryEntry/ListCloudVmClusterUpdateHistoryEntriesr"r$ update_typerRrSr6csg|]}|vr|qSr0r0r8r;r0r1r=Hr>zODatabaseClient.list_cloud_vm_cluster_update_history_entries..zElist_cloud_vm_cluster_update_history_entries got unknown kwargs: {!r}r|cSsi|]\}}|tur||qSr0r@rBr0r0r1rEHr>zODatabaseClient.list_cloud_vm_cluster_update_history_entries..NrrFr GI_UPGRADEGI_PATCH OS_UPDATE3Invalid value for `update_type`, must be one of {0}rRrS updateTyperRrScSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEHr>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEHr>r$rNzlist[UpdateHistoryEntrySummary]r"r4rr,rr.rSrTrYrZrmrUrCrDupdate_type_allowed_valuesr5rVr$r0r;r1riHs~*$        z;DatabaseClient.list_cloud_vm_cluster_update_history_entriesc sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd|vrgd} |d| vrtd| | dt | dt | dt d} dd t| D} dd| dt d} dd t| D} |j j | d|j d}|rt|tjsr|j | ||j|j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)a Lists the maintenance updates that can be applied to the specified cloud VM cluster. Applies to Exadata Cloud Service instances only. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str update_type: (optional) A filter to return only resources that match the given update type exactly. Allowed values are: "GI_UPGRADE", "GI_PATCH", "OS_UPDATE" :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.UpdateSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_cloud_vm_cluster_updates API. z+/cloudVmClusters/{cloudVmClusterId}/updatesrlist_cloud_vm_cluster_updateszXhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Update/ListCloudVmClusterUpdatesrcsg|]}|vr|qSr0r0r8r;r0r1r=Ir>z@DatabaseClient.list_cloud_vm_cluster_updates..z6list_cloud_vm_cluster_updates got unknown kwargs: {!r}r|cSsi|]\}}|tur||qSr0r@rBr0r0r1rE&Ir>z@DatabaseClient.list_cloud_vm_cluster_updates..NrrFrrrrRrSrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE8Ir>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE?Ir>r$rNzlist[UpdateSummary]r"r4rrr0r;r1rHs~*$        z,DatabaseClient.list_cloud_vm_cluster_updatesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d } | rt | t j s|j | | |j| j|jj||| | d!|d"||d# S|jj||| | d!|d"||d#Sd$S)%ak Gets a list of the cloud VM clusters in the specified compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str cloud_exadata_infrastructure_id: (optional) If provided, filters the results for the specified cloud Exadata infrastructure. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only cloud VM clusters that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.CloudVmClusterSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_cloud_vm_clusters API. rrlist_cloud_vm_clusterszZhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/ListCloudVmClusters) r"r$rwrRrSrWrXrYr[r6csg|]}|vr|qSr0r0r8r;r0r1r=Ir>z9DatabaseClient.list_cloud_vm_clusters..z/list_cloud_vm_clusters got unknown kwargs: {!r}rWr`rarbrXrcrdrerYrrsrwrRrSr[)r,rqrRrSrurvrwrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEIr>z9DatabaseClient.list_cloud_vm_clusters..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEIr>r$rNzlist[CloudVmClusterSummary]r"r0Nrrr0r;r1raIs:                z%DatabaseClient.list_cloud_vm_clustersc s:d}d}d}d}dgfddt|D}|r@td|d |i}d d t|D}t|D]:\} } | d ust| tjrft| d krftd| qfddd} |j j | d|j d} | rt| t js|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Lists the console connections for the specified database node. :param str db_node_id: (required) The database node `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.ConsoleConnectionSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_console_connections API. rrlist_console_connectionsz`https://docs.oracle.com/iaas/api/#/en/database/20160918/ConsoleConnection/ListConsoleConnectionsr$csg|]}|vr|qSr0r0r8r;r0r1r=Jr>z;DatabaseClient.list_console_connections..z1list_console_connections got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE#Jr>z;DatabaseClient.list_console_connections..NrrFrGrrNzlist[ConsoleConnectionSummary]r"rurrr0r;r1rIs`$    z'DatabaseClient.list_console_connectionsc srd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt |d} dd t| D} ddd} |j j | d|j d}|rJt|tjs"|j | ||j|j|j j||| | | d| d||d S|j j||| | | d| d||d Sd S)a2 Lists the patches applicable to the requested container database. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.AutonomousPatchSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_container_database_patches API. zE/autonomousContainerDatabases/{autonomousContainerDatabaseId}/patchesrlist_container_database_patcheszdhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousPatch/ListContainerDatabasePatchesrQcsg|]}|vr|qSr0r0r8r;r0r1r=Jr>zBDatabaseClient.list_container_database_patches..z8list_container_database_patches got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEJr>zBDatabaseClient.list_container_database_patches..NrrFrRrS)rRrSr,cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEJr>rGrr$rNzlist[AutonomousPatchSummary]r"r4r)r,rr1r.rSrTrYrZrmrUrCrDr5rVr$r0r;r1rLJsn'$     z.DatabaseClient.list_container_database_patchesc spd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} ddd} |j j | d|j d} | rHt| tjs |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)aW Lists all Data Guard associations for the specified database. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.DataGuardAssociationSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_data_guard_associations API. rrlist_data_guard_associationszfhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DataGuardAssociation/ListDataGuardAssociationsrQcsg|]}|vr|qSr0r0r8r;r0r1r=Jr>z?DatabaseClient.list_data_guard_associations..z5list_data_guard_associations got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEJr>z?DatabaseClient.list_data_guard_associations..NrrFrRrSrTcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEJr>rGrr$rNz!list[DataGuardAssociationSummary]r"r4rrZr0r;r1rJsl"$     z+DatabaseClient.list_data_guard_associationsc s(d}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| d|vrddg} |d| vrtd| d|vrgd} |d| vrtd| ||dt|dt|d t|d t|dt|dt|dt|dt|dtd } d d!t| D} d"d"d#}|jj|d$|j d%}|rt |t j s|j |||j|j|jj||| |d&|d'||d( S|jj||| |d&|d'||d(Sd)S)*aZ Gets a list of the database software images in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "DELETING", "DELETED", "FAILED", "TERMINATING", "TERMINATED", "UPDATING" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str image_type: (optional) A filter to return only resources that match the given image type exactly. Allowed values are: "GRID_IMAGE", "DATABASE_IMAGE" :param str image_shape_family: (optional) A filter to return only resources that match the given image shape family exactly. Allowed values are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE" :param bool is_upgrade_supported: (optional) If provided, filters the results to the set of database versions which are supported for Upgrade. :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 `__. 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.database.models.DatabaseSoftwareImageSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_database_software_images API. rrlist_database_software_imageszhhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DatabaseSoftwareImage/ListDatabaseSoftwareImages) r"r$rRrSrWrXrYr[ image_typeimage_shape_familyis_upgrade_supportedcsg|]}|vr|qSr0r0r8r;r0r1r=vKr>z@DatabaseClient.list_database_software_images..z6list_database_software_images got unknown kwargs: {!r}rWr`rarbrXrcrdrerY)rfrgrrrkrirjrhrsr GRID_IMAGEDATABASE_IMAGEz2Invalid value for `image_type`, must be one of {0}r) VM_BM_SHAPE EXADATA_SHAPE EXACC_SHAPEz:Invalid value for `image_shape_family`, must be one of {0}rRrSr[r) r,rRrSrurvrwry imageTypeimageShapeFamilyisUpgradeSupportedcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEKr>z@DatabaseClient.list_database_software_images..rGrr$rNz"list[DatabaseSoftwareImageSummary]r"r0Nr)r,r1r.rSrTrYrZrmr|r}r~image_type_allowed_values!image_shape_family_allowed_valuesr5rVr$r0r;r1r"KsA                   z,DatabaseClient.list_database_software_imagesc sdd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd|vrgd} |d| vrtd| d|vrgd} |d| vrtd| d|vr$dg} |d| vr$td| d|vrRddg}|d|vrRtd|| dt | dt | dt | dt | dt | dt d}dd t|D}d d | d!t d"}d#d t|D}|j j | d$|j d%}|r`__. 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.database.models.DatabaseUpgradeHistoryEntrySummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_database_upgrade_history_entries API. z-/databases/{databaseId}/upgradeHistoryEntriesr%list_database_upgrade_history_entrieszbhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/ListDatabaseUpgradeHistoryEntries) r"r$upgrade_actionrYrWrXr6rRrScsg|]}|vr|qSr0r0r8r;r0r1r=Lr>zHDatabaseClient.list_database_upgrade_history_entries..z>list_database_upgrade_history_entries got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE"Lr>zHDatabaseClient.list_database_upgrade_history_entries..NrrFr)PRECHECKUPGRADEROLLBACK6Invalid value for `upgrade_action`, must be one of {0}rY SUCCEEDEDrk IN_PROGRESSrsrW TIMESTARTEDrbrXrcrdrerRrS) upgradeActionrwrurvrRrScSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rELLr>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rESLr>r$rNz(list[DatabaseUpgradeHistoryEntrySummary]r"r4r)r,rr.rSrTrYrZrmrUrCrDupgrade_action_allowed_valuesr~r|r}r5rVr$r0r;r1rKs9 $              z4DatabaseClient.list_database_upgrade_history_entriesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|dt|d t|d t|dt|dtd } ddt| D} ddd} |jj|d|j d} | rt | t j sz|j | | |j| j|jj||| | d |d!||d" S|jj||| | d |d!||d"Sd#S)$a Gets a list of the databases in the specified Database Home. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str db_home_id: (optional) A Database Home `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str system_id: (optional) The `OCID`__ of the Exadata DB system that you want to filter the database results by. Applies only to Exadata DB systems. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DBNAME is ascending. The DBNAME sort order is case sensitive. Allowed values are: "DBNAME", "TIMECREATED" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "BACKUP_IN_PROGRESS", "UPGRADING", "CONVERTING", "TERMINATING", "TERMINATED", "RESTORE_FAILED", "FAILED" :param str db_name: (optional) A filter to return only resources that match the entire database name given. The match is not case sensitive. :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 `__. 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.database.models.DatabaseSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_databases API. rrlist_databaseszNhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/ListDatabases) r"r$rb system_idrRrSrWrXrYdb_namecsg|]}|vr|qSr0r0r8r;r0r1r=Lr>z1DatabaseClient.list_databases..z'list_databases got unknown kwargs: {!r}rWDBNAMEr`rbrXrcrdrerY) rfrgrhrlr CONVERTINGrirjrnrkrsrbrrRrSr) r,r`systemIdrRrSrurvrwdbNamecSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rELr>z1DatabaseClient.list_databases..rGrr$rNzlist[DatabaseSummary]r"r0Nrrr0r;r1ruLs>                zDatabaseClient.list_databasesc spd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} ddd} |j j | d|j d} | rHt| tjs |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)al Lists the history of patch operations on the specified Database Home. :param str db_home_id: (required) The Database Home `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.PatchHistoryEntrySummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_home_patch_history_entries API. z'/dbHomes/{dbHomeId}/patchHistoryEntriesr"list_db_home_patch_history_entrieszghttps://docs.oracle.com/iaas/api/#/en/database/20160918/PatchHistoryEntry/ListDbHomePatchHistoryEntriesrQcsg|]}|vr|qSr0r0r8r;r0r1r==Mr>zEDatabaseClient.list_db_home_patch_history_entries..z;list_db_home_patch_history_entries got unknown kwargs: {!r}r`cSsi|]\}}|tur||qSr0r@rBr0r0r1rEFMr>zEDatabaseClient.list_db_home_patch_history_entries..NrrFrRrSrTcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEPMr>rGrr$rNlist[PatchHistoryEntrySummary]r"r4rrar0r;r1rMsl"$     z1DatabaseClient.list_db_home_patch_history_entriesc spd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} ddd} |j j | d|j d} | rHt| tjs |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)a7 Lists patches applicable to the requested Database Home. :param str db_home_id: (required) The Database Home `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.PatchSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_home_patches API. z/dbHomes/{dbHomeId}/patchesrlist_db_home_patcheszOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Patch/ListDbHomePatchesrQcsg|]}|vr|qSr0r0r8r;r0r1r=Mr>z7DatabaseClient.list_db_home_patches..z-list_db_home_patches got unknown kwargs: {!r}r`cSsi|]\}}|tur||qSr0r@rBr0r0r1rEMr>z7DatabaseClient.list_db_home_patches..NrrFrRrSrTcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEMr>rGrr$rNlist[PatchSummary]r"r4rrar0r;r1rwMsl"$     z#DatabaseClient.list_db_home_patchesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|dt|dt|dt|d t|d t|dt|dtd } ddt| D} ddd} |jj|d |j d!} | rt | t j s|j | | |j| j|jj||| | d"|d#||d$ S|jj||| | d"|d#||d$Sd%S)&a} Lists the Database Homes in the specified DB system and compartment. A Database Home is a directory where Oracle Database software is installed. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str db_system_id: (optional) The DB system `OCID`__. If provided, filters the results to the set of database versions which are supported for the DB system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str vm_cluster_id: (optional) The `OCID`__ of the VM cluster. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str backup_id: (optional) The `OCID`__ of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str db_version: (optional) A filter to return only DB Homes that match the specified dbVersion. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :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 `__. 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.database.models.DbHomeSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_homes API. rr list_db_homeszJhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbHome/ListDbHomes) r"r$rrrrrRrSrWrXrYr[csg|]}|vr|qSr0r0r8r;r0r1r=9Nr>z0DatabaseClient.list_db_homes..z&list_db_homes got unknown kwargs: {!r}rWr`rarbrXrcrdrerYrfrgrhrirjrkrsrrrrrRrSr[) r,rrrrrRrSrurvrwrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE`Nr>z0DatabaseClient.list_db_homes..rGrr$rNzlist[DbHomeSummary]r"r0Nrrr0r;r1rMsF                 zDatabaseClient.list_db_homesc sd}d}d}d}gdfddt|D}|rBtd|d |vrjd g}|d |vrjtd |d |vrd dg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|dt|d t|d t|dt|dtd } ddt| D} ddd} |jj|d|j d} | rt | t j sx|j | | |j| j|jj||| | d|d ||d! S|jj||| | d|d ||d!Sd"S)#aX Lists the database nodes in the specified DB system and compartment. A database node is a server running database software. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str db_system_id: (optional) The DB system `OCID`__. If provided, filters the results to the set of database versions which are supported for the DB system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str vm_cluster_id: (optional) The `OCID`__ of the VM cluster. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) Sort by TIMECREATED. Default order for TIMECREATED is descending. Allowed values are: "TIMECREATED" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "FAILED" :param str db_server_id: (optional) The `OCID`__ of the Exacc Db server. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.DbNodeSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_nodes API. z/dbNodesr list_db_nodeszJhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbNode/ListDbNodes) r"r$rrrRrSrWrXrYr csg|]}|vr|qSr0r0r8r;r0r1r=Nr>z0DatabaseClient.list_db_nodes..z&list_db_nodes got unknown kwargs: {!r}rWr`rbrXrcrdrerY) rfrgrhrrrrirjrkrsrrrRrSr ) r,rrrRrSrurvrwr cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rENr>z0DatabaseClient.list_db_nodes..rGrr$rNzlist[DbNodeSummary]r"r0Nrrr0r;r1rNs@                zDatabaseClient.list_db_nodesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g} |d | vrltd | d |vrdg} |d | vrtd| d|vrgd} |d| vrtd| |||dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d}|rt |t j s|j | ||j|j|jj||| | d|d ||d! S|jj||| | d|d ||d!Sd"S)#av Lists the Exadata DB servers in the ExadataInfrastructureId and specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str exadata_infrastructure_id: (required) The `OCID`__ of the ExadataInfrastructure. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str opc_request_id: (optional) Unique identifier for the request. :param str sort_by: (optional) Sort by TIMECREATED. Default order for TIMECREATED is descending. Allowed values are: "TIMECREATED" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "CREATING", "AVAILABLE", "UNAVAILABLE", "DELETING", "DELETED", "MAINTENANCE_IN_PROGRESS" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :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 `__. 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.database.models.DbServerSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_servers API. z /dbServersrlist_db_serverszNhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbServer/ListDbServers) r"r$rRrSrXr6rWrYr[csg|]}|vr|qSr0r0r8r;r0r1r=nOr>z2DatabaseClient.list_db_servers..z(list_db_servers got unknown kwargs: {!r}rXrcrdrerWr`rbrY)rrgrrrrrprsrRrSr[)r,r?rRrSrvrurwrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEOr>z2DatabaseClient.list_db_servers..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEOr>r$rNzlist[DbServerSummary]r"r0Nr)r,r1rkr.rSrTrYrZrmr}r|r~r5rVr$r0r;r1r!Os<               zDatabaseClient.list_db_serversc sd}d}d}d}gdfddt|D}|rBtd|d |d ti}d d t|D}d d |dtd}dd t|D}|jj|d|j d} | rt | t j s|j || |j| j|jj||||d|d||d S|jj||||d|d||dSdS)a? Gets a list of expected compute performance parameters for a virtual machine DB system based on system configuration. :param str db_system_shape: (optional) If provided, filters the results to the set of database versions which are supported for the given shape. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.DbSystemComputePerformanceSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_system_compute_performances API. z/dbSystemComputePerformancer#list_db_system_compute_performanceszyhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystemComputePerformanceSummary/ListDbSystemComputePerformances)r"r$db_system_shaper6csg|]}|vr|qSr0r0r8r;r0r1r=Or>zFDatabaseClient.list_db_system_compute_performances..zzFDatabaseClient.list_db_system_compute_performances..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEOr>r$rNz'list[DbSystemComputePerformanceSummary]r"r0Nrrr0r;r1rOs^      z2DatabaseClient.list_db_system_compute_performancesc spd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} ddd} |j j | d|j d} | rHt| tjs |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)at Gets the history of the patch actions performed on the specified DB system. :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.PatchHistoryEntrySummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_system_patch_history_entries API. z+/dbSystems/{dbSystemId}/patchHistoryEntriesr$list_db_system_patch_history_entrieszihttps://docs.oracle.com/iaas/api/#/en/database/20160918/PatchHistoryEntry/ListDbSystemPatchHistoryEntriesrQcsg|]}|vr|qSr0r0r8r;r0r1r=?Pr>zGDatabaseClient.list_db_system_patch_history_entries..z=list_db_system_patch_history_entries got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEHPr>zGDatabaseClient.list_db_system_patch_history_entries..NrrFrRrSrTcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rERPr>rGrr$rNrr"r4rr,rr.rSrTrYrZrmrUrCrDr5rVr$r0r;r1rPsl"$     z3DatabaseClient.list_db_system_patch_history_entriesc spd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} ddd} |j j | d|j d} | rHt| tjs |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)a9 Lists the patches applicable to the specified DB system. :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.PatchSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_system_patches API. z/dbSystems/{dbSystemId}/patchesrlist_db_system_patcheszQhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Patch/ListDbSystemPatchesrQcsg|]}|vr|qSr0r0r8r;r0r1r=Pr>z9DatabaseClient.list_db_system_patches..z/list_db_system_patches got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEPr>z9DatabaseClient.list_db_system_patches..NrrFrRrSrTcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEPr>rGrr$rNrr"r4rrr0r;r1ryPsl"$     z%DatabaseClient.list_db_system_patchesc sd}d}d}d}gdfddt|D}|rBtd||d t||d t|d td }d dt|D}ddd} |jj|d|j d} | rt | t j s|j | | |j| j|jj|||| d|d||d S|jj|||| d|d||dSdS)aX Gets a list of the shapes that can be used to launch a new DB system. The shape determines resources to allocate to the DB system - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str availability_domain: (optional) The name of the Availability Domain. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.DbSystemShapeSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_system_shapes API. z/dbSystemShapesrlist_db_system_shapesz_https://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystemShapeSummary/ListDbSystemShapes)r"r$rZrRrScsg|]}|vr|qSr0r0r8r;r0r1r=Qr>z8DatabaseClient.list_db_system_shapes..z.list_db_system_shapes got unknown kwargs: {!r}rZrRrSrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEQr>z8DatabaseClient.list_db_system_shapes..rGrr$rNzlist[DbSystemShapeSummary]r"r0Nrrr0r;r1r Ps`%       z$DatabaseClient.list_db_system_shapesc s<d}d}d}d}gdfddt|D}|rBtd|d d g}||vr`td |||d td } ddt| D} dd|dtd} ddt| D} |jj|d|j d} | rt | t j s|j | | |j| j|jj||| | d|d||d S|jj||| | d|d||dSdS)a Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration. :param str storage_management: (required) The DB system storage management option. Used to list database versions available for that storage manager. Valid values are `ASM` and `LVM`. * ASM specifies Oracle Automatic Storage Management * LVM specifies logical volume manager, sometimes called logical disk manager. Allowed values are: "ASM", "LVM" :param str shape_type: (optional) Optional. Filters the performance results by shape type. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.DbSystemStoragePerformanceSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_system_storage_performances API. z/dbSystemStoragePerformancer#list_db_system_storage_performanceszyhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystemStoragePerformanceSummary/ListDbSystemStoragePerformances)r"r$ shape_typer6csg|]}|vr|qSr0r0r8r;r0r1r=sQr>zFDatabaseClient.list_db_system_storage_performances..zzFDatabaseClient.list_db_system_storage_performances..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEQr>r$rNz'list[DbSystemStoragePerformanceSummary]r"r0Nr) r,storage_managementr.rSrTrYrZrm!storage_management_allowed_valuesr5rVr$r0r;r1r CQsj$      z2DatabaseClient.list_db_system_storage_performancesc sdd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd|vrddg} |d| vrtd| d|vrdg} |d| vrtd| d|vr$gd} |d| vr$td| d|vrRgd}|d|vrRtd|| dt | dt | dt | dt | dt | dt d}dd t|D}d d | d!t d"}d#d t|D}|j j | d$|j d%}|r`__. 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.database.models.DbSystemUpgradeHistoryEntrySummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_system_upgrade_history_entries API. z-/dbSystems/{dbSystemId}/upgradeHistoryEntriesr&list_db_system_upgrade_history_entrieszuhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystemUpgradeHistoryEntry/ListDbSystemUpgradeHistoryEntries) r"r$rRrSrXrWrrYr6csg|]}|vr|qSr0r0r8r;r0r1r=Qr>zIDatabaseClient.list_db_system_upgrade_history_entries..z?list_db_system_upgrade_history_entries got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEQr>zIDatabaseClient.list_db_system_upgrade_history_entries..NrrFrXrcrdrerWrrbr)rrUPDATE_SNAPSHOT_RETENTION_DAYSrrrY)rrrkNEEDS_ATTENTIONrsrRrS)rRrSrvrurrwcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE&Rr>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE-Rr>r$rNz(list[DbSystemUpgradeHistoryEntrySummary]r"r4r)r,rr.rSrTrYrZrmrUrCrDr}r|rr~r5rVr$r0r;r1rQs9 $              z5DatabaseClient.list_db_system_upgrade_history_entriesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|d t|d t|dt|dt|dtd } ddt| D} ddd} |jj|d|j d} | rt | t j sz|j | | |j| j|jj||| | d |d!||d" S|jj||| | d |d!||d"Sd#S)$a0 Lists the DB systems in the specified compartment. You can specify a `backupId` to list only the DB systems that support creating a database using this backup in this compartment. **Note:** Deprecated for Exadata Cloud Service systems. Use the `new resource model APIs`__ instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See `Switching an Exadata DB System to the New Resource Model and APIs`__ for details on converting existing Exadata DB systems to the new resource model. __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str backup_id: (optional) The `OCID`__ of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MIGRATED", "MAINTENANCE_IN_PROGRESS", "NEEDS_ATTENTION", "UPGRADING" :param str availability_domain: (optional) A filter to return only resources that match the given availability domain exactly. :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :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 `__. 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.database.models.DbSystemSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_systems API. rMrlist_db_systemszNhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/ListDbSystems) r"r$rRrSrrWrXrYrZr[csg|]}|vr|qSr0r0r8r;r0r1r=Rr>z2DatabaseClient.list_db_systems..z(list_db_systems got unknown kwargs: {!r}rWr`rarbrXrcrdrerY) rfrgrhrirjrkMIGRATEDrprrrsrRrSrrZr[) r,rRrSrrurvrwrxrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rERr>z2DatabaseClient.list_db_systems..rGrr$rNzlist[DbSystemSummary]r"r0Nrrr0r;r1rORsE                zDatabaseClient.list_db_systemsc shd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |||d t|dt|dt|dt|d t|dt|dtd} ddt| D} ddd} |jj|d|j d} | rBt | t j s|j | | |j| j|jj||| | d|d||d S|jj||| | d|d||dSdS)a Gets a list of supported Oracle Database versions. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str db_system_shape: (optional) If provided, filters the results to the set of database versions which are supported for the given shape. :param str db_system_id: (optional) The DB system `OCID`__. If provided, filters the results to the set of database versions which are supported for the DB system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str storage_management: (optional) The DB system storage management option. Used to list database versions available for that storage manager. Valid values are `ASM` and `LVM`. * ASM specifies Oracle Automatic Storage Management * LVM specifies logical volume manager, sometimes called logical disk manager. Allowed values are: "ASM", "LVM" :param bool is_upgrade_supported: (optional) If provided, filters the results to the set of database versions which are supported for Upgrade. :param bool is_database_software_image_supported: (optional) If true, filters the results to the set of Oracle Database versions that are supported for OCI database software images. :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 `__. 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.database.models.DbVersionSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_db_versions API. z /dbVersionsrlist_db_versionszWhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions) r"r$rRrSrrrr$is_database_software_image_supportedcsg|]}|vr|qSr0r0r8r;r0r1r=8Sr>z3DatabaseClient.list_db_versions..z)list_db_versions got unknown kwargs: {!r}rr r rrRrSrrrr)r,rRrSrrrr isDatabaseSoftwareImageSupportedcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rENSr>z3DatabaseClient.list_db_versions..rGrr$rNzlist[DbVersionSummary]r"r0Nr) r,r1r.rSrTrYrZrmrr5rVr$r0r;r1rRst7             zDatabaseClient.list_db_versionsc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d} | rt | t j s|j | | |j| j|jj||| | d |d!||d" S|jj||| | d |d!||d"Sd#S)$au Lists the Exadata infrastructure resources in the specified compartment. Applies to Exadata Cloud@Customer instances only. To list the Exadata Cloud Service infrastructure resources in a compartment, use the :func:`list_cloud_exadata_infrastructures` operation. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for the request. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "CREATING", "REQUIRES_ACTIVATION", "ACTIVATING", "ACTIVE", "ACTIVATION_FAILED", "FAILED", "UPDATING", "DELETING", "DELETED", "DISCONNECTED", "MAINTENANCE_IN_PROGRESS" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :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 `__. 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.database.models.ExadataInfrastructureSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_exadata_infrastructures API. r rlist_exadata_infrastructureszhhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/ListExadataInfrastructuresrcsg|]}|vr|qSr0r0r8r;r0r1r=Sr>z?DatabaseClient.list_exadata_infrastructures..z5list_exadata_infrastructures got unknown kwargs: {!r}rWr`rarbrXrcrdrerY) rREQUIRES_ACTIVATION ACTIVATINGrACTIVATION_FAILEDrkrhrr DISCONNECTEDrprsrRrSr[rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rESr>z?DatabaseClient.list_exadata_infrastructures..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rESr>r$rNz"list[ExadataInfrastructureSummary]r"r0Nrrr0r;r1rsSs8               z+DatabaseClient.list_exadata_infrastructuresc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d} | rt | t j s|j | | |j| j|jj||| | d |d!||d" S|jj||| | d |d!||d"Sd#S)$a Gets a list of the external container databases in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "DISPLAYNAME", "TIMECREATED" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the specified lifecycle state. Allowed values are: "PROVISIONING", "NOT_CONNECTED", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :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 `__. 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.database.models.ExternalContainerDatabaseSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_external_container_databases API. rr!list_external_container_databaseszphttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/ListExternalContainerDatabases r"r$r6rRrSrWrXrYr[csg|]}|vr|qSr0r0r8r;r0r1r=QTr>zDDatabaseClient.list_external_container_databases..z:list_external_container_databases got unknown kwargs: {!r}rWrar`rbrXrcrdrerYrf NOT_CONNECTEDrgrhrirjrkrsrRrSr[rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEtTr>zDDatabaseClient.list_external_container_databases..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE{Tr>r$rNz&list[ExternalContainerDatabaseSummary]r"r0Nrrr0r;r1r Ts:               z0DatabaseClient.list_external_container_databasesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g} |d | vrltd | d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| |||dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d}|rt |t j s|j | ||j|j|jj||| | d |d!||d" S|jj||| | d |d!||d"Sd#S)$af Gets a list of the external database connectors in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str external_database_id: (required) The `OCID`__ of the external database whose connectors will be listed. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "DISPLAYNAME", "TIMECREATED" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the specified lifecycle state. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :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 `__. 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.database.models.ExternalDatabaseConnectorSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_external_database_connectors API. rr!list_external_database_connectorszphttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalDatabaseConnector/ListExternalDatabaseConnectorsr!csg|]}|vr|qSr0r0r8r;r0r1r=Tr>zDDatabaseClient.list_external_database_connectors..z:list_external_database_connectors got unknown kwargs: {!r}rWrar`rbrXrcrdrerYrrsrRrSr[)r,externalDatabaseIdrRrSrurvrwrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEUr>zDDatabaseClient.list_external_database_connectors..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEUr>r$rNz&list[ExternalDatabaseConnectorSummary]r"r0Nr)r,r1external_database_idr.rSrTrYrZrmr|r}r~r5rVr$r0r;r1r$Ts?               z0DatabaseClient.list_external_database_connectorsc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d} | rt | t j s|j | | |j| j|jj||| | d |d!||d" S|jj||| | d |d!||d"Sd#S)$a Gets a list of the ExternalNonContainerDatabases in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "DISPLAYNAME", "TIMECREATED" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the specified lifecycle state. Allowed values are: "PROVISIONING", "NOT_CONNECTED", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :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 `__. 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.database.models.ExternalNonContainerDatabaseSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_external_non_container_databases API. rr%list_external_non_container_databaseszvhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/ListExternalNonContainerDatabasesr!csg|]}|vr|qSr0r0r8r;r0r1r=Ur>zHDatabaseClient.list_external_non_container_databases..z>list_external_non_container_databases got unknown kwargs: {!r}rWrar`rbrXrcrdrerYr"rsrRrSr[rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEUr>zHDatabaseClient.list_external_non_container_databases..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEUr>r$rNz)list[ExternalNonContainerDatabaseSummary]r"r0Nrrr0r;r1r'6Us:               z4DatabaseClient.list_external_non_container_databasesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d } | rt | t j s|j | | |j| j|jj||| | d!|d"||d# S|jj||| | d!|d"||d#Sd$S)%a Gets a list of the :func:`create_external_pluggable_database_details` resources in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :param str external_container_database_id: (optional) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "DISPLAYNAME", "TIMECREATED" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the specified lifecycle state. Allowed values are: "PROVISIONING", "NOT_CONNECTED", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :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 `__. 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.database.models.ExternalPluggableDatabaseSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_external_pluggable_databases API. rr!list_external_pluggable_databaseszphttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/ListExternalPluggableDatabases) r"r$r6rrRrSrWrXrYr[csg|]}|vr|qSr0r0r8r;r0r1r=Vr>zDDatabaseClient.list_external_pluggable_databases..z:list_external_pluggable_databases got unknown kwargs: {!r}rWrar`rbrXrcrdrerYr"rsrrRrSr[)r,rrRrSrurvrwrycSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEAVr>zDDatabaseClient.list_external_pluggable_databases..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEHVr>r$rNz&list[ExternalPluggableDatabaseSummary]r"r0Nrrr0r;r1r(Us@                z0DatabaseClient.list_external_pluggable_databasesc s|d}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrdg} |d | vrtd| ||dt|d t|d t|dt|dtd} ddt| D} ddd} |jj|d|j d} | rVt | t j s0|j | | |j| j|jj||| | d|d||d S|jj||| | d|d||dSdS)a Gets a list of the flex components that can be used to launch a new DB system. The flex component determines resources to allocate to the DB system - Database Servers and Storage Servers. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str name: (optional) A filter to return only resources that match the entire name given. The match is not case sensitive. :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for NAME is ascending. The NAME sort order is case sensitive. Allowed values are: "NAME" :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.FlexComponentCollection` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_flex_components API. z/dbSystemShapes/flexComponentsrlist_flex_componentszbhttps://docs.oracle.com/iaas/api/#/en/database/20160918/FlexComponentCollection/ListFlexComponents)r"r$namerXrWrRrScsg|]}|vr|qSr0r0r8r;r0r1r=Vr>z7DatabaseClient.list_flex_components..z-list_flex_components got unknown kwargs: {!r}rXrcrdrerWNAMErbr*rRrS)r,r*rvrurRrScSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEVr>z7DatabaseClient.list_flex_components..rGrr$rNFlexComponentCollectionr"r0Nr) r,r1r.rSrTrYrZrmr}r|r5rVr$r0r;r1r)hVs|/           z#DatabaseClient.list_flex_componentsc sHd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |||d t|dt|d t|dtd} ddt| D} ddd} |jj|d|j d} | r"t | t j s|j | | |j| j|jj||| | d|d||d S|jj||| | d|d||dSdS)ab Gets a list of supported GI versions for the Exadata Cloud@Customer VM cluster. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str shape: (optional) If provided, filters the results for the given shape. :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 `__. 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.database.models.GiVersionSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_gi_versions API. z /giVersionsrlist_gi_versionszWhttps://docs.oracle.com/iaas/api/#/en/database/20160918/GiVersionSummary/ListGiVersions)r"r$rRrSrXshapecsg|]}|vr|qSr0r0r8r;r0r1r=Wr>z3DatabaseClient.list_gi_versions..z)list_gi_versions got unknown kwargs: {!r}rXrcrdrerRrSr.)r,rRrSrvr.cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE1Wr>z3DatabaseClient.list_gi_versions..rGrr$rNzlist[GiVersionSummary]r"r0Nr) r,r1r.rSrTrYrZrmr}r5rVr$r0r;r1r-Vsn*         zDatabaseClient.list_gi_versionsc s(d}d}d}d}gdfddt|D}|rBtd|||d t|d td }d d t|D}dd|dtd} dd t| D} |jj|d|j d} | rt | t j s|j | | |j| j|jj|||| d|d||d S|jj|||| d|d||dSdS)a Gets a list of key stores in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.KeyStoreSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_key_stores API. r!rlist_key_storeszUhttps://docs.oracle.com/iaas/api/#/en/database/20160918/KeyStoreSummary/ListKeyStoresrcsg|]}|vr|qSr0r0r8r;r0r1r=Wr>z2DatabaseClient.list_key_stores..z(list_key_stores got unknown kwargs: {!r}rRrS)r,rRrScSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEWr>z2DatabaseClient.list_key_stores..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEWr>r$rNzlist[KeyStoreSummary]r"r0Nrrr0r;r1r/VWsb%       zDatabaseClient.list_key_storesc s`d}d}d}d}gdfddt|D}|rBtd|d |vrlgd }|d |vrltd |d |vrd dg} |d | vrtd| d|vrgd} |d| vrtd| d|vrddg} |d| vrtd| d|vrgd} |d| vrtd| d|vrFgd} |d| vrFtd| ||dt|d t|d t|dt|dt|dt|dt|dt|d t|dtd! }d"d#t|D}d$d$d%}|jj|d&|j d'}|r:t |t j s|j |||j|j|jj||||d(|d)||d* S|jj||||d(|d)||d*Sd+S),a Gets a list of the maintenance run histories in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str target_resource_id: (optional) The target resource ID. :param str target_resource_type: (optional) The type of the target resource. Allowed values are: "AUTONOMOUS_EXADATA_INFRASTRUCTURE", "AUTONOMOUS_CONTAINER_DATABASE", "EXADATA_DB_SYSTEM", "CLOUD_EXADATA_INFRASTRUCTURE", "EXACC_INFRASTRUCTURE", "AUTONOMOUS_VM_CLUSTER", "AUTONOMOUS_DATABASE", "CLOUD_AUTONOMOUS_VM_CLUSTER" :param str maintenance_type: (optional) The maintenance type. Allowed values are: "PLANNED", "UNPLANNED" :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIME_SCHEDULED and TIME_ENDED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted. Allowed values are: "TIME_SCHEDULED", "TIME_ENDED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) The state of the maintenance run history. Allowed values are: "SCHEDULED", "IN_PROGRESS", "SUCCEEDED", "SKIPPED", "FAILED", "UPDATING", "DELETING", "DELETED", "CANCELED" :param str availability_domain: (optional) A filter to return only resources that match the given availability domain exactly. :param str maintenance_subtype: (optional) The sub-type of the maintenance run. Allowed values are: "QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY" :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 `__. 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.database.models.MaintenanceRunHistorySummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_maintenance_run_history API. z/maintenanceRunHistoryrlist_maintenance_run_historyzghttps://docs.oracle.com/iaas/api/#/en/database/20160918/MaintenanceRunHistory/ListMaintenanceRunHistory r"r$r r!maintenance_typerRrSrWrXrYrZmaintenance_subtypecsg|]}|vr|qSr0r0r8r;r0r1r=Xr>z?DatabaseClient.list_maintenance_run_history..z5list_maintenance_run_history got unknown kwargs: {!r}r!r"r+r2PLANNED UNPLANNED8Invalid value for `maintenance_type`, must be one of {0}rWTIME_SCHEDULED TIME_ENDEDrarbrXrcrdrerY SCHEDULEDrrSKIPPEDrkrhrrCANCELEDrsr3 QUARTERLYHARDWARECRITICALINFRASTRUCTURErONEOFFSECURITY_MONTHLY;Invalid value for `maintenance_subtype`, must be one of {0}r rRrSrZ r,r-r.maintenanceTyperRrSrurvrwrxmaintenanceSubtypecSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEQXr>z?DatabaseClient.list_maintenance_run_history..rGrr$rNz"list[MaintenanceRunHistorySummary]r"r0Nrr,r1r.rSrTrYrZrmr2maintenance_type_allowed_valuesr|r}r~"maintenance_subtype_allowed_valuesr5rVr$r0r;r1r0WsH                    z+DatabaseClient.list_maintenance_run_historyc s`d}d}d}d}gdfddt|D}|rBtd|d |vrlgd }|d |vrltd |d |vrd dg} |d | vrtd| d|vrgd} |d| vrtd| d|vrddg} |d| vrtd| d|vrgd} |d| vrtd| d|vrFgd} |d| vrFtd| ||dt|d t|d t|dt|dt|dt|dt|dt|d t|dtd! }d"d#t|D}d$d$d%}|jj|d&|j d'}|r:t |t j s|j |||j|j|jj||||d(|d)||d* S|jj||||d(|d)||d*Sd+S),a Gets a list of the maintenance runs in the specified compartment. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str target_resource_id: (optional) The target resource ID. :param str target_resource_type: (optional) The type of the target resource. Allowed values are: "AUTONOMOUS_EXADATA_INFRASTRUCTURE", "AUTONOMOUS_CONTAINER_DATABASE", "EXADATA_DB_SYSTEM", "CLOUD_EXADATA_INFRASTRUCTURE", "EXACC_INFRASTRUCTURE", "AUTONOMOUS_VM_CLUSTER", "AUTONOMOUS_DATABASE", "CLOUD_AUTONOMOUS_VM_CLUSTER" :param str maintenance_type: (optional) The maintenance type. Allowed values are: "PLANNED", "UNPLANNED" :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIME_SCHEDULED and TIME_ENDED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted. Allowed values are: "TIME_SCHEDULED", "TIME_ENDED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "SCHEDULED", "IN_PROGRESS", "SUCCEEDED", "SKIPPED", "FAILED", "UPDATING", "DELETING", "DELETED", "CANCELED" :param str availability_domain: (optional) A filter to return only resources that match the given availability domain exactly. :param str maintenance_subtype: (optional) The sub-type of the maintenance run. Allowed values are: "QUARTERLY", "HARDWARE", "CRITICAL", "INFRASTRUCTURE", "DATABASE", "ONEOFF", "SECURITY_MONTHLY" :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 `__. 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.database.models.MaintenanceRunSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_maintenance_runs API. z/maintenanceRunsrlist_maintenance_runszZhttps://docs.oracle.com/iaas/api/#/en/database/20160918/MaintenanceRun/ListMaintenanceRunsr1csg|]}|vr|qSr0r0r8r;r0r1r=Xr>z8DatabaseClient.list_maintenance_runs..z.list_maintenance_runs got unknown kwargs: {!r}r!r"r+r2r4r5r6rWr7rbrXrcrdrerYr:rsr3r>rEr rRrSrZrFcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEYr>z8DatabaseClient.list_maintenance_runs..rGrr$rNzlist[MaintenanceRunSummary]r"r0NrrIr0r;r1rLvXsH                    z$DatabaseClient.list_maintenance_runsc sdd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd|vrgd} |d| vrtd| d|vrgd} |d| vrtd| d|vr$dg} |d| vr$td| d|vrRddg}|d|vrRtd|| dt | dt | dt | dt | dt | dt d}dd t|D}d d | d!t d"}d#d t|D}|j j | d$|j d%}|r`__. 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.database.models.PdbConversionHistoryEntrySummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_pdb_conversion_history_entries API. z3/databases/{databaseId}/pdbConversionHistoryEntriesr#list_pdb_conversion_history_entriesz`https://docs.oracle.com/iaas/api/#/en/database/20160918/Database/ListPdbConversionHistoryEntries) r"r$pdb_conversion_actionrYrWrXr6rRrScsg|]}|vr|qSr0r0r8r;r0r1r=}Yr>zFDatabaseClient.list_pdb_conversion_history_entries..zzFDatabaseClient.list_pdb_conversion_history_entries..NrrFrN)rCONVERTSYNC SYNC_ROLLBACKz=Invalid value for `pdb_conversion_action`, must be one of {0}rYrrsrWrrbrXrcrdrerRrS)pdbConversionActionrwrurvrRrScSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEYr>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEYr>r$rNz&list[PdbConversionHistoryEntrySummary]r"r4r)r,rr.rSrTrYrZrmrUrCrD$pdb_conversion_action_allowed_valuesr~r|r}r5rVr$r0r;r1rM3Ys9 $              z2DatabaseClient.list_pdb_conversion_history_entriesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg}|d |vrtd|d|vrgd} |d| vrtd| |dt|dt|dt|dt|d t|d t|dt|dtd} ddt| D} ddd} |jj|d|j d} | rt | t j sx|j | | |j| j|jj||| | d |d!||d" S|jj||| | d |d!||d"Sd#S)$a Gets a list of the pluggable databases in a database or compartment. You must provide either a `databaseId` or `compartmentId` value. :param str compartment_id: (optional) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str database_id: (optional) The `OCID`__ of the database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for PDBNAME is ascending. The PDBNAME sort order is case sensitive. Allowed values are: "PDBNAME", "TIMECREATED" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED", "UPDATING", "FAILED" :param str pdb_name: (optional) A filter to return only pluggable databases that match the entire name given. The match is not case sensitive. :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 `__. 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.database.models.PluggableDatabaseSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_pluggable_databases API. r%rlist_pluggable_databasesz`https://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/ListPluggableDatabases) r"r$r1rrRrSrWrXrYpdb_namecsg|]}|vr|qSr0r0r8r;r0r1r=$Zr>z;DatabaseClient.list_pluggable_databases..z1list_pluggable_databases got unknown kwargs: {!r}rWPDBNAMEr`rbrXrcrdrerY)rfrgrirjrhrkrsr1rrRrSrU)r,rrRrSrurvrwpdbNamecSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEHZr>z;DatabaseClient.list_pluggable_databases..rGrr$rNzlist[PluggableDatabaseSummary]r"r0Nrrr0r;r1rTYs9                z'DatabaseClient.list_pluggable_databasesc s:d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhd|vrddg} |d| vrtd| d|vrddg} |d| vrtd| d|vr&gd}|d|vr&td||| dt | dt | dt | dt | dt | dt d}dd t|D}dd| d t d!}d"d t|D}|j j | d#|j d$}|rt|tjs|j |||j|j|j j||| ||d%| d&||d' S|j j||| ||d%| d&||d' Sd S)(a Gets a list of the VM cluster networks in the specified compartment. Applies to Exadata Cloud@Customer instances only. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "CREATING", "REQUIRES_VALIDATION", "VALIDATING", "VALIDATED", "VALIDATION_FAILED", "UPDATING", "ALLOCATED", "TERMINATING", "TERMINATED", "FAILED", "NEEDS_ATTENTION" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmClusterNetworkSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_vm_cluster_networks API. r,rlist_vm_cluster_networksz^https://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/ListVmClusterNetworks) r"r$rRrSrWrXrYr[r6csg|]}|vr|qSr0r0r8r;r0r1r=Zr>z;DatabaseClient.list_vm_cluster_networks..z1list_vm_cluster_networks got unknown kwargs: {!r}r?cSsi|]\}}|tur||qSr0r@rBr0r0r1rEZr>z;DatabaseClient.list_vm_cluster_networks..NrrFrWr`rarbrXrcrdrerY) rREQUIRES_VALIDATION VALIDATING VALIDATEDVALIDATION_FAILEDrh ALLOCATEDrirjrkrrsrRrSr[rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEZr>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEZr>r$rNzlist[VmClusterNetworkSummary]r"r4r)r,rkr1r.rSrTrYrZrmrUrCrDr|r}r~r5rVr$r0r;r1rXmZs< $              z'DatabaseClient.list_vm_cluster_networksc spd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} ddd} |j j | d|j d} | rHt| tjs |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)a Gets the history of the patch actions performed on the specified VM cluster in an Exadata Cloud@Customer system. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.PatchHistoryEntrySummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_vm_cluster_patch_history_entries API. z-/vmClusters/{vmClusterId}/patchHistoryEntriesr%list_vm_cluster_patch_history_entrieszjhttps://docs.oracle.com/iaas/api/#/en/database/20160918/PatchHistoryEntry/ListVmClusterPatchHistoryEntriesrQcsg|]}|vr|qSr0r0r8r;r0r1r=>[r>zHDatabaseClient.list_vm_cluster_patch_history_entries..z>list_vm_cluster_patch_history_entries got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEG[r>zHDatabaseClient.list_vm_cluster_patch_history_entries..NrrFrRrSrTcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEQ[r>rGrr$rNrr"r4rr,rr.rSrTrYrZrmrUrCrDr5rVr$r0r;r1r^[sl"$     z4DatabaseClient.list_vm_cluster_patch_history_entriesc spd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qh| dt | dt d} dd t| D} ddd} |j j | d|j d} | rHt| tjs |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)ab Lists the patches applicable to the specified VM cluster in an Exadata Cloud@Customer system. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :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 `__. 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.database.models.PatchSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_vm_cluster_patches API. z!/vmClusters/{vmClusterId}/patchesrlist_vm_cluster_patcheszRhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Patch/ListVmClusterPatchesrQcsg|]}|vr|qSr0r0r8r;r0r1r=[r>z:DatabaseClient.list_vm_cluster_patches..z0list_vm_cluster_patches got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE[r>z:DatabaseClient.list_vm_cluster_patches..NrrFrRrSrTcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE[r>rGrr$rNrr"r4rr_r0r;r1r`x[sl"$     z&DatabaseClient.list_vm_cluster_patchesc sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd|vrgd} |d| vrtd| d|vrgd} |d| vrtd| | dt | dt | dt | dt d} dd t| D} dd| dt d}dd t|D}|j j | d|j d}|rt|tjs|j |||j|j|j j|||| |d| d ||d! S|j j|||| |d| d ||d! Sd S)"a Gets the history of the maintenance update actions performed on the specified VM cluster. Applies to Exadata Cloud@Customer instances only. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str update_type: (optional) A filter to return only resources that match the given update type exactly. Allowed values are: "GI_UPGRADE", "GI_PATCH", "OS_UPDATE" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "IN_PROGRESS", "SUCCEEDED", "FAILED" :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmClusterUpdateHistoryEntrySummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_vm_cluster_update_history_entries API. z./vmClusters/{vmClusterId}/updateHistoryEntriesr&list_vm_cluster_update_history_entrieszuhttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterUpdateHistoryEntry/ListVmClusterUpdateHistoryEntriesr"r$rrYrRrSr6csg|]}|vr|qSr0r0r8r;r0r1r=\r>zIDatabaseClient.list_vm_cluster_update_history_entries..z?list_vm_cluster_update_history_entries got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE'\r>zIDatabaseClient.list_vm_cluster_update_history_entries..NrrFrrrrY)rrrkrsrRrSrrwrRrScSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEA\r>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEH\r>r$rNz(list[VmClusterUpdateHistoryEntrySummary]r"r4rr,rr.rSrTrYrZrmrUrCrDrr~r5rVr$r0r;r1ra[s/ $          z5DatabaseClient.list_vm_cluster_update_history_entriesc sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd|vrgd} |d| vrtd| d|vrgd} |d| vrtd| | dt | dt | dt | dt d} dd t| D} dd| dt d}dd t|D}|j j | d|j d}|rt|tjs|j |||j|j|j j|||| |d| d ||d! S|j j|||| |d| d ||d! Sd S)"a Lists the maintenance updates that can be applied to the specified VM cluster. Applies to Exadata Cloud@Customer instances only. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str update_type: (optional) A filter to return only resources that match the given update type exactly. Allowed values are: "GI_UPGRADE", "GI_PATCH", "OS_UPDATE" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "AVAILABLE", "SUCCESS", "IN_PROGRESS", "FAILED" :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmClusterUpdateSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_vm_cluster_updates API. z!/vmClusters/{vmClusterId}/updatesrlist_vm_cluster_updatesz\https://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterUpdate/ListVmClusterUpdatesrbcsg|]}|vr|qSr0r0r8r;r0r1r=\r>z:DatabaseClient.list_vm_cluster_updates..z0list_vm_cluster_updates got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE\r>z:DatabaseClient.list_vm_cluster_updates..NrrFrrrrY)rgSUCCESSrrkrsrRrSrccSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE\r>rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE\r>r$rNzlist[VmClusterUpdateSummary]r"r4rrdr0r;r1rej\s/ $          z&DatabaseClient.list_vm_cluster_updatesc sd}d}d}d}gdfddt|D}|rBtd|d |vrld d g}|d |vrltd |d |vrddg} |d | vrtd| d|vrgd} |d| vrtd| ||dt|dt|dt|d t|d t|dt|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d } | rt | t j s|j | | |j| j|jj||| | d!|d"||d# S|jj||| | d!|d"||d#Sd$S)%av Lists the VM clusters in the specified compartment. Applies to Exadata Cloud@Customer instances only. To list the cloud VM clusters in an Exadata Cloud Service instance, use the :func:`list_cloud_vm_clusters` operation. :param str compartment_id: (required) The compartment `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str exadata_infrastructure_id: (optional) If provided, filters the results for the given Exadata Infrastructure. :param int limit: (optional) The maximum number of items to return per page. :param str page: (optional) The pagination token to continue listing from. :param str sort_by: (optional) The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str sort_order: (optional) The sort order to use, either ascending (`ASC`) or descending (`DESC`). Allowed values are: "ASC", "DESC" :param str lifecycle_state: (optional) A filter to return only resources that match the given lifecycle state exactly. Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS" :param str display_name: (optional) A filter to return only resources that match the entire display name given. The match is not case sensitive. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.VmClusterSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_vm_clusters API. r)rlist_vm_clusterszPhttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/ListVmClustersrcsg|]}|vr|qSr0r0r8r;r0r1r=A]r>z3DatabaseClient.list_vm_clusters..z)list_vm_clusters got unknown kwargs: {!r}rWr`rarbrXrcrdrerYrrsrkrRrSr[rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEe]r>z3DatabaseClient.list_vm_clusters..rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEl]r>r$rNzlist[VmClusterSummary]r"r0Nrrr0r;r1rg\s;                zDatabaseClient.list_vm_clustersc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Clones and starts a pluggable database (PDB) in the same database (CDB) as the source PDB. The source PDB must be in the `READ_WRITE` openMode to perform the clone operation. :param oci.database.models.LocalClonePluggableDatabaseDetails local_clone_pluggable_database_details: (required) Request to clone a pluggable database locally. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for the request. :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 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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use local_clone_pluggable_database API. zzADatabaseClient.local_clone_pluggable_database..z7local_clone_pluggable_database got unknown kwargs: {!r}rwcSsi|]\}}|tur||qSr0r@rBr0r0r1rE]r>zADatabaseClient.local_clone_pluggable_database..NrrFrGrpr6r7rrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE]r>r$rNr'r"rRr[)r,&local_clone_pluggable_database_detailsryr.rSrTrYrZrmrUrCrDrVr$r0r;r1rh]sn.$       z-DatabaseClient.local_clone_pluggable_databasec s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a# Migrates the Exadata DB system to the new `Exadata resource model`__. All related resources will be migrated. __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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_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 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 `__. 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.database.models.ExadataDbSystemMigration` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use migrate_exadata_db_system_resource_model API. z)/dbSystems/{dbSystemId}/actions/migrationr3(migrate_exadata_db_system_resource_modelzdhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/MigrateExadataDbSystemResourceModel)r"r$r6rpr7csg|]}|vr|qSr0r0r8r;r0r1r=;^r>zKDatabaseClient.migrate_exadata_db_system_resource_model..zAmigrate_exadata_db_system_resource_model got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rED^r>zKDatabaseClient.migrate_exadata_db_system_resource_model..NrrFrGr6rpr7)rIrJrKrsrLcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEQ^r>r$rNExadataDbSystemMigrationr"rur[rr0r;r1rj^sj.$       z7DatabaseClient.migrate_exadata_db_system_resource_modelc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)ah Changes encryption key management from customer-managed, using the `Vault service`__, to Oracle-managed. __ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.MigrateVaultKeyDetails migrate_vault_key_details: (required) Request to change the source of the encryption key for the database. :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_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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use migrate_vault_key API. z*/databases/{databaseId}/actions/migrateKeyr3migrate_vault_keyzPhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/MigrateVaultKeyrcsg|]}|vr|qSr0r0r8r;r0r1r=^r>z4DatabaseClient.migrate_vault_key..z*migrate_vault_key got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE^r>z4DatabaseClient.migrate_vault_key..NrrFrGrpr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE^r>r$rNrr"rRr[)r,rmigrate_vault_key_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rlr^sn0$       z DatabaseClient.migrate_vault_keyc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a3 Updates one or more attributes of the Database Management service for the database. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.ModifyDatabaseManagementDetails modify_database_management_details: (required) The data to update one or more attributes of the Database Management Service for the database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use modify_database_management API. z8/databases/{databaseId}/actions/modifyDatabaseManagementr3modify_database_managementzYhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/ModifyDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=#_r>z=DatabaseClient.modify_database_management..z3modify_database_management got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE,_r>z=DatabaseClient.modify_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE9_r>r$rNrr"rRr[)r,r"modify_database_management_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rn^sn.$       z)DatabaseClient.modify_database_managementc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates one or more attributes of the Database Management service for the pluggable database. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.ModifyPluggableDatabaseManagementDetails modify_pluggable_database_management_details: (required) The data to update one or more attributes of the Database Management Service for the pluggable database. :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use modify_pluggable_database_management API. zS/pluggableDatabases/{pluggableDatabaseId}/actions/modifyPluggableDatabaseManagementr3$modify_pluggable_database_managementzkhttps://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/ModifyPluggableDatabaseManagementr{csg|]}|vr|qSr0r0r8r;r0r1r=_r>zGDatabaseClient.modify_pluggable_database_management..z=modify_pluggable_database_management got unknown kwargs: {!r}rwcSsi|]\}}|tur||qSr0r@rBr0r0r1rE_r>zGDatabaseClient.modify_pluggable_database_management..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE_r>r$rNr'r"rRr[)r,ry,modify_pluggable_database_management_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rp\_sn.$       z3DatabaseClient.modify_pluggable_database_managementc shd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r`__. 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 `__ to see an example of how to use register_autonomous_database_data_safe API. zD/autonomousDatabases/{autonomousDatabaseId}/actions/registerDataSafer3®ister_autonomous_database_data_safezmhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/RegisterAutonomousDatabaseDataSafe)r"r$r6.register_autonomous_database_data_safe_detailscsg|]}|vr|qSr0r0r8r;r0r1r=_r>zIDatabaseClient.register_autonomous_database_data_safe..z?register_autonomous_database_data_safe got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE`r>zIDatabaseClient.register_autonomous_database_data_safe..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE`r>r$rNrsr"rrr9r0r;r1rr_sd"$    z5DatabaseClient.register_autonomous_database_data_safec s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Reinstates a disabled standby Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby Autonomous Container Database. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_container_database_dataguard_association_id: (required) The Autonomous Container Database-Autonomous Data Guard association `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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.database.models.AutonomousContainerDatabaseDataguardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API. z/autonomousContainerDatabases/{autonomousContainerDatabaseId}/autonomousContainerDatabaseDataguardAssociations/{autonomousContainerDatabaseDataguardAssociationId}/actions/reinstater3=reinstate_autonomous_container_database_dataguard_associationzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabaseDataguardAssociation/ReinstateAutonomousContainerDatabaseDataguardAssociationr?csg|]}|vr|qSr0r0r8r;r0r1r=c`r>z`DatabaseClient.reinstate_autonomous_container_database_dataguard_association..zVreinstate_autonomous_container_database_dataguard_association got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEm`r>z`DatabaseClient.reinstate_autonomous_container_database_dataguard_association..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEx`r>r$rNrr"rurrr0r;r1rt2`sf&$    zLDatabaseClient.reinstate_autonomous_container_database_dataguard_associationc sbd}d}d}d}gdfddt|D} | rBtd| ||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d}|r:t|tjs|j | ||j|j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Reinstates the database identified by the `databaseId` parameter into the standby role in a Data Guard association. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str data_guard_association_id: (required) The Data Guard association's `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.ReinstateDataGuardAssociationDetails reinstate_data_guard_association_details: (required) A request to reinstate a database in a standby role. :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 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 `__. 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.database.models.DataGuardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use reinstate_data_guard_association API. zX/databases/{databaseId}/dataGuardAssociations/{dataGuardAssociationId}/actions/reinstater3 reinstate_data_guard_associationzjhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DataGuardAssociation/ReinstateDataGuardAssociationr?csg|]}|vr|qSr0r0r8r;r0r1r=`r>zCDatabaseClient.reinstate_data_guard_association..z9reinstate_data_guard_association got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE`r>zCDatabaseClient.reinstate_data_guard_association..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE`r>r$rNrr"rRr)r,rr(reinstate_data_guard_association_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1ru`sj)$    z/DatabaseClient.reinstate_data_guard_associationc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Clones a pluggable database (PDB) to a different database from the source PDB. The cloned PDB will be started upon completion of the clone operation. The source PDB must be in the `READ_WRITE` openMode when performing the clone. For Exadata Cloud@Customer instances, the source pluggable database (PDB) must be on the same Exadata Infrastructure as the target container database (CDB) to create a remote clone. :param oci.database.models.RemoteClonePluggableDatabaseDetails remote_clone_pluggable_database_details: (required) Request to clone a pluggable database (PDB) to a different database (CDB) from the source PDB. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for the request. :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 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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use remote_clone_pluggable_database API. z=/pluggableDatabases/{pluggableDatabaseId}/actions/remoteCloner3remote_clone_pluggable_databasezfhttps://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/RemoteClonePluggableDatabaserocsg|]}|vr|qSr0r0r8r;r0r1r=?ar>zBDatabaseClient.remote_clone_pluggable_database..z8remote_clone_pluggable_database got unknown kwargs: {!r}rwcSsi|]\}}|tur||qSr0r@rBr0r0r1rEHar>zBDatabaseClient.remote_clone_pluggable_database..NrrFrGrpr6r7rrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEUar>r$rNr'r"rRr[)r,'remote_clone_pluggable_database_detailsryr.rSrTrYrZrmrUrCrDrVr$r0r;r1rwasn/$       z.DatabaseClient.remote_clone_pluggable_databasec sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)at Remove Virtual Machines from the Cloud VM cluster. Applies to Exadata Cloud instances only. :param oci.database.models.RemoveVirtualMachineFromCloudVmClusterDetails remove_virtual_machine_from_cloud_vm_cluster_details: (required) Request to remove Virtual Machines from the Cloud VM cluster. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.CloudVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API. z@/cloudVmClusters/{cloudVmClusterId}/actions/removeVirtualMachiner3,remove_virtual_machine_from_cloud_vm_clusterzmhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/RemoveVirtualMachineFromCloudVmClusterr{csg|]}|vr|qSr0r0r8r;r0r1r=ar>zODatabaseClient.remove_virtual_machine_from_cloud_vm_cluster..zEremove_virtual_machine_from_cloud_vm_cluster got unknown kwargs: {!r}r|cSsi|]\}}|tur||qSr0r@rBr0r0r1rEar>zODatabaseClient.remove_virtual_machine_from_cloud_vm_cluster..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEar>r$rNr~r"rRr[)r,4remove_virtual_machine_from_cloud_vm_cluster_detailsrr.rSrTrYrZrmrUrCrDrVr$r0r;r1ryxasn.$       z;DatabaseClient.remove_virtual_machine_from_cloud_vm_clusterc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)aI Remove Virtual Machines from the VM cluster. Applies to Exadata Cloud@Customer instances only. :param oci.database.models.RemoveVirtualMachineFromVmClusterDetails remove_virtual_machine_from_vm_cluster_details: (required) Request to remove Virtual Machines from the VM cluster. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.VmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use remove_virtual_machine_from_vm_cluster API. z6/vmClusters/{vmClusterId}/actions/removeVirtualMachiner3&remove_virtual_machine_from_vm_clusterzchttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/RemoveVirtualMachineFromVmClusterr{csg|]}|vr|qSr0r0r8r;r0r1r='br>zIDatabaseClient.remove_virtual_machine_from_vm_cluster..z?remove_virtual_machine_from_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE0br>zIDatabaseClient.remove_virtual_machine_from_vm_cluster..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE=br>r$rNrr"rRr[)r,.remove_virtual_machine_from_vm_cluster_detailsrr.rSrTrYrZrmrUrCrDrVr$r0r;r1r{asn.$       z5DatabaseClient.remove_virtual_machine_from_vm_clusterc sd}d}d}d}gdfddt|D} | rBtd| ||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt | dt | dt d} dd t| D} |j j | d|j d}|rZt|tjs2|j | |j | ||j|j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a< Adds or removes Db server network nodes to extend or shrink the existing VM cluster network. Applies to Exadata Cloud@Customer instances only. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str vm_cluster_network_id: (required) The VM cluster network `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.ResizeVmClusterNetworkDetails resize_vm_cluster_network_details: (required) Request to add or remove Db server network nodes in the VM cluster network. :param str opc_request_id: (optional) Unique identifier for the request. :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 may be rejected). :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 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 `__. 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.database.models.VmClusterNetwork` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use resize_vm_cluster_network API. zg/exadataInfrastructures/{exadataInfrastructureId}/vmClusterNetworks/{vmClusterNetworkId}/actions/resizer3resize_vm_cluster_networkz_https://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/ResizeVmClusterNetworkr"r$r6r7rpcsg|]}|vr|qSr0r0r8r;r0r1r=br>z.z2resize_vm_cluster_network got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEbr>z.NrrFrGr6r7rprIrJrKrLrscSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEbr>r$rNr.r"rRr[)r,rkr!resize_vm_cluster_network_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r}`bsp4$       z(DatabaseClient.resize_vm_cluster_networkc sfd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r@t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Rolling restarts the specified Autonomous Container Database. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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.database.models.AutonomousContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use restart_autonomous_container_database API. zM/autonomousContainerDatabases/{autonomousContainerDatabaseId}/actions/restartr3%restart_autonomous_container_databasezvhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabase/RestartAutonomousContainerDatabasercsg|]}|vr|qSr0r0r8r;r0r1r= cr>zHDatabaseClient.restart_autonomous_container_database..z>restart_autonomous_container_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEcr>zHDatabaseClient.restart_autonomous_container_database..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE cr>r$rNrr"rurrr0r;r1rbsf$$     z4DatabaseClient.restart_autonomous_container_databasec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Restarts the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use restart_autonomous_database API. z;/autonomousDatabases/{autonomousDatabaseId}/actions/restartr3restart_autonomous_databasezdhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/RestartAutonomousDatabaser?csg|]}|vr|qSr0r0r8r;r0r1r=lcr>z>DatabaseClient.restart_autonomous_database..z4restart_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEucr>z>DatabaseClient.restart_autonomous_database..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEcr>r$rNrr"rurr9r0r;r1r@csd!$    z*DatabaseClient.restart_autonomous_databasec s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Restores an Autonomous Database based on the provided request parameters. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.RestoreAutonomousDatabaseDetails restore_autonomous_database_details: (required) Request to perform an Autonomous Database restore. :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 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use restore_autonomous_database API. z;/autonomousDatabases/{autonomousDatabaseId}/actions/restorer3restore_autonomous_databasezdhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/RestoreAutonomousDatabaser?csg|]}|vr|qSr0r0r8r;r0r1r=cr>z>DatabaseClient.restore_autonomous_database..z4restore_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEcr>z>DatabaseClient.restore_autonomous_database..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEcr>r$rNrr"rRr)r,r#restore_autonomous_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rcsh$$    z*DatabaseClient.restore_autonomous_databasec s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)ao Restore a Database based on the request parameters you provide. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.RestoreDatabaseDetails restore_database_details: (required) Request to perform database restore. :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 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use restore_database API. z'/databases/{databaseId}/actions/restorer3restore_databasezPhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/RestoreDatabaser?csg|]}|vr|qSr0r0r8r;r0r1r=4dr>z3DatabaseClient.restore_database..z)restore_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE=dr>z3DatabaseClient.restore_database..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEHdr>r$rNrr"rRr)r,rrestore_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rdsh$$    zDatabaseClient.restore_databasec s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Creates a new version of an existing `Vault service`__ key. __ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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_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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use rotate_autonomous_container_database_encryption_key API. zO/autonomousContainerDatabases/{autonomousContainerDatabaseId}/actions/rotateKeyr33rotate_autonomous_container_database_encryption_keyzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabase/RotateAutonomousContainerDatabaseEncryptionKeyrcsg|]}|vr|qSr0r0r8r;r0r1r=dr>zVDatabaseClient.rotate_autonomous_container_database_encryption_key..zLrotate_autonomous_container_database_encryption_key got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEdr>zVDatabaseClient.rotate_autonomous_container_database_encryption_key..NrrFrGrpr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEdr>r$rNrr"rur[rr0r;r1rjdsj-$       zBDatabaseClient.rotate_autonomous_container_database_encryption_keyc s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Rotate existing AutonomousDatabase `Vault service`__ key. __ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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_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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use rotate_autonomous_database_encryption_key API. z=/autonomousDatabases/{autonomousDatabaseId}/actions/rotateKeyr3)rotate_autonomous_database_encryption_keyzphttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/RotateAutonomousDatabaseEncryptionKeyrcsg|]}|vr|qSr0r0r8r;r0r1r=er>zLDatabaseClient.rotate_autonomous_database_encryption_key..zBrotate_autonomous_database_encryption_key got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEer>zLDatabaseClient.rotate_autonomous_database_encryption_key..NrrFrGrpr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE+er>r$rNrr"rur[r9r0r;r1rdsj-$       z8DatabaseClient.rotate_autonomous_database_encryption_keyc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Rotates the Oracle REST Data Services (ORDS) certificates for a cloud Autonomous Exadata VM cluster. :param str cloud_autonomous_vm_cluster_id: (required) The Cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API. zO/cloudAutonomousVmClusters/{cloudAutonomousVmClusterId}/actions/rotateOrdsCertsr3-rotate_cloud_autonomous_vm_cluster_ords_certszxhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/RotateCloudAutonomousVmClusterOrdsCertsr{csg|]}|vr|qSr0r0r8r;r0r1r=er>zPDatabaseClient.rotate_cloud_autonomous_vm_cluster_ords_certs..zFrotate_cloud_autonomous_vm_cluster_ords_certs got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEer>zPDatabaseClient.rotate_cloud_autonomous_vm_cluster_ords_certs..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEer>r$rNr"rr[rGr0r;r1rLesf+$       z`__. 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 `__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API. zN/cloudAutonomousVmClusters/{cloudAutonomousVmClusterId}/actions/rotateSslCertsr3,rotate_cloud_autonomous_vm_cluster_ssl_certszwhttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/RotateCloudAutonomousVmClusterSslCertsr{csg|]}|vr|qSr0r0r8r;r0r1r=er>zODatabaseClient.rotate_cloud_autonomous_vm_cluster_ssl_certs..zErotate_cloud_autonomous_vm_cluster_ssl_certs got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEer>zODatabaseClient.rotate_cloud_autonomous_vm_cluster_ssl_certs..NrrFrGr7r6rpr}cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEfr>r$rNr"rr[rGr0r;r1resf+$       z;DatabaseClient.rotate_cloud_autonomous_vm_cluster_ssl_certsc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a **Deprecated.** Use the :func:`rotate_cloud_autonomous_vm_cluster_ords_certs` to rotate Oracle REST Data Services (ORDS) certs for an Autonomous Exadata VM cluster instead. :param str autonomous_exadata_infrastructure_id: (required) The Autonomous Exadata Infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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 may be rejected). :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 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 `__. 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 `__ to see an example of how to use rotate_ords_certs API. z]/autonomousExadataInfrastructures/{autonomousExadataInfrastructureId}/actions/rotateOrdsCertsr3rotate_ords_certszghttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/RotateOrdsCertsr~csg|]}|vr|qSr0r0r8r;r0r1r=^fr>z4DatabaseClient.rotate_ords_certs..z*rotate_ords_certs got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEgfr>z4DatabaseClient.rotate_ords_certs..NrrFrGr6r7rprcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEtfr>r$rNr"rr[rr0r;r1r&fsf+$       z DatabaseClient.rotate_ords_certsc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a **Deprecated.** Use the :func:`rotate_cloud_autonomous_vm_cluster_ssl_certs` to rotate SSL certs for an Autonomous Exadata VM cluster instead. :param str autonomous_exadata_infrastructure_id: (required) The Autonomous Exadata Infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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 may be rejected). :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 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 `__. 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 `__ to see an example of how to use rotate_ssl_certs API. z\/autonomousExadataInfrastructures/{autonomousExadataInfrastructureId}/actions/rotateSslCertsr3rotate_ssl_certszfhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/RotateSslCertsr~csg|]}|vr|qSr0r0r8r;r0r1r=fr>z3DatabaseClient.rotate_ssl_certs..z)rotate_ssl_certs got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEfr>z3DatabaseClient.rotate_ssl_certs..NrrFrGr6r7rprcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEfr>r$rNr"rr[rr0r;r1rfsf+$       zDatabaseClient.rotate_ssl_certsc s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Creates a new version of an existing `Vault service`__ key. __ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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_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 may be rejected). :param str opc_request_id: (optional) Unique identifier for 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use rotate_vault_key API. z)/databases/{databaseId}/actions/rotateKeyr3rotate_vault_keyzOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/RotateVaultKeyrcsg|]}|vr|qSr0r0r8r;r0r1r=:gr>z3DatabaseClient.rotate_vault_key..z)rotate_vault_key got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rECgr>z3DatabaseClient.rotate_vault_key..NrrFrGrpr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEPgr>r$rNrr"rur[rr0r;r1rgsj-$       zDatabaseClient.rotate_vault_keyc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhd|i} dd t| D} dd| dt | dt d} dd t| D} |j j | d|j d}|rht|tjsB|j | |j | ||j|j|j j||| | | | d||d S|j j||| | | | d||dSd S)a Scans for pluggable databases in the specified external container database. This operation will return un-registered pluggable databases in the :func:`get_work_request` operation. :param str external_container_database_id: (required) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str external_database_connector_id: (required) The `OCID`__ of the external database connector resource (`ExternalDatabaseConnectorId`). __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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 `__ to see an example of how to use scan_external_container_database_pluggable_databases API. zX/externalcontainerdatabases/{externalContainerDatabaseId}/actions/scanPluggableDatabasesr34scan_external_container_database_pluggable_databaseszhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/ScanExternalContainerDatabasePluggableDatabasesr5csg|]}|vr|qSr0r0r8r;r0r1r=gr>zWDatabaseClient.scan_external_container_database_pluggable_databases..zMscan_external_container_database_pluggable_databases got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEgr>zWDatabaseClient.scan_external_container_database_pluggable_databases..NrrFrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEgr>rGr6r7rHcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEgr>r$rNr"rLr[)r,rrr.rSrTrYrZrmrUrCrDr5rVr$r0r;r1rqgsn-$      zCDatabaseClient.scan_external_container_database_pluggable_databasesc s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a This operation shrinks the current allocated storage down to the current actual used data storage (actualUsedDataStorageSizeInTBs). The if the base storage value for the database (dataStorageSizeInTBs) is larger than the actualUsedDataStorageSizeInTBs value, you are billed for the base storage value. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use shrink_autonomous_database API. z:/autonomousDatabases/{autonomousDatabaseId}/actions/shrinkr3shrink_autonomous_databasezchttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/ShrinkAutonomousDatabaser?csg|]}|vr|qSr0r0r8r;r0r1r=hr>z=DatabaseClient.shrink_autonomous_database..z3shrink_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEhr>z=DatabaseClient.shrink_autonomous_database..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE%hr>r$rNrr"rurr9r0r;r1rgsd!$    z)DatabaseClient.shrink_autonomous_databasec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Starts the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use start_autonomous_database API. z9/autonomousDatabases/{autonomousDatabaseId}/actions/startr3start_autonomous_databasezbhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/StartAutonomousDatabaser?csg|]}|vr|qSr0r0r8r;r0r1r=qhr>z.z2start_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEzhr>z.NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEhr>r$rNrr"rurr9r0r;r1rEhsd!$    z(DatabaseClient.start_autonomous_databasec s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Starts a stopped pluggable database. The `openMode` value of the pluggable database will be `READ_WRITE` upon completion. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for the request. :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 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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use start_pluggable_database API. z7/pluggableDatabases/{pluggableDatabaseId}/actions/startr3start_pluggable_databasez`https://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/StartPluggableDatabaserocsg|]}|vr|qSr0r0r8r;r0r1r=hr>z;DatabaseClient.start_pluggable_database..z1start_pluggable_database got unknown kwargs: {!r}rwcSsi|]\}}|tur||qSr0r@rBr0r0r1rEhr>z;DatabaseClient.start_pluggable_database..NrrFrGrpr6r7rrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEhr>r$rNr'r"rur[rxr0r;r1rhsj+$       z'DatabaseClient.start_pluggable_databasec sfd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r@t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)aJ Stops the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use stop_autonomous_database API. z8/autonomousDatabases/{autonomousDatabaseId}/actions/stopr3stop_autonomous_databasezahttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/StopAutonomousDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=Dir>z;DatabaseClient.stop_autonomous_database..z1stop_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEMir>z;DatabaseClient.stop_autonomous_database..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEYir>r$rNrr"rurr9r0r;r1risf$$     z'DatabaseClient.stop_autonomous_databasec s|d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a| Stops a pluggable database. The `openMode` value of the pluggable database will be `MOUNTED` upon completion. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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) Unique identifier for the request. :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 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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use stop_pluggable_database API. z6/pluggableDatabases/{pluggableDatabaseId}/actions/stopr3stop_pluggable_databasez_https://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/StopPluggableDatabaserocsg|]}|vr|qSr0r0r8r;r0r1r=ir>z:DatabaseClient.stop_pluggable_database..z0stop_pluggable_database got unknown kwargs: {!r}rwcSsi|]\}}|tur||qSr0r@rBr0r0r1rEir>z:DatabaseClient.stop_pluggable_database..NrrFrGrpr6r7rrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEir>r$rNr'r"rur[rxr0r;r1ryisj+$       z&DatabaseClient.stop_pluggable_databasec s^d}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Switches over the primary Autonomous Container Database of an Autonomous Data Guard peer association to standby role. The standby Autonomous Container Database associated with autonomousContainerDatabaseDataguardAssociationId assumes the primary Autonomous Container Database role. A switchover incurs no data loss. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_container_database_dataguard_association_id: (required) The Autonomous Container Database-Autonomous Data Guard association `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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.database.models.AutonomousContainerDatabaseDataguardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API. z/autonomousContainerDatabases/{autonomousContainerDatabaseId}/autonomousContainerDatabaseDataguardAssociations/{autonomousContainerDatabaseDataguardAssociationId}/actions/switchoverr3>switchover_autonomous_container_database_dataguard_associationzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabaseDataguardAssociation/SwitchoverAutonomousContainerDatabaseDataguardAssociationr?csg|]}|vr|qSr0r0r8r;r0r1r=jr>zaDatabaseClient.switchover_autonomous_container_database_dataguard_association..zWswitchover_autonomous_container_database_dataguard_association got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE%jr>zaDatabaseClient.switchover_autonomous_container_database_dataguard_association..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE0jr>r$rNrr"rurrr0r;r1risf($    zMDatabaseClient.switchover_autonomous_container_database_dataguard_associationc sd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhd| dt i} dd t| D} dd| dt | dt | dt d} dd t| D} |j j | d|j d} | r|t| tjsT|j | |j | | |j| j|j j|||| | d| d||d S|j j|||| | d| d||d Sd S)a Initiates a switchover of the specified Autonomous Database to the associated standby database. Applicable only to databases with Autonomous Data Guard enabled. To perform a switchover to a standby located in a remote region, specify the `OCID`__ of the remote standby using the `peerDbId` parameter. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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_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 may be rejected). :param str opc_request_id: (optional) Unique identifier for the request. :param str peer_db_id: (optional) The database `OCID`__ of the Autonomous Data Guard standby database located in a different (remote) region from the source primary Autonomous Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use switchover_autonomous_database API. z>/autonomousDatabases/{autonomousDatabaseId}/actions/switchoverr3switchover_autonomous_databasezghttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/SwitchoverAutonomousDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=jr>zADatabaseClient.switchover_autonomous_database..z7switchover_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEjr>zADatabaseClient.switchover_autonomous_database..NrrFrrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEjr>rGrpr7r6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEjr>r$rNrr"r4r[rr0r;r1rPjst2$        z-DatabaseClient.switchover_autonomous_databasec sbd}d}d}d}gdfddt|D} | rBtd| ||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt d} dd t| D} |j j | d|j d}|r:t|tjs|j | ||j|j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)aP Performs a switchover to transition the primary database of a Data Guard association into a standby role. The standby database associated with the `dataGuardAssociationId` assumes the primary database role. A switchover guarantees no data loss. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str data_guard_association_id: (required) The Data Guard association's `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.SwitchoverDataGuardAssociationDetails switchover_data_guard_association_details: (required) Request to swtichover a primary to a standby. :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 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 `__. 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.database.models.DataGuardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use switchover_data_guard_association API. zY/databases/{databaseId}/dataGuardAssociations/{dataGuardAssociationId}/actions/switchoverr3!switchover_data_guard_associationzkhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DataGuardAssociation/SwitchoverDataGuardAssociationr?csg|]}|vr|qSr0r0r8r;r0r1r=kr>zDDatabaseClient.switchover_data_guard_association..z:switchover_data_guard_association got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEkr>zDDatabaseClient.switchover_data_guard_association..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEkr>r$rNrr"rRr)r,rr)switchover_data_guard_association_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rjsj,$    z0DatabaseClient.switchover_data_guard_associationc sXd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r4t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)aM Terminates an Autonomous Container Database, which permanently deletes the container database and any databases within the container database. The database data is local to the Autonomous Exadata Infrastructure and will be lost when the container database is terminated. Oracle recommends that you back up any data in the Autonomous Container Database prior to terminating it. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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 `__ to see an example of how to use terminate_autonomous_container_database API. rr7'terminate_autonomous_container_databasezxhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabase/TerminateAutonomousContainerDatabaser?csg|]}|vr|qSr0r0r8r;r0r1r=hkr>zJDatabaseClient.terminate_autonomous_container_database..z@terminate_autonomous_container_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEqkr>zJDatabaseClient.terminate_autonomous_container_database..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE|kr>r$rNr"rrrr0r;r1r`__. 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 `__ to see an example of how to use terminate_autonomous_exadata_infrastructure API. rr7+terminate_autonomous_exadata_infrastructurezhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/TerminateAutonomousExadataInfrastructurer?csg|]}|vr|qSr0r0r8r;r0r1r=kr>zNDatabaseClient.terminate_autonomous_exadata_infrastructure..zDterminate_autonomous_exadata_infrastructure got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEkr>zNDatabaseClient.terminate_autonomous_exadata_infrastructure..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEkr>r$rNr"rrrr0r;r1rks`!$    z:DatabaseClient.terminate_autonomous_exadata_infrastructurec sXd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r4t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Terminates a DB system and permanently deletes it and any databases running on it, and any storage volumes attached to it. The database data is local to the DB system and will be lost when the system is terminated. Oracle recommends that you back up any data in the DB system prior to terminating it. **Note:** Deprecated for Exadata Cloud Service systems. Use the `new resource model APIs`__ instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See `Switching an Exadata DB System to the New Resource Model and APIs`__ for details on converting existing Exadata DB systems to the new resource model. __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :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 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 `__. 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 `__ to see an example of how to use terminate_db_system API. r r7terminate_db_systemzRhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/TerminateDbSystemr?csg|]}|vr|qSr0r0r8r;r0r1r=+lr>z6DatabaseClient.terminate_db_system..z,terminate_db_system got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE4lr>z6DatabaseClient.terminate_db_system..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE?lr>r$rNr"rrrr0r;r1rks`($    z"DatabaseClient.terminate_db_systemc s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)aa Updates the properties of an Autonomous Container Database, such as display name, maintenance preference, backup retention, and tags. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateAutonomousContainerDatabaseDetails update_autonomous_container_database_details: (required) Request to update the properties of an Autonomous Container Database. :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 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 `__. 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.database.models.AutonomousContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_autonomous_container_database API. rPUT$update_autonomous_container_databasezuhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabase/UpdateAutonomousContainerDatabaser?csg|]}|vr|qSr0r0r8r;r0r1r=lr>zGDatabaseClient.update_autonomous_container_database..z=update_autonomous_container_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rElr>zGDatabaseClient.update_autonomous_container_database..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rElr>r$rNrr"rRr)r,r,update_autonomous_container_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r]lsh$$    z3DatabaseClient.update_autonomous_container_databasec sld}d}d}d}gdfddt|D} | rBtd| ||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt | dt d} dd t| D} |j j | d|j d}|rDt|tjs|j | ||j|j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Update Autonomous Data Guard association. :param str autonomous_container_database_id: (required) The Autonomous Container Database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str autonomous_container_database_dataguard_association_id: (required) The Autonomous Container Database-Autonomous Data Guard association `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateAutonomousContainerDatabaseDataGuardAssociationDetails update_autonomous_container_database_data_guard_association_details: (required) A request to update Data Guard association of a database. :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) Unique identifier for 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 `__. 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.database.models.AutonomousContainerDatabaseDataguardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_autonomous_container_database_dataguard_association API. rr:update_autonomous_container_database_dataguard_associationzhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabaseDataguardAssociation/UpdateAutonomousContainerDatabaseDataguardAssociationrcsg|]}|vr|qSr0r0r8r;r0r1r=lr>z]DatabaseClient.update_autonomous_container_database_dataguard_association..zSupdate_autonomous_container_database_dataguard_association got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEmr>z]DatabaseClient.update_autonomous_container_database_dataguard_association..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEmr>r$rNrr"rRr)r,rrCupdate_autonomous_container_database_data_guard_association_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rlsl,$     zIDatabaseClient.update_autonomous_container_database_dataguard_associationc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates one or more attributes of the specified Autonomous Database. See the UpdateAutonomousDatabaseDetails resource for a full list of attributes that can be updated. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateAutonomousDatabaseDetails update_autonomous_database_details: (required) Request to update the properties of an Autonomous Database. :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) Unique identifier for 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 `__. 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.database.models.AutonomousDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_autonomous_database API. r6rupdate_autonomous_databasezchttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/UpdateAutonomousDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=emr>z=DatabaseClient.update_autonomous_database..z3update_autonomous_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEnmr>z=DatabaseClient.update_autonomous_database..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEzmr>r$rNrr"rRr)r,r"update_autonomous_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r2msj'$     z)DatabaseClient.update_autonomous_databasec sd}d}d}d}gdfddt|D}|rBtd|d d |d td }d d t|D}|jj|d|j d} | rt | t j s|j || |j| j|jj|||||d||dS|jj|||||d||dSdS)a Updates the Autonomous Database regional wallet. :param oci.database.models.UpdateAutonomousDatabaseWalletDetails update_autonomous_database_wallet_details: (required) Request to update the properties of Autonomous Database regional wallet. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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 `__ to see an example of how to use update_autonomous_database_regional_wallet API. rr*update_autonomous_database_regional_walletzwhttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseWallet/UpdateAutonomousDatabaseRegionalWalletrcsg|]}|vr|qSr0r0r8r;r0r1r=mr>zMDatabaseClient.update_autonomous_database_regional_wallet..zCupdate_autonomous_database_regional_wallet got unknown kwargs: {!r}rGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEmr>zMDatabaseClient.update_autonomous_database_regional_wallet..r$rNr")rSrTrVrWr"rYrZNr) r,)update_autonomous_database_wallet_detailsr.rSrTrYrZrmrVr$r0r;r1rmsT     z9DatabaseClient.update_autonomous_database_regional_walletc s\d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Updates the wallet for the specified Autonomous Database. :param str autonomous_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateAutonomousDatabaseWalletDetails update_autonomous_database_wallet_details: (required) Request to update the properties of an Autonomous Database wallet. :param str opc_request_id: (optional) Unique identifier for 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 `__. 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 `__ to see an example of how to use update_autonomous_database_wallet API. rr!update_autonomous_database_walletzohttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseWallet/UpdateAutonomousDatabaseWalletrcsg|]}|vr|qSr0r0r8r;r0r1r=nr>zDDatabaseClient.update_autonomous_database_wallet..z:update_autonomous_database_wallet got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE"nr>zDDatabaseClient.update_autonomous_database_wallet..NrrFrGr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE-nr>r$rNr"rr)r,rrr.rSrTrYrZrmrUrCrDrVr$r0r;r1rmsd"$    z0DatabaseClient.update_autonomous_database_walletc s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a **Deprecated.** Use the :func:`update_cloud_exadata_infrastructure` operation to update an Exadata Infrastructure resource and :func:`update_cloud_autonomous_vm_cluster` operation to update an Autonomous Exadata VM cluster. :param str autonomous_exadata_infrastructure_id: (required) The Autonomous Exadata Infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateAutonomousExadataInfrastructureDetails update_autonomous_exadata_infrastructures_details: (required) Request to update the properties of a Autonomous Exadata Infrastructure. :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 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 `__. 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.database.models.AutonomousExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_autonomous_exadata_infrastructure API. rr(update_autonomous_exadata_infrastructurez}https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/UpdateAutonomousExadataInfrastructurer?csg|]}|vr|qSr0r0r8r;r0r1r=|nr>zKDatabaseClient.update_autonomous_exadata_infrastructure..zAupdate_autonomous_exadata_infrastructure got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEnr>zKDatabaseClient.update_autonomous_exadata_infrastructure..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEnr>r$rNrr"rRr)r,r1update_autonomous_exadata_infrastructures_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rMnsh$$    z7DatabaseClient.update_autonomous_exadata_infrastructurec sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the specified Autonomous VM cluster for the Exadata Cloud@Customer system.To update an Autonomous VM Cluster in the Oracle cloud, see :func:`update_cloud_autonomous_vm_cluster`. :param str autonomous_vm_cluster_id: (required) The autonomous VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateAutonomousVmClusterDetails update_autonomous_vm_cluster_details: (required) Request to update the attributes of an Autonomous VM cluster. :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) Unique identifier for 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 `__. 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.database.models.AutonomousVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_autonomous_vm_cluster API. r:rupdate_autonomous_vm_clusterzehttps://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousVmCluster/UpdateAutonomousVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=nr>z?DatabaseClient.update_autonomous_vm_cluster..z5update_autonomous_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEnr>z?DatabaseClient.update_autonomous_vm_cluster..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEnr>r$rNrr"rRr)r,r$update_autonomous_vm_cluster_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rnsj'$     z+DatabaseClient.update_autonomous_vm_clusterc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)aa If no database is associated with the backup destination: - For a RECOVERY_APPLIANCE backup destination, updates the connection string and/or the list of VPC users. - For an NFS backup destination, updates the NFS location. :param str backup_destination_id: (required) The `OCID`__ of the backup destination. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateBackupDestinationDetails update_backup_destination_details: (required) For a RECOVERY_APPLIANCE backup destination, request to update the connection string and/or the list of VPC users. For an NFS backup destination, request to update the NFS location. :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) Unique identifier for 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 `__. 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.database.models.BackupDestination` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_backup_destination API. rBrupdate_backup_destinationzahttps://docs.oracle.com/iaas/api/#/en/database/20160918/BackupDestination/UpdateBackupDestinationrcsg|]}|vr|qSr0r0r8r;r0r1r=Ror>z.z2update_backup_destination got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE[or>z.NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEgor>r$rNrr"rRr)r,r!update_backup_destination_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rosj*$     z(DatabaseClient.update_backup_destinationc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the specified Autonomous Exadata VM cluster in the Oracle cloud. For Exadata Cloud@Customer systems, see :func:`update_autonomous_vm_cluster`. :param str cloud_autonomous_vm_cluster_id: (required) The Cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateCloudAutonomousVmClusterDetails update_cloud_autonomous_vm_cluster_details: (required) Request to update the attributes of a cloud VM cluster. :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) Unique identifier for 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 `__. 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.database.models.CloudAutonomousVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_cloud_autonomous_vm_cluster API. rEr"update_cloud_autonomous_vm_clusterzohttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/UpdateCloudAutonomousVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=or>zEDatabaseClient.update_cloud_autonomous_vm_cluster..z;update_cloud_autonomous_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEor>zEDatabaseClient.update_cloud_autonomous_vm_cluster..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEor>r$rNrr"rRr)r,r*update_cloud_autonomous_vm_cluster_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rosj'$     z1DatabaseClient.update_cloud_autonomous_vm_clusterc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the Cloud Exadata infrastructure resource. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param str cloud_exadata_infrastructure_id: (required) The cloud Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateCloudExadataInfrastructureDetails update_cloud_exadata_infrastructure_details: (required) Request to update the properties of an cloud Exadata infrastructure resource. :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) Unique identifier for 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 `__. 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.database.models.CloudExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_cloud_exadata_infrastructure API. rHr#update_cloud_exadata_infrastructurezshttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/UpdateCloudExadataInfrastructurercsg|]}|vr|qSr0r0r8r;r0r1r=&pr>zFDatabaseClient.update_cloud_exadata_infrastructure..zzFDatabaseClient.update_cloud_exadata_infrastructure..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE;pr>r$rNrtr"rRr)r,rw+update_cloud_exadata_infrastructure_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rosj'$     z2DatabaseClient.update_cloud_exadata_infrastructurec sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)ae Updates the specified cloud VM cluster. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateCloudVmClusterDetails update_cloud_vm_cluster_details: (required) Request to update the attributes of a cloud VM cluster. :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) Unique identifier for 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 `__. 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.database.models.CloudVmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_cloud_vm_cluster API. rMrupdate_cloud_vm_clusterz[https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/UpdateCloudVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=pr>z:DatabaseClient.update_cloud_vm_cluster..z0update_cloud_vm_cluster got unknown kwargs: {!r}r|cSsi|]\}}|tur||qSr0r@rBr0r0r1rEpr>z:DatabaseClient.update_cloud_vm_cluster..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEpr>r$rNr~r"rRr)r,rupdate_cloud_vm_cluster_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r]psj'$     z&DatabaseClient.update_cloud_vm_clusterc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)aI Updates the IORM settings for the specified cloud VM cluster in an Exadata Cloud Service instance. :param str cloud_vm_cluster_id: (required) The cloud VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.ExadataIormConfigUpdateDetails cloud_vm_cluster_iorm_config_update_details: (required) Request to perform database update. :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.ExadataIormConfig` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_cloud_vm_cluster_iorm_config API. rr#update_cloud_vm_cluster_iorm_configzehttps://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/UpdateCloudVmClusterIormConfigrgcsg|]}|vr|qSr0r0r8r;r0r1r=pr>zFDatabaseClient.update_cloud_vm_cluster_iorm_config..zzFDatabaseClient.update_cloud_vm_cluster_iorm_config..NrrFrGr6rprhcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEqr>r$rNrr"rRr)r,r+cloud_vm_cluster_iorm_config_update_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rpsj'$     z2DatabaseClient.update_cloud_vm_cluster_iorm_configc sld}d}d}d}gdfddt|D} | rBtd| ||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt | dt d} dd t| D} |j j | d|j d}|rDt|tjs|j | ||j|j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)aF Updates the Data Guard association the specified database. This API can be used to change the `protectionMode` and `transportType` of the Data Guard association. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str data_guard_association_id: (required) The Data Guard association's `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateDataGuardAssociationDetails update_data_guard_association_details: (required) A request to update Data Guard association of a database. :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) Unique identifier for 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 `__. 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.database.models.DataGuardAssociation` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_data_guard_association API. rrupdate_data_guard_associationzghttps://docs.oracle.com/iaas/api/#/en/database/20160918/DataGuardAssociation/UpdateDataGuardAssociationrcsg|]}|vr|qSr0r0r8r;r0r1r=iqr>z@DatabaseClient.update_data_guard_association..z6update_data_guard_association got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEsqr>z@DatabaseClient.update_data_guard_association..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEqr>r$rNrr"rRr)r,rr%update_data_guard_association_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r1qsl,$     z,DatabaseClient.update_data_guard_associationc s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)ar Update the specified database based on the request parameters provided. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateDatabaseDetails update_database_details: (required) Request to perform database update. :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 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_database API. rVrupdate_databasezOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/UpdateDatabaser?csg|]}|vr|qSr0r0r8r;r0r1r=qr>z2DatabaseClient.update_database..z(update_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEqr>z2DatabaseClient.update_database..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEqr>r$rNrr"rRr)r,rupdate_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rqsh$$    zDatabaseClient.update_databasec s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the properties of a Database Software Image, like Display Nmae :param str database_software_image_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateDatabaseSoftwareImageDetails update_database_software_image_details: (required) Request to update the properties of a DB system. :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 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 `__. 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.database.models.DatabaseSoftwareImage` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_database_software_image API. r[rupdate_database_software_imagezihttps://docs.oracle.com/iaas/api/#/en/database/20160918/DatabaseSoftwareImage/UpdateDatabaseSoftwareImager?csg|]}|vr|qSr0r0r8r;r0r1r=5rr>zADatabaseClient.update_database_software_image..z7update_database_software_image got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE>rr>zADatabaseClient.update_database_software_image..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEIrr>r$rNrr"rRr)r,r&update_database_software_image_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rrsh$$    z-DatabaseClient.update_database_software_imagec s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a] Patches the specified Database Home. :param str db_home_id: (required) The Database Home `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateDbHomeDetails update_db_home_details: (required) Request to update the properties of a Database Home. :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 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 `__. 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.database.models.DbHome` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_db_home API. r^rupdate_db_homezKhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbHome/UpdateDbHomer?csg|]}|vr|qSr0r0r8r;r0r1r=rr>z1DatabaseClient.update_db_home..z'update_db_home got unknown kwargs: {!r}r`cSsi|]\}}|tur||qSr0r@rBr0r0r1rErr>z1DatabaseClient.update_db_home..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rErr>r$rNr r"rRr)r,rbupdate_db_home_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rkrsh$$    zDatabaseClient.update_db_homec s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the properties of the specified DB system. **Note:** Deprecated for Exadata Cloud Service systems. Use the `new resource model APIs`__ instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See `Switching an Exadata DB System to the New Resource Model and APIs`__ for details on converting existing Exadata DB systems to the new resource model. __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model __ https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateDbSystemDetails update_db_system_details: (required) Request to update the properties of a DB system. :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 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 `__. 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.database.models.DbSystem` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_db_system API. r rupdate_db_systemzOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/UpdateDbSystemr?csg|]}|vr|qSr0r0r8r;r0r1r=sr>z3DatabaseClient.update_db_system..z)update_db_system got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEsr>z3DatabaseClient.update_db_system..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEsr>r$rNrr"rRr)r,rupdate_db_system_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rrsh+$    zDatabaseClient.update_db_systemc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the Exadata infrastructure resource. Applies to Exadata Cloud@Customer instances only. To update an Exadata Cloud Service infrastructure resource, use the :func:`update_cloud_exadata_infrastructure` operation. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateExadataInfrastructureDetails update_exadata_infrastructure_details: (required) Request to update the properties of an Exadata Cloud@Customer infrastructure. :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) Unique identifier for 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 `__. 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.database.models.ExadataInfrastructure` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_exadata_infrastructure API. rcrupdate_exadata_infrastructurezihttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructure/UpdateExadataInfrastructurercsg|]}|vr|qSr0r0r8r;r0r1r=psr>z@DatabaseClient.update_exadata_infrastructure..z6update_exadata_infrastructure got unknown kwargs: {!r}r?cSsi|]\}}|tur||qSr0r@rBr0r0r1rEysr>z@DatabaseClient.update_exadata_infrastructure..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEsr>r$rNrQr"rRr)r,rk%update_exadata_infrastructure_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r`__. 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.database.models.ExadataIormConfig` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_exadata_iorm_config API. rrupdate_exadata_iorm_configzXhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/UpdateExadataIormConfigrgcsg|]}|vr|qSr0r0r8r;r0r1r=sr>z=DatabaseClient.update_exadata_iorm_config..z3update_exadata_iorm_config got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEsr>z=DatabaseClient.update_exadata_iorm_config..NrrFrGr6rprhcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEsr>r$rNrr"rRr)r,r"exadata_iorm_config_update_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rssj1$     z)DatabaseClient.update_exadata_iorm_configc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the properties of an :func:`create_external_container_database_details` resource, such as the display name. :param str external_container_database_id: (required) The ExternalContainerDatabase `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateExternalContainerDatabaseDetails update_external_container_database_details: (required) Request to update the properties of an :func:`create_external_container_database_details` resource. :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) Unique identifier for 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 `__. 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.database.models.ExternalContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_external_container_database API. rer"update_external_container_databasezqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalContainerDatabase/UpdateExternalContainerDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=Qtr>zEDatabaseClient.update_external_container_database..z;update_external_container_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEZtr>zEDatabaseClient.update_external_container_database..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEftr>r$rNrr"rRr)r,r*update_external_container_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rtsj*$     z1DatabaseClient.update_external_container_databasec sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the properties of an external database connector, such as the display name. :param str external_database_connector_id: (required) The `OCID`__ of the external database connector resource (`ExternalDatabaseConnectorId`). __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateExternalDatabaseConnectorDetails update_external_database_connector_details: (required) Request to update the properties of an external database connector. :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) Unique identifier for 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 `__. 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.database.models.ExternalDatabaseConnector` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_external_database_connector API. rjr"update_external_database_connectorzqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalDatabaseConnector/UpdateExternalDatabaseConnectorrcsg|]}|vr|qSr0r0r8r;r0r1r=tr>zEDatabaseClient.update_external_database_connector..z;update_external_database_connector got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEtr>zEDatabaseClient.update_external_database_connector..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEtr>r$rNrr"rRr)r,r*update_external_database_connector_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rtsj($     z1DatabaseClient.update_external_database_connectorc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the properties of an external non-container database, such as the display name. :param str external_non_container_database_id: (required) The external non-container database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateExternalNonContainerDatabaseDetails update_external_non_container_database_details: (required) Request to update the properties of an external non-container database. :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) Unique identifier for 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 `__. 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.database.models.ExternalNonContainerDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_external_non_container_database API. rlr&update_external_non_container_databasezwhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalNonContainerDatabase/UpdateExternalNonContainerDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=&ur>zIDatabaseClient.update_external_non_container_database..z?update_external_non_container_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE/ur>zIDatabaseClient.update_external_non_container_database..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rE;ur>r$rNrr"rRr)r,r.update_external_non_container_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rtsj'$     z5DatabaseClient.update_external_non_container_databasec sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the properties of an :func:`create_external_pluggable_database_details` resource, such as the display name. :param str external_pluggable_database_id: (required) The ExternalPluggableDatabaseId `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateExternalPluggableDatabaseDetails update_external_pluggable_database_details: (required) Request to update the properties of an external pluggable database resource. :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) Unique identifier for 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 `__. 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.database.models.ExternalPluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_external_pluggable_database API. ror"update_external_pluggable_databasezqhttps://docs.oracle.com/iaas/api/#/en/database/20160918/ExternalPluggableDatabase/UpdateExternalPluggableDatabasercsg|]}|vr|qSr0r0r8r;r0r1r=ur>zEDatabaseClient.update_external_pluggable_database..z;update_external_pluggable_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEur>zEDatabaseClient.update_external_pluggable_database..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEur>r$rNrr"rRr)r,r*update_external_pluggable_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r]usj)$     z1DatabaseClient.update_external_pluggable_databasec sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a If no database is associated with the key store, edit the key store. :param str key_store_id: (required) The `OCID`__ of the key store. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateKeyStoreDetails update_key_store_details: (required) Request to update the attributes of a key store. :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) Unique identifier for 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 `__. 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.database.models.KeyStore` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_key_store API. rrrupdate_key_storezOhttps://docs.oracle.com/iaas/api/#/en/database/20160918/KeyStore/UpdateKeyStorercsg|]}|vr|qSr0r0r8r;r0r1r=ur>z3DatabaseClient.update_key_store..z)update_key_store got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEvr>z3DatabaseClient.update_key_store..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEvr>r$rNr#r"rRr)r,rupdate_key_store_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rusj'$     zDatabaseClient.update_key_storec s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)af Updates the properties of a maintenance run, such as the state of a maintenance run. :param str maintenance_run_id: (required) The maintenance run OCID. :param oci.database.models.UpdateMaintenanceRunDetails update_maintenance_run_details: (required) Request to update the properties of a maintenance run. :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 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 `__. 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.database.models.MaintenanceRun` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_maintenance_run API. r4rupdate_maintenance_runz[https://docs.oracle.com/iaas/api/#/en/database/20160918/MaintenanceRun/UpdateMaintenanceRunr?csg|]}|vr|qSr0r0r8r;r0r1r=`vr>z9DatabaseClient.update_maintenance_run..z/update_maintenance_run got unknown kwargs: {!r}r6cSsi|]\}}|tur||qSr0r@rBr0r0r1rEivr>z9DatabaseClient.update_maintenance_run..NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEtvr>r$rNr7r"rRr)r,r8update_maintenance_run_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r3vsh"$    z%DatabaseClient.update_maintenance_runc s`d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r8t| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the specified pluggable database. :param str pluggable_database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdatePluggableDatabaseDetails update_pluggable_database_details: (required) Request to perform pluggable database update. :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 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 `__. 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.database.models.PluggableDatabase` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_pluggable_database API. rurupdate_pluggable_databasezahttps://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/UpdatePluggableDatabaser?csg|]}|vr|qSr0r0r8r;r0r1r=vr>z.z2update_pluggable_database got unknown kwargs: {!r}rwcSsi|]\}}|tur||qSr0r@rBr0r0r1rEvr>z.NrrFrGrpr@cSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEvr>r$rNr'r"rRr)r,ry!update_pluggable_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rvsh$$    z(DatabaseClient.update_pluggable_databasec sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Updates the specified VM cluster. Applies to Exadata Cloud@Customer instances only. :param str vm_cluster_id: (required) The VM cluster `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateVmClusterDetails update_vm_cluster_details: (required) Request to update the attributes of a VM cluster. :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) Unique identifier for 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 `__. 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.database.models.VmCluster` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_vm_cluster API. rzrupdate_vm_clusterzQhttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/UpdateVmClusterrcsg|]}|vr|qSr0r0r8r;r0r1r=.wr>z4DatabaseClient.update_vm_cluster..z*update_vm_cluster got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rE7wr>z4DatabaseClient.update_vm_cluster..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rECwr>r$rNrr"rRr)r,rupdate_vm_cluster_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rvsj'$     z DatabaseClient.update_vm_clusterc sld}d}d}d}gdfddt|D} | rBtd| ||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt | dt d} dd t| D} |j j | d|j d}|rDt|tjs|j | ||j|j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a| Updates the specified VM cluster network. Applies to Exadata Cloud@Customer instances only. To update a cloud VM cluster in an Exadata Cloud Service instance, use the :func:`update_cloud_vm_cluster` operation. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str vm_cluster_network_id: (required) The VM cluster network `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpdateVmClusterNetworkDetails update_vm_cluster_network_details: (required) Request to update the properties of a VM cluster network. :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) Unique identifier for 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 `__. 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.database.models.VmClusterNetwork` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_vm_cluster_network API. r}rupdate_vm_cluster_networkz_https://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/UpdateVmClusterNetworkrcsg|]}|vr|qSr0r0r8r;r0r1r=wr>z.z2update_vm_cluster_network got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rEwr>z.NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEwr>r$rNr.r"rRr)r,rkr!update_vm_cluster_network_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rewsl-$     z(DatabaseClient.update_vm_cluster_networkc sjd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | rBt| tjs|j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Upgrades the specified Oracle Database instance. :param str database_id: (required) The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpgradeDatabaseDetails upgrade_database_details: (required) Request to perform a database upgrade. :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) Unique identifier for 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 `__. 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.database.models.Database` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use upgrade_database API. z'/databases/{databaseId}/actions/upgrader3upgrade_databasezPhttps://docs.oracle.com/iaas/api/#/en/database/20160918/Database/UpgradeDatabasercsg|]}|vr|qSr0r0r8r;r0r1r= xr>z3DatabaseClient.upgrade_database..z)upgrade_database got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rExr>z3DatabaseClient.upgrade_database..NrrFrGrpr6rcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rExr>r$rNrr"rRr)r,rupgrade_database_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1rwsj'$     zDatabaseClient.upgrade_databasec sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rXt| tjs0|j | |j | | |j| j|j j||| | |d| d||d S|j j||| | |d| d||d Sd S)a Upgrades the operating system and grid infrastructure of the DB system. :param str db_system_id: (required) The DB system `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci.database.models.UpgradeDbSystemDetails upgrade_db_system_details: (required) Request to perform an upgrade of the operating system and the Oracle Grid Infrastructure (GI) of the DB system. :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) Unique identifier for the request. :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 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 `__. 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.database.models.DbSystem` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use upgrade_db_system API. z'/dbSystems/{dbSystemId}/actions/upgrader3upgrade_db_systemzPhttps://docs.oracle.com/iaas/api/#/en/database/20160918/DbSystem/UpgradeDbSystemrocsg|]}|vr|qSr0r0r8r;r0r1r={xr>z4DatabaseClient.upgrade_db_system..z*upgrade_db_system got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rExr>z4DatabaseClient.upgrade_db_system..NrrFrGrpr6r7rrcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rExr>r$rNrr"rRr[)r,rupgrade_db_system_detailsr.rSrTrYrZrmrUrCrDrVr$r0r;r1r@xsn.$       z DatabaseClient.upgrade_db_systemc std}d}d}d}gdfddt|D}|rBtd|||d } d d t| D} t| D]:\} } | d ust| tjrjt| d krjtd| qjdd| dt | dt d} dd t| D} |j j | d|j d} | rNt| tjs(|j | |j | | |j| j|j j||| | d| d||d S|j j||| | d| d||dSd S)a Validates the specified VM cluster network. Applies to Exadata Cloud@Customer instances only. :param str exadata_infrastructure_id: (required) The Exadata infrastructure `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str vm_cluster_network_id: (required) The VM cluster network `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param str opc_request_id: (optional) Unique identifier for the request. :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 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 `__. 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.database.models.VmClusterNetwork` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use validate_vm_cluster_network API. zi/exadataInfrastructures/{exadataInfrastructureId}/vmClusterNetworks/{vmClusterNetworkId}/actions/validater3validate_vm_cluster_networkzahttps://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/ValidateVmClusterNetworkr5csg|]}|vr|qSr0r0r8r;r0r1r=xr>z>DatabaseClient.validate_vm_cluster_network..z4validate_vm_cluster_network got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr0r@rBr0r0r1rExr>z>DatabaseClient.validate_vm_cluster_network..NrrFrGr6r7rHcSs&i|]\}}|tur|dur||qSrMr@rBr0r0r1rEyr>r$rNr.r"rur[rr0r;r1rxsj+$      z*DatabaseClient.validate_vm_cluster_networkN(__name__ __module__ __qualname____doc__r2r4rnrxrzrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr r rrrrrr"r&r*r-r1r8r;r>rCrFrIrNrQrWr\r_rdrfrkrmrprsrvr{r~rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr rrrrrrrrrrrrrr3r5r9r=rArBrCrDrErFrHrKrNrPrUrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr r rrrrr r$r'r(r)r-r/r0rLrMrTrXr^r`rarergrhrjrlrnrprrrtrurwryr{r}rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr0r0r0r1rszUmootttvvvrvrtrv}swvyvsosvjW\\\W\\`^jr\WW][\\\]\]]ncc^ccncbt^ocefcdcccjb\\ommqmmqmmohnn\\tvrvrrvrrt~hommTZ^^dM^TT^T^^^^^_ddXZT T d T Z Z T j [ Z Z d _ ^ i X ^ _ ^ _ m ^ R R d T ^ e Z Z d d W l h <  f 4 h n N   g   h e   | |  T n h . '  h h '   X h h b f ' "       ~ p c > > '  $ h h    t r v t t b f k u t t { e ` e e q q m m m m q t ` ` o e o h ~ n ^ ^ eepjPaejmjjjjpeeelktmkjljcejqjtrN) __future__r oci._vendorrrocirroci.base_clientr oci.configrr oci.signerr oci.utilr r r modelsrrAobjectrr0r0r0r1s