oci 2.118.0__py3-none-any.whl → 2.118.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/__init__.py +1 -1
- oci/_vendor/__init__.py +1 -1
- oci/_vendor/chardet/__init__.py +1 -1
- oci/_vendor/chardet/big5freq.py +1 -1
- oci/_vendor/chardet/big5prober.py +1 -1
- oci/_vendor/chardet/chardistribution.py +1 -1
- oci/_vendor/chardet/charsetgroupprober.py +1 -1
- oci/_vendor/chardet/charsetprober.py +1 -1
- oci/_vendor/chardet/cli/__init__.py +1 -1
- oci/_vendor/chardet/cli/chardetect.py +1 -1
- oci/_vendor/chardet/codingstatemachine.py +1 -1
- oci/_vendor/chardet/compat.py +1 -1
- oci/_vendor/chardet/cp949prober.py +1 -1
- oci/_vendor/chardet/enums.py +1 -1
- oci/_vendor/chardet/escprober.py +1 -1
- oci/_vendor/chardet/escsm.py +1 -1
- oci/_vendor/chardet/eucjpprober.py +1 -1
- oci/_vendor/chardet/euckrfreq.py +1 -1
- oci/_vendor/chardet/euckrprober.py +1 -1
- oci/_vendor/chardet/euctwfreq.py +1 -1
- oci/_vendor/chardet/euctwprober.py +1 -1
- oci/_vendor/chardet/gb2312freq.py +1 -1
- oci/_vendor/chardet/gb2312prober.py +1 -1
- oci/_vendor/chardet/hebrewprober.py +1 -1
- oci/_vendor/chardet/jisfreq.py +1 -1
- oci/_vendor/chardet/jpcntx.py +1 -1
- oci/_vendor/chardet/langbulgarianmodel.py +1 -1
- oci/_vendor/chardet/langgreekmodel.py +1 -1
- oci/_vendor/chardet/langhebrewmodel.py +1 -1
- oci/_vendor/chardet/langhungarianmodel.py +1 -1
- oci/_vendor/chardet/langrussianmodel.py +1 -1
- oci/_vendor/chardet/langthaimodel.py +1 -1
- oci/_vendor/chardet/langturkishmodel.py +1 -1
- oci/_vendor/chardet/latin1prober.py +1 -1
- oci/_vendor/chardet/mbcharsetprober.py +1 -1
- oci/_vendor/chardet/mbcsgroupprober.py +1 -1
- oci/_vendor/chardet/mbcssm.py +1 -1
- oci/_vendor/chardet/metadata/__init__.py +1 -1
- oci/_vendor/chardet/metadata/languages.py +1 -1
- oci/_vendor/chardet/sbcharsetprober.py +1 -1
- oci/_vendor/chardet/sbcsgroupprober.py +1 -1
- oci/_vendor/chardet/sjisprober.py +1 -1
- oci/_vendor/chardet/universaldetector.py +1 -1
- oci/_vendor/chardet/utf8prober.py +1 -1
- oci/_vendor/chardet/version.py +1 -1
- oci/_vendor/httpsig_cffi/__init__.py +1 -1
- oci/_vendor/httpsig_cffi/requests_auth.py +1 -1
- oci/_vendor/httpsig_cffi/sign.py +1 -1
- oci/_vendor/httpsig_cffi/utils.py +1 -1
- oci/_vendor/httpsig_cffi/verify.py +1 -1
- oci/_vendor/idna/__init__.py +1 -1
- oci/_vendor/idna/codec.py +1 -1
- oci/_vendor/idna/compat.py +1 -1
- oci/_vendor/idna/core.py +1 -1
- oci/_vendor/idna/idnadata.py +1 -1
- oci/_vendor/idna/intranges.py +1 -1
- oci/_vendor/idna/package_data.py +1 -1
- oci/_vendor/idna/uts46data.py +1 -1
- oci/_vendor/jwt/__init__.py +1 -1
- oci/_vendor/jwt/__main__.py +1 -1
- oci/_vendor/jwt/algorithms.py +1 -1
- oci/_vendor/jwt/api_jws.py +1 -1
- oci/_vendor/jwt/api_jwt.py +1 -1
- oci/_vendor/jwt/compat.py +1 -1
- oci/_vendor/jwt/exceptions.py +1 -1
- oci/_vendor/jwt/help.py +1 -1
- oci/_vendor/jwt/utils.py +1 -1
- oci/_vendor/requests/__init__.py +1 -1
- oci/_vendor/requests/__version__.py +1 -1
- oci/_vendor/requests/_internal_utils.py +1 -1
- oci/_vendor/requests/adapters.py +1 -1
- oci/_vendor/requests/api.py +1 -1
- oci/_vendor/requests/auth.py +1 -1
- oci/_vendor/requests/certs.py +1 -1
- oci/_vendor/requests/compat.py +1 -1
- oci/_vendor/requests/cookies.py +1 -1
- oci/_vendor/requests/exceptions.py +1 -1
- oci/_vendor/requests/help.py +1 -1
- oci/_vendor/requests/hooks.py +1 -1
- oci/_vendor/requests/models.py +1 -1
- oci/_vendor/requests/packages.py +1 -1
- oci/_vendor/requests/sessions.py +1 -1
- oci/_vendor/requests/status_codes.py +1 -1
- oci/_vendor/requests/structures.py +1 -1
- oci/_vendor/requests/utils.py +1 -1
- oci/_vendor/urllib3/__init__.py +1 -1
- oci/_vendor/urllib3/_collections.py +1 -1
- oci/_vendor/urllib3/_version.py +1 -1
- oci/_vendor/urllib3/connection.py +1 -1
- oci/_vendor/urllib3/connectionpool.py +1 -1
- oci/_vendor/urllib3/contrib/__init__.py +1 -1
- oci/_vendor/urllib3/contrib/_appengine_environ.py +1 -1
- oci/_vendor/urllib3/contrib/_securetransport/__init__.py +1 -1
- oci/_vendor/urllib3/contrib/_securetransport/bindings.py +1 -1
- oci/_vendor/urllib3/contrib/_securetransport/low_level.py +1 -1
- oci/_vendor/urllib3/contrib/appengine.py +1 -1
- oci/_vendor/urllib3/contrib/ntlmpool.py +1 -1
- oci/_vendor/urllib3/contrib/pyopenssl.py +1 -1
- oci/_vendor/urllib3/contrib/securetransport.py +1 -1
- oci/_vendor/urllib3/contrib/socks.py +1 -1
- oci/_vendor/urllib3/exceptions.py +1 -1
- oci/_vendor/urllib3/fields.py +1 -1
- oci/_vendor/urllib3/filepost.py +1 -1
- oci/_vendor/urllib3/packages/__init__.py +1 -1
- oci/_vendor/urllib3/packages/backports/__init__.py +1 -1
- oci/_vendor/urllib3/packages/backports/makefile.py +1 -1
- oci/_vendor/urllib3/packages/six.py +1 -1
- oci/_vendor/urllib3/poolmanager.py +1 -1
- oci/_vendor/urllib3/request.py +1 -1
- oci/_vendor/urllib3/response.py +1 -1
- oci/_vendor/urllib3/util/__init__.py +1 -1
- oci/_vendor/urllib3/util/connection.py +1 -1
- oci/_vendor/urllib3/util/proxy.py +1 -1
- oci/_vendor/urllib3/util/queue.py +1 -1
- oci/_vendor/urllib3/util/request.py +1 -1
- oci/_vendor/urllib3/util/response.py +1 -1
- oci/_vendor/urllib3/util/retry.py +1 -1
- oci/_vendor/urllib3/util/ssl_.py +1 -1
- oci/_vendor/urllib3/util/ssl_match_hostname.py +1 -1
- oci/_vendor/urllib3/util/ssltransport.py +1 -1
- oci/_vendor/urllib3/util/timeout.py +1 -1
- oci/_vendor/urllib3/util/url.py +1 -1
- oci/_vendor/urllib3/util/wait.py +1 -1
- oci/access_governance_cp/__init__.py +1 -1
- oci/access_governance_cp/access_governance_cp_client.py +9 -9
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +1 -1
- oci/access_governance_cp/models/__init__.py +1 -1
- oci/access_governance_cp/models/change_governance_instance_compartment_details.py +1 -1
- oci/access_governance_cp/models/create_governance_instance_details.py +1 -1
- oci/access_governance_cp/models/governance_instance.py +1 -1
- oci/access_governance_cp/models/governance_instance_collection.py +1 -1
- oci/access_governance_cp/models/governance_instance_configuration.py +1 -1
- oci/access_governance_cp/models/governance_instance_summary.py +1 -1
- oci/access_governance_cp/models/sender_config.py +1 -1
- oci/access_governance_cp/models/update_governance_instance_configuration_details.py +1 -1
- oci/access_governance_cp/models/update_governance_instance_details.py +1 -1
- oci/access_governance_cp/models/update_sender_config.py +1 -1
- oci/adm/__init__.py +1 -1
- oci/adm/application_dependency_management_client.py +37 -37
- oci/adm/application_dependency_management_client_composite_operations.py +1 -1
- oci/adm/models/__init__.py +1 -1
- oci/adm/models/application_dependency.py +1 -1
- oci/adm/models/application_dependency_recommendation_collection.py +1 -1
- oci/adm/models/application_dependency_recommendation_summary.py +1 -1
- oci/adm/models/application_dependency_vulnerability_collection.py +1 -1
- oci/adm/models/application_dependency_vulnerability_summary.py +1 -1
- oci/adm/models/apply_stage.py +1 -1
- oci/adm/models/change_knowledge_base_compartment_details.py +1 -1
- oci/adm/models/change_remediation_recipe_compartment_details.py +1 -1
- oci/adm/models/change_remediation_run_compartment_details.py +1 -1
- oci/adm/models/change_vulnerability_audit_compartment_details.py +1 -1
- oci/adm/models/create_knowledge_base_details.py +1 -1
- oci/adm/models/create_remediation_recipe_details.py +1 -1
- oci/adm/models/create_remediation_run_details.py +1 -1
- oci/adm/models/create_vulnerability_audit_details.py +1 -1
- oci/adm/models/detect_configuration.py +1 -1
- oci/adm/models/detect_stage.py +1 -1
- oci/adm/models/external_resource_vulnerability_audit_source.py +1 -1
- oci/adm/models/external_scm_configuration.py +1 -1
- oci/adm/models/git_hub_actions_configuration.py +1 -1
- oci/adm/models/git_lab_pipeline_configuration.py +1 -1
- oci/adm/models/jenkins_pipeline_configuration.py +1 -1
- oci/adm/models/knowledge_base.py +1 -1
- oci/adm/models/knowledge_base_collection.py +1 -1
- oci/adm/models/knowledge_base_summary.py +1 -1
- oci/adm/models/network_configuration.py +1 -1
- oci/adm/models/none_verify_configuration.py +1 -1
- oci/adm/models/oci_code_repository_configuration.py +1 -1
- oci/adm/models/oci_dev_ops_build_configuration.py +1 -1
- oci/adm/models/oci_resource_vulnerability_audit_source.py +1 -1
- oci/adm/models/pipeline_properties.py +1 -1
- oci/adm/models/pull_request_properties.py +1 -1
- oci/adm/models/recommend_stage.py +1 -1
- oci/adm/models/remediation_recipe.py +1 -1
- oci/adm/models/remediation_recipe_collection.py +1 -1
- oci/adm/models/remediation_recipe_summary.py +1 -1
- oci/adm/models/remediation_run.py +1 -1
- oci/adm/models/remediation_run_collection.py +1 -1
- oci/adm/models/remediation_run_stage.py +1 -1
- oci/adm/models/remediation_run_stage_collection.py +1 -1
- oci/adm/models/remediation_run_stage_summary.py +1 -1
- oci/adm/models/remediation_run_summary.py +1 -1
- oci/adm/models/scm_configuration.py +1 -1
- oci/adm/models/stage_summary.py +1 -1
- oci/adm/models/unknown_source_vulnerability_audit_source.py +1 -1
- oci/adm/models/update_knowledge_base_details.py +1 -1
- oci/adm/models/update_remediation_recipe_details.py +1 -1
- oci/adm/models/update_remediation_run_details.py +1 -1
- oci/adm/models/update_vulnerability_audit_details.py +1 -1
- oci/adm/models/usage_data_details.py +1 -1
- oci/adm/models/usage_data_via_object_storage_tuple_details.py +1 -1
- oci/adm/models/verify_configuration.py +1 -1
- oci/adm/models/verify_stage.py +1 -1
- oci/adm/models/vulnerability.py +1 -1
- oci/adm/models/vulnerability_audit.py +1 -1
- oci/adm/models/vulnerability_audit_collection.py +1 -1
- oci/adm/models/vulnerability_audit_configuration.py +1 -1
- oci/adm/models/vulnerability_audit_source.py +1 -1
- oci/adm/models/vulnerability_audit_summary.py +1 -1
- oci/adm/models/work_request.py +1 -1
- oci/adm/models/work_request_error.py +1 -1
- oci/adm/models/work_request_error_collection.py +1 -1
- oci/adm/models/work_request_log_entry.py +1 -1
- oci/adm/models/work_request_log_entry_collection.py +1 -1
- oci/adm/models/work_request_resource.py +1 -1
- oci/adm/models/work_request_summary.py +1 -1
- oci/adm/models/work_request_summary_collection.py +1 -1
- oci/ai_anomaly_detection/__init__.py +1 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +37 -37
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +1 -1
- oci/ai_anomaly_detection/models/__init__.py +1 -1
- oci/ai_anomaly_detection/models/ai_private_endpoint.py +1 -1
- oci/ai_anomaly_detection/models/ai_private_endpoint_collection.py +1 -1
- oci/ai_anomaly_detection/models/ai_private_endpoint_summary.py +1 -1
- oci/ai_anomaly_detection/models/anomaly.py +1 -1
- oci/ai_anomaly_detection/models/anomaly_detect_result.py +1 -1
- oci/ai_anomaly_detection/models/change_ai_private_endpoint_compartment_details.py +1 -1
- oci/ai_anomaly_detection/models/change_data_asset_compartment_details.py +1 -1
- oci/ai_anomaly_detection/models/change_detect_anomaly_job_compartment_details.py +1 -1
- oci/ai_anomaly_detection/models/change_model_compartment_details.py +1 -1
- oci/ai_anomaly_detection/models/change_project_compartment_details.py +1 -1
- oci/ai_anomaly_detection/models/create_ai_private_endpoint_details.py +1 -1
- oci/ai_anomaly_detection/models/create_data_asset_details.py +1 -1
- oci/ai_anomaly_detection/models/create_detect_anomaly_job_details.py +1 -1
- oci/ai_anomaly_detection/models/create_model_details.py +1 -1
- oci/ai_anomaly_detection/models/create_project_details.py +1 -1
- oci/ai_anomaly_detection/models/data_asset.py +1 -1
- oci/ai_anomaly_detection/models/data_asset_collection.py +1 -1
- oci/ai_anomaly_detection/models/data_asset_summary.py +1 -1
- oci/ai_anomaly_detection/models/data_item.py +1 -1
- oci/ai_anomaly_detection/models/data_source_details.py +1 -1
- oci/ai_anomaly_detection/models/data_source_details_atp.py +1 -1
- oci/ai_anomaly_detection/models/data_source_details_influx.py +1 -1
- oci/ai_anomaly_detection/models/data_source_details_object_storage.py +1 -1
- oci/ai_anomaly_detection/models/detect_anomalies_details.py +1 -1
- oci/ai_anomaly_detection/models/detect_anomaly_job.py +1 -1
- oci/ai_anomaly_detection/models/detect_anomaly_job_collection.py +1 -1
- oci/ai_anomaly_detection/models/detect_anomaly_job_summary.py +1 -1
- oci/ai_anomaly_detection/models/detection_result_item.py +1 -1
- oci/ai_anomaly_detection/models/embedded_detect_anomalies_request.py +1 -1
- oci/ai_anomaly_detection/models/embedded_input_details.py +1 -1
- oci/ai_anomaly_detection/models/influx_details.py +1 -1
- oci/ai_anomaly_detection/models/influx_details_v1v8.py +1 -1
- oci/ai_anomaly_detection/models/influx_details_v2v0.py +1 -1
- oci/ai_anomaly_detection/models/inline_detect_anomalies_request.py +1 -1
- oci/ai_anomaly_detection/models/inline_input_details.py +1 -1
- oci/ai_anomaly_detection/models/inline_input_job_details.py +1 -1
- oci/ai_anomaly_detection/models/input_details.py +1 -1
- oci/ai_anomaly_detection/models/input_job_details.py +1 -1
- oci/ai_anomaly_detection/models/model.py +1 -1
- oci/ai_anomaly_detection/models/model_collection.py +1 -1
- oci/ai_anomaly_detection/models/model_summary.py +1 -1
- oci/ai_anomaly_detection/models/model_training_details.py +1 -1
- oci/ai_anomaly_detection/models/model_training_results.py +1 -1
- oci/ai_anomaly_detection/models/object_list_input_details.py +1 -1
- oci/ai_anomaly_detection/models/object_list_input_job_details.py +1 -1
- oci/ai_anomaly_detection/models/object_location.py +1 -1
- oci/ai_anomaly_detection/models/object_storage_location.py +1 -1
- oci/ai_anomaly_detection/models/object_store_output_details.py +1 -1
- oci/ai_anomaly_detection/models/output_details.py +1 -1
- oci/ai_anomaly_detection/models/output_job_details.py +1 -1
- oci/ai_anomaly_detection/models/per_signal_details.py +1 -1
- oci/ai_anomaly_detection/models/project.py +1 -1
- oci/ai_anomaly_detection/models/project_collection.py +1 -1
- oci/ai_anomaly_detection/models/project_summary.py +1 -1
- oci/ai_anomaly_detection/models/row_reduction_details.py +1 -1
- oci/ai_anomaly_detection/models/update_ai_private_endpoint_details.py +1 -1
- oci/ai_anomaly_detection/models/update_data_asset_details.py +1 -1
- oci/ai_anomaly_detection/models/update_detect_anomaly_job_details.py +1 -1
- oci/ai_anomaly_detection/models/update_model_details.py +1 -1
- oci/ai_anomaly_detection/models/update_project_details.py +1 -1
- oci/ai_anomaly_detection/models/work_request.py +1 -1
- oci/ai_anomaly_detection/models/work_request_error.py +1 -1
- oci/ai_anomaly_detection/models/work_request_error_collection.py +1 -1
- oci/ai_anomaly_detection/models/work_request_log_entry.py +1 -1
- oci/ai_anomaly_detection/models/work_request_log_entry_collection.py +1 -1
- oci/ai_anomaly_detection/models/work_request_resource.py +1 -1
- oci/ai_anomaly_detection/models/work_request_summary.py +1 -1
- oci/ai_anomaly_detection/models/work_request_summary_collection.py +1 -1
- oci/ai_document/__init__.py +1 -1
- oci/ai_document/ai_service_document_client.py +23 -23
- oci/ai_document/ai_service_document_client_composite_operations.py +1 -1
- oci/ai_document/models/__init__.py +1 -1
- oci/ai_document/models/analyze_document_details.py +1 -1
- oci/ai_document/models/analyze_document_result.py +1 -1
- oci/ai_document/models/bounding_polygon.py +1 -1
- oci/ai_document/models/cell.py +1 -1
- oci/ai_document/models/change_model_compartment_details.py +1 -1
- oci/ai_document/models/change_project_compartment_details.py +1 -1
- oci/ai_document/models/component_model.py +1 -1
- oci/ai_document/models/create_model_details.py +1 -1
- oci/ai_document/models/create_processor_job_details.py +1 -1
- oci/ai_document/models/create_project_details.py +1 -1
- oci/ai_document/models/data_science_labeling_dataset.py +1 -1
- oci/ai_document/models/dataset.py +1 -1
- oci/ai_document/models/dataset_summary.py +1 -1
- oci/ai_document/models/detected_document_type.py +1 -1
- oci/ai_document/models/detected_language.py +1 -1
- oci/ai_document/models/dimensions.py +1 -1
- oci/ai_document/models/document_classification_confidence_entry.py +1 -1
- oci/ai_document/models/document_classification_feature.py +1 -1
- oci/ai_document/models/document_classification_label_metrics_report.py +1 -1
- oci/ai_document/models/document_classification_model_metrics.py +1 -1
- oci/ai_document/models/document_classification_overall_metrics_report.py +1 -1
- oci/ai_document/models/document_details.py +1 -1
- oci/ai_document/models/document_feature.py +1 -1
- oci/ai_document/models/document_field.py +1 -1
- oci/ai_document/models/document_key_value_extraction_feature.py +1 -1
- oci/ai_document/models/document_language_classification_feature.py +1 -1
- oci/ai_document/models/document_metadata.py +1 -1
- oci/ai_document/models/document_table_extraction_feature.py +1 -1
- oci/ai_document/models/document_text_extraction_feature.py +1 -1
- oci/ai_document/models/field_label.py +1 -1
- oci/ai_document/models/field_name.py +1 -1
- oci/ai_document/models/field_value.py +1 -1
- oci/ai_document/models/general_processor_config.py +1 -1
- oci/ai_document/models/inline_document_content.py +1 -1
- oci/ai_document/models/inline_document_details.py +1 -1
- oci/ai_document/models/input_location.py +1 -1
- oci/ai_document/models/key_value_detection_confidence_entry.py +1 -1
- oci/ai_document/models/key_value_detection_label_metrics_report.py +1 -1
- oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
- oci/ai_document/models/key_value_detection_overall_metrics_report.py +1 -1
- oci/ai_document/models/line.py +1 -1
- oci/ai_document/models/model.py +1 -1
- oci/ai_document/models/model_collection.py +1 -1
- oci/ai_document/models/model_metrics.py +1 -1
- oci/ai_document/models/model_summary.py +1 -1
- oci/ai_document/models/normalized_vertex.py +1 -1
- oci/ai_document/models/object_location.py +1 -1
- oci/ai_document/models/object_storage_dataset.py +1 -1
- oci/ai_document/models/object_storage_document_details.py +1 -1
- oci/ai_document/models/object_storage_locations.py +1 -1
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/page.py +1 -1
- oci/ai_document/models/patch_model_details.py +1 -1
- oci/ai_document/models/patch_model_operation.py +1 -1
- oci/ai_document/models/patch_response_message.py +1 -1
- oci/ai_document/models/processing_error.py +1 -1
- oci/ai_document/models/processor_config.py +1 -1
- oci/ai_document/models/processor_job.py +1 -1
- oci/ai_document/models/project.py +1 -1
- oci/ai_document/models/project_collection.py +1 -1
- oci/ai_document/models/project_summary.py +1 -1
- oci/ai_document/models/table.py +1 -1
- oci/ai_document/models/table_row.py +1 -1
- oci/ai_document/models/update_model_details.py +1 -1
- oci/ai_document/models/update_project_details.py +1 -1
- oci/ai_document/models/value_array.py +1 -1
- oci/ai_document/models/value_date.py +1 -1
- oci/ai_document/models/value_integer.py +1 -1
- oci/ai_document/models/value_number.py +1 -1
- oci/ai_document/models/value_phone_number.py +1 -1
- oci/ai_document/models/value_string.py +1 -1
- oci/ai_document/models/value_time.py +1 -1
- oci/ai_document/models/word.py +1 -1
- oci/ai_document/models/work_request.py +1 -1
- oci/ai_document/models/work_request_error.py +1 -1
- oci/ai_document/models/work_request_error_collection.py +1 -1
- oci/ai_document/models/work_request_log_entry.py +1 -1
- oci/ai_document/models/work_request_log_entry_collection.py +1 -1
- oci/ai_document/models/work_request_resource.py +1 -1
- oci/ai_document/models/work_request_summary.py +1 -1
- oci/ai_document/models/work_request_summary_collection.py +1 -1
- oci/ai_language/__init__.py +1 -1
- oci/ai_language/ai_service_language_client.py +37 -37
- oci/ai_language/ai_service_language_client_composite_operations.py +1 -1
- oci/ai_language/models/__init__.py +1 -1
- oci/ai_language/models/batch_detect_dominant_language_details.py +1 -1
- oci/ai_language/models/batch_detect_dominant_language_result.py +1 -1
- oci/ai_language/models/batch_detect_language_entities_details.py +1 -1
- oci/ai_language/models/batch_detect_language_entities_result.py +1 -1
- oci/ai_language/models/batch_detect_language_key_phrases_details.py +1 -1
- oci/ai_language/models/batch_detect_language_key_phrases_result.py +1 -1
- oci/ai_language/models/batch_detect_language_pii_entities_details.py +1 -1
- oci/ai_language/models/batch_detect_language_pii_entities_result.py +1 -1
- oci/ai_language/models/batch_detect_language_sentiments_details.py +1 -1
- oci/ai_language/models/batch_detect_language_sentiments_result.py +1 -1
- oci/ai_language/models/batch_detect_language_text_classification_details.py +1 -1
- oci/ai_language/models/batch_detect_language_text_classification_result.py +1 -1
- oci/ai_language/models/batch_language_translation_details.py +1 -1
- oci/ai_language/models/batch_language_translation_result.py +1 -1
- oci/ai_language/models/capabilities.py +1 -1
- oci/ai_language/models/capability.py +1 -1
- oci/ai_language/models/change_endpoint_compartment_details.py +1 -1
- oci/ai_language/models/change_model_compartment_details.py +1 -1
- oci/ai_language/models/change_project_compartment_details.py +1 -1
- oci/ai_language/models/class_metrics.py +1 -1
- oci/ai_language/models/classification_multi_class_mode_details.py +1 -1
- oci/ai_language/models/classification_multi_label_mode_details.py +1 -1
- oci/ai_language/models/classification_type.py +1 -1
- oci/ai_language/models/confusion_matrix_details.py +1 -1
- oci/ai_language/models/create_endpoint_details.py +1 -1
- oci/ai_language/models/create_model_details.py +1 -1
- oci/ai_language/models/create_project_details.py +1 -1
- oci/ai_language/models/data_science_labeling_dataset.py +1 -1
- oci/ai_language/models/dataset_details.py +1 -1
- oci/ai_language/models/detect_dominant_language_details.py +1 -1
- oci/ai_language/models/detect_dominant_language_result.py +1 -1
- oci/ai_language/models/detect_language_entities_details.py +1 -1
- oci/ai_language/models/detect_language_entities_result.py +1 -1
- oci/ai_language/models/detect_language_key_phrases_details.py +1 -1
- oci/ai_language/models/detect_language_key_phrases_result.py +1 -1
- oci/ai_language/models/detect_language_sentiments_details.py +1 -1
- oci/ai_language/models/detect_language_sentiments_result.py +1 -1
- oci/ai_language/models/detect_language_text_classification_details.py +1 -1
- oci/ai_language/models/detect_language_text_classification_result.py +1 -1
- oci/ai_language/models/detected_language.py +1 -1
- oci/ai_language/models/document_error.py +1 -1
- oci/ai_language/models/dominant_language_document.py +1 -1
- oci/ai_language/models/dominant_language_document_result.py +1 -1
- oci/ai_language/models/endpoint.py +1 -1
- oci/ai_language/models/endpoint_collection.py +1 -1
- oci/ai_language/models/endpoint_summary.py +1 -1
- oci/ai_language/models/entity.py +1 -1
- oci/ai_language/models/entity_document.py +1 -1
- oci/ai_language/models/entity_document_result.py +1 -1
- oci/ai_language/models/entity_label_error_analysis.py +1 -1
- oci/ai_language/models/entity_metrics.py +1 -1
- oci/ai_language/models/error_details.py +1 -1
- oci/ai_language/models/evaluation_result_collection.py +1 -1
- oci/ai_language/models/evaluation_result_summary.py +1 -1
- oci/ai_language/models/evaluation_results.py +1 -1
- oci/ai_language/models/hierarchical_entity.py +1 -1
- oci/ai_language/models/key_phrase.py +1 -1
- oci/ai_language/models/key_phrase_document.py +1 -1
- oci/ai_language/models/key_phrase_document_result.py +1 -1
- oci/ai_language/models/location_details.py +1 -1
- oci/ai_language/models/model.py +1 -1
- oci/ai_language/models/model_collection.py +1 -1
- oci/ai_language/models/model_details.py +1 -1
- oci/ai_language/models/model_summary.py +1 -1
- oci/ai_language/models/model_type_info.py +1 -1
- oci/ai_language/models/named_entity_recognition_evaluation_result.py +1 -1
- oci/ai_language/models/named_entity_recognition_evaluation_results.py +1 -1
- oci/ai_language/models/named_entity_recognition_model_details.py +1 -1
- oci/ai_language/models/named_entity_recognition_model_metrics.py +1 -1
- oci/ai_language/models/object_list_dataset.py +1 -1
- oci/ai_language/models/object_storage_dataset.py +1 -1
- oci/ai_language/models/pii_entity.py +1 -1
- oci/ai_language/models/pii_entity_document_result.py +1 -1
- oci/ai_language/models/pii_entity_mask.py +1 -1
- oci/ai_language/models/pii_entity_masking.py +1 -1
- oci/ai_language/models/pii_entity_remove.py +1 -1
- oci/ai_language/models/pii_entity_replace.py +1 -1
- oci/ai_language/models/pre_deployed_language_models.py +1 -1
- oci/ai_language/models/pre_trained_health_nlu_model_details.py +1 -1
- oci/ai_language/models/pre_trained_key_phrase_extraction_model_details.py +1 -1
- oci/ai_language/models/pre_trained_language_detection_model_details.py +1 -1
- oci/ai_language/models/pre_trained_named_entity_recognition_model_details.py +1 -1
- oci/ai_language/models/pre_trained_phi_model_details.py +1 -1
- oci/ai_language/models/pre_trained_pii_model_details.py +1 -1
- oci/ai_language/models/pre_trained_sentiment_analysis_model_details.py +1 -1
- oci/ai_language/models/pre_trained_summarization.py +1 -1
- oci/ai_language/models/pre_trained_text_classification_model_details.py +1 -1
- oci/ai_language/models/pre_trained_universal_model.py +1 -1
- oci/ai_language/models/project.py +1 -1
- oci/ai_language/models/project_collection.py +1 -1
- oci/ai_language/models/project_summary.py +1 -1
- oci/ai_language/models/sentiment_aspect.py +1 -1
- oci/ai_language/models/sentiment_document_result.py +1 -1
- oci/ai_language/models/sentiment_sentence.py +1 -1
- oci/ai_language/models/sentiments_document.py +1 -1
- oci/ai_language/models/test_and_validation_dataset_strategy.py +1 -1
- oci/ai_language/models/test_strategy.py +1 -1
- oci/ai_language/models/text_classification.py +1 -1
- oci/ai_language/models/text_classification_document.py +1 -1
- oci/ai_language/models/text_classification_document_result.py +1 -1
- oci/ai_language/models/text_classification_evaluation_results.py +1 -1
- oci/ai_language/models/text_classification_model_details.py +1 -1
- oci/ai_language/models/text_classification_model_evaluation_result.py +1 -1
- oci/ai_language/models/text_classification_model_metrics.py +1 -1
- oci/ai_language/models/text_document.py +1 -1
- oci/ai_language/models/translation_document_result.py +1 -1
- oci/ai_language/models/update_endpoint_details.py +1 -1
- oci/ai_language/models/update_model_details.py +1 -1
- oci/ai_language/models/update_project_details.py +1 -1
- oci/ai_language/models/work_request.py +1 -1
- oci/ai_language/models/work_request_error.py +1 -1
- oci/ai_language/models/work_request_error_collection.py +1 -1
- oci/ai_language/models/work_request_log.py +1 -1
- oci/ai_language/models/work_request_log_collection.py +1 -1
- oci/ai_language/models/work_request_resource.py +1 -1
- oci/ai_language/models/work_request_summary.py +1 -1
- oci/ai_language/models/work_request_summary_collection.py +1 -1
- oci/ai_speech/__init__.py +1 -1
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_speech/ai_service_speech_client_composite_operations.py +1 -1
- oci/ai_speech/models/__init__.py +1 -1
- oci/ai_speech/models/audio_format_details.py +1 -1
- oci/ai_speech/models/change_transcription_job_compartment_details.py +1 -1
- oci/ai_speech/models/create_transcription_job_details.py +1 -1
- oci/ai_speech/models/diarization.py +1 -1
- oci/ai_speech/models/input_location.py +1 -1
- oci/ai_speech/models/object_list_file_input_location.py +1 -1
- oci/ai_speech/models/object_list_inline_input_location.py +1 -1
- oci/ai_speech/models/object_location.py +1 -1
- oci/ai_speech/models/output_location.py +1 -1
- oci/ai_speech/models/profanity_transcription_filter.py +1 -1
- oci/ai_speech/models/transcription_filter.py +1 -1
- oci/ai_speech/models/transcription_job.py +1 -1
- oci/ai_speech/models/transcription_job_collection.py +1 -1
- oci/ai_speech/models/transcription_job_summary.py +1 -1
- oci/ai_speech/models/transcription_model_details.py +1 -1
- oci/ai_speech/models/transcription_normalization.py +1 -1
- oci/ai_speech/models/transcription_settings.py +1 -1
- oci/ai_speech/models/transcription_task.py +1 -1
- oci/ai_speech/models/transcription_task_collection.py +1 -1
- oci/ai_speech/models/transcription_task_summary.py +1 -1
- oci/ai_speech/models/update_transcription_job_details.py +1 -1
- oci/ai_vision/__init__.py +1 -1
- oci/ai_vision/ai_service_vision_client.py +26 -26
- oci/ai_vision/ai_service_vision_client_composite_operations.py +1 -1
- oci/ai_vision/models/__init__.py +1 -1
- oci/ai_vision/models/analyze_document_details.py +1 -1
- oci/ai_vision/models/analyze_document_result.py +1 -1
- oci/ai_vision/models/analyze_image_details.py +1 -1
- oci/ai_vision/models/analyze_image_result.py +1 -1
- oci/ai_vision/models/bounding_polygon.py +1 -1
- oci/ai_vision/models/cell.py +1 -1
- oci/ai_vision/models/change_model_compartment_details.py +1 -1
- oci/ai_vision/models/change_project_compartment_details.py +1 -1
- oci/ai_vision/models/create_document_job_details.py +1 -1
- oci/ai_vision/models/create_image_job_details.py +1 -1
- oci/ai_vision/models/create_model_details.py +1 -1
- oci/ai_vision/models/create_project_details.py +1 -1
- oci/ai_vision/models/data_science_labeling_dataset.py +1 -1
- oci/ai_vision/models/dataset.py +1 -1
- oci/ai_vision/models/detected_document_type.py +1 -1
- oci/ai_vision/models/detected_language.py +1 -1
- oci/ai_vision/models/dimensions.py +1 -1
- oci/ai_vision/models/document_classification_feature.py +1 -1
- oci/ai_vision/models/document_details.py +1 -1
- oci/ai_vision/models/document_feature.py +1 -1
- oci/ai_vision/models/document_field.py +1 -1
- oci/ai_vision/models/document_job.py +1 -1
- oci/ai_vision/models/document_key_value_detection_feature.py +1 -1
- oci/ai_vision/models/document_language_classification_feature.py +1 -1
- oci/ai_vision/models/document_metadata.py +1 -1
- oci/ai_vision/models/document_table_detection_feature.py +1 -1
- oci/ai_vision/models/document_text_detection_feature.py +1 -1
- oci/ai_vision/models/face.py +1 -1
- oci/ai_vision/models/face_detection_feature.py +1 -1
- oci/ai_vision/models/field_label.py +1 -1
- oci/ai_vision/models/field_name.py +1 -1
- oci/ai_vision/models/field_value.py +1 -1
- oci/ai_vision/models/image_classification_feature.py +1 -1
- oci/ai_vision/models/image_details.py +1 -1
- oci/ai_vision/models/image_feature.py +1 -1
- oci/ai_vision/models/image_job.py +1 -1
- oci/ai_vision/models/image_object.py +1 -1
- oci/ai_vision/models/image_object_detection_feature.py +1 -1
- oci/ai_vision/models/image_text.py +1 -1
- oci/ai_vision/models/image_text_detection_feature.py +1 -1
- oci/ai_vision/models/inline_document_details.py +1 -1
- oci/ai_vision/models/inline_image_details.py +1 -1
- oci/ai_vision/models/input_location.py +1 -1
- oci/ai_vision/models/label.py +1 -1
- oci/ai_vision/models/landmark.py +1 -1
- oci/ai_vision/models/line.py +1 -1
- oci/ai_vision/models/model.py +1 -1
- oci/ai_vision/models/model_collection.py +1 -1
- oci/ai_vision/models/model_summary.py +1 -1
- oci/ai_vision/models/normalized_vertex.py +1 -1
- oci/ai_vision/models/object_list_inline_input_location.py +1 -1
- oci/ai_vision/models/object_location.py +1 -1
- oci/ai_vision/models/object_storage_dataset.py +1 -1
- oci/ai_vision/models/object_storage_document_details.py +1 -1
- oci/ai_vision/models/object_storage_image_details.py +1 -1
- oci/ai_vision/models/ontology_class.py +1 -1
- oci/ai_vision/models/output_location.py +1 -1
- oci/ai_vision/models/page.py +1 -1
- oci/ai_vision/models/processing_error.py +1 -1
- oci/ai_vision/models/project.py +1 -1
- oci/ai_vision/models/project_collection.py +1 -1
- oci/ai_vision/models/project_summary.py +1 -1
- oci/ai_vision/models/table.py +1 -1
- oci/ai_vision/models/table_row.py +1 -1
- oci/ai_vision/models/update_model_details.py +1 -1
- oci/ai_vision/models/update_project_details.py +1 -1
- oci/ai_vision/models/value_array.py +1 -1
- oci/ai_vision/models/value_date.py +1 -1
- oci/ai_vision/models/value_integer.py +1 -1
- oci/ai_vision/models/value_number.py +1 -1
- oci/ai_vision/models/value_phone_number.py +1 -1
- oci/ai_vision/models/value_string.py +1 -1
- oci/ai_vision/models/value_time.py +1 -1
- oci/ai_vision/models/word.py +1 -1
- oci/ai_vision/models/work_request.py +1 -1
- oci/ai_vision/models/work_request_error.py +1 -1
- oci/ai_vision/models/work_request_error_collection.py +1 -1
- oci/ai_vision/models/work_request_log_entry.py +1 -1
- oci/ai_vision/models/work_request_log_entry_collection.py +1 -1
- oci/ai_vision/models/work_request_resource.py +1 -1
- oci/ai_vision/models/work_request_summary.py +1 -1
- oci/ai_vision/models/work_request_summary_collection.py +1 -1
- oci/alloy.py +1 -1
- oci/analytics/__init__.py +1 -1
- oci/analytics/analytics_client.py +24 -24
- oci/analytics/analytics_client_composite_operations.py +1 -1
- oci/analytics/models/__init__.py +1 -1
- oci/analytics/models/analytics_instance.py +1 -1
- oci/analytics/models/analytics_instance_summary.py +1 -1
- oci/analytics/models/capacity.py +1 -1
- oci/analytics/models/change_analytics_instance_network_endpoint_details.py +1 -1
- oci/analytics/models/change_compartment_details.py +1 -1
- oci/analytics/models/create_analytics_instance_details.py +1 -1
- oci/analytics/models/create_private_access_channel_details.py +1 -1
- oci/analytics/models/create_vanity_url_details.py +1 -1
- oci/analytics/models/network_endpoint_details.py +1 -1
- oci/analytics/models/private_access_channel.py +1 -1
- oci/analytics/models/private_endpoint_details.py +1 -1
- oci/analytics/models/private_source_dns_zone.py +1 -1
- oci/analytics/models/private_source_scan_host.py +1 -1
- oci/analytics/models/public_endpoint_details.py +1 -1
- oci/analytics/models/scale_analytics_instance_details.py +1 -1
- oci/analytics/models/set_kms_key_details.py +1 -1
- oci/analytics/models/update_analytics_instance_details.py +1 -1
- oci/analytics/models/update_private_access_channel_details.py +1 -1
- oci/analytics/models/update_vanity_url_details.py +1 -1
- oci/analytics/models/vanity_url_details.py +1 -1
- oci/analytics/models/virtual_cloud_network.py +1 -1
- oci/analytics/models/work_request.py +1 -1
- oci/analytics/models/work_request_error.py +1 -1
- oci/analytics/models/work_request_log.py +1 -1
- oci/analytics/models/work_request_resource.py +1 -1
- oci/analytics/models/work_request_summary.py +1 -1
- oci/announcements_service/__init__.py +1 -1
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_client_composite_operations.py +1 -1
- oci/announcements_service/announcement_subscription_client.py +10 -10
- oci/announcements_service/announcement_subscription_client_composite_operations.py +1 -1
- oci/announcements_service/announcements_preferences_client.py +5 -5
- oci/announcements_service/announcements_preferences_client_composite_operations.py +1 -1
- oci/announcements_service/models/__init__.py +1 -1
- oci/announcements_service/models/affected_resource.py +1 -1
- oci/announcements_service/models/announcement.py +1 -1
- oci/announcements_service/models/announcement_subscription.py +1 -1
- oci/announcements_service/models/announcement_subscription_collection.py +1 -1
- oci/announcements_service/models/announcement_subscription_summary.py +1 -1
- oci/announcements_service/models/announcement_summary.py +1 -1
- oci/announcements_service/models/announcement_user_status_details.py +1 -1
- oci/announcements_service/models/announcements_collection.py +1 -1
- oci/announcements_service/models/announcements_preferences.py +1 -1
- oci/announcements_service/models/announcements_preferences_summary.py +1 -1
- oci/announcements_service/models/base_announcement.py +1 -1
- oci/announcements_service/models/base_announcements_preferences.py +1 -1
- oci/announcements_service/models/base_create_announcements_preferences_details.py +1 -1
- oci/announcements_service/models/change_announcement_subscription_compartment_details.py +1 -1
- oci/announcements_service/models/create_announcement_subscription_details.py +1 -1
- oci/announcements_service/models/create_announcements_preferences_details.py +1 -1
- oci/announcements_service/models/create_filter_group_details.py +1 -1
- oci/announcements_service/models/filter.py +1 -1
- oci/announcements_service/models/filter_group.py +1 -1
- oci/announcements_service/models/filter_group_details.py +1 -1
- oci/announcements_service/models/model_property.py +1 -1
- oci/announcements_service/models/update_announcement_subscription_details.py +1 -1
- oci/announcements_service/models/update_announcements_preferences_details.py +1 -1
- oci/announcements_service/models/update_filter_group_details.py +1 -1
- oci/apigateway/__init__.py +1 -1
- oci/apigateway/api_gateway_client.py +22 -22
- oci/apigateway/api_gateway_client_composite_operations.py +1 -1
- oci/apigateway/deployment_client.py +7 -7
- oci/apigateway/deployment_client_composite_operations.py +1 -1
- oci/apigateway/gateway_client.py +7 -7
- oci/apigateway/gateway_client_composite_operations.py +1 -1
- oci/apigateway/models/__init__.py +1 -1
- oci/apigateway/models/access_log_policy.py +1 -1
- oci/apigateway/models/additional_validation_policy.py +1 -1
- oci/apigateway/models/anonymous_route_authorization_policy.py +1 -1
- oci/apigateway/models/any_of_route_authorization_policy.py +1 -1
- oci/apigateway/models/any_of_selection_key.py +1 -1
- oci/apigateway/models/api.py +1 -1
- oci/apigateway/models/api_collection.py +1 -1
- oci/apigateway/models/api_specification.py +1 -1
- oci/apigateway/models/api_specification_logging_policies.py +1 -1
- oci/apigateway/models/api_specification_request_policies.py +1 -1
- oci/apigateway/models/api_specification_route.py +1 -1
- oci/apigateway/models/api_specification_route_backend.py +1 -1
- oci/apigateway/models/api_specification_route_request_policies.py +1 -1
- oci/apigateway/models/api_specification_route_response_policies.py +1 -1
- oci/apigateway/models/api_summary.py +1 -1
- oci/apigateway/models/api_validation_detail.py +1 -1
- oci/apigateway/models/api_validation_details.py +1 -1
- oci/apigateway/models/api_validation_result.py +1 -1
- oci/apigateway/models/api_validations.py +1 -1
- oci/apigateway/models/authentication_only_route_authorization_policy.py +1 -1
- oci/apigateway/models/authentication_policy.py +1 -1
- oci/apigateway/models/authentication_server_policy.py +1 -1
- oci/apigateway/models/body_validation_request_policy.py +1 -1
- oci/apigateway/models/ca_bundle.py +1 -1
- oci/apigateway/models/certificate.py +1 -1
- oci/apigateway/models/certificate_collection.py +1 -1
- oci/apigateway/models/certificate_summary.py +1 -1
- oci/apigateway/models/certificates_ca_bundle.py +1 -1
- oci/apigateway/models/certificates_certificate_authority.py +1 -1
- oci/apigateway/models/change_api_compartment_details.py +1 -1
- oci/apigateway/models/change_certificate_compartment_details.py +1 -1
- oci/apigateway/models/change_deployment_compartment_details.py +1 -1
- oci/apigateway/models/change_gateway_compartment_details.py +1 -1
- oci/apigateway/models/change_subscriber_compartment_details.py +1 -1
- oci/apigateway/models/change_usage_plan_compartment_details.py +1 -1
- oci/apigateway/models/client.py +1 -1
- oci/apigateway/models/client_app_details.py +1 -1
- oci/apigateway/models/client_summary.py +1 -1
- oci/apigateway/models/content_validation.py +1 -1
- oci/apigateway/models/cors_policy.py +1 -1
- oci/apigateway/models/create_api_details.py +1 -1
- oci/apigateway/models/create_certificate_details.py +1 -1
- oci/apigateway/models/create_deployment_details.py +1 -1
- oci/apigateway/models/create_gateway_details.py +1 -1
- oci/apigateway/models/create_sdk_details.py +1 -1
- oci/apigateway/models/create_subscriber_details.py +1 -1
- oci/apigateway/models/create_usage_plan_details.py +1 -1
- oci/apigateway/models/custom_authentication_policy.py +1 -1
- oci/apigateway/models/custom_client_app_details.py +1 -1
- oci/apigateway/models/deployment.py +1 -1
- oci/apigateway/models/deployment_collection.py +1 -1
- oci/apigateway/models/deployment_summary.py +1 -1
- oci/apigateway/models/discovery_uri_source_uri_details.py +1 -1
- oci/apigateway/models/dynamic_authentication_policy.py +1 -1
- oci/apigateway/models/dynamic_routing_backend.py +1 -1
- oci/apigateway/models/dynamic_routing_type_routing_backend.py +1 -1
- oci/apigateway/models/dynamic_selection_key.py +1 -1
- oci/apigateway/models/entitlement.py +1 -1
- oci/apigateway/models/entitlement_summary.py +1 -1
- oci/apigateway/models/entitlement_target.py +1 -1
- oci/apigateway/models/execution_log_policy.py +1 -1
- oci/apigateway/models/external_resp_cache.py +1 -1
- oci/apigateway/models/filter_header_policy.py +1 -1
- oci/apigateway/models/filter_header_policy_item.py +1 -1
- oci/apigateway/models/filter_query_parameter_policy.py +1 -1
- oci/apigateway/models/filter_query_parameter_policy_item.py +1 -1
- oci/apigateway/models/fixed_ttl_response_cache_store_policy.py +1 -1
- oci/apigateway/models/gateway.py +1 -1
- oci/apigateway/models/gateway_collection.py +1 -1
- oci/apigateway/models/gateway_summary.py +1 -1
- oci/apigateway/models/header_field_specification.py +1 -1
- oci/apigateway/models/header_transformation_policy.py +1 -1
- oci/apigateway/models/header_validation_item.py +1 -1
- oci/apigateway/models/header_validation_request_policy.py +1 -1
- oci/apigateway/models/http_backend.py +1 -1
- oci/apigateway/models/ip_address.py +1 -1
- oci/apigateway/models/json_web_key.py +1 -1
- oci/apigateway/models/json_web_token_claim.py +1 -1
- oci/apigateway/models/jwt_authentication_policy.py +1 -1
- oci/apigateway/models/modify_response_validation_failure_policy.py +1 -1
- oci/apigateway/models/mutual_tls_details.py +1 -1
- oci/apigateway/models/no_cache.py +1 -1
- oci/apigateway/models/no_content_validation.py +1 -1
- oci/apigateway/models/o_auth2_logout_backend.py +1 -1
- oci/apigateway/models/o_auth2_response_validation_failure_policy.py +1 -1
- oci/apigateway/models/oracle_function_backend.py +1 -1
- oci/apigateway/models/pem_encoded_public_key.py +1 -1
- oci/apigateway/models/public_key_set.py +1 -1
- oci/apigateway/models/query_parameter_transformation_policy.py +1 -1
- oci/apigateway/models/query_parameter_validation_item.py +1 -1
- oci/apigateway/models/query_parameter_validation_request_policy.py +1 -1
- oci/apigateway/models/quota.py +1 -1
- oci/apigateway/models/rate_limit.py +1 -1
- oci/apigateway/models/rate_limiting_policy.py +1 -1
- oci/apigateway/models/remote_json_web_key_set.py +1 -1
- oci/apigateway/models/rename_header_policy.py +1 -1
- oci/apigateway/models/rename_header_policy_item.py +1 -1
- oci/apigateway/models/rename_query_parameter_policy.py +1 -1
- oci/apigateway/models/rename_query_parameter_policy_item.py +1 -1
- oci/apigateway/models/request_parameter_validation.py +1 -1
- oci/apigateway/models/response_cache_details.py +1 -1
- oci/apigateway/models/response_cache_lookup_policy.py +1 -1
- oci/apigateway/models/response_cache_resp_server.py +1 -1
- oci/apigateway/models/response_cache_store_policy.py +1 -1
- oci/apigateway/models/route_authorization_policy.py +1 -1
- oci/apigateway/models/sdk.py +1 -1
- oci/apigateway/models/sdk_collection.py +1 -1
- oci/apigateway/models/sdk_language_optional_parameters.py +1 -1
- oci/apigateway/models/sdk_language_optional_parameters_allowed_value.py +1 -1
- oci/apigateway/models/sdk_language_type_collection.py +1 -1
- oci/apigateway/models/sdk_language_type_summary.py +1 -1
- oci/apigateway/models/sdk_language_types.py +1 -1
- oci/apigateway/models/sdk_summary.py +1 -1
- oci/apigateway/models/selection_source_policy.py +1 -1
- oci/apigateway/models/set_header_policy.py +1 -1
- oci/apigateway/models/set_header_policy_item.py +1 -1
- oci/apigateway/models/set_query_parameter_policy.py +1 -1
- oci/apigateway/models/set_query_parameter_policy_item.py +1 -1
- oci/apigateway/models/simple_lookup_policy.py +1 -1
- oci/apigateway/models/single_selection_source_policy.py +1 -1
- oci/apigateway/models/source_uri_details.py +1 -1
- oci/apigateway/models/static_public_key.py +1 -1
- oci/apigateway/models/static_public_key_set.py +1 -1
- oci/apigateway/models/stock_response_backend.py +1 -1
- oci/apigateway/models/subscriber.py +1 -1
- oci/apigateway/models/subscriber_collection.py +1 -1
- oci/apigateway/models/subscriber_summary.py +1 -1
- oci/apigateway/models/token_authentication_policy.py +1 -1
- oci/apigateway/models/token_authentication_remote_discovery_validation_policy.py +1 -1
- oci/apigateway/models/token_authentication_remote_jwks_validation_policy.py +1 -1
- oci/apigateway/models/token_authentication_static_keys_validation_policy.py +1 -1
- oci/apigateway/models/token_authentication_validation_policy.py +1 -1
- oci/apigateway/models/update_api_details.py +1 -1
- oci/apigateway/models/update_certificate_details.py +1 -1
- oci/apigateway/models/update_deployment_details.py +1 -1
- oci/apigateway/models/update_gateway_details.py +1 -1
- oci/apigateway/models/update_sdk_details.py +1 -1
- oci/apigateway/models/update_subscriber_details.py +1 -1
- oci/apigateway/models/update_usage_plan_details.py +1 -1
- oci/apigateway/models/usage_plan.py +1 -1
- oci/apigateway/models/usage_plan_collection.py +1 -1
- oci/apigateway/models/usage_plan_summary.py +1 -1
- oci/apigateway/models/usage_plans_policy.py +1 -1
- oci/apigateway/models/validation_block_client_app_details.py +1 -1
- oci/apigateway/models/validation_block_source_uri_details.py +1 -1
- oci/apigateway/models/validation_failure_policy.py +1 -1
- oci/apigateway/models/validation_request_policy.py +1 -1
- oci/apigateway/models/wildcard_selection_key.py +1 -1
- oci/apigateway/models/work_request.py +1 -1
- oci/apigateway/models/work_request_collection.py +1 -1
- oci/apigateway/models/work_request_error.py +1 -1
- oci/apigateway/models/work_request_error_collection.py +1 -1
- oci/apigateway/models/work_request_log.py +1 -1
- oci/apigateway/models/work_request_log_collection.py +1 -1
- oci/apigateway/models/work_request_resource.py +1 -1
- oci/apigateway/models/work_request_summary.py +1 -1
- oci/apigateway/subscribers_client.py +7 -7
- oci/apigateway/subscribers_client_composite_operations.py +1 -1
- oci/apigateway/usage_plans_client.py +7 -7
- oci/apigateway/usage_plans_client_composite_operations.py +1 -1
- oci/apigateway/work_requests_client.py +6 -6
- oci/apigateway/work_requests_client_composite_operations.py +1 -1
- oci/apm_config/__init__.py +1 -1
- oci/apm_config/config_client.py +9 -9
- oci/apm_config/config_client_composite_operations.py +1 -1
- oci/apm_config/models/__init__.py +1 -1
- oci/apm_config/models/apdex.py +1 -1
- oci/apm_config/models/apdex_rules.py +1 -1
- oci/apm_config/models/apdex_rules_summary.py +1 -1
- oci/apm_config/models/config.py +1 -1
- oci/apm_config/models/config_collection.py +1 -1
- oci/apm_config/models/config_summary.py +1 -1
- oci/apm_config/models/create_apdex_rules_details.py +1 -1
- oci/apm_config/models/create_config_details.py +1 -1
- oci/apm_config/models/create_metric_group_details.py +1 -1
- oci/apm_config/models/create_options_details.py +1 -1
- oci/apm_config/models/create_span_filter_details.py +1 -1
- oci/apm_config/models/dimension.py +1 -1
- oci/apm_config/models/metric.py +1 -1
- oci/apm_config/models/metric_group.py +1 -1
- oci/apm_config/models/metric_group_summary.py +1 -1
- oci/apm_config/models/namespace.py +1 -1
- oci/apm_config/models/namespace_collection.py +1 -1
- oci/apm_config/models/namespace_metric.py +1 -1
- oci/apm_config/models/namespace_metric_collection.py +1 -1
- oci/apm_config/models/options.py +1 -1
- oci/apm_config/models/options_summary.py +1 -1
- oci/apm_config/models/retrieve_namespace_metrics_details.py +1 -1
- oci/apm_config/models/span_filter.py +1 -1
- oci/apm_config/models/span_filter_reference.py +1 -1
- oci/apm_config/models/span_filter_summary.py +1 -1
- oci/apm_config/models/update_apdex_rules_details.py +1 -1
- oci/apm_config/models/update_config_details.py +1 -1
- oci/apm_config/models/update_metric_group_details.py +1 -1
- oci/apm_config/models/update_options_details.py +1 -1
- oci/apm_config/models/update_span_filter_details.py +1 -1
- oci/apm_config/models/validate_span_filter_pattern_details.py +1 -1
- oci/apm_control_plane/__init__.py +1 -1
- oci/apm_control_plane/apm_domain_client.py +15 -15
- oci/apm_control_plane/apm_domain_client_composite_operations.py +1 -1
- oci/apm_control_plane/models/__init__.py +1 -1
- oci/apm_control_plane/models/apm_domain.py +1 -1
- oci/apm_control_plane/models/apm_domain_summary.py +1 -1
- oci/apm_control_plane/models/base_domain_details.py +1 -1
- oci/apm_control_plane/models/base_key_details.py +1 -1
- oci/apm_control_plane/models/change_apm_domain_compartment_details.py +1 -1
- oci/apm_control_plane/models/create_apm_domain_details.py +1 -1
- oci/apm_control_plane/models/data_key.py +1 -1
- oci/apm_control_plane/models/data_key_summary.py +1 -1
- oci/apm_control_plane/models/generate_data_key_details.py +1 -1
- oci/apm_control_plane/models/remove_data_key_details.py +1 -1
- oci/apm_control_plane/models/update_apm_domain_details.py +1 -1
- oci/apm_control_plane/models/work_request.py +1 -1
- oci/apm_control_plane/models/work_request_error.py +1 -1
- oci/apm_control_plane/models/work_request_log_entry.py +1 -1
- oci/apm_control_plane/models/work_request_resource.py +1 -1
- oci/apm_synthetics/__init__.py +1 -1
- oci/apm_synthetics/apm_synthetic_client.py +1685 -408
- oci/apm_synthetics/apm_synthetic_client_composite_operations.py +1 -1
- oci/apm_synthetics/models/__init__.py +38 -2
- oci/apm_synthetics/models/aggregate_network_data_details.py +1 -1
- oci/apm_synthetics/models/aggregated_network_data.py +1 -1
- oci/apm_synthetics/models/aggregated_network_data_result.py +1 -1
- oci/apm_synthetics/models/availability_configuration.py +1 -1
- oci/apm_synthetics/models/available_capability.py +103 -0
- oci/apm_synthetics/models/browser_monitor_configuration.py +2 -2
- oci/apm_synthetics/models/client_certificate.py +1 -1
- oci/apm_synthetics/models/client_certificate_details.py +1 -1
- oci/apm_synthetics/models/create_dedicated_vantage_point_details.py +1 -1
- oci/apm_synthetics/models/create_monitor_details.py +10 -6
- oci/apm_synthetics/models/create_on_premise_vantage_point_details.py +212 -0
- oci/apm_synthetics/models/create_script_details.py +1 -1
- oci/apm_synthetics/models/create_worker_details.py +352 -0
- oci/apm_synthetics/models/dedicated_vantage_point.py +1 -1
- oci/apm_synthetics/models/dedicated_vantage_point_collection.py +1 -1
- oci/apm_synthetics/models/dedicated_vantage_point_summary.py +1 -1
- oci/apm_synthetics/models/dns_configuration.py +1 -1
- oci/apm_synthetics/models/dns_sec_monitor_configuration.py +194 -0
- oci/apm_synthetics/models/dns_server_monitor_configuration.py +330 -0
- oci/apm_synthetics/models/dns_trace_monitor_configuration.py +241 -0
- oci/apm_synthetics/models/dvp_stack_details.py +1 -1
- oci/apm_synthetics/models/geo_summary.py +1 -1
- oci/apm_synthetics/models/header.py +1 -1
- oci/apm_synthetics/models/identity_info_details.py +134 -0
- oci/apm_synthetics/models/link.py +1 -1
- oci/apm_synthetics/models/maintenance_window_schedule.py +1 -1
- oci/apm_synthetics/models/monitor.py +10 -6
- oci/apm_synthetics/models/monitor_collection.py +1 -1
- oci/apm_synthetics/models/monitor_configuration.py +28 -4
- oci/apm_synthetics/models/monitor_result.py +1 -1
- oci/apm_synthetics/models/monitor_result_data.py +1 -1
- oci/apm_synthetics/models/monitor_script_parameter.py +1 -1
- oci/apm_synthetics/models/monitor_script_parameter_info.py +1 -1
- oci/apm_synthetics/models/monitor_status_count_map.py +1 -1
- oci/apm_synthetics/models/monitor_summary.py +37 -6
- oci/apm_synthetics/models/network_configuration.py +2 -2
- oci/apm_synthetics/models/network_monitor_configuration.py +2 -2
- oci/apm_synthetics/models/node.py +1 -1
- oci/apm_synthetics/models/on_premise_vantage_point.py +383 -0
- oci/apm_synthetics/models/on_premise_vantage_point_collection.py +72 -0
- oci/apm_synthetics/models/on_premise_vantage_point_summary.py +383 -0
- oci/apm_synthetics/models/on_premise_vp_worker_version_details.py +134 -0
- oci/apm_synthetics/models/oracle_rm_stack.py +1 -1
- oci/apm_synthetics/models/private_key.py +1 -1
- oci/apm_synthetics/models/public_vantage_point_collection.py +1 -1
- oci/apm_synthetics/models/public_vantage_point_summary.py +1 -1
- oci/apm_synthetics/models/request_authentication_details.py +1 -1
- oci/apm_synthetics/models/request_query_param.py +1 -1
- oci/apm_synthetics/models/rest_monitor_configuration.py +2 -2
- oci/apm_synthetics/models/script.py +1 -1
- oci/apm_synthetics/models/script_collection.py +1 -1
- oci/apm_synthetics/models/script_parameter.py +1 -1
- oci/apm_synthetics/models/script_parameter_info.py +1 -1
- oci/apm_synthetics/models/script_summary.py +1 -1
- oci/apm_synthetics/models/scripted_browser_monitor_configuration.py +2 -2
- oci/apm_synthetics/models/scripted_rest_monitor_configuration.py +2 -2
- oci/apm_synthetics/models/update_dedicated_vantage_point_details.py +1 -1
- oci/apm_synthetics/models/update_monitor_details.py +3 -3
- oci/apm_synthetics/models/update_on_premise_vantage_point_details.py +138 -0
- oci/apm_synthetics/models/update_script_details.py +1 -1
- oci/apm_synthetics/models/update_worker_details.py +216 -0
- oci/apm_synthetics/models/vantage_point_execution.py +1 -1
- oci/apm_synthetics/models/vantage_point_info.py +1 -1
- oci/apm_synthetics/models/vantage_point_node.py +1 -1
- oci/apm_synthetics/models/verify_text.py +1 -1
- oci/apm_synthetics/models/worker.py +686 -0
- oci/apm_synthetics/models/worker_collection.py +72 -0
- oci/apm_synthetics/models/worker_monitor_list.py +240 -0
- oci/apm_synthetics/models/worker_summary.py +562 -0
- oci/apm_synthetics/models/workers_summary.py +227 -0
- oci/apm_traces/__init__.py +1 -1
- oci/apm_traces/models/__init__.py +1 -1
- oci/apm_traces/models/aggregated_snapshot.py +1 -1
- oci/apm_traces/models/aggregated_stack_trace.py +1 -1
- oci/apm_traces/models/query_details.py +1 -1
- oci/apm_traces/models/query_result_metadata_summary.py +1 -1
- oci/apm_traces/models/query_result_response.py +1 -1
- oci/apm_traces/models/query_result_row.py +1 -1
- oci/apm_traces/models/query_result_row_type_summary.py +1 -1
- oci/apm_traces/models/query_results_grouped_by_summary.py +1 -1
- oci/apm_traces/models/query_results_ordered_by_summary.py +1 -1
- oci/apm_traces/models/quick_pick_summary.py +1 -1
- oci/apm_traces/models/snapshot_detail.py +1 -1
- oci/apm_traces/models/span.py +1 -1
- oci/apm_traces/models/span_log.py +1 -1
- oci/apm_traces/models/span_log_collection.py +1 -1
- oci/apm_traces/models/span_snapshot.py +1 -1
- oci/apm_traces/models/stack_trace_element.py +1 -1
- oci/apm_traces/models/tag.py +1 -1
- oci/apm_traces/models/thread_snapshot.py +1 -1
- oci/apm_traces/models/trace.py +1 -1
- oci/apm_traces/models/trace_service_summary.py +1 -1
- oci/apm_traces/models/trace_snapshot.py +1 -1
- oci/apm_traces/models/trace_span_summary.py +1 -1
- oci/apm_traces/query_client.py +3 -3
- oci/apm_traces/query_client_composite_operations.py +1 -1
- oci/apm_traces/trace_client.py +5 -5
- oci/apm_traces/trace_client_composite_operations.py +1 -1
- oci/application_migration/__init__.py +1 -1
- oci/application_migration/application_migration_client.py +20 -20
- oci/application_migration/application_migration_client_composite_operations.py +1 -1
- oci/application_migration/models/__init__.py +1 -1
- oci/application_migration/models/authorization_details.py +1 -1
- oci/application_migration/models/change_compartment_details.py +1 -1
- oci/application_migration/models/configuration_field.py +1 -1
- oci/application_migration/models/create_migration_details.py +1 -1
- oci/application_migration/models/create_source_details.py +1 -1
- oci/application_migration/models/discovery_details.py +1 -1
- oci/application_migration/models/ics_discovery_details.py +1 -1
- oci/application_migration/models/import_manifest.py +1 -1
- oci/application_migration/models/import_source_details.py +1 -1
- oci/application_migration/models/internal_authorization_details.py +1 -1
- oci/application_migration/models/internal_source_details.py +1 -1
- oci/application_migration/models/jcs_discovery_details.py +1 -1
- oci/application_migration/models/migration.py +1 -1
- oci/application_migration/models/migration_summary.py +1 -1
- oci/application_migration/models/oac_discovery_details.py +1 -1
- oci/application_migration/models/occ_authorization_details.py +1 -1
- oci/application_migration/models/occ_source_details.py +1 -1
- oci/application_migration/models/ocic_authorization_details.py +1 -1
- oci/application_migration/models/ocic_authorization_token_details.py +1 -1
- oci/application_migration/models/ocic_source_details.py +1 -1
- oci/application_migration/models/oic_discovery_details.py +1 -1
- oci/application_migration/models/pcs_discovery_details.py +1 -1
- oci/application_migration/models/resource_field.py +1 -1
- oci/application_migration/models/soacs_discovery_details.py +1 -1
- oci/application_migration/models/source.py +1 -1
- oci/application_migration/models/source_application.py +1 -1
- oci/application_migration/models/source_application_summary.py +1 -1
- oci/application_migration/models/source_details.py +1 -1
- oci/application_migration/models/source_summary.py +1 -1
- oci/application_migration/models/update_migration_details.py +1 -1
- oci/application_migration/models/update_source_details.py +1 -1
- oci/application_migration/models/work_request.py +1 -1
- oci/application_migration/models/work_request_error.py +1 -1
- oci/application_migration/models/work_request_log_entry.py +1 -1
- oci/application_migration/models/work_request_resource.py +1 -1
- oci/application_migration/models/work_request_summary.py +1 -1
- oci/appmgmt_control/__init__.py +1 -1
- oci/appmgmt_control/appmgmt_control_client.py +9 -9
- oci/appmgmt_control/appmgmt_control_client_composite_operations.py +1 -1
- oci/appmgmt_control/models/__init__.py +1 -1
- oci/appmgmt_control/models/monitored_instance.py +1 -1
- oci/appmgmt_control/models/monitored_instance_collection.py +1 -1
- oci/appmgmt_control/models/monitored_instance_summary.py +1 -1
- oci/appmgmt_control/models/work_request.py +1 -1
- oci/appmgmt_control/models/work_request_error.py +1 -1
- oci/appmgmt_control/models/work_request_error_collection.py +1 -1
- oci/appmgmt_control/models/work_request_log_entry.py +1 -1
- oci/appmgmt_control/models/work_request_log_entry_collection.py +1 -1
- oci/appmgmt_control/models/work_request_resource.py +1 -1
- oci/appmgmt_control/models/work_request_summary.py +1 -1
- oci/appmgmt_control/models/work_request_summary_collection.py +1 -1
- oci/artifacts/__init__.py +1 -1
- oci/artifacts/artifacts_client.py +33 -33
- oci/artifacts/artifacts_client_composite_operations.py +1 -1
- oci/artifacts/models/__init__.py +1 -1
- oci/artifacts/models/change_container_repository_compartment_details.py +1 -1
- oci/artifacts/models/change_repository_compartment_details.py +1 -1
- oci/artifacts/models/container_configuration.py +1 -1
- oci/artifacts/models/container_image.py +1 -1
- oci/artifacts/models/container_image_collection.py +1 -1
- oci/artifacts/models/container_image_layer.py +1 -1
- oci/artifacts/models/container_image_signature.py +1 -1
- oci/artifacts/models/container_image_signature_collection.py +1 -1
- oci/artifacts/models/container_image_signature_summary.py +1 -1
- oci/artifacts/models/container_image_summary.py +1 -1
- oci/artifacts/models/container_repository.py +1 -1
- oci/artifacts/models/container_repository_collection.py +1 -1
- oci/artifacts/models/container_repository_readme.py +1 -1
- oci/artifacts/models/container_repository_summary.py +1 -1
- oci/artifacts/models/container_version.py +1 -1
- oci/artifacts/models/create_container_image_signature_details.py +1 -1
- oci/artifacts/models/create_container_repository_details.py +1 -1
- oci/artifacts/models/create_generic_repository_details.py +1 -1
- oci/artifacts/models/create_repository_details.py +1 -1
- oci/artifacts/models/generic_artifact.py +1 -1
- oci/artifacts/models/generic_artifact_collection.py +1 -1
- oci/artifacts/models/generic_artifact_summary.py +1 -1
- oci/artifacts/models/generic_repository.py +1 -1
- oci/artifacts/models/generic_repository_summary.py +1 -1
- oci/artifacts/models/remove_container_version_details.py +1 -1
- oci/artifacts/models/repository.py +1 -1
- oci/artifacts/models/repository_collection.py +1 -1
- oci/artifacts/models/repository_summary.py +1 -1
- oci/artifacts/models/restore_container_image_details.py +1 -1
- oci/artifacts/models/update_container_configuration_details.py +1 -1
- oci/artifacts/models/update_container_image_details.py +1 -1
- oci/artifacts/models/update_container_image_signature_details.py +1 -1
- oci/artifacts/models/update_container_repository_details.py +1 -1
- oci/artifacts/models/update_generic_artifact_by_path_details.py +1 -1
- oci/artifacts/models/update_generic_artifact_details.py +1 -1
- oci/artifacts/models/update_generic_repository_details.py +1 -1
- oci/artifacts/models/update_repository_details.py +1 -1
- oci/audit/__init__.py +1 -1
- oci/audit/audit_client.py +4 -4
- oci/audit/audit_client_composite_operations.py +1 -1
- oci/audit/models/__init__.py +1 -1
- oci/audit/models/audit_event.py +1 -1
- oci/audit/models/configuration.py +1 -1
- oci/audit/models/data.py +1 -1
- oci/audit/models/identity.py +1 -1
- oci/audit/models/request.py +1 -1
- oci/audit/models/response.py +1 -1
- oci/audit/models/state_change.py +1 -1
- oci/audit/models/update_configuration_details.py +1 -1
- oci/auth/__init__.py +1 -1
- oci/auth/auth_utils.py +1 -1
- oci/auth/certificate_retriever.py +1 -1
- oci/auth/federation_client.py +1 -1
- oci/auth/rpt_path_providers.py +1 -1
- oci/auth/security_token_container.py +1 -1
- oci/auth/session_key_supplier.py +1 -1
- oci/auth/signers/__init__.py +1 -1
- oci/auth/signers/ephemeral_resource_principals_delegation_token_signer.py +1 -1
- oci/auth/signers/ephemeral_resource_principals_signer.py +1 -1
- oci/auth/signers/ephemeral_resource_principals_v21_signer.py +1 -1
- oci/auth/signers/instance_principals_delegation_token_signer.py +1 -1
- oci/auth/signers/instance_principals_security_token_signer.py +1 -1
- oci/auth/signers/key_pair_signer.py +1 -1
- oci/auth/signers/nested_resource_principals_signer.py +1 -1
- oci/auth/signers/oke_workload_identity_resource_principal_signer.py +1 -1
- oci/auth/signers/resource_principals_delegation_token_signer.py +1 -1
- oci/auth/signers/resource_principals_federation_signer.py +1 -1
- oci/auth/signers/resource_principals_signer.py +1 -1
- oci/auth/signers/security_token_signer.py +1 -1
- oci/autoscaling/__init__.py +1 -1
- oci/autoscaling/auto_scaling_client.py +12 -12
- oci/autoscaling/auto_scaling_client_composite_operations.py +1 -1
- oci/autoscaling/models/__init__.py +1 -1
- oci/autoscaling/models/action.py +1 -1
- oci/autoscaling/models/auto_scaling_configuration.py +1 -1
- oci/autoscaling/models/auto_scaling_configuration_summary.py +1 -1
- oci/autoscaling/models/auto_scaling_policy.py +1 -1
- oci/autoscaling/models/auto_scaling_policy_summary.py +1 -1
- oci/autoscaling/models/capacity.py +1 -1
- oci/autoscaling/models/change_auto_scaling_compartment_details.py +1 -1
- oci/autoscaling/models/condition.py +1 -1
- oci/autoscaling/models/create_auto_scaling_configuration_details.py +1 -1
- oci/autoscaling/models/create_auto_scaling_policy_details.py +1 -1
- oci/autoscaling/models/create_condition_details.py +1 -1
- oci/autoscaling/models/create_scheduled_policy_details.py +1 -1
- oci/autoscaling/models/create_threshold_policy_details.py +1 -1
- oci/autoscaling/models/cron_execution_schedule.py +1 -1
- oci/autoscaling/models/execution_schedule.py +1 -1
- oci/autoscaling/models/instance_pool_resource.py +1 -1
- oci/autoscaling/models/metric.py +1 -1
- oci/autoscaling/models/resource.py +1 -1
- oci/autoscaling/models/resource_action.py +1 -1
- oci/autoscaling/models/resource_power_action.py +1 -1
- oci/autoscaling/models/scheduled_policy.py +1 -1
- oci/autoscaling/models/threshold.py +1 -1
- oci/autoscaling/models/threshold_policy.py +1 -1
- oci/autoscaling/models/update_auto_scaling_configuration_details.py +1 -1
- oci/autoscaling/models/update_auto_scaling_policy_details.py +1 -1
- oci/autoscaling/models/update_condition_details.py +1 -1
- oci/autoscaling/models/update_scheduled_policy_details.py +1 -1
- oci/autoscaling/models/update_threshold_policy_details.py +1 -1
- oci/base_client.py +1 -1
- oci/bastion/__init__.py +1 -1
- oci/bastion/bastion_client.py +16 -16
- oci/bastion/bastion_client_composite_operations.py +1 -1
- oci/bastion/models/__init__.py +1 -1
- oci/bastion/models/bastion.py +1 -1
- oci/bastion/models/bastion_summary.py +1 -1
- oci/bastion/models/change_bastion_compartment_details.py +1 -1
- oci/bastion/models/create_bastion_details.py +1 -1
- oci/bastion/models/create_dynamic_port_forwarding_session_target_resource_details.py +1 -1
- oci/bastion/models/create_managed_ssh_session_target_resource_details.py +1 -1
- oci/bastion/models/create_port_forwarding_session_target_resource_details.py +1 -1
- oci/bastion/models/create_session_details.py +1 -1
- oci/bastion/models/create_session_target_resource_details.py +1 -1
- oci/bastion/models/dynamic_port_forwarding_session_target_resource_details.py +1 -1
- oci/bastion/models/managed_ssh_session_target_resource_details.py +1 -1
- oci/bastion/models/port_forwarding_session_target_resource_details.py +1 -1
- oci/bastion/models/public_key_details.py +1 -1
- oci/bastion/models/session.py +1 -1
- oci/bastion/models/session_summary.py +1 -1
- oci/bastion/models/target_resource_details.py +1 -1
- oci/bastion/models/update_bastion_details.py +1 -1
- oci/bastion/models/update_session_details.py +1 -1
- oci/bastion/models/work_request.py +1 -1
- oci/bastion/models/work_request_error.py +1 -1
- oci/bastion/models/work_request_log_entry.py +1 -1
- oci/bastion/models/work_request_resource.py +1 -1
- oci/bastion/models/work_request_summary.py +1 -1
- oci/bds/__init__.py +1 -1
- oci/bds/bds_client.py +52 -52
- oci/bds/bds_client_composite_operations.py +1 -1
- oci/bds/models/__init__.py +1 -1
- oci/bds/models/activate_bds_metastore_configuration_details.py +1 -1
- oci/bds/models/add_auto_scale_policy_details.py +1 -1
- oci/bds/models/add_auto_scaling_configuration_details.py +1 -1
- oci/bds/models/add_block_storage_details.py +1 -1
- oci/bds/models/add_cloud_sql_details.py +1 -1
- oci/bds/models/add_kafka_details.py +1 -1
- oci/bds/models/add_master_nodes_details.py +1 -1
- oci/bds/models/add_metric_based_horizontal_scaling_policy_details.py +1 -1
- oci/bds/models/add_metric_based_vertical_scaling_policy_details.py +1 -1
- oci/bds/models/add_schedule_based_horizontal_scaling_policy_details.py +1 -1
- oci/bds/models/add_schedule_based_vertical_scaling_policy_details.py +1 -1
- oci/bds/models/add_utility_nodes_details.py +1 -1
- oci/bds/models/add_worker_nodes_details.py +1 -1
- oci/bds/models/auto_scale_policy.py +1 -1
- oci/bds/models/auto_scale_policy_details.py +1 -1
- oci/bds/models/auto_scale_policy_metric_rule.py +1 -1
- oci/bds/models/auto_scale_policy_rule.py +1 -1
- oci/bds/models/auto_scaling_configuration.py +1 -1
- oci/bds/models/auto_scaling_configuration_summary.py +1 -1
- oci/bds/models/bds_api_key.py +1 -1
- oci/bds/models/bds_api_key_summary.py +1 -1
- oci/bds/models/bds_instance.py +1 -1
- oci/bds/models/bds_instance_summary.py +1 -1
- oci/bds/models/bds_metastore_configuration.py +1 -1
- oci/bds/models/bds_metastore_configuration_summary.py +1 -1
- oci/bds/models/certificate_service_info_details.py +1 -1
- oci/bds/models/certificate_service_info_summary.py +1 -1
- oci/bds/models/change_bds_instance_compartment_details.py +1 -1
- oci/bds/models/change_shape_details.py +1 -1
- oci/bds/models/change_shape_nodes.py +1 -1
- oci/bds/models/cloud_sql_details.py +1 -1
- oci/bds/models/cluster_details.py +1 -1
- oci/bds/models/create_bds_api_key_details.py +1 -1
- oci/bds/models/create_bds_instance_details.py +1 -1
- oci/bds/models/create_bds_metastore_configuration_details.py +1 -1
- oci/bds/models/create_node_details.py +1 -1
- oci/bds/models/day_based_horizontal_scaling_schedule_details.py +1 -1
- oci/bds/models/day_based_vertical_scaling_schedule_details.py +1 -1
- oci/bds/models/default_error.py +1 -1
- oci/bds/models/disable_certificate_details.py +1 -1
- oci/bds/models/enable_certificate_details.py +1 -1
- oci/bds/models/execute_bootstrap_script_details.py +1 -1
- oci/bds/models/horizontal_scaling_schedule_details.py +1 -1
- oci/bds/models/host_cert_details.py +1 -1
- oci/bds/models/host_specific_certificate_details.py +1 -1
- oci/bds/models/install_os_patch_details.py +1 -1
- oci/bds/models/install_patch_details.py +1 -1
- oci/bds/models/kerberos_details.py +1 -1
- oci/bds/models/metric_based_horizontal_scale_in_config.py +1 -1
- oci/bds/models/metric_based_horizontal_scale_out_config.py +1 -1
- oci/bds/models/metric_based_horizontal_scaling_policy_details.py +1 -1
- oci/bds/models/metric_based_vertical_scale_down_config.py +1 -1
- oci/bds/models/metric_based_vertical_scale_up_config.py +1 -1
- oci/bds/models/metric_based_vertical_scaling_policy_details.py +1 -1
- oci/bds/models/metric_threshold_rule.py +1 -1
- oci/bds/models/network_config.py +1 -1
- oci/bds/models/node.py +1 -1
- oci/bds/models/os_patch_details.py +1 -1
- oci/bds/models/os_patch_package_summary.py +1 -1
- oci/bds/models/os_patch_summary.py +1 -1
- oci/bds/models/patch_history_summary.py +1 -1
- oci/bds/models/patch_summary.py +1 -1
- oci/bds/models/remove_auto_scaling_configuration_details.py +1 -1
- oci/bds/models/remove_cloud_sql_details.py +1 -1
- oci/bds/models/remove_kafka_details.py +1 -1
- oci/bds/models/remove_node_details.py +1 -1
- oci/bds/models/renew_certificate_details.py +1 -1
- oci/bds/models/restart_node_details.py +1 -1
- oci/bds/models/schedule_based_horizontal_scaling_policy_details.py +1 -1
- oci/bds/models/schedule_based_vertical_scaling_policy_details.py +1 -1
- oci/bds/models/shape_config_details.py +1 -1
- oci/bds/models/start_bds_instance_details.py +1 -1
- oci/bds/models/stop_bds_instance_details.py +1 -1
- oci/bds/models/test_bds_metastore_configuration_details.py +1 -1
- oci/bds/models/test_bds_object_storage_connection_details.py +1 -1
- oci/bds/models/time_and_horizontal_scaling_config.py +1 -1
- oci/bds/models/time_and_vertical_scaling_config.py +1 -1
- oci/bds/models/update_auto_scale_policy_details.py +1 -1
- oci/bds/models/update_auto_scaling_configuration_details.py +1 -1
- oci/bds/models/update_bds_instance_details.py +1 -1
- oci/bds/models/update_bds_metastore_configuration_details.py +1 -1
- oci/bds/models/update_metric_based_horizontal_scaling_policy_details.py +1 -1
- oci/bds/models/update_metric_based_vertical_scaling_policy_details.py +1 -1
- oci/bds/models/update_schedule_based_horizontal_scaling_policy_details.py +1 -1
- oci/bds/models/update_schedule_based_vertical_scaling_policy_details.py +1 -1
- oci/bds/models/vertical_scaling_schedule_details.py +1 -1
- oci/bds/models/volume_attachment_detail.py +1 -1
- oci/bds/models/work_request.py +1 -1
- oci/bds/models/work_request_error.py +1 -1
- oci/bds/models/work_request_log_entry.py +1 -1
- oci/bds/models/work_request_resource.py +1 -1
- oci/blockchain/__init__.py +1 -1
- oci/blockchain/blockchain_platform_client.py +28 -28
- oci/blockchain/blockchain_platform_client_composite_operations.py +1 -1
- oci/blockchain/models/__init__.py +1 -1
- oci/blockchain/models/availability_domain.py +1 -1
- oci/blockchain/models/blockchain_platform.py +1 -1
- oci/blockchain/models/blockchain_platform_by_hostname.py +1 -1
- oci/blockchain/models/blockchain_platform_collection.py +1 -1
- oci/blockchain/models/blockchain_platform_component_details.py +1 -1
- oci/blockchain/models/blockchain_platform_patch_collection.py +1 -1
- oci/blockchain/models/blockchain_platform_patch_summary.py +1 -1
- oci/blockchain/models/blockchain_platform_summary.py +1 -1
- oci/blockchain/models/change_blockchain_platform_compartment_details.py +1 -1
- oci/blockchain/models/create_blockchain_platform_details.py +1 -1
- oci/blockchain/models/create_osn_details.py +1 -1
- oci/blockchain/models/create_peer_details.py +1 -1
- oci/blockchain/models/metadata_details.py +1 -1
- oci/blockchain/models/modify_peer_details.py +1 -1
- oci/blockchain/models/ocpu_allocation_number_param.py +1 -1
- oci/blockchain/models/ocpu_utilization_info.py +1 -1
- oci/blockchain/models/osn.py +1 -1
- oci/blockchain/models/osn_collection.py +1 -1
- oci/blockchain/models/osn_summary.py +1 -1
- oci/blockchain/models/peer.py +1 -1
- oci/blockchain/models/peer_collection.py +1 -1
- oci/blockchain/models/peer_role.py +1 -1
- oci/blockchain/models/peer_summary.py +1 -1
- oci/blockchain/models/replica_details.py +1 -1
- oci/blockchain/models/scale_blockchain_platform_details.py +1 -1
- oci/blockchain/models/scale_storage_details.py +1 -1
- oci/blockchain/models/scaled_blockchain_platform_preview.py +1 -1
- oci/blockchain/models/scaled_platform_metering_preview.py +1 -1
- oci/blockchain/models/update_blockchain_platform_details.py +1 -1
- oci/blockchain/models/update_osn_details.py +1 -1
- oci/blockchain/models/update_peer_details.py +1 -1
- oci/blockchain/models/upgrade_blockchain_platform_details.py +1 -1
- oci/blockchain/models/work_request.py +1 -1
- oci/blockchain/models/work_request_collection.py +1 -1
- oci/blockchain/models/work_request_error.py +1 -1
- oci/blockchain/models/work_request_error_collection.py +1 -1
- oci/blockchain/models/work_request_log_entry.py +1 -1
- oci/blockchain/models/work_request_log_entry_collection.py +1 -1
- oci/blockchain/models/work_request_resource.py +1 -1
- oci/blockchain/models/work_request_resource_sub_type_detail.py +1 -1
- oci/blockchain/models/work_request_summary.py +1 -1
- oci/budget/__init__.py +1 -1
- oci/budget/budget_client.py +11 -11
- oci/budget/budget_client_composite_operations.py +1 -1
- oci/budget/models/__init__.py +1 -1
- oci/budget/models/alert_rule.py +1 -1
- oci/budget/models/alert_rule_summary.py +1 -1
- oci/budget/models/budget.py +1 -1
- oci/budget/models/budget_summary.py +1 -1
- oci/budget/models/create_alert_rule_details.py +1 -1
- oci/budget/models/create_budget_details.py +1 -1
- oci/budget/models/update_alert_rule_details.py +1 -1
- oci/budget/models/update_budget_details.py +1 -1
- oci/certificates/__init__.py +1 -1
- oci/certificates/certificates_client.py +6 -6
- oci/certificates/certificates_client_composite_operations.py +1 -1
- oci/certificates/models/__init__.py +1 -1
- oci/certificates/models/ca_bundle.py +1 -1
- oci/certificates/models/certificate_authority_bundle.py +1 -1
- oci/certificates/models/certificate_authority_bundle_version_collection.py +1 -1
- oci/certificates/models/certificate_authority_bundle_version_summary.py +1 -1
- oci/certificates/models/certificate_bundle.py +1 -1
- oci/certificates/models/certificate_bundle_public_only.py +1 -1
- oci/certificates/models/certificate_bundle_version_collection.py +1 -1
- oci/certificates/models/certificate_bundle_version_summary.py +1 -1
- oci/certificates/models/certificate_bundle_with_private_key.py +1 -1
- oci/certificates/models/revocation_status.py +1 -1
- oci/certificates/models/validity.py +1 -1
- oci/certificates_management/__init__.py +1 -1
- oci/certificates_management/certificates_management_client.py +33 -33
- oci/certificates_management/certificates_management_client_composite_operations.py +1 -1
- oci/certificates_management/models/__init__.py +1 -1
- oci/certificates_management/models/association.py +1 -1
- oci/certificates_management/models/association_collection.py +1 -1
- oci/certificates_management/models/association_summary.py +1 -1
- oci/certificates_management/models/ca_bundle.py +1 -1
- oci/certificates_management/models/ca_bundle_collection.py +1 -1
- oci/certificates_management/models/ca_bundle_summary.py +1 -1
- oci/certificates_management/models/certificate.py +1 -1
- oci/certificates_management/models/certificate_authority.py +1 -1
- oci/certificates_management/models/certificate_authority_collection.py +1 -1
- oci/certificates_management/models/certificate_authority_issuance_expiry_rule.py +1 -1
- oci/certificates_management/models/certificate_authority_rule.py +1 -1
- oci/certificates_management/models/certificate_authority_summary.py +1 -1
- oci/certificates_management/models/certificate_authority_version.py +1 -1
- oci/certificates_management/models/certificate_authority_version_collection.py +1 -1
- oci/certificates_management/models/certificate_authority_version_summary.py +1 -1
- oci/certificates_management/models/certificate_collection.py +1 -1
- oci/certificates_management/models/certificate_renewal_rule.py +1 -1
- oci/certificates_management/models/certificate_revocation_list_details.py +1 -1
- oci/certificates_management/models/certificate_rule.py +1 -1
- oci/certificates_management/models/certificate_subject.py +1 -1
- oci/certificates_management/models/certificate_subject_alternative_name.py +1 -1
- oci/certificates_management/models/certificate_summary.py +1 -1
- oci/certificates_management/models/certificate_version.py +1 -1
- oci/certificates_management/models/certificate_version_collection.py +1 -1
- oci/certificates_management/models/certificate_version_summary.py +1 -1
- oci/certificates_management/models/change_ca_bundle_compartment_details.py +1 -1
- oci/certificates_management/models/change_certificate_authority_compartment_details.py +1 -1
- oci/certificates_management/models/change_certificate_compartment_details.py +1 -1
- oci/certificates_management/models/create_ca_bundle_details.py +1 -1
- oci/certificates_management/models/create_certificate_authority_config_details.py +1 -1
- oci/certificates_management/models/create_certificate_authority_details.py +1 -1
- oci/certificates_management/models/create_certificate_by_importing_config_details.py +1 -1
- oci/certificates_management/models/create_certificate_config_details.py +1 -1
- oci/certificates_management/models/create_certificate_details.py +1 -1
- oci/certificates_management/models/create_certificate_issued_by_internal_ca_config_details.py +1 -1
- oci/certificates_management/models/create_certificate_managed_externally_issued_by_internal_ca_config_details.py +1 -1
- oci/certificates_management/models/create_root_ca_by_generating_internally_config_details.py +1 -1
- oci/certificates_management/models/create_subordinate_ca_issued_by_internal_ca_config_details.py +1 -1
- oci/certificates_management/models/object_storage_bucket_config_details.py +1 -1
- oci/certificates_management/models/revocation_status.py +1 -1
- oci/certificates_management/models/revoke_certificate_authority_version_details.py +1 -1
- oci/certificates_management/models/revoke_certificate_version_details.py +1 -1
- oci/certificates_management/models/schedule_certificate_authority_deletion_details.py +1 -1
- oci/certificates_management/models/schedule_certificate_authority_version_deletion_details.py +1 -1
- oci/certificates_management/models/schedule_certificate_deletion_details.py +1 -1
- oci/certificates_management/models/schedule_certificate_version_deletion_details.py +1 -1
- oci/certificates_management/models/update_ca_bundle_details.py +1 -1
- oci/certificates_management/models/update_certificate_authority_config_details.py +1 -1
- oci/certificates_management/models/update_certificate_authority_details.py +1 -1
- oci/certificates_management/models/update_certificate_by_importing_config_details.py +1 -1
- oci/certificates_management/models/update_certificate_config_details.py +1 -1
- oci/certificates_management/models/update_certificate_details.py +1 -1
- oci/certificates_management/models/update_certificate_issued_by_internal_ca_config_details.py +1 -1
- oci/certificates_management/models/update_certificate_managed_externally_issued_by_internal_ca_config_details.py +1 -1
- oci/certificates_management/models/update_root_ca_by_generating_internally_config_details.py +1 -1
- oci/certificates_management/models/update_subordinate_ca_issued_by_internal_ca_config_details.py +1 -1
- oci/certificates_management/models/validity.py +1 -1
- oci/cims/__init__.py +1 -1
- oci/cims/incident_client.py +9 -9
- oci/cims/incident_client_composite_operations.py +1 -1
- oci/cims/models/__init__.py +1 -1
- oci/cims/models/account_item.py +1 -1
- oci/cims/models/activity_item.py +1 -1
- oci/cims/models/category.py +1 -1
- oci/cims/models/classifier.py +1 -1
- oci/cims/models/contact.py +1 -1
- oci/cims/models/contact_list.py +1 -1
- oci/cims/models/contextual_data.py +1 -1
- oci/cims/models/create_account_item_details.py +1 -1
- oci/cims/models/create_category_details.py +1 -1
- oci/cims/models/create_incident.py +1 -1
- oci/cims/models/create_issue_type_details.py +1 -1
- oci/cims/models/create_item_details.py +1 -1
- oci/cims/models/create_limit_item_details.py +1 -1
- oci/cims/models/create_resource_details.py +1 -1
- oci/cims/models/create_sub_category_details.py +1 -1
- oci/cims/models/create_tech_support_item_details.py +1 -1
- oci/cims/models/create_ticket_details.py +1 -1
- oci/cims/models/create_user_details.py +1 -1
- oci/cims/models/incident.py +1 -1
- oci/cims/models/incident_resource_type.py +1 -1
- oci/cims/models/incident_summary.py +1 -1
- oci/cims/models/incident_type.py +1 -1
- oci/cims/models/issue_type.py +1 -1
- oci/cims/models/item.py +1 -1
- oci/cims/models/limit_item.py +1 -1
- oci/cims/models/resource.py +1 -1
- oci/cims/models/service_categories.py +1 -1
- oci/cims/models/service_category.py +1 -1
- oci/cims/models/status.py +1 -1
- oci/cims/models/sub_category.py +1 -1
- oci/cims/models/tech_support_item.py +1 -1
- oci/cims/models/tenancy_information.py +1 -1
- oci/cims/models/ticket.py +1 -1
- oci/cims/models/update_activity_item_details.py +1 -1
- oci/cims/models/update_incident.py +1 -1
- oci/cims/models/update_item_details.py +1 -1
- oci/cims/models/update_resource_details.py +1 -1
- oci/cims/models/update_ticket_details.py +1 -1
- oci/cims/models/user.py +1 -1
- oci/cims/models/validation_response.py +1 -1
- oci/cims/user_client.py +2 -2
- oci/cims/user_client_composite_operations.py +1 -1
- oci/circuit_breaker/__init__.py +1 -1
- oci/circuit_breaker/circuit_breaker.py +1 -1
- oci/cloud_bridge/__init__.py +1 -1
- oci/cloud_bridge/common_client.py +6 -6
- oci/cloud_bridge/common_client_composite_operations.py +1 -1
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/discovery_client_composite_operations.py +1 -1
- oci/cloud_bridge/inventory_client.py +17 -17
- oci/cloud_bridge/inventory_client_composite_operations.py +1 -1
- oci/cloud_bridge/models/__init__.py +1 -1
- oci/cloud_bridge/models/add_agent_dependency_details.py +1 -1
- oci/cloud_bridge/models/agent.py +1 -1
- oci/cloud_bridge/models/agent_collection.py +1 -1
- oci/cloud_bridge/models/agent_dependency.py +1 -1
- oci/cloud_bridge/models/agent_dependency_collection.py +1 -1
- oci/cloud_bridge/models/agent_dependency_summary.py +1 -1
- oci/cloud_bridge/models/agent_summary.py +1 -1
- oci/cloud_bridge/models/appliance_image_collection.py +1 -1
- oci/cloud_bridge/models/appliance_image_summary.py +1 -1
- oci/cloud_bridge/models/asset.py +1 -1
- oci/cloud_bridge/models/asset_aggregation.py +1 -1
- oci/cloud_bridge/models/asset_aggregation_collection.py +1 -1
- oci/cloud_bridge/models/asset_collection.py +1 -1
- oci/cloud_bridge/models/asset_source.py +1 -1
- oci/cloud_bridge/models/asset_source_collection.py +1 -1
- oci/cloud_bridge/models/asset_source_connection.py +1 -1
- oci/cloud_bridge/models/asset_source_connection_collection.py +1 -1
- oci/cloud_bridge/models/asset_source_credentials.py +1 -1
- oci/cloud_bridge/models/asset_source_summary.py +1 -1
- oci/cloud_bridge/models/asset_summary.py +1 -1
- oci/cloud_bridge/models/change_agent_compartment_details.py +1 -1
- oci/cloud_bridge/models/change_agent_dependency_compartment_details.py +1 -1
- oci/cloud_bridge/models/change_asset_compartment_details.py +1 -1
- oci/cloud_bridge/models/change_asset_source_compartment_details.py +1 -1
- oci/cloud_bridge/models/change_asset_tags_details.py +1 -1
- oci/cloud_bridge/models/change_discovery_schedule_compartment_details.py +1 -1
- oci/cloud_bridge/models/change_environment_compartment_details.py +1 -1
- oci/cloud_bridge/models/compute_properties.py +1 -1
- oci/cloud_bridge/models/create_agent_dependency_details.py +1 -1
- oci/cloud_bridge/models/create_agent_details.py +1 -1
- oci/cloud_bridge/models/create_asset_details.py +1 -1
- oci/cloud_bridge/models/create_asset_source_details.py +1 -1
- oci/cloud_bridge/models/create_discovery_schedule_details.py +1 -1
- oci/cloud_bridge/models/create_environment_details.py +1 -1
- oci/cloud_bridge/models/create_inventory_details.py +1 -1
- oci/cloud_bridge/models/create_vm_ware_asset_source_details.py +1 -1
- oci/cloud_bridge/models/create_vmware_vm_asset_details.py +1 -1
- oci/cloud_bridge/models/customer_tag.py +1 -1
- oci/cloud_bridge/models/discovery_schedule.py +1 -1
- oci/cloud_bridge/models/discovery_schedule_collection.py +1 -1
- oci/cloud_bridge/models/discovery_schedule_summary.py +1 -1
- oci/cloud_bridge/models/disk.py +1 -1
- oci/cloud_bridge/models/environment.py +1 -1
- oci/cloud_bridge/models/environment_collection.py +1 -1
- oci/cloud_bridge/models/environment_summary.py +1 -1
- oci/cloud_bridge/models/gpu_device.py +1 -1
- oci/cloud_bridge/models/historical_metric.py +1 -1
- oci/cloud_bridge/models/historical_metric_collection.py +1 -1
- oci/cloud_bridge/models/historical_metric_summary.py +1 -1
- oci/cloud_bridge/models/import_inventory_details.py +1 -1
- oci/cloud_bridge/models/import_inventory_via_assets_details.py +1 -1
- oci/cloud_bridge/models/inventory.py +1 -1
- oci/cloud_bridge/models/inventory_collection.py +1 -1
- oci/cloud_bridge/models/inventory_summary.py +1 -1
- oci/cloud_bridge/models/nic.py +1 -1
- oci/cloud_bridge/models/nvdimm.py +1 -1
- oci/cloud_bridge/models/nvdimm_controller.py +1 -1
- oci/cloud_bridge/models/plugin.py +1 -1
- oci/cloud_bridge/models/plugin_summary.py +1 -1
- oci/cloud_bridge/models/remove_agent_dependency_details.py +1 -1
- oci/cloud_bridge/models/scsi_controller.py +1 -1
- oci/cloud_bridge/models/submit_historical_metrics_details.py +1 -1
- oci/cloud_bridge/models/update_agent_dependency_details.py +1 -1
- oci/cloud_bridge/models/update_agent_details.py +1 -1
- oci/cloud_bridge/models/update_asset_details.py +1 -1
- oci/cloud_bridge/models/update_asset_source_details.py +1 -1
- oci/cloud_bridge/models/update_discovery_schedule_details.py +1 -1
- oci/cloud_bridge/models/update_environment_details.py +1 -1
- oci/cloud_bridge/models/update_inventory_details.py +1 -1
- oci/cloud_bridge/models/update_plugin_details.py +1 -1
- oci/cloud_bridge/models/update_vm_asset_details.py +1 -1
- oci/cloud_bridge/models/update_vm_ware_asset_source_details.py +1 -1
- oci/cloud_bridge/models/update_vmware_vm_asset_details.py +1 -1
- oci/cloud_bridge/models/vm_asset.py +1 -1
- oci/cloud_bridge/models/vm_properties.py +1 -1
- oci/cloud_bridge/models/vm_ware_asset_source.py +1 -1
- oci/cloud_bridge/models/vm_ware_asset_source_summary.py +1 -1
- oci/cloud_bridge/models/vmware_v_center_properties.py +1 -1
- oci/cloud_bridge/models/vmware_vm_asset.py +1 -1
- oci/cloud_bridge/models/vmware_vm_properties.py +1 -1
- oci/cloud_bridge/models/work_request.py +1 -1
- oci/cloud_bridge/models/work_request_error.py +1 -1
- oci/cloud_bridge/models/work_request_error_collection.py +1 -1
- oci/cloud_bridge/models/work_request_log_entry.py +1 -1
- oci/cloud_bridge/models/work_request_log_entry_collection.py +1 -1
- oci/cloud_bridge/models/work_request_resource.py +1 -1
- oci/cloud_bridge/models/work_request_summary.py +1 -1
- oci/cloud_bridge/models/work_request_summary_collection.py +1 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +24 -24
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +1 -1
- oci/cloud_guard/__init__.py +1 -1
- oci/cloud_guard/cloud_guard_client.py +134 -134
- oci/cloud_guard/cloud_guard_client_composite_operations.py +1 -1
- oci/cloud_guard/models/__init__.py +1 -1
- oci/cloud_guard/models/absolute_time_start_policy.py +1 -1
- oci/cloud_guard/models/activity_problem_aggregation.py +1 -1
- oci/cloud_guard/models/activity_problem_aggregation_collection.py +1 -1
- oci/cloud_guard/models/add_compartment_details.py +1 -1
- oci/cloud_guard/models/all_targets_selected.py +1 -1
- oci/cloud_guard/models/attach_target_detector_recipe_details.py +1 -1
- oci/cloud_guard/models/attach_target_responder_recipe_details.py +1 -1
- oci/cloud_guard/models/candidate_responder_rule.py +1 -1
- oci/cloud_guard/models/change_data_source_compartment_details.py +1 -1
- oci/cloud_guard/models/change_detector_recipe_compartment_details.py +1 -1
- oci/cloud_guard/models/change_managed_list_compartment_details.py +1 -1
- oci/cloud_guard/models/change_responder_recipe_compartment_details.py +1 -1
- oci/cloud_guard/models/change_security_policy_compartment_details.py +1 -1
- oci/cloud_guard/models/change_security_recipe_compartment_details.py +1 -1
- oci/cloud_guard/models/change_security_zone_compartment_details.py +1 -1
- oci/cloud_guard/models/composite_condition.py +1 -1
- oci/cloud_guard/models/condition.py +1 -1
- oci/cloud_guard/models/condition_group.py +1 -1
- oci/cloud_guard/models/condition_metadata_type.py +1 -1
- oci/cloud_guard/models/condition_metadata_type_collection.py +1 -1
- oci/cloud_guard/models/condition_metadata_type_summary.py +1 -1
- oci/cloud_guard/models/condition_operator.py +1 -1
- oci/cloud_guard/models/config_value.py +1 -1
- oci/cloud_guard/models/configuration.py +1 -1
- oci/cloud_guard/models/continuous_query_start_policy.py +1 -1
- oci/cloud_guard/models/create_data_mask_rule_details.py +1 -1
- oci/cloud_guard/models/create_data_source_details.py +1 -1
- oci/cloud_guard/models/create_detector_recipe_details.py +1 -1
- oci/cloud_guard/models/create_detector_recipe_detector_rule_details.py +1 -1
- oci/cloud_guard/models/create_detector_rule_details.py +1 -1
- oci/cloud_guard/models/create_managed_list_details.py +1 -1
- oci/cloud_guard/models/create_responder_recipe_details.py +1 -1
- oci/cloud_guard/models/create_security_policy_details.py +1 -1
- oci/cloud_guard/models/create_security_recipe_details.py +1 -1
- oci/cloud_guard/models/create_security_zone_details.py +1 -1
- oci/cloud_guard/models/create_target_details.py +1 -1
- oci/cloud_guard/models/create_target_detector_recipe_details.py +1 -1
- oci/cloud_guard/models/create_target_responder_recipe_details.py +1 -1
- oci/cloud_guard/models/data_mask_rule.py +1 -1
- oci/cloud_guard/models/data_mask_rule_collection.py +1 -1
- oci/cloud_guard/models/data_mask_rule_summary.py +1 -1
- oci/cloud_guard/models/data_source.py +1 -1
- oci/cloud_guard/models/data_source_collection.py +1 -1
- oci/cloud_guard/models/data_source_details.py +1 -1
- oci/cloud_guard/models/data_source_event_collection.py +1 -1
- oci/cloud_guard/models/data_source_event_info.py +1 -1
- oci/cloud_guard/models/data_source_event_summary.py +1 -1
- oci/cloud_guard/models/data_source_mapping_info.py +1 -1
- oci/cloud_guard/models/data_source_summary.py +1 -1
- oci/cloud_guard/models/data_source_summary_details.py +1 -1
- oci/cloud_guard/models/detector.py +1 -1
- oci/cloud_guard/models/detector_collection.py +1 -1
- oci/cloud_guard/models/detector_configuration.py +1 -1
- oci/cloud_guard/models/detector_details.py +1 -1
- oci/cloud_guard/models/detector_recipe.py +1 -1
- oci/cloud_guard/models/detector_recipe_collection.py +1 -1
- oci/cloud_guard/models/detector_recipe_detector_rule.py +1 -1
- oci/cloud_guard/models/detector_recipe_detector_rule_collection.py +1 -1
- oci/cloud_guard/models/detector_recipe_detector_rule_summary.py +1 -1
- oci/cloud_guard/models/detector_recipe_summary.py +1 -1
- oci/cloud_guard/models/detector_rule.py +1 -1
- oci/cloud_guard/models/detector_rule_collection.py +1 -1
- oci/cloud_guard/models/detector_rule_summary.py +1 -1
- oci/cloud_guard/models/detector_summary.py +1 -1
- oci/cloud_guard/models/entities_mapping.py +1 -1
- oci/cloud_guard/models/entity_details.py +1 -1
- oci/cloud_guard/models/execute_responder_execution_details.py +1 -1
- oci/cloud_guard/models/geographical_location.py +1 -1
- oci/cloud_guard/models/impacted_resource_collection.py +1 -1
- oci/cloud_guard/models/impacted_resource_summary.py +1 -1
- oci/cloud_guard/models/insight_type_logging_query_details.py +1 -1
- oci/cloud_guard/models/logging_event_info.py +1 -1
- oci/cloud_guard/models/logging_query_data_source_details.py +1 -1
- oci/cloud_guard/models/logging_query_data_source_summary_details.py +1 -1
- oci/cloud_guard/models/logging_query_details.py +1 -1
- oci/cloud_guard/models/managed_list.py +1 -1
- oci/cloud_guard/models/managed_list_collection.py +1 -1
- oci/cloud_guard/models/managed_list_summary.py +1 -1
- oci/cloud_guard/models/managed_list_type_collection.py +1 -1
- oci/cloud_guard/models/managed_list_type_summary.py +1 -1
- oci/cloud_guard/models/no_delay_start_policy.py +1 -1
- oci/cloud_guard/models/operator_summary.py +1 -1
- oci/cloud_guard/models/policy_collection.py +1 -1
- oci/cloud_guard/models/policy_summary.py +1 -1
- oci/cloud_guard/models/political_location.py +1 -1
- oci/cloud_guard/models/problem.py +1 -1
- oci/cloud_guard/models/problem_aggregation.py +1 -1
- oci/cloud_guard/models/problem_aggregation_collection.py +1 -1
- oci/cloud_guard/models/problem_collection.py +1 -1
- oci/cloud_guard/models/problem_endpoint_collection.py +1 -1
- oci/cloud_guard/models/problem_endpoint_summary.py +1 -1
- oci/cloud_guard/models/problem_entity_collection.py +1 -1
- oci/cloud_guard/models/problem_entity_summary.py +1 -1
- oci/cloud_guard/models/problem_history_collection.py +1 -1
- oci/cloud_guard/models/problem_history_summary.py +1 -1
- oci/cloud_guard/models/problem_summary.py +1 -1
- oci/cloud_guard/models/problem_trend_aggregation.py +1 -1
- oci/cloud_guard/models/problem_trend_aggregation_collection.py +1 -1
- oci/cloud_guard/models/recommendation_summary.py +1 -1
- oci/cloud_guard/models/recommendation_summary_collection.py +1 -1
- oci/cloud_guard/models/region_status_detail.py +1 -1
- oci/cloud_guard/models/remove_compartment_details.py +1 -1
- oci/cloud_guard/models/request_summarized_trend_resource_risk_scores_details.py +1 -1
- oci/cloud_guard/models/resource_profile.py +1 -1
- oci/cloud_guard/models/resource_profile_collection.py +1 -1
- oci/cloud_guard/models/resource_profile_endpoint_collection.py +1 -1
- oci/cloud_guard/models/resource_profile_endpoint_summary.py +1 -1
- oci/cloud_guard/models/resource_profile_impacted_resource_collection.py +1 -1
- oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +1 -1
- oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary.py +1 -1
- oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary_collection.py +1 -1
- oci/cloud_guard/models/resource_profile_summary.py +1 -1
- oci/cloud_guard/models/resource_risk_score_aggregation.py +1 -1
- oci/cloud_guard/models/resource_risk_score_aggregation_collection.py +1 -1
- oci/cloud_guard/models/resource_type_collection.py +1 -1
- oci/cloud_guard/models/resource_type_summary.py +1 -1
- oci/cloud_guard/models/responder_activity_collection.py +1 -1
- oci/cloud_guard/models/responder_activity_summary.py +1 -1
- oci/cloud_guard/models/responder_configuration.py +1 -1
- oci/cloud_guard/models/responder_execution.py +1 -1
- oci/cloud_guard/models/responder_execution_aggregation.py +1 -1
- oci/cloud_guard/models/responder_execution_aggregation_collection.py +1 -1
- oci/cloud_guard/models/responder_execution_collection.py +1 -1
- oci/cloud_guard/models/responder_execution_summary.py +1 -1
- oci/cloud_guard/models/responder_execution_trend_aggregation.py +1 -1
- oci/cloud_guard/models/responder_execution_trend_aggregation_collection.py +1 -1
- oci/cloud_guard/models/responder_recipe.py +1 -1
- oci/cloud_guard/models/responder_recipe_collection.py +1 -1
- oci/cloud_guard/models/responder_recipe_responder_rule.py +1 -1
- oci/cloud_guard/models/responder_recipe_responder_rule_collection.py +1 -1
- oci/cloud_guard/models/responder_recipe_responder_rule_summary.py +1 -1
- oci/cloud_guard/models/responder_recipe_summary.py +1 -1
- oci/cloud_guard/models/responder_rule.py +1 -1
- oci/cloud_guard/models/responder_rule_collection.py +1 -1
- oci/cloud_guard/models/responder_rule_details.py +1 -1
- oci/cloud_guard/models/responder_rule_execution_details.py +1 -1
- oci/cloud_guard/models/responder_rule_summary.py +1 -1
- oci/cloud_guard/models/risk_score_aggregation.py +1 -1
- oci/cloud_guard/models/risk_score_aggregation_collection.py +1 -1
- oci/cloud_guard/models/rule_summary.py +1 -1
- oci/cloud_guard/models/security_policy.py +1 -1
- oci/cloud_guard/models/security_policy_collection.py +1 -1
- oci/cloud_guard/models/security_policy_summary.py +1 -1
- oci/cloud_guard/models/security_recipe.py +1 -1
- oci/cloud_guard/models/security_recipe_collection.py +1 -1
- oci/cloud_guard/models/security_recipe_summary.py +1 -1
- oci/cloud_guard/models/security_score_aggregation.py +1 -1
- oci/cloud_guard/models/security_score_aggregation_collection.py +1 -1
- oci/cloud_guard/models/security_score_trend_aggregation.py +1 -1
- oci/cloud_guard/models/security_score_trend_aggregation_collection.py +1 -1
- oci/cloud_guard/models/security_zone.py +1 -1
- oci/cloud_guard/models/security_zone_collection.py +1 -1
- oci/cloud_guard/models/security_zone_summary.py +1 -1
- oci/cloud_guard/models/security_zone_target_details.py +1 -1
- oci/cloud_guard/models/service_type_summary.py +1 -1
- oci/cloud_guard/models/sighting.py +1 -1
- oci/cloud_guard/models/sighting_collection.py +1 -1
- oci/cloud_guard/models/sighting_endpoint_collection.py +1 -1
- oci/cloud_guard/models/sighting_endpoint_summary.py +1 -1
- oci/cloud_guard/models/sighting_impacted_resource_collection.py +1 -1
- oci/cloud_guard/models/sighting_impacted_resource_summary.py +1 -1
- oci/cloud_guard/models/sighting_summary.py +1 -1
- oci/cloud_guard/models/sighting_type.py +1 -1
- oci/cloud_guard/models/simple_condition.py +1 -1
- oci/cloud_guard/models/skip_bulk_responder_execution_details.py +1 -1
- oci/cloud_guard/models/tactic_collection.py +1 -1
- oci/cloud_guard/models/tactic_summary.py +1 -1
- oci/cloud_guard/models/target.py +1 -1
- oci/cloud_guard/models/target_collection.py +1 -1
- oci/cloud_guard/models/target_details.py +1 -1
- oci/cloud_guard/models/target_detector_details.py +1 -1
- oci/cloud_guard/models/target_detector_recipe.py +1 -1
- oci/cloud_guard/models/target_detector_recipe_collection.py +1 -1
- oci/cloud_guard/models/target_detector_recipe_detector_rule.py +1 -1
- oci/cloud_guard/models/target_detector_recipe_detector_rule_collection.py +1 -1
- oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.py +1 -1
- oci/cloud_guard/models/target_detector_recipe_summary.py +1 -1
- oci/cloud_guard/models/target_ids_selected.py +1 -1
- oci/cloud_guard/models/target_resource_types_selected.py +1 -1
- oci/cloud_guard/models/target_responder_recipe.py +1 -1
- oci/cloud_guard/models/target_responder_recipe_collection.py +1 -1
- oci/cloud_guard/models/target_responder_recipe_responder_rule.py +1 -1
- oci/cloud_guard/models/target_responder_recipe_responder_rule_collection.py +1 -1
- oci/cloud_guard/models/target_responder_recipe_responder_rule_summary.py +1 -1
- oci/cloud_guard/models/target_responder_recipe_summary.py +1 -1
- oci/cloud_guard/models/target_selected.py +1 -1
- oci/cloud_guard/models/target_summary.py +1 -1
- oci/cloud_guard/models/technique_collection.py +1 -1
- oci/cloud_guard/models/technique_summary.py +1 -1
- oci/cloud_guard/models/trigger_responder_details.py +1 -1
- oci/cloud_guard/models/update_bulk_problem_status_details.py +1 -1
- oci/cloud_guard/models/update_configuration_details.py +1 -1
- oci/cloud_guard/models/update_data_mask_rule_details.py +1 -1
- oci/cloud_guard/models/update_data_source_details.py +1 -1
- oci/cloud_guard/models/update_detector_recipe_details.py +1 -1
- oci/cloud_guard/models/update_detector_recipe_detector_rule.py +1 -1
- oci/cloud_guard/models/update_detector_recipe_detector_rule_details.py +1 -1
- oci/cloud_guard/models/update_detector_rule_details.py +1 -1
- oci/cloud_guard/models/update_managed_list_details.py +1 -1
- oci/cloud_guard/models/update_problem_status_details.py +1 -1
- oci/cloud_guard/models/update_responder_recipe_details.py +1 -1
- oci/cloud_guard/models/update_responder_recipe_responder_rule.py +1 -1
- oci/cloud_guard/models/update_responder_recipe_responder_rule_details.py +1 -1
- oci/cloud_guard/models/update_responder_rule_details.py +1 -1
- oci/cloud_guard/models/update_security_policy_details.py +1 -1
- oci/cloud_guard/models/update_security_recipe_details.py +1 -1
- oci/cloud_guard/models/update_security_zone_details.py +1 -1
- oci/cloud_guard/models/update_target_details.py +1 -1
- oci/cloud_guard/models/update_target_detector_recipe.py +1 -1
- oci/cloud_guard/models/update_target_detector_recipe_details.py +1 -1
- oci/cloud_guard/models/update_target_detector_recipe_detector_rule_details.py +1 -1
- oci/cloud_guard/models/update_target_detector_rule_details.py +1 -1
- oci/cloud_guard/models/update_target_recipe_detector_rule_details.py +1 -1
- oci/cloud_guard/models/update_target_recipe_responder_rule_details.py +1 -1
- oci/cloud_guard/models/update_target_responder_recipe.py +1 -1
- oci/cloud_guard/models/update_target_responder_recipe_details.py +1 -1
- oci/cloud_guard/models/update_target_responder_recipe_responder_rule_details.py +1 -1
- oci/cloud_guard/models/update_target_responder_rule_details.py +1 -1
- oci/cloud_guard/models/work_request.py +1 -1
- oci/cloud_guard/models/work_request_error.py +1 -1
- oci/cloud_guard/models/work_request_error_collection.py +1 -1
- oci/cloud_guard/models/work_request_log_entry.py +1 -1
- oci/cloud_guard/models/work_request_log_entry_collection.py +1 -1
- oci/cloud_guard/models/work_request_resource.py +1 -1
- oci/cloud_guard/models/work_request_summary.py +1 -1
- oci/cloud_guard/models/work_request_summary_collection.py +1 -1
- oci/cloud_migrations/__init__.py +1 -1
- oci/cloud_migrations/migration_client.py +44 -44
- oci/cloud_migrations/migration_client_composite_operations.py +1 -1
- oci/cloud_migrations/models/__init__.py +1 -1
- oci/cloud_migrations/models/as_is_resource_assessment_strategy.py +1 -1
- oci/cloud_migrations/models/asset_source.py +1 -1
- oci/cloud_migrations/models/asset_source_collection.py +1 -1
- oci/cloud_migrations/models/asset_source_connection.py +1 -1
- oci/cloud_migrations/models/asset_source_connection_collection.py +1 -1
- oci/cloud_migrations/models/asset_source_credentials.py +1 -1
- oci/cloud_migrations/models/asset_source_summary.py +1 -1
- oci/cloud_migrations/models/available_shape_summary.py +1 -1
- oci/cloud_migrations/models/available_shapes_collection.py +1 -1
- oci/cloud_migrations/models/average_resource_assessment_strategy.py +1 -1
- oci/cloud_migrations/models/change_asset_source_compartment_details.py +1 -1
- oci/cloud_migrations/models/change_discovery_schedule_compartment_details.py +1 -1
- oci/cloud_migrations/models/change_migration_compartment_details.py +1 -1
- oci/cloud_migrations/models/change_migration_plan_compartment_details.py +1 -1
- oci/cloud_migrations/models/change_replication_schedule_compartment_details.py +1 -1
- oci/cloud_migrations/models/compatibility_message.py +1 -1
- oci/cloud_migrations/models/compute_cost_estimation.py +1 -1
- oci/cloud_migrations/models/cost_estimation.py +1 -1
- oci/cloud_migrations/models/create_asset_source_details.py +1 -1
- oci/cloud_migrations/models/create_discovery_schedule_details.py +1 -1
- oci/cloud_migrations/models/create_migration_asset_details.py +1 -1
- oci/cloud_migrations/models/create_migration_details.py +1 -1
- oci/cloud_migrations/models/create_migration_plan_details.py +1 -1
- oci/cloud_migrations/models/create_replication_schedule_details.py +1 -1
- oci/cloud_migrations/models/create_target_asset_details.py +1 -1
- oci/cloud_migrations/models/create_vm_target_asset_details.py +1 -1
- oci/cloud_migrations/models/create_vm_ware_asset_source_details.py +1 -1
- oci/cloud_migrations/models/create_vnic_details.py +1 -1
- oci/cloud_migrations/models/discovery_schedule.py +1 -1
- oci/cloud_migrations/models/discovery_schedule_collection.py +1 -1
- oci/cloud_migrations/models/discovery_schedule_summary.py +1 -1
- oci/cloud_migrations/models/hydrated_volume.py +1 -1
- oci/cloud_migrations/models/instance_agent_plugin_config_details.py +1 -1
- oci/cloud_migrations/models/instance_options.py +1 -1
- oci/cloud_migrations/models/instance_source_details.py +1 -1
- oci/cloud_migrations/models/instance_source_via_boot_volume_details.py +1 -1
- oci/cloud_migrations/models/instance_source_via_image_details.py +1 -1
- oci/cloud_migrations/models/launch_instance_agent_config_details.py +1 -1
- oci/cloud_migrations/models/launch_instance_details.py +1 -1
- oci/cloud_migrations/models/launch_instance_shape_config_details.py +1 -1
- oci/cloud_migrations/models/migration.py +1 -1
- oci/cloud_migrations/models/migration_asset.py +1 -1
- oci/cloud_migrations/models/migration_asset_collection.py +1 -1
- oci/cloud_migrations/models/migration_asset_summary.py +1 -1
- oci/cloud_migrations/models/migration_collection.py +1 -1
- oci/cloud_migrations/models/migration_plan.py +1 -1
- oci/cloud_migrations/models/migration_plan_collection.py +1 -1
- oci/cloud_migrations/models/migration_plan_stats.py +1 -1
- oci/cloud_migrations/models/migration_plan_summary.py +1 -1
- oci/cloud_migrations/models/migration_summary.py +1 -1
- oci/cloud_migrations/models/os_image_estimation.py +1 -1
- oci/cloud_migrations/models/peak_resource_assessment_strategy.py +1 -1
- oci/cloud_migrations/models/percentile_resource_assessment_strategy.py +1 -1
- oci/cloud_migrations/models/preemptible_instance_config_details.py +1 -1
- oci/cloud_migrations/models/preemption_action.py +1 -1
- oci/cloud_migrations/models/replication_progress.py +1 -1
- oci/cloud_migrations/models/replication_schedule.py +1 -1
- oci/cloud_migrations/models/replication_schedule_collection.py +1 -1
- oci/cloud_migrations/models/replication_schedule_summary.py +1 -1
- oci/cloud_migrations/models/resource_assessment_strategy.py +1 -1
- oci/cloud_migrations/models/storage_cost_estimation.py +1 -1
- oci/cloud_migrations/models/target_asset.py +1 -1
- oci/cloud_migrations/models/target_asset_collection.py +1 -1
- oci/cloud_migrations/models/target_asset_summary.py +1 -1
- oci/cloud_migrations/models/target_environment.py +1 -1
- oci/cloud_migrations/models/terminate_preemption_action.py +1 -1
- oci/cloud_migrations/models/update_asset_source_details.py +1 -1
- oci/cloud_migrations/models/update_discovery_schedule_details.py +1 -1
- oci/cloud_migrations/models/update_migration_asset_details.py +1 -1
- oci/cloud_migrations/models/update_migration_details.py +1 -1
- oci/cloud_migrations/models/update_migration_plan_details.py +1 -1
- oci/cloud_migrations/models/update_replication_schedule_details.py +1 -1
- oci/cloud_migrations/models/update_target_asset_details.py +1 -1
- oci/cloud_migrations/models/update_vm_target_asset_details.py +1 -1
- oci/cloud_migrations/models/update_vm_ware_asset_source_details.py +1 -1
- oci/cloud_migrations/models/vm_target_asset.py +1 -1
- oci/cloud_migrations/models/vm_target_asset_summary.py +1 -1
- oci/cloud_migrations/models/vm_target_environment.py +1 -1
- oci/cloud_migrations/models/vm_ware_asset_source.py +1 -1
- oci/cloud_migrations/models/vm_ware_asset_source_summary.py +1 -1
- oci/cloud_migrations/models/volume_cost_estimation.py +1 -1
- oci/cloud_migrations/models/work_request.py +1 -1
- oci/cloud_migrations/models/work_request_error.py +1 -1
- oci/cloud_migrations/models/work_request_error_collection.py +1 -1
- oci/cloud_migrations/models/work_request_log_entry.py +1 -1
- oci/cloud_migrations/models/work_request_log_entry_collection.py +1 -1
- oci/cloud_migrations/models/work_request_resource.py +1 -1
- oci/cloud_migrations/models/work_request_summary.py +1 -1
- oci/cloud_migrations/models/work_request_summary_collection.py +1 -1
- oci/compute_cloud_at_customer/__init__.py +1 -1
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client_composite_operations.py +1 -1
- oci/compute_cloud_at_customer/models/__init__.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_infrastructure.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_infrastructure_collection.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_infrastructure_inventory.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_infrastructure_management_node.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_infrastructure_network_configuration.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_infrastructure_routing_dynamic_details.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_infrastructure_routing_static_details.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_infrastructure_summary.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_schedule_event.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_upgrade_information.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_upgrade_schedule.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_upgrade_schedule_collection.py +1 -1
- oci/compute_cloud_at_customer/models/ccc_upgrade_schedule_summary.py +1 -1
- oci/compute_cloud_at_customer/models/change_ccc_infrastructure_compartment_details.py +1 -1
- oci/compute_cloud_at_customer/models/change_ccc_upgrade_schedule_compartment_details.py +1 -1
- oci/compute_cloud_at_customer/models/create_ccc_infrastructure_details.py +1 -1
- oci/compute_cloud_at_customer/models/create_ccc_schedule_event.py +1 -1
- oci/compute_cloud_at_customer/models/create_ccc_upgrade_schedule_details.py +1 -1
- oci/compute_cloud_at_customer/models/peer_information.py +1 -1
- oci/compute_cloud_at_customer/models/update_ccc_infrastructure_details.py +1 -1
- oci/compute_cloud_at_customer/models/update_ccc_schedule_event.py +1 -1
- oci/compute_cloud_at_customer/models/update_ccc_upgrade_schedule_details.py +1 -1
- oci/compute_instance_agent/__init__.py +1 -1
- oci/compute_instance_agent/compute_instance_agent_client.py +7 -7
- oci/compute_instance_agent/compute_instance_agent_client_composite_operations.py +1 -1
- oci/compute_instance_agent/models/__init__.py +1 -1
- oci/compute_instance_agent/models/available_plugin_summary.py +1 -1
- oci/compute_instance_agent/models/create_instance_agent_command_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_content.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_content_info.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_execution.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_execution_output_content.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_tuple_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_uri_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_execution_output_via_text_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_execution_summary.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_output_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_tuple_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_uri_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_output_via_text_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_source_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_tuple_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_uri_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_source_via_text_details.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_summary.py +1 -1
- oci/compute_instance_agent/models/instance_agent_command_target.py +1 -1
- oci/compute_instance_agent/models/instance_agent_plugin.py +1 -1
- oci/compute_instance_agent/models/instance_agent_plugin_summary.py +1 -1
- oci/compute_instance_agent/models/plugin.py +1 -1
- oci/compute_instance_agent/plugin_client.py +3 -3
- oci/compute_instance_agent/plugin_client_composite_operations.py +1 -1
- oci/compute_instance_agent/pluginconfig_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client_composite_operations.py +1 -1
- oci/config.py +1 -1
- oci/constants.py +1 -1
- oci/container_engine/__init__.py +1 -1
- oci/container_engine/container_engine_client.py +45 -45
- oci/container_engine/container_engine_client_composite_operations.py +1 -1
- oci/container_engine/models/__init__.py +1 -1
- oci/container_engine/models/add_on_options.py +1 -1
- oci/container_engine/models/addon.py +1 -1
- oci/container_engine/models/addon_configuration.py +1 -1
- oci/container_engine/models/addon_error.py +1 -1
- oci/container_engine/models/addon_option_summary.py +1 -1
- oci/container_engine/models/addon_summary.py +1 -1
- oci/container_engine/models/addon_version_configuration.py +1 -1
- oci/container_engine/models/addon_versions.py +1 -1
- oci/container_engine/models/admission_controller_options.py +1 -1
- oci/container_engine/models/cluster.py +1 -1
- oci/container_engine/models/cluster_create_options.py +1 -1
- oci/container_engine/models/cluster_endpoint_config.py +1 -1
- oci/container_engine/models/cluster_endpoints.py +1 -1
- oci/container_engine/models/cluster_metadata.py +1 -1
- oci/container_engine/models/cluster_migrate_to_native_vcn_details.py +1 -1
- oci/container_engine/models/cluster_migrate_to_native_vcn_status.py +1 -1
- oci/container_engine/models/cluster_options.py +1 -1
- oci/container_engine/models/cluster_pod_network_option_details.py +1 -1
- oci/container_engine/models/cluster_summary.py +1 -1
- oci/container_engine/models/create_cluster_details.py +1 -1
- oci/container_engine/models/create_cluster_endpoint_config_details.py +1 -1
- oci/container_engine/models/create_cluster_kubeconfig_content_details.py +1 -1
- oci/container_engine/models/create_image_policy_config_details.py +1 -1
- oci/container_engine/models/create_node_pool_details.py +1 -1
- oci/container_engine/models/create_node_pool_node_config_details.py +1 -1
- oci/container_engine/models/create_node_shape_config_details.py +1 -1
- oci/container_engine/models/create_virtual_node_pool_details.py +1 -1
- oci/container_engine/models/create_workload_mapping_details.py +1 -1
- oci/container_engine/models/credential_rotation_status.py +1 -1
- oci/container_engine/models/flannel_overlay_cluster_pod_network_option_details.py +1 -1
- oci/container_engine/models/flannel_overlay_node_pool_pod_network_option_details.py +1 -1
- oci/container_engine/models/image_policy_config.py +1 -1
- oci/container_engine/models/initial_virtual_node_label.py +1 -1
- oci/container_engine/models/install_addon_details.py +1 -1
- oci/container_engine/models/key_details.py +1 -1
- oci/container_engine/models/key_value.py +1 -1
- oci/container_engine/models/kubernetes_network_config.py +1 -1
- oci/container_engine/models/kubernetes_versions_filters.py +1 -1
- oci/container_engine/models/node.py +1 -1
- oci/container_engine/models/node_error.py +1 -1
- oci/container_engine/models/node_eviction_node_pool_settings.py +1 -1
- oci/container_engine/models/node_pool.py +1 -1
- oci/container_engine/models/node_pool_cycling_details.py +1 -1
- oci/container_engine/models/node_pool_node_config_details.py +1 -1
- oci/container_engine/models/node_pool_options.py +1 -1
- oci/container_engine/models/node_pool_placement_config_details.py +1 -1
- oci/container_engine/models/node_pool_pod_network_option_details.py +1 -1
- oci/container_engine/models/node_pool_summary.py +1 -1
- oci/container_engine/models/node_shape_config.py +1 -1
- oci/container_engine/models/node_source_details.py +1 -1
- oci/container_engine/models/node_source_option.py +1 -1
- oci/container_engine/models/node_source_via_image_details.py +1 -1
- oci/container_engine/models/node_source_via_image_option.py +1 -1
- oci/container_engine/models/oci_vcn_ip_native_cluster_pod_network_option_details.py +1 -1
- oci/container_engine/models/oci_vcn_ip_native_node_pool_pod_network_option_details.py +1 -1
- oci/container_engine/models/persistent_volume_config_details.py +1 -1
- oci/container_engine/models/placement_configuration.py +1 -1
- oci/container_engine/models/pod_configuration.py +1 -1
- oci/container_engine/models/pod_shape.py +1 -1
- oci/container_engine/models/pod_shape_summary.py +1 -1
- oci/container_engine/models/preemptible_node_config_details.py +1 -1
- oci/container_engine/models/preemption_action.py +1 -1
- oci/container_engine/models/service_lb_config_details.py +1 -1
- oci/container_engine/models/shape_memory_options.py +1 -1
- oci/container_engine/models/shape_network_bandwidth_options.py +1 -1
- oci/container_engine/models/shape_ocpu_options.py +1 -1
- oci/container_engine/models/start_credential_rotation_details.py +1 -1
- oci/container_engine/models/taint.py +1 -1
- oci/container_engine/models/terminate_preemption_action.py +1 -1
- oci/container_engine/models/update_addon_details.py +1 -1
- oci/container_engine/models/update_cluster_details.py +1 -1
- oci/container_engine/models/update_cluster_endpoint_config_details.py +1 -1
- oci/container_engine/models/update_cluster_options_details.py +1 -1
- oci/container_engine/models/update_image_policy_config_details.py +1 -1
- oci/container_engine/models/update_node_pool_details.py +1 -1
- oci/container_engine/models/update_node_pool_node_config_details.py +1 -1
- oci/container_engine/models/update_node_shape_config_details.py +1 -1
- oci/container_engine/models/update_virtual_node_pool_details.py +1 -1
- oci/container_engine/models/update_workload_mapping_details.py +1 -1
- oci/container_engine/models/virtual_node.py +1 -1
- oci/container_engine/models/virtual_node_pool.py +1 -1
- oci/container_engine/models/virtual_node_pool_summary.py +1 -1
- oci/container_engine/models/virtual_node_summary.py +1 -1
- oci/container_engine/models/virtual_node_tags.py +1 -1
- oci/container_engine/models/work_request.py +1 -1
- oci/container_engine/models/work_request_error.py +1 -1
- oci/container_engine/models/work_request_log_entry.py +1 -1
- oci/container_engine/models/work_request_resource.py +1 -1
- oci/container_engine/models/work_request_summary.py +1 -1
- oci/container_engine/models/workload_mapping.py +1 -1
- oci/container_engine/models/workload_mapping_summary.py +1 -1
- oci/container_instances/__init__.py +1 -1
- oci/container_instances/container_instance_client.py +28 -28
- oci/container_instances/container_instance_client_composite_operations.py +1 -1
- oci/container_instances/models/__init__.py +1 -1
- oci/container_instances/models/basic_image_pull_secret.py +1 -1
- oci/container_instances/models/change_container_instance_compartment_details.py +1 -1
- oci/container_instances/models/container.py +1 -1
- oci/container_instances/models/container_collection.py +1 -1
- oci/container_instances/models/container_command_health_check.py +1 -1
- oci/container_instances/models/container_config_file.py +1 -1
- oci/container_instances/models/container_config_file_volume.py +1 -1
- oci/container_instances/models/container_dns_config.py +1 -1
- oci/container_instances/models/container_empty_dir_volume.py +1 -1
- oci/container_instances/models/container_health_check.py +1 -1
- oci/container_instances/models/container_http_health_check.py +1 -1
- oci/container_instances/models/container_instance.py +1 -1
- oci/container_instances/models/container_instance_collection.py +1 -1
- oci/container_instances/models/container_instance_container.py +1 -1
- oci/container_instances/models/container_instance_shape_collection.py +1 -1
- oci/container_instances/models/container_instance_shape_config.py +1 -1
- oci/container_instances/models/container_instance_shape_summary.py +1 -1
- oci/container_instances/models/container_instance_summary.py +1 -1
- oci/container_instances/models/container_resource_config.py +1 -1
- oci/container_instances/models/container_summary.py +1 -1
- oci/container_instances/models/container_tcp_health_check.py +1 -1
- oci/container_instances/models/container_vnic.py +1 -1
- oci/container_instances/models/container_volume.py +1 -1
- oci/container_instances/models/create_basic_image_pull_secret_details.py +1 -1
- oci/container_instances/models/create_container_command_health_check_details.py +1 -1
- oci/container_instances/models/create_container_config_file_volume_details.py +1 -1
- oci/container_instances/models/create_container_details.py +1 -1
- oci/container_instances/models/create_container_dns_config_details.py +1 -1
- oci/container_instances/models/create_container_empty_dir_volume_details.py +1 -1
- oci/container_instances/models/create_container_health_check_details.py +1 -1
- oci/container_instances/models/create_container_http_health_check_details.py +1 -1
- oci/container_instances/models/create_container_instance_details.py +1 -1
- oci/container_instances/models/create_container_instance_shape_config_details.py +1 -1
- oci/container_instances/models/create_container_resource_config_details.py +1 -1
- oci/container_instances/models/create_container_tcp_health_check_details.py +1 -1
- oci/container_instances/models/create_container_vnic_details.py +1 -1
- oci/container_instances/models/create_container_volume_details.py +1 -1
- oci/container_instances/models/create_image_pull_secret_details.py +1 -1
- oci/container_instances/models/create_linux_security_context_details.py +1 -1
- oci/container_instances/models/create_security_context_details.py +1 -1
- oci/container_instances/models/create_vault_image_pull_secret_details.py +1 -1
- oci/container_instances/models/create_volume_mount_details.py +1 -1
- oci/container_instances/models/health_check_http_header.py +1 -1
- oci/container_instances/models/image_pull_secret.py +1 -1
- oci/container_instances/models/linux_security_context.py +1 -1
- oci/container_instances/models/security_context.py +1 -1
- oci/container_instances/models/shape_memory_options.py +1 -1
- oci/container_instances/models/shape_networking_bandwidth_options.py +1 -1
- oci/container_instances/models/shape_ocpu_options.py +1 -1
- oci/container_instances/models/update_container_details.py +1 -1
- oci/container_instances/models/update_container_instance_details.py +1 -1
- oci/container_instances/models/vault_image_pull_secret.py +1 -1
- oci/container_instances/models/volume_mount.py +1 -1
- oci/container_instances/models/work_request.py +1 -1
- oci/container_instances/models/work_request_error.py +1 -1
- oci/container_instances/models/work_request_error_collection.py +1 -1
- oci/container_instances/models/work_request_log_entry.py +1 -1
- oci/container_instances/models/work_request_log_entry_collection.py +1 -1
- oci/container_instances/models/work_request_resource.py +1 -1
- oci/container_instances/models/work_request_summary.py +1 -1
- oci/container_instances/models/work_request_summary_collection.py +1 -1
- oci/core/__init__.py +1 -1
- oci/core/blockstorage_client.py +61 -61
- oci/core/blockstorage_client_composite_operations.py +1 -1
- oci/core/compute_client.py +100 -100
- oci/core/compute_client_composite_operations.py +1 -1
- oci/core/compute_management_client.py +33 -33
- oci/core/compute_management_client_composite_operations.py +1 -1
- oci/core/models/__init__.py +1 -1
- oci/core/models/add_drg_route_distribution_statement_details.py +1 -1
- oci/core/models/add_drg_route_distribution_statements_details.py +1 -1
- oci/core/models/add_drg_route_rule_details.py +1 -1
- oci/core/models/add_drg_route_rules_details.py +1 -1
- oci/core/models/add_image_shape_compatibility_entry_details.py +1 -1
- oci/core/models/add_network_security_group_security_rules_details.py +1 -1
- oci/core/models/add_public_ip_pool_capacity_details.py +1 -1
- oci/core/models/add_security_rule_details.py +1 -1
- oci/core/models/add_subnet_ipv6_cidr_details.py +1 -1
- oci/core/models/add_vcn_cidr_details.py +1 -1
- oci/core/models/add_vcn_ipv6_cidr_details.py +1 -1
- oci/core/models/added_network_security_group_security_rules.py +1 -1
- oci/core/models/allowed_ike_ip_sec_parameters.py +1 -1
- oci/core/models/allowed_phase_one_parameters.py +1 -1
- oci/core/models/allowed_phase_two_parameters.py +1 -1
- oci/core/models/amd_milan_bm_gpu_launch_instance_platform_config.py +1 -1
- oci/core/models/amd_milan_bm_gpu_platform_config.py +1 -1
- oci/core/models/amd_milan_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/amd_milan_bm_platform_config.py +1 -1
- oci/core/models/amd_rome_bm_gpu_launch_instance_platform_config.py +1 -1
- oci/core/models/amd_rome_bm_gpu_platform_config.py +1 -1
- oci/core/models/amd_rome_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/amd_rome_bm_platform_config.py +1 -1
- oci/core/models/amd_vm_launch_instance_platform_config.py +1 -1
- oci/core/models/amd_vm_platform_config.py +1 -1
- oci/core/models/app_catalog_listing.py +1 -1
- oci/core/models/app_catalog_listing_resource_version.py +1 -1
- oci/core/models/app_catalog_listing_resource_version_agreements.py +1 -1
- oci/core/models/app_catalog_listing_resource_version_summary.py +1 -1
- oci/core/models/app_catalog_listing_summary.py +1 -1
- oci/core/models/app_catalog_subscription.py +1 -1
- oci/core/models/app_catalog_subscription_summary.py +1 -1
- oci/core/models/attach_boot_volume_details.py +1 -1
- oci/core/models/attach_emulated_volume_details.py +1 -1
- oci/core/models/attach_i_scsi_volume_details.py +1 -1
- oci/core/models/attach_instance_pool_instance_details.py +1 -1
- oci/core/models/attach_load_balancer_details.py +1 -1
- oci/core/models/attach_paravirtualized_volume_details.py +1 -1
- oci/core/models/attach_service_determined_volume_details.py +1 -1
- oci/core/models/attach_vnic_details.py +1 -1
- oci/core/models/attach_volume_details.py +1 -1
- oci/core/models/autotune_policy.py +1 -1
- oci/core/models/bgp_session_info.py +1 -1
- oci/core/models/block_volume_replica.py +1 -1
- oci/core/models/block_volume_replica_details.py +1 -1
- oci/core/models/block_volume_replica_info.py +1 -1
- oci/core/models/boolean_image_capability_schema_descriptor.py +1 -1
- oci/core/models/boot_volume.py +1 -1
- oci/core/models/boot_volume_attachment.py +1 -1
- oci/core/models/boot_volume_backup.py +1 -1
- oci/core/models/boot_volume_kms_key.py +1 -1
- oci/core/models/boot_volume_replica.py +1 -1
- oci/core/models/boot_volume_replica_details.py +1 -1
- oci/core/models/boot_volume_replica_info.py +1 -1
- oci/core/models/boot_volume_source_details.py +1 -1
- oci/core/models/boot_volume_source_from_boot_volume_backup_details.py +1 -1
- oci/core/models/boot_volume_source_from_boot_volume_details.py +1 -1
- oci/core/models/boot_volume_source_from_boot_volume_replica_details.py +1 -1
- oci/core/models/bulk_add_virtual_circuit_public_prefixes_details.py +1 -1
- oci/core/models/bulk_delete_virtual_circuit_public_prefixes_details.py +1 -1
- oci/core/models/byoip_allocated_range_collection.py +1 -1
- oci/core/models/byoip_allocated_range_summary.py +1 -1
- oci/core/models/byoip_range.py +1 -1
- oci/core/models/byoip_range_collection.py +1 -1
- oci/core/models/byoip_range_summary.py +1 -1
- oci/core/models/byoip_range_vcn_ipv6_allocation_summary.py +1 -1
- oci/core/models/byoipv6_cidr_details.py +1 -1
- oci/core/models/capacity_report_instance_shape_config.py +1 -1
- oci/core/models/capacity_report_shape_availability.py +1 -1
- oci/core/models/capacity_reservation_instance_summary.py +1 -1
- oci/core/models/capacity_source.py +1 -1
- oci/core/models/capture_console_history_details.py +1 -1
- oci/core/models/capture_filter.py +1 -1
- oci/core/models/change_boot_volume_backup_compartment_details.py +1 -1
- oci/core/models/change_boot_volume_compartment_details.py +1 -1
- oci/core/models/change_byoip_range_compartment_details.py +1 -1
- oci/core/models/change_capture_filter_compartment_details.py +1 -1
- oci/core/models/change_cluster_network_compartment_details.py +1 -1
- oci/core/models/change_compute_capacity_reservation_compartment_details.py +1 -1
- oci/core/models/change_compute_capacity_topology_compartment_details.py +1 -1
- oci/core/models/change_compute_cluster_compartment_details.py +1 -1
- oci/core/models/change_compute_image_capability_schema_compartment_details.py +1 -1
- oci/core/models/change_cpe_compartment_details.py +1 -1
- oci/core/models/change_cross_connect_compartment_details.py +1 -1
- oci/core/models/change_cross_connect_group_compartment_details.py +1 -1
- oci/core/models/change_dedicated_vm_host_compartment_details.py +1 -1
- oci/core/models/change_dhcp_options_compartment_details.py +1 -1
- oci/core/models/change_drg_compartment_details.py +1 -1
- oci/core/models/change_image_compartment_details.py +1 -1
- oci/core/models/change_instance_compartment_details.py +1 -1
- oci/core/models/change_instance_configuration_compartment_details.py +1 -1
- oci/core/models/change_instance_pool_compartment_details.py +1 -1
- oci/core/models/change_internet_gateway_compartment_details.py +1 -1
- oci/core/models/change_ip_sec_connection_compartment_details.py +1 -1
- oci/core/models/change_local_peering_gateway_compartment_details.py +1 -1
- oci/core/models/change_nat_gateway_compartment_details.py +1 -1
- oci/core/models/change_network_security_group_compartment_details.py +1 -1
- oci/core/models/change_public_ip_compartment_details.py +1 -1
- oci/core/models/change_public_ip_pool_compartment_details.py +1 -1
- oci/core/models/change_remote_peering_connection_compartment_details.py +1 -1
- oci/core/models/change_route_table_compartment_details.py +1 -1
- oci/core/models/change_security_list_compartment_details.py +1 -1
- oci/core/models/change_service_gateway_compartment_details.py +1 -1
- oci/core/models/change_subnet_compartment_details.py +1 -1
- oci/core/models/change_vcn_compartment_details.py +1 -1
- oci/core/models/change_virtual_circuit_compartment_details.py +1 -1
- oci/core/models/change_vlan_compartment_details.py +1 -1
- oci/core/models/change_volume_backup_compartment_details.py +1 -1
- oci/core/models/change_volume_compartment_details.py +1 -1
- oci/core/models/change_volume_group_backup_compartment_details.py +1 -1
- oci/core/models/change_volume_group_compartment_details.py +1 -1
- oci/core/models/change_vtap_compartment_details.py +1 -1
- oci/core/models/cluster_config_details.py +1 -1
- oci/core/models/cluster_configuration_details.py +1 -1
- oci/core/models/cluster_network.py +1 -1
- oci/core/models/cluster_network_placement_configuration_details.py +1 -1
- oci/core/models/cluster_network_summary.py +1 -1
- oci/core/models/compartment_internal.py +1 -1
- oci/core/models/compute_bare_metal_host.py +1 -1
- oci/core/models/compute_bare_metal_host_collection.py +1 -1
- oci/core/models/compute_bare_metal_host_summary.py +1 -1
- oci/core/models/compute_capacity_report.py +1 -1
- oci/core/models/compute_capacity_reservation.py +1 -1
- oci/core/models/compute_capacity_reservation_instance_shape_summary.py +1 -1
- oci/core/models/compute_capacity_reservation_summary.py +1 -1
- oci/core/models/compute_capacity_topology.py +1 -1
- oci/core/models/compute_capacity_topology_collection.py +1 -1
- oci/core/models/compute_capacity_topology_summary.py +1 -1
- oci/core/models/compute_cluster.py +1 -1
- oci/core/models/compute_cluster_collection.py +1 -1
- oci/core/models/compute_cluster_summary.py +1 -1
- oci/core/models/compute_global_image_capability_schema.py +1 -1
- oci/core/models/compute_global_image_capability_schema_summary.py +1 -1
- oci/core/models/compute_global_image_capability_schema_version.py +1 -1
- oci/core/models/compute_global_image_capability_schema_version_summary.py +1 -1
- oci/core/models/compute_hpc_island.py +1 -1
- oci/core/models/compute_hpc_island_collection.py +1 -1
- oci/core/models/compute_hpc_island_summary.py +1 -1
- oci/core/models/compute_image_capability_schema.py +1 -1
- oci/core/models/compute_image_capability_schema_summary.py +1 -1
- oci/core/models/compute_instance_details.py +1 -1
- oci/core/models/compute_instance_options.py +1 -1
- oci/core/models/compute_network_block.py +1 -1
- oci/core/models/compute_network_block_collection.py +1 -1
- oci/core/models/compute_network_block_summary.py +1 -1
- oci/core/models/connect_local_peering_gateways_details.py +1 -1
- oci/core/models/connect_remote_peering_connections_details.py +1 -1
- oci/core/models/console_history.py +1 -1
- oci/core/models/copy_boot_volume_backup_details.py +1 -1
- oci/core/models/copy_volume_backup_details.py +1 -1
- oci/core/models/copy_volume_group_backup_details.py +1 -1
- oci/core/models/cpe.py +1 -1
- oci/core/models/cpe_device_config_answer.py +1 -1
- oci/core/models/cpe_device_config_question.py +1 -1
- oci/core/models/cpe_device_info.py +1 -1
- oci/core/models/cpe_device_shape_detail.py +1 -1
- oci/core/models/cpe_device_shape_summary.py +1 -1
- oci/core/models/create_app_catalog_subscription_details.py +1 -1
- oci/core/models/create_boot_volume_backup_details.py +1 -1
- oci/core/models/create_boot_volume_details.py +1 -1
- oci/core/models/create_byoip_range_details.py +1 -1
- oci/core/models/create_capacity_report_shape_availability_details.py +1 -1
- oci/core/models/create_capacity_source_details.py +1 -1
- oci/core/models/create_capture_filter_details.py +1 -1
- oci/core/models/create_cluster_network_details.py +1 -1
- oci/core/models/create_cluster_network_instance_pool_details.py +1 -1
- oci/core/models/create_compute_capacity_report_details.py +1 -1
- oci/core/models/create_compute_capacity_reservation_details.py +1 -1
- oci/core/models/create_compute_capacity_topology_details.py +1 -1
- oci/core/models/create_compute_cluster_details.py +1 -1
- oci/core/models/create_compute_image_capability_schema_details.py +1 -1
- oci/core/models/create_cpe_details.py +1 -1
- oci/core/models/create_cross_connect_details.py +1 -1
- oci/core/models/create_cross_connect_group_details.py +1 -1
- oci/core/models/create_dedicated_capacity_source_details.py +1 -1
- oci/core/models/create_dedicated_vm_host_details.py +1 -1
- oci/core/models/create_dhcp_details.py +1 -1
- oci/core/models/create_drg_attachment_details.py +1 -1
- oci/core/models/create_drg_details.py +1 -1
- oci/core/models/create_drg_route_distribution_details.py +1 -1
- oci/core/models/create_drg_route_table_details.py +1 -1
- oci/core/models/create_image_details.py +1 -1
- oci/core/models/create_instance_configuration_base.py +1 -1
- oci/core/models/create_instance_configuration_details.py +1 -1
- oci/core/models/create_instance_configuration_from_instance_details.py +1 -1
- oci/core/models/create_instance_console_connection_details.py +1 -1
- oci/core/models/create_instance_pool_details.py +1 -1
- oci/core/models/create_instance_pool_placement_configuration_details.py +1 -1
- oci/core/models/create_internet_gateway_details.py +1 -1
- oci/core/models/create_ip_sec_connection_details.py +1 -1
- oci/core/models/create_ip_sec_connection_tunnel_details.py +1 -1
- oci/core/models/create_ip_sec_tunnel_bgp_session_details.py +1 -1
- oci/core/models/create_ip_sec_tunnel_encryption_domain_details.py +1 -1
- oci/core/models/create_ipv6_details.py +1 -1
- oci/core/models/create_local_peering_gateway_details.py +1 -1
- oci/core/models/create_macsec_key.py +1 -1
- oci/core/models/create_macsec_properties.py +1 -1
- oci/core/models/create_nat_gateway_details.py +1 -1
- oci/core/models/create_network_security_group_details.py +1 -1
- oci/core/models/create_private_ip_details.py +1 -1
- oci/core/models/create_public_ip_details.py +1 -1
- oci/core/models/create_public_ip_pool_details.py +1 -1
- oci/core/models/create_remote_peering_connection_details.py +1 -1
- oci/core/models/create_route_table_details.py +1 -1
- oci/core/models/create_security_list_details.py +1 -1
- oci/core/models/create_service_gateway_details.py +1 -1
- oci/core/models/create_subnet_details.py +1 -1
- oci/core/models/create_vcn_details.py +1 -1
- oci/core/models/create_virtual_circuit_details.py +1 -1
- oci/core/models/create_virtual_circuit_public_prefix_details.py +1 -1
- oci/core/models/create_vlan_details.py +1 -1
- oci/core/models/create_vnic_details.py +1 -1
- oci/core/models/create_volume_backup_details.py +1 -1
- oci/core/models/create_volume_backup_policy_assignment_details.py +1 -1
- oci/core/models/create_volume_backup_policy_details.py +1 -1
- oci/core/models/create_volume_details.py +1 -1
- oci/core/models/create_volume_group_backup_details.py +1 -1
- oci/core/models/create_volume_group_details.py +1 -1
- oci/core/models/create_vtap_details.py +1 -1
- oci/core/models/cross_connect.py +1 -1
- oci/core/models/cross_connect_group.py +1 -1
- oci/core/models/cross_connect_location.py +1 -1
- oci/core/models/cross_connect_mapping.py +1 -1
- oci/core/models/cross_connect_mapping_details.py +1 -1
- oci/core/models/cross_connect_mapping_details_collection.py +1 -1
- oci/core/models/cross_connect_port_speed_shape.py +1 -1
- oci/core/models/cross_connect_status.py +1 -1
- oci/core/models/dedicated_capacity_source.py +1 -1
- oci/core/models/dedicated_vm_host.py +1 -1
- oci/core/models/dedicated_vm_host_instance_shape_summary.py +1 -1
- oci/core/models/dedicated_vm_host_instance_summary.py +1 -1
- oci/core/models/dedicated_vm_host_shape_summary.py +1 -1
- oci/core/models/dedicated_vm_host_summary.py +1 -1
- oci/core/models/default_drg_route_tables.py +1 -1
- oci/core/models/default_phase_one_parameters.py +1 -1
- oci/core/models/default_phase_two_parameters.py +1 -1
- oci/core/models/delete_virtual_circuit_public_prefix_details.py +1 -1
- oci/core/models/detach_instance_pool_instance_details.py +1 -1
- oci/core/models/detach_load_balancer_details.py +1 -1
- oci/core/models/detached_volume_autotune_policy.py +1 -1
- oci/core/models/device.py +1 -1
- oci/core/models/dhcp_dns_option.py +1 -1
- oci/core/models/dhcp_option.py +1 -1
- oci/core/models/dhcp_options.py +1 -1
- oci/core/models/dhcp_search_domain_option.py +1 -1
- oci/core/models/dpd_config.py +1 -1
- oci/core/models/drg.py +1 -1
- oci/core/models/drg_attachment.py +1 -1
- oci/core/models/drg_attachment_id_drg_route_distribution_match_criteria.py +1 -1
- oci/core/models/drg_attachment_info.py +1 -1
- oci/core/models/drg_attachment_match_all_drg_route_distribution_match_criteria.py +1 -1
- oci/core/models/drg_attachment_network_create_details.py +1 -1
- oci/core/models/drg_attachment_network_details.py +1 -1
- oci/core/models/drg_attachment_network_update_details.py +1 -1
- oci/core/models/drg_attachment_type_drg_route_distribution_match_criteria.py +1 -1
- oci/core/models/drg_redundancy_status.py +1 -1
- oci/core/models/drg_route_distribution.py +1 -1
- oci/core/models/drg_route_distribution_match_criteria.py +1 -1
- oci/core/models/drg_route_distribution_statement.py +1 -1
- oci/core/models/drg_route_rule.py +1 -1
- oci/core/models/drg_route_table.py +1 -1
- oci/core/models/egress_security_rule.py +1 -1
- oci/core/models/emulated_volume_attachment.py +1 -1
- oci/core/models/encryption_domain_config.py +1 -1
- oci/core/models/enum_integer_image_capability_descriptor.py +1 -1
- oci/core/models/enum_string_image_capability_schema_descriptor.py +1 -1
- oci/core/models/export_image_details.py +1 -1
- oci/core/models/export_image_via_object_storage_tuple_details.py +1 -1
- oci/core/models/export_image_via_object_storage_uri_details.py +1 -1
- oci/core/models/fast_connect_provider_service.py +1 -1
- oci/core/models/fast_connect_provider_service_key.py +1 -1
- oci/core/models/flow_log_capture_filter_rule_details.py +1 -1
- oci/core/models/generic_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/generic_bm_platform_config.py +1 -1
- oci/core/models/get_public_ip_by_ip_address_details.py +1 -1
- oci/core/models/get_public_ip_by_private_ip_id_details.py +1 -1
- oci/core/models/i_scsi_volume_attachment.py +1 -1
- oci/core/models/icmp_options.py +1 -1
- oci/core/models/image.py +1 -1
- oci/core/models/image_capability_schema_descriptor.py +1 -1
- oci/core/models/image_memory_constraints.py +1 -1
- oci/core/models/image_ocpu_constraints.py +1 -1
- oci/core/models/image_shape_compatibility_entry.py +1 -1
- oci/core/models/image_shape_compatibility_summary.py +1 -1
- oci/core/models/image_source_details.py +1 -1
- oci/core/models/image_source_via_object_storage_tuple_details.py +1 -1
- oci/core/models/image_source_via_object_storage_uri_details.py +1 -1
- oci/core/models/ingress_security_rule.py +1 -1
- oci/core/models/instance.py +1 -1
- oci/core/models/instance_agent_config.py +1 -1
- oci/core/models/instance_agent_features.py +1 -1
- oci/core/models/instance_agent_plugin_config_details.py +1 -1
- oci/core/models/instance_availability_config.py +1 -1
- oci/core/models/instance_configuration.py +1 -1
- oci/core/models/instance_configuration_amd_milan_bm_gpu_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_amd_milan_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_amd_rome_bm_gpu_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_amd_rome_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_amd_vm_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_attach_vnic_details.py +1 -1
- oci/core/models/instance_configuration_attach_volume_details.py +1 -1
- oci/core/models/instance_configuration_autotune_policy.py +1 -1
- oci/core/models/instance_configuration_availability_config.py +1 -1
- oci/core/models/instance_configuration_block_volume_details.py +1 -1
- oci/core/models/instance_configuration_block_volume_replica_details.py +1 -1
- oci/core/models/instance_configuration_create_vnic_details.py +1 -1
- oci/core/models/instance_configuration_create_volume_details.py +1 -1
- oci/core/models/instance_configuration_detached_volume_autotune_policy.py +1 -1
- oci/core/models/instance_configuration_generic_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_instance_details.py +1 -1
- oci/core/models/instance_configuration_instance_options.py +1 -1
- oci/core/models/instance_configuration_instance_source_details.py +1 -1
- oci/core/models/instance_configuration_instance_source_image_filter_details.py +1 -1
- oci/core/models/instance_configuration_instance_source_via_boot_volume_details.py +1 -1
- oci/core/models/instance_configuration_instance_source_via_image_details.py +1 -1
- oci/core/models/instance_configuration_intel_icelake_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_intel_skylake_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_intel_vm_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_ipv6_address_ipv6_subnet_cidr_pair_details.py +1 -1
- oci/core/models/instance_configuration_iscsi_attach_volume_details.py +1 -1
- oci/core/models/instance_configuration_launch_instance_agent_config_details.py +1 -1
- oci/core/models/instance_configuration_launch_instance_details.py +1 -1
- oci/core/models/instance_configuration_launch_instance_platform_config.py +1 -1
- oci/core/models/instance_configuration_launch_instance_shape_config_details.py +1 -1
- oci/core/models/instance_configuration_launch_options.py +1 -1
- oci/core/models/instance_configuration_paravirtualized_attach_volume_details.py +1 -1
- oci/core/models/instance_configuration_performance_based_autotune_policy.py +1 -1
- oci/core/models/instance_configuration_summary.py +1 -1
- oci/core/models/instance_configuration_volume_source_details.py +1 -1
- oci/core/models/instance_configuration_volume_source_from_volume_backup_details.py +1 -1
- oci/core/models/instance_configuration_volume_source_from_volume_details.py +1 -1
- oci/core/models/instance_console_connection.py +1 -1
- oci/core/models/instance_credentials.py +1 -1
- oci/core/models/instance_maintenance_reboot.py +1 -1
- oci/core/models/instance_options.py +1 -1
- oci/core/models/instance_pool.py +1 -1
- oci/core/models/instance_pool_instance.py +1 -1
- oci/core/models/instance_pool_instance_load_balancer_backend.py +1 -1
- oci/core/models/instance_pool_load_balancer_attachment.py +1 -1
- oci/core/models/instance_pool_placement_configuration.py +1 -1
- oci/core/models/instance_pool_placement_ipv6_address_ipv6_subnet_cidr_details.py +1 -1
- oci/core/models/instance_pool_placement_primary_subnet.py +1 -1
- oci/core/models/instance_pool_placement_secondary_vnic_subnet.py +1 -1
- oci/core/models/instance_pool_placement_subnet_details.py +1 -1
- oci/core/models/instance_pool_summary.py +1 -1
- oci/core/models/instance_power_action_details.py +1 -1
- oci/core/models/instance_reservation_config.py +1 -1
- oci/core/models/instance_reservation_config_details.py +1 -1
- oci/core/models/instance_reservation_shape_config_details.py +1 -1
- oci/core/models/instance_shape_config.py +1 -1
- oci/core/models/instance_source_details.py +1 -1
- oci/core/models/instance_source_image_filter_details.py +1 -1
- oci/core/models/instance_source_via_boot_volume_details.py +1 -1
- oci/core/models/instance_source_via_image_details.py +1 -1
- oci/core/models/instance_summary.py +1 -1
- oci/core/models/intel_icelake_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/intel_icelake_bm_platform_config.py +1 -1
- oci/core/models/intel_skylake_bm_launch_instance_platform_config.py +1 -1
- oci/core/models/intel_skylake_bm_platform_config.py +1 -1
- oci/core/models/intel_vm_launch_instance_platform_config.py +1 -1
- oci/core/models/intel_vm_platform_config.py +1 -1
- oci/core/models/internet_gateway.py +1 -1
- oci/core/models/ip_sec_connection.py +1 -1
- oci/core/models/ip_sec_connection_device_config.py +1 -1
- oci/core/models/ip_sec_connection_device_status.py +1 -1
- oci/core/models/ip_sec_connection_tunnel.py +1 -1
- oci/core/models/ip_sec_connection_tunnel_error_details.py +1 -1
- oci/core/models/ip_sec_connection_tunnel_shared_secret.py +1 -1
- oci/core/models/ipsec_tunnel_drg_attachment_network_details.py +1 -1
- oci/core/models/ipv6.py +1 -1
- oci/core/models/ipv6_address_ipv6_subnet_cidr_pair_details.py +1 -1
- oci/core/models/launch_instance_agent_config_details.py +1 -1
- oci/core/models/launch_instance_availability_config_details.py +1 -1
- oci/core/models/launch_instance_details.py +1 -1
- oci/core/models/launch_instance_platform_config.py +1 -1
- oci/core/models/launch_instance_shape_config_details.py +1 -1
- oci/core/models/launch_options.py +1 -1
- oci/core/models/letter_of_authority.py +1 -1
- oci/core/models/local_peering_gateway.py +1 -1
- oci/core/models/loop_back_drg_attachment_network_details.py +1 -1
- oci/core/models/macsec_key.py +1 -1
- oci/core/models/macsec_properties.py +1 -1
- oci/core/models/measured_boot_entry.py +1 -1
- oci/core/models/measured_boot_report.py +1 -1
- oci/core/models/measured_boot_report_measurements.py +1 -1
- oci/core/models/member_replica.py +1 -1
- oci/core/models/modify_vcn_cidr_details.py +1 -1
- oci/core/models/multipath_device.py +1 -1
- oci/core/models/nat_gateway.py +1 -1
- oci/core/models/network_security_group.py +1 -1
- oci/core/models/network_security_group_vnic.py +1 -1
- oci/core/models/networking_topology.py +1 -1
- oci/core/models/paravirtualized_volume_attachment.py +1 -1
- oci/core/models/peer_region_for_remote_peering.py +1 -1
- oci/core/models/percentage_of_cores_enabled_options.py +1 -1
- oci/core/models/performance_based_autotune_policy.py +1 -1
- oci/core/models/phase_one_config_details.py +1 -1
- oci/core/models/phase_two_config_details.py +1 -1
- oci/core/models/platform_config.py +1 -1
- oci/core/models/port_range.py +1 -1
- oci/core/models/preemptible_instance_config_details.py +1 -1
- oci/core/models/preemption_action.py +1 -1
- oci/core/models/private_ip.py +1 -1
- oci/core/models/public_ip.py +1 -1
- oci/core/models/public_ip_pool.py +1 -1
- oci/core/models/public_ip_pool_collection.py +1 -1
- oci/core/models/public_ip_pool_summary.py +1 -1
- oci/core/models/reboot_migrate_action_details.py +1 -1
- oci/core/models/remote_peering_connection.py +1 -1
- oci/core/models/remote_peering_connection_drg_attachment_network_details.py +1 -1
- oci/core/models/remove_drg_route_distribution_statements_details.py +1 -1
- oci/core/models/remove_drg_route_rules_details.py +1 -1
- oci/core/models/remove_network_security_group_security_rules_details.py +1 -1
- oci/core/models/remove_public_ip_pool_capacity_details.py +1 -1
- oci/core/models/remove_subnet_ipv6_cidr_details.py +1 -1
- oci/core/models/remove_vcn_cidr_details.py +1 -1
- oci/core/models/remove_vcn_ipv6_cidr_details.py +1 -1
- oci/core/models/reset_action_details.py +1 -1
- oci/core/models/route_rule.py +1 -1
- oci/core/models/route_table.py +1 -1
- oci/core/models/security_list.py +1 -1
- oci/core/models/security_rule.py +1 -1
- oci/core/models/service.py +1 -1
- oci/core/models/service_gateway.py +1 -1
- oci/core/models/service_id_request_details.py +1 -1
- oci/core/models/service_id_response_details.py +1 -1
- oci/core/models/shape.py +1 -1
- oci/core/models/shape_access_control_service_enabled_platform_options.py +1 -1
- oci/core/models/shape_alternative_object.py +1 -1
- oci/core/models/shape_input_output_memory_management_unit_enabled_platform_options.py +1 -1
- oci/core/models/shape_max_vnic_attachment_options.py +1 -1
- oci/core/models/shape_measured_boot_options.py +1 -1
- oci/core/models/shape_memory_encryption_options.py +1 -1
- oci/core/models/shape_memory_options.py +1 -1
- oci/core/models/shape_networking_bandwidth_options.py +1 -1
- oci/core/models/shape_numa_nodes_per_socket_platform_options.py +1 -1
- oci/core/models/shape_ocpu_options.py +1 -1
- oci/core/models/shape_platform_config_options.py +1 -1
- oci/core/models/shape_secure_boot_options.py +1 -1
- oci/core/models/shape_symmetric_multi_threading_enabled_platform_options.py +1 -1
- oci/core/models/shape_trusted_platform_module_options.py +1 -1
- oci/core/models/shape_virtual_instructions_enabled_platform_options.py +1 -1
- oci/core/models/soft_reset_action_details.py +1 -1
- oci/core/models/subnet.py +1 -1
- oci/core/models/subnet_topology.py +1 -1
- oci/core/models/tcp_options.py +1 -1
- oci/core/models/terminate_preemption_action.py +1 -1
- oci/core/models/topology.py +1 -1
- oci/core/models/topology_associated_with_entity_relationship.py +1 -1
- oci/core/models/topology_associated_with_relationship_details.py +1 -1
- oci/core/models/topology_contains_entity_relationship.py +1 -1
- oci/core/models/topology_entity_relationship.py +1 -1
- oci/core/models/topology_routes_to_entity_relationship.py +1 -1
- oci/core/models/topology_routes_to_relationship_details.py +1 -1
- oci/core/models/tunnel_config.py +1 -1
- oci/core/models/tunnel_cpe_device_config.py +1 -1
- oci/core/models/tunnel_phase_one_details.py +1 -1
- oci/core/models/tunnel_phase_two_details.py +1 -1
- oci/core/models/tunnel_route_summary.py +1 -1
- oci/core/models/tunnel_security_association_summary.py +1 -1
- oci/core/models/tunnel_status.py +1 -1
- oci/core/models/udp_options.py +1 -1
- oci/core/models/update_boot_volume_backup_details.py +1 -1
- oci/core/models/update_boot_volume_details.py +1 -1
- oci/core/models/update_boot_volume_kms_key_details.py +1 -1
- oci/core/models/update_byoip_range_details.py +1 -1
- oci/core/models/update_capacity_source_details.py +1 -1
- oci/core/models/update_capture_filter_details.py +1 -1
- oci/core/models/update_cluster_network_details.py +1 -1
- oci/core/models/update_cluster_network_instance_pool_details.py +1 -1
- oci/core/models/update_compute_capacity_reservation_details.py +1 -1
- oci/core/models/update_compute_capacity_topology_details.py +1 -1
- oci/core/models/update_compute_cluster_details.py +1 -1
- oci/core/models/update_compute_image_capability_schema_details.py +1 -1
- oci/core/models/update_console_history_details.py +1 -1
- oci/core/models/update_cpe_details.py +1 -1
- oci/core/models/update_cross_connect_details.py +1 -1
- oci/core/models/update_cross_connect_group_details.py +1 -1
- oci/core/models/update_dedicated_capacity_source_details.py +1 -1
- oci/core/models/update_dedicated_vm_host_details.py +1 -1
- oci/core/models/update_dhcp_details.py +1 -1
- oci/core/models/update_drg_attachment_details.py +1 -1
- oci/core/models/update_drg_details.py +1 -1
- oci/core/models/update_drg_route_distribution_details.py +1 -1
- oci/core/models/update_drg_route_distribution_statement_details.py +1 -1
- oci/core/models/update_drg_route_distribution_statements_details.py +1 -1
- oci/core/models/update_drg_route_rule_details.py +1 -1
- oci/core/models/update_drg_route_rules_details.py +1 -1
- oci/core/models/update_drg_route_table_details.py +1 -1
- oci/core/models/update_image_details.py +1 -1
- oci/core/models/update_instance_agent_config_details.py +1 -1
- oci/core/models/update_instance_availability_config_details.py +1 -1
- oci/core/models/update_instance_configuration_details.py +1 -1
- oci/core/models/update_instance_console_connection_details.py +1 -1
- oci/core/models/update_instance_details.py +1 -1
- oci/core/models/update_instance_pool_details.py +1 -1
- oci/core/models/update_instance_pool_placement_configuration_details.py +1 -1
- oci/core/models/update_instance_shape_config_details.py +1 -1
- oci/core/models/update_internet_gateway_details.py +1 -1
- oci/core/models/update_ip_sec_connection_details.py +1 -1
- oci/core/models/update_ip_sec_connection_tunnel_details.py +1 -1
- oci/core/models/update_ip_sec_connection_tunnel_shared_secret_details.py +1 -1
- oci/core/models/update_ip_sec_tunnel_bgp_session_details.py +1 -1
- oci/core/models/update_ip_sec_tunnel_encryption_domain_details.py +1 -1
- oci/core/models/update_ipv6_details.py +1 -1
- oci/core/models/update_launch_options.py +1 -1
- oci/core/models/update_local_peering_gateway_details.py +1 -1
- oci/core/models/update_macsec_key.py +1 -1
- oci/core/models/update_macsec_properties.py +1 -1
- oci/core/models/update_nat_gateway_details.py +1 -1
- oci/core/models/update_network_security_group_details.py +1 -1
- oci/core/models/update_network_security_group_security_rules_details.py +1 -1
- oci/core/models/update_private_ip_details.py +1 -1
- oci/core/models/update_public_ip_details.py +1 -1
- oci/core/models/update_public_ip_pool_details.py +1 -1
- oci/core/models/update_remote_peering_connection_details.py +1 -1
- oci/core/models/update_route_table_details.py +1 -1
- oci/core/models/update_security_list_details.py +1 -1
- oci/core/models/update_security_rule_details.py +1 -1
- oci/core/models/update_service_gateway_details.py +1 -1
- oci/core/models/update_subnet_details.py +1 -1
- oci/core/models/update_tunnel_cpe_device_config_details.py +1 -1
- oci/core/models/update_vcn_details.py +1 -1
- oci/core/models/update_virtual_circuit_details.py +1 -1
- oci/core/models/update_vlan_details.py +1 -1
- oci/core/models/update_vnic_details.py +1 -1
- oci/core/models/update_volume_attachment_details.py +1 -1
- oci/core/models/update_volume_backup_details.py +1 -1
- oci/core/models/update_volume_backup_policy_details.py +1 -1
- oci/core/models/update_volume_details.py +1 -1
- oci/core/models/update_volume_group_backup_details.py +1 -1
- oci/core/models/update_volume_group_details.py +1 -1
- oci/core/models/update_volume_kms_key_details.py +1 -1
- oci/core/models/update_vtap_details.py +1 -1
- oci/core/models/updated_network_security_group_security_rules.py +1 -1
- oci/core/models/upgrade_status.py +1 -1
- oci/core/models/vcn.py +1 -1
- oci/core/models/vcn_dns_resolver_association.py +1 -1
- oci/core/models/vcn_drg_attachment_network_create_details.py +1 -1
- oci/core/models/vcn_drg_attachment_network_details.py +1 -1
- oci/core/models/vcn_drg_attachment_network_update_details.py +1 -1
- oci/core/models/vcn_topology.py +1 -1
- oci/core/models/virtual_circuit.py +1 -1
- oci/core/models/virtual_circuit_associated_tunnel_details.py +1 -1
- oci/core/models/virtual_circuit_bandwidth_shape.py +1 -1
- oci/core/models/virtual_circuit_drg_attachment_network_details.py +1 -1
- oci/core/models/virtual_circuit_public_prefix.py +1 -1
- oci/core/models/vlan.py +1 -1
- oci/core/models/vnic.py +1 -1
- oci/core/models/vnic_attachment.py +1 -1
- oci/core/models/volume.py +1 -1
- oci/core/models/volume_attachment.py +1 -1
- oci/core/models/volume_backup.py +1 -1
- oci/core/models/volume_backup_policy.py +1 -1
- oci/core/models/volume_backup_policy_assignment.py +1 -1
- oci/core/models/volume_backup_schedule.py +1 -1
- oci/core/models/volume_group.py +1 -1
- oci/core/models/volume_group_backup.py +1 -1
- oci/core/models/volume_group_replica.py +1 -1
- oci/core/models/volume_group_replica_details.py +1 -1
- oci/core/models/volume_group_replica_info.py +1 -1
- oci/core/models/volume_group_source_details.py +1 -1
- oci/core/models/volume_group_source_from_volume_group_backup_details.py +1 -1
- oci/core/models/volume_group_source_from_volume_group_details.py +1 -1
- oci/core/models/volume_group_source_from_volume_group_replica_details.py +1 -1
- oci/core/models/volume_group_source_from_volumes_details.py +1 -1
- oci/core/models/volume_kms_key.py +1 -1
- oci/core/models/volume_source_details.py +1 -1
- oci/core/models/volume_source_from_block_volume_replica_details.py +1 -1
- oci/core/models/volume_source_from_volume_backup_details.py +1 -1
- oci/core/models/volume_source_from_volume_details.py +1 -1
- oci/core/models/vtap.py +1 -1
- oci/core/models/vtap_capture_filter_rule_details.py +1 -1
- oci/core/virtual_network_client.py +243 -243
- oci/core/virtual_network_client_composite_operations.py +1 -1
- oci/dashboard_service/__init__.py +1 -1
- oci/dashboard_service/dashboard_client.py +7 -7
- oci/dashboard_service/dashboard_client_composite_operations.py +1 -1
- oci/dashboard_service/dashboard_group_client.py +7 -7
- oci/dashboard_service/dashboard_group_client_composite_operations.py +1 -1
- oci/dashboard_service/models/__init__.py +1 -1
- oci/dashboard_service/models/change_dashboard_group_compartment_details.py +1 -1
- oci/dashboard_service/models/change_dashboard_group_details.py +1 -1
- oci/dashboard_service/models/create_dashboard_details.py +1 -1
- oci/dashboard_service/models/create_dashboard_group_details.py +1 -1
- oci/dashboard_service/models/create_v1_dashboard_details.py +1 -1
- oci/dashboard_service/models/dashboard.py +1 -1
- oci/dashboard_service/models/dashboard_collection.py +1 -1
- oci/dashboard_service/models/dashboard_group.py +1 -1
- oci/dashboard_service/models/dashboard_group_collection.py +1 -1
- oci/dashboard_service/models/dashboard_group_summary.py +1 -1
- oci/dashboard_service/models/dashboard_summary.py +1 -1
- oci/dashboard_service/models/update_dashboard_details.py +1 -1
- oci/dashboard_service/models/update_dashboard_group_details.py +1 -1
- oci/dashboard_service/models/update_v1_dashboard_details.py +1 -1
- oci/dashboard_service/models/v1_dashboard.py +1 -1
- oci/data_catalog/__init__.py +1 -1
- oci/data_catalog/data_catalog_client.py +148 -148
- oci/data_catalog/data_catalog_client_composite_operations.py +1 -1
- oci/data_catalog/models/__init__.py +1 -1
- oci/data_catalog/models/add_resource_lock_details.py +1 -1
- oci/data_catalog/models/asynchronous_export_glossary_details.py +1 -1
- oci/data_catalog/models/asynchronous_export_glossary_result.py +1 -1
- oci/data_catalog/models/asynchronous_export_request_details.py +1 -1
- oci/data_catalog/models/asynchronous_export_result.py +1 -1
- oci/data_catalog/models/attach_catalog_private_endpoint_details.py +1 -1
- oci/data_catalog/models/attribute.py +1 -1
- oci/data_catalog/models/attribute_collection.py +1 -1
- oci/data_catalog/models/attribute_summary.py +1 -1
- oci/data_catalog/models/attribute_tag.py +1 -1
- oci/data_catalog/models/attribute_tag_collection.py +1 -1
- oci/data_catalog/models/attribute_tag_summary.py +1 -1
- oci/data_catalog/models/base_permissions_summary.py +1 -1
- oci/data_catalog/models/base_tag.py +1 -1
- oci/data_catalog/models/base_tag_summary.py +1 -1
- oci/data_catalog/models/catalog.py +1 -1
- oci/data_catalog/models/catalog_permissions_summary.py +1 -1
- oci/data_catalog/models/catalog_private_endpoint.py +1 -1
- oci/data_catalog/models/catalog_private_endpoint_summary.py +1 -1
- oci/data_catalog/models/catalog_summary.py +1 -1
- oci/data_catalog/models/change_catalog_compartment_details.py +1 -1
- oci/data_catalog/models/change_catalog_private_endpoint_compartment_details.py +1 -1
- oci/data_catalog/models/change_metastore_compartment_details.py +1 -1
- oci/data_catalog/models/connection.py +1 -1
- oci/data_catalog/models/connection_alias_summary.py +1 -1
- oci/data_catalog/models/connection_collection.py +1 -1
- oci/data_catalog/models/connection_summary.py +1 -1
- oci/data_catalog/models/create_attribute_details.py +1 -1
- oci/data_catalog/models/create_catalog_details.py +1 -1
- oci/data_catalog/models/create_catalog_private_endpoint_details.py +1 -1
- oci/data_catalog/models/create_connection_details.py +1 -1
- oci/data_catalog/models/create_custom_property_details.py +1 -1
- oci/data_catalog/models/create_data_asset_details.py +1 -1
- oci/data_catalog/models/create_entity_details.py +1 -1
- oci/data_catalog/models/create_folder_details.py +1 -1
- oci/data_catalog/models/create_glossary_details.py +1 -1
- oci/data_catalog/models/create_job_definition_details.py +1 -1
- oci/data_catalog/models/create_job_details.py +1 -1
- oci/data_catalog/models/create_job_execution_details.py +1 -1
- oci/data_catalog/models/create_metastore_details.py +1 -1
- oci/data_catalog/models/create_namespace_details.py +1 -1
- oci/data_catalog/models/create_pattern_details.py +1 -1
- oci/data_catalog/models/create_tag_details.py +1 -1
- oci/data_catalog/models/create_term_details.py +1 -1
- oci/data_catalog/models/create_term_relationship_details.py +1 -1
- oci/data_catalog/models/custom_property.py +1 -1
- oci/data_catalog/models/custom_property_collection.py +1 -1
- oci/data_catalog/models/custom_property_get_usage.py +1 -1
- oci/data_catalog/models/custom_property_set_usage.py +1 -1
- oci/data_catalog/models/custom_property_summary.py +1 -1
- oci/data_catalog/models/custom_property_type_usage.py +1 -1
- oci/data_catalog/models/data_asset.py +1 -1
- oci/data_catalog/models/data_asset_collection.py +1 -1
- oci/data_catalog/models/data_asset_export_scope.py +1 -1
- oci/data_catalog/models/data_asset_permissions_summary.py +1 -1
- oci/data_catalog/models/data_asset_summary.py +1 -1
- oci/data_catalog/models/data_asset_tag.py +1 -1
- oci/data_catalog/models/data_asset_tag_collection.py +1 -1
- oci/data_catalog/models/data_asset_tag_summary.py +1 -1
- oci/data_catalog/models/data_selector_pattern_details.py +1 -1
- oci/data_catalog/models/derived_logical_entities.py +1 -1
- oci/data_catalog/models/detach_catalog_private_endpoint_details.py +1 -1
- oci/data_catalog/models/entity.py +1 -1
- oci/data_catalog/models/entity_collection.py +1 -1
- oci/data_catalog/models/entity_lineage.py +1 -1
- oci/data_catalog/models/entity_summary.py +1 -1
- oci/data_catalog/models/entity_tag.py +1 -1
- oci/data_catalog/models/entity_tag_collection.py +1 -1
- oci/data_catalog/models/entity_tag_summary.py +1 -1
- oci/data_catalog/models/event_config.py +1 -1
- oci/data_catalog/models/export_data_asset_details.py +1 -1
- oci/data_catalog/models/faceted_search_aggregation.py +1 -1
- oci/data_catalog/models/faceted_search_custom_property.py +1 -1
- oci/data_catalog/models/faceted_search_date_filter_request.py +1 -1
- oci/data_catalog/models/faceted_search_filter_request.py +1 -1
- oci/data_catalog/models/faceted_search_sort_request.py +1 -1
- oci/data_catalog/models/faceted_search_string_filter_request.py +1 -1
- oci/data_catalog/models/fetch_entity_lineage_details.py +1 -1
- oci/data_catalog/models/folder.py +1 -1
- oci/data_catalog/models/folder_collection.py +1 -1
- oci/data_catalog/models/folder_summary.py +1 -1
- oci/data_catalog/models/folder_tag.py +1 -1
- oci/data_catalog/models/folder_tag_collection.py +1 -1
- oci/data_catalog/models/folder_tag_summary.py +1 -1
- oci/data_catalog/models/glossary.py +1 -1
- oci/data_catalog/models/glossary_collection.py +1 -1
- oci/data_catalog/models/glossary_permissions_summary.py +1 -1
- oci/data_catalog/models/glossary_summary.py +1 -1
- oci/data_catalog/models/glossary_tree_element.py +1 -1
- oci/data_catalog/models/import_connection_details.py +1 -1
- oci/data_catalog/models/import_data_asset_details.py +1 -1
- oci/data_catalog/models/import_data_asset_job_result.py +1 -1
- oci/data_catalog/models/import_glossary_details.py +1 -1
- oci/data_catalog/models/job.py +1 -1
- oci/data_catalog/models/job_collection.py +1 -1
- oci/data_catalog/models/job_definition.py +1 -1
- oci/data_catalog/models/job_definition_collection.py +1 -1
- oci/data_catalog/models/job_definition_permissions_summary.py +1 -1
- oci/data_catalog/models/job_definition_scope.py +1 -1
- oci/data_catalog/models/job_definition_summary.py +1 -1
- oci/data_catalog/models/job_execution.py +1 -1
- oci/data_catalog/models/job_execution_collection.py +1 -1
- oci/data_catalog/models/job_execution_summary.py +1 -1
- oci/data_catalog/models/job_log.py +1 -1
- oci/data_catalog/models/job_log_collection.py +1 -1
- oci/data_catalog/models/job_log_summary.py +1 -1
- oci/data_catalog/models/job_metric.py +1 -1
- oci/data_catalog/models/job_metric_collection.py +1 -1
- oci/data_catalog/models/job_metric_summary.py +1 -1
- oci/data_catalog/models/job_summary.py +1 -1
- oci/data_catalog/models/lineage_object.py +1 -1
- oci/data_catalog/models/lineage_relationship.py +1 -1
- oci/data_catalog/models/metastore.py +1 -1
- oci/data_catalog/models/metastore_summary.py +1 -1
- oci/data_catalog/models/namespace.py +1 -1
- oci/data_catalog/models/namespace_collection.py +1 -1
- oci/data_catalog/models/namespace_summary.py +1 -1
- oci/data_catalog/models/object_lineage.py +1 -1
- oci/data_catalog/models/object_lineage_request_details.py +1 -1
- oci/data_catalog/models/object_relationship.py +1 -1
- oci/data_catalog/models/object_storage_object_reference.py +1 -1
- oci/data_catalog/models/parse_connection_details.py +1 -1
- oci/data_catalog/models/pattern.py +1 -1
- oci/data_catalog/models/pattern_collection.py +1 -1
- oci/data_catalog/models/pattern_summary.py +1 -1
- oci/data_catalog/models/process_recommendation_details.py +1 -1
- oci/data_catalog/models/property_definition.py +1 -1
- oci/data_catalog/models/recommendation_collection.py +1 -1
- oci/data_catalog/models/recommendation_details.py +1 -1
- oci/data_catalog/models/remove_resource_lock_details.py +1 -1
- oci/data_catalog/models/resource_lock.py +1 -1
- oci/data_catalog/models/rule_attribute.py +1 -1
- oci/data_catalog/models/rule_collection.py +1 -1
- oci/data_catalog/models/rule_summary.py +1 -1
- oci/data_catalog/models/search_criteria.py +1 -1
- oci/data_catalog/models/search_result.py +1 -1
- oci/data_catalog/models/search_result_collection.py +1 -1
- oci/data_catalog/models/search_tag_summary.py +1 -1
- oci/data_catalog/models/search_term_summary.py +1 -1
- oci/data_catalog/models/suggest_list_item.py +1 -1
- oci/data_catalog/models/suggest_results.py +1 -1
- oci/data_catalog/models/term.py +1 -1
- oci/data_catalog/models/term_associated_object.py +1 -1
- oci/data_catalog/models/term_collection.py +1 -1
- oci/data_catalog/models/term_relationship.py +1 -1
- oci/data_catalog/models/term_relationship_collection.py +1 -1
- oci/data_catalog/models/term_relationship_summary.py +1 -1
- oci/data_catalog/models/term_summary.py +1 -1
- oci/data_catalog/models/type.py +1 -1
- oci/data_catalog/models/type_collection.py +1 -1
- oci/data_catalog/models/type_custom_property_details.py +1 -1
- oci/data_catalog/models/type_summary.py +1 -1
- oci/data_catalog/models/update_attribute_details.py +1 -1
- oci/data_catalog/models/update_catalog_details.py +1 -1
- oci/data_catalog/models/update_catalog_private_endpoint_details.py +1 -1
- oci/data_catalog/models/update_connection_details.py +1 -1
- oci/data_catalog/models/update_custom_property_details.py +1 -1
- oci/data_catalog/models/update_data_asset_details.py +1 -1
- oci/data_catalog/models/update_entity_details.py +1 -1
- oci/data_catalog/models/update_folder_details.py +1 -1
- oci/data_catalog/models/update_glossary_details.py +1 -1
- oci/data_catalog/models/update_job_definition_details.py +1 -1
- oci/data_catalog/models/update_job_details.py +1 -1
- oci/data_catalog/models/update_metastore_details.py +1 -1
- oci/data_catalog/models/update_namespace_details.py +1 -1
- oci/data_catalog/models/update_pattern_details.py +1 -1
- oci/data_catalog/models/update_term_details.py +1 -1
- oci/data_catalog/models/update_term_relationship_details.py +1 -1
- oci/data_catalog/models/upload_credentials_details.py +1 -1
- oci/data_catalog/models/validate_connection_details.py +1 -1
- oci/data_catalog/models/validate_connection_result.py +1 -1
- oci/data_catalog/models/validate_pattern_details.py +1 -1
- oci/data_catalog/models/validate_pattern_result.py +1 -1
- oci/data_catalog/models/work_request.py +1 -1
- oci/data_catalog/models/work_request_error.py +1 -1
- oci/data_catalog/models/work_request_log.py +1 -1
- oci/data_catalog/models/work_request_resource.py +1 -1
- oci/data_flow/__init__.py +1 -1
- oci/data_flow/data_flow_client.py +43 -43
- oci/data_flow/data_flow_client_composite_operations.py +1 -1
- oci/data_flow/models/__init__.py +1 -1
- oci/data_flow/models/application.py +1 -1
- oci/data_flow/models/application_log_config.py +1 -1
- oci/data_flow/models/application_parameter.py +1 -1
- oci/data_flow/models/application_summary.py +1 -1
- oci/data_flow/models/change_application_compartment_details.py +1 -1
- oci/data_flow/models/change_pool_compartment_details.py +1 -1
- oci/data_flow/models/change_private_endpoint_compartment_details.py +1 -1
- oci/data_flow/models/change_run_compartment_details.py +1 -1
- oci/data_flow/models/change_sql_endpoint_compartment_details.py +1 -1
- oci/data_flow/models/create_application_details.py +1 -1
- oci/data_flow/models/create_pool_details.py +1 -1
- oci/data_flow/models/create_private_endpoint_details.py +1 -1
- oci/data_flow/models/create_run_details.py +1 -1
- oci/data_flow/models/create_sql_endpoint_details.py +1 -1
- oci/data_flow/models/create_statement_details.py +1 -1
- oci/data_flow/models/image_png_statement_output_data.py +1 -1
- oci/data_flow/models/node_count.py +1 -1
- oci/data_flow/models/pool.py +1 -1
- oci/data_flow/models/pool_collection.py +1 -1
- oci/data_flow/models/pool_config.py +1 -1
- oci/data_flow/models/pool_metrics.py +1 -1
- oci/data_flow/models/pool_schedule.py +1 -1
- oci/data_flow/models/pool_summary.py +1 -1
- oci/data_flow/models/private_endpoint.py +1 -1
- oci/data_flow/models/private_endpoint_collection.py +1 -1
- oci/data_flow/models/private_endpoint_summary.py +1 -1
- oci/data_flow/models/run.py +1 -1
- oci/data_flow/models/run_log_summary.py +1 -1
- oci/data_flow/models/run_summary.py +1 -1
- oci/data_flow/models/scan.py +1 -1
- oci/data_flow/models/secure_access_control_rule.py +1 -1
- oci/data_flow/models/shape_config.py +1 -1
- oci/data_flow/models/sql_endpoint.py +1 -1
- oci/data_flow/models/sql_endpoint_collection.py +1 -1
- oci/data_flow/models/sql_endpoint_network_configuration.py +1 -1
- oci/data_flow/models/sql_endpoint_secure_access_config.py +1 -1
- oci/data_flow/models/sql_endpoint_summary.py +1 -1
- oci/data_flow/models/sql_endpoint_vcn_config.py +1 -1
- oci/data_flow/models/statement.py +1 -1
- oci/data_flow/models/statement_collection.py +1 -1
- oci/data_flow/models/statement_output.py +1 -1
- oci/data_flow/models/statement_output_data.py +1 -1
- oci/data_flow/models/statement_summary.py +1 -1
- oci/data_flow/models/text_html_statement_output_data.py +1 -1
- oci/data_flow/models/text_plain_statement_output_data.py +1 -1
- oci/data_flow/models/update_application_details.py +1 -1
- oci/data_flow/models/update_pool_details.py +1 -1
- oci/data_flow/models/update_private_endpoint_details.py +1 -1
- oci/data_flow/models/update_run_details.py +1 -1
- oci/data_flow/models/update_sql_endpoint_details.py +1 -1
- oci/data_flow/models/work_request.py +1 -1
- oci/data_flow/models/work_request_collection.py +1 -1
- oci/data_flow/models/work_request_error.py +1 -1
- oci/data_flow/models/work_request_error_collection.py +1 -1
- oci/data_flow/models/work_request_log.py +1 -1
- oci/data_flow/models/work_request_log_collection.py +1 -1
- oci/data_flow/models/work_request_resource.py +1 -1
- oci/data_flow/models/work_request_summary.py +1 -1
- oci/data_integration/__init__.py +1 -1
- oci/data_integration/data_integration_client.py +164 -164
- oci/data_integration/data_integration_client_composite_operations.py +1 -1
- oci/data_integration/models/__init__.py +1 -1
- oci/data_integration/models/abstract_call_attribute.py +1 -1
- oci/data_integration/models/abstract_data_operation_config.py +1 -1
- oci/data_integration/models/abstract_field.py +1 -1
- oci/data_integration/models/abstract_format_attribute.py +1 -1
- oci/data_integration/models/abstract_formatted_text.py +1 -1
- oci/data_integration/models/abstract_frequency_details.py +1 -1
- oci/data_integration/models/abstract_read_attribute.py +1 -1
- oci/data_integration/models/abstract_write_attribute.py +1 -1
- oci/data_integration/models/aggregator.py +1 -1
- oci/data_integration/models/aggregator_summary.py +1 -1
- oci/data_integration/models/application.py +1 -1
- oci/data_integration/models/application_details.py +1 -1
- oci/data_integration/models/application_summary.py +1 -1
- oci/data_integration/models/application_summary_collection.py +1 -1
- oci/data_integration/models/array_type.py +1 -1
- oci/data_integration/models/auth_config.py +1 -1
- oci/data_integration/models/auth_details.py +1 -1
- oci/data_integration/models/avro_format_attribute.py +1 -1
- oci/data_integration/models/base_type.py +1 -1
- oci/data_integration/models/bicc_read_attributes.py +1 -1
- oci/data_integration/models/bip_call_attribute.py +1 -1
- oci/data_integration/models/bip_read_attributes.py +1 -1
- oci/data_integration/models/bip_report_parameter_value.py +1 -1
- oci/data_integration/models/cancel_rest_call_config.py +1 -1
- oci/data_integration/models/change_compartment_details.py +1 -1
- oci/data_integration/models/change_dis_application_compartment_details.py +1 -1
- oci/data_integration/models/child_reference.py +1 -1
- oci/data_integration/models/child_reference_detail.py +1 -1
- oci/data_integration/models/composite_field_map.py +1 -1
- oci/data_integration/models/composite_state.py +1 -1
- oci/data_integration/models/composite_type.py +1 -1
- oci/data_integration/models/compression.py +1 -1
- oci/data_integration/models/conditional_composite_field_map.py +1 -1
- oci/data_integration/models/conditional_input_link.py +1 -1
- oci/data_integration/models/conditional_output_port.py +1 -1
- oci/data_integration/models/config_definition.py +1 -1
- oci/data_integration/models/config_parameter_definition.py +1 -1
- oci/data_integration/models/config_parameter_value.py +1 -1
- oci/data_integration/models/config_provider.py +1 -1
- oci/data_integration/models/config_values.py +1 -1
- oci/data_integration/models/configuration_details.py +1 -1
- oci/data_integration/models/configured_type.py +1 -1
- oci/data_integration/models/connection.py +1 -1
- oci/data_integration/models/connection_details.py +1 -1
- oci/data_integration/models/connection_from_adwc.py +1 -1
- oci/data_integration/models/connection_from_adwc_details.py +1 -1
- oci/data_integration/models/connection_from_amazon_s3.py +1 -1
- oci/data_integration/models/connection_from_amazon_s3_details.py +1 -1
- oci/data_integration/models/connection_from_atp.py +1 -1
- oci/data_integration/models/connection_from_atp_details.py +1 -1
- oci/data_integration/models/connection_from_bicc.py +1 -1
- oci/data_integration/models/connection_from_bicc_details.py +1 -1
- oci/data_integration/models/connection_from_bip.py +1 -1
- oci/data_integration/models/connection_from_bip_details.py +1 -1
- oci/data_integration/models/connection_from_hdfs.py +1 -1
- oci/data_integration/models/connection_from_hdfs_details.py +1 -1
- oci/data_integration/models/connection_from_jdbc.py +1 -1
- oci/data_integration/models/connection_from_jdbc_details.py +1 -1
- oci/data_integration/models/connection_from_lake.py +1 -1
- oci/data_integration/models/connection_from_lake_details.py +1 -1
- oci/data_integration/models/connection_from_lakehouse.py +1 -1
- oci/data_integration/models/connection_from_lakehouse_details.py +1 -1
- oci/data_integration/models/connection_from_my_sql.py +1 -1
- oci/data_integration/models/connection_from_my_sql_details.py +1 -1
- oci/data_integration/models/connection_from_my_sql_heat_wave.py +1 -1
- oci/data_integration/models/connection_from_my_sql_heat_wave_details.py +1 -1
- oci/data_integration/models/connection_from_object_storage.py +1 -1
- oci/data_integration/models/connection_from_object_storage_details.py +1 -1
- oci/data_integration/models/connection_from_oracle.py +1 -1
- oci/data_integration/models/connection_from_oracle_details.py +1 -1
- oci/data_integration/models/connection_from_oracle_ebs.py +1 -1
- oci/data_integration/models/connection_from_oracle_ebs_details.py +1 -1
- oci/data_integration/models/connection_from_oracle_people_soft.py +1 -1
- oci/data_integration/models/connection_from_oracle_people_soft_details.py +1 -1
- oci/data_integration/models/connection_from_oracle_siebel.py +1 -1
- oci/data_integration/models/connection_from_oracle_siebel_details.py +1 -1
- oci/data_integration/models/connection_from_rest_basic_auth.py +1 -1
- oci/data_integration/models/connection_from_rest_basic_auth_details.py +1 -1
- oci/data_integration/models/connection_from_rest_no_auth.py +1 -1
- oci/data_integration/models/connection_from_rest_no_auth_details.py +1 -1
- oci/data_integration/models/connection_property.py +1 -1
- oci/data_integration/models/connection_summary.py +1 -1
- oci/data_integration/models/connection_summary_collection.py +1 -1
- oci/data_integration/models/connection_summary_from_adwc.py +1 -1
- oci/data_integration/models/connection_summary_from_amazon_s3.py +1 -1
- oci/data_integration/models/connection_summary_from_atp.py +1 -1
- oci/data_integration/models/connection_summary_from_bicc.py +1 -1
- oci/data_integration/models/connection_summary_from_bip.py +1 -1
- oci/data_integration/models/connection_summary_from_hdfs.py +1 -1
- oci/data_integration/models/connection_summary_from_jdbc.py +1 -1
- oci/data_integration/models/connection_summary_from_lake.py +1 -1
- oci/data_integration/models/connection_summary_from_lakehouse.py +1 -1
- oci/data_integration/models/connection_summary_from_my_sql.py +1 -1
- oci/data_integration/models/connection_summary_from_my_sql_heat_wave.py +1 -1
- oci/data_integration/models/connection_summary_from_object_storage.py +1 -1
- oci/data_integration/models/connection_summary_from_oracle.py +1 -1
- oci/data_integration/models/connection_summary_from_oracle_ebs.py +1 -1
- oci/data_integration/models/connection_summary_from_oracle_people_soft.py +1 -1
- oci/data_integration/models/connection_summary_from_oracle_siebel.py +1 -1
- oci/data_integration/models/connection_summary_from_rest_basic_auth.py +1 -1
- oci/data_integration/models/connection_summary_from_rest_no_auth.py +1 -1
- oci/data_integration/models/connection_validation.py +1 -1
- oci/data_integration/models/connection_validation_summary.py +1 -1
- oci/data_integration/models/connection_validation_summary_collection.py +1 -1
- oci/data_integration/models/connector_attribute.py +1 -1
- oci/data_integration/models/copy_conflict_resolution.py +1 -1
- oci/data_integration/models/copy_object_metadata_summary.py +1 -1
- oci/data_integration/models/copy_object_request.py +1 -1
- oci/data_integration/models/copy_object_request_summary.py +1 -1
- oci/data_integration/models/copy_object_request_summary_collection.py +1 -1
- oci/data_integration/models/count_statistic.py +1 -1
- oci/data_integration/models/count_statistic_summary.py +1 -1
- oci/data_integration/models/create_application_details.py +1 -1
- oci/data_integration/models/create_config_provider.py +1 -1
- oci/data_integration/models/create_connection_details.py +1 -1
- oci/data_integration/models/create_connection_from_adwc.py +1 -1
- oci/data_integration/models/create_connection_from_amazon_s3.py +1 -1
- oci/data_integration/models/create_connection_from_atp.py +1 -1
- oci/data_integration/models/create_connection_from_bicc.py +1 -1
- oci/data_integration/models/create_connection_from_bip.py +1 -1
- oci/data_integration/models/create_connection_from_hdfs.py +1 -1
- oci/data_integration/models/create_connection_from_jdbc.py +1 -1
- oci/data_integration/models/create_connection_from_lake.py +1 -1
- oci/data_integration/models/create_connection_from_lakehouse.py +1 -1
- oci/data_integration/models/create_connection_from_my_sql.py +1 -1
- oci/data_integration/models/create_connection_from_my_sql_heat_wave.py +1 -1
- oci/data_integration/models/create_connection_from_object_storage.py +1 -1
- oci/data_integration/models/create_connection_from_oracle.py +1 -1
- oci/data_integration/models/create_connection_from_oracle_ebs.py +1 -1
- oci/data_integration/models/create_connection_from_oracle_people_soft.py +1 -1
- oci/data_integration/models/create_connection_from_oracle_siebel.py +1 -1
- oci/data_integration/models/create_connection_from_rest_basic_auth.py +1 -1
- oci/data_integration/models/create_connection_from_rest_no_auth.py +1 -1
- oci/data_integration/models/create_connection_validation_details.py +1 -1
- oci/data_integration/models/create_copy_object_request_details.py +1 -1
- oci/data_integration/models/create_data_asset_details.py +1 -1
- oci/data_integration/models/create_data_asset_from_adwc.py +1 -1
- oci/data_integration/models/create_data_asset_from_amazon_s3.py +1 -1
- oci/data_integration/models/create_data_asset_from_atp.py +1 -1
- oci/data_integration/models/create_data_asset_from_fusion_app.py +1 -1
- oci/data_integration/models/create_data_asset_from_hdfs.py +1 -1
- oci/data_integration/models/create_data_asset_from_jdbc.py +1 -1
- oci/data_integration/models/create_data_asset_from_lake.py +1 -1
- oci/data_integration/models/create_data_asset_from_lakehouse.py +1 -1
- oci/data_integration/models/create_data_asset_from_my_sql.py +1 -1
- oci/data_integration/models/create_data_asset_from_my_sql_heat_wave.py +1 -1
- oci/data_integration/models/create_data_asset_from_object_storage.py +1 -1
- oci/data_integration/models/create_data_asset_from_oracle.py +1 -1
- oci/data_integration/models/create_data_asset_from_oracle_ebs.py +1 -1
- oci/data_integration/models/create_data_asset_from_oracle_people_soft.py +1 -1
- oci/data_integration/models/create_data_asset_from_oracle_siebel.py +1 -1
- oci/data_integration/models/create_data_asset_from_rest.py +1 -1
- oci/data_integration/models/create_data_flow_details.py +1 -1
- oci/data_integration/models/create_data_flow_validation_details.py +1 -1
- oci/data_integration/models/create_detailed_description_details.py +1 -1
- oci/data_integration/models/create_dis_application_details.py +1 -1
- oci/data_integration/models/create_entity_shape_details.py +1 -1
- oci/data_integration/models/create_entity_shape_from_file.py +1 -1
- oci/data_integration/models/create_entity_shape_from_object.py +1 -1
- oci/data_integration/models/create_entity_shape_from_sql.py +1 -1
- oci/data_integration/models/create_export_request_details.py +1 -1
- oci/data_integration/models/create_external_publication_details.py +1 -1
- oci/data_integration/models/create_external_publication_validation_details.py +1 -1
- oci/data_integration/models/create_folder_details.py +1 -1
- oci/data_integration/models/create_function_library_details.py +1 -1
- oci/data_integration/models/create_import_request_details.py +1 -1
- oci/data_integration/models/create_patch_details.py +1 -1
- oci/data_integration/models/create_pipeline_details.py +1 -1
- oci/data_integration/models/create_pipeline_validation_details.py +1 -1
- oci/data_integration/models/create_project_details.py +1 -1
- oci/data_integration/models/create_schedule_details.py +1 -1
- oci/data_integration/models/create_source_application_info.py +1 -1
- oci/data_integration/models/create_task_details.py +1 -1
- oci/data_integration/models/create_task_from_data_loader_task.py +1 -1
- oci/data_integration/models/create_task_from_integration_task.py +1 -1
- oci/data_integration/models/create_task_from_oci_dataflow_task.py +1 -1
- oci/data_integration/models/create_task_from_pipeline_task.py +1 -1
- oci/data_integration/models/create_task_from_rest_task.py +1 -1
- oci/data_integration/models/create_task_from_sql_task.py +1 -1
- oci/data_integration/models/create_task_run_details.py +1 -1
- oci/data_integration/models/create_task_schedule_details.py +1 -1
- oci/data_integration/models/create_task_validation_details.py +1 -1
- oci/data_integration/models/create_task_validation_from_data_loader_task.py +1 -1
- oci/data_integration/models/create_task_validation_from_integration_task.py +1 -1
- oci/data_integration/models/create_task_validation_from_pipeline_task.py +1 -1
- oci/data_integration/models/create_user_defined_function_details.py +1 -1
- oci/data_integration/models/create_user_defined_function_validation_details.py +1 -1
- oci/data_integration/models/create_workspace_details.py +1 -1
- oci/data_integration/models/csv_format_attribute.py +1 -1
- oci/data_integration/models/custom_frequency_details.py +1 -1
- oci/data_integration/models/daily_frequency_details.py +1 -1
- oci/data_integration/models/data_asset.py +1 -1
- oci/data_integration/models/data_asset_from_adwc_details.py +1 -1
- oci/data_integration/models/data_asset_from_amazon_s3.py +1 -1
- oci/data_integration/models/data_asset_from_atp_details.py +1 -1
- oci/data_integration/models/data_asset_from_fusion_app.py +1 -1
- oci/data_integration/models/data_asset_from_hdfs_details.py +1 -1
- oci/data_integration/models/data_asset_from_jdbc.py +1 -1
- oci/data_integration/models/data_asset_from_lake_details.py +1 -1
- oci/data_integration/models/data_asset_from_lakehouse_details.py +1 -1
- oci/data_integration/models/data_asset_from_my_sql.py +1 -1
- oci/data_integration/models/data_asset_from_my_sql_heat_wave.py +1 -1
- oci/data_integration/models/data_asset_from_object_storage_details.py +1 -1
- oci/data_integration/models/data_asset_from_oracle_details.py +1 -1
- oci/data_integration/models/data_asset_from_oracle_ebs_details.py +1 -1
- oci/data_integration/models/data_asset_from_oracle_people_soft_details.py +1 -1
- oci/data_integration/models/data_asset_from_oracle_siebel_details.py +1 -1
- oci/data_integration/models/data_asset_from_rest_details.py +1 -1
- oci/data_integration/models/data_asset_summary.py +1 -1
- oci/data_integration/models/data_asset_summary_collection.py +1 -1
- oci/data_integration/models/data_asset_summary_from_adwc.py +1 -1
- oci/data_integration/models/data_asset_summary_from_amazon_s3.py +1 -1
- oci/data_integration/models/data_asset_summary_from_atp.py +1 -1
- oci/data_integration/models/data_asset_summary_from_fusion_app.py +1 -1
- oci/data_integration/models/data_asset_summary_from_hdfs.py +1 -1
- oci/data_integration/models/data_asset_summary_from_jdbc.py +1 -1
- oci/data_integration/models/data_asset_summary_from_lake.py +1 -1
- oci/data_integration/models/data_asset_summary_from_lakehouse.py +1 -1
- oci/data_integration/models/data_asset_summary_from_my_sql.py +1 -1
- oci/data_integration/models/data_asset_summary_from_my_sql_heat_wave.py +1 -1
- oci/data_integration/models/data_asset_summary_from_object_storage.py +1 -1
- oci/data_integration/models/data_asset_summary_from_oracle.py +1 -1
- oci/data_integration/models/data_asset_summary_from_oracle_ebs.py +1 -1
- oci/data_integration/models/data_asset_summary_from_oracle_people_soft.py +1 -1
- oci/data_integration/models/data_asset_summary_from_oracle_siebel.py +1 -1
- oci/data_integration/models/data_asset_summary_from_rest.py +1 -1
- oci/data_integration/models/data_entity.py +1 -1
- oci/data_integration/models/data_entity_details.py +1 -1
- oci/data_integration/models/data_entity_from_data_store.py +1 -1
- oci/data_integration/models/data_entity_from_data_store_entity_details.py +1 -1
- oci/data_integration/models/data_entity_from_file.py +1 -1
- oci/data_integration/models/data_entity_from_file_entity_details.py +1 -1
- oci/data_integration/models/data_entity_from_object.py +1 -1
- oci/data_integration/models/data_entity_from_object_entity_details.py +1 -1
- oci/data_integration/models/data_entity_from_sql.py +1 -1
- oci/data_integration/models/data_entity_from_sql_entity_details.py +1 -1
- oci/data_integration/models/data_entity_from_table.py +1 -1
- oci/data_integration/models/data_entity_from_table_entity_details.py +1 -1
- oci/data_integration/models/data_entity_from_view.py +1 -1
- oci/data_integration/models/data_entity_from_view_entity_details.py +1 -1
- oci/data_integration/models/data_entity_summary.py +1 -1
- oci/data_integration/models/data_entity_summary_collection.py +1 -1
- oci/data_integration/models/data_entity_summary_from_data_store.py +1 -1
- oci/data_integration/models/data_entity_summary_from_file.py +1 -1
- oci/data_integration/models/data_entity_summary_from_object.py +1 -1
- oci/data_integration/models/data_entity_summary_from_sql.py +1 -1
- oci/data_integration/models/data_entity_summary_from_table.py +1 -1
- oci/data_integration/models/data_entity_summary_from_view.py +1 -1
- oci/data_integration/models/data_flow.py +1 -1
- oci/data_integration/models/data_flow_details.py +1 -1
- oci/data_integration/models/data_flow_summary.py +1 -1
- oci/data_integration/models/data_flow_summary_collection.py +1 -1
- oci/data_integration/models/data_flow_validation.py +1 -1
- oci/data_integration/models/data_flow_validation_summary.py +1 -1
- oci/data_integration/models/data_flow_validation_summary_collection.py +1 -1
- oci/data_integration/models/data_format.py +1 -1
- oci/data_integration/models/data_type.py +1 -1
- oci/data_integration/models/dataflow_application.py +1 -1
- oci/data_integration/models/decision_operator.py +1 -1
- oci/data_integration/models/decision_output_port.py +1 -1
- oci/data_integration/models/dependent_object.py +1 -1
- oci/data_integration/models/dependent_object_summary.py +1 -1
- oci/data_integration/models/dependent_object_summary_collection.py +1 -1
- oci/data_integration/models/derived_entity.py +1 -1
- oci/data_integration/models/derived_field.py +1 -1
- oci/data_integration/models/derived_type.py +1 -1
- oci/data_integration/models/detailed_description.py +1 -1
- oci/data_integration/models/direct_field_map.py +1 -1
- oci/data_integration/models/direct_named_field_map.py +1 -1
- oci/data_integration/models/dis_application.py +1 -1
- oci/data_integration/models/dis_application_summary.py +1 -1
- oci/data_integration/models/dis_application_summary_collection.py +1 -1
- oci/data_integration/models/distinct.py +1 -1
- oci/data_integration/models/dynamic_input_field.py +1 -1
- oci/data_integration/models/dynamic_proxy_field.py +1 -1
- oci/data_integration/models/dynamic_type.py +1 -1
- oci/data_integration/models/dynamic_type_handler.py +1 -1
- oci/data_integration/models/end_operator.py +1 -1
- oci/data_integration/models/enriched_entity.py +1 -1
- oci/data_integration/models/entity_shape.py +1 -1
- oci/data_integration/models/entity_shape_from_file.py +1 -1
- oci/data_integration/models/entity_shape_from_object.py +1 -1
- oci/data_integration/models/entity_shape_from_sql.py +1 -1
- oci/data_integration/models/error_details.py +1 -1
- oci/data_integration/models/execute_rest_call_config.py +1 -1
- oci/data_integration/models/export_object_metadata_summary.py +1 -1
- oci/data_integration/models/export_request.py +1 -1
- oci/data_integration/models/export_request_summary.py +1 -1
- oci/data_integration/models/export_request_summary_collection.py +1 -1
- oci/data_integration/models/expression.py +1 -1
- oci/data_integration/models/expression_operator.py +1 -1
- oci/data_integration/models/external_publication.py +1 -1
- oci/data_integration/models/external_publication_summary.py +1 -1
- oci/data_integration/models/external_publication_summary_collection.py +1 -1
- oci/data_integration/models/external_publication_validation.py +1 -1
- oci/data_integration/models/external_publication_validation_summary.py +1 -1
- oci/data_integration/models/external_publication_validation_summary_collection.py +1 -1
- oci/data_integration/models/external_storage.py +1 -1
- oci/data_integration/models/field_map.py +1 -1
- oci/data_integration/models/field_map_wrapper.py +1 -1
- oci/data_integration/models/filter.py +1 -1
- oci/data_integration/models/filter_push.py +1 -1
- oci/data_integration/models/flatten.py +1 -1
- oci/data_integration/models/flatten_details.py +1 -1
- oci/data_integration/models/flatten_projection_preferences.py +1 -1
- oci/data_integration/models/flatten_type_handler.py +1 -1
- oci/data_integration/models/flow_node.py +1 -1
- oci/data_integration/models/flow_port.py +1 -1
- oci/data_integration/models/flow_port_link.py +1 -1
- oci/data_integration/models/folder.py +1 -1
- oci/data_integration/models/folder_details.py +1 -1
- oci/data_integration/models/folder_summary.py +1 -1
- oci/data_integration/models/folder_summary_collection.py +1 -1
- oci/data_integration/models/foreign_key.py +1 -1
- oci/data_integration/models/function.py +1 -1
- oci/data_integration/models/function_configuration_definition.py +1 -1
- oci/data_integration/models/function_library.py +1 -1
- oci/data_integration/models/function_library_details.py +1 -1
- oci/data_integration/models/function_library_summary.py +1 -1
- oci/data_integration/models/function_library_summary_collection.py +1 -1
- oci/data_integration/models/function_signature.py +1 -1
- oci/data_integration/models/generic_rest_api_attributes.py +1 -1
- oci/data_integration/models/generic_rest_call_attribute.py +1 -1
- oci/data_integration/models/grouped_name_pattern_rule.py +1 -1
- oci/data_integration/models/hourly_frequency_details.py +1 -1
- oci/data_integration/models/import_conflict_resolution.py +1 -1
- oci/data_integration/models/import_object_metadata_summary.py +1 -1
- oci/data_integration/models/import_request.py +1 -1
- oci/data_integration/models/import_request_summary.py +1 -1
- oci/data_integration/models/import_request_summary_collection.py +1 -1
- oci/data_integration/models/incremental_data_entity_clause.py +1 -1
- oci/data_integration/models/incremental_field_clause.py +1 -1
- oci/data_integration/models/incremental_read_config.py +1 -1
- oci/data_integration/models/input_field.py +1 -1
- oci/data_integration/models/input_link.py +1 -1
- oci/data_integration/models/input_port.py +1 -1
- oci/data_integration/models/input_proxy_field.py +1 -1
- oci/data_integration/models/intersect.py +1 -1
- oci/data_integration/models/java_type.py +1 -1
- oci/data_integration/models/join.py +1 -1
- oci/data_integration/models/joiner.py +1 -1
- oci/data_integration/models/json_format_attribute.py +1 -1
- oci/data_integration/models/json_text.py +1 -1
- oci/data_integration/models/key.py +1 -1
- oci/data_integration/models/key_attribute.py +1 -1
- oci/data_integration/models/key_range.py +1 -1
- oci/data_integration/models/key_range_partition_config.py +1 -1
- oci/data_integration/models/last_run_details.py +1 -1
- oci/data_integration/models/lookup.py +1 -1
- oci/data_integration/models/macro_field.py +1 -1
- oci/data_integration/models/macro_pivot_field.py +1 -1
- oci/data_integration/models/map_type.py +1 -1
- oci/data_integration/models/materialized_composite_type.py +1 -1
- oci/data_integration/models/materialized_dynamic_field.py +1 -1
- oci/data_integration/models/merge_operator.py +1 -1
- oci/data_integration/models/message.py +1 -1
- oci/data_integration/models/minus.py +1 -1
- oci/data_integration/models/monthly_frequency_details.py +1 -1
- oci/data_integration/models/monthly_rule_frequency_details.py +1 -1
- oci/data_integration/models/name_list_rule.py +1 -1
- oci/data_integration/models/name_pattern_rule.py +1 -1
- oci/data_integration/models/named_entity_map.py +1 -1
- oci/data_integration/models/native_shape_field.py +1 -1
- oci/data_integration/models/object_metadata.py +1 -1
- oci/data_integration/models/object_storage_write_attribute.py +1 -1
- oci/data_integration/models/object_storage_write_attributes.py +1 -1
- oci/data_integration/models/oci_function.py +1 -1
- oci/data_integration/models/oci_vault_secret_config.py +1 -1
- oci/data_integration/models/operation.py +1 -1
- oci/data_integration/models/operation_from_api.py +1 -1
- oci/data_integration/models/operation_from_procedure.py +1 -1
- oci/data_integration/models/operator.py +1 -1
- oci/data_integration/models/oracle_adwc_write_attribute.py +1 -1
- oci/data_integration/models/oracle_adwc_write_attributes.py +1 -1
- oci/data_integration/models/oracle_atp_write_attribute.py +1 -1
- oci/data_integration/models/oracle_atp_write_attributes.py +1 -1
- oci/data_integration/models/oracle_read_attribute.py +1 -1
- oci/data_integration/models/oracle_read_attributes.py +1 -1
- oci/data_integration/models/oracle_write_attribute.py +1 -1
- oci/data_integration/models/oracle_write_attributes.py +1 -1
- oci/data_integration/models/output_field.py +1 -1
- oci/data_integration/models/output_link.py +1 -1
- oci/data_integration/models/output_port.py +1 -1
- oci/data_integration/models/parameter.py +1 -1
- oci/data_integration/models/parameter_value.py +1 -1
- oci/data_integration/models/parent_reference.py +1 -1
- oci/data_integration/models/parquet_format_attribute.py +1 -1
- oci/data_integration/models/partition_config.py +1 -1
- oci/data_integration/models/patch.py +1 -1
- oci/data_integration/models/patch_change_summary.py +1 -1
- oci/data_integration/models/patch_change_summary_collection.py +1 -1
- oci/data_integration/models/patch_object_metadata.py +1 -1
- oci/data_integration/models/patch_summary.py +1 -1
- oci/data_integration/models/patch_summary_collection.py +1 -1
- oci/data_integration/models/pipeline.py +1 -1
- oci/data_integration/models/pipeline_summary.py +1 -1
- oci/data_integration/models/pipeline_summary_collection.py +1 -1
- oci/data_integration/models/pipeline_validation.py +1 -1
- oci/data_integration/models/pipeline_validation_summary.py +1 -1
- oci/data_integration/models/pipeline_validation_summary_collection.py +1 -1
- oci/data_integration/models/pivot.py +1 -1
- oci/data_integration/models/pivot_field.py +1 -1
- oci/data_integration/models/pivot_keys.py +1 -1
- oci/data_integration/models/poll_rest_call_config.py +1 -1
- oci/data_integration/models/primary_key.py +1 -1
- oci/data_integration/models/project.py +1 -1
- oci/data_integration/models/project_details.py +1 -1
- oci/data_integration/models/project_summary.py +1 -1
- oci/data_integration/models/project_summary_collection.py +1 -1
- oci/data_integration/models/projection.py +1 -1
- oci/data_integration/models/projection_rule.py +1 -1
- oci/data_integration/models/proxy_field.py +1 -1
- oci/data_integration/models/published_object.py +1 -1
- oci/data_integration/models/published_object_from_data_loader_task.py +1 -1
- oci/data_integration/models/published_object_from_integration_task.py +1 -1
- oci/data_integration/models/published_object_from_pipeline_task.py +1 -1
- oci/data_integration/models/published_object_from_pipeline_task_summary.py +1 -1
- oci/data_integration/models/published_object_summary.py +1 -1
- oci/data_integration/models/published_object_summary_collection.py +1 -1
- oci/data_integration/models/published_object_summary_from_data_loader_task.py +1 -1
- oci/data_integration/models/published_object_summary_from_integration_task.py +1 -1
- oci/data_integration/models/push_down_operation.py +1 -1
- oci/data_integration/models/query.py +1 -1
- oci/data_integration/models/read_operation_config.py +1 -1
- oci/data_integration/models/reference.py +1 -1
- oci/data_integration/models/reference_summary.py +1 -1
- oci/data_integration/models/reference_summary_collection.py +1 -1
- oci/data_integration/models/reference_used_by.py +1 -1
- oci/data_integration/models/referenced_data_object.py +1 -1
- oci/data_integration/models/referenced_data_object_from_api.py +1 -1
- oci/data_integration/models/referenced_data_object_from_procedure.py +1 -1
- oci/data_integration/models/registry_metadata.py +1 -1
- oci/data_integration/models/rename_rule.py +1 -1
- oci/data_integration/models/resource_configuration.py +1 -1
- oci/data_integration/models/resource_principal_auth_config.py +1 -1
- oci/data_integration/models/rest_call_config.py +1 -1
- oci/data_integration/models/root_object.py +1 -1
- oci/data_integration/models/rule_based_entity_map.py +1 -1
- oci/data_integration/models/rule_based_field_map.py +1 -1
- oci/data_integration/models/rule_type_config.py +1 -1
- oci/data_integration/models/runtime_operator.py +1 -1
- oci/data_integration/models/runtime_operator_summary.py +1 -1
- oci/data_integration/models/runtime_operator_summary_collection.py +1 -1
- oci/data_integration/models/runtime_pipeline.py +1 -1
- oci/data_integration/models/runtime_pipeline_summary.py +1 -1
- oci/data_integration/models/runtime_pipeline_summary_collection.py +1 -1
- oci/data_integration/models/schedule.py +1 -1
- oci/data_integration/models/schedule_summary.py +1 -1
- oci/data_integration/models/schedule_summary_collection.py +1 -1
- oci/data_integration/models/schema.py +1 -1
- oci/data_integration/models/schema_drift_config.py +1 -1
- oci/data_integration/models/schema_summary.py +1 -1
- oci/data_integration/models/schema_summary_collection.py +1 -1
- oci/data_integration/models/scope_reference.py +1 -1
- oci/data_integration/models/script.py +1 -1
- oci/data_integration/models/secret_config.py +1 -1
- oci/data_integration/models/select.py +1 -1
- oci/data_integration/models/sensitive_attribute.py +1 -1
- oci/data_integration/models/shape.py +1 -1
- oci/data_integration/models/shape_details.py +1 -1
- oci/data_integration/models/shape_field.py +1 -1
- oci/data_integration/models/sort.py +1 -1
- oci/data_integration/models/sort_clause.py +1 -1
- oci/data_integration/models/sort_key.py +1 -1
- oci/data_integration/models/sort_key_rule.py +1 -1
- oci/data_integration/models/sort_oper.py +1 -1
- oci/data_integration/models/source.py +1 -1
- oci/data_integration/models/source_application_info.py +1 -1
- oci/data_integration/models/split.py +1 -1
- oci/data_integration/models/start_operator.py +1 -1
- oci/data_integration/models/state.py +1 -1
- oci/data_integration/models/structured_type.py +1 -1
- oci/data_integration/models/target.py +1 -1
- oci/data_integration/models/task.py +1 -1
- oci/data_integration/models/task_from_data_loader_task_details.py +1 -1
- oci/data_integration/models/task_from_integration_task_details.py +1 -1
- oci/data_integration/models/task_from_oci_dataflow_task_details.py +1 -1
- oci/data_integration/models/task_from_pipeline_task_details.py +1 -1
- oci/data_integration/models/task_from_rest_task_details.py +1 -1
- oci/data_integration/models/task_from_sql_task_details.py +1 -1
- oci/data_integration/models/task_operator.py +1 -1
- oci/data_integration/models/task_run.py +1 -1
- oci/data_integration/models/task_run_details.py +1 -1
- oci/data_integration/models/task_run_lineage_details.py +1 -1
- oci/data_integration/models/task_run_lineage_summary.py +1 -1
- oci/data_integration/models/task_run_lineage_summary_collection.py +1 -1
- oci/data_integration/models/task_run_log_summary.py +1 -1
- oci/data_integration/models/task_run_summary.py +1 -1
- oci/data_integration/models/task_run_summary_collection.py +1 -1
- oci/data_integration/models/task_schedule.py +1 -1
- oci/data_integration/models/task_schedule_summary.py +1 -1
- oci/data_integration/models/task_schedule_summary_collection.py +1 -1
- oci/data_integration/models/task_summary.py +1 -1
- oci/data_integration/models/task_summary_collection.py +1 -1
- oci/data_integration/models/task_summary_from_data_loader_task.py +1 -1
- oci/data_integration/models/task_summary_from_integration_task.py +1 -1
- oci/data_integration/models/task_summary_from_oci_dataflow_task.py +1 -1
- oci/data_integration/models/task_summary_from_pipeline_task.py +1 -1
- oci/data_integration/models/task_summary_from_rest_task.py +1 -1
- oci/data_integration/models/task_summary_from_sql_task.py +1 -1
- oci/data_integration/models/task_validation.py +1 -1
- oci/data_integration/models/task_validation_summary.py +1 -1
- oci/data_integration/models/task_validation_summary_collection.py +1 -1
- oci/data_integration/models/template.py +1 -1
- oci/data_integration/models/template_summary.py +1 -1
- oci/data_integration/models/template_summary_collection.py +1 -1
- oci/data_integration/models/time.py +1 -1
- oci/data_integration/models/type_library.py +1 -1
- oci/data_integration/models/type_list_rule.py +1 -1
- oci/data_integration/models/type_system.py +1 -1
- oci/data_integration/models/typed_expression.py +1 -1
- oci/data_integration/models/typed_name_pattern_rule.py +1 -1
- oci/data_integration/models/typed_object.py +1 -1
- oci/data_integration/models/typed_object_wrapper.py +1 -1
- oci/data_integration/models/ui_properties.py +1 -1
- oci/data_integration/models/union.py +1 -1
- oci/data_integration/models/unique_data_key.py +1 -1
- oci/data_integration/models/unique_key.py +1 -1
- oci/data_integration/models/update_application_details.py +1 -1
- oci/data_integration/models/update_connection_details.py +1 -1
- oci/data_integration/models/update_connection_from_adwc.py +1 -1
- oci/data_integration/models/update_connection_from_amazon_s3.py +1 -1
- oci/data_integration/models/update_connection_from_atp.py +1 -1
- oci/data_integration/models/update_connection_from_bicc.py +1 -1
- oci/data_integration/models/update_connection_from_bip.py +1 -1
- oci/data_integration/models/update_connection_from_hdfs.py +1 -1
- oci/data_integration/models/update_connection_from_jdbc.py +1 -1
- oci/data_integration/models/update_connection_from_lake.py +1 -1
- oci/data_integration/models/update_connection_from_lakehouse.py +1 -1
- oci/data_integration/models/update_connection_from_my_sql.py +1 -1
- oci/data_integration/models/update_connection_from_my_sql_heat_wave.py +1 -1
- oci/data_integration/models/update_connection_from_object_storage.py +1 -1
- oci/data_integration/models/update_connection_from_oracle.py +1 -1
- oci/data_integration/models/update_connection_from_oracle_ebs.py +1 -1
- oci/data_integration/models/update_connection_from_oracle_people_soft.py +1 -1
- oci/data_integration/models/update_connection_from_oracle_siebel.py +1 -1
- oci/data_integration/models/update_connection_from_rest_basic_auth.py +1 -1
- oci/data_integration/models/update_connection_from_rest_no_auth.py +1 -1
- oci/data_integration/models/update_copy_object_request_details.py +1 -1
- oci/data_integration/models/update_data_asset_details.py +1 -1
- oci/data_integration/models/update_data_asset_from_adwc.py +1 -1
- oci/data_integration/models/update_data_asset_from_amazon_s3.py +1 -1
- oci/data_integration/models/update_data_asset_from_atp.py +1 -1
- oci/data_integration/models/update_data_asset_from_fusion_app.py +1 -1
- oci/data_integration/models/update_data_asset_from_hdfs.py +1 -1
- oci/data_integration/models/update_data_asset_from_jdbc.py +1 -1
- oci/data_integration/models/update_data_asset_from_lake.py +1 -1
- oci/data_integration/models/update_data_asset_from_lakehouse.py +1 -1
- oci/data_integration/models/update_data_asset_from_my_sql.py +1 -1
- oci/data_integration/models/update_data_asset_from_my_sql_heat_wave.py +1 -1
- oci/data_integration/models/update_data_asset_from_object_storage.py +1 -1
- oci/data_integration/models/update_data_asset_from_oracle.py +1 -1
- oci/data_integration/models/update_data_asset_from_oracle_ebs.py +1 -1
- oci/data_integration/models/update_data_asset_from_oracle_people_soft.py +1 -1
- oci/data_integration/models/update_data_asset_from_oracle_siebel.py +1 -1
- oci/data_integration/models/update_data_asset_from_rest.py +1 -1
- oci/data_integration/models/update_data_flow_details.py +1 -1
- oci/data_integration/models/update_detailed_description_details.py +1 -1
- oci/data_integration/models/update_dis_application_details.py +1 -1
- oci/data_integration/models/update_export_request_details.py +1 -1
- oci/data_integration/models/update_external_publication_details.py +1 -1
- oci/data_integration/models/update_folder_details.py +1 -1
- oci/data_integration/models/update_function_library_details.py +1 -1
- oci/data_integration/models/update_import_request_details.py +1 -1
- oci/data_integration/models/update_pipeline_details.py +1 -1
- oci/data_integration/models/update_project_details.py +1 -1
- oci/data_integration/models/update_reference_details.py +1 -1
- oci/data_integration/models/update_schedule_details.py +1 -1
- oci/data_integration/models/update_task_details.py +1 -1
- oci/data_integration/models/update_task_from_data_loader_task.py +1 -1
- oci/data_integration/models/update_task_from_integration_task.py +1 -1
- oci/data_integration/models/update_task_from_oci_dataflow_task.py +1 -1
- oci/data_integration/models/update_task_from_pipeline_task.py +1 -1
- oci/data_integration/models/update_task_from_rest_task.py +1 -1
- oci/data_integration/models/update_task_from_sql_task.py +1 -1
- oci/data_integration/models/update_task_run_details.py +1 -1
- oci/data_integration/models/update_task_schedule_details.py +1 -1
- oci/data_integration/models/update_user_defined_function_details.py +1 -1
- oci/data_integration/models/update_workspace_details.py +1 -1
- oci/data_integration/models/user_defined_function.py +1 -1
- oci/data_integration/models/user_defined_function_details.py +1 -1
- oci/data_integration/models/user_defined_function_summary.py +1 -1
- oci/data_integration/models/user_defined_function_summary_collection.py +1 -1
- oci/data_integration/models/user_defined_function_validation.py +1 -1
- oci/data_integration/models/user_defined_function_validation_summary.py +1 -1
- oci/data_integration/models/user_defined_function_validation_summary_collection.py +1 -1
- oci/data_integration/models/validation_message.py +1 -1
- oci/data_integration/models/variable.py +1 -1
- oci/data_integration/models/weekly_frequency_details.py +1 -1
- oci/data_integration/models/work_request.py +1 -1
- oci/data_integration/models/work_request_error.py +1 -1
- oci/data_integration/models/work_request_log_entry.py +1 -1
- oci/data_integration/models/work_request_resource.py +1 -1
- oci/data_integration/models/work_request_summary.py +1 -1
- oci/data_integration/models/workspace.py +1 -1
- oci/data_integration/models/workspace_summary.py +1 -1
- oci/data_integration/models/write_operation_config.py +1 -1
- oci/data_labeling_service/__init__.py +1 -1
- oci/data_labeling_service/data_labeling_management_client.py +18 -18
- oci/data_labeling_service/data_labeling_management_client_composite_operations.py +1 -1
- oci/data_labeling_service/models/__init__.py +1 -1
- oci/data_labeling_service/models/add_dataset_labels_details.py +1 -1
- oci/data_labeling_service/models/annotation_format.py +1 -1
- oci/data_labeling_service/models/annotation_format_collection.py +1 -1
- oci/data_labeling_service/models/annotation_format_summary.py +1 -1
- oci/data_labeling_service/models/change_dataset_compartment_details.py +1 -1
- oci/data_labeling_service/models/create_dataset_details.py +1 -1
- oci/data_labeling_service/models/dataset.py +1 -1
- oci/data_labeling_service/models/dataset_collection.py +1 -1
- oci/data_labeling_service/models/dataset_format_details.py +1 -1
- oci/data_labeling_service/models/dataset_source_details.py +1 -1
- oci/data_labeling_service/models/dataset_summary.py +1 -1
- oci/data_labeling_service/models/delimited_file_type_metadata.py +1 -1
- oci/data_labeling_service/models/document_dataset_format_details.py +1 -1
- oci/data_labeling_service/models/export_format.py +1 -1
- oci/data_labeling_service/models/generate_dataset_records_details.py +1 -1
- oci/data_labeling_service/models/image_dataset_format_details.py +1 -1
- oci/data_labeling_service/models/import_format.py +1 -1
- oci/data_labeling_service/models/import_metadata_path.py +1 -1
- oci/data_labeling_service/models/import_pre_annotated_data_details.py +1 -1
- oci/data_labeling_service/models/initial_import_dataset_configuration.py +1 -1
- oci/data_labeling_service/models/initial_record_generation_configuration.py +1 -1
- oci/data_labeling_service/models/label.py +1 -1
- oci/data_labeling_service/models/label_set.py +1 -1
- oci/data_labeling_service/models/object_storage_import_metadata_path.py +1 -1
- oci/data_labeling_service/models/object_storage_snapshot_export_details.py +1 -1
- oci/data_labeling_service/models/object_storage_source_details.py +1 -1
- oci/data_labeling_service/models/remove_dataset_labels_details.py +1 -1
- oci/data_labeling_service/models/rename_dataset_labels_details.py +1 -1
- oci/data_labeling_service/models/snapshot_dataset_details.py +1 -1
- oci/data_labeling_service/models/snapshot_export_details.py +1 -1
- oci/data_labeling_service/models/text_dataset_format_details.py +1 -1
- oci/data_labeling_service/models/text_file_type_metadata.py +1 -1
- oci/data_labeling_service/models/update_dataset_details.py +1 -1
- oci/data_labeling_service/models/work_request.py +1 -1
- oci/data_labeling_service/models/work_request_error.py +1 -1
- oci/data_labeling_service/models/work_request_error_collection.py +1 -1
- oci/data_labeling_service/models/work_request_log_entry.py +1 -1
- oci/data_labeling_service/models/work_request_log_entry_collection.py +1 -1
- oci/data_labeling_service/models/work_request_resource.py +1 -1
- oci/data_labeling_service/models/work_request_summary.py +1 -1
- oci/data_labeling_service/models/work_request_summary_collection.py +1 -1
- oci/data_labeling_service_dataplane/__init__.py +1 -1
- oci/data_labeling_service_dataplane/data_labeling_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +1 -1
- oci/data_labeling_service_dataplane/models/__init__.py +1 -1
- oci/data_labeling_service_dataplane/models/annotation.py +1 -1
- oci/data_labeling_service_dataplane/models/annotation_aggregation_dimensions.py +1 -1
- oci/data_labeling_service_dataplane/models/annotation_analytics_aggregation.py +1 -1
- oci/data_labeling_service_dataplane/models/annotation_analytics_aggregation_collection.py +1 -1
- oci/data_labeling_service_dataplane/models/annotation_collection.py +1 -1
- oci/data_labeling_service_dataplane/models/annotation_summary.py +1 -1
- oci/data_labeling_service_dataplane/models/bounding_polygon.py +1 -1
- oci/data_labeling_service_dataplane/models/create_annotation_details.py +1 -1
- oci/data_labeling_service_dataplane/models/create_object_storage_source_details.py +1 -1
- oci/data_labeling_service_dataplane/models/create_record_details.py +1 -1
- oci/data_labeling_service_dataplane/models/create_source_details.py +1 -1
- oci/data_labeling_service_dataplane/models/dataset.py +1 -1
- oci/data_labeling_service_dataplane/models/dataset_format_details.py +1 -1
- oci/data_labeling_service_dataplane/models/dataset_source_details.py +1 -1
- oci/data_labeling_service_dataplane/models/delimited_file_type_metadata.py +1 -1
- oci/data_labeling_service_dataplane/models/document_dataset_format_details.py +1 -1
- oci/data_labeling_service_dataplane/models/document_entity_metadata.py +1 -1
- oci/data_labeling_service_dataplane/models/document_metadata.py +1 -1
- oci/data_labeling_service_dataplane/models/entity.py +1 -1
- oci/data_labeling_service_dataplane/models/generic_entity.py +1 -1
- oci/data_labeling_service_dataplane/models/image_dataset_format_details.py +1 -1
- oci/data_labeling_service_dataplane/models/image_metadata.py +1 -1
- oci/data_labeling_service_dataplane/models/image_object_selection_entity.py +1 -1
- oci/data_labeling_service_dataplane/models/import_format.py +1 -1
- oci/data_labeling_service_dataplane/models/import_metadata_path.py +1 -1
- oci/data_labeling_service_dataplane/models/initial_import_dataset_configuration.py +1 -1
- oci/data_labeling_service_dataplane/models/initial_record_generation_configuration.py +1 -1
- oci/data_labeling_service_dataplane/models/key_value_selection_entity.py +1 -1
- oci/data_labeling_service_dataplane/models/label.py +1 -1
- oci/data_labeling_service_dataplane/models/label_name.py +1 -1
- oci/data_labeling_service_dataplane/models/label_set.py +1 -1
- oci/data_labeling_service_dataplane/models/normalized_vertex.py +1 -1
- oci/data_labeling_service_dataplane/models/object_storage_dataset_source_details.py +1 -1
- oci/data_labeling_service_dataplane/models/object_storage_import_metadata_path.py +1 -1
- oci/data_labeling_service_dataplane/models/object_storage_source_details.py +1 -1
- oci/data_labeling_service_dataplane/models/record.py +1 -1
- oci/data_labeling_service_dataplane/models/record_aggregation_dimensions.py +1 -1
- oci/data_labeling_service_dataplane/models/record_analytics_aggregation.py +1 -1
- oci/data_labeling_service_dataplane/models/record_analytics_aggregation_collection.py +1 -1
- oci/data_labeling_service_dataplane/models/record_collection.py +1 -1
- oci/data_labeling_service_dataplane/models/record_metadata.py +1 -1
- oci/data_labeling_service_dataplane/models/record_summary.py +1 -1
- oci/data_labeling_service_dataplane/models/source_details.py +1 -1
- oci/data_labeling_service_dataplane/models/text_dataset_format_details.py +1 -1
- oci/data_labeling_service_dataplane/models/text_file_type_metadata.py +1 -1
- oci/data_labeling_service_dataplane/models/text_metadata.py +1 -1
- oci/data_labeling_service_dataplane/models/text_selection_entity.py +1 -1
- oci/data_labeling_service_dataplane/models/text_span.py +1 -1
- oci/data_labeling_service_dataplane/models/update_annotation_details.py +1 -1
- oci/data_labeling_service_dataplane/models/update_record_details.py +1 -1
- oci/data_safe/__init__.py +1 -1
- oci/data_safe/data_safe_client.py +253 -253
- oci/data_safe/data_safe_client_composite_operations.py +1 -1
- oci/data_safe/models/__init__.py +1 -1
- oci/data_safe/models/activate_target_database_details.py +1 -1
- oci/data_safe/models/alert.py +1 -1
- oci/data_safe/models/alert_aggregation_items.py +1 -1
- oci/data_safe/models/alert_analytics_collection.py +1 -1
- oci/data_safe/models/alert_collection.py +1 -1
- oci/data_safe/models/alert_policy.py +1 -1
- oci/data_safe/models/alert_policy_collection.py +1 -1
- oci/data_safe/models/alert_policy_rule.py +1 -1
- oci/data_safe/models/alert_policy_rule_collection.py +1 -1
- oci/data_safe/models/alert_policy_rule_summary.py +1 -1
- oci/data_safe/models/alert_policy_summary.py +1 -1
- oci/data_safe/models/alert_summary.py +1 -1
- oci/data_safe/models/alerts_aggregation_dimension.py +1 -1
- oci/data_safe/models/alerts_update_details.py +1 -1
- oci/data_safe/models/apply_discovery_job_results_details.py +1 -1
- oci/data_safe/models/apply_sdm_masking_policy_difference_details.py +1 -1
- oci/data_safe/models/audit_archive_retrieval.py +1 -1
- oci/data_safe/models/audit_archive_retrieval_collection.py +1 -1
- oci/data_safe/models/audit_archive_retrieval_summary.py +1 -1
- oci/data_safe/models/audit_conditions.py +1 -1
- oci/data_safe/models/audit_event_aggregation_dimensions.py +1 -1
- oci/data_safe/models/audit_event_aggregation_items.py +1 -1
- oci/data_safe/models/audit_event_analytics_collection.py +1 -1
- oci/data_safe/models/audit_event_collection.py +1 -1
- oci/data_safe/models/audit_event_summary.py +1 -1
- oci/data_safe/models/audit_policy.py +1 -1
- oci/data_safe/models/audit_policy_aggregation_items.py +1 -1
- oci/data_safe/models/audit_policy_analytic_collection.py +1 -1
- oci/data_safe/models/audit_policy_collection.py +1 -1
- oci/data_safe/models/audit_policy_dimensions.py +1 -1
- oci/data_safe/models/audit_policy_summary.py +1 -1
- oci/data_safe/models/audit_profile.py +1 -1
- oci/data_safe/models/audit_profile_aggregation_items.py +1 -1
- oci/data_safe/models/audit_profile_analytic_collection.py +1 -1
- oci/data_safe/models/audit_profile_collection.py +1 -1
- oci/data_safe/models/audit_profile_dimensions.py +1 -1
- oci/data_safe/models/audit_profile_summary.py +1 -1
- oci/data_safe/models/audit_specification.py +1 -1
- oci/data_safe/models/audit_trail.py +1 -1
- oci/data_safe/models/audit_trail_aggregation_items.py +1 -1
- oci/data_safe/models/audit_trail_analytic_collection.py +1 -1
- oci/data_safe/models/audit_trail_collection.py +1 -1
- oci/data_safe/models/audit_trail_dimensions.py +1 -1
- oci/data_safe/models/audit_trail_summary.py +1 -1
- oci/data_safe/models/autonomous_database_details.py +1 -1
- oci/data_safe/models/available_audit_volume_collection.py +1 -1
- oci/data_safe/models/available_audit_volume_summary.py +1 -1
- oci/data_safe/models/calculate_audit_volume_available_details.py +1 -1
- oci/data_safe/models/calculate_audit_volume_collected_details.py +1 -1
- oci/data_safe/models/change_alert_compartment_details.py +1 -1
- oci/data_safe/models/change_alert_policy_compartment_details.py +1 -1
- oci/data_safe/models/change_audit_archive_retrieval_compartment_details.py +1 -1
- oci/data_safe/models/change_audit_policy_compartment_details.py +1 -1
- oci/data_safe/models/change_audit_profile_compartment_details.py +1 -1
- oci/data_safe/models/change_data_safe_private_endpoint_compartment_details.py +1 -1
- oci/data_safe/models/change_database_security_config_compartment_details.py +1 -1
- oci/data_safe/models/change_discovery_job_compartment_details.py +1 -1
- oci/data_safe/models/change_library_masking_format_compartment_details.py +1 -1
- oci/data_safe/models/change_masking_policy_compartment_details.py +1 -1
- oci/data_safe/models/change_on_prem_connector_compartment_details.py +1 -1
- oci/data_safe/models/change_report_compartment_details.py +1 -1
- oci/data_safe/models/change_report_definition_compartment_details.py +1 -1
- oci/data_safe/models/change_retention_details.py +1 -1
- oci/data_safe/models/change_sdm_masking_policy_difference_compartment_details.py +1 -1
- oci/data_safe/models/change_security_assessment_compartment_details.py +1 -1
- oci/data_safe/models/change_security_policy_compartment_details.py +1 -1
- oci/data_safe/models/change_security_policy_deployment_compartment_details.py +1 -1
- oci/data_safe/models/change_sensitive_data_model_compartment_details.py +1 -1
- oci/data_safe/models/change_sensitive_type_compartment_details.py +1 -1
- oci/data_safe/models/change_sql_collection_compartment_details.py +1 -1
- oci/data_safe/models/change_sql_firewall_policy_compartment_details.py +1 -1
- oci/data_safe/models/change_target_alert_policy_association_compartment_details.py +1 -1
- oci/data_safe/models/change_target_database_compartment_details.py +1 -1
- oci/data_safe/models/change_user_assessment_compartment_details.py +1 -1
- oci/data_safe/models/collected_audit_volume_collection.py +1 -1
- oci/data_safe/models/collected_audit_volume_summary.py +1 -1
- oci/data_safe/models/column.py +1 -1
- oci/data_safe/models/column_filter.py +1 -1
- oci/data_safe/models/column_sorting.py +1 -1
- oci/data_safe/models/column_source_details.py +1 -1
- oci/data_safe/models/column_source_from_sdm_details.py +1 -1
- oci/data_safe/models/column_source_from_target_details.py +1 -1
- oci/data_safe/models/column_summary.py +1 -1
- oci/data_safe/models/compare_security_assessment_details.py +1 -1
- oci/data_safe/models/compare_user_assessment_details.py +1 -1
- oci/data_safe/models/compatible_formats_for_data_types.py +1 -1
- oci/data_safe/models/compatible_formats_for_sensitive_types.py +1 -1
- oci/data_safe/models/connection_option.py +1 -1
- oci/data_safe/models/create_alert_policy_details.py +1 -1
- oci/data_safe/models/create_alert_policy_rule_details.py +1 -1
- oci/data_safe/models/create_audit_archive_retrieval_details.py +1 -1
- oci/data_safe/models/create_audit_policy_details.py +1 -1
- oci/data_safe/models/create_audit_profile_details.py +1 -1
- oci/data_safe/models/create_column_source_details.py +1 -1
- oci/data_safe/models/create_column_source_from_sdm_details.py +1 -1
- oci/data_safe/models/create_column_source_from_target_details.py +1 -1
- oci/data_safe/models/create_data_safe_private_endpoint_details.py +1 -1
- oci/data_safe/models/create_discovery_job_details.py +1 -1
- oci/data_safe/models/create_library_masking_format_details.py +1 -1
- oci/data_safe/models/create_masking_column_details.py +1 -1
- oci/data_safe/models/create_masking_policy_details.py +1 -1
- oci/data_safe/models/create_on_prem_connector_details.py +1 -1
- oci/data_safe/models/create_report_definition_details.py +1 -1
- oci/data_safe/models/create_sdm_masking_policy_difference_details.py +1 -1
- oci/data_safe/models/create_security_assessment_details.py +1 -1
- oci/data_safe/models/create_sensitive_category_details.py +1 -1
- oci/data_safe/models/create_sensitive_column_details.py +1 -1
- oci/data_safe/models/create_sensitive_data_model_details.py +1 -1
- oci/data_safe/models/create_sensitive_type_details.py +1 -1
- oci/data_safe/models/create_sensitive_type_pattern_details.py +1 -1
- oci/data_safe/models/create_sql_collection_details.py +1 -1
- oci/data_safe/models/create_target_alert_policy_association_details.py +1 -1
- oci/data_safe/models/create_target_database_details.py +1 -1
- oci/data_safe/models/create_user_assessment_details.py +1 -1
- oci/data_safe/models/credentials.py +1 -1
- oci/data_safe/models/data_safe_configuration.py +1 -1
- oci/data_safe/models/data_safe_private_endpoint.py +1 -1
- oci/data_safe/models/data_safe_private_endpoint_summary.py +1 -1
- oci/data_safe/models/database_cloud_service_details.py +1 -1
- oci/data_safe/models/database_details.py +1 -1
- oci/data_safe/models/database_security_config.py +1 -1
- oci/data_safe/models/database_security_config_collection.py +1 -1
- oci/data_safe/models/database_security_config_summary.py +1 -1
- oci/data_safe/models/delete_rows_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_date_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_format_entry.py +1 -1
- oci/data_safe/models/deterministic_substitution_format_entry.py +1 -1
- oci/data_safe/models/difference_column.py +1 -1
- oci/data_safe/models/difference_column_summary.py +1 -1
- oci/data_safe/models/diffs.py +1 -1
- oci/data_safe/models/dimensions.py +1 -1
- oci/data_safe/models/discovery_analytics_collection.py +1 -1
- oci/data_safe/models/discovery_analytics_summary.py +1 -1
- oci/data_safe/models/discovery_job.py +1 -1
- oci/data_safe/models/discovery_job_collection.py +1 -1
- oci/data_safe/models/discovery_job_result.py +1 -1
- oci/data_safe/models/discovery_job_result_collection.py +1 -1
- oci/data_safe/models/discovery_job_result_summary.py +1 -1
- oci/data_safe/models/discovery_job_summary.py +1 -1
- oci/data_safe/models/download_discovery_report_details.py +1 -1
- oci/data_safe/models/download_masking_log_details.py +1 -1
- oci/data_safe/models/download_masking_policy_details.py +1 -1
- oci/data_safe/models/download_masking_report_details.py +1 -1
- oci/data_safe/models/download_security_assessment_report_details.py +1 -1
- oci/data_safe/models/download_sensitive_data_model_details.py +1 -1
- oci/data_safe/models/download_user_assessment_report_details.py +1 -1
- oci/data_safe/models/enable_conditions.py +1 -1
- oci/data_safe/models/enable_data_safe_configuration_details.py +1 -1
- oci/data_safe/models/entry_details.py +1 -1
- oci/data_safe/models/finding.py +1 -1
- oci/data_safe/models/finding_summary.py +1 -1
- oci/data_safe/models/firewall_policy_entry_details.py +1 -1
- oci/data_safe/models/fixed_number_format_entry.py +1 -1
- oci/data_safe/models/fixed_string_format_entry.py +1 -1
- oci/data_safe/models/format_entry.py +1 -1
- oci/data_safe/models/format_summary.py +1 -1
- oci/data_safe/models/formats_for_data_type.py +1 -1
- oci/data_safe/models/formats_for_sensitive_type.py +1 -1
- oci/data_safe/models/generate_discovery_report_for_download_details.py +1 -1
- oci/data_safe/models/generate_masking_policy_for_download_details.py +1 -1
- oci/data_safe/models/generate_masking_report_for_download_details.py +1 -1
- oci/data_safe/models/generate_on_prem_connector_configuration_details.py +1 -1
- oci/data_safe/models/generate_report_details.py +1 -1
- oci/data_safe/models/generate_security_assessment_report_details.py +1 -1
- oci/data_safe/models/generate_sensitive_data_model_for_download_details.py +1 -1
- oci/data_safe/models/generate_user_assessment_report_details.py +1 -1
- oci/data_safe/models/global_settings.py +1 -1
- oci/data_safe/models/grant_summary.py +1 -1
- oci/data_safe/models/initialization_parameter.py +1 -1
- oci/data_safe/models/installed_database_details.py +1 -1
- oci/data_safe/models/library_masking_format.py +1 -1
- oci/data_safe/models/library_masking_format_collection.py +1 -1
- oci/data_safe/models/library_masking_format_entry.py +1 -1
- oci/data_safe/models/library_masking_format_summary.py +1 -1
- oci/data_safe/models/mask_data_details.py +1 -1
- oci/data_safe/models/masked_column_collection.py +1 -1
- oci/data_safe/models/masked_column_summary.py +1 -1
- oci/data_safe/models/masking_analytics_collection.py +1 -1
- oci/data_safe/models/masking_analytics_dimensions.py +1 -1
- oci/data_safe/models/masking_analytics_summary.py +1 -1
- oci/data_safe/models/masking_column.py +1 -1
- oci/data_safe/models/masking_column_collection.py +1 -1
- oci/data_safe/models/masking_column_summary.py +1 -1
- oci/data_safe/models/masking_format.py +1 -1
- oci/data_safe/models/masking_object_collection.py +1 -1
- oci/data_safe/models/masking_object_summary.py +1 -1
- oci/data_safe/models/masking_policy.py +1 -1
- oci/data_safe/models/masking_policy_collection.py +1 -1
- oci/data_safe/models/masking_policy_summary.py +1 -1
- oci/data_safe/models/masking_report.py +1 -1
- oci/data_safe/models/masking_report_collection.py +1 -1
- oci/data_safe/models/masking_report_summary.py +1 -1
- oci/data_safe/models/masking_schema_collection.py +1 -1
- oci/data_safe/models/masking_schema_summary.py +1 -1
- oci/data_safe/models/modified_attributes.py +1 -1
- oci/data_safe/models/modify_global_settings_details.py +1 -1
- oci/data_safe/models/null_value_format_entry.py +1 -1
- oci/data_safe/models/on_prem_connector.py +1 -1
- oci/data_safe/models/on_prem_connector_summary.py +1 -1
- oci/data_safe/models/on_premise_connector.py +1 -1
- oci/data_safe/models/patch_alert_policy_rule_details.py +1 -1
- oci/data_safe/models/patch_alerts_details.py +1 -1
- oci/data_safe/models/patch_discovery_job_result_details.py +1 -1
- oci/data_safe/models/patch_insert_instruction.py +1 -1
- oci/data_safe/models/patch_instruction.py +1 -1
- oci/data_safe/models/patch_masking_columns_details.py +1 -1
- oci/data_safe/models/patch_merge_instruction.py +1 -1
- oci/data_safe/models/patch_remove_instruction.py +1 -1
- oci/data_safe/models/patch_sdm_masking_policy_difference_columns_details.py +1 -1
- oci/data_safe/models/patch_sensitive_column_details.py +1 -1
- oci/data_safe/models/patch_target_alert_policy_association_details.py +1 -1
- oci/data_safe/models/pattern_format_entry.py +1 -1
- oci/data_safe/models/ppf_format_entry.py +1 -1
- oci/data_safe/models/preserve_original_data_format_entry.py +1 -1
- oci/data_safe/models/private_endpoint.py +1 -1
- oci/data_safe/models/profile.py +1 -1
- oci/data_safe/models/profile_aggregation.py +1 -1
- oci/data_safe/models/profile_details.py +1 -1
- oci/data_safe/models/profile_summary.py +1 -1
- oci/data_safe/models/provision_audit_conditions.py +1 -1
- oci/data_safe/models/provision_audit_policy_details.py +1 -1
- oci/data_safe/models/random_date_format_entry.py +1 -1
- oci/data_safe/models/random_decimal_number_format_entry.py +1 -1
- oci/data_safe/models/random_digits_format_entry.py +1 -1
- oci/data_safe/models/random_list_format_entry.py +1 -1
- oci/data_safe/models/random_number_format_entry.py +1 -1
- oci/data_safe/models/random_string_format_entry.py +1 -1
- oci/data_safe/models/random_substitution_format_entry.py +1 -1
- oci/data_safe/models/references.py +1 -1
- oci/data_safe/models/regular_expression_format_entry.py +1 -1
- oci/data_safe/models/report.py +1 -1
- oci/data_safe/models/report_collection.py +1 -1
- oci/data_safe/models/report_definition.py +1 -1
- oci/data_safe/models/report_definition_collection.py +1 -1
- oci/data_safe/models/report_definition_summary.py +1 -1
- oci/data_safe/models/report_details.py +1 -1
- oci/data_safe/models/report_summary.py +1 -1
- oci/data_safe/models/role_summary.py +1 -1
- oci/data_safe/models/run_security_assessment_details.py +1 -1
- oci/data_safe/models/run_user_assessment_details.py +1 -1
- oci/data_safe/models/schedule_audit_report_details.py +1 -1
- oci/data_safe/models/schedule_report_details.py +1 -1
- oci/data_safe/models/schema_summary.py +1 -1
- oci/data_safe/models/sdm_masking_policy_difference.py +1 -1
- oci/data_safe/models/sdm_masking_policy_difference_collection.py +1 -1
- oci/data_safe/models/sdm_masking_policy_difference_column_collection.py +1 -1
- oci/data_safe/models/sdm_masking_policy_difference_summary.py +1 -1
- oci/data_safe/models/section_statistics.py +1 -1
- oci/data_safe/models/security_assessment.py +1 -1
- oci/data_safe/models/security_assessment_base_line_details.py +1 -1
- oci/data_safe/models/security_assessment_comparison.py +1 -1
- oci/data_safe/models/security_assessment_comparison_per_target.py +1 -1
- oci/data_safe/models/security_assessment_statistics.py +1 -1
- oci/data_safe/models/security_assessment_summary.py +1 -1
- oci/data_safe/models/security_policy.py +1 -1
- oci/data_safe/models/security_policy_collection.py +1 -1
- oci/data_safe/models/security_policy_deployment.py +1 -1
- oci/data_safe/models/security_policy_deployment_collection.py +1 -1
- oci/data_safe/models/security_policy_deployment_summary.py +1 -1
- oci/data_safe/models/security_policy_entry_state.py +1 -1
- oci/data_safe/models/security_policy_entry_state_collection.py +1 -1
- oci/data_safe/models/security_policy_entry_state_summary.py +1 -1
- oci/data_safe/models/security_policy_summary.py +1 -1
- oci/data_safe/models/sensitive_category.py +1 -1
- oci/data_safe/models/sensitive_column.py +1 -1
- oci/data_safe/models/sensitive_column_collection.py +1 -1
- oci/data_safe/models/sensitive_column_summary.py +1 -1
- oci/data_safe/models/sensitive_data_model.py +1 -1
- oci/data_safe/models/sensitive_data_model_collection.py +1 -1
- oci/data_safe/models/sensitive_data_model_summary.py +1 -1
- oci/data_safe/models/sensitive_object_collection.py +1 -1
- oci/data_safe/models/sensitive_object_summary.py +1 -1
- oci/data_safe/models/sensitive_schema_collection.py +1 -1
- oci/data_safe/models/sensitive_schema_summary.py +1 -1
- oci/data_safe/models/sensitive_type.py +1 -1
- oci/data_safe/models/sensitive_type_collection.py +1 -1
- oci/data_safe/models/sensitive_type_pattern.py +1 -1
- oci/data_safe/models/sensitive_type_summary.py +1 -1
- oci/data_safe/models/shuffle_format_entry.py +1 -1
- oci/data_safe/models/sql_collection.py +1 -1
- oci/data_safe/models/sql_collection_aggregation.py +1 -1
- oci/data_safe/models/sql_collection_analytics_collection.py +1 -1
- oci/data_safe/models/sql_collection_collection.py +1 -1
- oci/data_safe/models/sql_collection_dimensions.py +1 -1
- oci/data_safe/models/sql_collection_log_aggregation.py +1 -1
- oci/data_safe/models/sql_collection_log_dimensions.py +1 -1
- oci/data_safe/models/sql_collection_log_insights_collection.py +1 -1
- oci/data_safe/models/sql_collection_summary.py +1 -1
- oci/data_safe/models/sql_expression_format_entry.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_collection.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_summary.py +1 -1
- oci/data_safe/models/sql_firewall_config.py +1 -1
- oci/data_safe/models/sql_firewall_policy.py +1 -1
- oci/data_safe/models/sql_firewall_policy_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_policy_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_policy_collection.py +1 -1
- oci/data_safe/models/sql_firewall_policy_dimensions.py +1 -1
- oci/data_safe/models/sql_firewall_policy_summary.py +1 -1
- oci/data_safe/models/sql_firewall_violation_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py +1 -1
- oci/data_safe/models/sql_firewall_violation_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_violation_summary.py +1 -1
- oci/data_safe/models/sql_firewall_violations_collection.py +1 -1
- oci/data_safe/models/start_audit_trail_details.py +1 -1
- oci/data_safe/models/substring_format_entry.py +1 -1
- oci/data_safe/models/summary.py +1 -1
- oci/data_safe/models/table_summary.py +1 -1
- oci/data_safe/models/target_alert_policy_association.py +1 -1
- oci/data_safe/models/target_alert_policy_association_collection.py +1 -1
- oci/data_safe/models/target_alert_policy_association_summary.py +1 -1
- oci/data_safe/models/target_database.py +1 -1
- oci/data_safe/models/target_database_summary.py +1 -1
- oci/data_safe/models/tls_config.py +1 -1
- oci/data_safe/models/truncate_table_format_entry.py +1 -1
- oci/data_safe/models/udf_format_entry.py +1 -1
- oci/data_safe/models/update_alert_details.py +1 -1
- oci/data_safe/models/update_alert_policy_rule_details.py +1 -1
- oci/data_safe/models/update_audit_archive_retrieval_details.py +1 -1
- oci/data_safe/models/update_audit_policy_details.py +1 -1
- oci/data_safe/models/update_audit_profile_details.py +1 -1
- oci/data_safe/models/update_audit_trail_details.py +1 -1
- oci/data_safe/models/update_column_source_details.py +1 -1
- oci/data_safe/models/update_column_source_sdm_details.py +1 -1
- oci/data_safe/models/update_column_source_target_details.py +1 -1
- oci/data_safe/models/update_data_safe_private_endpoint_details.py +1 -1
- oci/data_safe/models/update_database_security_config_details.py +1 -1
- oci/data_safe/models/update_library_masking_format_details.py +1 -1
- oci/data_safe/models/update_masking_column_details.py +1 -1
- oci/data_safe/models/update_masking_policy_details.py +1 -1
- oci/data_safe/models/update_on_prem_connector_details.py +1 -1
- oci/data_safe/models/update_on_prem_connector_wallet_details.py +1 -1
- oci/data_safe/models/update_report_definition_details.py +1 -1
- oci/data_safe/models/update_sdm_masking_policy_difference_details.py +1 -1
- oci/data_safe/models/update_security_assessment_details.py +1 -1
- oci/data_safe/models/update_security_policy_deployment_details.py +1 -1
- oci/data_safe/models/update_security_policy_details.py +1 -1
- oci/data_safe/models/update_sensitive_category_details.py +1 -1
- oci/data_safe/models/update_sensitive_column_details.py +1 -1
- oci/data_safe/models/update_sensitive_data_model_details.py +1 -1
- oci/data_safe/models/update_sensitive_type_details.py +1 -1
- oci/data_safe/models/update_sensitive_type_pattern_details.py +1 -1
- oci/data_safe/models/update_sql_collection_details.py +1 -1
- oci/data_safe/models/update_sql_firewall_config_details.py +1 -1
- oci/data_safe/models/update_sql_firewall_policy_details.py +1 -1
- oci/data_safe/models/update_target_alert_policy_association_details.py +1 -1
- oci/data_safe/models/update_target_database_details.py +1 -1
- oci/data_safe/models/update_user_assessment_details.py +1 -1
- oci/data_safe/models/user_aggregation.py +1 -1
- oci/data_safe/models/user_assessment.py +1 -1
- oci/data_safe/models/user_assessment_base_line_details.py +1 -1
- oci/data_safe/models/user_assessment_comparison.py +1 -1
- oci/data_safe/models/user_assessment_summary.py +1 -1
- oci/data_safe/models/user_details.py +1 -1
- oci/data_safe/models/user_summary.py +1 -1
- oci/data_safe/models/work_request.py +1 -1
- oci/data_safe/models/work_request_error.py +1 -1
- oci/data_safe/models/work_request_log_entry.py +1 -1
- oci/data_safe/models/work_request_resource.py +1 -1
- oci/data_safe/models/work_request_summary.py +1 -1
- oci/data_science/__init__.py +1 -1
- oci/data_science/data_science_client.py +92 -92
- oci/data_science/data_science_client_composite_operations.py +1 -1
- oci/data_science/models/__init__.py +1 -1
- oci/data_science/models/artifact_export_details.py +1 -1
- oci/data_science/models/artifact_export_details_object_storage.py +1 -1
- oci/data_science/models/artifact_import_details.py +1 -1
- oci/data_science/models/artifact_import_details_object_storage.py +1 -1
- oci/data_science/models/category_log_details.py +1 -1
- oci/data_science/models/change_data_science_private_endpoint_compartment_details.py +1 -1
- oci/data_science/models/change_job_compartment_details.py +1 -1
- oci/data_science/models/change_job_run_compartment_details.py +1 -1
- oci/data_science/models/change_model_compartment_details.py +1 -1
- oci/data_science/models/change_model_deployment_compartment_details.py +1 -1
- oci/data_science/models/change_model_version_set_compartment_details.py +1 -1
- oci/data_science/models/change_notebook_session_compartment_details.py +1 -1
- oci/data_science/models/change_pipeline_compartment_details.py +1 -1
- oci/data_science/models/change_pipeline_run_compartment_details.py +1 -1
- oci/data_science/models/change_project_compartment_details.py +1 -1
- oci/data_science/models/create_data_science_private_endpoint_details.py +1 -1
- oci/data_science/models/create_job_details.py +1 -1
- oci/data_science/models/create_job_run_details.py +1 -1
- oci/data_science/models/create_model_deployment_details.py +1 -1
- oci/data_science/models/create_model_details.py +1 -1
- oci/data_science/models/create_model_provenance_details.py +1 -1
- oci/data_science/models/create_model_version_set_details.py +1 -1
- oci/data_science/models/create_notebook_session_details.py +1 -1
- oci/data_science/models/create_pipeline_details.py +1 -1
- oci/data_science/models/create_pipeline_run_details.py +1 -1
- oci/data_science/models/create_project_details.py +1 -1
- oci/data_science/models/data_science_private_endpoint.py +1 -1
- oci/data_science/models/data_science_private_endpoint_summary.py +1 -1
- oci/data_science/models/default_job_configuration_details.py +1 -1
- oci/data_science/models/default_model_deployment_environment_configuration_details.py +1 -1
- oci/data_science/models/export_model_artifact_details.py +1 -1
- oci/data_science/models/fast_launch_job_config_summary.py +1 -1
- oci/data_science/models/file_storage_mount_configuration_details.py +1 -1
- oci/data_science/models/fixed_size_scaling_policy.py +1 -1
- oci/data_science/models/import_model_artifact_details.py +1 -1
- oci/data_science/models/instance_configuration.py +1 -1
- oci/data_science/models/job.py +1 -1
- oci/data_science/models/job_configuration_details.py +1 -1
- oci/data_science/models/job_infrastructure_configuration_details.py +1 -1
- oci/data_science/models/job_log_configuration_details.py +1 -1
- oci/data_science/models/job_run.py +1 -1
- oci/data_science/models/job_run_log_details.py +1 -1
- oci/data_science/models/job_run_summary.py +1 -1
- oci/data_science/models/job_shape_config_details.py +1 -1
- oci/data_science/models/job_shape_summary.py +1 -1
- oci/data_science/models/job_summary.py +1 -1
- oci/data_science/models/log_details.py +1 -1
- oci/data_science/models/managed_egress_standalone_job_infrastructure_configuration_details.py +1 -1
- oci/data_science/models/metadata.py +1 -1
- oci/data_science/models/model.py +1 -1
- oci/data_science/models/model_configuration_details.py +1 -1
- oci/data_science/models/model_deployment.py +1 -1
- oci/data_science/models/model_deployment_configuration_details.py +1 -1
- oci/data_science/models/model_deployment_environment_configuration_details.py +1 -1
- oci/data_science/models/model_deployment_instance_shape_config_details.py +1 -1
- oci/data_science/models/model_deployment_shape_summary.py +1 -1
- oci/data_science/models/model_deployment_summary.py +1 -1
- oci/data_science/models/model_provenance.py +1 -1
- oci/data_science/models/model_summary.py +1 -1
- oci/data_science/models/model_version_set.py +1 -1
- oci/data_science/models/model_version_set_summary.py +1 -1
- oci/data_science/models/notebook_session.py +1 -1
- oci/data_science/models/notebook_session_config_details.py +1 -1
- oci/data_science/models/notebook_session_configuration_details.py +1 -1
- oci/data_science/models/notebook_session_git_config_details.py +1 -1
- oci/data_science/models/notebook_session_git_repo_config_details.py +1 -1
- oci/data_science/models/notebook_session_runtime_config_details.py +1 -1
- oci/data_science/models/notebook_session_shape_config_details.py +1 -1
- oci/data_science/models/notebook_session_shape_summary.py +1 -1
- oci/data_science/models/notebook_session_summary.py +1 -1
- oci/data_science/models/object_storage_mount_configuration_details.py +1 -1
- oci/data_science/models/ocir_model_deployment_environment_configuration_details.py +1 -1
- oci/data_science/models/pipeline.py +1 -1
- oci/data_science/models/pipeline_configuration_details.py +1 -1
- oci/data_science/models/pipeline_custom_script_step_details.py +1 -1
- oci/data_science/models/pipeline_custom_script_step_run.py +1 -1
- oci/data_science/models/pipeline_custom_script_step_update_details.py +1 -1
- oci/data_science/models/pipeline_default_configuration_details.py +1 -1
- oci/data_science/models/pipeline_infrastructure_configuration_details.py +1 -1
- oci/data_science/models/pipeline_log_configuration_details.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_details.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_run.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_update_details.py +1 -1
- oci/data_science/models/pipeline_run.py +1 -1
- oci/data_science/models/pipeline_run_log_details.py +1 -1
- oci/data_science/models/pipeline_run_summary.py +1 -1
- oci/data_science/models/pipeline_shape_config_details.py +1 -1
- oci/data_science/models/pipeline_step_configuration_details.py +1 -1
- oci/data_science/models/pipeline_step_details.py +1 -1
- oci/data_science/models/pipeline_step_override_details.py +1 -1
- oci/data_science/models/pipeline_step_run.py +1 -1
- oci/data_science/models/pipeline_step_update_details.py +1 -1
- oci/data_science/models/pipeline_summary.py +1 -1
- oci/data_science/models/project.py +1 -1
- oci/data_science/models/project_summary.py +1 -1
- oci/data_science/models/scaling_policy.py +1 -1
- oci/data_science/models/single_model_deployment_configuration_details.py +1 -1
- oci/data_science/models/standalone_job_infrastructure_configuration_details.py +1 -1
- oci/data_science/models/storage_mount_configuration_details.py +1 -1
- oci/data_science/models/update_category_log_details.py +1 -1
- oci/data_science/models/update_data_science_private_endpoint_details.py +1 -1
- oci/data_science/models/update_default_model_deployment_environment_configuration_details.py +1 -1
- oci/data_science/models/update_job_details.py +1 -1
- oci/data_science/models/update_job_run_details.py +1 -1
- oci/data_science/models/update_model_configuration_details.py +1 -1
- oci/data_science/models/update_model_deployment_configuration_details.py +1 -1
- oci/data_science/models/update_model_deployment_details.py +1 -1
- oci/data_science/models/update_model_deployment_environment_configuration_details.py +1 -1
- oci/data_science/models/update_model_details.py +1 -1
- oci/data_science/models/update_model_provenance_details.py +1 -1
- oci/data_science/models/update_model_version_set_details.py +1 -1
- oci/data_science/models/update_notebook_session_details.py +1 -1
- oci/data_science/models/update_ocir_model_deployment_environment_configuration_details.py +1 -1
- oci/data_science/models/update_pipeline_details.py +1 -1
- oci/data_science/models/update_pipeline_run_details.py +1 -1
- oci/data_science/models/update_project_details.py +1 -1
- oci/data_science/models/update_single_model_deployment_configuration_details.py +1 -1
- oci/data_science/models/work_request.py +1 -1
- oci/data_science/models/work_request_error.py +1 -1
- oci/data_science/models/work_request_log_entry.py +1 -1
- oci/data_science/models/work_request_resource.py +1 -1
- oci/data_science/models/work_request_summary.py +1 -1
- oci/database/__init__.py +1 -1
- oci/database/database_client.py +328 -328
- oci/database/database_client_composite_operations.py +1 -1
- oci/database/models/__init__.py +1 -1
- oci/database/models/acd_avm_resource_stats.py +1 -1
- oci/database/models/activate_exadata_infrastructure_details.py +1 -1
- oci/database/models/add_virtual_machine_to_cloud_vm_cluster_details.py +1 -1
- oci/database/models/add_virtual_machine_to_vm_cluster_details.py +1 -1
- oci/database/models/app_version_summary.py +1 -1
- oci/database/models/application_vip.py +1 -1
- oci/database/models/application_vip_summary.py +1 -1
- oci/database/models/associated_database_details.py +1 -1
- oci/database/models/automated_mount_details.py +1 -1
- oci/database/models/autonomous_container_database.py +1 -1
- oci/database/models/autonomous_container_database_backup_config.py +1 -1
- oci/database/models/autonomous_container_database_dataguard_association.py +1 -1
- oci/database/models/autonomous_container_database_resource_usage.py +1 -1
- oci/database/models/autonomous_container_database_summary.py +1 -1
- oci/database/models/autonomous_container_database_version_summary.py +1 -1
- oci/database/models/autonomous_data_warehouse.py +1 -1
- oci/database/models/autonomous_data_warehouse_connection_strings.py +1 -1
- oci/database/models/autonomous_data_warehouse_summary.py +1 -1
- oci/database/models/autonomous_database.py +1 -1
- oci/database/models/autonomous_database_apex.py +1 -1
- oci/database/models/autonomous_database_backup.py +1 -1
- oci/database/models/autonomous_database_backup_config.py +1 -1
- oci/database/models/autonomous_database_backup_summary.py +1 -1
- oci/database/models/autonomous_database_character_sets.py +1 -1
- oci/database/models/autonomous_database_connection_strings.py +1 -1
- oci/database/models/autonomous_database_connection_urls.py +1 -1
- oci/database/models/autonomous_database_console_token_details.py +1 -1
- oci/database/models/autonomous_database_dataguard_association.py +1 -1
- oci/database/models/autonomous_database_key_history_entry.py +1 -1
- oci/database/models/autonomous_database_manual_refresh_details.py +1 -1
- oci/database/models/autonomous_database_standby_summary.py +1 -1
- oci/database/models/autonomous_database_summary.py +1 -1
- oci/database/models/autonomous_database_wallet.py +1 -1
- oci/database/models/autonomous_db_preview_version_summary.py +1 -1
- oci/database/models/autonomous_db_version_summary.py +1 -1
- oci/database/models/autonomous_exadata_infrastructure.py +1 -1
- oci/database/models/autonomous_exadata_infrastructure_shape_summary.py +1 -1
- oci/database/models/autonomous_exadata_infrastructure_summary.py +1 -1
- oci/database/models/autonomous_patch.py +1 -1
- oci/database/models/autonomous_patch_summary.py +1 -1
- oci/database/models/autonomous_virtual_machine.py +1 -1
- oci/database/models/autonomous_virtual_machine_summary.py +1 -1
- oci/database/models/autonomous_vm_cluster.py +1 -1
- oci/database/models/autonomous_vm_cluster_resource_details.py +1 -1
- oci/database/models/autonomous_vm_cluster_resource_usage.py +1 -1
- oci/database/models/autonomous_vm_cluster_summary.py +1 -1
- oci/database/models/autonomous_vm_resource_usage.py +1 -1
- oci/database/models/avm_acd_resource_stats.py +1 -1
- oci/database/models/backup.py +1 -1
- oci/database/models/backup_destination.py +1 -1
- oci/database/models/backup_destination_details.py +1 -1
- oci/database/models/backup_destination_summary.py +1 -1
- oci/database/models/backup_summary.py +1 -1
- oci/database/models/change_autonomous_vm_cluster_compartment_details.py +1 -1
- oci/database/models/change_cloud_autonomous_vm_cluster_compartment_details.py +1 -1
- oci/database/models/change_cloud_exadata_infrastructure_compartment_details.py +1 -1
- oci/database/models/change_cloud_vm_cluster_compartment_details.py +1 -1
- oci/database/models/change_compartment_details.py +1 -1
- oci/database/models/change_dataguard_role_details.py +1 -1
- oci/database/models/change_disaster_recovery_configuration_details.py +1 -1
- oci/database/models/change_exadata_infrastructure_compartment_details.py +1 -1
- oci/database/models/change_key_store_compartment_details.py +1 -1
- oci/database/models/change_key_store_type_details.py +1 -1
- oci/database/models/change_vm_cluster_compartment_details.py +1 -1
- oci/database/models/cloud_autonomous_vm_cluster.py +1 -1
- oci/database/models/cloud_autonomous_vm_cluster_resource_details.py +1 -1
- oci/database/models/cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +1 -1
- oci/database/models/cloud_database_management_config.py +1 -1
- oci/database/models/cloud_db_server_details.py +1 -1
- oci/database/models/cloud_exadata_infrastructure.py +1 -1
- oci/database/models/cloud_exadata_infrastructure_summary.py +1 -1
- oci/database/models/cloud_exadata_infrastructure_unallocated_resources.py +1 -1
- oci/database/models/cloud_vm_cluster.py +1 -1
- oci/database/models/cloud_vm_cluster_summary.py +1 -1
- oci/database/models/complete_external_backup_job_details.py +1 -1
- oci/database/models/compute_performance_summary.py +1 -1
- oci/database/models/configure_autonomous_database_vault_key_details.py +1 -1
- oci/database/models/configure_saas_admin_user_details.py +1 -1
- oci/database/models/console_connection.py +1 -1
- oci/database/models/console_connection_summary.py +1 -1
- oci/database/models/console_history.py +1 -1
- oci/database/models/console_history_collection.py +1 -1
- oci/database/models/console_history_summary.py +1 -1
- oci/database/models/convert_to_pdb_details.py +1 -1
- oci/database/models/convert_to_pdb_target_base.py +1 -1
- oci/database/models/convert_to_regular_pluggable_database_details.py +1 -1
- oci/database/models/create_application_vip_details.py +1 -1
- oci/database/models/create_autonomous_container_database_dataguard_association_details.py +1 -1
- oci/database/models/create_autonomous_container_database_details.py +1 -1
- oci/database/models/create_autonomous_database_backup_details.py +1 -1
- oci/database/models/create_autonomous_database_base.py +1 -1
- oci/database/models/create_autonomous_database_clone_details.py +1 -1
- oci/database/models/create_autonomous_database_details.py +1 -1
- oci/database/models/create_autonomous_database_from_backup_details.py +1 -1
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +1 -1
- oci/database/models/create_autonomous_vm_cluster_details.py +1 -1
- oci/database/models/create_backup_destination_details.py +1 -1
- oci/database/models/create_backup_details.py +1 -1
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +1 -1
- oci/database/models/create_cloud_exadata_infrastructure_details.py +1 -1
- oci/database/models/create_cloud_vm_cluster_details.py +1 -1
- oci/database/models/create_console_connection_details.py +1 -1
- oci/database/models/create_console_history_details.py +1 -1
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +1 -1
- oci/database/models/create_cross_region_disaster_recovery_details.py +1 -1
- oci/database/models/create_data_guard_association_details.py +1 -1
- oci/database/models/create_data_guard_association_to_existing_db_system_details.py +1 -1
- oci/database/models/create_data_guard_association_to_existing_vm_cluster_details.py +1 -1
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +1 -1
- oci/database/models/create_database_base.py +1 -1
- oci/database/models/create_database_details.py +1 -1
- oci/database/models/create_database_from_another_database_details.py +1 -1
- oci/database/models/create_database_from_backup.py +1 -1
- oci/database/models/create_database_from_backup_details.py +1 -1
- oci/database/models/create_database_from_db_system_details.py +1 -1
- oci/database/models/create_database_software_image_details.py +1 -1
- oci/database/models/create_db_home_base.py +1 -1
- oci/database/models/create_db_home_details.py +1 -1
- oci/database/models/create_db_home_from_backup_details.py +1 -1
- oci/database/models/create_db_home_from_database_details.py +1 -1
- oci/database/models/create_db_home_from_db_system_details.py +1 -1
- oci/database/models/create_db_home_with_db_system_id_details.py +1 -1
- oci/database/models/create_db_home_with_db_system_id_from_backup_details.py +1 -1
- oci/database/models/create_db_home_with_db_system_id_from_database_details.py +1 -1
- oci/database/models/create_db_home_with_vm_cluster_id_details.py +1 -1
- oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.py +1 -1
- oci/database/models/create_exadata_infrastructure_details.py +1 -1
- oci/database/models/create_external_backup_job_details.py +1 -1
- oci/database/models/create_external_container_database_details.py +1 -1
- oci/database/models/create_external_database_connector_details.py +1 -1
- oci/database/models/create_external_database_details_base.py +1 -1
- oci/database/models/create_external_macs_connector_details.py +1 -1
- oci/database/models/create_external_non_container_database_details.py +1 -1
- oci/database/models/create_external_pluggable_database_details.py +1 -1
- oci/database/models/create_key_store_details.py +1 -1
- oci/database/models/create_maintenance_run_details.py +1 -1
- oci/database/models/create_new_database_details.py +1 -1
- oci/database/models/create_nfs_backup_destination_details.py +1 -1
- oci/database/models/create_oneoff_patch_details.py +1 -1
- oci/database/models/create_pluggable_database_creation_type_details.py +1 -1
- oci/database/models/create_pluggable_database_details.py +1 -1
- oci/database/models/create_pluggable_database_from_local_clone_details.py +1 -1
- oci/database/models/create_pluggable_database_from_relocate_details.py +1 -1
- oci/database/models/create_pluggable_database_from_remote_clone_details.py +1 -1
- oci/database/models/create_pluggable_database_refreshable_clone_details.py +1 -1
- oci/database/models/create_recovery_appliance_backup_destination_details.py +1 -1
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +1 -1
- oci/database/models/create_vm_cluster_details.py +1 -1
- oci/database/models/customer_contact.py +1 -1
- oci/database/models/data_collection_options.py +1 -1
- oci/database/models/data_guard_association.py +1 -1
- oci/database/models/data_guard_association_summary.py +1 -1
- oci/database/models/database.py +1 -1
- oci/database/models/database_connection_credentails_by_name.py +1 -1
- oci/database/models/database_connection_credentials.py +1 -1
- oci/database/models/database_connection_credentials_by_details.py +1 -1
- oci/database/models/database_connection_string.py +1 -1
- oci/database/models/database_connection_string_profile.py +1 -1
- oci/database/models/database_connection_strings.py +1 -1
- oci/database/models/database_credential_details.py +1 -1
- oci/database/models/database_management_config.py +1 -1
- oci/database/models/database_software_image.py +1 -1
- oci/database/models/database_software_image_summary.py +1 -1
- oci/database/models/database_ssl_connection_credentials.py +1 -1
- oci/database/models/database_summary.py +1 -1
- oci/database/models/database_tool.py +1 -1
- oci/database/models/database_upgrade_history_entry.py +1 -1
- oci/database/models/database_upgrade_history_entry_summary.py +1 -1
- oci/database/models/database_upgrade_source_base.py +1 -1
- oci/database/models/database_upgrade_with_database_software_image_details.py +1 -1
- oci/database/models/database_upgrade_with_db_home_details.py +1 -1
- oci/database/models/database_upgrade_with_db_version_details.py +1 -1
- oci/database/models/day_of_week.py +1 -1
- oci/database/models/db_backup_config.py +1 -1
- oci/database/models/db_home.py +1 -1
- oci/database/models/db_home_from_agent_resource_id.py +1 -1
- oci/database/models/db_home_summary.py +1 -1
- oci/database/models/db_iorm_config.py +1 -1
- oci/database/models/db_iorm_config_update_detail.py +1 -1
- oci/database/models/db_node.py +1 -1
- oci/database/models/db_node_summary.py +1 -1
- oci/database/models/db_server.py +1 -1
- oci/database/models/db_server_details.py +1 -1
- oci/database/models/db_server_history_summary.py +1 -1
- oci/database/models/db_server_patching_details.py +1 -1
- oci/database/models/db_server_summary.py +1 -1
- oci/database/models/db_system.py +1 -1
- oci/database/models/db_system_compute_performance_summary.py +1 -1
- oci/database/models/db_system_options.py +1 -1
- oci/database/models/db_system_shape_summary.py +1 -1
- oci/database/models/db_system_storage_performance_summary.py +1 -1
- oci/database/models/db_system_summary.py +1 -1
- oci/database/models/db_system_upgrade_history_entry.py +1 -1
- oci/database/models/db_system_upgrade_history_entry_summary.py +1 -1
- oci/database/models/db_version_summary.py +1 -1
- oci/database/models/deregister_autonomous_database_data_safe_details.py +1 -1
- oci/database/models/disaster_recovery_configuration.py +1 -1
- oci/database/models/disk_performance_details.py +1 -1
- oci/database/models/download_oneoff_patch.py +1 -1
- oci/database/models/dr_scan_details.py +1 -1
- oci/database/models/enable_database_management_details.py +1 -1
- oci/database/models/enable_external_container_database_database_management_details.py +1 -1
- oci/database/models/enable_external_container_database_stack_monitoring_details.py +1 -1
- oci/database/models/enable_external_database_management_details_base.py +1 -1
- oci/database/models/enable_external_database_operations_insights_details_base.py +1 -1
- oci/database/models/enable_external_database_stack_monitoring_details_base.py +1 -1
- oci/database/models/enable_external_non_container_database_database_management_details.py +1 -1
- oci/database/models/enable_external_non_container_database_operations_insights_details.py +1 -1
- oci/database/models/enable_external_non_container_database_stack_monitoring_details.py +1 -1
- oci/database/models/enable_external_pluggable_database_database_management_details.py +1 -1
- oci/database/models/enable_external_pluggable_database_operations_insights_details.py +1 -1
- oci/database/models/enable_external_pluggable_database_stack_monitoring_details.py +1 -1
- oci/database/models/enable_pluggable_database_management_details.py +1 -1
- oci/database/models/estimated_patching_time.py +1 -1
- oci/database/models/exadata_db_system_migration.py +1 -1
- oci/database/models/exadata_db_system_migration_summary.py +1 -1
- oci/database/models/exadata_infrastructure.py +1 -1
- oci/database/models/exadata_infrastructure_contact.py +1 -1
- oci/database/models/exadata_infrastructure_summary.py +1 -1
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +1 -1
- oci/database/models/exadata_iorm_config.py +1 -1
- oci/database/models/exadata_iorm_config_update_details.py +1 -1
- oci/database/models/external_backup_job.py +1 -1
- oci/database/models/external_container_database.py +1 -1
- oci/database/models/external_container_database_summary.py +1 -1
- oci/database/models/external_database_base.py +1 -1
- oci/database/models/external_database_connector.py +1 -1
- oci/database/models/external_database_connector_summary.py +1 -1
- oci/database/models/external_macs_connector.py +1 -1
- oci/database/models/external_macs_connector_summary.py +1 -1
- oci/database/models/external_non_container_database.py +1 -1
- oci/database/models/external_non_container_database_summary.py +1 -1
- oci/database/models/external_pluggable_database.py +1 -1
- oci/database/models/external_pluggable_database_summary.py +1 -1
- oci/database/models/failover_data_guard_association_details.py +1 -1
- oci/database/models/flex_component_collection.py +1 -1
- oci/database/models/flex_component_summary.py +1 -1
- oci/database/models/generate_autonomous_database_wallet_details.py +1 -1
- oci/database/models/generate_recommended_network_details.py +1 -1
- oci/database/models/gi_version_summary.py +1 -1
- oci/database/models/info_for_network_gen_details.py +1 -1
- oci/database/models/infrastructure_target_version.py +1 -1
- oci/database/models/infrastructure_target_version_summary.py +1 -1
- oci/database/models/key_store.py +1 -1
- oci/database/models/key_store_associated_database_details.py +1 -1
- oci/database/models/key_store_summary.py +1 -1
- oci/database/models/key_store_type_details.py +1 -1
- oci/database/models/key_store_type_from_oracle_key_vault_details.py +1 -1
- oci/database/models/launch_autonomous_exadata_infrastructure_details.py +1 -1
- oci/database/models/launch_db_system_base.py +1 -1
- oci/database/models/launch_db_system_details.py +1 -1
- oci/database/models/launch_db_system_from_backup_details.py +1 -1
- oci/database/models/launch_db_system_from_database_details.py +1 -1
- oci/database/models/launch_db_system_from_db_system_details.py +1 -1
- oci/database/models/local_clone_pluggable_database_details.py +1 -1
- oci/database/models/long_term_back_up_schedule_details.py +1 -1
- oci/database/models/maintenance_run.py +1 -1
- oci/database/models/maintenance_run_history.py +1 -1
- oci/database/models/maintenance_run_history_summary.py +1 -1
- oci/database/models/maintenance_run_summary.py +1 -1
- oci/database/models/maintenance_window.py +1 -1
- oci/database/models/migrate_vault_key_details.py +1 -1
- oci/database/models/modify_database_management_details.py +1 -1
- oci/database/models/modify_pluggable_database_management_details.py +1 -1
- oci/database/models/month.py +1 -1
- oci/database/models/mount_type_details.py +1 -1
- oci/database/models/network_bonding_mode_details.py +1 -1
- oci/database/models/node_details.py +1 -1
- oci/database/models/ocp_us.py +1 -1
- oci/database/models/oneoff_patch.py +1 -1
- oci/database/models/oneoff_patch_summary.py +1 -1
- oci/database/models/operations_insights_config.py +1 -1
- oci/database/models/patch.py +1 -1
- oci/database/models/patch_details.py +1 -1
- oci/database/models/patch_history_entry.py +1 -1
- oci/database/models/patch_history_entry_summary.py +1 -1
- oci/database/models/patch_summary.py +1 -1
- oci/database/models/pdb_conversion_history_entry.py +1 -1
- oci/database/models/pdb_conversion_history_entry_summary.py +1 -1
- oci/database/models/pdb_conversion_to_new_database_details.py +1 -1
- oci/database/models/peer_autonomous_container_database_backup_config.py +1 -1
- oci/database/models/pluggable_database.py +1 -1
- oci/database/models/pluggable_database_connection_strings.py +1 -1
- oci/database/models/pluggable_database_management_config.py +1 -1
- oci/database/models/pluggable_database_node_level_details.py +1 -1
- oci/database/models/pluggable_database_refreshable_clone_config.py +1 -1
- oci/database/models/pluggable_database_summary.py +1 -1
- oci/database/models/refreshable_clone_collection.py +1 -1
- oci/database/models/refreshable_clone_summary.py +1 -1
- oci/database/models/register_autonomous_database_data_safe_details.py +1 -1
- oci/database/models/reinstate_data_guard_association_details.py +1 -1
- oci/database/models/remote_clone_pluggable_database_details.py +1 -1
- oci/database/models/remove_virtual_machine_from_cloud_vm_cluster_details.py +1 -1
- oci/database/models/remove_virtual_machine_from_vm_cluster_details.py +1 -1
- oci/database/models/resize_vm_cluster_network_details.py +1 -1
- oci/database/models/resource_pool_shape_collection.py +1 -1
- oci/database/models/resource_pool_shape_summary.py +1 -1
- oci/database/models/resource_pool_summary.py +1 -1
- oci/database/models/restore_autonomous_database_details.py +1 -1
- oci/database/models/restore_database_details.py +1 -1
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +1 -1
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +1 -1
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +1 -1
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +1 -1
- oci/database/models/saas_admin_user_configuration.py +1 -1
- oci/database/models/saas_admin_user_status.py +1 -1
- oci/database/models/scan_details.py +1 -1
- oci/database/models/scheduled_operation_details.py +1 -1
- oci/database/models/self_mount_details.py +1 -1
- oci/database/models/stack_monitoring_config.py +1 -1
- oci/database/models/storage_performance_details.py +1 -1
- oci/database/models/switchover_data_guard_association_details.py +1 -1
- oci/database/models/system_version_collection.py +1 -1
- oci/database/models/system_version_summary.py +1 -1
- oci/database/models/update.py +1 -1
- oci/database/models/update_autonomous_container_database_data_guard_association_details.py +1 -1
- oci/database/models/update_autonomous_container_database_details.py +1 -1
- oci/database/models/update_autonomous_database_backup_details.py +1 -1
- oci/database/models/update_autonomous_database_details.py +1 -1
- oci/database/models/update_autonomous_database_wallet_details.py +1 -1
- oci/database/models/update_autonomous_exadata_infrastructure_details.py +1 -1
- oci/database/models/update_autonomous_vm_cluster_details.py +1 -1
- oci/database/models/update_backup_destination_details.py +1 -1
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +1 -1
- oci/database/models/update_cloud_exadata_infrastructure_details.py +1 -1
- oci/database/models/update_cloud_vm_cluster_details.py +1 -1
- oci/database/models/update_console_connection_details.py +1 -1
- oci/database/models/update_console_history_details.py +1 -1
- oci/database/models/update_data_guard_association_details.py +1 -1
- oci/database/models/update_database_details.py +1 -1
- oci/database/models/update_database_software_image_details.py +1 -1
- oci/database/models/update_db_home_details.py +1 -1
- oci/database/models/update_db_node_details.py +1 -1
- oci/database/models/update_db_system_details.py +1 -1
- oci/database/models/update_details.py +1 -1
- oci/database/models/update_exadata_infrastructure_details.py +1 -1
- oci/database/models/update_external_container_database_details.py +1 -1
- oci/database/models/update_external_database_connector_details.py +1 -1
- oci/database/models/update_external_database_details_base.py +1 -1
- oci/database/models/update_external_macs_connector_details.py +1 -1
- oci/database/models/update_external_non_container_database_details.py +1 -1
- oci/database/models/update_external_pluggable_database_details.py +1 -1
- oci/database/models/update_history_entry.py +1 -1
- oci/database/models/update_history_entry_summary.py +1 -1
- oci/database/models/update_key_store_details.py +1 -1
- oci/database/models/update_maintenance_run_details.py +1 -1
- oci/database/models/update_oneoff_patch_details.py +1 -1
- oci/database/models/update_pluggable_database_details.py +1 -1
- oci/database/models/update_summary.py +1 -1
- oci/database/models/update_vm_cluster_details.py +1 -1
- oci/database/models/update_vm_cluster_network_details.py +1 -1
- oci/database/models/upgrade_database_details.py +1 -1
- oci/database/models/upgrade_db_system_details.py +1 -1
- oci/database/models/vm_cluster.py +1 -1
- oci/database/models/vm_cluster_network.py +1 -1
- oci/database/models/vm_cluster_network_details.py +1 -1
- oci/database/models/vm_cluster_network_summary.py +1 -1
- oci/database/models/vm_cluster_summary.py +1 -1
- oci/database/models/vm_cluster_update.py +1 -1
- oci/database/models/vm_cluster_update_details.py +1 -1
- oci/database/models/vm_cluster_update_history_entry.py +1 -1
- oci/database/models/vm_cluster_update_history_entry_summary.py +1 -1
- oci/database/models/vm_cluster_update_summary.py +1 -1
- oci/database/models/vm_network_details.py +1 -1
- oci/database/models/workload_type.py +1 -1
- oci/database_management/__init__.py +1 -1
- oci/database_management/db_management_client.py +183 -183
- oci/database_management/db_management_client_composite_operations.py +1 -1
- oci/database_management/diagnosability_client.py +5 -5
- oci/database_management/diagnosability_client_composite_operations.py +1 -1
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/managed_my_sql_databases_client_composite_operations.py +1 -1
- oci/database_management/models/__init__.py +1 -1
- oci/database_management/models/activity_time_series_metrics.py +1 -1
- oci/database_management/models/add_data_files_details.py +1 -1
- oci/database_management/models/add_managed_database_to_managed_database_group_details.py +1 -1
- oci/database_management/models/addm_task_summary.py +1 -1
- oci/database_management/models/addm_tasks_collection.py +1 -1
- oci/database_management/models/advisor_rule.py +1 -1
- oci/database_management/models/alert_log_collection.py +1 -1
- oci/database_management/models/alert_log_count_summary.py +1 -1
- oci/database_management/models/alert_log_counts_collection.py +1 -1
- oci/database_management/models/alert_log_summary.py +1 -1
- oci/database_management/models/allowed_parameter_value.py +1 -1
- oci/database_management/models/asm_connection_credentails_by_name.py +1 -1
- oci/database_management/models/asm_connection_credentials.py +1 -1
- oci/database_management/models/asm_connection_credentials_by_details.py +1 -1
- oci/database_management/models/asm_connection_string.py +1 -1
- oci/database_management/models/asm_property.py +1 -1
- oci/database_management/models/asm_property_collection.py +1 -1
- oci/database_management/models/asm_property_summary.py +1 -1
- oci/database_management/models/associated_component.py +1 -1
- oci/database_management/models/associated_database_collection.py +1 -1
- oci/database_management/models/associated_database_summary.py +1 -1
- oci/database_management/models/associated_service_details.py +1 -1
- oci/database_management/models/attention_log_collection.py +1 -1
- oci/database_management/models/attention_log_count_summary.py +1 -1
- oci/database_management/models/attention_log_counts_collection.py +1 -1
- oci/database_management/models/attention_log_summary.py +1 -1
- oci/database_management/models/automatic_capture_filter.py +1 -1
- oci/database_management/models/automatic_capture_filter_details.py +1 -1
- oci/database_management/models/awr_db_collection.py +1 -1
- oci/database_management/models/awr_db_cpu_usage_collection.py +1 -1
- oci/database_management/models/awr_db_cpu_usage_summary.py +1 -1
- oci/database_management/models/awr_db_metric_collection.py +1 -1
- oci/database_management/models/awr_db_metric_summary.py +1 -1
- oci/database_management/models/awr_db_parameter_change_collection.py +1 -1
- oci/database_management/models/awr_db_parameter_change_summary.py +1 -1
- oci/database_management/models/awr_db_parameter_collection.py +1 -1
- oci/database_management/models/awr_db_parameter_summary.py +1 -1
- oci/database_management/models/awr_db_report.py +1 -1
- oci/database_management/models/awr_db_snapshot_collection.py +1 -1
- oci/database_management/models/awr_db_snapshot_range_collection.py +1 -1
- oci/database_management/models/awr_db_snapshot_range_summary.py +1 -1
- oci/database_management/models/awr_db_snapshot_summary.py +1 -1
- oci/database_management/models/awr_db_sql_report.py +1 -1
- oci/database_management/models/awr_db_summary.py +1 -1
- oci/database_management/models/awr_db_sysstat_collection.py +1 -1
- oci/database_management/models/awr_db_sysstat_summary.py +1 -1
- oci/database_management/models/awr_db_top_wait_event_collection.py +1 -1
- oci/database_management/models/awr_db_top_wait_event_summary.py +1 -1
- oci/database_management/models/awr_db_wait_event_bucket_collection.py +1 -1
- oci/database_management/models/awr_db_wait_event_bucket_summary.py +1 -1
- oci/database_management/models/awr_db_wait_event_collection.py +1 -1
- oci/database_management/models/awr_db_wait_event_summary.py +1 -1
- oci/database_management/models/awr_query_result.py +1 -1
- oci/database_management/models/basic_preferred_credential.py +1 -1
- oci/database_management/models/change_database_parameter_details.py +1 -1
- oci/database_management/models/change_database_parameters_details.py +1 -1
- oci/database_management/models/change_db_management_private_endpoint_compartment_details.py +1 -1
- oci/database_management/models/change_external_db_system_compartment_details.py +1 -1
- oci/database_management/models/change_external_exadata_infrastructure_compartment_details.py +1 -1
- oci/database_management/models/change_job_compartment_details.py +1 -1
- oci/database_management/models/change_managed_database_group_compartment_details.py +1 -1
- oci/database_management/models/change_plan_retention_details.py +1 -1
- oci/database_management/models/change_space_budget_details.py +1 -1
- oci/database_management/models/change_sql_plan_baselines_attributes_details.py +1 -1
- oci/database_management/models/child_database.py +1 -1
- oci/database_management/models/clone_sql_tuning_task_details.py +1 -1
- oci/database_management/models/cluster_cache_metric.py +1 -1
- oci/database_management/models/configure_automatic_capture_filters_details.py +1 -1
- oci/database_management/models/configure_automatic_spm_evolve_advisor_task_details.py +1 -1
- oci/database_management/models/consumer_group_privilege_collection.py +1 -1
- oci/database_management/models/consumer_group_privilege_summary.py +1 -1
- oci/database_management/models/cpu_utilization_aggregate_metrics.py +1 -1
- oci/database_management/models/create_db_management_private_endpoint_details.py +1 -1
- oci/database_management/models/create_external_db_system_connector_details.py +1 -1
- oci/database_management/models/create_external_db_system_details.py +1 -1
- oci/database_management/models/create_external_db_system_discovery_details.py +1 -1
- oci/database_management/models/create_external_db_system_macs_connector_details.py +1 -1
- oci/database_management/models/create_external_exadata_infrastructure_details.py +1 -1
- oci/database_management/models/create_external_exadata_storage_connector_details.py +1 -1
- oci/database_management/models/create_job_details.py +1 -1
- oci/database_management/models/create_managed_database_group_details.py +1 -1
- oci/database_management/models/create_sql_job_details.py +1 -1
- oci/database_management/models/create_sql_tuning_set_details.py +1 -1
- oci/database_management/models/create_tablespace_details.py +1 -1
- oci/database_management/models/cursor_cache_statement_collection.py +1 -1
- oci/database_management/models/cursor_cache_statement_summary.py +1 -1
- oci/database_management/models/data_access_container_collection.py +1 -1
- oci/database_management/models/data_access_container_summary.py +1 -1
- oci/database_management/models/database_connection_credentails_by_name.py +1 -1
- oci/database_management/models/database_connection_credentials.py +1 -1
- oci/database_management/models/database_connection_credentials_by_details.py +1 -1
- oci/database_management/models/database_connection_string.py +1 -1
- oci/database_management/models/database_credentials.py +1 -1
- oci/database_management/models/database_fleet_health_metrics.py +1 -1
- oci/database_management/models/database_home_metric_definition.py +1 -1
- oci/database_management/models/database_home_metrics.py +1 -1
- oci/database_management/models/database_instance_home_metrics_definition.py +1 -1
- oci/database_management/models/database_io_aggregate_metrics.py +1 -1
- oci/database_management/models/database_management_config.py +1 -1
- oci/database_management/models/database_parameter_summary.py +1 -1
- oci/database_management/models/database_parameter_update_status.py +1 -1
- oci/database_management/models/database_parameters_collection.py +1 -1
- oci/database_management/models/database_plan.py +1 -1
- oci/database_management/models/database_plan_directive.py +1 -1
- oci/database_management/models/database_ssl_connection_credentials.py +1 -1
- oci/database_management/models/database_storage_aggregate_metrics.py +1 -1
- oci/database_management/models/database_time_aggregate_metrics.py +1 -1
- oci/database_management/models/database_usage_metrics.py +1 -1
- oci/database_management/models/datafile.py +1 -1
- oci/database_management/models/db_management_analytics_metric.py +1 -1
- oci/database_management/models/db_management_private_endpoint.py +1 -1
- oci/database_management/models/db_management_private_endpoint_collection.py +1 -1
- oci/database_management/models/db_management_private_endpoint_summary.py +1 -1
- oci/database_management/models/dbm_resource.py +1 -1
- oci/database_management/models/disable_automatic_initial_plan_capture_details.py +1 -1
- oci/database_management/models/disable_automatic_spm_evolve_advisor_task_details.py +1 -1
- oci/database_management/models/disable_high_frequency_automatic_spm_evolve_advisor_task_details.py +1 -1
- oci/database_management/models/disable_sql_plan_baselines_usage_details.py +1 -1
- oci/database_management/models/discover_external_exadata_infrastructure_details.py +1 -1
- oci/database_management/models/discovered_external_asm.py +1 -1
- oci/database_management/models/discovered_external_asm_instance.py +1 -1
- oci/database_management/models/discovered_external_cluster.py +1 -1
- oci/database_management/models/discovered_external_cluster_instance.py +1 -1
- oci/database_management/models/discovered_external_database.py +1 -1
- oci/database_management/models/discovered_external_db_home.py +1 -1
- oci/database_management/models/discovered_external_db_node.py +1 -1
- oci/database_management/models/discovered_external_db_system_component.py +1 -1
- oci/database_management/models/discovered_external_listener.py +1 -1
- oci/database_management/models/discovered_external_pluggable_database.py +1 -1
- oci/database_management/models/drop_sql_plan_baselines_details.py +1 -1
- oci/database_management/models/drop_sql_tuning_set_details.py +1 -1
- oci/database_management/models/drop_sql_tuning_task_details.py +1 -1
- oci/database_management/models/drop_sqls_in_sql_tuning_set_details.py +1 -1
- oci/database_management/models/drop_tablespace_details.py +1 -1
- oci/database_management/models/enable_automatic_initial_plan_capture_details.py +1 -1
- oci/database_management/models/enable_automatic_spm_evolve_advisor_task_details.py +1 -1
- oci/database_management/models/enable_external_db_system_database_management_details.py +1 -1
- oci/database_management/models/enable_external_db_system_stack_monitoring_details.py +1 -1
- oci/database_management/models/enable_external_exadata_infrastructure_management_details.py +1 -1
- oci/database_management/models/enable_high_frequency_automatic_spm_evolve_advisor_task_details.py +1 -1
- oci/database_management/models/enable_sql_plan_baselines_usage_details.py +1 -1
- oci/database_management/models/entity_discovered.py +1 -1
- oci/database_management/models/execution_plan_stats_comparision.py +1 -1
- oci/database_management/models/external_asm.py +1 -1
- oci/database_management/models/external_asm_collection.py +1 -1
- oci/database_management/models/external_asm_configuration.py +1 -1
- oci/database_management/models/external_asm_connection_info.py +1 -1
- oci/database_management/models/external_asm_disk_group_collection.py +1 -1
- oci/database_management/models/external_asm_disk_group_summary.py +1 -1
- oci/database_management/models/external_asm_instance.py +1 -1
- oci/database_management/models/external_asm_instance_collection.py +1 -1
- oci/database_management/models/external_asm_instance_parameters.py +1 -1
- oci/database_management/models/external_asm_instance_summary.py +1 -1
- oci/database_management/models/external_asm_serviced_database.py +1 -1
- oci/database_management/models/external_asm_summary.py +1 -1
- oci/database_management/models/external_asm_user_collection.py +1 -1
- oci/database_management/models/external_asm_user_summary.py +1 -1
- oci/database_management/models/external_cluster.py +1 -1
- oci/database_management/models/external_cluster_collection.py +1 -1
- oci/database_management/models/external_cluster_instance.py +1 -1
- oci/database_management/models/external_cluster_instance_collection.py +1 -1
- oci/database_management/models/external_cluster_instance_summary.py +1 -1
- oci/database_management/models/external_cluster_network_configuration.py +1 -1
- oci/database_management/models/external_cluster_scan_listener_configuration.py +1 -1
- oci/database_management/models/external_cluster_summary.py +1 -1
- oci/database_management/models/external_cluster_vip_configuration.py +1 -1
- oci/database_management/models/external_database_collection.py +1 -1
- oci/database_management/models/external_database_connection_info.py +1 -1
- oci/database_management/models/external_database_instance.py +1 -1
- oci/database_management/models/external_database_summary.py +1 -1
- oci/database_management/models/external_database_system_discovery_summary.py +1 -1
- oci/database_management/models/external_db_home.py +1 -1
- oci/database_management/models/external_db_home_collection.py +1 -1
- oci/database_management/models/external_db_home_summary.py +1 -1
- oci/database_management/models/external_db_node.py +1 -1
- oci/database_management/models/external_db_node_collection.py +1 -1
- oci/database_management/models/external_db_node_summary.py +1 -1
- oci/database_management/models/external_db_system.py +1 -1
- oci/database_management/models/external_db_system_basic_info.py +1 -1
- oci/database_management/models/external_db_system_collection.py +1 -1
- oci/database_management/models/external_db_system_connection_info.py +1 -1
- oci/database_management/models/external_db_system_connector.py +1 -1
- oci/database_management/models/external_db_system_connector_collection.py +1 -1
- oci/database_management/models/external_db_system_connector_summary.py +1 -1
- oci/database_management/models/external_db_system_database_management_config_details.py +1 -1
- oci/database_management/models/external_db_system_discovery.py +1 -1
- oci/database_management/models/external_db_system_discovery_collection.py +1 -1
- oci/database_management/models/external_db_system_discovery_connector.py +1 -1
- oci/database_management/models/external_db_system_discovery_macs_connector.py +1 -1
- oci/database_management/models/external_db_system_discovery_summary.py +1 -1
- oci/database_management/models/external_db_system_macs_connector.py +1 -1
- oci/database_management/models/external_db_system_stack_monitoring_config_details.py +1 -1
- oci/database_management/models/external_db_system_summary.py +1 -1
- oci/database_management/models/external_exadata_database_system_summary.py +1 -1
- oci/database_management/models/external_exadata_infra_basic_info.py +1 -1
- oci/database_management/models/external_exadata_infrastructure.py +1 -1
- oci/database_management/models/external_exadata_infrastructure_collection.py +1 -1
- oci/database_management/models/external_exadata_infrastructure_discovery.py +1 -1
- oci/database_management/models/external_exadata_infrastructure_discovery_summary.py +1 -1
- oci/database_management/models/external_exadata_infrastructure_summary.py +1 -1
- oci/database_management/models/external_exadata_storage_connector.py +1 -1
- oci/database_management/models/external_exadata_storage_connector_collection.py +1 -1
- oci/database_management/models/external_exadata_storage_connector_status.py +1 -1
- oci/database_management/models/external_exadata_storage_connector_summary.py +1 -1
- oci/database_management/models/external_exadata_storage_grid.py +1 -1
- oci/database_management/models/external_exadata_storage_grid_summary.py +1 -1
- oci/database_management/models/external_exadata_storage_server.py +1 -1
- oci/database_management/models/external_exadata_storage_server_collection.py +1 -1
- oci/database_management/models/external_exadata_storage_server_summary.py +1 -1
- oci/database_management/models/external_listener.py +1 -1
- oci/database_management/models/external_listener_collection.py +1 -1
- oci/database_management/models/external_listener_endpoint.py +1 -1
- oci/database_management/models/external_listener_ipc_endpoint.py +1 -1
- oci/database_management/models/external_listener_service_collection.py +1 -1
- oci/database_management/models/external_listener_service_summary.py +1 -1
- oci/database_management/models/external_listener_serviced_database.py +1 -1
- oci/database_management/models/external_listener_summary.py +1 -1
- oci/database_management/models/external_listener_tcp_endpoint.py +1 -1
- oci/database_management/models/external_listener_tcps_endpoint.py +1 -1
- oci/database_management/models/external_serviced_asm.py +1 -1
- oci/database_management/models/external_serviced_database.py +1 -1
- oci/database_management/models/external_storage_grid_discovery_summary.py +1 -1
- oci/database_management/models/external_storage_server_discovery_summary.py +1 -1
- oci/database_management/models/failed_connections_aggregate_metrics.py +1 -1
- oci/database_management/models/fetch_sql_tuning_set_details.py +1 -1
- oci/database_management/models/finding_schema_or_operation.py +1 -1
- oci/database_management/models/fleet_metric_definition.py +1 -1
- oci/database_management/models/fleet_metric_summary_definition.py +1 -1
- oci/database_management/models/fleet_status_by_category.py +1 -1
- oci/database_management/models/fleet_summary.py +1 -1
- oci/database_management/models/historic_addm_result.py +1 -1
- oci/database_management/models/implement_optimizer_statistics_advisor_recommendations_details.py +1 -1
- oci/database_management/models/implement_optimizer_statistics_advisor_recommendations_job.py +1 -1
- oci/database_management/models/instance_details.py +1 -1
- oci/database_management/models/iorm_plan.py +1 -1
- oci/database_management/models/job.py +1 -1
- oci/database_management/models/job_collection.py +1 -1
- oci/database_management/models/job_database.py +1 -1
- oci/database_management/models/job_execution.py +1 -1
- oci/database_management/models/job_execution_collection.py +1 -1
- oci/database_management/models/job_execution_result_details.py +1 -1
- oci/database_management/models/job_execution_result_location.py +1 -1
- oci/database_management/models/job_execution_summary.py +1 -1
- oci/database_management/models/job_executions_status_summary.py +1 -1
- oci/database_management/models/job_executions_status_summary_collection.py +1 -1
- oci/database_management/models/job_in_bind.py +1 -1
- oci/database_management/models/job_in_binds_details.py +1 -1
- oci/database_management/models/job_out_bind.py +1 -1
- oci/database_management/models/job_out_binds_details.py +1 -1
- oci/database_management/models/job_run.py +1 -1
- oci/database_management/models/job_run_collection.py +1 -1
- oci/database_management/models/job_run_summary.py +1 -1
- oci/database_management/models/job_schedule_details.py +1 -1
- oci/database_management/models/job_summary.py +1 -1
- oci/database_management/models/load_sql_plan_baselines_from_awr_details.py +1 -1
- oci/database_management/models/load_sql_plan_baselines_from_cursor_cache_details.py +1 -1
- oci/database_management/models/load_sql_tuning_set_details.py +1 -1
- oci/database_management/models/managed_database.py +1 -1
- oci/database_management/models/managed_database_collection.py +1 -1
- oci/database_management/models/managed_database_credential.py +1 -1
- oci/database_management/models/managed_database_group.py +1 -1
- oci/database_management/models/managed_database_group_collection.py +1 -1
- oci/database_management/models/managed_database_group_summary.py +1 -1
- oci/database_management/models/managed_database_password_credential.py +1 -1
- oci/database_management/models/managed_database_secret_credential.py +1 -1
- oci/database_management/models/managed_database_summary.py +1 -1
- oci/database_management/models/managed_my_sql_database.py +1 -1
- oci/database_management/models/managed_my_sql_database_collection.py +1 -1
- oci/database_management/models/managed_my_sql_database_summary.py +1 -1
- oci/database_management/models/memory_aggregate_metrics.py +1 -1
- oci/database_management/models/metric_data_point.py +1 -1
- oci/database_management/models/metric_dimension_definition.py +1 -1
- oci/database_management/models/metric_statistics_definition.py +1 -1
- oci/database_management/models/metrics_aggregation_range.py +1 -1
- oci/database_management/models/metrics_aggregation_range_collection.py +1 -1
- oci/database_management/models/modify_snapshot_settings_details.py +1 -1
- oci/database_management/models/my_sql_configuration_data_collection.py +1 -1
- oci/database_management/models/my_sql_configuration_data_summary.py +1 -1
- oci/database_management/models/my_sql_data_collection.py +1 -1
- oci/database_management/models/my_sql_data_summary.py +1 -1
- oci/database_management/models/my_sql_database_usage_metrics.py +1 -1
- oci/database_management/models/my_sql_fleet_by_category.py +1 -1
- oci/database_management/models/my_sql_fleet_metric_definition.py +1 -1
- oci/database_management/models/my_sql_fleet_metric_summary_definition.py +1 -1
- oci/database_management/models/my_sql_fleet_metrics.py +1 -1
- oci/database_management/models/my_sql_fleet_summary.py +1 -1
- oci/database_management/models/object_privilege_collection.py +1 -1
- oci/database_management/models/object_privilege_summary.py +1 -1
- oci/database_management/models/object_storage_job_execution_result_details.py +1 -1
- oci/database_management/models/object_storage_job_execution_result_location.py +1 -1
- oci/database_management/models/open_alert_history.py +1 -1
- oci/database_management/models/open_alert_summary.py +1 -1
- oci/database_management/models/optimizer_database.py +1 -1
- oci/database_management/models/optimizer_statistics_advisor_execution.py +1 -1
- oci/database_management/models/optimizer_statistics_advisor_execution_report.py +1 -1
- oci/database_management/models/optimizer_statistics_advisor_execution_script.py +1 -1
- oci/database_management/models/optimizer_statistics_advisor_execution_summary.py +1 -1
- oci/database_management/models/optimizer_statistics_advisor_executions_collection.py +1 -1
- oci/database_management/models/optimizer_statistics_collection_aggregation_summary.py +1 -1
- oci/database_management/models/optimizer_statistics_collection_aggregations_collection.py +1 -1
- oci/database_management/models/optimizer_statistics_collection_operation.py +1 -1
- oci/database_management/models/optimizer_statistics_collection_operation_summary.py +1 -1
- oci/database_management/models/optimizer_statistics_collection_operations_collection.py +1 -1
- oci/database_management/models/optimizer_statistics_operation_task.py +1 -1
- oci/database_management/models/parent_group.py +1 -1
- oci/database_management/models/patch_external_db_system_discovery_details.py +1 -1
- oci/database_management/models/patch_instruction.py +1 -1
- oci/database_management/models/patch_merge_instruction.py +1 -1
- oci/database_management/models/pdb_metrics.py +1 -1
- oci/database_management/models/pdb_status_details.py +1 -1
- oci/database_management/models/preferred_credential.py +1 -1
- oci/database_management/models/preferred_credential_collection.py +1 -1
- oci/database_management/models/preferred_credential_summary.py +1 -1
- oci/database_management/models/proxied_for_user_collection.py +1 -1
- oci/database_management/models/proxied_for_user_summary.py +1 -1
- oci/database_management/models/proxy_user_collection.py +1 -1
- oci/database_management/models/proxy_user_summary.py +1 -1
- oci/database_management/models/recommendation.py +1 -1
- oci/database_management/models/recommendation_example.py +1 -1
- oci/database_management/models/recommendation_example_line.py +1 -1
- oci/database_management/models/recommendation_rationale.py +1 -1
- oci/database_management/models/remove_data_file_details.py +1 -1
- oci/database_management/models/remove_managed_database_from_managed_database_group_details.py +1 -1
- oci/database_management/models/reset_database_parameters_details.py +1 -1
- oci/database_management/models/resize_data_file_details.py +1 -1
- oci/database_management/models/rest_credential.py +1 -1
- oci/database_management/models/role_collection.py +1 -1
- oci/database_management/models/role_summary.py +1 -1
- oci/database_management/models/rule_finding.py +1 -1
- oci/database_management/models/run_historic_addm_details.py +1 -1
- oci/database_management/models/save_sql_tuning_set_as_details.py +1 -1
- oci/database_management/models/schema_definition.py +1 -1
- oci/database_management/models/snapshot_details.py +1 -1
- oci/database_management/models/spm_evolve_task_parameters.py +1 -1
- oci/database_management/models/sql_cpu_activity.py +1 -1
- oci/database_management/models/sql_in_sql_tuning_set.py +1 -1
- oci/database_management/models/sql_job.py +1 -1
- oci/database_management/models/sql_metrics.py +1 -1
- oci/database_management/models/sql_plan_baseline.py +1 -1
- oci/database_management/models/sql_plan_baseline_aggregation.py +1 -1
- oci/database_management/models/sql_plan_baseline_aggregation_collection.py +1 -1
- oci/database_management/models/sql_plan_baseline_collection.py +1 -1
- oci/database_management/models/sql_plan_baseline_configuration.py +1 -1
- oci/database_management/models/sql_plan_baseline_dimensions.py +1 -1
- oci/database_management/models/sql_plan_baseline_job.py +1 -1
- oci/database_management/models/sql_plan_baseline_job_collection.py +1 -1
- oci/database_management/models/sql_plan_baseline_job_summary.py +1 -1
- oci/database_management/models/sql_plan_baseline_summary.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_collection.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_finding_collection.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_finding_summary.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_recommendation_collection.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_recommendation_summary.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_sql_execution_plan.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_summary.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_summary_finding_benefits.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_summary_finding_counts.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_summary_report.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_summary_report_index_finding_summary.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_summary_report_object_stat_finding_summary.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_summary_report_statement_counts.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_summary_report_statistics.py +1 -1
- oci/database_management/models/sql_tuning_advisor_task_summary_report_task_info.py +1 -1
- oci/database_management/models/sql_tuning_set.py +1 -1
- oci/database_management/models/sql_tuning_set_admin_action_status.py +1 -1
- oci/database_management/models/sql_tuning_set_admin_credential_details.py +1 -1
- oci/database_management/models/sql_tuning_set_admin_password_credential_details.py +1 -1
- oci/database_management/models/sql_tuning_set_admin_secret_credential_details.py +1 -1
- oci/database_management/models/sql_tuning_set_collection.py +1 -1
- oci/database_management/models/sql_tuning_set_input.py +1 -1
- oci/database_management/models/sql_tuning_set_summary.py +1 -1
- oci/database_management/models/sql_tuning_task_credential_details.py +1 -1
- oci/database_management/models/sql_tuning_task_password_credential_details.py +1 -1
- oci/database_management/models/sql_tuning_task_plan_stats.py +1 -1
- oci/database_management/models/sql_tuning_task_return.py +1 -1
- oci/database_management/models/sql_tuning_task_secret_credential_details.py +1 -1
- oci/database_management/models/sql_tuning_task_sql_detail.py +1 -1
- oci/database_management/models/sql_tuning_task_sql_execution_plan_step.py +1 -1
- oci/database_management/models/start_sql_tuning_task_details.py +1 -1
- oci/database_management/models/statements_aggregate_metrics.py +1 -1
- oci/database_management/models/system_privilege_collection.py +1 -1
- oci/database_management/models/system_privilege_summary.py +1 -1
- oci/database_management/models/table_statistic_summary.py +1 -1
- oci/database_management/models/table_statistics_collection.py +1 -1
- oci/database_management/models/tablespace.py +1 -1
- oci/database_management/models/tablespace_admin_credential_details.py +1 -1
- oci/database_management/models/tablespace_admin_password_credential_details.py +1 -1
- oci/database_management/models/tablespace_admin_secret_credential_details.py +1 -1
- oci/database_management/models/tablespace_admin_status.py +1 -1
- oci/database_management/models/tablespace_collection.py +1 -1
- oci/database_management/models/tablespace_storage_size.py +1 -1
- oci/database_management/models/tablespace_summary.py +1 -1
- oci/database_management/models/test_basic_preferred_credential_details.py +1 -1
- oci/database_management/models/test_preferred_credential_details.py +1 -1
- oci/database_management/models/test_preferred_credential_status.py +1 -1
- oci/database_management/models/time_series_metric_data_point.py +1 -1
- oci/database_management/models/time_series_metric_definition.py +1 -1
- oci/database_management/models/top_sql_cpu_activity.py +1 -1
- oci/database_management/models/update_basic_preferred_credential_details.py +1 -1
- oci/database_management/models/update_database_parameters_result.py +1 -1
- oci/database_management/models/update_db_management_private_endpoint_details.py +1 -1
- oci/database_management/models/update_external_asm_details.py +1 -1
- oci/database_management/models/update_external_cluster_details.py +1 -1
- oci/database_management/models/update_external_cluster_instance_details.py +1 -1
- oci/database_management/models/update_external_db_node_details.py +1 -1
- oci/database_management/models/update_external_db_system_connector_details.py +1 -1
- oci/database_management/models/update_external_db_system_details.py +1 -1
- oci/database_management/models/update_external_db_system_discovery_details.py +1 -1
- oci/database_management/models/update_external_db_system_macs_connector_details.py +1 -1
- oci/database_management/models/update_external_exadata_infrastructure_details.py +1 -1
- oci/database_management/models/update_external_exadata_storage_connector_details.py +1 -1
- oci/database_management/models/update_external_listener_details.py +1 -1
- oci/database_management/models/update_job_details.py +1 -1
- oci/database_management/models/update_managed_database_group_details.py +1 -1
- oci/database_management/models/update_preferred_credential_details.py +1 -1
- oci/database_management/models/update_sql_job_details.py +1 -1
- oci/database_management/models/update_tablespace_details.py +1 -1
- oci/database_management/models/user.py +1 -1
- oci/database_management/models/user_collection.py +1 -1
- oci/database_management/models/user_summary.py +1 -1
- oci/database_management/models/validate_basic_filter_details.py +1 -1
- oci/database_management/models/work_request.py +1 -1
- oci/database_management/models/work_request_collection.py +1 -1
- oci/database_management/models/work_request_error.py +1 -1
- oci/database_management/models/work_request_error_collection.py +1 -1
- oci/database_management/models/work_request_log_entry.py +1 -1
- oci/database_management/models/work_request_log_entry_collection.py +1 -1
- oci/database_management/models/work_request_resource.py +1 -1
- oci/database_management/models/work_request_sub_resource.py +1 -1
- oci/database_management/models/work_request_summary.py +1 -1
- oci/database_management/perfhub_client.py +2 -2
- oci/database_management/perfhub_client_composite_operations.py +1 -1
- oci/database_management/sql_tuning_client.py +18 -18
- oci/database_management/sql_tuning_client_composite_operations.py +1 -1
- oci/database_migration/__init__.py +1 -1
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_migration/database_migration_client_composite_operations.py +1 -1
- oci/database_migration/models/__init__.py +1 -1
- oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/adb_dedicated_remap_target_tablespace_details.py +1 -1
- oci/database_migration/models/adb_serverles_tablespace_details.py +1 -1
- oci/database_migration/models/admin_credentials.py +1 -1
- oci/database_migration/models/advisor_report.py +1 -1
- oci/database_migration/models/advisor_report_bucket_details.py +1 -1
- oci/database_migration/models/advisor_report_location_details.py +1 -1
- oci/database_migration/models/advisor_settings.py +1 -1
- oci/database_migration/models/agent.py +1 -1
- oci/database_migration/models/agent_collection.py +1 -1
- oci/database_migration/models/agent_image_collection.py +1 -1
- oci/database_migration/models/agent_image_summary.py +1 -1
- oci/database_migration/models/agent_summary.py +1 -1
- oci/database_migration/models/aws_s3_data_transfer_medium_details.py +1 -1
- oci/database_migration/models/aws_s3_details.py +1 -1
- oci/database_migration/models/change_agent_compartment_details.py +1 -1
- oci/database_migration/models/change_connection_compartment_details.py +1 -1
- oci/database_migration/models/change_migration_compartment_details.py +1 -1
- oci/database_migration/models/clone_migration_details.py +1 -1
- oci/database_migration/models/connect_descriptor.py +1 -1
- oci/database_migration/models/connection.py +1 -1
- oci/database_migration/models/connection_collection.py +1 -1
- oci/database_migration/models/connection_summary.py +1 -1
- oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/create_adb_dedicated_remap_target_tablespace_details.py +1 -1
- oci/database_migration/models/create_adb_serverles_tablespace_details.py +1 -1
- oci/database_migration/models/create_admin_credentials.py +1 -1
- oci/database_migration/models/create_advisor_settings.py +1 -1
- oci/database_migration/models/create_agent_details.py +1 -1
- oci/database_migration/models/create_aws_s3_details.py +1 -1
- oci/database_migration/models/create_connect_descriptor.py +1 -1
- oci/database_migration/models/create_connection_details.py +1 -1
- oci/database_migration/models/create_curl_transfer_details.py +1 -1
- oci/database_migration/models/create_data_pump_parameters.py +1 -1
- oci/database_migration/models/create_data_pump_settings.py +1 -1
- oci/database_migration/models/create_data_transfer_medium_details.py +1 -1
- oci/database_migration/models/create_database_link_details.py +1 -1
- oci/database_migration/models/create_directory_object.py +1 -1
- oci/database_migration/models/create_dump_transfer_details.py +1 -1
- oci/database_migration/models/create_extract.py +1 -1
- oci/database_migration/models/create_golden_gate_details.py +1 -1
- oci/database_migration/models/create_golden_gate_hub.py +1 -1
- oci/database_migration/models/create_golden_gate_service_details.py +1 -1
- oci/database_migration/models/create_golden_gate_settings.py +1 -1
- oci/database_migration/models/create_host_dump_transfer_details.py +1 -1
- oci/database_migration/models/create_migration_details.py +1 -1
- oci/database_migration/models/create_non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/create_non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/create_object_store_bucket.py +1 -1
- oci/database_migration/models/create_oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/create_private_endpoint.py +1 -1
- oci/database_migration/models/create_replicat.py +1 -1
- oci/database_migration/models/create_ssh_details.py +1 -1
- oci/database_migration/models/create_target_type_tablespace_details.py +1 -1
- oci/database_migration/models/create_vault_details.py +1 -1
- oci/database_migration/models/curl_transfer_details.py +1 -1
- oci/database_migration/models/data_pump_parameters.py +1 -1
- oci/database_migration/models/data_pump_settings.py +1 -1
- oci/database_migration/models/data_transfer_medium_details.py +1 -1
- oci/database_migration/models/data_transfer_medium_details_v2.py +1 -1
- oci/database_migration/models/database_credentials.py +1 -1
- oci/database_migration/models/database_link_details.py +1 -1
- oci/database_migration/models/database_object.py +1 -1
- oci/database_migration/models/db_link_data_transfer_medium_details.py +1 -1
- oci/database_migration/models/diagnostics_result.py +1 -1
- oci/database_migration/models/directory_object.py +1 -1
- oci/database_migration/models/dump_transfer_details.py +1 -1
- oci/database_migration/models/excluded_object_summary.py +1 -1
- oci/database_migration/models/excluded_object_summary_collection.py +1 -1
- oci/database_migration/models/extract.py +1 -1
- oci/database_migration/models/generate_token.py +1 -1
- oci/database_migration/models/ggs_deployment.py +1 -1
- oci/database_migration/models/golden_gate_details.py +1 -1
- oci/database_migration/models/golden_gate_hub.py +1 -1
- oci/database_migration/models/golden_gate_service_details.py +1 -1
- oci/database_migration/models/golden_gate_settings.py +1 -1
- oci/database_migration/models/host_dump_transfer_details.py +1 -1
- oci/database_migration/models/job.py +1 -1
- oci/database_migration/models/job_collection.py +1 -1
- oci/database_migration/models/job_output_summary.py +1 -1
- oci/database_migration/models/job_output_summary_collection.py +1 -1
- oci/database_migration/models/job_summary.py +1 -1
- oci/database_migration/models/log_location_bucket_details.py +1 -1
- oci/database_migration/models/metadata_remap.py +1 -1
- oci/database_migration/models/migration.py +1 -1
- oci/database_migration/models/migration_collection.py +1 -1
- oci/database_migration/models/migration_job_progress_resource.py +1 -1
- oci/database_migration/models/migration_job_progress_summary.py +1 -1
- oci/database_migration/models/migration_object_collection.py +1 -1
- oci/database_migration/models/migration_object_summary.py +1 -1
- oci/database_migration/models/migration_object_type_summary.py +1 -1
- oci/database_migration/models/migration_object_type_summary_collection.py +1 -1
- oci/database_migration/models/migration_phase_collection.py +1 -1
- oci/database_migration/models/migration_phase_summary.py +1 -1
- oci/database_migration/models/migration_summary.py +1 -1
- oci/database_migration/models/nfs_data_transfer_medium_details.py +1 -1
- oci/database_migration/models/non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/object_storage_data_transfer_medium_details.py +1 -1
- oci/database_migration/models/object_store_bucket.py +1 -1
- oci/database_migration/models/oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/par_link.py +1 -1
- oci/database_migration/models/phase_extract_entry.py +1 -1
- oci/database_migration/models/phase_status.py +1 -1
- oci/database_migration/models/private_endpoint_details.py +1 -1
- oci/database_migration/models/replicat.py +1 -1
- oci/database_migration/models/result_error.py +1 -1
- oci/database_migration/models/resume_job_details.py +1 -1
- oci/database_migration/models/ssh_details.py +1 -1
- oci/database_migration/models/start_migration_details.py +1 -1
- oci/database_migration/models/target_type_tablespace_details.py +1 -1
- oci/database_migration/models/unsupported_database_object.py +1 -1
- oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/update_adb_dedicated_remap_target_tablespace_details.py +1 -1
- oci/database_migration/models/update_adb_serverles_tablespace_details.py +1 -1
- oci/database_migration/models/update_admin_credentials.py +1 -1
- oci/database_migration/models/update_advisor_settings.py +1 -1
- oci/database_migration/models/update_agent_details.py +1 -1
- oci/database_migration/models/update_aws_s3_details.py +1 -1
- oci/database_migration/models/update_connect_descriptor.py +1 -1
- oci/database_migration/models/update_connection_details.py +1 -1
- oci/database_migration/models/update_curl_transfer_details.py +1 -1
- oci/database_migration/models/update_data_pump_parameters.py +1 -1
- oci/database_migration/models/update_data_pump_settings.py +1 -1
- oci/database_migration/models/update_data_transfer_medium_details.py +1 -1
- oci/database_migration/models/update_database_link_details.py +1 -1
- oci/database_migration/models/update_directory_object.py +1 -1
- oci/database_migration/models/update_dump_transfer_details.py +1 -1
- oci/database_migration/models/update_extract.py +1 -1
- oci/database_migration/models/update_golden_gate_details.py +1 -1
- oci/database_migration/models/update_golden_gate_hub.py +1 -1
- oci/database_migration/models/update_golden_gate_service_details.py +1 -1
- oci/database_migration/models/update_golden_gate_settings.py +1 -1
- oci/database_migration/models/update_host_dump_transfer_details.py +1 -1
- oci/database_migration/models/update_job_details.py +1 -1
- oci/database_migration/models/update_migration_details.py +1 -1
- oci/database_migration/models/update_non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/update_non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/update_object_store_bucket.py +1 -1
- oci/database_migration/models/update_oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/update_private_endpoint.py +1 -1
- oci/database_migration/models/update_replicat.py +1 -1
- oci/database_migration/models/update_ssh_details.py +1 -1
- oci/database_migration/models/update_target_defaults_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/update_target_defaults_remap_tablespace_details.py +1 -1
- oci/database_migration/models/update_target_type_tablespace_details.py +1 -1
- oci/database_migration/models/update_vault_details.py +1 -1
- oci/database_migration/models/vault_details.py +1 -1
- oci/database_migration/models/work_request.py +1 -1
- oci/database_migration/models/work_request_collection.py +1 -1
- oci/database_migration/models/work_request_error.py +1 -1
- oci/database_migration/models/work_request_error_collection.py +1 -1
- oci/database_migration/models/work_request_log_entry.py +1 -1
- oci/database_migration/models/work_request_log_entry_collection.py +1 -1
- oci/database_migration/models/work_request_resource.py +1 -1
- oci/database_migration/models/work_request_summary.py +1 -1
- oci/database_tools/__init__.py +1 -1
- oci/database_tools/database_tools_client.py +24 -24
- oci/database_tools/database_tools_client_composite_operations.py +1 -1
- oci/database_tools/models/__init__.py +1 -1
- oci/database_tools/models/add_resource_lock_details.py +1 -1
- oci/database_tools/models/change_database_tools_connection_compartment_details.py +1 -1
- oci/database_tools/models/change_database_tools_private_endpoint_compartment_details.py +1 -1
- oci/database_tools/models/create_database_tools_connection_details.py +1 -1
- oci/database_tools/models/create_database_tools_connection_generic_jdbc_details.py +1 -1
- oci/database_tools/models/create_database_tools_connection_my_sql_details.py +1 -1
- oci/database_tools/models/create_database_tools_connection_oracle_database_details.py +1 -1
- oci/database_tools/models/create_database_tools_connection_postgresql_details.py +1 -1
- oci/database_tools/models/create_database_tools_private_endpoint_details.py +1 -1
- oci/database_tools/models/create_database_tools_related_resource_details.py +1 -1
- oci/database_tools/models/create_database_tools_related_resource_my_sql_details.py +1 -1
- oci/database_tools/models/create_database_tools_related_resource_postgresql_details.py +1 -1
- oci/database_tools/models/database_tools_allowed_network_sources.py +1 -1
- oci/database_tools/models/database_tools_connection.py +1 -1
- oci/database_tools/models/database_tools_connection_collection.py +1 -1
- oci/database_tools/models/database_tools_connection_generic_jdbc.py +1 -1
- oci/database_tools/models/database_tools_connection_generic_jdbc_summary.py +1 -1
- oci/database_tools/models/database_tools_connection_my_sql.py +1 -1
- oci/database_tools/models/database_tools_connection_my_sql_summary.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_proxy_client.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_details.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_no_proxy.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_no_proxy_details.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_no_proxy_summary.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_summary.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_user_name.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_user_name_details.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_user_name_summary.py +1 -1
- oci/database_tools/models/database_tools_connection_oracle_database_summary.py +1 -1
- oci/database_tools/models/database_tools_connection_postgresql.py +1 -1
- oci/database_tools/models/database_tools_connection_postgresql_summary.py +1 -1
- oci/database_tools/models/database_tools_connection_summary.py +1 -1
- oci/database_tools/models/database_tools_endpoint_service.py +1 -1
- oci/database_tools/models/database_tools_endpoint_service_collection.py +1 -1
- oci/database_tools/models/database_tools_endpoint_service_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store.py +1 -1
- oci/database_tools/models/database_tools_key_store_content.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_generic_jdbc.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_generic_jdbc_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_generic_jdbc_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_my_sql.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_my_sql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_my_sql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_postgresql.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_postgresql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_postgresql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_generic_jdbc.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_generic_jdbc_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_generic_jdbc_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_my_sql.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_my_sql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_my_sql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_postgresql.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_postgresql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_postgresql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_secret_id_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_content_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_generic_jdbc.py +1 -1
- oci/database_tools/models/database_tools_key_store_generic_jdbc_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_generic_jdbc_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_my_sql.py +1 -1
- oci/database_tools/models/database_tools_key_store_my_sql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_my_sql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_password.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_generic_jdbc.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_generic_jdbc_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_generic_jdbc_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_my_sql.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_my_sql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_my_sql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_postgresql.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_postgresql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_postgresql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_generic_jdbc.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_generic_jdbc_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_generic_jdbc_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_postgresql.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_postgresql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_postgresql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_secret_id_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_password_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_postgresql.py +1 -1
- oci/database_tools/models/database_tools_key_store_postgresql_details.py +1 -1
- oci/database_tools/models/database_tools_key_store_postgresql_summary.py +1 -1
- oci/database_tools/models/database_tools_key_store_summary.py +1 -1
- oci/database_tools/models/database_tools_private_endpoint.py +1 -1
- oci/database_tools/models/database_tools_private_endpoint_collection.py +1 -1
- oci/database_tools/models/database_tools_private_endpoint_reverse_connection_configuration.py +1 -1
- oci/database_tools/models/database_tools_private_endpoint_reverse_connections_source_ip.py +1 -1
- oci/database_tools/models/database_tools_private_endpoint_summary.py +1 -1
- oci/database_tools/models/database_tools_related_resource.py +1 -1
- oci/database_tools/models/database_tools_related_resource_my_sql.py +1 -1
- oci/database_tools/models/database_tools_related_resource_postgresql.py +1 -1
- oci/database_tools/models/database_tools_user_password.py +1 -1
- oci/database_tools/models/database_tools_user_password_details.py +1 -1
- oci/database_tools/models/database_tools_user_password_secret_id.py +1 -1
- oci/database_tools/models/database_tools_user_password_secret_id_details.py +1 -1
- oci/database_tools/models/database_tools_user_password_secret_id_summary.py +1 -1
- oci/database_tools/models/database_tools_user_password_summary.py +1 -1
- oci/database_tools/models/database_tools_virtual_source.py +1 -1
- oci/database_tools/models/remove_resource_lock_details.py +1 -1
- oci/database_tools/models/resource_lock.py +1 -1
- oci/database_tools/models/update_database_tools_connection_details.py +1 -1
- oci/database_tools/models/update_database_tools_connection_generic_jdbc_details.py +1 -1
- oci/database_tools/models/update_database_tools_connection_my_sql_details.py +1 -1
- oci/database_tools/models/update_database_tools_connection_oracle_database_details.py +1 -1
- oci/database_tools/models/update_database_tools_connection_postgresql_details.py +1 -1
- oci/database_tools/models/update_database_tools_private_endpoint_details.py +1 -1
- oci/database_tools/models/update_database_tools_related_resource_details.py +1 -1
- oci/database_tools/models/update_database_tools_related_resource_my_sql_details.py +1 -1
- oci/database_tools/models/update_database_tools_related_resource_postgresql_details.py +1 -1
- oci/database_tools/models/validate_database_tools_connection_details.py +1 -1
- oci/database_tools/models/validate_database_tools_connection_my_sql_details.py +1 -1
- oci/database_tools/models/validate_database_tools_connection_my_sql_result.py +1 -1
- oci/database_tools/models/validate_database_tools_connection_oracle_database_details.py +1 -1
- oci/database_tools/models/validate_database_tools_connection_oracle_database_result.py +1 -1
- oci/database_tools/models/validate_database_tools_connection_postgresql_details.py +1 -1
- oci/database_tools/models/validate_database_tools_connection_postgresql_result.py +1 -1
- oci/database_tools/models/validate_database_tools_connection_result.py +1 -1
- oci/database_tools/models/work_request.py +1 -1
- oci/database_tools/models/work_request_collection.py +1 -1
- oci/database_tools/models/work_request_error.py +1 -1
- oci/database_tools/models/work_request_error_collection.py +1 -1
- oci/database_tools/models/work_request_log_entry.py +1 -1
- oci/database_tools/models/work_request_log_entry_collection.py +1 -1
- oci/database_tools/models/work_request_resource.py +1 -1
- oci/database_tools/models/work_request_summary.py +1 -1
- oci/decorators.py +1 -1
- oci/devops/__init__.py +1 -1
- oci/devops/devops_client.py +90 -90
- oci/devops/devops_client_composite_operations.py +1 -1
- oci/devops/models/__init__.py +1 -1
- oci/devops/models/absolute_wait_criteria.py +1 -1
- oci/devops/models/absolute_wait_criteria_summary.py +1 -1
- oci/devops/models/actual_build_runner_shape_config.py +1 -1
- oci/devops/models/approval_action.py +1 -1
- oci/devops/models/approval_policy.py +1 -1
- oci/devops/models/approve_deployment_details.py +1 -1
- oci/devops/models/automated_deploy_stage_rollback_policy.py +1 -1
- oci/devops/models/backend_set_ip_collection.py +1 -1
- oci/devops/models/bitbucket_cloud_app_password_connection.py +1 -1
- oci/devops/models/bitbucket_cloud_app_password_connection_summary.py +1 -1
- oci/devops/models/bitbucket_cloud_build_run_source.py +1 -1
- oci/devops/models/bitbucket_cloud_build_source.py +1 -1
- oci/devops/models/bitbucket_cloud_filter.py +1 -1
- oci/devops/models/bitbucket_cloud_filter_attributes.py +1 -1
- oci/devops/models/bitbucket_cloud_filter_exclusion_attributes.py +1 -1
- oci/devops/models/bitbucket_cloud_trigger.py +1 -1
- oci/devops/models/bitbucket_cloud_trigger_create_result.py +1 -1
- oci/devops/models/bitbucket_cloud_trigger_summary.py +1 -1
- oci/devops/models/bitbucket_server_access_token_connection.py +1 -1
- oci/devops/models/bitbucket_server_build_run_source.py +1 -1
- oci/devops/models/bitbucket_server_build_source.py +1 -1
- oci/devops/models/bitbucket_server_filter.py +1 -1
- oci/devops/models/bitbucket_server_filter_attributes.py +1 -1
- oci/devops/models/bitbucket_server_token_connection_summary.py +1 -1
- oci/devops/models/bitbucket_server_trigger.py +1 -1
- oci/devops/models/bitbucket_server_trigger_create_result.py +1 -1
- oci/devops/models/bitbucket_server_trigger_summary.py +1 -1
- oci/devops/models/build_outputs.py +1 -1
- oci/devops/models/build_pipeline.py +1 -1
- oci/devops/models/build_pipeline_collection.py +1 -1
- oci/devops/models/build_pipeline_parameter.py +1 -1
- oci/devops/models/build_pipeline_parameter_collection.py +1 -1
- oci/devops/models/build_pipeline_stage.py +1 -1
- oci/devops/models/build_pipeline_stage_collection.py +1 -1
- oci/devops/models/build_pipeline_stage_predecessor.py +1 -1
- oci/devops/models/build_pipeline_stage_predecessor_collection.py +1 -1
- oci/devops/models/build_pipeline_stage_run_progress.py +1 -1
- oci/devops/models/build_pipeline_stage_summary.py +1 -1
- oci/devops/models/build_pipeline_summary.py +1 -1
- oci/devops/models/build_run.py +1 -1
- oci/devops/models/build_run_argument.py +1 -1
- oci/devops/models/build_run_argument_collection.py +1 -1
- oci/devops/models/build_run_progress.py +1 -1
- oci/devops/models/build_run_progress_summary.py +1 -1
- oci/devops/models/build_run_source.py +1 -1
- oci/devops/models/build_run_summary.py +1 -1
- oci/devops/models/build_run_summary_collection.py +1 -1
- oci/devops/models/build_runner_shape_config.py +1 -1
- oci/devops/models/build_source.py +1 -1
- oci/devops/models/build_source_collection.py +1 -1
- oci/devops/models/build_stage.py +1 -1
- oci/devops/models/build_stage_run_progress.py +1 -1
- oci/devops/models/build_stage_run_step.py +1 -1
- oci/devops/models/build_stage_summary.py +1 -1
- oci/devops/models/ca_cert_verify.py +1 -1
- oci/devops/models/cancel_build_run_details.py +1 -1
- oci/devops/models/cancel_deployment_details.py +1 -1
- oci/devops/models/change_project_compartment_details.py +1 -1
- oci/devops/models/commit_info.py +1 -1
- oci/devops/models/compute_instance_group_blue_green_deploy_stage.py +1 -1
- oci/devops/models/compute_instance_group_blue_green_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/compute_instance_group_blue_green_deploy_stage_summary.py +1 -1
- oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage.py +1 -1
- oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_summary.py +1 -1
- oci/devops/models/compute_instance_group_by_ids_selector.py +1 -1
- oci/devops/models/compute_instance_group_by_query_selector.py +1 -1
- oci/devops/models/compute_instance_group_canary_approval_deploy_stage.py +1 -1
- oci/devops/models/compute_instance_group_canary_approval_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/compute_instance_group_canary_approval_deploy_stage_summary.py +1 -1
- oci/devops/models/compute_instance_group_canary_deploy_stage.py +1 -1
- oci/devops/models/compute_instance_group_canary_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/compute_instance_group_canary_deploy_stage_summary.py +1 -1
- oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage.py +1 -1
- oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_summary.py +1 -1
- oci/devops/models/compute_instance_group_deploy_environment.py +1 -1
- oci/devops/models/compute_instance_group_deploy_environment_summary.py +1 -1
- oci/devops/models/compute_instance_group_deploy_stage.py +1 -1
- oci/devops/models/compute_instance_group_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/compute_instance_group_deploy_stage_summary.py +1 -1
- oci/devops/models/compute_instance_group_failure_policy.py +1 -1
- oci/devops/models/compute_instance_group_failure_policy_by_count.py +1 -1
- oci/devops/models/compute_instance_group_failure_policy_by_percentage.py +1 -1
- oci/devops/models/compute_instance_group_linear_rollout_policy_by_count.py +1 -1
- oci/devops/models/compute_instance_group_linear_rollout_policy_by_percentage.py +1 -1
- oci/devops/models/compute_instance_group_rollout_policy.py +1 -1
- oci/devops/models/compute_instance_group_selector.py +1 -1
- oci/devops/models/compute_instance_group_selector_collection.py +1 -1
- oci/devops/models/connection.py +1 -1
- oci/devops/models/connection_collection.py +1 -1
- oci/devops/models/connection_summary.py +1 -1
- oci/devops/models/connection_validation_result.py +1 -1
- oci/devops/models/container_config.py +1 -1
- oci/devops/models/container_instance_config.py +1 -1
- oci/devops/models/container_registry_delivered_artifact.py +1 -1
- oci/devops/models/count_based_approval_policy.py +1 -1
- oci/devops/models/create_absolute_wait_criteria_details.py +1 -1
- oci/devops/models/create_bitbucket_cloud_app_password_connection_details.py +1 -1
- oci/devops/models/create_bitbucket_cloud_trigger_details.py +1 -1
- oci/devops/models/create_bitbucket_server_access_token_connection_details.py +1 -1
- oci/devops/models/create_bitbucket_server_trigger_details.py +1 -1
- oci/devops/models/create_build_pipeline_details.py +1 -1
- oci/devops/models/create_build_pipeline_stage_details.py +1 -1
- oci/devops/models/create_build_run_details.py +1 -1
- oci/devops/models/create_build_stage_details.py +1 -1
- oci/devops/models/create_compute_instance_group_blue_green_deploy_stage_details.py +1 -1
- oci/devops/models/create_compute_instance_group_blue_green_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/create_compute_instance_group_canary_approval_deploy_stage_details.py +1 -1
- oci/devops/models/create_compute_instance_group_canary_deploy_stage_details.py +1 -1
- oci/devops/models/create_compute_instance_group_canary_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/create_compute_instance_group_deploy_environment_details.py +1 -1
- oci/devops/models/create_compute_instance_group_deploy_stage_details.py +1 -1
- oci/devops/models/create_connection_details.py +1 -1
- oci/devops/models/create_deliver_artifact_stage_details.py +1 -1
- oci/devops/models/create_deploy_artifact_details.py +1 -1
- oci/devops/models/create_deploy_environment_details.py +1 -1
- oci/devops/models/create_deploy_pipeline_deployment_details.py +1 -1
- oci/devops/models/create_deploy_pipeline_details.py +1 -1
- oci/devops/models/create_deploy_pipeline_redeployment_details.py +1 -1
- oci/devops/models/create_deploy_stage_details.py +1 -1
- oci/devops/models/create_deployment_details.py +1 -1
- oci/devops/models/create_devops_code_repository_trigger_details.py +1 -1
- oci/devops/models/create_function_deploy_environment_details.py +1 -1
- oci/devops/models/create_function_deploy_stage_details.py +1 -1
- oci/devops/models/create_github_access_token_connection_details.py +1 -1
- oci/devops/models/create_github_trigger_details.py +1 -1
- oci/devops/models/create_gitlab_access_token_connection_details.py +1 -1
- oci/devops/models/create_gitlab_server_access_token_connection_details.py +1 -1
- oci/devops/models/create_gitlab_server_trigger_details.py +1 -1
- oci/devops/models/create_gitlab_trigger_details.py +1 -1
- oci/devops/models/create_invoke_function_deploy_stage_details.py +1 -1
- oci/devops/models/create_load_balancer_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/create_manual_approval_deploy_stage_details.py +1 -1
- oci/devops/models/create_oke_blue_green_deploy_stage_details.py +1 -1
- oci/devops/models/create_oke_blue_green_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/create_oke_canary_approval_deploy_stage_details.py +1 -1
- oci/devops/models/create_oke_canary_deploy_stage_details.py +1 -1
- oci/devops/models/create_oke_canary_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/create_oke_cluster_deploy_environment_details.py +1 -1
- oci/devops/models/create_oke_deploy_stage_details.py +1 -1
- oci/devops/models/create_oke_helm_chart_deploy_stage_details.py +1 -1
- oci/devops/models/create_project_details.py +1 -1
- oci/devops/models/create_repository_details.py +1 -1
- oci/devops/models/create_shell_deploy_stage_details.py +1 -1
- oci/devops/models/create_single_deploy_stage_deployment_details.py +1 -1
- oci/devops/models/create_single_deploy_stage_redeployment_details.py +1 -1
- oci/devops/models/create_trigger_deployment_stage_details.py +1 -1
- oci/devops/models/create_trigger_details.py +1 -1
- oci/devops/models/create_vbs_access_token_connection_details.py +1 -1
- oci/devops/models/create_vbs_trigger_details.py +1 -1
- oci/devops/models/create_wait_criteria_details.py +1 -1
- oci/devops/models/create_wait_deploy_stage_details.py +1 -1
- oci/devops/models/create_wait_stage_details.py +1 -1
- oci/devops/models/custom_build_runner_shape_config.py +1 -1
- oci/devops/models/default_build_runner_shape_config.py +1 -1
- oci/devops/models/deliver_artifact.py +1 -1
- oci/devops/models/deliver_artifact_collection.py +1 -1
- oci/devops/models/deliver_artifact_stage.py +1 -1
- oci/devops/models/deliver_artifact_stage_run_progress.py +1 -1
- oci/devops/models/deliver_artifact_stage_summary.py +1 -1
- oci/devops/models/delivered_artifact.py +1 -1
- oci/devops/models/delivered_artifact_collection.py +1 -1
- oci/devops/models/deploy_artifact.py +1 -1
- oci/devops/models/deploy_artifact_collection.py +1 -1
- oci/devops/models/deploy_artifact_override_argument.py +1 -1
- oci/devops/models/deploy_artifact_override_argument_collection.py +1 -1
- oci/devops/models/deploy_artifact_source.py +1 -1
- oci/devops/models/deploy_artifact_summary.py +1 -1
- oci/devops/models/deploy_environment.py +1 -1
- oci/devops/models/deploy_environment_collection.py +1 -1
- oci/devops/models/deploy_environment_summary.py +1 -1
- oci/devops/models/deploy_pipeline.py +1 -1
- oci/devops/models/deploy_pipeline_artifact.py +1 -1
- oci/devops/models/deploy_pipeline_artifact_collection.py +1 -1
- oci/devops/models/deploy_pipeline_collection.py +1 -1
- oci/devops/models/deploy_pipeline_deployment.py +1 -1
- oci/devops/models/deploy_pipeline_deployment_summary.py +1 -1
- oci/devops/models/deploy_pipeline_environment.py +1 -1
- oci/devops/models/deploy_pipeline_environment_collection.py +1 -1
- oci/devops/models/deploy_pipeline_parameter.py +1 -1
- oci/devops/models/deploy_pipeline_parameter_collection.py +1 -1
- oci/devops/models/deploy_pipeline_redeployment.py +1 -1
- oci/devops/models/deploy_pipeline_redeployment_summary.py +1 -1
- oci/devops/models/deploy_pipeline_stage.py +1 -1
- oci/devops/models/deploy_pipeline_stage_collection.py +1 -1
- oci/devops/models/deploy_pipeline_summary.py +1 -1
- oci/devops/models/deploy_stage.py +1 -1
- oci/devops/models/deploy_stage_collection.py +1 -1
- oci/devops/models/deploy_stage_execution_progress.py +1 -1
- oci/devops/models/deploy_stage_execution_progress_details.py +1 -1
- oci/devops/models/deploy_stage_execution_step.py +1 -1
- oci/devops/models/deploy_stage_override_argument.py +1 -1
- oci/devops/models/deploy_stage_override_argument_collection.py +1 -1
- oci/devops/models/deploy_stage_predecessor.py +1 -1
- oci/devops/models/deploy_stage_predecessor_collection.py +1 -1
- oci/devops/models/deploy_stage_rollback_policy.py +1 -1
- oci/devops/models/deploy_stage_summary.py +1 -1
- oci/devops/models/deployment.py +1 -1
- oci/devops/models/deployment_argument.py +1 -1
- oci/devops/models/deployment_argument_collection.py +1 -1
- oci/devops/models/deployment_collection.py +1 -1
- oci/devops/models/deployment_execution_progress.py +1 -1
- oci/devops/models/deployment_summary.py +1 -1
- oci/devops/models/devops_code_repository_build_run_source.py +1 -1
- oci/devops/models/devops_code_repository_build_source.py +1 -1
- oci/devops/models/devops_code_repository_filter.py +1 -1
- oci/devops/models/devops_code_repository_filter_attributes.py +1 -1
- oci/devops/models/devops_code_repository_filter_exclusion_attributes.py +1 -1
- oci/devops/models/devops_code_repository_trigger.py +1 -1
- oci/devops/models/devops_code_repository_trigger_create_result.py +1 -1
- oci/devops/models/devops_code_repository_trigger_summary.py +1 -1
- oci/devops/models/diff_chunk.py +1 -1
- oci/devops/models/diff_collection.py +1 -1
- oci/devops/models/diff_line_details.py +1 -1
- oci/devops/models/diff_response.py +1 -1
- oci/devops/models/diff_response_entry.py +1 -1
- oci/devops/models/diff_section.py +1 -1
- oci/devops/models/diff_summary.py +1 -1
- oci/devops/models/exported_variable.py +1 -1
- oci/devops/models/exported_variable_collection.py +1 -1
- oci/devops/models/file_diff_response.py +1 -1
- oci/devops/models/file_filter.py +1 -1
- oci/devops/models/file_line_details.py +1 -1
- oci/devops/models/filter.py +1 -1
- oci/devops/models/function_deploy_environment.py +1 -1
- oci/devops/models/function_deploy_environment_summary.py +1 -1
- oci/devops/models/function_deploy_stage.py +1 -1
- oci/devops/models/function_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/function_deploy_stage_summary.py +1 -1
- oci/devops/models/generic_delivered_artifact.py +1 -1
- oci/devops/models/generic_deploy_artifact_source.py +1 -1
- oci/devops/models/github_access_token_connection.py +1 -1
- oci/devops/models/github_access_token_connection_summary.py +1 -1
- oci/devops/models/github_build_run_source.py +1 -1
- oci/devops/models/github_build_source.py +1 -1
- oci/devops/models/github_filter.py +1 -1
- oci/devops/models/github_filter_attributes.py +1 -1
- oci/devops/models/github_filter_exclusion_attributes.py +1 -1
- oci/devops/models/github_trigger.py +1 -1
- oci/devops/models/github_trigger_create_result.py +1 -1
- oci/devops/models/github_trigger_summary.py +1 -1
- oci/devops/models/gitlab_access_token_connection.py +1 -1
- oci/devops/models/gitlab_access_token_connection_summary.py +1 -1
- oci/devops/models/gitlab_build_run_source.py +1 -1
- oci/devops/models/gitlab_build_source.py +1 -1
- oci/devops/models/gitlab_filter.py +1 -1
- oci/devops/models/gitlab_filter_attributes.py +1 -1
- oci/devops/models/gitlab_filter_exclusion_attributes.py +1 -1
- oci/devops/models/gitlab_server_access_token_connection.py +1 -1
- oci/devops/models/gitlab_server_access_token_connection_summary.py +1 -1
- oci/devops/models/gitlab_server_build_run_source.py +1 -1
- oci/devops/models/gitlab_server_build_source.py +1 -1
- oci/devops/models/gitlab_server_filter.py +1 -1
- oci/devops/models/gitlab_server_filter_attributes.py +1 -1
- oci/devops/models/gitlab_server_filter_exclusion_attributes.py +1 -1
- oci/devops/models/gitlab_server_trigger.py +1 -1
- oci/devops/models/gitlab_server_trigger_create_result.py +1 -1
- oci/devops/models/gitlab_server_trigger_summary.py +1 -1
- oci/devops/models/gitlab_trigger.py +1 -1
- oci/devops/models/gitlab_trigger_create_result.py +1 -1
- oci/devops/models/gitlab_trigger_summary.py +1 -1
- oci/devops/models/helm_repository_deploy_artifact_source.py +1 -1
- oci/devops/models/helm_set_value.py +1 -1
- oci/devops/models/helm_set_value_collection.py +1 -1
- oci/devops/models/inline_deploy_artifact_source.py +1 -1
- oci/devops/models/inline_public_key_verification_key_source.py +1 -1
- oci/devops/models/invoke_function_deploy_stage.py +1 -1
- oci/devops/models/invoke_function_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/invoke_function_deploy_stage_summary.py +1 -1
- oci/devops/models/load_balancer_config.py +1 -1
- oci/devops/models/load_balancer_traffic_shift_deploy_stage.py +1 -1
- oci/devops/models/load_balancer_traffic_shift_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/load_balancer_traffic_shift_deploy_stage_summary.py +1 -1
- oci/devops/models/load_balancer_traffic_shift_rollout_policy.py +1 -1
- oci/devops/models/manual_approval_deploy_stage.py +1 -1
- oci/devops/models/manual_approval_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/manual_approval_deploy_stage_summary.py +1 -1
- oci/devops/models/manual_build_run_source.py +1 -1
- oci/devops/models/mirror_repository_config.py +1 -1
- oci/devops/models/network_channel.py +1 -1
- oci/devops/models/nginx_blue_green_strategy.py +1 -1
- oci/devops/models/nginx_canary_strategy.py +1 -1
- oci/devops/models/no_deploy_stage_rollback_policy.py +1 -1
- oci/devops/models/none_verification_key_source.py +1 -1
- oci/devops/models/notification_config.py +1 -1
- oci/devops/models/ocir_deploy_artifact_source.py +1 -1
- oci/devops/models/oke_blue_green_deploy_stage.py +1 -1
- oci/devops/models/oke_blue_green_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/oke_blue_green_deploy_stage_summary.py +1 -1
- oci/devops/models/oke_blue_green_strategy.py +1 -1
- oci/devops/models/oke_blue_green_traffic_shift_deploy_stage.py +1 -1
- oci/devops/models/oke_blue_green_traffic_shift_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/oke_blue_green_traffic_shift_deploy_stage_summary.py +1 -1
- oci/devops/models/oke_canary_approval_deploy_stage.py +1 -1
- oci/devops/models/oke_canary_approval_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/oke_canary_approval_deploy_stage_summary.py +1 -1
- oci/devops/models/oke_canary_deploy_stage.py +1 -1
- oci/devops/models/oke_canary_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/oke_canary_deploy_stage_summary.py +1 -1
- oci/devops/models/oke_canary_strategy.py +1 -1
- oci/devops/models/oke_canary_traffic_shift_deploy_stage.py +1 -1
- oci/devops/models/oke_canary_traffic_shift_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/oke_canary_traffic_shift_deploy_stage_summary.py +1 -1
- oci/devops/models/oke_cluster_deploy_environment.py +1 -1
- oci/devops/models/oke_cluster_deploy_environment_summary.py +1 -1
- oci/devops/models/oke_deploy_stage.py +1 -1
- oci/devops/models/oke_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/oke_deploy_stage_summary.py +1 -1
- oci/devops/models/oke_helm_chart_deploy_stage.py +1 -1
- oci/devops/models/oke_helm_chart_deploy_stage_summary.py +1 -1
- oci/devops/models/oke_helm_chart_deployment_stage_execution_progress.py +1 -1
- oci/devops/models/private_endpoint_channel.py +1 -1
- oci/devops/models/project.py +1 -1
- oci/devops/models/project_collection.py +1 -1
- oci/devops/models/project_summary.py +1 -1
- oci/devops/models/put_repository_branch_details.py +1 -1
- oci/devops/models/put_repository_ref_details.py +1 -1
- oci/devops/models/put_repository_tag_details.py +1 -1
- oci/devops/models/repository.py +1 -1
- oci/devops/models/repository_author_collection.py +1 -1
- oci/devops/models/repository_author_summary.py +1 -1
- oci/devops/models/repository_branch.py +1 -1
- oci/devops/models/repository_branch_summary.py +1 -1
- oci/devops/models/repository_collection.py +1 -1
- oci/devops/models/repository_commit.py +1 -1
- oci/devops/models/repository_commit_collection.py +1 -1
- oci/devops/models/repository_commit_summary.py +1 -1
- oci/devops/models/repository_file_lines.py +1 -1
- oci/devops/models/repository_mirror_record.py +1 -1
- oci/devops/models/repository_mirror_record_collection.py +1 -1
- oci/devops/models/repository_mirror_record_summary.py +1 -1
- oci/devops/models/repository_object.py +1 -1
- oci/devops/models/repository_path_collection.py +1 -1
- oci/devops/models/repository_path_summary.py +1 -1
- oci/devops/models/repository_ref.py +1 -1
- oci/devops/models/repository_ref_collection.py +1 -1
- oci/devops/models/repository_ref_summary.py +1 -1
- oci/devops/models/repository_summary.py +1 -1
- oci/devops/models/repository_tag.py +1 -1
- oci/devops/models/repository_tag_summary.py +1 -1
- oci/devops/models/run_pipeline_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/run_validation_test_on_compute_instance_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/service_vnic_channel.py +1 -1
- oci/devops/models/shape_config.py +1 -1
- oci/devops/models/shell_deploy_stage.py +1 -1
- oci/devops/models/shell_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/shell_deploy_stage_summary.py +1 -1
- oci/devops/models/single_deploy_stage_deployment.py +1 -1
- oci/devops/models/single_deploy_stage_deployment_summary.py +1 -1
- oci/devops/models/single_deploy_stage_redeployment.py +1 -1
- oci/devops/models/single_deploy_stage_redeployment_summary.py +1 -1
- oci/devops/models/tls_verify_config.py +1 -1
- oci/devops/models/trigger.py +1 -1
- oci/devops/models/trigger_action.py +1 -1
- oci/devops/models/trigger_build_pipeline_action.py +1 -1
- oci/devops/models/trigger_collection.py +1 -1
- oci/devops/models/trigger_create_result.py +1 -1
- oci/devops/models/trigger_deployment_pipeline_stage_run_progress.py +1 -1
- oci/devops/models/trigger_deployment_stage.py +1 -1
- oci/devops/models/trigger_deployment_stage_summary.py +1 -1
- oci/devops/models/trigger_info.py +1 -1
- oci/devops/models/trigger_schedule.py +1 -1
- oci/devops/models/trigger_summary.py +1 -1
- oci/devops/models/update_absolute_wait_criteria_details.py +1 -1
- oci/devops/models/update_bitbucket_cloud_app_password_connection_details.py +1 -1
- oci/devops/models/update_bitbucket_cloud_trigger_details.py +1 -1
- oci/devops/models/update_bitbucket_server_access_token_connection_details.py +1 -1
- oci/devops/models/update_bitbucket_server_trigger_details.py +1 -1
- oci/devops/models/update_build_pipeline_details.py +1 -1
- oci/devops/models/update_build_pipeline_stage_details.py +1 -1
- oci/devops/models/update_build_run_details.py +1 -1
- oci/devops/models/update_build_stage_details.py +1 -1
- oci/devops/models/update_compute_instance_group_blue_green_deploy_stage_details.py +1 -1
- oci/devops/models/update_compute_instance_group_blue_green_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/update_compute_instance_group_canary_approval_deploy_stage_details.py +1 -1
- oci/devops/models/update_compute_instance_group_canary_deploy_stage_details.py +1 -1
- oci/devops/models/update_compute_instance_group_canary_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/update_compute_instance_group_deploy_environment_details.py +1 -1
- oci/devops/models/update_compute_instance_group_deploy_stage_details.py +1 -1
- oci/devops/models/update_connection_details.py +1 -1
- oci/devops/models/update_deliver_artifact_stage_details.py +1 -1
- oci/devops/models/update_deploy_artifact_details.py +1 -1
- oci/devops/models/update_deploy_environment_details.py +1 -1
- oci/devops/models/update_deploy_pipeline_deployment_details.py +1 -1
- oci/devops/models/update_deploy_pipeline_details.py +1 -1
- oci/devops/models/update_deploy_pipeline_redeployment_details.py +1 -1
- oci/devops/models/update_deploy_stage_details.py +1 -1
- oci/devops/models/update_deployment_details.py +1 -1
- oci/devops/models/update_devops_code_repository_trigger_details.py +1 -1
- oci/devops/models/update_function_deploy_environment_details.py +1 -1
- oci/devops/models/update_function_deploy_stage_details.py +1 -1
- oci/devops/models/update_github_access_token_connection_details.py +1 -1
- oci/devops/models/update_github_trigger_details.py +1 -1
- oci/devops/models/update_gitlab_access_token_connection_details.py +1 -1
- oci/devops/models/update_gitlab_server_access_token_connection_details.py +1 -1
- oci/devops/models/update_gitlab_server_trigger_details.py +1 -1
- oci/devops/models/update_gitlab_trigger_details.py +1 -1
- oci/devops/models/update_invoke_function_deploy_stage_details.py +1 -1
- oci/devops/models/update_load_balancer_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/update_manual_approval_deploy_stage_details.py +1 -1
- oci/devops/models/update_oke_blue_green_deploy_stage_details.py +1 -1
- oci/devops/models/update_oke_blue_green_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/update_oke_canary_approval_deploy_stage_details.py +1 -1
- oci/devops/models/update_oke_canary_deploy_stage_details.py +1 -1
- oci/devops/models/update_oke_canary_traffic_shift_deploy_stage_details.py +1 -1
- oci/devops/models/update_oke_cluster_deploy_environment_details.py +1 -1
- oci/devops/models/update_oke_deploy_stage_details.py +1 -1
- oci/devops/models/update_oke_helm_chart_deploy_stage_details.py +1 -1
- oci/devops/models/update_project_details.py +1 -1
- oci/devops/models/update_repository_details.py +1 -1
- oci/devops/models/update_shell_deploy_stage_details.py +1 -1
- oci/devops/models/update_single_deploy_stage_deployment_details.py +1 -1
- oci/devops/models/update_single_deploy_stage_redeployment_details.py +1 -1
- oci/devops/models/update_trigger_deployment_stage_details.py +1 -1
- oci/devops/models/update_trigger_details.py +1 -1
- oci/devops/models/update_vbs_access_token_connection_details.py +1 -1
- oci/devops/models/update_vbs_trigger_details.py +1 -1
- oci/devops/models/update_wait_criteria_details.py +1 -1
- oci/devops/models/update_wait_deploy_stage_details.py +1 -1
- oci/devops/models/update_wait_stage_details.py +1 -1
- oci/devops/models/vault_secret_verification_key_source.py +1 -1
- oci/devops/models/vbs_access_token_connection.py +1 -1
- oci/devops/models/vbs_access_token_connection_summary.py +1 -1
- oci/devops/models/vbs_build_run_source.py +1 -1
- oci/devops/models/vbs_build_source.py +1 -1
- oci/devops/models/vbs_filter.py +1 -1
- oci/devops/models/vbs_filter_attributes.py +1 -1
- oci/devops/models/vbs_filter_exclusion_attributes.py +1 -1
- oci/devops/models/vbs_trigger.py +1 -1
- oci/devops/models/vbs_trigger_create_result.py +1 -1
- oci/devops/models/vbs_trigger_summary.py +1 -1
- oci/devops/models/verification_key_source.py +1 -1
- oci/devops/models/vulnerability_audit_summary.py +1 -1
- oci/devops/models/vulnerability_audit_summary_collection.py +1 -1
- oci/devops/models/wait_criteria.py +1 -1
- oci/devops/models/wait_criteria_summary.py +1 -1
- oci/devops/models/wait_deploy_stage.py +1 -1
- oci/devops/models/wait_deploy_stage_execution_progress.py +1 -1
- oci/devops/models/wait_deploy_stage_summary.py +1 -1
- oci/devops/models/wait_stage.py +1 -1
- oci/devops/models/wait_stage_run_progress.py +1 -1
- oci/devops/models/wait_stage_summary.py +1 -1
- oci/devops/models/work_request.py +1 -1
- oci/devops/models/work_request_collection.py +1 -1
- oci/devops/models/work_request_error.py +1 -1
- oci/devops/models/work_request_error_collection.py +1 -1
- oci/devops/models/work_request_log_entry.py +1 -1
- oci/devops/models/work_request_log_entry_collection.py +1 -1
- oci/devops/models/work_request_resource.py +1 -1
- oci/devops/models/work_request_summary.py +1 -1
- oci/disaster_recovery/__init__.py +1 -1
- oci/disaster_recovery/disaster_recovery_client.py +30 -30
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +1 -1
- oci/disaster_recovery/models/__init__.py +1 -1
- oci/disaster_recovery/models/associate_dr_protection_group_details.py +1 -1
- oci/disaster_recovery/models/block_volume_attachment_details.py +1 -1
- oci/disaster_recovery/models/block_volume_mount_details.py +1 -1
- oci/disaster_recovery/models/cancel_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/change_dr_protection_group_compartment_details.py +1 -1
- oci/disaster_recovery/models/compute_instance_movable_file_system_operation.py +1 -1
- oci/disaster_recovery/models/compute_instance_movable_vnic_mapping.py +1 -1
- oci/disaster_recovery/models/compute_instance_movable_vnic_mapping_details.py +1 -1
- oci/disaster_recovery/models/compute_instance_non_movable_block_volume_operation.py +1 -1
- oci/disaster_recovery/models/compute_instance_non_movable_file_system_operation.py +1 -1
- oci/disaster_recovery/models/compute_instance_vnic_mapping.py +1 -1
- oci/disaster_recovery/models/compute_instance_vnic_mapping_details.py +1 -1
- oci/disaster_recovery/models/create_block_volume_attachment_details.py +1 -1
- oci/disaster_recovery/models/create_block_volume_mount_details.py +1 -1
- oci/disaster_recovery/models/create_compute_instance_movable_file_system_operation_details.py +1 -1
- oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_operation_details.py +1 -1
- oci/disaster_recovery/models/create_compute_instance_non_movable_file_system_operation_details.py +1 -1
- oci/disaster_recovery/models/create_dr_plan_details.py +1 -1
- oci/disaster_recovery/models/create_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_movable_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_database_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_network_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.py +1 -1
- oci/disaster_recovery/models/create_file_system_mount_details.py +1 -1
- oci/disaster_recovery/models/create_file_system_unmount_details.py +1 -1
- oci/disaster_recovery/models/create_object_storage_log_location_details.py +1 -1
- oci/disaster_recovery/models/disassociate_dr_protection_group_default_details.py +1 -1
- oci/disaster_recovery/models/disassociate_dr_protection_group_details.py +1 -1
- oci/disaster_recovery/models/dr_plan.py +1 -1
- oci/disaster_recovery/models/dr_plan_collection.py +1 -1
- oci/disaster_recovery/models/dr_plan_execution.py +1 -1
- oci/disaster_recovery/models/dr_plan_execution_collection.py +1 -1
- oci/disaster_recovery/models/dr_plan_execution_control_details.py +1 -1
- oci/disaster_recovery/models/dr_plan_execution_option_details.py +1 -1
- oci/disaster_recovery/models/dr_plan_execution_options.py +1 -1
- oci/disaster_recovery/models/dr_plan_execution_summary.py +1 -1
- oci/disaster_recovery/models/dr_plan_group.py +1 -1
- oci/disaster_recovery/models/dr_plan_group_execution.py +1 -1
- oci/disaster_recovery/models/dr_plan_step.py +1 -1
- oci/disaster_recovery/models/dr_plan_step_execution.py +1 -1
- oci/disaster_recovery/models/dr_plan_summary.py +1 -1
- oci/disaster_recovery/models/dr_plan_user_defined_step.py +1 -1
- oci/disaster_recovery/models/dr_protection_group.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_collection.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance_movable.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_database.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_file_system.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_load_balancer.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_network_load_balancer.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_volume_group.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_summary.py +1 -1
- oci/disaster_recovery/models/failover_execution_option_details.py +1 -1
- oci/disaster_recovery/models/failover_execution_options.py +1 -1
- oci/disaster_recovery/models/failover_precheck_execution_option_details.py +1 -1
- oci/disaster_recovery/models/failover_precheck_execution_options.py +1 -1
- oci/disaster_recovery/models/file_system_export_mapping.py +1 -1
- oci/disaster_recovery/models/file_system_export_mapping_details.py +1 -1
- oci/disaster_recovery/models/file_system_mount_details.py +1 -1
- oci/disaster_recovery/models/file_system_unmount_details.py +1 -1
- oci/disaster_recovery/models/ignore_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/invoke_function_precheck_step.py +1 -1
- oci/disaster_recovery/models/invoke_function_step.py +1 -1
- oci/disaster_recovery/models/load_balancer_backend_set_mapping.py +1 -1
- oci/disaster_recovery/models/load_balancer_backend_set_mapping_details.py +1 -1
- oci/disaster_recovery/models/local_script_precheck_step.py +1 -1
- oci/disaster_recovery/models/network_load_balancer_backend_set_mapping.py +1 -1
- oci/disaster_recovery/models/network_load_balancer_backend_set_mapping_details.py +1 -1
- oci/disaster_recovery/models/object_storage_log_location.py +1 -1
- oci/disaster_recovery/models/object_storage_script_location.py +1 -1
- oci/disaster_recovery/models/object_store_script_precheck_step.py +1 -1
- oci/disaster_recovery/models/pause_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/resume_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/retry_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/run_local_script_user_defined_step.py +1 -1
- oci/disaster_recovery/models/run_object_store_script_user_defined_step.py +1 -1
- oci/disaster_recovery/models/start_drill_execution_option_details.py +1 -1
- oci/disaster_recovery/models/start_drill_execution_options.py +1 -1
- oci/disaster_recovery/models/start_drill_precheck_execution_option_details.py +1 -1
- oci/disaster_recovery/models/start_drill_precheck_execution_options.py +1 -1
- oci/disaster_recovery/models/stop_drill_execution_option_details.py +1 -1
- oci/disaster_recovery/models/stop_drill_execution_options.py +1 -1
- oci/disaster_recovery/models/stop_drill_precheck_execution_option_details.py +1 -1
- oci/disaster_recovery/models/stop_drill_precheck_execution_options.py +1 -1
- oci/disaster_recovery/models/switchover_execution_option_details.py +1 -1
- oci/disaster_recovery/models/switchover_execution_options.py +1 -1
- oci/disaster_recovery/models/switchover_precheck_execution_option_details.py +1 -1
- oci/disaster_recovery/models/switchover_precheck_execution_options.py +1 -1
- oci/disaster_recovery/models/update_block_volume_attachment_details.py +1 -1
- oci/disaster_recovery/models/update_block_volume_mount_details.py +1 -1
- oci/disaster_recovery/models/update_compute_instance_movable_file_system_operation_details.py +1 -1
- oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_operation_details.py +1 -1
- oci/disaster_recovery/models/update_compute_instance_non_movable_file_system_operation_details.py +1 -1
- oci/disaster_recovery/models/update_dr_plan_details.py +1 -1
- oci/disaster_recovery/models/update_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/update_dr_plan_group_details.py +1 -1
- oci/disaster_recovery/models/update_dr_plan_step_details.py +1 -1
- oci/disaster_recovery/models/update_dr_plan_user_defined_step_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_movable_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_database_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_network_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_role_details.py +1 -1
- oci/disaster_recovery/models/update_file_system_mount_details.py +1 -1
- oci/disaster_recovery/models/update_file_system_unmount_details.py +1 -1
- oci/disaster_recovery/models/update_invoke_function_precheck_step_details.py +1 -1
- oci/disaster_recovery/models/update_invoke_function_user_defined_step_details.py +1 -1
- oci/disaster_recovery/models/update_local_script_precheck_step_details.py +1 -1
- oci/disaster_recovery/models/update_object_storage_log_location_details.py +1 -1
- oci/disaster_recovery/models/update_object_storage_script_location_details.py +1 -1
- oci/disaster_recovery/models/update_object_store_script_precheck_step_details.py +1 -1
- oci/disaster_recovery/models/update_run_local_script_user_defined_step_details.py +1 -1
- oci/disaster_recovery/models/update_run_object_store_script_user_defined_step_details.py +1 -1
- oci/disaster_recovery/models/work_request.py +1 -1
- oci/disaster_recovery/models/work_request_error.py +1 -1
- oci/disaster_recovery/models/work_request_error_collection.py +1 -1
- oci/disaster_recovery/models/work_request_log_entry.py +1 -1
- oci/disaster_recovery/models/work_request_log_entry_collection.py +1 -1
- oci/disaster_recovery/models/work_request_resource.py +1 -1
- oci/disaster_recovery/models/work_request_summary.py +1 -1
- oci/disaster_recovery/models/work_request_summary_collection.py +1 -1
- oci/dns/__init__.py +1 -1
- oci/dns/dns_client.py +53 -53
- oci/dns/dns_client_composite_operations.py +1 -1
- oci/dns/models/__init__.py +1 -1
- oci/dns/models/attached_view.py +1 -1
- oci/dns/models/attached_view_details.py +1 -1
- oci/dns/models/change_resolver_compartment_details.py +1 -1
- oci/dns/models/change_steering_policy_compartment_details.py +1 -1
- oci/dns/models/change_tsig_key_compartment_details.py +1 -1
- oci/dns/models/change_view_compartment_details.py +1 -1
- oci/dns/models/change_zone_compartment_details.py +1 -1
- oci/dns/models/create_migrated_dynect_zone_details.py +1 -1
- oci/dns/models/create_resolver_endpoint_details.py +1 -1
- oci/dns/models/create_resolver_vnic_endpoint_details.py +1 -1
- oci/dns/models/create_steering_policy_attachment_details.py +1 -1
- oci/dns/models/create_steering_policy_details.py +1 -1
- oci/dns/models/create_tsig_key_details.py +1 -1
- oci/dns/models/create_view_details.py +1 -1
- oci/dns/models/create_zone_base_details.py +1 -1
- oci/dns/models/create_zone_details.py +1 -1
- oci/dns/models/dynect_migration_details.py +1 -1
- oci/dns/models/external_downstream.py +1 -1
- oci/dns/models/external_master.py +1 -1
- oci/dns/models/migration_replacement.py +1 -1
- oci/dns/models/nameserver.py +1 -1
- oci/dns/models/patch_domain_records_details.py +1 -1
- oci/dns/models/patch_rr_set_details.py +1 -1
- oci/dns/models/patch_zone_records_details.py +1 -1
- oci/dns/models/record.py +1 -1
- oci/dns/models/record_collection.py +1 -1
- oci/dns/models/record_details.py +1 -1
- oci/dns/models/record_operation.py +1 -1
- oci/dns/models/resolver.py +1 -1
- oci/dns/models/resolver_endpoint.py +1 -1
- oci/dns/models/resolver_endpoint_summary.py +1 -1
- oci/dns/models/resolver_forward_rule.py +1 -1
- oci/dns/models/resolver_forward_rule_details.py +1 -1
- oci/dns/models/resolver_rule.py +1 -1
- oci/dns/models/resolver_rule_details.py +1 -1
- oci/dns/models/resolver_summary.py +1 -1
- oci/dns/models/resolver_vnic_endpoint.py +1 -1
- oci/dns/models/resolver_vnic_endpoint_summary.py +1 -1
- oci/dns/models/rr_set.py +1 -1
- oci/dns/models/steering_policy.py +1 -1
- oci/dns/models/steering_policy_answer.py +1 -1
- oci/dns/models/steering_policy_attachment.py +1 -1
- oci/dns/models/steering_policy_attachment_summary.py +1 -1
- oci/dns/models/steering_policy_filter_answer_data.py +1 -1
- oci/dns/models/steering_policy_filter_rule.py +1 -1
- oci/dns/models/steering_policy_filter_rule_case.py +1 -1
- oci/dns/models/steering_policy_health_rule.py +1 -1
- oci/dns/models/steering_policy_health_rule_case.py +1 -1
- oci/dns/models/steering_policy_limit_rule.py +1 -1
- oci/dns/models/steering_policy_limit_rule_case.py +1 -1
- oci/dns/models/steering_policy_priority_answer_data.py +1 -1
- oci/dns/models/steering_policy_priority_rule.py +1 -1
- oci/dns/models/steering_policy_priority_rule_case.py +1 -1
- oci/dns/models/steering_policy_rule.py +1 -1
- oci/dns/models/steering_policy_summary.py +1 -1
- oci/dns/models/steering_policy_weighted_answer_data.py +1 -1
- oci/dns/models/steering_policy_weighted_rule.py +1 -1
- oci/dns/models/steering_policy_weighted_rule_case.py +1 -1
- oci/dns/models/tsig_key.py +1 -1
- oci/dns/models/tsig_key_summary.py +1 -1
- oci/dns/models/update_domain_records_details.py +1 -1
- oci/dns/models/update_resolver_details.py +1 -1
- oci/dns/models/update_resolver_endpoint_details.py +1 -1
- oci/dns/models/update_resolver_vnic_endpoint_details.py +1 -1
- oci/dns/models/update_rr_set_details.py +1 -1
- oci/dns/models/update_steering_policy_attachment_details.py +1 -1
- oci/dns/models/update_steering_policy_details.py +1 -1
- oci/dns/models/update_tsig_key_details.py +1 -1
- oci/dns/models/update_view_details.py +1 -1
- oci/dns/models/update_zone_details.py +1 -1
- oci/dns/models/update_zone_records_details.py +1 -1
- oci/dns/models/view.py +1 -1
- oci/dns/models/view_summary.py +1 -1
- oci/dns/models/zone.py +1 -1
- oci/dns/models/zone_summary.py +1 -1
- oci/dns/models/zone_transfer_server.py +1 -1
- oci/dts/__init__.py +1 -1
- oci/dts/appliance_export_job_client.py +7 -7
- oci/dts/appliance_export_job_client_composite_operations.py +1 -1
- oci/dts/models/__init__.py +1 -1
- oci/dts/models/appliance_export_job.py +1 -1
- oci/dts/models/appliance_export_job_summary.py +1 -1
- oci/dts/models/attach_devices_details.py +1 -1
- oci/dts/models/change_appliance_export_job_compartment_details.py +1 -1
- oci/dts/models/change_transfer_job_compartment_details.py +1 -1
- oci/dts/models/create_appliance_export_job_details.py +1 -1
- oci/dts/models/create_transfer_appliance_details.py +1 -1
- oci/dts/models/create_transfer_appliance_entitlement_details.py +1 -1
- oci/dts/models/create_transfer_device_details.py +1 -1
- oci/dts/models/create_transfer_job_details.py +1 -1
- oci/dts/models/create_transfer_package_details.py +1 -1
- oci/dts/models/detach_devices_details.py +1 -1
- oci/dts/models/multiple_transfer_appliances.py +1 -1
- oci/dts/models/multiple_transfer_devices.py +1 -1
- oci/dts/models/multiple_transfer_packages.py +1 -1
- oci/dts/models/new_transfer_device.py +1 -1
- oci/dts/models/shipping_address.py +1 -1
- oci/dts/models/shipping_vendors.py +1 -1
- oci/dts/models/transfer_appliance.py +1 -1
- oci/dts/models/transfer_appliance_certificate.py +1 -1
- oci/dts/models/transfer_appliance_encryption_passphrase.py +1 -1
- oci/dts/models/transfer_appliance_entitlement.py +1 -1
- oci/dts/models/transfer_appliance_entitlement_summary.py +1 -1
- oci/dts/models/transfer_appliance_public_key.py +1 -1
- oci/dts/models/transfer_appliance_summary.py +1 -1
- oci/dts/models/transfer_device.py +1 -1
- oci/dts/models/transfer_device_summary.py +1 -1
- oci/dts/models/transfer_job.py +1 -1
- oci/dts/models/transfer_job_summary.py +1 -1
- oci/dts/models/transfer_package.py +1 -1
- oci/dts/models/transfer_package_summary.py +1 -1
- oci/dts/models/update_appliance_export_job_details.py +1 -1
- oci/dts/models/update_transfer_appliance_details.py +1 -1
- oci/dts/models/update_transfer_device_details.py +1 -1
- oci/dts/models/update_transfer_job_details.py +1 -1
- oci/dts/models/update_transfer_package_details.py +1 -1
- oci/dts/shipping_vendors_client.py +2 -2
- oci/dts/shipping_vendors_client_composite_operations.py +1 -1
- oci/dts/transfer_appliance_client.py +9 -9
- oci/dts/transfer_appliance_client_composite_operations.py +1 -1
- oci/dts/transfer_appliance_entitlement_client.py +4 -4
- oci/dts/transfer_appliance_entitlement_client_composite_operations.py +1 -1
- oci/dts/transfer_device_client.py +6 -6
- oci/dts/transfer_device_client_composite_operations.py +1 -1
- oci/dts/transfer_job_client.py +7 -7
- oci/dts/transfer_job_client_composite_operations.py +1 -1
- oci/dts/transfer_package_client.py +8 -8
- oci/dts/transfer_package_client_composite_operations.py +1 -1
- oci/em_warehouse/__init__.py +1 -1
- oci/em_warehouse/em_data_lake_client.py +14 -14
- oci/em_warehouse/em_data_lake_client_composite_operations.py +1 -1
- oci/em_warehouse/em_warehouse_client.py +14 -14
- oci/em_warehouse/em_warehouse_client_composite_operations.py +1 -1
- oci/em_warehouse/models/__init__.py +1 -1
- oci/em_warehouse/models/change_em_warehouse_compartment_details.py +1 -1
- oci/em_warehouse/models/create_em_warehouse_details.py +1 -1
- oci/em_warehouse/models/em_instances_details.py +1 -1
- oci/em_warehouse/models/em_warehouse.py +1 -1
- oci/em_warehouse/models/em_warehouse_collection.py +1 -1
- oci/em_warehouse/models/em_warehouse_summary.py +1 -1
- oci/em_warehouse/models/etl_run_collection.py +1 -1
- oci/em_warehouse/models/etl_run_summary.py +1 -1
- oci/em_warehouse/models/resource_usage.py +1 -1
- oci/em_warehouse/models/update_em_warehouse_details.py +1 -1
- oci/em_warehouse/models/work_request.py +1 -1
- oci/em_warehouse/models/work_request_error.py +1 -1
- oci/em_warehouse/models/work_request_error_collection.py +1 -1
- oci/em_warehouse/models/work_request_log_entry.py +1 -1
- oci/em_warehouse/models/work_request_log_entry_collection.py +1 -1
- oci/em_warehouse/models/work_request_resource.py +1 -1
- oci/em_warehouse/models/work_request_summary.py +1 -1
- oci/em_warehouse/models/work_request_summary_collection.py +1 -1
- oci/email/__init__.py +1 -1
- oci/email/email_client.py +26 -26
- oci/email/email_client_composite_operations.py +1 -1
- oci/email/models/__init__.py +1 -1
- oci/email/models/change_email_domain_compartment_details.py +1 -1
- oci/email/models/change_sender_compartment_details.py +1 -1
- oci/email/models/create_dkim_details.py +1 -1
- oci/email/models/create_email_domain_details.py +1 -1
- oci/email/models/create_sender_details.py +1 -1
- oci/email/models/create_suppression_details.py +1 -1
- oci/email/models/dkim.py +1 -1
- oci/email/models/dkim_collection.py +1 -1
- oci/email/models/dkim_summary.py +1 -1
- oci/email/models/email_domain.py +1 -1
- oci/email/models/email_domain_collection.py +1 -1
- oci/email/models/email_domain_summary.py +1 -1
- oci/email/models/sender.py +1 -1
- oci/email/models/sender_summary.py +1 -1
- oci/email/models/suppression.py +1 -1
- oci/email/models/suppression_summary.py +1 -1
- oci/email/models/update_dkim_details.py +1 -1
- oci/email/models/update_email_domain_details.py +1 -1
- oci/email/models/update_sender_details.py +1 -1
- oci/email/models/work_request.py +1 -1
- oci/email/models/work_request_error.py +1 -1
- oci/email/models/work_request_error_collection.py +1 -1
- oci/email/models/work_request_log_entry.py +1 -1
- oci/email/models/work_request_log_entry_collection.py +1 -1
- oci/email/models/work_request_resource.py +1 -1
- oci/email/models/work_request_summary.py +1 -1
- oci/email/models/work_request_summary_collection.py +1 -1
- oci/encryption/__init__.py +1 -1
- oci/encryption/algorithms.py +1 -1
- oci/encryption/encryption.py +1 -1
- oci/encryption/internal/__init__.py +1 -1
- oci/encryption/internal/defaults.py +1 -1
- oci/encryption/internal/models.py +1 -1
- oci/encryption/internal/serialization.py +1 -1
- oci/encryption/internal/streaming.py +1 -1
- oci/encryption/internal/utils.py +1 -1
- oci/encryption/key_providers.py +1 -1
- oci/encryption/models.py +1 -1
- oci/events/__init__.py +1 -1
- oci/events/events_client.py +7 -7
- oci/events/events_client_composite_operations.py +1 -1
- oci/events/models/__init__.py +1 -1
- oci/events/models/action.py +1 -1
- oci/events/models/action_details.py +1 -1
- oci/events/models/action_details_list.py +1 -1
- oci/events/models/action_list.py +1 -1
- oci/events/models/change_rule_compartment_details.py +1 -1
- oci/events/models/create_faa_s_action_details.py +1 -1
- oci/events/models/create_notification_service_action_details.py +1 -1
- oci/events/models/create_rule_details.py +1 -1
- oci/events/models/create_streaming_service_action_details.py +1 -1
- oci/events/models/faa_s_action.py +1 -1
- oci/events/models/notification_service_action.py +1 -1
- oci/events/models/rule.py +1 -1
- oci/events/models/rule_summary.py +1 -1
- oci/events/models/streaming_service_action.py +1 -1
- oci/events/models/update_rule_details.py +1 -1
- oci/exceptions.py +1 -1
- oci/file_storage/__init__.py +1 -1
- oci/file_storage/file_storage_client.py +51 -51
- oci/file_storage/file_storage_client_composite_operations.py +1 -1
- oci/file_storage/models/__init__.py +1 -1
- oci/file_storage/models/change_file_system_compartment_details.py +1 -1
- oci/file_storage/models/change_filesystem_snapshot_policy_compartment_details.py +1 -1
- oci/file_storage/models/change_mount_target_compartment_details.py +1 -1
- oci/file_storage/models/change_outbound_connector_compartment_details.py +1 -1
- oci/file_storage/models/change_replication_compartment_details.py +1 -1
- oci/file_storage/models/client_options.py +1 -1
- oci/file_storage/models/create_export_details.py +1 -1
- oci/file_storage/models/create_file_system_details.py +1 -1
- oci/file_storage/models/create_filesystem_snapshot_policy_details.py +1 -1
- oci/file_storage/models/create_kerberos_details.py +1 -1
- oci/file_storage/models/create_ldap_bind_account_details.py +1 -1
- oci/file_storage/models/create_ldap_idmap_details.py +1 -1
- oci/file_storage/models/create_mount_target_details.py +1 -1
- oci/file_storage/models/create_outbound_connector_details.py +1 -1
- oci/file_storage/models/create_replication_details.py +1 -1
- oci/file_storage/models/create_snapshot_details.py +1 -1
- oci/file_storage/models/endpoint.py +1 -1
- oci/file_storage/models/export.py +1 -1
- oci/file_storage/models/export_set.py +1 -1
- oci/file_storage/models/export_set_summary.py +1 -1
- oci/file_storage/models/export_summary.py +1 -1
- oci/file_storage/models/file_system.py +1 -1
- oci/file_storage/models/file_system_summary.py +1 -1
- oci/file_storage/models/filesystem_snapshot_policy.py +1 -1
- oci/file_storage/models/filesystem_snapshot_policy_summary.py +1 -1
- oci/file_storage/models/kerberos.py +1 -1
- oci/file_storage/models/kerberos_keytab_entry.py +1 -1
- oci/file_storage/models/key_tab_secret_details.py +1 -1
- oci/file_storage/models/ldap_bind_account.py +1 -1
- oci/file_storage/models/ldap_bind_account_summary.py +1 -1
- oci/file_storage/models/ldap_idmap.py +1 -1
- oci/file_storage/models/mount_target.py +1 -1
- oci/file_storage/models/mount_target_summary.py +1 -1
- oci/file_storage/models/outbound_connector.py +1 -1
- oci/file_storage/models/outbound_connector_summary.py +1 -1
- oci/file_storage/models/replication.py +1 -1
- oci/file_storage/models/replication_estimate.py +1 -1
- oci/file_storage/models/replication_summary.py +1 -1
- oci/file_storage/models/replication_target.py +1 -1
- oci/file_storage/models/replication_target_summary.py +1 -1
- oci/file_storage/models/snapshot.py +1 -1
- oci/file_storage/models/snapshot_schedule.py +1 -1
- oci/file_storage/models/snapshot_summary.py +1 -1
- oci/file_storage/models/source_details.py +1 -1
- oci/file_storage/models/update_export_details.py +1 -1
- oci/file_storage/models/update_export_set_details.py +1 -1
- oci/file_storage/models/update_file_system_details.py +1 -1
- oci/file_storage/models/update_filesystem_snapshot_policy_details.py +1 -1
- oci/file_storage/models/update_kerberos_details.py +1 -1
- oci/file_storage/models/update_ldap_idmap_details.py +1 -1
- oci/file_storage/models/update_mount_target_details.py +1 -1
- oci/file_storage/models/update_outbound_connector_details.py +1 -1
- oci/file_storage/models/update_replication_details.py +1 -1
- oci/file_storage/models/update_snapshot_details.py +1 -1
- oci/file_storage/models/validate_key_tabs_details.py +1 -1
- oci/file_storage/models/validate_key_tabs_response_details.py +1 -1
- oci/fips.py +1 -1
- oci/fleet_software_update/__init__.py +1 -1
- oci/fleet_software_update/fleet_software_update_client.py +45 -45
- oci/fleet_software_update/fleet_software_update_client_composite_operations.py +1 -1
- oci/fleet_software_update/models/__init__.py +1 -1
- oci/fleet_software_update/models/active_cycle_details.py +1 -1
- oci/fleet_software_update/models/add_fsu_collection_targets_details.py +1 -1
- oci/fleet_software_update/models/apply_action.py +1 -1
- oci/fleet_software_update/models/apply_action_summary.py +1 -1
- oci/fleet_software_update/models/apply_fsu_job.py +1 -1
- oci/fleet_software_update/models/apply_fsu_job_summary.py +1 -1
- oci/fleet_software_update/models/batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/change_fsu_action_compartment_details.py +1 -1
- oci/fleet_software_update/models/change_fsu_collection_compartment_details.py +1 -1
- oci/fleet_software_update/models/change_fsu_cycle_compartment_details.py +1 -1
- oci/fleet_software_update/models/change_fsu_discovery_compartment_details.py +1 -1
- oci/fleet_software_update/models/cleanup_action.py +1 -1
- oci/fleet_software_update/models/cleanup_action_summary.py +1 -1
- oci/fleet_software_update/models/cleanup_fsu_job.py +1 -1
- oci/fleet_software_update/models/cleanup_fsu_job_summary.py +1 -1
- oci/fleet_software_update/models/clone_fsu_cycle_details.py +1 -1
- oci/fleet_software_update/models/cloud_vm_cluster_target_summary.py +1 -1
- oci/fleet_software_update/models/create_apply_action_details.py +1 -1
- oci/fleet_software_update/models/create_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/create_cleanup_action_details.py +1 -1
- oci/fleet_software_update/models/create_db_fsu_collection_details.py +1 -1
- oci/fleet_software_update/models/create_fifty_fifty_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/create_fsu_action_details.py +1 -1
- oci/fleet_software_update/models/create_fsu_collection_details.py +1 -1
- oci/fleet_software_update/models/create_fsu_cycle_details.py +1 -1
- oci/fleet_software_update/models/create_fsu_discovery_details.py +1 -1
- oci/fleet_software_update/models/create_gi_fsu_collection_details.py +1 -1
- oci/fleet_software_update/models/create_non_rolling_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/create_patch_fsu_cycle.py +1 -1
- oci/fleet_software_update/models/create_precheck_action_details.py +1 -1
- oci/fleet_software_update/models/create_rollback_action_details.py +1 -1
- oci/fleet_software_update/models/create_schedule_details.py +1 -1
- oci/fleet_software_update/models/create_sequential_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/create_service_availability_factor_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/create_stage_action_details.py +1 -1
- oci/fleet_software_update/models/create_start_time_schedule_details.py +1 -1
- oci/fleet_software_update/models/database_target_summary.py +1 -1
- oci/fleet_software_update/models/db_collection.py +1 -1
- oci/fleet_software_update/models/db_compartment_id_filter.py +1 -1
- oci/fleet_software_update/models/db_defined_tags_filter.py +1 -1
- oci/fleet_software_update/models/db_discovery_details.py +1 -1
- oci/fleet_software_update/models/db_discovery_results.py +1 -1
- oci/fleet_software_update/models/db_filters_discovery.py +1 -1
- oci/fleet_software_update/models/db_fleet_discovery_details.py +1 -1
- oci/fleet_software_update/models/db_fleet_discovery_filter.py +1 -1
- oci/fleet_software_update/models/db_freeform_tags_filter.py +1 -1
- oci/fleet_software_update/models/db_fsu_collection_summary.py +1 -1
- oci/fleet_software_update/models/db_home_name_filter.py +1 -1
- oci/fleet_software_update/models/db_name_filter.py +1 -1
- oci/fleet_software_update/models/db_resource_id_filter.py +1 -1
- oci/fleet_software_update/models/db_search_query_discovery.py +1 -1
- oci/fleet_software_update/models/db_target_list_discovery.py +1 -1
- oci/fleet_software_update/models/db_unique_name_filter.py +1 -1
- oci/fleet_software_update/models/db_version_filter.py +1 -1
- oci/fleet_software_update/models/defined_tag_filter_entry.py +1 -1
- oci/fleet_software_update/models/discovery_details.py +1 -1
- oci/fleet_software_update/models/discovery_details_summary.py +1 -1
- oci/fleet_software_update/models/failed_jobs_rollback_details.py +1 -1
- oci/fleet_software_update/models/fifty_fifty_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/freeform_tag_filter_entry.py +1 -1
- oci/fleet_software_update/models/fsu_action.py +1 -1
- oci/fleet_software_update/models/fsu_action_progress_details.py +1 -1
- oci/fleet_software_update/models/fsu_action_summary.py +1 -1
- oci/fleet_software_update/models/fsu_action_summary_collection.py +1 -1
- oci/fleet_software_update/models/fsu_collection.py +1 -1
- oci/fleet_software_update/models/fsu_collection_summary.py +1 -1
- oci/fleet_software_update/models/fsu_collection_summary_collection.py +1 -1
- oci/fleet_software_update/models/fsu_cycle.py +1 -1
- oci/fleet_software_update/models/fsu_cycle_summary.py +1 -1
- oci/fleet_software_update/models/fsu_cycle_summary_collection.py +1 -1
- oci/fleet_software_update/models/fsu_discovery.py +1 -1
- oci/fleet_software_update/models/fsu_discovery_summary.py +1 -1
- oci/fleet_software_update/models/fsu_discovery_summary_collection.py +1 -1
- oci/fleet_software_update/models/fsu_goal_version_details.py +1 -1
- oci/fleet_software_update/models/fsu_job.py +1 -1
- oci/fleet_software_update/models/fsu_job_collection.py +1 -1
- oci/fleet_software_update/models/fsu_job_output_summary.py +1 -1
- oci/fleet_software_update/models/fsu_job_output_summary_collection.py +1 -1
- oci/fleet_software_update/models/fsu_job_summary.py +1 -1
- oci/fleet_software_update/models/gi_collection.py +1 -1
- oci/fleet_software_update/models/gi_compartment_id_filter.py +1 -1
- oci/fleet_software_update/models/gi_defined_tags_filter.py +1 -1
- oci/fleet_software_update/models/gi_discovery_details.py +1 -1
- oci/fleet_software_update/models/gi_discovery_results.py +1 -1
- oci/fleet_software_update/models/gi_filters_discovery.py +1 -1
- oci/fleet_software_update/models/gi_fleet_discovery_details.py +1 -1
- oci/fleet_software_update/models/gi_fleet_discovery_filter.py +1 -1
- oci/fleet_software_update/models/gi_freeform_tags_filter.py +1 -1
- oci/fleet_software_update/models/gi_fsu_collection_summary.py +1 -1
- oci/fleet_software_update/models/gi_resource_id_filter.py +1 -1
- oci/fleet_software_update/models/gi_search_query_discovery.py +1 -1
- oci/fleet_software_update/models/gi_target_list_discovery.py +1 -1
- oci/fleet_software_update/models/gi_version_filter.py +1 -1
- oci/fleet_software_update/models/image_id_fsu_target_details.py +1 -1
- oci/fleet_software_update/models/job_progress.py +1 -1
- oci/fleet_software_update/models/job_progress_details.py +1 -1
- oci/fleet_software_update/models/list_of_targets_rollback_details.py +1 -1
- oci/fleet_software_update/models/next_action_to_execute_details.py +1 -1
- oci/fleet_software_update/models/non_rolling_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/none_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/none_schedule_details.py +1 -1
- oci/fleet_software_update/models/patch_fsu_cycle.py +1 -1
- oci/fleet_software_update/models/precheck_action.py +1 -1
- oci/fleet_software_update/models/precheck_action_summary.py +1 -1
- oci/fleet_software_update/models/precheck_fsu_job.py +1 -1
- oci/fleet_software_update/models/precheck_fsu_job_summary.py +1 -1
- oci/fleet_software_update/models/remove_fsu_collection_targets_details.py +1 -1
- oci/fleet_software_update/models/rollback_action.py +1 -1
- oci/fleet_software_update/models/rollback_action_summary.py +1 -1
- oci/fleet_software_update/models/rollback_details.py +1 -1
- oci/fleet_software_update/models/rollback_fsu_job.py +1 -1
- oci/fleet_software_update/models/rollback_fsu_job_summary.py +1 -1
- oci/fleet_software_update/models/schedule_details.py +1 -1
- oci/fleet_software_update/models/sequential_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/service_availability_factor_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/stage_action.py +1 -1
- oci/fleet_software_update/models/stage_action_summary.py +1 -1
- oci/fleet_software_update/models/stage_fsu_job.py +1 -1
- oci/fleet_software_update/models/stage_fsu_job_summary.py +1 -1
- oci/fleet_software_update/models/start_time_schedule_details.py +1 -1
- oci/fleet_software_update/models/target_details.py +1 -1
- oci/fleet_software_update/models/target_entry.py +1 -1
- oci/fleet_software_update/models/target_ids_remove_targets_details.py +1 -1
- oci/fleet_software_update/models/target_progress_summary.py +1 -1
- oci/fleet_software_update/models/target_summary.py +1 -1
- oci/fleet_software_update/models/target_summary_collection.py +1 -1
- oci/fleet_software_update/models/update_apply_action_details.py +1 -1
- oci/fleet_software_update/models/update_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/update_cleanup_action_details.py +1 -1
- oci/fleet_software_update/models/update_fifty_fifty_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/update_fsu_action_details.py +1 -1
- oci/fleet_software_update/models/update_fsu_collection_details.py +1 -1
- oci/fleet_software_update/models/update_fsu_cycle_details.py +1 -1
- oci/fleet_software_update/models/update_fsu_discovery_details.py +1 -1
- oci/fleet_software_update/models/update_fsu_job_details.py +1 -1
- oci/fleet_software_update/models/update_non_rolling_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/update_patch_fsu_cycle.py +1 -1
- oci/fleet_software_update/models/update_precheck_action_details.py +1 -1
- oci/fleet_software_update/models/update_rollback_action_details.py +1 -1
- oci/fleet_software_update/models/update_schedule_details.py +1 -1
- oci/fleet_software_update/models/update_sequential_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/update_service_availability_factor_batching_strategy_details.py +1 -1
- oci/fleet_software_update/models/update_stage_action_details.py +1 -1
- oci/fleet_software_update/models/update_start_time_schedule_details.py +1 -1
- oci/fleet_software_update/models/version_fsu_target_details.py +1 -1
- oci/fleet_software_update/models/vm_cluster_target_summary.py +1 -1
- oci/fleet_software_update/models/work_request.py +1 -1
- oci/fleet_software_update/models/work_request_error.py +1 -1
- oci/fleet_software_update/models/work_request_error_collection.py +1 -1
- oci/fleet_software_update/models/work_request_log_entry.py +1 -1
- oci/fleet_software_update/models/work_request_log_entry_collection.py +1 -1
- oci/fleet_software_update/models/work_request_resource.py +1 -1
- oci/fleet_software_update/models/work_request_summary.py +1 -1
- oci/fleet_software_update/models/work_request_summary_collection.py +1 -1
- oci/functions/__init__.py +1 -1
- oci/functions/functions_invoke_client.py +2 -2
- oci/functions/functions_invoke_client_composite_operations.py +1 -1
- oci/functions/functions_management_client.py +17 -17
- oci/functions/functions_management_client_composite_operations.py +1 -1
- oci/functions/models/__init__.py +1 -1
- oci/functions/models/application.py +1 -1
- oci/functions/models/application_summary.py +1 -1
- oci/functions/models/application_trace_config.py +1 -1
- oci/functions/models/change_application_compartment_details.py +1 -1
- oci/functions/models/config_details.py +1 -1
- oci/functions/models/constant_provisioned_concurrency_config.py +1 -1
- oci/functions/models/create_application_details.py +1 -1
- oci/functions/models/create_function_details.py +1 -1
- oci/functions/models/function.py +1 -1
- oci/functions/models/function_provisioned_concurrency_config.py +1 -1
- oci/functions/models/function_source_details.py +1 -1
- oci/functions/models/function_summary.py +1 -1
- oci/functions/models/function_trace_config.py +1 -1
- oci/functions/models/image_policy_config.py +1 -1
- oci/functions/models/key_details.py +1 -1
- oci/functions/models/none_provisioned_concurrency_config.py +1 -1
- oci/functions/models/pbf_listing.py +1 -1
- oci/functions/models/pbf_listing_summary.py +1 -1
- oci/functions/models/pbf_listing_version.py +1 -1
- oci/functions/models/pbf_listing_version_summary.py +1 -1
- oci/functions/models/pbf_listing_versions_collection.py +1 -1
- oci/functions/models/pbf_listings_collection.py +1 -1
- oci/functions/models/policy_details.py +1 -1
- oci/functions/models/pre_built_function_source_details.py +1 -1
- oci/functions/models/publisher_details.py +1 -1
- oci/functions/models/requirement_details.py +1 -1
- oci/functions/models/trigger.py +1 -1
- oci/functions/models/trigger_summary.py +1 -1
- oci/functions/models/triggers_collection.py +1 -1
- oci/functions/models/update_application_details.py +1 -1
- oci/functions/models/update_function_details.py +1 -1
- oci/fusion_apps/__init__.py +1 -1
- oci/fusion_apps/data_masking_activity_client.py +4 -4
- oci/fusion_apps/data_masking_activity_client_composite_operations.py +1 -1
- oci/fusion_apps/fusion_applications_client.py +40 -40
- oci/fusion_apps/fusion_applications_client_composite_operations.py +1 -1
- oci/fusion_apps/fusion_environment_client.py +16 -16
- oci/fusion_apps/fusion_environment_client_composite_operations.py +1 -1
- oci/fusion_apps/fusion_environment_family_client.py +9 -9
- oci/fusion_apps/fusion_environment_family_client_composite_operations.py +1 -1
- oci/fusion_apps/models/__init__.py +1 -1
- oci/fusion_apps/models/action.py +1 -1
- oci/fusion_apps/models/admin_user_collection.py +1 -1
- oci/fusion_apps/models/admin_user_summary.py +1 -1
- oci/fusion_apps/models/allow_rule.py +1 -1
- oci/fusion_apps/models/attach_existing_instance_details.py +1 -1
- oci/fusion_apps/models/capabilities.py +1 -1
- oci/fusion_apps/models/change_fusion_environment_compartment_details.py +1 -1
- oci/fusion_apps/models/change_fusion_environment_family_compartment_details.py +1 -1
- oci/fusion_apps/models/create_data_masking_activity_details.py +1 -1
- oci/fusion_apps/models/create_fusion_environment_admin_user_details.py +1 -1
- oci/fusion_apps/models/create_fusion_environment_details.py +1 -1
- oci/fusion_apps/models/create_fusion_environment_family_details.py +1 -1
- oci/fusion_apps/models/create_new_instance_details.py +1 -1
- oci/fusion_apps/models/create_oax_service_instance_details.py +1 -1
- oci/fusion_apps/models/create_oic_service_instance_details.py +1 -1
- oci/fusion_apps/models/create_refresh_activity_details.py +1 -1
- oci/fusion_apps/models/create_service_attachment_details.py +1 -1
- oci/fusion_apps/models/create_service_instance_details.py +1 -1
- oci/fusion_apps/models/data_masking_activity.py +1 -1
- oci/fusion_apps/models/data_masking_activity_collection.py +1 -1
- oci/fusion_apps/models/data_masking_activity_summary.py +1 -1
- oci/fusion_apps/models/environment_role.py +1 -1
- oci/fusion_apps/models/family_maintenance_policy.py +1 -1
- oci/fusion_apps/models/faw_admin_info_details.py +1 -1
- oci/fusion_apps/models/fusion_environment.py +1 -1
- oci/fusion_apps/models/fusion_environment_collection.py +1 -1
- oci/fusion_apps/models/fusion_environment_family.py +1 -1
- oci/fusion_apps/models/fusion_environment_family_collection.py +1 -1
- oci/fusion_apps/models/fusion_environment_family_limits_and_usage.py +1 -1
- oci/fusion_apps/models/fusion_environment_family_summary.py +1 -1
- oci/fusion_apps/models/fusion_environment_status.py +1 -1
- oci/fusion_apps/models/fusion_environment_summary.py +1 -1
- oci/fusion_apps/models/get_maintenance_policy_details.py +1 -1
- oci/fusion_apps/models/kms_key_info.py +1 -1
- oci/fusion_apps/models/limit_and_usage.py +1 -1
- oci/fusion_apps/models/maintenance_policy.py +1 -1
- oci/fusion_apps/models/patch_action.py +1 -1
- oci/fusion_apps/models/quarterly_upgrade_begin_times.py +1 -1
- oci/fusion_apps/models/refresh_activity.py +1 -1
- oci/fusion_apps/models/refresh_activity_collection.py +1 -1
- oci/fusion_apps/models/refresh_activity_summary.py +1 -1
- oci/fusion_apps/models/refresh_details.py +1 -1
- oci/fusion_apps/models/refresh_issue_details.py +1 -1
- oci/fusion_apps/models/reset_fusion_environment_password_details.py +1 -1
- oci/fusion_apps/models/rule.py +1 -1
- oci/fusion_apps/models/rule_condition.py +1 -1
- oci/fusion_apps/models/scheduled_activity.py +1 -1
- oci/fusion_apps/models/scheduled_activity_collection.py +1 -1
- oci/fusion_apps/models/scheduled_activity_summary.py +1 -1
- oci/fusion_apps/models/service_attachment.py +1 -1
- oci/fusion_apps/models/service_attachment_collection.py +1 -1
- oci/fusion_apps/models/service_attachment_summary.py +1 -1
- oci/fusion_apps/models/source_ip_address_condition.py +1 -1
- oci/fusion_apps/models/source_vcn_id_condition.py +1 -1
- oci/fusion_apps/models/source_vcn_ip_address_condition.py +1 -1
- oci/fusion_apps/models/subscription.py +1 -1
- oci/fusion_apps/models/subscription_detail.py +1 -1
- oci/fusion_apps/models/subscription_sku.py +1 -1
- oci/fusion_apps/models/time_available_for_refresh.py +1 -1
- oci/fusion_apps/models/time_available_for_refresh_collection.py +1 -1
- oci/fusion_apps/models/time_available_for_refresh_summary.py +1 -1
- oci/fusion_apps/models/update_family_maintenance_policy_details.py +1 -1
- oci/fusion_apps/models/update_fusion_environment_details.py +1 -1
- oci/fusion_apps/models/update_fusion_environment_family_details.py +1 -1
- oci/fusion_apps/models/update_refresh_activity_details.py +1 -1
- oci/fusion_apps/models/upgrade_action.py +1 -1
- oci/fusion_apps/models/verify_service_attachment_details.py +1 -1
- oci/fusion_apps/models/vertex_action.py +1 -1
- oci/fusion_apps/models/work_request.py +1 -1
- oci/fusion_apps/models/work_request_error.py +1 -1
- oci/fusion_apps/models/work_request_error_collection.py +1 -1
- oci/fusion_apps/models/work_request_log_entry.py +1 -1
- oci/fusion_apps/models/work_request_log_entry_collection.py +1 -1
- oci/fusion_apps/models/work_request_resource.py +1 -1
- oci/fusion_apps/models/work_request_summary.py +1 -1
- oci/fusion_apps/models/work_request_summary_collection.py +1 -1
- oci/fusion_apps/refresh_activity_client.py +5 -5
- oci/fusion_apps/refresh_activity_client_composite_operations.py +1 -1
- oci/fusion_apps/scheduled_activity_client.py +3 -3
- oci/fusion_apps/scheduled_activity_client_composite_operations.py +1 -1
- oci/fusion_apps/service_attachment_client.py +3 -3
- oci/fusion_apps/service_attachment_client_composite_operations.py +1 -1
- oci/generic_artifacts_content/__init__.py +1 -1
- oci/generic_artifacts_content/generic_artifacts_content_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client_composite_operations.py +1 -1
- oci/generic_artifacts_content/models/__init__.py +1 -1
- oci/generic_artifacts_content/models/generic_artifact.py +1 -1
- oci/golden_gate/__init__.py +1 -1
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/golden_gate/golden_gate_client_composite_operations.py +1 -1
- oci/golden_gate/models/__init__.py +1 -1
- oci/golden_gate/models/amazon_kinesis_connection.py +1 -1
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +1 -1
- oci/golden_gate/models/amazon_redshift_connection.py +1 -1
- oci/golden_gate/models/amazon_redshift_connection_summary.py +1 -1
- oci/golden_gate/models/amazon_s3_connection.py +1 -1
- oci/golden_gate/models/amazon_s3_connection_summary.py +1 -1
- oci/golden_gate/models/azure_data_lake_storage_connection.py +1 -1
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +1 -1
- oci/golden_gate/models/azure_synapse_connection.py +1 -1
- oci/golden_gate/models/azure_synapse_connection_summary.py +1 -1
- oci/golden_gate/models/cancel_deployment_backup_details.py +1 -1
- oci/golden_gate/models/cancel_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/cancel_snooze_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/certificate.py +1 -1
- oci/golden_gate/models/certificate_collection.py +1 -1
- oci/golden_gate/models/certificate_summary.py +1 -1
- oci/golden_gate/models/change_connection_compartment_details.py +1 -1
- oci/golden_gate/models/change_database_registration_compartment_details.py +1 -1
- oci/golden_gate/models/change_deployment_backup_compartment_details.py +1 -1
- oci/golden_gate/models/change_deployment_compartment_details.py +1 -1
- oci/golden_gate/models/collect_deployment_diagnostic_details.py +1 -1
- oci/golden_gate/models/connection.py +1 -1
- oci/golden_gate/models/connection_assignment.py +1 -1
- oci/golden_gate/models/connection_assignment_collection.py +1 -1
- oci/golden_gate/models/connection_assignment_summary.py +1 -1
- oci/golden_gate/models/connection_collection.py +1 -1
- oci/golden_gate/models/connection_summary.py +1 -1
- oci/golden_gate/models/copy_deployment_backup_details.py +1 -1
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +1 -1
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +1 -1
- oci/golden_gate/models/create_amazon_s3_connection_details.py +1 -1
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +1 -1
- oci/golden_gate/models/create_azure_synapse_connection_details.py +1 -1
- oci/golden_gate/models/create_certificate_details.py +1 -1
- oci/golden_gate/models/create_connection_assignment_details.py +1 -1
- oci/golden_gate/models/create_connection_details.py +1 -1
- oci/golden_gate/models/create_database_registration_details.py +1 -1
- oci/golden_gate/models/create_deployment_backup_details.py +1 -1
- oci/golden_gate/models/create_deployment_details.py +8 -4
- oci/golden_gate/models/create_elasticsearch_connection_details.py +1 -1
- oci/golden_gate/models/create_generic_connection_details.py +1 -1
- oci/golden_gate/models/create_golden_gate_connection_details.py +1 -1
- oci/golden_gate/models/create_google_big_query_connection_details.py +1 -1
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +1 -1
- oci/golden_gate/models/create_hdfs_connection_details.py +1 -1
- oci/golden_gate/models/create_java_message_service_connection_details.py +1 -1
- oci/golden_gate/models/create_kafka_connection_details.py +1 -1
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +1 -1
- oci/golden_gate/models/create_maintenance_configuration_details.py +1 -1
- oci/golden_gate/models/create_maintenance_window_details.py +1 -1
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +1 -1
- oci/golden_gate/models/create_mongo_db_connection_details.py +1 -1
- oci/golden_gate/models/create_mysql_connection_details.py +1 -1
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +1 -1
- oci/golden_gate/models/create_ogg_deployment_details.py +1 -1
- oci/golden_gate/models/create_oracle_connection_details.py +1 -1
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +1 -1
- oci/golden_gate/models/create_postgresql_connection_details.py +1 -1
- oci/golden_gate/models/create_redis_connection_details.py +1 -1
- oci/golden_gate/models/create_snowflake_connection_details.py +1 -1
- oci/golden_gate/models/database_registration.py +1 -1
- oci/golden_gate/models/database_registration_collection.py +1 -1
- oci/golden_gate/models/database_registration_summary.py +1 -1
- oci/golden_gate/models/default_cancel_deployment_backup_details.py +1 -1
- oci/golden_gate/models/default_cancel_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/default_cancel_snooze_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/default_deployment_wallet_exists_details.py +1 -1
- oci/golden_gate/models/default_restore_deployment_details.py +1 -1
- oci/golden_gate/models/default_rollback_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/default_snooze_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/default_start_deployment_details.py +1 -1
- oci/golden_gate/models/default_stop_deployment_details.py +1 -1
- oci/golden_gate/models/default_test_connection_assignment_details.py +1 -1
- oci/golden_gate/models/default_upgrade_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/deployment.py +8 -4
- oci/golden_gate/models/deployment_backup.py +1 -1
- oci/golden_gate/models/deployment_backup_collection.py +1 -1
- oci/golden_gate/models/deployment_backup_summary.py +1 -1
- oci/golden_gate/models/deployment_collection.py +1 -1
- oci/golden_gate/models/deployment_diagnostic_data.py +1 -1
- oci/golden_gate/models/deployment_message_collection.py +1 -1
- oci/golden_gate/models/deployment_summary.py +8 -4
- oci/golden_gate/models/deployment_type_collection.py +1 -1
- oci/golden_gate/models/deployment_type_summary.py +8 -4
- oci/golden_gate/models/deployment_upgrade.py +1 -1
- oci/golden_gate/models/deployment_upgrade_collection.py +1 -1
- oci/golden_gate/models/deployment_upgrade_summary.py +1 -1
- oci/golden_gate/models/deployment_version_collection.py +1 -1
- oci/golden_gate/models/deployment_version_summary.py +8 -4
- oci/golden_gate/models/deployment_wallet_exists_details.py +1 -1
- oci/golden_gate/models/deployment_wallet_exists_response_details.py +1 -1
- oci/golden_gate/models/deployment_wallets_operation_collection.py +1 -1
- oci/golden_gate/models/deployment_wallets_operation_summary.py +1 -1
- oci/golden_gate/models/elasticsearch_connection.py +1 -1
- oci/golden_gate/models/elasticsearch_connection_summary.py +1 -1
- oci/golden_gate/models/export_deployment_wallet_details.py +1 -1
- oci/golden_gate/models/generic_connection.py +1 -1
- oci/golden_gate/models/generic_connection_summary.py +1 -1
- oci/golden_gate/models/golden_gate_connection.py +1 -1
- oci/golden_gate/models/golden_gate_connection_summary.py +1 -1
- oci/golden_gate/models/google_big_query_connection.py +1 -1
- oci/golden_gate/models/google_big_query_connection_summary.py +1 -1
- oci/golden_gate/models/google_cloud_storage_connection.py +1 -1
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +1 -1
- oci/golden_gate/models/hdfs_connection.py +1 -1
- oci/golden_gate/models/hdfs_connection_summary.py +1 -1
- oci/golden_gate/models/import_deployment_wallet_details.py +1 -1
- oci/golden_gate/models/ingress_ip_details.py +1 -1
- oci/golden_gate/models/java_message_service_connection.py +1 -1
- oci/golden_gate/models/java_message_service_connection_summary.py +1 -1
- oci/golden_gate/models/kafka_bootstrap_server.py +1 -1
- oci/golden_gate/models/kafka_connection.py +1 -1
- oci/golden_gate/models/kafka_connection_summary.py +1 -1
- oci/golden_gate/models/kafka_schema_registry_connection.py +1 -1
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +1 -1
- oci/golden_gate/models/maintenance_configuration.py +1 -1
- oci/golden_gate/models/maintenance_window.py +1 -1
- oci/golden_gate/models/message_summary.py +1 -1
- oci/golden_gate/models/microsoft_sqlserver_connection.py +1 -1
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +1 -1
- oci/golden_gate/models/mongo_db_connection.py +1 -1
- oci/golden_gate/models/mongo_db_connection_summary.py +1 -1
- oci/golden_gate/models/mysql_connection.py +1 -1
- oci/golden_gate/models/mysql_connection_summary.py +1 -1
- oci/golden_gate/models/name_value_pair.py +1 -1
- oci/golden_gate/models/oci_object_storage_connection.py +1 -1
- oci/golden_gate/models/oci_object_storage_connection_summary.py +1 -1
- oci/golden_gate/models/ogg_deployment.py +1 -1
- oci/golden_gate/models/oracle_connection.py +1 -1
- oci/golden_gate/models/oracle_connection_summary.py +1 -1
- oci/golden_gate/models/oracle_nosql_connection.py +1 -1
- oci/golden_gate/models/oracle_nosql_connection_summary.py +1 -1
- oci/golden_gate/models/postgresql_connection.py +1 -1
- oci/golden_gate/models/postgresql_connection_summary.py +1 -1
- oci/golden_gate/models/redis_connection.py +1 -1
- oci/golden_gate/models/redis_connection_summary.py +1 -1
- oci/golden_gate/models/reschedule_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/reschedule_deployment_upgrade_to_date_details.py +1 -1
- oci/golden_gate/models/restore_deployment_details.py +1 -1
- oci/golden_gate/models/rollback_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/snooze_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/snowflake_connection.py +1 -1
- oci/golden_gate/models/snowflake_connection_summary.py +1 -1
- oci/golden_gate/models/start_deployment_details.py +1 -1
- oci/golden_gate/models/stop_deployment_details.py +1 -1
- oci/golden_gate/models/test_connection_assignment_details.py +1 -1
- oci/golden_gate/models/test_connection_assignment_error.py +1 -1
- oci/golden_gate/models/test_connection_assignment_result.py +1 -1
- oci/golden_gate/models/trail_file_collection.py +1 -1
- oci/golden_gate/models/trail_file_summary.py +1 -1
- oci/golden_gate/models/trail_sequence_collection.py +1 -1
- oci/golden_gate/models/trail_sequence_summary.py +1 -1
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +1 -1
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +1 -1
- oci/golden_gate/models/update_amazon_s3_connection_details.py +1 -1
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +1 -1
- oci/golden_gate/models/update_azure_synapse_connection_details.py +1 -1
- oci/golden_gate/models/update_connection_details.py +1 -1
- oci/golden_gate/models/update_database_registration_details.py +1 -1
- oci/golden_gate/models/update_deployment_backup_details.py +1 -1
- oci/golden_gate/models/update_deployment_details.py +1 -1
- oci/golden_gate/models/update_elasticsearch_connection_details.py +1 -1
- oci/golden_gate/models/update_generic_connection_details.py +1 -1
- oci/golden_gate/models/update_golden_gate_connection_details.py +1 -1
- oci/golden_gate/models/update_google_big_query_connection_details.py +1 -1
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +1 -1
- oci/golden_gate/models/update_hdfs_connection_details.py +1 -1
- oci/golden_gate/models/update_java_message_service_connection_details.py +1 -1
- oci/golden_gate/models/update_kafka_connection_details.py +1 -1
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +1 -1
- oci/golden_gate/models/update_maintenance_configuration_details.py +1 -1
- oci/golden_gate/models/update_maintenance_window_details.py +1 -1
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +1 -1
- oci/golden_gate/models/update_mongo_db_connection_details.py +1 -1
- oci/golden_gate/models/update_mysql_connection_details.py +1 -1
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +1 -1
- oci/golden_gate/models/update_ogg_deployment_details.py +1 -1
- oci/golden_gate/models/update_oracle_connection_details.py +1 -1
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +1 -1
- oci/golden_gate/models/update_postgresql_connection_details.py +1 -1
- oci/golden_gate/models/update_redis_connection_details.py +1 -1
- oci/golden_gate/models/update_snowflake_connection_details.py +1 -1
- oci/golden_gate/models/upgrade_deployment_current_release_details.py +1 -1
- oci/golden_gate/models/upgrade_deployment_details.py +1 -1
- oci/golden_gate/models/upgrade_deployment_specific_release_details.py +1 -1
- oci/golden_gate/models/upgrade_deployment_upgrade_details.py +1 -1
- oci/golden_gate/models/work_request.py +1 -1
- oci/golden_gate/models/work_request_error.py +1 -1
- oci/golden_gate/models/work_request_log_entry.py +1 -1
- oci/golden_gate/models/work_request_resource.py +1 -1
- oci/governance_rules_control_plane/__init__.py +1 -1
- oci/governance_rules_control_plane/governance_rule_client.py +16 -16
- oci/governance_rules_control_plane/governance_rule_client_composite_operations.py +1 -1
- oci/governance_rules_control_plane/models/__init__.py +1 -1
- oci/governance_rules_control_plane/models/allowed_regions_template.py +1 -1
- oci/governance_rules_control_plane/models/association.py +1 -1
- oci/governance_rules_control_plane/models/base_tag_definition_validator.py +1 -1
- oci/governance_rules_control_plane/models/create_governance_rule_details.py +1 -1
- oci/governance_rules_control_plane/models/create_inclusion_criterion_details.py +1 -1
- oci/governance_rules_control_plane/models/default_tag_definition_validator.py +1 -1
- oci/governance_rules_control_plane/models/enforced_governance_rule.py +1 -1
- oci/governance_rules_control_plane/models/enforced_governance_rule_collection.py +1 -1
- oci/governance_rules_control_plane/models/enforced_governance_rule_summary.py +1 -1
- oci/governance_rules_control_plane/models/enum_tag_definition_validator.py +1 -1
- oci/governance_rules_control_plane/models/governance_rule.py +1 -1
- oci/governance_rules_control_plane/models/governance_rule_collection.py +1 -1
- oci/governance_rules_control_plane/models/governance_rule_summary.py +1 -1
- oci/governance_rules_control_plane/models/inclusion_criterion.py +1 -1
- oci/governance_rules_control_plane/models/inclusion_criterion_collection.py +1 -1
- oci/governance_rules_control_plane/models/inclusion_criterion_summary.py +1 -1
- oci/governance_rules_control_plane/models/quota_template.py +1 -1
- oci/governance_rules_control_plane/models/tag.py +1 -1
- oci/governance_rules_control_plane/models/tag_default.py +1 -1
- oci/governance_rules_control_plane/models/tag_template.py +1 -1
- oci/governance_rules_control_plane/models/template.py +1 -1
- oci/governance_rules_control_plane/models/tenancy_association.py +1 -1
- oci/governance_rules_control_plane/models/tenancy_attachment.py +1 -1
- oci/governance_rules_control_plane/models/tenancy_attachment_collection.py +1 -1
- oci/governance_rules_control_plane/models/tenancy_attachment_summary.py +1 -1
- oci/governance_rules_control_plane/models/update_governance_rule_details.py +1 -1
- oci/governance_rules_control_plane/models/work_request.py +1 -1
- oci/governance_rules_control_plane/models/work_request_error.py +1 -1
- oci/governance_rules_control_plane/models/work_request_error_collection.py +1 -1
- oci/governance_rules_control_plane/models/work_request_log_entry.py +1 -1
- oci/governance_rules_control_plane/models/work_request_log_entry_collection.py +1 -1
- oci/governance_rules_control_plane/models/work_request_resource.py +1 -1
- oci/governance_rules_control_plane/models/work_request_summary.py +1 -1
- oci/governance_rules_control_plane/models/work_request_summary_collection.py +1 -1
- oci/governance_rules_control_plane/work_request_client.py +6 -6
- oci/governance_rules_control_plane/work_request_client_composite_operations.py +1 -1
- oci/healthchecks/__init__.py +1 -1
- oci/healthchecks/health_checks_client.py +18 -18
- oci/healthchecks/health_checks_client_composite_operations.py +1 -1
- oci/healthchecks/models/__init__.py +1 -1
- oci/healthchecks/models/change_http_monitor_compartment_details.py +1 -1
- oci/healthchecks/models/change_ping_monitor_compartment_details.py +1 -1
- oci/healthchecks/models/connection.py +1 -1
- oci/healthchecks/models/create_http_monitor_details.py +1 -1
- oci/healthchecks/models/create_on_demand_http_probe_details.py +1 -1
- oci/healthchecks/models/create_on_demand_ping_probe_details.py +1 -1
- oci/healthchecks/models/create_ping_monitor_details.py +1 -1
- oci/healthchecks/models/dns.py +1 -1
- oci/healthchecks/models/geolocation.py +1 -1
- oci/healthchecks/models/health_checks_vantage_point_summary.py +1 -1
- oci/healthchecks/models/http_monitor.py +1 -1
- oci/healthchecks/models/http_monitor_summary.py +1 -1
- oci/healthchecks/models/http_probe.py +1 -1
- oci/healthchecks/models/http_probe_result_summary.py +1 -1
- oci/healthchecks/models/ping_monitor.py +1 -1
- oci/healthchecks/models/ping_monitor_summary.py +1 -1
- oci/healthchecks/models/ping_probe.py +1 -1
- oci/healthchecks/models/ping_probe_result_summary.py +1 -1
- oci/healthchecks/models/routing.py +1 -1
- oci/healthchecks/models/tcp_connection.py +1 -1
- oci/healthchecks/models/update_http_monitor_details.py +1 -1
- oci/healthchecks/models/update_ping_monitor_details.py +1 -1
- oci/identity/__init__.py +1 -1
- oci/identity/identity_client.py +146 -146
- oci/identity/identity_client_composite_operations.py +1 -1
- oci/identity/models/__init__.py +1 -1
- oci/identity/models/add_lock_details.py +1 -1
- oci/identity/models/add_user_to_group_details.py +1 -1
- oci/identity/models/allowed_domain_license_type_summary.py +1 -1
- oci/identity/models/api_key.py +1 -1
- oci/identity/models/auth_token.py +1 -1
- oci/identity/models/authentication_policy.py +1 -1
- oci/identity/models/availability_domain.py +1 -1
- oci/identity/models/base_tag_definition_validator.py +1 -1
- oci/identity/models/bulk_action_resource.py +1 -1
- oci/identity/models/bulk_action_resource_type.py +1 -1
- oci/identity/models/bulk_action_resource_type_collection.py +1 -1
- oci/identity/models/bulk_delete_resources_details.py +1 -1
- oci/identity/models/bulk_delete_tags_details.py +1 -1
- oci/identity/models/bulk_edit_operation_details.py +1 -1
- oci/identity/models/bulk_edit_resource.py +1 -1
- oci/identity/models/bulk_edit_tags_details.py +1 -1
- oci/identity/models/bulk_edit_tags_resource_type.py +1 -1
- oci/identity/models/bulk_edit_tags_resource_type_collection.py +1 -1
- oci/identity/models/bulk_move_resources_details.py +1 -1
- oci/identity/models/change_domain_compartment_details.py +1 -1
- oci/identity/models/change_domain_license_type_details.py +1 -1
- oci/identity/models/change_tag_namespace_compartment_detail.py +1 -1
- oci/identity/models/change_tas_domain_license_type_details.py +1 -1
- oci/identity/models/compartment.py +1 -1
- oci/identity/models/create_api_key_details.py +1 -1
- oci/identity/models/create_auth_token_details.py +1 -1
- oci/identity/models/create_compartment_details.py +1 -1
- oci/identity/models/create_customer_secret_key_details.py +1 -1
- oci/identity/models/create_db_credential_details.py +1 -1
- oci/identity/models/create_domain_details.py +1 -1
- oci/identity/models/create_dynamic_group_details.py +1 -1
- oci/identity/models/create_group_details.py +1 -1
- oci/identity/models/create_identity_provider_details.py +1 -1
- oci/identity/models/create_idp_group_mapping_details.py +1 -1
- oci/identity/models/create_network_source_details.py +1 -1
- oci/identity/models/create_o_auth2_client_credential_details.py +1 -1
- oci/identity/models/create_policy_details.py +1 -1
- oci/identity/models/create_region_subscription_details.py +1 -1
- oci/identity/models/create_saml2_identity_provider_details.py +1 -1
- oci/identity/models/create_smtp_credential_details.py +1 -1
- oci/identity/models/create_swift_password_details.py +1 -1
- oci/identity/models/create_tag_default_details.py +1 -1
- oci/identity/models/create_tag_details.py +1 -1
- oci/identity/models/create_tag_namespace_details.py +1 -1
- oci/identity/models/create_user_details.py +1 -1
- oci/identity/models/customer_secret_key.py +1 -1
- oci/identity/models/customer_secret_key_summary.py +1 -1
- oci/identity/models/db_credential.py +1 -1
- oci/identity/models/db_credential_summary.py +1 -1
- oci/identity/models/default_tag_definition_validator.py +1 -1
- oci/identity/models/domain.py +1 -1
- oci/identity/models/domain_replication.py +1 -1
- oci/identity/models/domain_replication_states.py +1 -1
- oci/identity/models/domain_summary.py +1 -1
- oci/identity/models/dynamic_group.py +1 -1
- oci/identity/models/enable_replication_to_region_details.py +1 -1
- oci/identity/models/enum_tag_definition_validator.py +1 -1
- oci/identity/models/fault_domain.py +1 -1
- oci/identity/models/fully_qualified_scope.py +1 -1
- oci/identity/models/group.py +1 -1
- oci/identity/models/iam_work_request.py +1 -1
- oci/identity/models/iam_work_request_error_summary.py +1 -1
- oci/identity/models/iam_work_request_log_summary.py +1 -1
- oci/identity/models/iam_work_request_resource.py +1 -1
- oci/identity/models/iam_work_request_summary.py +1 -1
- oci/identity/models/identity_provider.py +1 -1
- oci/identity/models/identity_provider_group_summary.py +1 -1
- oci/identity/models/idp_group_mapping.py +1 -1
- oci/identity/models/import_standard_tags_details.py +1 -1
- oci/identity/models/mfa_totp_device.py +1 -1
- oci/identity/models/mfa_totp_device_summary.py +1 -1
- oci/identity/models/mfa_totp_token.py +1 -1
- oci/identity/models/move_compartment_details.py +1 -1
- oci/identity/models/network_policy.py +1 -1
- oci/identity/models/network_sources.py +1 -1
- oci/identity/models/network_sources_summary.py +1 -1
- oci/identity/models/network_sources_virtual_source_list.py +1 -1
- oci/identity/models/o_auth2_client_credential.py +1 -1
- oci/identity/models/o_auth2_client_credential_summary.py +1 -1
- oci/identity/models/password_policy.py +1 -1
- oci/identity/models/policy.py +1 -1
- oci/identity/models/region.py +1 -1
- oci/identity/models/region_subscription.py +1 -1
- oci/identity/models/remove_lock_details.py +1 -1
- oci/identity/models/replicated_region_details.py +1 -1
- oci/identity/models/resource_lock.py +1 -1
- oci/identity/models/saml2_identity_provider.py +1 -1
- oci/identity/models/scim_client_credentials.py +1 -1
- oci/identity/models/smtp_credential.py +1 -1
- oci/identity/models/smtp_credential_summary.py +1 -1
- oci/identity/models/standard_tag_definition_template.py +1 -1
- oci/identity/models/standard_tag_namespace_template.py +1 -1
- oci/identity/models/standard_tag_namespace_template_summary.py +1 -1
- oci/identity/models/swift_password.py +1 -1
- oci/identity/models/tag.py +1 -1
- oci/identity/models/tag_default.py +1 -1
- oci/identity/models/tag_default_summary.py +1 -1
- oci/identity/models/tag_namespace.py +1 -1
- oci/identity/models/tag_namespace_summary.py +1 -1
- oci/identity/models/tag_summary.py +1 -1
- oci/identity/models/tagging_work_request.py +1 -1
- oci/identity/models/tagging_work_request_error_summary.py +1 -1
- oci/identity/models/tagging_work_request_log_summary.py +1 -1
- oci/identity/models/tagging_work_request_summary.py +1 -1
- oci/identity/models/tenancy.py +1 -1
- oci/identity/models/ui_password.py +1 -1
- oci/identity/models/ui_password_information.py +1 -1
- oci/identity/models/update_auth_token_details.py +1 -1
- oci/identity/models/update_authentication_policy_details.py +1 -1
- oci/identity/models/update_compartment_details.py +1 -1
- oci/identity/models/update_customer_secret_key_details.py +1 -1
- oci/identity/models/update_domain_details.py +1 -1
- oci/identity/models/update_dynamic_group_details.py +1 -1
- oci/identity/models/update_group_details.py +1 -1
- oci/identity/models/update_identity_provider_details.py +1 -1
- oci/identity/models/update_idp_group_mapping_details.py +1 -1
- oci/identity/models/update_network_source_details.py +1 -1
- oci/identity/models/update_o_auth2_client_credential_details.py +1 -1
- oci/identity/models/update_policy_details.py +1 -1
- oci/identity/models/update_saml2_identity_provider_details.py +1 -1
- oci/identity/models/update_smtp_credential_details.py +1 -1
- oci/identity/models/update_state_details.py +1 -1
- oci/identity/models/update_swift_password_details.py +1 -1
- oci/identity/models/update_tag_default_details.py +1 -1
- oci/identity/models/update_tag_details.py +1 -1
- oci/identity/models/update_tag_namespace_details.py +1 -1
- oci/identity/models/update_user_capabilities_details.py +1 -1
- oci/identity/models/update_user_details.py +1 -1
- oci/identity/models/user.py +1 -1
- oci/identity/models/user_capabilities.py +1 -1
- oci/identity/models/user_group_membership.py +1 -1
- oci/identity/models/work_request.py +1 -1
- oci/identity/models/work_request_error.py +1 -1
- oci/identity/models/work_request_log_entry.py +1 -1
- oci/identity/models/work_request_resource.py +1 -1
- oci/identity/models/work_request_summary.py +1 -1
- oci/identity_data_plane/__init__.py +1 -1
- oci/identity_data_plane/dataplane_client.py +3 -3
- oci/identity_data_plane/dataplane_client_composite_operations.py +1 -1
- oci/identity_data_plane/models/__init__.py +1 -1
- oci/identity_data_plane/models/accessible_compartment_request.py +1 -1
- oci/identity_data_plane/models/accessible_compartment_response.py +1 -1
- oci/identity_data_plane/models/association_authorization_request.py +1 -1
- oci/identity_data_plane/models/auth_service_user.py +1 -1
- oci/identity_data_plane/models/authenticate_client_details.py +1 -1
- oci/identity_data_plane/models/authenticate_client_result.py +1 -1
- oci/identity_data_plane/models/authenticate_user_result.py +1 -1
- oci/identity_data_plane/models/authentication_policy.py +1 -1
- oci/identity_data_plane/models/authentication_principal.py +1 -1
- oci/identity_data_plane/models/authentication_request.py +1 -1
- oci/identity_data_plane/models/authorization_request.py +1 -1
- oci/identity_data_plane/models/bad_user_state_authenticate_user_result.py +1 -1
- oci/identity_data_plane/models/claim.py +1 -1
- oci/identity_data_plane/models/client_credentials_response.py +1 -1
- oci/identity_data_plane/models/common_principal.py +1 -1
- oci/identity_data_plane/models/compartment.py +1 -1
- oci/identity_data_plane/models/compartment_metadata.py +1 -1
- oci/identity_data_plane/models/context_variable.py +1 -1
- oci/identity_data_plane/models/cost_tracking_tag.py +1 -1
- oci/identity_data_plane/models/credential_authenticator_info.py +1 -1
- oci/identity_data_plane/models/derived_key_response.py +1 -1
- oci/identity_data_plane/models/entity_status.py +1 -1
- oci/identity_data_plane/models/filter_group_membership_details.py +1 -1
- oci/identity_data_plane/models/filter_group_membership_result.py +1 -1
- oci/identity_data_plane/models/generate_scoped_access_token_details.py +1 -1
- oci/identity_data_plane/models/generate_user_security_token_details.py +1 -1
- oci/identity_data_plane/models/identity_provider.py +1 -1
- oci/identity_data_plane/models/jwk.py +1 -1
- oci/identity_data_plane/models/on_behalf_of_request.py +1 -1
- oci/identity_data_plane/models/password_policy.py +1 -1
- oci/identity_data_plane/models/password_reset_authentication_request.py +1 -1
- oci/identity_data_plane/models/permission.py +1 -1
- oci/identity_data_plane/models/permission_context.py +1 -1
- oci/identity_data_plane/models/principal.py +1 -1
- oci/identity_data_plane/models/refresh_request.py +1 -1
- oci/identity_data_plane/models/resource_principal_session_token_request.py +1 -1
- oci/identity_data_plane/models/security_token.py +1 -1
- oci/identity_data_plane/models/tenant.py +1 -1
- oci/identity_data_plane/models/tenant_not_found_authenticate_user_result.py +1 -1
- oci/identity_data_plane/models/thick_authorization_response.py +1 -1
- oci/identity_data_plane/models/thin_association_authorization_response.py +1 -1
- oci/identity_data_plane/models/thin_authorization_response.py +1 -1
- oci/identity_data_plane/models/user.py +1 -1
- oci/identity_data_plane/models/user_not_found_authenticate_user_result.py +1 -1
- oci/identity_data_plane/models/valid_authenticate_user_result.py +1 -1
- oci/identity_data_plane/models/x509_federation_request.py +1 -1
- oci/identity_domains/__init__.py +1 -1
- oci/identity_domains/identity_domains_client.py +301 -301
- oci/identity_domains/identity_domains_client_composite_operations.py +1 -1
- oci/identity_domains/models/__init__.py +1 -1
- oci/identity_domains/models/account_mgmt_info.py +1 -1
- oci/identity_domains/models/account_mgmt_info_app.py +1 -1
- oci/identity_domains/models/account_mgmt_info_matching_owners.py +1 -1
- oci/identity_domains/models/account_mgmt_info_object_class.py +1 -1
- oci/identity_domains/models/account_mgmt_info_owner.py +1 -1
- oci/identity_domains/models/account_mgmt_info_resource_type.py +1 -1
- oci/identity_domains/models/account_mgmt_info_search_request.py +1 -1
- oci/identity_domains/models/account_mgmt_info_user_wallet_artifact.py +1 -1
- oci/identity_domains/models/account_mgmt_infos.py +1 -1
- oci/identity_domains/models/account_recovery_setting.py +1 -1
- oci/identity_domains/models/account_recovery_settings.py +1 -1
- oci/identity_domains/models/addresses.py +1 -1
- oci/identity_domains/models/api_key.py +1 -1
- oci/identity_domains/models/api_key_search_request.py +1 -1
- oci/identity_domains/models/api_key_user.py +1 -1
- oci/identity_domains/models/api_keys.py +1 -1
- oci/identity_domains/models/app.py +1 -1
- oci/identity_domains/models/app_accounts.py +1 -1
- oci/identity_domains/models/app_admin_roles.py +1 -1
- oci/identity_domains/models/app_alias_apps.py +1 -1
- oci/identity_domains/models/app_allow_authz_policy.py +1 -1
- oci/identity_domains/models/app_allowed_scopes.py +1 -1
- oci/identity_domains/models/app_allowed_tags.py +1 -1
- oci/identity_domains/models/app_app_resources.py +1 -1
- oci/identity_domains/models/app_app_signon_policy.py +1 -1
- oci/identity_domains/models/app_apps_network_perimeters.py +1 -1
- oci/identity_domains/models/app_as_opc_service.py +1 -1
- oci/identity_domains/models/app_attr_rendering_metadata.py +1 -1
- oci/identity_domains/models/app_based_on_template.py +1 -1
- oci/identity_domains/models/app_bundle_configuration_properties.py +1 -1
- oci/identity_domains/models/app_bundle_pool_configuration.py +1 -1
- oci/identity_domains/models/app_certificates.py +1 -1
- oci/identity_domains/models/app_cloud_control_properties.py +1 -1
- oci/identity_domains/models/app_connector_bundle.py +1 -1
- oci/identity_domains/models/app_deny_authz_policy.py +1 -1
- oci/identity_domains/models/app_domain_app.py +1 -1
- oci/identity_domains/models/app_editable_attributes.py +1 -1
- oci/identity_domains/models/app_extension_dbcs_app.py +1 -1
- oci/identity_domains/models/app_extension_enterprise_app_app.py +1 -1
- oci/identity_domains/models/app_extension_form_fill_app_app.py +1 -1
- oci/identity_domains/models/app_extension_form_fill_app_template_app_template.py +1 -1
- oci/identity_domains/models/app_extension_kerberos_realm_app.py +1 -1
- oci/identity_domains/models/app_extension_managedapp_app.py +1 -1
- oci/identity_domains/models/app_extension_multicloud_service_app_app.py +1 -1
- oci/identity_domains/models/app_extension_opc_service_app.py +1 -1
- oci/identity_domains/models/app_extension_radius_app_app.py +1 -1
- oci/identity_domains/models/app_extension_requestable_app.py +1 -1
- oci/identity_domains/models/app_extension_saml_service_provider_app.py +1 -1
- oci/identity_domains/models/app_extension_web_tier_policy_app.py +1 -1
- oci/identity_domains/models/app_flat_file_bundle_configuration_properties.py +1 -1
- oci/identity_domains/models/app_flat_file_connector_bundle.py +1 -1
- oci/identity_domains/models/app_form_fill_url_match.py +1 -1
- oci/identity_domains/models/app_granted_app_roles.py +1 -1
- oci/identity_domains/models/app_grants.py +1 -1
- oci/identity_domains/models/app_group_assertion_attributes.py +1 -1
- oci/identity_domains/models/app_group_membership_to_return.py +1 -1
- oci/identity_domains/models/app_identity_bridges.py +1 -1
- oci/identity_domains/models/app_identity_providers.py +1 -1
- oci/identity_domains/models/app_idp_policy.py +1 -1
- oci/identity_domains/models/app_object_classes.py +1 -1
- oci/identity_domains/models/app_outbound_assertion_attributes.py +1 -1
- oci/identity_domains/models/app_protectable_secondary_audiences.py +1 -1
- oci/identity_domains/models/app_radius_policy.py +1 -1
- oci/identity_domains/models/app_role.py +1 -1
- oci/identity_domains/models/app_role_app.py +1 -1
- oci/identity_domains/models/app_role_members.py +1 -1
- oci/identity_domains/models/app_role_search_request.py +1 -1
- oci/identity_domains/models/app_roles.py +1 -1
- oci/identity_domains/models/app_saml_service_provider.py +1 -1
- oci/identity_domains/models/app_scopes.py +1 -1
- oci/identity_domains/models/app_search_request.py +1 -1
- oci/identity_domains/models/app_service_params.py +1 -1
- oci/identity_domains/models/app_signon_policy.py +1 -1
- oci/identity_domains/models/app_status_changer.py +1 -1
- oci/identity_domains/models/app_terms_of_use.py +1 -1
- oci/identity_domains/models/app_three_legged_o_auth_credential.py +1 -1
- oci/identity_domains/models/app_trust_policies.py +1 -1
- oci/identity_domains/models/app_user_assertion_attributes.py +1 -1
- oci/identity_domains/models/app_user_roles.py +1 -1
- oci/identity_domains/models/approval_workflow.py +1 -1
- oci/identity_domains/models/approval_workflow_approval_workflow_steps.py +1 -1
- oci/identity_domains/models/approval_workflow_assignment.py +1 -1
- oci/identity_domains/models/approval_workflow_assignment_approval_workflow.py +1 -1
- oci/identity_domains/models/approval_workflow_assignment_assigned_to.py +1 -1
- oci/identity_domains/models/approval_workflow_assignments.py +1 -1
- oci/identity_domains/models/approval_workflow_max_duration.py +1 -1
- oci/identity_domains/models/approval_workflow_step.py +1 -1
- oci/identity_domains/models/approval_workflow_step_approvers.py +1 -1
- oci/identity_domains/models/approval_workflow_steps.py +1 -1
- oci/identity_domains/models/approval_workflows.py +1 -1
- oci/identity_domains/models/apps.py +1 -1
- oci/identity_domains/models/auth_token.py +1 -1
- oci/identity_domains/models/auth_token_search_request.py +1 -1
- oci/identity_domains/models/auth_token_user.py +1 -1
- oci/identity_domains/models/auth_tokens.py +1 -1
- oci/identity_domains/models/authentication_factor_setting.py +1 -1
- oci/identity_domains/models/authentication_factor_settings.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_bypass_code_settings.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_client_app_settings.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_compliance_policy.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_duo_security_settings.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_email_settings.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_endpoint_restrictions.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_identity_store_settings.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_notification_settings.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_search_request.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_third_party_factor.py +1 -1
- oci/identity_domains/models/authentication_factor_settings_totp_settings.py +1 -1
- oci/identity_domains/models/authentication_factors_remover.py +1 -1
- oci/identity_domains/models/authentication_factors_remover_user.py +1 -1
- oci/identity_domains/models/branding_setting.py +1 -1
- oci/identity_domains/models/branding_settings.py +1 -1
- oci/identity_domains/models/branding_settings_company_names.py +1 -1
- oci/identity_domains/models/branding_settings_default_company_names.py +1 -1
- oci/identity_domains/models/branding_settings_default_images.py +1 -1
- oci/identity_domains/models/branding_settings_default_login_texts.py +1 -1
- oci/identity_domains/models/branding_settings_images.py +1 -1
- oci/identity_domains/models/branding_settings_login_texts.py +1 -1
- oci/identity_domains/models/cloud_gate.py +1 -1
- oci/identity_domains/models/cloud_gate_ext_mappings.py +1 -1
- oci/identity_domains/models/cloud_gate_ext_servers.py +1 -1
- oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.py +1 -1
- oci/identity_domains/models/cloud_gate_ext_upstream_servers.py +1 -1
- oci/identity_domains/models/cloud_gate_mapping.py +1 -1
- oci/identity_domains/models/cloud_gate_mapping_cloud_gate.py +1 -1
- oci/identity_domains/models/cloud_gate_mapping_gateway_app.py +1 -1
- oci/identity_domains/models/cloud_gate_mapping_search_request.py +1 -1
- oci/identity_domains/models/cloud_gate_mapping_server.py +1 -1
- oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.py +1 -1
- oci/identity_domains/models/cloud_gate_mappings.py +1 -1
- oci/identity_domains/models/cloud_gate_oauth_client.py +1 -1
- oci/identity_domains/models/cloud_gate_search_request.py +1 -1
- oci/identity_domains/models/cloud_gate_server.py +1 -1
- oci/identity_domains/models/cloud_gate_server_cloud_gate.py +1 -1
- oci/identity_domains/models/cloud_gate_server_search_request.py +1 -1
- oci/identity_domains/models/cloud_gate_servers.py +1 -1
- oci/identity_domains/models/cloud_gates.py +1 -1
- oci/identity_domains/models/condition.py +1 -1
- oci/identity_domains/models/condition_search_request.py +1 -1
- oci/identity_domains/models/conditions.py +1 -1
- oci/identity_domains/models/customer_secret_key.py +1 -1
- oci/identity_domains/models/customer_secret_key_search_request.py +1 -1
- oci/identity_domains/models/customer_secret_key_user.py +1 -1
- oci/identity_domains/models/customer_secret_keys.py +1 -1
- oci/identity_domains/models/defined_tags.py +1 -1
- oci/identity_domains/models/dynamic_resource_group.py +1 -1
- oci/identity_domains/models/dynamic_resource_group_dynamic_group_app_roles.py +1 -1
- oci/identity_domains/models/dynamic_resource_group_grants.py +1 -1
- oci/identity_domains/models/dynamic_resource_group_search_request.py +1 -1
- oci/identity_domains/models/dynamic_resource_groups.py +1 -1
- oci/identity_domains/models/extension_adaptive_user.py +1 -1
- oci/identity_domains/models/extension_capabilities_user.py +1 -1
- oci/identity_domains/models/extension_db_credentials_user.py +1 -1
- oci/identity_domains/models/extension_db_user_user.py +1 -1
- oci/identity_domains/models/extension_dbcs_group.py +1 -1
- oci/identity_domains/models/extension_dynamic_group.py +1 -1
- oci/identity_domains/models/extension_enterprise20_user.py +1 -1
- oci/identity_domains/models/extension_fido_authentication_factor_settings.py +1 -1
- oci/identity_domains/models/extension_group_group.py +1 -1
- oci/identity_domains/models/extension_kerberos_user_user.py +1 -1
- oci/identity_domains/models/extension_me_user.py +1 -1
- oci/identity_domains/models/extension_messages_error.py +1 -1
- oci/identity_domains/models/extension_mfa_user.py +1 -1
- oci/identity_domains/models/extension_oci_tags.py +1 -1
- oci/identity_domains/models/extension_password_state_user.py +1 -1
- oci/identity_domains/models/extension_passwordless_user.py +1 -1
- oci/identity_domains/models/extension_posix_group.py +1 -1
- oci/identity_domains/models/extension_posix_user.py +1 -1
- oci/identity_domains/models/extension_requestable_group.py +1 -1
- oci/identity_domains/models/extension_security_questions_user.py +1 -1
- oci/identity_domains/models/extension_self_change_user.py +1 -1
- oci/identity_domains/models/extension_self_registration_user.py +1 -1
- oci/identity_domains/models/extension_sff_user.py +1 -1
- oci/identity_domains/models/extension_social_account_user.py +1 -1
- oci/identity_domains/models/extension_social_identity_provider.py +1 -1
- oci/identity_domains/models/extension_terms_of_use_user.py +1 -1
- oci/identity_domains/models/extension_third_party_authentication_factor_settings.py +1 -1
- oci/identity_domains/models/extension_user_credentials_user.py +1 -1
- oci/identity_domains/models/extension_user_state_user.py +1 -1
- oci/identity_domains/models/extension_user_user.py +1 -1
- oci/identity_domains/models/extension_x509_identity_provider.py +1 -1
- oci/identity_domains/models/freeform_tags.py +1 -1
- oci/identity_domains/models/grant.py +1 -1
- oci/identity_domains/models/grant_app.py +1 -1
- oci/identity_domains/models/grant_app_entitlement_collection.py +1 -1
- oci/identity_domains/models/grant_entitlement.py +1 -1
- oci/identity_domains/models/grant_grantee.py +1 -1
- oci/identity_domains/models/grant_grantor.py +1 -1
- oci/identity_domains/models/grant_search_request.py +1 -1
- oci/identity_domains/models/grants.py +1 -1
- oci/identity_domains/models/group.py +1 -1
- oci/identity_domains/models/group_ext_app_roles.py +1 -1
- oci/identity_domains/models/group_ext_domain_level_schema_names.py +1 -1
- oci/identity_domains/models/group_ext_grants.py +1 -1
- oci/identity_domains/models/group_ext_instance_level_schema_names.py +1 -1
- oci/identity_domains/models/group_ext_owners.py +1 -1
- oci/identity_domains/models/group_ext_password_policy.py +1 -1
- oci/identity_domains/models/group_ext_synced_from_app.py +1 -1
- oci/identity_domains/models/group_members.py +1 -1
- oci/identity_domains/models/group_search_request.py +1 -1
- oci/identity_domains/models/groups.py +1 -1
- oci/identity_domains/models/idcs_created_by.py +1 -1
- oci/identity_domains/models/idcs_last_modified_by.py +1 -1
- oci/identity_domains/models/identity_propagation_trust.py +1 -1
- oci/identity_domains/models/identity_propagation_trust_impersonation_service_users.py +1 -1
- oci/identity_domains/models/identity_propagation_trust_keytab.py +1 -1
- oci/identity_domains/models/identity_propagation_trusts.py +1 -1
- oci/identity_domains/models/identity_provider.py +1 -1
- oci/identity_domains/models/identity_provider_correlation_policy.py +1 -1
- oci/identity_domains/models/identity_provider_jit_user_prov_assigned_groups.py +1 -1
- oci/identity_domains/models/identity_provider_jit_user_prov_attributes.py +1 -1
- oci/identity_domains/models/identity_provider_jit_user_prov_group_mappings.py +1 -1
- oci/identity_domains/models/identity_provider_relay_idp_param_mappings.py +1 -1
- oci/identity_domains/models/identity_provider_search_request.py +1 -1
- oci/identity_domains/models/identity_providers.py +1 -1
- oci/identity_domains/models/identity_setting.py +1 -1
- oci/identity_domains/models/identity_settings.py +1 -1
- oci/identity_domains/models/identity_settings_my_profile.py +1 -1
- oci/identity_domains/models/identity_settings_posix_gid.py +1 -1
- oci/identity_domains/models/identity_settings_posix_uid.py +1 -1
- oci/identity_domains/models/identity_settings_search_request.py +1 -1
- oci/identity_domains/models/identity_settings_tokens.py +1 -1
- oci/identity_domains/models/kmsi_setting.py +1 -1
- oci/identity_domains/models/kmsi_settings.py +1 -1
- oci/identity_domains/models/kmsi_settings_search_request.py +1 -1
- oci/identity_domains/models/me.py +1 -1
- oci/identity_domains/models/me_emails.py +1 -1
- oci/identity_domains/models/me_entitlements.py +1 -1
- oci/identity_domains/models/me_groups.py +1 -1
- oci/identity_domains/models/me_ims.py +1 -1
- oci/identity_domains/models/me_name.py +1 -1
- oci/identity_domains/models/me_password_changer.py +1 -1
- oci/identity_domains/models/me_phone_numbers.py +1 -1
- oci/identity_domains/models/me_photos.py +1 -1
- oci/identity_domains/models/me_roles.py +1 -1
- oci/identity_domains/models/me_x509_certificates.py +1 -1
- oci/identity_domains/models/meta.py +1 -1
- oci/identity_domains/models/my_api_key.py +1 -1
- oci/identity_domains/models/my_api_key_user.py +1 -1
- oci/identity_domains/models/my_api_keys.py +1 -1
- oci/identity_domains/models/my_app.py +1 -1
- oci/identity_domains/models/my_app_app.py +1 -1
- oci/identity_domains/models/my_app_owner.py +1 -1
- oci/identity_domains/models/my_app_search_request.py +1 -1
- oci/identity_domains/models/my_app_user_wallet_artifact.py +1 -1
- oci/identity_domains/models/my_apps.py +1 -1
- oci/identity_domains/models/my_auth_token.py +1 -1
- oci/identity_domains/models/my_auth_token_user.py +1 -1
- oci/identity_domains/models/my_auth_tokens.py +1 -1
- oci/identity_domains/models/my_authentication_factor_initiator.py +1 -1
- oci/identity_domains/models/my_authentication_factor_initiator_additional_attributes.py +1 -1
- oci/identity_domains/models/my_authentication_factor_initiator_third_party_factor.py +1 -1
- oci/identity_domains/models/my_authentication_factor_validator.py +1 -1
- oci/identity_domains/models/my_authentication_factor_validator_additional_attributes.py +1 -1
- oci/identity_domains/models/my_authentication_factor_validator_security_questions.py +1 -1
- oci/identity_domains/models/my_authentication_factor_validator_third_party_factor.py +1 -1
- oci/identity_domains/models/my_authentication_factors_remover.py +1 -1
- oci/identity_domains/models/my_authentication_factors_remover_user.py +1 -1
- oci/identity_domains/models/my_completed_approval.py +1 -1
- oci/identity_domains/models/my_completed_approvals.py +1 -1
- oci/identity_domains/models/my_customer_secret_key.py +1 -1
- oci/identity_domains/models/my_customer_secret_key_user.py +1 -1
- oci/identity_domains/models/my_customer_secret_keys.py +1 -1
- oci/identity_domains/models/my_device.py +1 -1
- oci/identity_domains/models/my_device_additional_attributes.py +1 -1
- oci/identity_domains/models/my_device_authentication_factors.py +1 -1
- oci/identity_domains/models/my_device_non_compliances.py +1 -1
- oci/identity_domains/models/my_device_push_notification_target.py +1 -1
- oci/identity_domains/models/my_device_third_party_factor.py +1 -1
- oci/identity_domains/models/my_device_user.py +1 -1
- oci/identity_domains/models/my_devices.py +1 -1
- oci/identity_domains/models/my_group.py +1 -1
- oci/identity_domains/models/my_group_members.py +1 -1
- oci/identity_domains/models/my_group_search_request.py +1 -1
- oci/identity_domains/models/my_groups.py +1 -1
- oci/identity_domains/models/my_o_auth2_client_credential.py +1 -1
- oci/identity_domains/models/my_o_auth2_client_credential_scopes.py +1 -1
- oci/identity_domains/models/my_o_auth2_client_credential_user.py +1 -1
- oci/identity_domains/models/my_o_auth2_client_credentials.py +1 -1
- oci/identity_domains/models/my_pending_approval.py +1 -1
- oci/identity_domains/models/my_pending_approvals.py +1 -1
- oci/identity_domains/models/my_request.py +1 -1
- oci/identity_domains/models/my_request_approval_details.py +1 -1
- oci/identity_domains/models/my_request_requesting.py +1 -1
- oci/identity_domains/models/my_request_requestor.py +1 -1
- oci/identity_domains/models/my_request_search_request.py +1 -1
- oci/identity_domains/models/my_requestable_group.py +1 -1
- oci/identity_domains/models/my_requestable_group_members.py +1 -1
- oci/identity_domains/models/my_requestable_group_search_request.py +1 -1
- oci/identity_domains/models/my_requestable_groups.py +1 -1
- oci/identity_domains/models/my_requests.py +1 -1
- oci/identity_domains/models/my_smtp_credential.py +1 -1
- oci/identity_domains/models/my_smtp_credential_user.py +1 -1
- oci/identity_domains/models/my_smtp_credentials.py +1 -1
- oci/identity_domains/models/my_support_account.py +1 -1
- oci/identity_domains/models/my_support_account_user.py +1 -1
- oci/identity_domains/models/my_support_accounts.py +1 -1
- oci/identity_domains/models/my_trusted_user_agent.py +1 -1
- oci/identity_domains/models/my_trusted_user_agent_trusted_factors.py +1 -1
- oci/identity_domains/models/my_trusted_user_agent_user.py +1 -1
- oci/identity_domains/models/my_trusted_user_agents.py +1 -1
- oci/identity_domains/models/my_user_db_credential.py +1 -1
- oci/identity_domains/models/my_user_db_credentials.py +1 -1
- oci/identity_domains/models/my_user_db_credentials_user.py +1 -1
- oci/identity_domains/models/network_perimeter.py +1 -1
- oci/identity_domains/models/network_perimeter_ip_addresses.py +1 -1
- oci/identity_domains/models/network_perimeter_search_request.py +1 -1
- oci/identity_domains/models/network_perimeters.py +1 -1
- oci/identity_domains/models/notification_setting.py +1 -1
- oci/identity_domains/models/notification_settings.py +1 -1
- oci/identity_domains/models/notification_settings_event_settings.py +1 -1
- oci/identity_domains/models/notification_settings_from_email_address.py +1 -1
- oci/identity_domains/models/notification_settings_search_request.py +1 -1
- oci/identity_domains/models/o_auth2_client_credential.py +1 -1
- oci/identity_domains/models/o_auth2_client_credential_scopes.py +1 -1
- oci/identity_domains/models/o_auth2_client_credential_search_request.py +1 -1
- oci/identity_domains/models/o_auth2_client_credential_user.py +1 -1
- oci/identity_domains/models/o_auth2_client_credentials.py +1 -1
- oci/identity_domains/models/o_auth_client_certificate.py +1 -1
- oci/identity_domains/models/o_auth_client_certificate_search_request.py +1 -1
- oci/identity_domains/models/o_auth_client_certificates.py +1 -1
- oci/identity_domains/models/o_auth_partner_certificate.py +1 -1
- oci/identity_domains/models/o_auth_partner_certificate_search_request.py +1 -1
- oci/identity_domains/models/o_auth_partner_certificates.py +1 -1
- oci/identity_domains/models/operations.py +1 -1
- oci/identity_domains/models/password_policies.py +1 -1
- oci/identity_domains/models/password_policy.py +1 -1
- oci/identity_domains/models/password_policy_configured_password_policy_rules.py +1 -1
- oci/identity_domains/models/password_policy_groups.py +1 -1
- oci/identity_domains/models/password_policy_search_request.py +1 -1
- oci/identity_domains/models/patch_op.py +1 -1
- oci/identity_domains/models/policies.py +1 -1
- oci/identity_domains/models/policy.py +1 -1
- oci/identity_domains/models/policy_policy_type.py +1 -1
- oci/identity_domains/models/policy_rules.py +1 -1
- oci/identity_domains/models/policy_search_request.py +1 -1
- oci/identity_domains/models/resource_type_schema_attribute.py +1 -1
- oci/identity_domains/models/resource_type_schema_attribute_search_request.py +1 -1
- oci/identity_domains/models/resource_type_schema_attributes.py +1 -1
- oci/identity_domains/models/rule.py +1 -1
- oci/identity_domains/models/rule_condition_group.py +1 -1
- oci/identity_domains/models/rule_policy_type.py +1 -1
- oci/identity_domains/models/rule_return.py +1 -1
- oci/identity_domains/models/rule_search_request.py +1 -1
- oci/identity_domains/models/rules.py +1 -1
- oci/identity_domains/models/schema.py +1 -1
- oci/identity_domains/models/schema_attributes.py +1 -1
- oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.py +1 -1
- oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.py +1 -1
- oci/identity_domains/models/schema_localized_canonical_values.py +1 -1
- oci/identity_domains/models/schema_localized_display_name.py +1 -1
- oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.py +1 -1
- oci/identity_domains/models/schema_resolve_value_using_resource_type.py +1 -1
- oci/identity_domains/models/schema_search_request.py +1 -1
- oci/identity_domains/models/schema_sub_attributes.py +1 -1
- oci/identity_domains/models/schemas.py +1 -1
- oci/identity_domains/models/security_question.py +1 -1
- oci/identity_domains/models/security_question_question_text.py +1 -1
- oci/identity_domains/models/security_question_search_request.py +1 -1
- oci/identity_domains/models/security_question_setting.py +1 -1
- oci/identity_domains/models/security_question_settings.py +1 -1
- oci/identity_domains/models/security_question_settings_search_request.py +1 -1
- oci/identity_domains/models/security_questions.py +1 -1
- oci/identity_domains/models/self_registration_profile.py +1 -1
- oci/identity_domains/models/self_registration_profile_after_submit_text.py +1 -1
- oci/identity_domains/models/self_registration_profile_consent_text.py +1 -1
- oci/identity_domains/models/self_registration_profile_default_groups.py +1 -1
- oci/identity_domains/models/self_registration_profile_display_name.py +1 -1
- oci/identity_domains/models/self_registration_profile_email_template.py +1 -1
- oci/identity_domains/models/self_registration_profile_footer_text.py +1 -1
- oci/identity_domains/models/self_registration_profile_header_text.py +1 -1
- oci/identity_domains/models/self_registration_profile_search_request.py +1 -1
- oci/identity_domains/models/self_registration_profile_user_attributes.py +1 -1
- oci/identity_domains/models/self_registration_profiles.py +1 -1
- oci/identity_domains/models/setting.py +1 -1
- oci/identity_domains/models/settings.py +1 -1
- oci/identity_domains/models/settings_certificate_validation.py +1 -1
- oci/identity_domains/models/settings_cloud_gate_cors_settings.py +1 -1
- oci/identity_domains/models/settings_company_names.py +1 -1
- oci/identity_domains/models/settings_default_company_names.py +1 -1
- oci/identity_domains/models/settings_default_images.py +1 -1
- oci/identity_domains/models/settings_default_login_texts.py +1 -1
- oci/identity_domains/models/settings_images.py +1 -1
- oci/identity_domains/models/settings_login_texts.py +1 -1
- oci/identity_domains/models/settings_purge_configs.py +1 -1
- oci/identity_domains/models/settings_search_request.py +1 -1
- oci/identity_domains/models/settings_tenant_custom_claims.py +1 -1
- oci/identity_domains/models/smtp_credential.py +1 -1
- oci/identity_domains/models/smtp_credential_search_request.py +1 -1
- oci/identity_domains/models/smtp_credential_user.py +1 -1
- oci/identity_domains/models/smtp_credentials.py +1 -1
- oci/identity_domains/models/tags.py +1 -1
- oci/identity_domains/models/user.py +1 -1
- oci/identity_domains/models/user_attributes_setting.py +1 -1
- oci/identity_domains/models/user_attributes_settings.py +1 -1
- oci/identity_domains/models/user_attributes_settings_attribute_settings.py +1 -1
- oci/identity_domains/models/user_attributes_settings_search_request.py +1 -1
- oci/identity_domains/models/user_capabilities_changer.py +1 -1
- oci/identity_domains/models/user_db_credential.py +1 -1
- oci/identity_domains/models/user_db_credentials.py +1 -1
- oci/identity_domains/models/user_db_credentials_search_request.py +1 -1
- oci/identity_domains/models/user_db_credentials_user.py +1 -1
- oci/identity_domains/models/user_emails.py +1 -1
- oci/identity_domains/models/user_entitlements.py +1 -1
- oci/identity_domains/models/user_ext_accounts.py +1 -1
- oci/identity_domains/models/user_ext_api_keys.py +1 -1
- oci/identity_domains/models/user_ext_app_roles.py +1 -1
- oci/identity_domains/models/user_ext_applicable_authentication_target_app.py +1 -1
- oci/identity_domains/models/user_ext_applicable_password_policy.py +1 -1
- oci/identity_domains/models/user_ext_auth_tokens.py +1 -1
- oci/identity_domains/models/user_ext_bypass_codes.py +1 -1
- oci/identity_domains/models/user_ext_customer_secret_keys.py +1 -1
- oci/identity_domains/models/user_ext_db_credentials.py +1 -1
- oci/identity_domains/models/user_ext_delegated_authentication_target_app.py +1 -1
- oci/identity_domains/models/user_ext_devices.py +1 -1
- oci/identity_domains/models/user_ext_factor_identifier.py +1 -1
- oci/identity_domains/models/user_ext_grants.py +1 -1
- oci/identity_domains/models/user_ext_idcs_app_roles_limited_to_groups.py +1 -1
- oci/identity_domains/models/user_ext_locked.py +1 -1
- oci/identity_domains/models/user_ext_manager.py +1 -1
- oci/identity_domains/models/user_ext_o_auth2_client_credentials.py +1 -1
- oci/identity_domains/models/user_ext_password_verifiers.py +1 -1
- oci/identity_domains/models/user_ext_preferred_device.py +1 -1
- oci/identity_domains/models/user_ext_realm_users.py +1 -1
- oci/identity_domains/models/user_ext_recovery_locked.py +1 -1
- oci/identity_domains/models/user_ext_risk_scores.py +1 -1
- oci/identity_domains/models/user_ext_sec_questions.py +1 -1
- oci/identity_domains/models/user_ext_self_registration_profile.py +1 -1
- oci/identity_domains/models/user_ext_smtp_credentials.py +1 -1
- oci/identity_domains/models/user_ext_social_accounts.py +1 -1
- oci/identity_domains/models/user_ext_support_accounts.py +1 -1
- oci/identity_domains/models/user_ext_synced_from_app.py +1 -1
- oci/identity_domains/models/user_ext_terms_of_use_consents.py +1 -1
- oci/identity_domains/models/user_ext_trusted_user_agents.py +1 -1
- oci/identity_domains/models/user_ext_user_token.py +1 -1
- oci/identity_domains/models/user_groups.py +1 -1
- oci/identity_domains/models/user_ims.py +1 -1
- oci/identity_domains/models/user_name.py +1 -1
- oci/identity_domains/models/user_password_changer.py +1 -1
- oci/identity_domains/models/user_password_resetter.py +1 -1
- oci/identity_domains/models/user_password_resetter_user_token.py +1 -1
- oci/identity_domains/models/user_phone_numbers.py +1 -1
- oci/identity_domains/models/user_photos.py +1 -1
- oci/identity_domains/models/user_roles.py +1 -1
- oci/identity_domains/models/user_search_request.py +1 -1
- oci/identity_domains/models/user_status_changer.py +1 -1
- oci/identity_domains/models/user_x509_certificates.py +1 -1
- oci/identity_domains/models/users.py +1 -1
- oci/integration/__init__.py +1 -1
- oci/integration/integration_instance_client.py +16 -16
- oci/integration/integration_instance_client_composite_operations.py +1 -1
- oci/integration/models/__init__.py +1 -1
- oci/integration/models/attachment_details.py +1 -1
- oci/integration/models/change_integration_instance_compartment_details.py +1 -1
- oci/integration/models/change_integration_instance_network_endpoint_details.py +1 -1
- oci/integration/models/change_private_endpoint_outbound_connection_details.py +1 -1
- oci/integration/models/create_custom_endpoint_details.py +1 -1
- oci/integration/models/create_integration_instance_details.py +1 -1
- oci/integration/models/custom_endpoint_details.py +1 -1
- oci/integration/models/idcs_info_details.py +1 -1
- oci/integration/models/integration_instance.py +1 -1
- oci/integration/models/integration_instance_summary.py +1 -1
- oci/integration/models/network_endpoint_details.py +1 -1
- oci/integration/models/none_outbound_connection.py +1 -1
- oci/integration/models/outbound_connection.py +1 -1
- oci/integration/models/private_endpoint_outbound_connection.py +1 -1
- oci/integration/models/public_endpoint_details.py +1 -1
- oci/integration/models/update_custom_endpoint_details.py +1 -1
- oci/integration/models/update_integration_instance_details.py +1 -1
- oci/integration/models/virtual_cloud_network.py +1 -1
- oci/integration/models/work_request.py +1 -1
- oci/integration/models/work_request_error.py +1 -1
- oci/integration/models/work_request_log_entry.py +1 -1
- oci/integration/models/work_request_resource.py +1 -1
- oci/integration/models/work_request_summary.py +1 -1
- oci/jms/__init__.py +1 -1
- oci/jms/java_management_service_client.py +67 -67
- oci/jms/java_management_service_client_composite_operations.py +1 -1
- oci/jms/models/__init__.py +1 -1
- oci/jms/models/add_fleet_installation_sites_details.py +1 -1
- oci/jms/models/advanced_usage_tracking.py +1 -1
- oci/jms/models/agent.py +1 -1
- oci/jms/models/announcement_collection.py +1 -1
- oci/jms/models/announcement_summary.py +1 -1
- oci/jms/models/application_installation_usage_summary.py +1 -1
- oci/jms/models/application_installation_usage_summary_collection.py +1 -1
- oci/jms/models/application_usage.py +1 -1
- oci/jms/models/application_usage_collection.py +1 -1
- oci/jms/models/application_work_item_details.py +1 -1
- oci/jms/models/basic_work_item_details.py +1 -1
- oci/jms/models/blocklist.py +1 -1
- oci/jms/models/blocklist_collection.py +1 -1
- oci/jms/models/blocklist_entry.py +1 -1
- oci/jms/models/blocklist_target.py +1 -1
- oci/jms/models/change_fleet_compartment_details.py +1 -1
- oci/jms/models/create_blocklist_details.py +1 -1
- oci/jms/models/create_drs_file_details.py +1 -1
- oci/jms/models/create_fleet_details.py +1 -1
- oci/jms/models/crypto_analysis_result.py +1 -1
- oci/jms/models/crypto_analysis_result_collection.py +1 -1
- oci/jms/models/crypto_analysis_result_summary.py +1 -1
- oci/jms/models/crypto_event_analysis.py +1 -1
- oci/jms/models/custom_log.py +1 -1
- oci/jms/models/deployed_application_installation_usage_summary.py +1 -1
- oci/jms/models/deployed_application_installation_usage_summary_collection.py +1 -1
- oci/jms/models/deployed_application_usage.py +1 -1
- oci/jms/models/deployed_application_usage_collection.py +1 -1
- oci/jms/models/disable_drs_details.py +1 -1
- oci/jms/models/drs_file.py +1 -1
- oci/jms/models/drs_file_collection.py +1 -1
- oci/jms/models/drs_file_summary.py +1 -1
- oci/jms/models/drs_target.py +1 -1
- oci/jms/models/enable_drs_details.py +1 -1
- oci/jms/models/existing_installation_site_id.py +1 -1
- oci/jms/models/export_setting.py +1 -1
- oci/jms/models/export_status.py +1 -1
- oci/jms/models/fleet.py +1 -1
- oci/jms/models/fleet_advanced_feature_configuration.py +1 -1
- oci/jms/models/fleet_agent_configuration.py +1 -1
- oci/jms/models/fleet_agent_os_configuration.py +1 -1
- oci/jms/models/fleet_collection.py +1 -1
- oci/jms/models/fleet_diagnosis_collection.py +1 -1
- oci/jms/models/fleet_diagnosis_summary.py +1 -1
- oci/jms/models/fleet_summary.py +1 -1
- oci/jms/models/generate_agent_deploy_script_details.py +1 -1
- oci/jms/models/installation_site.py +1 -1
- oci/jms/models/installation_site_collection.py +1 -1
- oci/jms/models/installation_site_summary.py +1 -1
- oci/jms/models/installation_usage.py +1 -1
- oci/jms/models/installation_usage_collection.py +1 -1
- oci/jms/models/java_artifact.py +1 -1
- oci/jms/models/java_family.py +1 -1
- oci/jms/models/java_family_collection.py +1 -1
- oci/jms/models/java_family_summary.py +1 -1
- oci/jms/models/java_license.py +1 -1
- oci/jms/models/java_migration_analysis.py +1 -1
- oci/jms/models/java_migration_analysis_result.py +1 -1
- oci/jms/models/java_migration_analysis_result_collection.py +1 -1
- oci/jms/models/java_migration_analysis_result_summary.py +1 -1
- oci/jms/models/java_migration_analysis_target.py +1 -1
- oci/jms/models/java_release.py +1 -1
- oci/jms/models/java_release_collection.py +1 -1
- oci/jms/models/java_release_summary.py +1 -1
- oci/jms/models/java_runtime_id.py +1 -1
- oci/jms/models/java_server_instance_usage.py +1 -1
- oci/jms/models/java_server_instance_usage_collection.py +1 -1
- oci/jms/models/java_server_usage.py +1 -1
- oci/jms/models/java_server_usage_collection.py +1 -1
- oci/jms/models/jfr_attachment_target.py +1 -1
- oci/jms/models/jfr_recording.py +1 -1
- oci/jms/models/jre_usage.py +1 -1
- oci/jms/models/jre_usage_collection.py +1 -1
- oci/jms/models/key_size_algorithm.py +1 -1
- oci/jms/models/lcm.py +1 -1
- oci/jms/models/lcm_work_item_details.py +1 -1
- oci/jms/models/library_usage.py +1 -1
- oci/jms/models/library_usage_collection.py +1 -1
- oci/jms/models/manage_drs_details.py +1 -1
- oci/jms/models/managed_instance_usage.py +1 -1
- oci/jms/models/managed_instance_usage_collection.py +1 -1
- oci/jms/models/minimum_key_size_settings.py +1 -1
- oci/jms/models/new_installation_site.py +1 -1
- oci/jms/models/operating_system.py +1 -1
- oci/jms/models/patch_detail.py +1 -1
- oci/jms/models/performance_tuning_analysis.py +1 -1
- oci/jms/models/performance_tuning_analysis_result.py +1 -1
- oci/jms/models/performance_tuning_analysis_result_collection.py +1 -1
- oci/jms/models/performance_tuning_analysis_result_summary.py +1 -1
- oci/jms/models/plugin.py +1 -1
- oci/jms/models/post_installation_action_settings.py +1 -1
- oci/jms/models/principal.py +1 -1
- oci/jms/models/proxies.py +1 -1
- oci/jms/models/remove_fleet_installation_sites_details.py +1 -1
- oci/jms/models/request_crypto_analyses_details.py +1 -1
- oci/jms/models/request_java_migration_analyses_details.py +1 -1
- oci/jms/models/request_jfr_recordings_details.py +1 -1
- oci/jms/models/request_performance_tuning_analyses_details.py +1 -1
- oci/jms/models/request_summarized_application_usage_details.py +1 -1
- oci/jms/models/request_summarized_installation_usage_details.py +1 -1
- oci/jms/models/request_summarized_jre_usage_details.py +1 -1
- oci/jms/models/request_summarized_managed_instance_usage_details.py +1 -1
- oci/jms/models/resource_inventory.py +1 -1
- oci/jms/models/scan_java_server_usage_details.py +1 -1
- oci/jms/models/scan_library_usage_details.py +1 -1
- oci/jms/models/summarized_events_log.py +1 -1
- oci/jms/models/update_drs_file_details.py +1 -1
- oci/jms/models/update_export_setting_details.py +1 -1
- oci/jms/models/update_fleet_advanced_feature_configuration_details.py +1 -1
- oci/jms/models/update_fleet_agent_configuration_details.py +1 -1
- oci/jms/models/update_fleet_details.py +1 -1
- oci/jms/models/work_item_collection.py +1 -1
- oci/jms/models/work_item_details.py +1 -1
- oci/jms/models/work_item_summary.py +1 -1
- oci/jms/models/work_request.py +1 -1
- oci/jms/models/work_request_collection.py +1 -1
- oci/jms/models/work_request_error.py +1 -1
- oci/jms/models/work_request_error_collection.py +1 -1
- oci/jms/models/work_request_log_entry.py +1 -1
- oci/jms/models/work_request_log_entry_collection.py +1 -1
- oci/jms/models/work_request_resource.py +1 -1
- oci/jms_java_downloads/__init__.py +1 -1
- oci/jms_java_downloads/java_download_client.py +51 -51
- oci/jms_java_downloads/java_download_client_composite_operations.py +1 -1
- oci/jms_java_downloads/models/__init__.py +1 -1
- oci/jms_java_downloads/models/create_java_download_report_details.py +1 -1
- oci/jms_java_downloads/models/create_java_download_token_details.py +1 -1
- oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +1 -1
- oci/jms_java_downloads/models/download_url.py +1 -1
- oci/jms_java_downloads/models/generate_artifact_download_url_details.py +1 -1
- oci/jms_java_downloads/models/java_download_count_aggregation.py +1 -1
- oci/jms_java_downloads/models/java_download_count_aggregation_collection.py +1 -1
- oci/jms_java_downloads/models/java_download_record.py +1 -1
- oci/jms_java_downloads/models/java_download_record_collection.py +1 -1
- oci/jms_java_downloads/models/java_download_record_summary.py +1 -1
- oci/jms_java_downloads/models/java_download_report.py +1 -1
- oci/jms_java_downloads/models/java_download_report_collection.py +1 -1
- oci/jms_java_downloads/models/java_download_report_summary.py +1 -1
- oci/jms_java_downloads/models/java_download_token.py +1 -1
- oci/jms_java_downloads/models/java_download_token_collection.py +1 -1
- oci/jms_java_downloads/models/java_download_token_summary.py +1 -1
- oci/jms_java_downloads/models/java_license.py +1 -1
- oci/jms_java_downloads/models/java_license_acceptance_record.py +1 -1
- oci/jms_java_downloads/models/java_license_acceptance_record_collection.py +1 -1
- oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +1 -1
- oci/jms_java_downloads/models/java_license_collection.py +1 -1
- oci/jms_java_downloads/models/java_license_summary.py +1 -1
- oci/jms_java_downloads/models/principal.py +1 -1
- oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +1 -1
- oci/jms_java_downloads/models/update_java_download_token_details.py +1 -1
- oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +1 -1
- oci/jms_java_downloads/models/work_request.py +1 -1
- oci/jms_java_downloads/models/work_request_error.py +1 -1
- oci/jms_java_downloads/models/work_request_error_collection.py +1 -1
- oci/jms_java_downloads/models/work_request_log_entry.py +1 -1
- oci/jms_java_downloads/models/work_request_log_entry_collection.py +1 -1
- oci/jms_java_downloads/models/work_request_resource.py +1 -1
- oci/jms_java_downloads/models/work_request_summary.py +1 -1
- oci/jms_java_downloads/models/work_request_summary_collection.py +1 -1
- oci/key_management/__init__.py +1 -1
- oci/key_management/ekm_client.py +6 -6
- oci/key_management/ekm_client_composite_operations.py +1 -1
- oci/key_management/kms_crypto_client.py +7 -7
- oci/key_management/kms_crypto_client_composite_operations.py +1 -1
- oci/key_management/kms_management_client.py +22 -22
- oci/key_management/kms_management_client_composite_operations.py +1 -1
- oci/key_management/kms_vault_client.py +15 -15
- oci/key_management/kms_vault_client_composite_operations.py +1 -1
- oci/key_management/models/__init__.py +1 -1
- oci/key_management/models/backup_key_details.py +1 -1
- oci/key_management/models/backup_location.py +1 -1
- oci/key_management/models/backup_location_bucket.py +1 -1
- oci/key_management/models/backup_location_uri.py +1 -1
- oci/key_management/models/backup_vault_details.py +1 -1
- oci/key_management/models/change_key_compartment_details.py +1 -1
- oci/key_management/models/change_vault_compartment_details.py +1 -1
- oci/key_management/models/create_ekms_private_endpoint_details.py +1 -1
- oci/key_management/models/create_key_details.py +1 -1
- oci/key_management/models/create_vault_details.py +1 -1
- oci/key_management/models/create_vault_replica_details.py +1 -1
- oci/key_management/models/decrypt_data_details.py +1 -1
- oci/key_management/models/decrypted_data.py +1 -1
- oci/key_management/models/delete_vault_replica_details.py +1 -1
- oci/key_management/models/ekms_private_endpoint.py +1 -1
- oci/key_management/models/ekms_private_endpoint_summary.py +1 -1
- oci/key_management/models/encrypt_data_details.py +1 -1
- oci/key_management/models/encrypted_data.py +1 -1
- oci/key_management/models/export_key_details.py +1 -1
- oci/key_management/models/exported_key_data.py +1 -1
- oci/key_management/models/external_key_manager_metadata.py +1 -1
- oci/key_management/models/external_key_manager_metadata_summary.py +1 -1
- oci/key_management/models/external_key_reference.py +1 -1
- oci/key_management/models/external_key_reference_details.py +1 -1
- oci/key_management/models/external_key_version_reference.py +1 -1
- oci/key_management/models/generate_key_details.py +1 -1
- oci/key_management/models/generated_key.py +1 -1
- oci/key_management/models/import_key_details.py +1 -1
- oci/key_management/models/import_key_version_details.py +1 -1
- oci/key_management/models/key.py +1 -1
- oci/key_management/models/key_replica_details.py +1 -1
- oci/key_management/models/key_shape.py +1 -1
- oci/key_management/models/key_summary.py +1 -1
- oci/key_management/models/key_version.py +1 -1
- oci/key_management/models/key_version_replica_details.py +1 -1
- oci/key_management/models/key_version_summary.py +1 -1
- oci/key_management/models/oauth_metadata.py +1 -1
- oci/key_management/models/oauth_metadata_summary.py +1 -1
- oci/key_management/models/replica_details.py +1 -1
- oci/key_management/models/replication_status_details.py +1 -1
- oci/key_management/models/restore_key_from_object_store_details.py +1 -1
- oci/key_management/models/restore_vault_from_object_store_details.py +1 -1
- oci/key_management/models/schedule_key_deletion_details.py +1 -1
- oci/key_management/models/schedule_key_version_deletion_details.py +1 -1
- oci/key_management/models/schedule_vault_deletion_details.py +1 -1
- oci/key_management/models/sign_data_details.py +1 -1
- oci/key_management/models/signed_data.py +1 -1
- oci/key_management/models/update_ekms_private_endpoint_details.py +1 -1
- oci/key_management/models/update_key_details.py +1 -1
- oci/key_management/models/update_vault_details.py +1 -1
- oci/key_management/models/vault.py +1 -1
- oci/key_management/models/vault_replica_details.py +1 -1
- oci/key_management/models/vault_replica_summary.py +1 -1
- oci/key_management/models/vault_summary.py +1 -1
- oci/key_management/models/vault_usage.py +1 -1
- oci/key_management/models/verified_data.py +1 -1
- oci/key_management/models/verify_data_details.py +1 -1
- oci/key_management/models/wrapped_import_key.py +1 -1
- oci/key_management/models/wrapping_key.py +1 -1
- oci/license_manager/__init__.py +1 -1
- oci/license_manager/license_manager_client.py +19 -19
- oci/license_manager/license_manager_client_composite_operations.py +1 -1
- oci/license_manager/models/__init__.py +1 -1
- oci/license_manager/models/bulk_upload_cell_info.py +1 -1
- oci/license_manager/models/bulk_upload_failed_record_info.py +1 -1
- oci/license_manager/models/bulk_upload_license_records_details.py +1 -1
- oci/license_manager/models/bulk_upload_response.py +1 -1
- oci/license_manager/models/bulk_upload_template.py +1 -1
- oci/license_manager/models/bulk_upload_validation_error_info.py +1 -1
- oci/license_manager/models/configuration.py +1 -1
- oci/license_manager/models/create_license_record_details.py +1 -1
- oci/license_manager/models/create_product_license_details.py +1 -1
- oci/license_manager/models/image_details.py +1 -1
- oci/license_manager/models/image_response.py +1 -1
- oci/license_manager/models/license_metric.py +1 -1
- oci/license_manager/models/license_record.py +1 -1
- oci/license_manager/models/license_record_collection.py +1 -1
- oci/license_manager/models/license_record_summary.py +1 -1
- oci/license_manager/models/product.py +1 -1
- oci/license_manager/models/product_license.py +1 -1
- oci/license_manager/models/product_license_collection.py +1 -1
- oci/license_manager/models/product_license_consumer_collection.py +1 -1
- oci/license_manager/models/product_license_consumer_summary.py +1 -1
- oci/license_manager/models/product_license_summary.py +1 -1
- oci/license_manager/models/top_utilized_product_license_collection.py +1 -1
- oci/license_manager/models/top_utilized_product_license_summary.py +1 -1
- oci/license_manager/models/top_utilized_resource_collection.py +1 -1
- oci/license_manager/models/top_utilized_resource_summary.py +1 -1
- oci/license_manager/models/update_configuration_details.py +1 -1
- oci/license_manager/models/update_license_record_details.py +1 -1
- oci/license_manager/models/update_product_license_details.py +1 -1
- oci/limits/__init__.py +1 -1
- oci/limits/limits_client.py +5 -5
- oci/limits/limits_client_composite_operations.py +1 -1
- oci/limits/models/__init__.py +1 -1
- oci/limits/models/add_lock_details.py +1 -1
- oci/limits/models/create_quota_details.py +1 -1
- oci/limits/models/limit_definition_summary.py +1 -1
- oci/limits/models/limit_value_summary.py +1 -1
- oci/limits/models/quota.py +1 -1
- oci/limits/models/quota_summary.py +1 -1
- oci/limits/models/remove_lock_details.py +1 -1
- oci/limits/models/resource_availability.py +1 -1
- oci/limits/models/resource_lock.py +1 -1
- oci/limits/models/service_summary.py +1 -1
- oci/limits/models/update_quota_details.py +1 -1
- oci/limits/quotas_client.py +8 -8
- oci/limits/quotas_client_composite_operations.py +1 -1
- oci/load_balancer/__init__.py +1 -1
- oci/load_balancer/load_balancer_client.py +62 -62
- oci/load_balancer/load_balancer_client_composite_operations.py +1 -1
- oci/load_balancer/models/__init__.py +1 -1
- oci/load_balancer/models/action.py +1 -1
- oci/load_balancer/models/add_http_request_header_rule.py +1 -1
- oci/load_balancer/models/add_http_response_header_rule.py +1 -1
- oci/load_balancer/models/allow_rule.py +1 -1
- oci/load_balancer/models/backend.py +1 -1
- oci/load_balancer/models/backend_details.py +1 -1
- oci/load_balancer/models/backend_health.py +1 -1
- oci/load_balancer/models/backend_set.py +1 -1
- oci/load_balancer/models/backend_set_details.py +1 -1
- oci/load_balancer/models/backend_set_health.py +1 -1
- oci/load_balancer/models/certificate.py +1 -1
- oci/load_balancer/models/certificate_details.py +1 -1
- oci/load_balancer/models/change_load_balancer_compartment_details.py +1 -1
- oci/load_balancer/models/connection_configuration.py +1 -1
- oci/load_balancer/models/control_access_using_http_methods_rule.py +1 -1
- oci/load_balancer/models/create_backend_details.py +1 -1
- oci/load_balancer/models/create_backend_set_details.py +1 -1
- oci/load_balancer/models/create_certificate_details.py +1 -1
- oci/load_balancer/models/create_hostname_details.py +1 -1
- oci/load_balancer/models/create_listener_details.py +1 -1
- oci/load_balancer/models/create_load_balancer_details.py +1 -1
- oci/load_balancer/models/create_path_route_set_details.py +1 -1
- oci/load_balancer/models/create_routing_policy_details.py +1 -1
- oci/load_balancer/models/create_rule_set_details.py +1 -1
- oci/load_balancer/models/create_ssl_cipher_suite_details.py +1 -1
- oci/load_balancer/models/extend_http_request_header_value_rule.py +1 -1
- oci/load_balancer/models/extend_http_response_header_value_rule.py +1 -1
- oci/load_balancer/models/forward_to_backend_set.py +1 -1
- oci/load_balancer/models/health_check_result.py +1 -1
- oci/load_balancer/models/health_checker.py +1 -1
- oci/load_balancer/models/health_checker_details.py +1 -1
- oci/load_balancer/models/hostname.py +1 -1
- oci/load_balancer/models/hostname_details.py +1 -1
- oci/load_balancer/models/http_header_rule.py +1 -1
- oci/load_balancer/models/ip_address.py +1 -1
- oci/load_balancer/models/lb_cookie_session_persistence_configuration_details.py +1 -1
- oci/load_balancer/models/listener.py +1 -1
- oci/load_balancer/models/listener_details.py +1 -1
- oci/load_balancer/models/listener_rule_summary.py +1 -1
- oci/load_balancer/models/load_balancer.py +1 -1
- oci/load_balancer/models/load_balancer_health.py +1 -1
- oci/load_balancer/models/load_balancer_health_summary.py +1 -1
- oci/load_balancer/models/load_balancer_policy.py +1 -1
- oci/load_balancer/models/load_balancer_protocol.py +1 -1
- oci/load_balancer/models/load_balancer_shape.py +1 -1
- oci/load_balancer/models/path_match_condition.py +1 -1
- oci/load_balancer/models/path_match_type.py +1 -1
- oci/load_balancer/models/path_route.py +1 -1
- oci/load_balancer/models/path_route_set.py +1 -1
- oci/load_balancer/models/path_route_set_details.py +1 -1
- oci/load_balancer/models/redirect_rule.py +1 -1
- oci/load_balancer/models/redirect_uri.py +1 -1
- oci/load_balancer/models/remove_http_request_header_rule.py +1 -1
- oci/load_balancer/models/remove_http_response_header_rule.py +1 -1
- oci/load_balancer/models/reserved_ip.py +1 -1
- oci/load_balancer/models/routing_policy.py +1 -1
- oci/load_balancer/models/routing_policy_details.py +1 -1
- oci/load_balancer/models/routing_rule.py +1 -1
- oci/load_balancer/models/rule.py +1 -1
- oci/load_balancer/models/rule_condition.py +1 -1
- oci/load_balancer/models/rule_set.py +1 -1
- oci/load_balancer/models/rule_set_details.py +1 -1
- oci/load_balancer/models/session_persistence_configuration_details.py +1 -1
- oci/load_balancer/models/shape_details.py +1 -1
- oci/load_balancer/models/source_ip_address_condition.py +1 -1
- oci/load_balancer/models/source_vcn_id_condition.py +1 -1
- oci/load_balancer/models/source_vcn_ip_address_condition.py +1 -1
- oci/load_balancer/models/ssl_cipher_suite.py +1 -1
- oci/load_balancer/models/ssl_cipher_suite_details.py +1 -1
- oci/load_balancer/models/ssl_configuration.py +1 -1
- oci/load_balancer/models/ssl_configuration_details.py +1 -1
- oci/load_balancer/models/update_backend_details.py +1 -1
- oci/load_balancer/models/update_backend_set_details.py +1 -1
- oci/load_balancer/models/update_health_checker_details.py +1 -1
- oci/load_balancer/models/update_hostname_details.py +1 -1
- oci/load_balancer/models/update_listener_details.py +1 -1
- oci/load_balancer/models/update_load_balancer_details.py +1 -1
- oci/load_balancer/models/update_load_balancer_shape_details.py +1 -1
- oci/load_balancer/models/update_network_security_groups_details.py +1 -1
- oci/load_balancer/models/update_path_route_set_details.py +1 -1
- oci/load_balancer/models/update_routing_policy_details.py +1 -1
- oci/load_balancer/models/update_rule_set_details.py +1 -1
- oci/load_balancer/models/update_ssl_cipher_suite_details.py +1 -1
- oci/load_balancer/models/work_request.py +1 -1
- oci/load_balancer/models/work_request_error.py +1 -1
- oci/lockbox/__init__.py +1 -1
- oci/lockbox/lockbox_client.py +24 -24
- oci/lockbox/lockbox_client_composite_operations.py +1 -1
- oci/lockbox/models/__init__.py +1 -1
- oci/lockbox/models/access_context_attribute.py +1 -1
- oci/lockbox/models/access_context_attribute_collection.py +1 -1
- oci/lockbox/models/access_materials.py +1 -1
- oci/lockbox/models/access_request.py +1 -1
- oci/lockbox/models/access_request_collection.py +1 -1
- oci/lockbox/models/access_request_summary.py +1 -1
- oci/lockbox/models/activity_log.py +1 -1
- oci/lockbox/models/approval_template.py +1 -1
- oci/lockbox/models/approval_template_collection.py +1 -1
- oci/lockbox/models/approval_template_summary.py +1 -1
- oci/lockbox/models/approver_info.py +1 -1
- oci/lockbox/models/approver_levels.py +1 -1
- oci/lockbox/models/change_approval_template_compartment_details.py +1 -1
- oci/lockbox/models/change_lockbox_compartment_details.py +1 -1
- oci/lockbox/models/create_access_request_details.py +1 -1
- oci/lockbox/models/create_approval_template_details.py +1 -1
- oci/lockbox/models/create_lockbox_details.py +1 -1
- oci/lockbox/models/export_access_requests_details.py +1 -1
- oci/lockbox/models/handle_access_request_details.py +1 -1
- oci/lockbox/models/lockbox.py +1 -1
- oci/lockbox/models/lockbox_collection.py +1 -1
- oci/lockbox/models/lockbox_summary.py +1 -1
- oci/lockbox/models/update_approval_template_details.py +1 -1
- oci/lockbox/models/update_lockbox_details.py +1 -1
- oci/lockbox/models/work_request.py +1 -1
- oci/lockbox/models/work_request_error.py +1 -1
- oci/lockbox/models/work_request_error_collection.py +1 -1
- oci/lockbox/models/work_request_log_entry.py +1 -1
- oci/lockbox/models/work_request_log_entry_collection.py +1 -1
- oci/lockbox/models/work_request_resource.py +1 -1
- oci/lockbox/models/work_request_summary.py +1 -1
- oci/lockbox/models/work_request_summary_collection.py +1 -1
- oci/log_analytics/__init__.py +1 -1
- oci/log_analytics/log_analytics_client.py +194 -194
- oci/log_analytics/log_analytics_client_composite_operations.py +1 -1
- oci/log_analytics/models/__init__.py +1 -1
- oci/log_analytics/models/abstract_column.py +1 -1
- oci/log_analytics/models/abstract_command_descriptor.py +1 -1
- oci/log_analytics/models/abstract_field.py +1 -1
- oci/log_analytics/models/abstract_parser_test_result_log_entry.py +1 -1
- oci/log_analytics/models/abstract_parser_test_result_log_line.py +1 -1
- oci/log_analytics/models/action.py +1 -1
- oci/log_analytics/models/add_entity_association_details.py +1 -1
- oci/log_analytics/models/add_fields_command_descriptor.py +1 -1
- oci/log_analytics/models/add_insights_command_descriptor.py +1 -1
- oci/log_analytics/models/agent_upload.py +1 -1
- oci/log_analytics/models/anomaly_command_descriptor.py +1 -1
- oci/log_analytics/models/archiving_configuration.py +1 -1
- oci/log_analytics/models/argument.py +1 -1
- oci/log_analytics/models/assign_encryption_key_details.py +1 -1
- oci/log_analytics/models/associable_entity.py +1 -1
- oci/log_analytics/models/associable_entity_collection.py +1 -1
- oci/log_analytics/models/association_property.py +1 -1
- oci/log_analytics/models/association_summary_report.py +1 -1
- oci/log_analytics/models/attribute.py +1 -1
- oci/log_analytics/models/auto_association_collection.py +1 -1
- oci/log_analytics/models/auto_association_state.py +1 -1
- oci/log_analytics/models/auto_lookups.py +1 -1
- oci/log_analytics/models/bottom_command_descriptor.py +1 -1
- oci/log_analytics/models/bucket_command_descriptor.py +1 -1
- oci/log_analytics/models/bucket_range.py +1 -1
- oci/log_analytics/models/change_ingest_time_rule_compartment_details.py +1 -1
- oci/log_analytics/models/change_log_analytics_em_bridge_compartment_details.py +1 -1
- oci/log_analytics/models/change_log_analytics_entity_compartment_details.py +1 -1
- oci/log_analytics/models/change_log_analytics_log_group_compartment_details.py +1 -1
- oci/log_analytics/models/change_log_analytics_object_collection_rule_compartment_details.py +1 -1
- oci/log_analytics/models/change_scheduled_task_compartment_details.py +1 -1
- oci/log_analytics/models/char_encoding_collection.py +1 -1
- oci/log_analytics/models/chart_column.py +1 -1
- oci/log_analytics/models/chart_data_column.py +1 -1
- oci/log_analytics/models/classify_column.py +1 -1
- oci/log_analytics/models/classify_command_descriptor.py +1 -1
- oci/log_analytics/models/cluster_command_descriptor.py +1 -1
- oci/log_analytics/models/cluster_compare_command_descriptor.py +1 -1
- oci/log_analytics/models/cluster_details_command_descriptor.py +1 -1
- oci/log_analytics/models/cluster_split_command_descriptor.py +1 -1
- oci/log_analytics/models/column.py +1 -1
- oci/log_analytics/models/column_name.py +1 -1
- oci/log_analytics/models/column_name_collection.py +1 -1
- oci/log_analytics/models/command_descriptor.py +1 -1
- oci/log_analytics/models/compare_command_descriptor.py +1 -1
- oci/log_analytics/models/compare_content_details.py +1 -1
- oci/log_analytics/models/compare_content_result.py +1 -1
- oci/log_analytics/models/compare_line_result.py +1 -1
- oci/log_analytics/models/condition_block.py +1 -1
- oci/log_analytics/models/create_acceleration_task_details.py +1 -1
- oci/log_analytics/models/create_ingest_time_rule_details.py +1 -1
- oci/log_analytics/models/create_log_analytics_em_bridge_details.py +1 -1
- oci/log_analytics/models/create_log_analytics_entity_details.py +1 -1
- oci/log_analytics/models/create_log_analytics_entity_type_details.py +1 -1
- oci/log_analytics/models/create_log_analytics_log_group_details.py +1 -1
- oci/log_analytics/models/create_log_analytics_object_collection_rule_details.py +1 -1
- oci/log_analytics/models/create_namespace_details.py +1 -1
- oci/log_analytics/models/create_scheduled_task_details.py +1 -1
- oci/log_analytics/models/create_standard_task_details.py +1 -1
- oci/log_analytics/models/create_view_command_descriptor.py +1 -1
- oci/log_analytics/models/creation_source.py +1 -1
- oci/log_analytics/models/credential_endpoint.py +1 -1
- oci/log_analytics/models/cron_schedule.py +1 -1
- oci/log_analytics/models/dedup_command_descriptor.py +1 -1
- oci/log_analytics/models/delete_command_descriptor.py +1 -1
- oci/log_analytics/models/delete_log_analytics_association.py +1 -1
- oci/log_analytics/models/delete_log_analytics_association_details.py +1 -1
- oci/log_analytics/models/delta_command_descriptor.py +1 -1
- oci/log_analytics/models/demo_mode_command_descriptor.py +1 -1
- oci/log_analytics/models/disable_auto_association_detail.py +1 -1
- oci/log_analytics/models/disable_auto_association_details.py +1 -1
- oci/log_analytics/models/distinct_command_descriptor.py +1 -1
- oci/log_analytics/models/efd_regex_result.py +1 -1
- oci/log_analytics/models/effective_property_collection.py +1 -1
- oci/log_analytics/models/effective_property_summary.py +1 -1
- oci/log_analytics/models/enable_auto_association_detail.py +1 -1
- oci/log_analytics/models/enable_auto_association_details.py +1 -1
- oci/log_analytics/models/encryption_key_info_collection.py +1 -1
- oci/log_analytics/models/encryption_key_info_summary.py +1 -1
- oci/log_analytics/models/endpoint_credentials.py +1 -1
- oci/log_analytics/models/endpoint_proxy.py +1 -1
- oci/log_analytics/models/endpoint_request.py +1 -1
- oci/log_analytics/models/endpoint_response.py +1 -1
- oci/log_analytics/models/endpoint_result.py +1 -1
- oci/log_analytics/models/entity_type_property.py +1 -1
- oci/log_analytics/models/error_details.py +1 -1
- oci/log_analytics/models/estimate_purge_data_size_details.py +1 -1
- oci/log_analytics/models/estimate_purge_data_size_result.py +1 -1
- oci/log_analytics/models/estimate_recall_data_size_details.py +1 -1
- oci/log_analytics/models/estimate_recall_data_size_result.py +1 -1
- oci/log_analytics/models/estimate_release_data_size_details.py +1 -1
- oci/log_analytics/models/estimate_release_data_size_result.py +1 -1
- oci/log_analytics/models/eval_command_descriptor.py +1 -1
- oci/log_analytics/models/event_stats_command_descriptor.py +1 -1
- oci/log_analytics/models/event_type.py +1 -1
- oci/log_analytics/models/event_type_collection.py +1 -1
- oci/log_analytics/models/event_type_details.py +1 -1
- oci/log_analytics/models/export_content.py +1 -1
- oci/log_analytics/models/export_details.py +1 -1
- oci/log_analytics/models/extended_fields_validation_result.py +1 -1
- oci/log_analytics/models/extract_command_descriptor.py +1 -1
- oci/log_analytics/models/extract_log_field_results.py +1 -1
- oci/log_analytics/models/extract_log_header_details.py +1 -1
- oci/log_analytics/models/extract_log_header_results.py +1 -1
- oci/log_analytics/models/field.py +1 -1
- oci/log_analytics/models/field_argument.py +1 -1
- oci/log_analytics/models/field_map.py +1 -1
- oci/log_analytics/models/field_summary_command_descriptor.py +1 -1
- oci/log_analytics/models/field_summary_report.py +1 -1
- oci/log_analytics/models/field_value.py +1 -1
- oci/log_analytics/models/fields_add_remove_field.py +1 -1
- oci/log_analytics/models/fields_command_descriptor.py +1 -1
- oci/log_analytics/models/file_validation_response.py +1 -1
- oci/log_analytics/models/filter.py +1 -1
- oci/log_analytics/models/filter_details.py +1 -1
- oci/log_analytics/models/filter_output.py +1 -1
- oci/log_analytics/models/fixed_frequency_schedule.py +1 -1
- oci/log_analytics/models/frequent_command_descriptor.py +1 -1
- oci/log_analytics/models/function_field.py +1 -1
- oci/log_analytics/models/generate_agent_object_name_details.py +1 -1
- oci/log_analytics/models/geo_stats_command_descriptor.py +1 -1
- oci/log_analytics/models/head_command_descriptor.py +1 -1
- oci/log_analytics/models/highlight_command_descriptor.py +1 -1
- oci/log_analytics/models/highlight_groups_command_descriptor.py +1 -1
- oci/log_analytics/models/highlight_rows_command_descriptor.py +1 -1
- oci/log_analytics/models/indexes.py +1 -1
- oci/log_analytics/models/ingest_time_rule.py +1 -1
- oci/log_analytics/models/ingest_time_rule_action.py +1 -1
- oci/log_analytics/models/ingest_time_rule_additional_field_condition.py +1 -1
- oci/log_analytics/models/ingest_time_rule_condition.py +1 -1
- oci/log_analytics/models/ingest_time_rule_field_condition.py +1 -1
- oci/log_analytics/models/ingest_time_rule_metric_extraction_action.py +1 -1
- oci/log_analytics/models/ingest_time_rule_resource.py +1 -1
- oci/log_analytics/models/ingest_time_rule_summary.py +1 -1
- oci/log_analytics/models/ingest_time_rule_summary_collection.py +1 -1
- oci/log_analytics/models/json_extract_command_descriptor.py +1 -1
- oci/log_analytics/models/label_names.py +1 -1
- oci/log_analytics/models/label_priority.py +1 -1
- oci/log_analytics/models/label_priority_collection.py +1 -1
- oci/log_analytics/models/label_source_collection.py +1 -1
- oci/log_analytics/models/label_source_summary.py +1 -1
- oci/log_analytics/models/label_summary_report.py +1 -1
- oci/log_analytics/models/level.py +1 -1
- oci/log_analytics/models/link_command_descriptor.py +1 -1
- oci/log_analytics/models/link_details_command_descriptor.py +1 -1
- oci/log_analytics/models/literal_argument.py +1 -1
- oci/log_analytics/models/log_analytics.py +1 -1
- oci/log_analytics/models/log_analytics_associated_entity.py +1 -1
- oci/log_analytics/models/log_analytics_associated_entity_collection.py +1 -1
- oci/log_analytics/models/log_analytics_association.py +1 -1
- oci/log_analytics/models/log_analytics_association_collection.py +1 -1
- oci/log_analytics/models/log_analytics_association_parameter.py +1 -1
- oci/log_analytics/models/log_analytics_association_parameter_collection.py +1 -1
- oci/log_analytics/models/log_analytics_category.py +1 -1
- oci/log_analytics/models/log_analytics_category_collection.py +1 -1
- oci/log_analytics/models/log_analytics_collection_warning.py +1 -1
- oci/log_analytics/models/log_analytics_config_work_request.py +1 -1
- oci/log_analytics/models/log_analytics_config_work_request_collection.py +1 -1
- oci/log_analytics/models/log_analytics_config_work_request_payload.py +1 -1
- oci/log_analytics/models/log_analytics_config_work_request_summary.py +1 -1
- oci/log_analytics/models/log_analytics_em_bridge.py +1 -1
- oci/log_analytics/models/log_analytics_em_bridge_collection.py +1 -1
- oci/log_analytics/models/log_analytics_em_bridge_summary.py +1 -1
- oci/log_analytics/models/log_analytics_em_bridge_summary_report.py +1 -1
- oci/log_analytics/models/log_analytics_endpoint.py +1 -1
- oci/log_analytics/models/log_analytics_entity.py +1 -1
- oci/log_analytics/models/log_analytics_entity_collection.py +1 -1
- oci/log_analytics/models/log_analytics_entity_summary.py +1 -1
- oci/log_analytics/models/log_analytics_entity_summary_report.py +1 -1
- oci/log_analytics/models/log_analytics_entity_topology_collection.py +1 -1
- oci/log_analytics/models/log_analytics_entity_topology_link.py +1 -1
- oci/log_analytics/models/log_analytics_entity_topology_link_collection.py +1 -1
- oci/log_analytics/models/log_analytics_entity_topology_summary.py +1 -1
- oci/log_analytics/models/log_analytics_entity_type.py +1 -1
- oci/log_analytics/models/log_analytics_entity_type_collection.py +1 -1
- oci/log_analytics/models/log_analytics_entity_type_summary.py +1 -1
- oci/log_analytics/models/log_analytics_extended_field.py +1 -1
- oci/log_analytics/models/log_analytics_field.py +1 -1
- oci/log_analytics/models/log_analytics_field_collection.py +1 -1
- oci/log_analytics/models/log_analytics_field_summary.py +1 -1
- oci/log_analytics/models/log_analytics_import_custom_change_list.py +1 -1
- oci/log_analytics/models/log_analytics_import_custom_content.py +1 -1
- oci/log_analytics/models/log_analytics_label.py +1 -1
- oci/log_analytics/models/log_analytics_label_alias.py +1 -1
- oci/log_analytics/models/log_analytics_label_collection.py +1 -1
- oci/log_analytics/models/log_analytics_label_definition.py +1 -1
- oci/log_analytics/models/log_analytics_label_operator.py +1 -1
- oci/log_analytics/models/log_analytics_label_operator_collection.py +1 -1
- oci/log_analytics/models/log_analytics_label_summary.py +1 -1
- oci/log_analytics/models/log_analytics_label_view.py +1 -1
- oci/log_analytics/models/log_analytics_log_group.py +1 -1
- oci/log_analytics/models/log_analytics_log_group_summary.py +1 -1
- oci/log_analytics/models/log_analytics_log_group_summary_collection.py +1 -1
- oci/log_analytics/models/log_analytics_lookup.py +1 -1
- oci/log_analytics/models/log_analytics_lookup_collection.py +1 -1
- oci/log_analytics/models/log_analytics_lookup_fields.py +1 -1
- oci/log_analytics/models/log_analytics_meta_function.py +1 -1
- oci/log_analytics/models/log_analytics_meta_function_argument.py +1 -1
- oci/log_analytics/models/log_analytics_meta_function_collection.py +1 -1
- oci/log_analytics/models/log_analytics_meta_source_type.py +1 -1
- oci/log_analytics/models/log_analytics_meta_source_type_collection.py +1 -1
- oci/log_analytics/models/log_analytics_metric.py +1 -1
- oci/log_analytics/models/log_analytics_object_collection_rule.py +1 -1
- oci/log_analytics/models/log_analytics_object_collection_rule_collection.py +1 -1
- oci/log_analytics/models/log_analytics_object_collection_rule_summary.py +1 -1
- oci/log_analytics/models/log_analytics_parameter.py +1 -1
- oci/log_analytics/models/log_analytics_parser.py +1 -1
- oci/log_analytics/models/log_analytics_parser_collection.py +1 -1
- oci/log_analytics/models/log_analytics_parser_field.py +1 -1
- oci/log_analytics/models/log_analytics_parser_filter.py +1 -1
- oci/log_analytics/models/log_analytics_parser_function.py +1 -1
- oci/log_analytics/models/log_analytics_parser_function_collection.py +1 -1
- oci/log_analytics/models/log_analytics_parser_function_parameter.py +1 -1
- oci/log_analytics/models/log_analytics_parser_meta_plugin.py +1 -1
- oci/log_analytics/models/log_analytics_parser_meta_plugin_collection.py +1 -1
- oci/log_analytics/models/log_analytics_parser_meta_plugin_parameter.py +1 -1
- oci/log_analytics/models/log_analytics_parser_summary.py +1 -1
- oci/log_analytics/models/log_analytics_pattern_filter.py +1 -1
- oci/log_analytics/models/log_analytics_preference.py +1 -1
- oci/log_analytics/models/log_analytics_preference_collection.py +1 -1
- oci/log_analytics/models/log_analytics_preference_details.py +1 -1
- oci/log_analytics/models/log_analytics_property.py +1 -1
- oci/log_analytics/models/log_analytics_resource_category.py +1 -1
- oci/log_analytics/models/log_analytics_resource_category_collection.py +1 -1
- oci/log_analytics/models/log_analytics_resource_category_details.py +1 -1
- oci/log_analytics/models/log_analytics_source.py +1 -1
- oci/log_analytics/models/log_analytics_source_collection.py +1 -1
- oci/log_analytics/models/log_analytics_source_data_filter.py +1 -1
- oci/log_analytics/models/log_analytics_source_entity_type.py +1 -1
- oci/log_analytics/models/log_analytics_source_extended_field_definition.py +1 -1
- oci/log_analytics/models/log_analytics_source_extended_field_definition_collection.py +1 -1
- oci/log_analytics/models/log_analytics_source_function.py +1 -1
- oci/log_analytics/models/log_analytics_source_label_condition.py +1 -1
- oci/log_analytics/models/log_analytics_source_metadata_field.py +1 -1
- oci/log_analytics/models/log_analytics_source_metric.py +1 -1
- oci/log_analytics/models/log_analytics_source_pattern.py +1 -1
- oci/log_analytics/models/log_analytics_source_pattern_collection.py +1 -1
- oci/log_analytics/models/log_analytics_source_summary.py +1 -1
- oci/log_analytics/models/log_analytics_summary.py +1 -1
- oci/log_analytics/models/log_analytics_warning.py +1 -1
- oci/log_analytics/models/log_analytics_warning_collection.py +1 -1
- oci/log_analytics/models/log_endpoint.py +1 -1
- oci/log_analytics/models/log_group_summary_report.py +1 -1
- oci/log_analytics/models/log_list_endpoint.py +1 -1
- oci/log_analytics/models/log_list_type_endpoint.py +1 -1
- oci/log_analytics/models/log_set_collection.py +1 -1
- oci/log_analytics/models/log_sets_count.py +1 -1
- oci/log_analytics/models/log_type_endpoint.py +1 -1
- oci/log_analytics/models/lookup_command_descriptor.py +1 -1
- oci/log_analytics/models/lookup_field.py +1 -1
- oci/log_analytics/models/lookup_summary_report.py +1 -1
- oci/log_analytics/models/macro_command_descriptor.py +1 -1
- oci/log_analytics/models/map_command_descriptor.py +1 -1
- oci/log_analytics/models/match_info.py +1 -1
- oci/log_analytics/models/metric_extraction.py +1 -1
- oci/log_analytics/models/module_command_descriptor.py +1 -1
- oci/log_analytics/models/multi_search_command_descriptor.py +1 -1
- oci/log_analytics/models/name_value_pair.py +1 -1
- oci/log_analytics/models/namespace.py +1 -1
- oci/log_analytics/models/namespace_collection.py +1 -1
- oci/log_analytics/models/namespace_summary.py +1 -1
- oci/log_analytics/models/nlp_command_descriptor.py +1 -1
- oci/log_analytics/models/out_of_box_entity_type_details.py +1 -1
- oci/log_analytics/models/outlier_command_descriptor.py +1 -1
- oci/log_analytics/models/overlapping_recall_collection.py +1 -1
- oci/log_analytics/models/overlapping_recall_summary.py +1 -1
- oci/log_analytics/models/parse_query_details.py +1 -1
- oci/log_analytics/models/parse_query_output.py +1 -1
- oci/log_analytics/models/parsed_content.py +1 -1
- oci/log_analytics/models/parsed_field.py +1 -1
- oci/log_analytics/models/parser_summary_report.py +1 -1
- oci/log_analytics/models/parser_test_result.py +1 -1
- oci/log_analytics/models/pattern_override.py +1 -1
- oci/log_analytics/models/property_metadata_summary.py +1 -1
- oci/log_analytics/models/property_metadata_summary_collection.py +1 -1
- oci/log_analytics/models/property_override.py +1 -1
- oci/log_analytics/models/purge_action.py +1 -1
- oci/log_analytics/models/purge_storage_data_details.py +1 -1
- oci/log_analytics/models/query.py +1 -1
- oci/log_analytics/models/query_aggregation.py +1 -1
- oci/log_analytics/models/query_details.py +1 -1
- oci/log_analytics/models/query_work_request.py +1 -1
- oci/log_analytics/models/query_work_request_collection.py +1 -1
- oci/log_analytics/models/query_work_request_resource.py +1 -1
- oci/log_analytics/models/query_work_request_summary.py +1 -1
- oci/log_analytics/models/rare_command_descriptor.py +1 -1
- oci/log_analytics/models/recall_archived_data_details.py +1 -1
- oci/log_analytics/models/recall_count.py +1 -1
- oci/log_analytics/models/recalled_data.py +1 -1
- oci/log_analytics/models/recalled_data_collection.py +1 -1
- oci/log_analytics/models/recalled_data_info.py +1 -1
- oci/log_analytics/models/recalled_data_size.py +1 -1
- oci/log_analytics/models/regex_command_descriptor.py +1 -1
- oci/log_analytics/models/regex_match_result.py +1 -1
- oci/log_analytics/models/register_entity_types_details.py +1 -1
- oci/log_analytics/models/release_recalled_data_details.py +1 -1
- oci/log_analytics/models/remove_entity_associations_details.py +1 -1
- oci/log_analytics/models/rename_command_descriptor.py +1 -1
- oci/log_analytics/models/result_column.py +1 -1
- oci/log_analytics/models/rule.py +1 -1
- oci/log_analytics/models/rule_summary.py +1 -1
- oci/log_analytics/models/rule_summary_collection.py +1 -1
- oci/log_analytics/models/rule_summary_report.py +1 -1
- oci/log_analytics/models/schedule.py +1 -1
- oci/log_analytics/models/scheduled_task.py +1 -1
- oci/log_analytics/models/scheduled_task_collection.py +1 -1
- oci/log_analytics/models/scheduled_task_summary.py +1 -1
- oci/log_analytics/models/scheduler_resource.py +1 -1
- oci/log_analytics/models/scope_filter.py +1 -1
- oci/log_analytics/models/search_command_descriptor.py +1 -1
- oci/log_analytics/models/search_lookup_command_descriptor.py +1 -1
- oci/log_analytics/models/service_tenancy.py +1 -1
- oci/log_analytics/models/sort_command_descriptor.py +1 -1
- oci/log_analytics/models/sort_field.py +1 -1
- oci/log_analytics/models/source_mapping_response.py +1 -1
- oci/log_analytics/models/source_summary_report.py +1 -1
- oci/log_analytics/models/source_validate_details.py +1 -1
- oci/log_analytics/models/source_validate_results.py +1 -1
- oci/log_analytics/models/standard_task.py +1 -1
- oci/log_analytics/models/stats_command_descriptor.py +1 -1
- oci/log_analytics/models/status_summary.py +1 -1
- oci/log_analytics/models/step_info.py +1 -1
- oci/log_analytics/models/storage.py +1 -1
- oci/log_analytics/models/storage_usage.py +1 -1
- oci/log_analytics/models/storage_work_request.py +1 -1
- oci/log_analytics/models/storage_work_request_collection.py +1 -1
- oci/log_analytics/models/storage_work_request_summary.py +1 -1
- oci/log_analytics/models/stream_action.py +1 -1
- oci/log_analytics/models/string_list_details.py +1 -1
- oci/log_analytics/models/success.py +1 -1
- oci/log_analytics/models/suggest_details.py +1 -1
- oci/log_analytics/models/suggest_output.py +1 -1
- oci/log_analytics/models/table_column.py +1 -1
- oci/log_analytics/models/tail_command_descriptor.py +1 -1
- oci/log_analytics/models/test_parser_payload_details.py +1 -1
- oci/log_analytics/models/time_cluster_column.py +1 -1
- oci/log_analytics/models/time_cluster_command_descriptor.py +1 -1
- oci/log_analytics/models/time_cluster_data_column.py +1 -1
- oci/log_analytics/models/time_column.py +1 -1
- oci/log_analytics/models/time_compare_command_descriptor.py +1 -1
- oci/log_analytics/models/time_range.py +1 -1
- oci/log_analytics/models/time_stats_cluster.py +1 -1
- oci/log_analytics/models/time_stats_column.py +1 -1
- oci/log_analytics/models/time_stats_command_descriptor.py +1 -1
- oci/log_analytics/models/time_stats_data_column.py +1 -1
- oci/log_analytics/models/timezone_collection.py +1 -1
- oci/log_analytics/models/top_command_descriptor.py +1 -1
- oci/log_analytics/models/trend_column.py +1 -1
- oci/log_analytics/models/ui_parser_test_metadata.py +1 -1
- oci/log_analytics/models/unprocessed_data_bucket.py +1 -1
- oci/log_analytics/models/update_log_analytics_em_bridge_details.py +1 -1
- oci/log_analytics/models/update_log_analytics_entity_details.py +1 -1
- oci/log_analytics/models/update_log_analytics_entity_type_details.py +1 -1
- oci/log_analytics/models/update_log_analytics_log_group_details.py +1 -1
- oci/log_analytics/models/update_log_analytics_object_collection_rule_details.py +1 -1
- oci/log_analytics/models/update_lookup_metadata_details.py +1 -1
- oci/log_analytics/models/update_scheduled_task_details.py +1 -1
- oci/log_analytics/models/update_standard_task_details.py +1 -1
- oci/log_analytics/models/update_storage_details.py +1 -1
- oci/log_analytics/models/upload.py +1 -1
- oci/log_analytics/models/upload_collection.py +1 -1
- oci/log_analytics/models/upload_file_collection.py +1 -1
- oci/log_analytics/models/upload_file_status.py +1 -1
- oci/log_analytics/models/upload_file_summary.py +1 -1
- oci/log_analytics/models/upload_summary.py +1 -1
- oci/log_analytics/models/upload_warning_collection.py +1 -1
- oci/log_analytics/models/upload_warning_summary.py +1 -1
- oci/log_analytics/models/upsert_log_analytics_association.py +1 -1
- oci/log_analytics/models/upsert_log_analytics_association_details.py +1 -1
- oci/log_analytics/models/upsert_log_analytics_field_details.py +1 -1
- oci/log_analytics/models/upsert_log_analytics_label_details.py +1 -1
- oci/log_analytics/models/upsert_log_analytics_parser_details.py +1 -1
- oci/log_analytics/models/upsert_log_analytics_source_details.py +1 -1
- oci/log_analytics/models/usage_status_item.py +1 -1
- oci/log_analytics/models/validate_endpoint_result.py +1 -1
- oci/log_analytics/models/validate_label_condition_details.py +1 -1
- oci/log_analytics/models/validate_label_condition_result.py +1 -1
- oci/log_analytics/models/verify_output.py +1 -1
- oci/log_analytics/models/violation.py +1 -1
- oci/log_analytics/models/warning_reference_details.py +1 -1
- oci/log_analytics/models/where_command_descriptor.py +1 -1
- oci/log_analytics/models/work_request.py +1 -1
- oci/log_analytics/models/work_request_collection.py +1 -1
- oci/log_analytics/models/work_request_error.py +1 -1
- oci/log_analytics/models/work_request_error_collection.py +1 -1
- oci/log_analytics/models/work_request_log.py +1 -1
- oci/log_analytics/models/work_request_log_collection.py +1 -1
- oci/log_analytics/models/work_request_resource.py +1 -1
- oci/log_analytics/models/work_request_summary.py +1 -1
- oci/log_analytics/models/xml_extract_command_descriptor.py +1 -1
- oci/logging/__init__.py +1 -1
- oci/logging/logging_management_client.py +31 -31
- oci/logging/logging_management_client_composite_operations.py +1 -1
- oci/logging/models/__init__.py +1 -1
- oci/logging/models/archiving.py +1 -1
- oci/logging/models/category.py +1 -1
- oci/logging/models/change_log_group_compartment_details.py +1 -1
- oci/logging/models/change_log_log_group_details.py +1 -1
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/change_unified_agent_configuration_compartment_details.py +1 -1
- oci/logging/models/configuration.py +1 -1
- oci/logging/models/create_log_details.py +1 -1
- oci/logging/models/create_log_group_details.py +1 -1
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/create_unified_agent_configuration_details.py +1 -1
- oci/logging/models/grok_pattern.py +1 -1
- oci/logging/models/group_association_details.py +1 -1
- oci/logging/models/log.py +1 -1
- oci/logging/models/log_group.py +1 -1
- oci/logging/models/log_group_summary.py +1 -1
- oci/logging/models/log_included_search.py +1 -1
- oci/logging/models/log_included_search_summary.py +1 -1
- oci/logging/models/log_included_search_summary_collection.py +1 -1
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_saved_search_summary_collection.py +1 -1
- oci/logging/models/log_summary.py +1 -1
- oci/logging/models/oci_service.py +1 -1
- oci/logging/models/operational_metrics_configuration.py +1 -1
- oci/logging/models/operational_metrics_destination.py +1 -1
- oci/logging/models/operational_metrics_record_input.py +1 -1
- oci/logging/models/operational_metrics_source.py +1 -1
- oci/logging/models/parameter.py +1 -1
- oci/logging/models/resource_type.py +1 -1
- oci/logging/models/service_summary.py +1 -1
- oci/logging/models/source.py +1 -1
- oci/logging/models/source_update_details.py +1 -1
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_configuration.py +1 -1
- oci/logging/models/unified_agent_configuration_collection.py +1 -1
- oci/logging/models/unified_agent_configuration_summary.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +1 -1
- oci/logging/models/unified_agent_csv_parser.py +1 -1
- oci/logging/models/unified_agent_grok_parser.py +1 -1
- oci/logging/models/unified_agent_logging_configuration.py +1 -1
- oci/logging/models/unified_agent_logging_destination.py +1 -1
- oci/logging/models/unified_agent_logging_source.py +1 -1
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_parser.py +1 -1
- oci/logging/models/unified_agent_none_parser.py +1 -1
- oci/logging/models/unified_agent_parser.py +1 -1
- oci/logging/models/unified_agent_regex_parser.py +1 -1
- oci/logging/models/unified_agent_service_configuration_details.py +1 -1
- oci/logging/models/unified_agent_syslog_parser.py +1 -1
- oci/logging/models/unified_agent_tail_log_source.py +1 -1
- oci/logging/models/unified_agent_tsv_parser.py +1 -1
- oci/logging/models/unified_agent_windows_event_source.py +1 -1
- oci/logging/models/unified_json_parser.py +1 -1
- oci/logging/models/update_configuration_details.py +1 -1
- oci/logging/models/update_log_details.py +1 -1
- oci/logging/models/update_log_group_details.py +1 -1
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/update_unified_agent_configuration_details.py +1 -1
- oci/logging/models/work_request.py +1 -1
- oci/logging/models/work_request_error.py +1 -1
- oci/logging/models/work_request_log.py +1 -1
- oci/logging/models/work_request_resource.py +1 -1
- oci/logging/models/work_request_summary.py +1 -1
- oci/loggingingestion/__init__.py +1 -1
- oci/loggingingestion/logging_client.py +2 -2
- oci/loggingingestion/logging_client_composite_operations.py +1 -1
- oci/loggingingestion/models/__init__.py +1 -1
- oci/loggingingestion/models/log_entry.py +1 -1
- oci/loggingingestion/models/log_entry_batch.py +1 -1
- oci/loggingingestion/models/put_logs_details.py +1 -1
- oci/loggingsearch/__init__.py +1 -1
- oci/loggingsearch/log_search_client.py +2 -2
- oci/loggingsearch/log_search_client_composite_operations.py +1 -1
- oci/loggingsearch/models/__init__.py +1 -1
- oci/loggingsearch/models/field_info.py +1 -1
- oci/loggingsearch/models/search_logs_details.py +1 -1
- oci/loggingsearch/models/search_response.py +1 -1
- oci/loggingsearch/models/search_result.py +1 -1
- oci/loggingsearch/models/search_result_summary.py +1 -1
- oci/management_agent/__init__.py +1 -1
- oci/management_agent/management_agent_client.py +24 -24
- oci/management_agent/management_agent_client_composite_operations.py +1 -1
- oci/management_agent/models/__init__.py +1 -1
- oci/management_agent/models/auto_upgradable_config.py +1 -1
- oci/management_agent/models/availability_history_summary.py +1 -1
- oci/management_agent/models/create_management_agent_install_key_details.py +1 -1
- oci/management_agent/models/deploy_plugins_details.py +1 -1
- oci/management_agent/models/management_agent.py +1 -1
- oci/management_agent/models/management_agent_aggregation.py +1 -1
- oci/management_agent/models/management_agent_aggregation_collection.py +1 -1
- oci/management_agent/models/management_agent_aggregation_dimensions.py +1 -1
- oci/management_agent/models/management_agent_error.py +1 -1
- oci/management_agent/models/management_agent_image.py +1 -1
- oci/management_agent/models/management_agent_image_summary.py +1 -1
- oci/management_agent/models/management_agent_install_key.py +1 -1
- oci/management_agent/models/management_agent_install_key_summary.py +1 -1
- oci/management_agent/models/management_agent_plugin.py +1 -1
- oci/management_agent/models/management_agent_plugin_aggregation.py +1 -1
- oci/management_agent/models/management_agent_plugin_aggregation_collection.py +1 -1
- oci/management_agent/models/management_agent_plugin_aggregation_dimensions.py +1 -1
- oci/management_agent/models/management_agent_plugin_details.py +1 -1
- oci/management_agent/models/management_agent_plugin_summary.py +1 -1
- oci/management_agent/models/management_agent_property.py +1 -1
- oci/management_agent/models/management_agent_summary.py +1 -1
- oci/management_agent/models/object_details.py +1 -1
- oci/management_agent/models/set_auto_upgradable_config_details.py +1 -1
- oci/management_agent/models/update_management_agent_details.py +1 -1
- oci/management_agent/models/update_management_agent_install_key_details.py +1 -1
- oci/management_agent/models/work_request.py +1 -1
- oci/management_agent/models/work_request_error.py +1 -1
- oci/management_agent/models/work_request_log_entry.py +1 -1
- oci/management_agent/models/work_request_resource.py +1 -1
- oci/management_agent/models/work_request_summary.py +1 -1
- oci/management_agent/models/work_submission_key.py +1 -1
- oci/management_dashboard/__init__.py +1 -1
- oci/management_dashboard/dashx_apis_client.py +15 -15
- oci/management_dashboard/dashx_apis_client_composite_operations.py +1 -1
- oci/management_dashboard/models/__init__.py +1 -1
- oci/management_dashboard/models/change_management_dashboards_compartment_details.py +1 -1
- oci/management_dashboard/models/change_management_saved_searches_compartment_details.py +1 -1
- oci/management_dashboard/models/create_management_dashboard_details.py +1 -1
- oci/management_dashboard/models/create_management_saved_search_details.py +1 -1
- oci/management_dashboard/models/management_dashboard.py +1 -1
- oci/management_dashboard/models/management_dashboard_collection.py +1 -1
- oci/management_dashboard/models/management_dashboard_export_details.py +1 -1
- oci/management_dashboard/models/management_dashboard_for_import_export_details.py +1 -1
- oci/management_dashboard/models/management_dashboard_import_details.py +1 -1
- oci/management_dashboard/models/management_dashboard_summary.py +1 -1
- oci/management_dashboard/models/management_dashboard_tile_details.py +1 -1
- oci/management_dashboard/models/management_saved_search.py +1 -1
- oci/management_dashboard/models/management_saved_search_collection.py +1 -1
- oci/management_dashboard/models/management_saved_search_for_import_details.py +1 -1
- oci/management_dashboard/models/management_saved_search_summary.py +1 -1
- oci/management_dashboard/models/update_management_dashboard_details.py +1 -1
- oci/management_dashboard/models/update_management_saved_search_details.py +1 -1
- oci/marketplace/__init__.py +1 -1
- oci/marketplace/account_client.py +3 -3
- oci/marketplace/account_client_composite_operations.py +1 -1
- oci/marketplace/marketplace_client.py +31 -31
- oci/marketplace/marketplace_client_composite_operations.py +1 -1
- oci/marketplace/models/__init__.py +1 -1
- oci/marketplace/models/accepted_agreement.py +1 -1
- oci/marketplace/models/accepted_agreement_summary.py +1 -1
- oci/marketplace/models/agreement.py +1 -1
- oci/marketplace/models/agreement_summary.py +1 -1
- oci/marketplace/models/category_summary.py +1 -1
- oci/marketplace/models/change_publication_compartment_details.py +1 -1
- oci/marketplace/models/container_listing_package.py +1 -1
- oci/marketplace/models/create_accepted_agreement_details.py +1 -1
- oci/marketplace/models/create_image_publication_package.py +1 -1
- oci/marketplace/models/create_publication_details.py +1 -1
- oci/marketplace/models/create_publication_package.py +1 -1
- oci/marketplace/models/documentation_link.py +1 -1
- oci/marketplace/models/error_entity.py +1 -1
- oci/marketplace/models/eula.py +1 -1
- oci/marketplace/models/export_package_details.py +1 -1
- oci/marketplace/models/free_text_search_details.py +1 -1
- oci/marketplace/models/image_listing_package.py +1 -1
- oci/marketplace/models/image_publication_package.py +1 -1
- oci/marketplace/models/international_market_price.py +1 -1
- oci/marketplace/models/item.py +1 -1
- oci/marketplace/models/kubernetes_listing_package.py +1 -1
- oci/marketplace/models/launch_eligibility.py +1 -1
- oci/marketplace/models/link.py +1 -1
- oci/marketplace/models/listing.py +1 -1
- oci/marketplace/models/listing_package.py +1 -1
- oci/marketplace/models/listing_package_summary.py +1 -1
- oci/marketplace/models/listing_summary.py +1 -1
- oci/marketplace/models/named_link.py +1 -1
- oci/marketplace/models/operating_system.py +1 -1
- oci/marketplace/models/orchestration_listing_package.py +1 -1
- oci/marketplace/models/orchestration_publication_package.py +1 -1
- oci/marketplace/models/orchestration_variable.py +1 -1
- oci/marketplace/models/pricing_model.py +1 -1
- oci/marketplace/models/publication.py +1 -1
- oci/marketplace/models/publication_package.py +1 -1
- oci/marketplace/models/publication_package_summary.py +1 -1
- oci/marketplace/models/publication_summary.py +1 -1
- oci/marketplace/models/publisher.py +1 -1
- oci/marketplace/models/publisher_summary.py +1 -1
- oci/marketplace/models/region.py +1 -1
- oci/marketplace/models/report_collection.py +1 -1
- oci/marketplace/models/report_summary.py +1 -1
- oci/marketplace/models/report_type_collection.py +1 -1
- oci/marketplace/models/report_type_summary.py +1 -1
- oci/marketplace/models/screenshot.py +1 -1
- oci/marketplace/models/search_listings_details.py +1 -1
- oci/marketplace/models/structured_search_details.py +1 -1
- oci/marketplace/models/support_contact.py +1 -1
- oci/marketplace/models/tax_summary.py +1 -1
- oci/marketplace/models/text_based_eula.py +1 -1
- oci/marketplace/models/third_party_paid_listing_eligibility.py +1 -1
- oci/marketplace/models/update_accepted_agreement_details.py +1 -1
- oci/marketplace/models/update_publication_details.py +1 -1
- oci/marketplace/models/upload_data.py +1 -1
- oci/marketplace/models/work_request.py +1 -1
- oci/marketplace/models/work_request_collection.py +1 -1
- oci/marketplace/models/work_request_error.py +1 -1
- oci/marketplace/models/work_request_error_collection.py +1 -1
- oci/marketplace/models/work_request_log_entry.py +1 -1
- oci/marketplace/models/work_request_log_entry_collection.py +1 -1
- oci/marketplace/models/work_request_resource.py +1 -1
- oci/marketplace/models/work_request_summary.py +1 -1
- oci/marketplace_publisher/__init__.py +1 -1
- oci/marketplace_publisher/marketplace_publisher_client.py +72 -72
- oci/marketplace_publisher/marketplace_publisher_client_composite_operations.py +1 -1
- oci/marketplace_publisher/models/__init__.py +1 -1
- oci/marketplace_publisher/models/artifact.py +1 -1
- oci/marketplace_publisher/models/artifact_collection.py +1 -1
- oci/marketplace_publisher/models/artifact_summary.py +1 -1
- oci/marketplace_publisher/models/category.py +1 -1
- oci/marketplace_publisher/models/category_collection.py +1 -1
- oci/marketplace_publisher/models/category_summary.py +1 -1
- oci/marketplace_publisher/models/change_artifact_compartment_details.py +1 -1
- oci/marketplace_publisher/models/change_listing_compartment_details.py +1 -1
- oci/marketplace_publisher/models/change_term_compartment_details.py +1 -1
- oci/marketplace_publisher/models/container_image_artifact.py +1 -1
- oci/marketplace_publisher/models/container_image_details.py +1 -1
- oci/marketplace_publisher/models/container_package.py +1 -1
- oci/marketplace_publisher/models/create_artifact_details.py +1 -1
- oci/marketplace_publisher/models/create_container_image_artifact_details.py +1 -1
- oci/marketplace_publisher/models/create_container_image_details.py +1 -1
- oci/marketplace_publisher/models/create_helm_chart_image_details.py +1 -1
- oci/marketplace_publisher/models/create_kubernetes_image_artifact_details.py +1 -1
- oci/marketplace_publisher/models/create_listing_details.py +1 -1
- oci/marketplace_publisher/models/create_listing_revision_attachment_details.py +1 -1
- oci/marketplace_publisher/models/create_listing_revision_details.py +1 -1
- oci/marketplace_publisher/models/create_listing_revision_note_details.py +1 -1
- oci/marketplace_publisher/models/create_listing_revision_package_details.py +1 -1
- oci/marketplace_publisher/models/create_related_document_attachment_details.py +1 -1
- oci/marketplace_publisher/models/create_screen_shot_attachment_details.py +1 -1
- oci/marketplace_publisher/models/create_term_details.py +1 -1
- oci/marketplace_publisher/models/create_video_attachment_details.py +1 -1
- oci/marketplace_publisher/models/create_video_details.py +1 -1
- oci/marketplace_publisher/models/helm_chart_image_details.py +1 -1
- oci/marketplace_publisher/models/helm_chart_package.py +1 -1
- oci/marketplace_publisher/models/kubernetes_image_artifact.py +1 -1
- oci/marketplace_publisher/models/language_item.py +1 -1
- oci/marketplace_publisher/models/listing.py +1 -1
- oci/marketplace_publisher/models/listing_collection.py +1 -1
- oci/marketplace_publisher/models/listing_revision.py +1 -1
- oci/marketplace_publisher/models/listing_revision_attachment.py +1 -1
- oci/marketplace_publisher/models/listing_revision_attachment_collection.py +1 -1
- oci/marketplace_publisher/models/listing_revision_attachment_summary.py +1 -1
- oci/marketplace_publisher/models/listing_revision_collection.py +1 -1
- oci/marketplace_publisher/models/listing_revision_icon_attachment.py +1 -1
- oci/marketplace_publisher/models/listing_revision_note.py +1 -1
- oci/marketplace_publisher/models/listing_revision_note_collection.py +1 -1
- oci/marketplace_publisher/models/listing_revision_note_summary.py +1 -1
- oci/marketplace_publisher/models/listing_revision_package.py +1 -1
- oci/marketplace_publisher/models/listing_revision_package_collection.py +1 -1
- oci/marketplace_publisher/models/listing_revision_package_summary.py +1 -1
- oci/marketplace_publisher/models/listing_revision_summary.py +1 -1
- oci/marketplace_publisher/models/listing_summary.py +1 -1
- oci/marketplace_publisher/models/market.py +1 -1
- oci/marketplace_publisher/models/market_collection.py +1 -1
- oci/marketplace_publisher/models/market_summary.py +1 -1
- oci/marketplace_publisher/models/named_link.py +1 -1
- oci/marketplace_publisher/models/opn_membership.py +1 -1
- oci/marketplace_publisher/models/private_offer_account_details.py +1 -1
- oci/marketplace_publisher/models/product.py +1 -1
- oci/marketplace_publisher/models/product_collection.py +1 -1
- oci/marketplace_publisher/models/product_summary.py +1 -1
- oci/marketplace_publisher/models/publish_listing_revision_as_private_details.py +1 -1
- oci/marketplace_publisher/models/publisher.py +1 -1
- oci/marketplace_publisher/models/publisher_collection.py +1 -1
- oci/marketplace_publisher/models/publisher_summary.py +1 -1
- oci/marketplace_publisher/models/related_document_attachment.py +1 -1
- oci/marketplace_publisher/models/screen_shot_attachment.py +1 -1
- oci/marketplace_publisher/models/submit_listing_revision_for_review_details.py +1 -1
- oci/marketplace_publisher/models/support_contact.py +1 -1
- oci/marketplace_publisher/models/term.py +1 -1
- oci/marketplace_publisher/models/term_collection.py +1 -1
- oci/marketplace_publisher/models/term_summary.py +1 -1
- oci/marketplace_publisher/models/term_version.py +1 -1
- oci/marketplace_publisher/models/term_version_attachment.py +1 -1
- oci/marketplace_publisher/models/term_version_collection.py +1 -1
- oci/marketplace_publisher/models/term_version_summary.py +1 -1
- oci/marketplace_publisher/models/update_artifact_details.py +1 -1
- oci/marketplace_publisher/models/update_container_image_artifact_details.py +1 -1
- oci/marketplace_publisher/models/update_container_image_details.py +1 -1
- oci/marketplace_publisher/models/update_helm_chart_image_details.py +1 -1
- oci/marketplace_publisher/models/update_kubernetes_image_artifact_details.py +1 -1
- oci/marketplace_publisher/models/update_listing_details.py +1 -1
- oci/marketplace_publisher/models/update_listing_revision_attachment_details.py +1 -1
- oci/marketplace_publisher/models/update_listing_revision_details.py +1 -1
- oci/marketplace_publisher/models/update_listing_revision_package_details.py +1 -1
- oci/marketplace_publisher/models/update_related_document_attachment_details.py +1 -1
- oci/marketplace_publisher/models/update_screen_shot_attachment_details.py +1 -1
- oci/marketplace_publisher/models/update_term_details.py +1 -1
- oci/marketplace_publisher/models/update_term_version_details.py +1 -1
- oci/marketplace_publisher/models/update_video_attachment_details.py +1 -1
- oci/marketplace_publisher/models/upload_data.py +1 -1
- oci/marketplace_publisher/models/version_details.py +1 -1
- oci/marketplace_publisher/models/video_attachment.py +1 -1
- oci/marketplace_publisher/models/work_request.py +1 -1
- oci/marketplace_publisher/models/work_request_error.py +1 -1
- oci/marketplace_publisher/models/work_request_error_collection.py +1 -1
- oci/marketplace_publisher/models/work_request_log_entry.py +1 -1
- oci/marketplace_publisher/models/work_request_log_entry_collection.py +1 -1
- oci/marketplace_publisher/models/work_request_resource.py +1 -1
- oci/marketplace_publisher/models/work_request_summary.py +1 -1
- oci/marketplace_publisher/models/work_request_summary_collection.py +1 -1
- oci/media_services/__init__.py +1 -1
- oci/media_services/media_services_client.py +49 -49
- oci/media_services/media_services_client_composite_operations.py +1 -1
- oci/media_services/media_stream_client.py +3 -3
- oci/media_services/media_stream_client_composite_operations.py +1 -1
- oci/media_services/models/__init__.py +1 -1
- oci/media_services/models/akamai_manual_stream_cdn_config.py +1 -1
- oci/media_services/models/asset_metadata_entry_details.py +1 -1
- oci/media_services/models/change_media_asset_compartment_details.py +1 -1
- oci/media_services/models/change_media_workflow_compartment_details.py +1 -1
- oci/media_services/models/change_media_workflow_configuration_compartment_details.py +1 -1
- oci/media_services/models/change_media_workflow_job_compartment_details.py +1 -1
- oci/media_services/models/change_stream_distribution_channel_compartment_details.py +1 -1
- oci/media_services/models/create_media_asset_details.py +1 -1
- oci/media_services/models/create_media_workflow_configuration_details.py +1 -1
- oci/media_services/models/create_media_workflow_details.py +1 -1
- oci/media_services/models/create_media_workflow_job_by_id_details.py +1 -1
- oci/media_services/models/create_media_workflow_job_by_name_details.py +1 -1
- oci/media_services/models/create_media_workflow_job_details.py +1 -1
- oci/media_services/models/create_stream_cdn_config_details.py +1 -1
- oci/media_services/models/create_stream_distribution_channel_details.py +1 -1
- oci/media_services/models/create_stream_packaging_config_details.py +1 -1
- oci/media_services/models/dash_stream_packaging_config.py +1 -1
- oci/media_services/models/edge_stream_cdn_config.py +1 -1
- oci/media_services/models/generate_session_token_details.py +1 -1
- oci/media_services/models/hls_stream_packaging_config.py +1 -1
- oci/media_services/models/ingest_stream_distribution_channel_details.py +1 -1
- oci/media_services/models/ingest_stream_distribution_channel_result.py +1 -1
- oci/media_services/models/job_output.py +1 -1
- oci/media_services/models/media_asset.py +1 -1
- oci/media_services/models/media_asset_collection.py +1 -1
- oci/media_services/models/media_asset_distribution_channel_attachment.py +1 -1
- oci/media_services/models/media_asset_distribution_channel_attachment_collection.py +1 -1
- oci/media_services/models/media_asset_distribution_channel_attachment_summary.py +1 -1
- oci/media_services/models/media_asset_summary.py +1 -1
- oci/media_services/models/media_asset_tag.py +1 -1
- oci/media_services/models/media_workflow.py +1 -1
- oci/media_services/models/media_workflow_collection.py +1 -1
- oci/media_services/models/media_workflow_configuration.py +1 -1
- oci/media_services/models/media_workflow_configuration_collection.py +1 -1
- oci/media_services/models/media_workflow_configuration_summary.py +1 -1
- oci/media_services/models/media_workflow_job.py +1 -1
- oci/media_services/models/media_workflow_job_collection.py +1 -1
- oci/media_services/models/media_workflow_job_fact.py +1 -1
- oci/media_services/models/media_workflow_job_fact_collection.py +1 -1
- oci/media_services/models/media_workflow_job_fact_summary.py +1 -1
- oci/media_services/models/media_workflow_job_summary.py +1 -1
- oci/media_services/models/media_workflow_summary.py +1 -1
- oci/media_services/models/media_workflow_task.py +1 -1
- oci/media_services/models/media_workflow_task_declaration.py +1 -1
- oci/media_services/models/media_workflow_task_declaration_collection.py +1 -1
- oci/media_services/models/media_workflow_task_state.py +1 -1
- oci/media_services/models/metadata.py +1 -1
- oci/media_services/models/session_token.py +1 -1
- oci/media_services/models/stream_cdn_config.py +1 -1
- oci/media_services/models/stream_cdn_config_collection.py +1 -1
- oci/media_services/models/stream_cdn_config_section.py +1 -1
- oci/media_services/models/stream_cdn_config_summary.py +1 -1
- oci/media_services/models/stream_distribution_channel.py +1 -1
- oci/media_services/models/stream_distribution_channel_collection.py +1 -1
- oci/media_services/models/stream_distribution_channel_summary.py +1 -1
- oci/media_services/models/stream_packaging_config.py +1 -1
- oci/media_services/models/stream_packaging_config_collection.py +1 -1
- oci/media_services/models/stream_packaging_config_encryption.py +1 -1
- oci/media_services/models/stream_packaging_config_encryption_aes128.py +1 -1
- oci/media_services/models/stream_packaging_config_encryption_none.py +1 -1
- oci/media_services/models/stream_packaging_config_summary.py +1 -1
- oci/media_services/models/system_media_workflow.py +1 -1
- oci/media_services/models/system_media_workflow_collection.py +1 -1
- oci/media_services/models/update_media_asset_details.py +1 -1
- oci/media_services/models/update_media_workflow_configuration_details.py +1 -1
- oci/media_services/models/update_media_workflow_details.py +1 -1
- oci/media_services/models/update_media_workflow_job_details.py +1 -1
- oci/media_services/models/update_stream_cdn_config_details.py +1 -1
- oci/media_services/models/update_stream_distribution_channel_details.py +1 -1
- oci/media_services/models/update_stream_packaging_config_details.py +1 -1
- oci/monitoring/__init__.py +1 -1
- oci/monitoring/models/__init__.py +1 -1
- oci/monitoring/models/aggregated_datapoint.py +1 -1
- oci/monitoring/models/alarm.py +1 -1
- oci/monitoring/models/alarm_dimension_states_collection.py +1 -1
- oci/monitoring/models/alarm_dimension_states_entry.py +1 -1
- oci/monitoring/models/alarm_history_collection.py +1 -1
- oci/monitoring/models/alarm_history_entry.py +1 -1
- oci/monitoring/models/alarm_status_summary.py +1 -1
- oci/monitoring/models/alarm_summary.py +1 -1
- oci/monitoring/models/change_alarm_compartment_details.py +1 -1
- oci/monitoring/models/create_alarm_details.py +1 -1
- oci/monitoring/models/datapoint.py +1 -1
- oci/monitoring/models/failed_metric_record.py +1 -1
- oci/monitoring/models/list_metrics_details.py +1 -1
- oci/monitoring/models/metric.py +1 -1
- oci/monitoring/models/metric_data.py +1 -1
- oci/monitoring/models/metric_data_details.py +1 -1
- oci/monitoring/models/post_metric_data_details.py +1 -1
- oci/monitoring/models/post_metric_data_response_details.py +1 -1
- oci/monitoring/models/retrieve_dimension_states_details.py +1 -1
- oci/monitoring/models/summarize_metrics_data_details.py +1 -1
- oci/monitoring/models/suppression.py +1 -1
- oci/monitoring/models/update_alarm_details.py +1 -1
- oci/monitoring/monitoring_client.py +14 -14
- oci/monitoring/monitoring_client_composite_operations.py +1 -1
- oci/mysql/__init__.py +1 -1
- oci/mysql/channels_client.py +8 -8
- oci/mysql/channels_client_composite_operations.py +1 -1
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_backups_client_composite_operations.py +1 -1
- oci/mysql/db_system_client.py +18 -18
- oci/mysql/db_system_client_composite_operations.py +1 -1
- oci/mysql/models/__init__.py +1 -1
- oci/mysql/models/add_analytics_cluster_details.py +1 -1
- oci/mysql/models/add_heat_wave_cluster_details.py +1 -1
- oci/mysql/models/analytics_cluster.py +1 -1
- oci/mysql/models/analytics_cluster_memory_estimate.py +1 -1
- oci/mysql/models/analytics_cluster_node.py +1 -1
- oci/mysql/models/analytics_cluster_schema_memory_estimate.py +1 -1
- oci/mysql/models/analytics_cluster_summary.py +1 -1
- oci/mysql/models/analytics_cluster_table_memory_estimate.py +1 -1
- oci/mysql/models/anonymous_transactions_handling.py +1 -1
- oci/mysql/models/assign_manual_uuid_handling.py +1 -1
- oci/mysql/models/assign_target_uuid_handling.py +1 -1
- oci/mysql/models/backup.py +1 -1
- oci/mysql/models/backup_policy.py +1 -1
- oci/mysql/models/backup_summary.py +1 -1
- oci/mysql/models/ca_certificate.py +1 -1
- oci/mysql/models/change_backup_compartment_details.py +1 -1
- oci/mysql/models/channel.py +1 -1
- oci/mysql/models/channel_filter.py +1 -1
- oci/mysql/models/channel_source.py +1 -1
- oci/mysql/models/channel_source_mysql.py +1 -1
- oci/mysql/models/channel_summary.py +1 -1
- oci/mysql/models/channel_target.py +1 -1
- oci/mysql/models/channel_target_db_system.py +1 -1
- oci/mysql/models/configuration.py +1 -1
- oci/mysql/models/configuration_summary.py +1 -1
- oci/mysql/models/configuration_variables.py +1 -1
- oci/mysql/models/create_backup_details.py +1 -1
- oci/mysql/models/create_backup_policy_details.py +1 -1
- oci/mysql/models/create_channel_details.py +1 -1
- oci/mysql/models/create_channel_source_details.py +1 -1
- oci/mysql/models/create_channel_source_from_mysql_details.py +1 -1
- oci/mysql/models/create_channel_target_details.py +1 -1
- oci/mysql/models/create_channel_target_from_db_system_details.py +1 -1
- oci/mysql/models/create_configuration_details.py +1 -1
- oci/mysql/models/create_db_system_details.py +1 -1
- oci/mysql/models/create_db_system_source_details.py +1 -1
- oci/mysql/models/create_db_system_source_from_backup_details.py +1 -1
- oci/mysql/models/create_db_system_source_from_none_details.py +1 -1
- oci/mysql/models/create_db_system_source_from_pitr_details.py +1 -1
- oci/mysql/models/create_db_system_source_import_from_url_details.py +1 -1
- oci/mysql/models/create_deletion_policy_details.py +1 -1
- oci/mysql/models/create_maintenance_details.py +1 -1
- oci/mysql/models/create_replica_details.py +1 -1
- oci/mysql/models/db_system.py +1 -1
- oci/mysql/models/db_system_endpoint.py +1 -1
- oci/mysql/models/db_system_placement.py +1 -1
- oci/mysql/models/db_system_snapshot.py +1 -1
- oci/mysql/models/db_system_source.py +1 -1
- oci/mysql/models/db_system_source_from_backup.py +1 -1
- oci/mysql/models/db_system_source_from_none.py +1 -1
- oci/mysql/models/db_system_source_from_pitr.py +1 -1
- oci/mysql/models/db_system_source_import_from_url.py +1 -1
- oci/mysql/models/db_system_summary.py +1 -1
- oci/mysql/models/deletion_policy_details.py +1 -1
- oci/mysql/models/error_on_anonymous_handling.py +1 -1
- oci/mysql/models/heat_wave_cluster.py +1 -1
- oci/mysql/models/heat_wave_cluster_memory_estimate.py +1 -1
- oci/mysql/models/heat_wave_cluster_schema_memory_estimate.py +1 -1
- oci/mysql/models/heat_wave_cluster_summary.py +1 -1
- oci/mysql/models/heat_wave_cluster_table_memory_estimate.py +1 -1
- oci/mysql/models/heat_wave_node.py +1 -1
- oci/mysql/models/initialization_variables.py +1 -1
- oci/mysql/models/maintenance_details.py +1 -1
- oci/mysql/models/pem_ca_certificate.py +1 -1
- oci/mysql/models/pitr_policy.py +1 -1
- oci/mysql/models/point_in_time_recovery_details.py +1 -1
- oci/mysql/models/replica.py +1 -1
- oci/mysql/models/replica_overrides.py +1 -1
- oci/mysql/models/replica_summary.py +1 -1
- oci/mysql/models/restart_db_system_details.py +1 -1
- oci/mysql/models/shape_summary.py +1 -1
- oci/mysql/models/stop_db_system_details.py +1 -1
- oci/mysql/models/update_analytics_cluster_details.py +1 -1
- oci/mysql/models/update_backup_details.py +1 -1
- oci/mysql/models/update_backup_policy_details.py +1 -1
- oci/mysql/models/update_channel_details.py +1 -1
- oci/mysql/models/update_channel_source_details.py +1 -1
- oci/mysql/models/update_channel_source_from_mysql_details.py +1 -1
- oci/mysql/models/update_channel_target_details.py +1 -1
- oci/mysql/models/update_channel_target_from_db_system_details.py +1 -1
- oci/mysql/models/update_configuration_details.py +1 -1
- oci/mysql/models/update_db_system_details.py +1 -1
- oci/mysql/models/update_deletion_policy_details.py +1 -1
- oci/mysql/models/update_heat_wave_cluster_details.py +1 -1
- oci/mysql/models/update_maintenance_details.py +1 -1
- oci/mysql/models/update_replica_details.py +1 -1
- oci/mysql/models/version.py +1 -1
- oci/mysql/models/version_summary.py +1 -1
- oci/mysql/models/work_request.py +12 -4
- oci/mysql/models/work_request_error.py +1 -1
- oci/mysql/models/work_request_log_entry.py +1 -1
- oci/mysql/models/work_request_resource.py +1 -1
- oci/mysql/models/work_request_summary.py +12 -4
- oci/mysql/mysqlaas_client.py +8 -8
- oci/mysql/mysqlaas_client_composite_operations.py +1 -1
- oci/mysql/replicas_client.py +6 -6
- oci/mysql/replicas_client_composite_operations.py +1 -1
- oci/mysql/work_requests_client.py +5 -5
- oci/mysql/work_requests_client_composite_operations.py +1 -1
- oci/network_firewall/__init__.py +1 -1
- oci/network_firewall/models/__init__.py +1 -1
- oci/network_firewall/models/address_list.py +1 -1
- oci/network_firewall/models/address_list_summary.py +1 -1
- oci/network_firewall/models/address_list_summary_collection.py +1 -1
- oci/network_firewall/models/application.py +1 -1
- oci/network_firewall/models/application_group.py +1 -1
- oci/network_firewall/models/application_group_summary.py +1 -1
- oci/network_firewall/models/application_group_summary_collection.py +1 -1
- oci/network_firewall/models/application_summary.py +1 -1
- oci/network_firewall/models/application_summary_collection.py +1 -1
- oci/network_firewall/models/apply_network_firewall_policy_details.py +1 -1
- oci/network_firewall/models/change_network_firewall_compartment_details.py +1 -1
- oci/network_firewall/models/change_network_firewall_policy_compartment_details.py +1 -1
- oci/network_firewall/models/clone_network_firewall_policy_details.py +1 -1
- oci/network_firewall/models/create_address_list_details.py +1 -1
- oci/network_firewall/models/create_application_details.py +1 -1
- oci/network_firewall/models/create_application_group_details.py +1 -1
- oci/network_firewall/models/create_decryption_profile_details.py +1 -1
- oci/network_firewall/models/create_decryption_rule_details.py +1 -1
- oci/network_firewall/models/create_icmp6_application_details.py +1 -1
- oci/network_firewall/models/create_icmp_application_details.py +1 -1
- oci/network_firewall/models/create_mapped_secret_details.py +1 -1
- oci/network_firewall/models/create_network_firewall_details.py +1 -1
- oci/network_firewall/models/create_network_firewall_policy_details.py +1 -1
- oci/network_firewall/models/create_security_rule_details.py +1 -1
- oci/network_firewall/models/create_service_details.py +1 -1
- oci/network_firewall/models/create_service_list_details.py +1 -1
- oci/network_firewall/models/create_ssl_forward_proxy_profile_details.py +1 -1
- oci/network_firewall/models/create_ssl_inbound_inspection_profile_details.py +1 -1
- oci/network_firewall/models/create_tcp_service_details.py +1 -1
- oci/network_firewall/models/create_udp_service_details.py +1 -1
- oci/network_firewall/models/create_url_list_details.py +1 -1
- oci/network_firewall/models/create_vault_mapped_secret_details.py +1 -1
- oci/network_firewall/models/decryption_profile.py +1 -1
- oci/network_firewall/models/decryption_profile_summary.py +1 -1
- oci/network_firewall/models/decryption_profile_summary_collection.py +1 -1
- oci/network_firewall/models/decryption_rule.py +1 -1
- oci/network_firewall/models/decryption_rule_match_criteria.py +1 -1
- oci/network_firewall/models/decryption_rule_summary.py +1 -1
- oci/network_firewall/models/decryption_rule_summary_collection.py +1 -1
- oci/network_firewall/models/icmp6_application.py +1 -1
- oci/network_firewall/models/icmp6_application_summary.py +1 -1
- oci/network_firewall/models/icmp_application.py +1 -1
- oci/network_firewall/models/icmp_application_summary.py +1 -1
- oci/network_firewall/models/mapped_secret.py +1 -1
- oci/network_firewall/models/mapped_secret_summary.py +1 -1
- oci/network_firewall/models/mapped_secret_summary_collection.py +1 -1
- oci/network_firewall/models/network_firewall.py +1 -1
- oci/network_firewall/models/network_firewall_collection.py +1 -1
- oci/network_firewall/models/network_firewall_policy.py +1 -1
- oci/network_firewall/models/network_firewall_policy_summary.py +1 -1
- oci/network_firewall/models/network_firewall_policy_summary_collection.py +1 -1
- oci/network_firewall/models/network_firewall_summary.py +1 -1
- oci/network_firewall/models/port_range.py +1 -1
- oci/network_firewall/models/rule_position.py +1 -1
- oci/network_firewall/models/security_rule.py +1 -1
- oci/network_firewall/models/security_rule_match_criteria.py +1 -1
- oci/network_firewall/models/security_rule_summary.py +1 -1
- oci/network_firewall/models/security_rule_summary_collection.py +1 -1
- oci/network_firewall/models/service.py +1 -1
- oci/network_firewall/models/service_list.py +1 -1
- oci/network_firewall/models/service_list_summary.py +1 -1
- oci/network_firewall/models/service_list_summary_collection.py +1 -1
- oci/network_firewall/models/service_summary.py +1 -1
- oci/network_firewall/models/service_summary_collection.py +1 -1
- oci/network_firewall/models/simple_url_pattern.py +1 -1
- oci/network_firewall/models/ssl_forward_proxy_profile.py +1 -1
- oci/network_firewall/models/ssl_inbound_inspection_profile.py +1 -1
- oci/network_firewall/models/tcp_application.py +1 -1
- oci/network_firewall/models/tcp_service.py +1 -1
- oci/network_firewall/models/udp_application.py +1 -1
- oci/network_firewall/models/udp_service.py +1 -1
- oci/network_firewall/models/update_address_list_details.py +1 -1
- oci/network_firewall/models/update_application_details.py +1 -1
- oci/network_firewall/models/update_application_group_details.py +1 -1
- oci/network_firewall/models/update_decryption_profile_details.py +1 -1
- oci/network_firewall/models/update_decryption_rule_details.py +1 -1
- oci/network_firewall/models/update_fqdn_address_list_details.py +1 -1
- oci/network_firewall/models/update_icmp6_application_details.py +1 -1
- oci/network_firewall/models/update_icmp_application_details.py +1 -1
- oci/network_firewall/models/update_ip_address_list_details.py +1 -1
- oci/network_firewall/models/update_mapped_secret_details.py +1 -1
- oci/network_firewall/models/update_network_firewall_details.py +1 -1
- oci/network_firewall/models/update_network_firewall_policy_details.py +1 -1
- oci/network_firewall/models/update_security_rule_details.py +1 -1
- oci/network_firewall/models/update_service_details.py +1 -1
- oci/network_firewall/models/update_service_list_details.py +1 -1
- oci/network_firewall/models/update_ssl_forward_proxy_profile_details.py +1 -1
- oci/network_firewall/models/update_ssl_inbound_inspection_profile_details.py +1 -1
- oci/network_firewall/models/update_tcp_service_details.py +1 -1
- oci/network_firewall/models/update_udp_service_details.py +1 -1
- oci/network_firewall/models/update_url_list_details.py +1 -1
- oci/network_firewall/models/update_vault_mapped_secret_details.py +1 -1
- oci/network_firewall/models/url_list.py +1 -1
- oci/network_firewall/models/url_list_summary.py +1 -1
- oci/network_firewall/models/url_list_summary_collection.py +1 -1
- oci/network_firewall/models/url_pattern.py +1 -1
- oci/network_firewall/models/vault_mapped_secret.py +1 -1
- oci/network_firewall/models/work_request.py +1 -1
- oci/network_firewall/models/work_request_error.py +1 -1
- oci/network_firewall/models/work_request_error_collection.py +1 -1
- oci/network_firewall/models/work_request_log_entry.py +1 -1
- oci/network_firewall/models/work_request_log_entry_collection.py +1 -1
- oci/network_firewall/models/work_request_resource.py +1 -1
- oci/network_firewall/models/work_request_summary.py +1 -1
- oci/network_firewall/models/work_request_summary_collection.py +1 -1
- oci/network_firewall/network_firewall_client.py +81 -81
- oci/network_firewall/network_firewall_client_composite_operations.py +1 -1
- oci/network_load_balancer/__init__.py +1 -1
- oci/network_load_balancer/models/__init__.py +1 -1
- oci/network_load_balancer/models/backend.py +1 -1
- oci/network_load_balancer/models/backend_collection.py +1 -1
- oci/network_load_balancer/models/backend_details.py +1 -1
- oci/network_load_balancer/models/backend_health.py +1 -1
- oci/network_load_balancer/models/backend_set.py +1 -1
- oci/network_load_balancer/models/backend_set_collection.py +1 -1
- oci/network_load_balancer/models/backend_set_details.py +1 -1
- oci/network_load_balancer/models/backend_set_health.py +1 -1
- oci/network_load_balancer/models/backend_set_summary.py +1 -1
- oci/network_load_balancer/models/backend_summary.py +1 -1
- oci/network_load_balancer/models/change_network_load_balancer_compartment_details.py +1 -1
- oci/network_load_balancer/models/create_backend_details.py +1 -1
- oci/network_load_balancer/models/create_backend_set_details.py +1 -1
- oci/network_load_balancer/models/create_listener_details.py +1 -1
- oci/network_load_balancer/models/create_network_load_balancer_details.py +1 -1
- oci/network_load_balancer/models/health_check_result.py +1 -1
- oci/network_load_balancer/models/health_checker.py +1 -1
- oci/network_load_balancer/models/health_checker_details.py +1 -1
- oci/network_load_balancer/models/ip_address.py +1 -1
- oci/network_load_balancer/models/listener.py +1 -1
- oci/network_load_balancer/models/listener_collection.py +1 -1
- oci/network_load_balancer/models/listener_details.py +1 -1
- oci/network_load_balancer/models/listener_summary.py +1 -1
- oci/network_load_balancer/models/network_load_balancer.py +1 -1
- oci/network_load_balancer/models/network_load_balancer_collection.py +1 -1
- oci/network_load_balancer/models/network_load_balancer_health.py +1 -1
- oci/network_load_balancer/models/network_load_balancer_health_collection.py +1 -1
- oci/network_load_balancer/models/network_load_balancer_health_summary.py +1 -1
- oci/network_load_balancer/models/network_load_balancer_summary.py +1 -1
- oci/network_load_balancer/models/network_load_balancers_policy_collection.py +1 -1
- oci/network_load_balancer/models/network_load_balancers_protocol_collection.py +1 -1
- oci/network_load_balancer/models/reserved_ip.py +1 -1
- oci/network_load_balancer/models/update_backend_details.py +1 -1
- oci/network_load_balancer/models/update_backend_set_details.py +1 -1
- oci/network_load_balancer/models/update_health_checker_details.py +1 -1
- oci/network_load_balancer/models/update_listener_details.py +1 -1
- oci/network_load_balancer/models/update_network_load_balancer_details.py +1 -1
- oci/network_load_balancer/models/update_network_security_groups_details.py +1 -1
- oci/network_load_balancer/models/work_request.py +1 -1
- oci/network_load_balancer/models/work_request_collection.py +1 -1
- oci/network_load_balancer/models/work_request_error.py +1 -1
- oci/network_load_balancer/models/work_request_error_collection.py +1 -1
- oci/network_load_balancer/models/work_request_log_entry.py +1 -1
- oci/network_load_balancer/models/work_request_log_entry_collection.py +1 -1
- oci/network_load_balancer/models/work_request_resource.py +1 -1
- oci/network_load_balancer/models/work_request_summary.py +1 -1
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/network_load_balancer/network_load_balancer_client_composite_operations.py +1 -1
- oci/nosql/__init__.py +1 -1
- oci/nosql/models/__init__.py +1 -1
- oci/nosql/models/change_table_compartment_details.py +1 -1
- oci/nosql/models/column.py +1 -1
- oci/nosql/models/create_index_details.py +1 -1
- oci/nosql/models/create_replica_details.py +1 -1
- oci/nosql/models/create_table_details.py +1 -1
- oci/nosql/models/delete_row_result.py +1 -1
- oci/nosql/models/identity.py +1 -1
- oci/nosql/models/index.py +1 -1
- oci/nosql/models/index_collection.py +1 -1
- oci/nosql/models/index_key.py +1 -1
- oci/nosql/models/index_summary.py +1 -1
- oci/nosql/models/prepared_statement.py +1 -1
- oci/nosql/models/query_details.py +1 -1
- oci/nosql/models/query_result_collection.py +1 -1
- oci/nosql/models/replica.py +1 -1
- oci/nosql/models/request_usage.py +1 -1
- oci/nosql/models/row.py +1 -1
- oci/nosql/models/schema.py +1 -1
- oci/nosql/models/statement_summary.py +1 -1
- oci/nosql/models/table.py +1 -1
- oci/nosql/models/table_collection.py +1 -1
- oci/nosql/models/table_limits.py +1 -1
- oci/nosql/models/table_summary.py +1 -1
- oci/nosql/models/table_usage_collection.py +1 -1
- oci/nosql/models/table_usage_summary.py +1 -1
- oci/nosql/models/update_row_details.py +1 -1
- oci/nosql/models/update_row_result.py +1 -1
- oci/nosql/models/update_table_details.py +1 -1
- oci/nosql/models/work_request.py +1 -1
- oci/nosql/models/work_request_collection.py +1 -1
- oci/nosql/models/work_request_error.py +1 -1
- oci/nosql/models/work_request_error_collection.py +1 -1
- oci/nosql/models/work_request_log_entry.py +1 -1
- oci/nosql/models/work_request_log_entry_collection.py +1 -1
- oci/nosql/models/work_request_resource.py +1 -1
- oci/nosql/models/work_request_summary.py +1 -1
- oci/nosql/nosql_client.py +25 -25
- oci/nosql/nosql_client_composite_operations.py +1 -1
- oci/object_storage/__init__.py +1 -1
- oci/object_storage/models/__init__.py +1 -1
- oci/object_storage/models/bucket.py +1 -1
- oci/object_storage/models/bucket_summary.py +1 -1
- oci/object_storage/models/commit_multipart_upload_details.py +1 -1
- oci/object_storage/models/commit_multipart_upload_part_details.py +1 -1
- oci/object_storage/models/copy_object_details.py +1 -1
- oci/object_storage/models/create_bucket_details.py +1 -1
- oci/object_storage/models/create_multipart_upload_details.py +1 -1
- oci/object_storage/models/create_preauthenticated_request_details.py +1 -1
- oci/object_storage/models/create_replication_policy_details.py +1 -1
- oci/object_storage/models/create_retention_rule_details.py +1 -1
- oci/object_storage/models/duration.py +1 -1
- oci/object_storage/models/list_objects.py +1 -1
- oci/object_storage/models/multipart_upload.py +1 -1
- oci/object_storage/models/multipart_upload_part_summary.py +1 -1
- oci/object_storage/models/namespace_metadata.py +1 -1
- oci/object_storage/models/object_lifecycle_policy.py +1 -1
- oci/object_storage/models/object_lifecycle_rule.py +1 -1
- oci/object_storage/models/object_name_filter.py +1 -1
- oci/object_storage/models/object_summary.py +1 -1
- oci/object_storage/models/object_version_collection.py +1 -1
- oci/object_storage/models/object_version_summary.py +1 -1
- oci/object_storage/models/pattern_details.py +1 -1
- oci/object_storage/models/preauthenticated_request.py +1 -1
- oci/object_storage/models/preauthenticated_request_summary.py +1 -1
- oci/object_storage/models/put_object_lifecycle_policy_details.py +1 -1
- oci/object_storage/models/reencrypt_object_details.py +1 -1
- oci/object_storage/models/rename_object_details.py +1 -1
- oci/object_storage/models/replication_policy.py +1 -1
- oci/object_storage/models/replication_policy_summary.py +1 -1
- oci/object_storage/models/replication_source.py +1 -1
- oci/object_storage/models/restore_objects_details.py +1 -1
- oci/object_storage/models/retention_rule.py +1 -1
- oci/object_storage/models/retention_rule_collection.py +1 -1
- oci/object_storage/models/retention_rule_details.py +1 -1
- oci/object_storage/models/retention_rule_summary.py +1 -1
- oci/object_storage/models/sse_customer_key_details.py +1 -1
- oci/object_storage/models/update_bucket_details.py +1 -1
- oci/object_storage/models/update_namespace_metadata_details.py +1 -1
- oci/object_storage/models/update_object_storage_tier_details.py +1 -1
- oci/object_storage/models/update_retention_rule_details.py +1 -1
- oci/object_storage/models/work_request.py +1 -1
- oci/object_storage/models/work_request_error.py +1 -1
- oci/object_storage/models/work_request_log_entry.py +1 -1
- oci/object_storage/models/work_request_resource.py +1 -1
- oci/object_storage/models/work_request_summary.py +1 -1
- oci/object_storage/object_storage_client.py +51 -51
- oci/object_storage/object_storage_client_composite_operations.py +1 -1
- oci/object_storage/transfer/__init__.py +1 -1
- oci/object_storage/transfer/constants.py +1 -1
- oci/object_storage/transfer/internal/__init__.py +1 -1
- oci/object_storage/transfer/internal/buffered_part_reader.py +1 -1
- oci/object_storage/transfer/internal/file_read_callback_stream.py +1 -1
- oci/object_storage/transfer/internal/md5.py +1 -1
- oci/object_storage/transfer/internal/multipart_object_assembler.py +1 -1
- oci/object_storage/transfer/upload_manager.py +1 -1
- oci/oce/__init__.py +1 -1
- oci/oce/models/__init__.py +1 -1
- oci/oce/models/change_oce_instance_compartment_details.py +1 -1
- oci/oce/models/create_oce_instance_details.py +1 -1
- oci/oce/models/delete_oce_instance_details.py +1 -1
- oci/oce/models/identity_stripe_details.py +1 -1
- oci/oce/models/oce_instance.py +1 -1
- oci/oce/models/oce_instance_summary.py +1 -1
- oci/oce/models/update_oce_instance_details.py +1 -1
- oci/oce/models/work_request.py +1 -1
- oci/oce/models/work_request_error.py +1 -1
- oci/oce/models/work_request_log_entry.py +1 -1
- oci/oce/models/work_request_resource.py +1 -1
- oci/oce/models/workflow_monitor.py +1 -1
- oci/oce/models/workflow_step.py +1 -1
- oci/oce/oce_instance_client.py +11 -11
- oci/oce/oce_instance_client_composite_operations.py +1 -1
- oci/oci_control_center/__init__.py +1 -1
- oci/oci_control_center/models/__init__.py +1 -1
- oci/oci_control_center/models/dimension_value.py +1 -1
- oci/oci_control_center/models/metric_property_collection.py +1 -1
- oci/oci_control_center/models/metric_property_summary.py +1 -1
- oci/oci_control_center/models/namespace_collection.py +1 -1
- oci/oci_control_center/models/namespace_summary.py +1 -1
- oci/oci_control_center/models/request_summarized_metric_data_details.py +1 -1
- oci/oci_control_center/models/summarized_metric_data.py +1 -1
- oci/oci_control_center/models/summarized_metric_data_collection.py +1 -1
- oci/oci_control_center/occ_metrics_client.py +4 -4
- oci/oci_control_center/occ_metrics_client_composite_operations.py +1 -1
- oci/ocvp/__init__.py +1 -1
- oci/ocvp/cluster_client.py +6 -6
- oci/ocvp/cluster_client_composite_operations.py +1 -1
- oci/ocvp/esxi_host_client.py +9 -9
- oci/ocvp/esxi_host_client_composite_operations.py +1 -1
- oci/ocvp/models/__init__.py +1 -1
- oci/ocvp/models/change_sddc_compartment_details.py +1 -1
- oci/ocvp/models/cluster.py +1 -1
- oci/ocvp/models/cluster_collection.py +1 -1
- oci/ocvp/models/cluster_summary.py +1 -1
- oci/ocvp/models/create_cluster_details.py +1 -1
- oci/ocvp/models/create_esxi_host_details.py +1 -1
- oci/ocvp/models/create_sddc_details.py +1 -1
- oci/ocvp/models/datastore_details.py +1 -1
- oci/ocvp/models/datastore_info.py +1 -1
- oci/ocvp/models/datastore_summary.py +1 -1
- oci/ocvp/models/downgrade_hcx_details.py +1 -1
- oci/ocvp/models/esxi_host.py +1 -1
- oci/ocvp/models/esxi_host_collection.py +1 -1
- oci/ocvp/models/esxi_host_summary.py +1 -1
- oci/ocvp/models/hcx_license_summary.py +1 -1
- oci/ocvp/models/initial_cluster_configuration.py +1 -1
- oci/ocvp/models/initial_configuration.py +1 -1
- oci/ocvp/models/network_configuration.py +1 -1
- oci/ocvp/models/replace_host_details.py +1 -1
- oci/ocvp/models/sddc.py +1 -1
- oci/ocvp/models/sddc_collection.py +1 -1
- oci/ocvp/models/sddc_password.py +1 -1
- oci/ocvp/models/sddc_summary.py +1 -1
- oci/ocvp/models/supported_commitment_summary.py +1 -1
- oci/ocvp/models/supported_commitment_summary_collection.py +1 -1
- oci/ocvp/models/supported_esxi_software_version_summary.py +1 -1
- oci/ocvp/models/supported_host_shape_collection.py +1 -1
- oci/ocvp/models/supported_host_shape_summary.py +1 -1
- oci/ocvp/models/supported_sku_summary.py +1 -1
- oci/ocvp/models/supported_sku_summary_collection.py +1 -1
- oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
- oci/ocvp/models/supported_vmware_software_version_summary.py +1 -1
- oci/ocvp/models/update_cluster_details.py +1 -1
- oci/ocvp/models/update_esxi_host_details.py +1 -1
- oci/ocvp/models/update_sddc_details.py +1 -1
- oci/ocvp/models/vsphere_license.py +1 -1
- oci/ocvp/models/vsphere_upgrade_object.py +1 -1
- oci/ocvp/models/work_request.py +1 -1
- oci/ocvp/models/work_request_collection.py +1 -1
- oci/ocvp/models/work_request_error.py +1 -1
- oci/ocvp/models/work_request_error_collection.py +1 -1
- oci/ocvp/models/work_request_log_entry.py +1 -1
- oci/ocvp/models/work_request_log_entry_collection.py +1 -1
- oci/ocvp/models/work_request_resource.py +1 -1
- oci/ocvp/sddc_client.py +15 -15
- oci/ocvp/sddc_client_composite_operations.py +1 -1
- oci/ocvp/work_request_client.py +5 -5
- oci/ocvp/work_request_client_composite_operations.py +1 -1
- oci/oda/__init__.py +1 -1
- oci/oda/management_client.py +57 -57
- oci/oda/management_client_composite_operations.py +1 -1
- oci/oda/models/__init__.py +1 -1
- oci/oda/models/android_channel.py +1 -1
- oci/oda/models/app_event_channel.py +1 -1
- oci/oda/models/application_channel.py +1 -1
- oci/oda/models/authentication_provider.py +1 -1
- oci/oda/models/authentication_provider_collection.py +1 -1
- oci/oda/models/authentication_provider_summary.py +1 -1
- oci/oda/models/bot.py +1 -1
- oci/oda/models/change_oda_instance_compartment_details.py +1 -1
- oci/oda/models/change_oda_private_endpoint_compartment_details.py +1 -1
- oci/oda/models/channel.py +1 -1
- oci/oda/models/channel_collection.py +1 -1
- oci/oda/models/channel_summary.py +1 -1
- oci/oda/models/clone_digital_assistant_details.py +1 -1
- oci/oda/models/clone_skill_details.py +1 -1
- oci/oda/models/configure_digital_assistant_parameters_details.py +1 -1
- oci/oda/models/cortana_channel.py +1 -1
- oci/oda/models/create_android_channel_details.py +1 -1
- oci/oda/models/create_android_channel_result.py +1 -1
- oci/oda/models/create_app_event_channel_details.py +1 -1
- oci/oda/models/create_app_event_channel_result.py +1 -1
- oci/oda/models/create_application_channel_details.py +1 -1
- oci/oda/models/create_application_channel_result.py +1 -1
- oci/oda/models/create_authentication_provider_details.py +1 -1
- oci/oda/models/create_channel_details.py +1 -1
- oci/oda/models/create_channel_result.py +1 -1
- oci/oda/models/create_cortana_channel_details.py +1 -1
- oci/oda/models/create_cortana_channel_result.py +1 -1
- oci/oda/models/create_digital_assistant_details.py +1 -1
- oci/oda/models/create_digital_assistant_version_details.py +1 -1
- oci/oda/models/create_facebook_channel_details.py +1 -1
- oci/oda/models/create_facebook_channel_result.py +1 -1
- oci/oda/models/create_imported_package_details.py +1 -1
- oci/oda/models/create_ios_channel_details.py +1 -1
- oci/oda/models/create_ios_channel_result.py +1 -1
- oci/oda/models/create_ms_teams_channel_details.py +1 -1
- oci/oda/models/create_ms_teams_channel_result.py +1 -1
- oci/oda/models/create_new_digital_assistant_details.py +1 -1
- oci/oda/models/create_new_skill_details.py +1 -1
- oci/oda/models/create_oda_instance_attachment_details.py +1 -1
- oci/oda/models/create_oda_instance_details.py +1 -1
- oci/oda/models/create_oda_private_endpoint_attachment_details.py +1 -1
- oci/oda/models/create_oda_private_endpoint_details.py +1 -1
- oci/oda/models/create_oda_private_endpoint_scan_proxy_details.py +1 -1
- oci/oda/models/create_oss_channel_details.py +1 -1
- oci/oda/models/create_oss_channel_result.py +1 -1
- oci/oda/models/create_osvc_channel_details.py +1 -1
- oci/oda/models/create_osvc_channel_result.py +1 -1
- oci/oda/models/create_service_cloud_channel_details.py +1 -1
- oci/oda/models/create_service_cloud_channel_result.py +1 -1
- oci/oda/models/create_skill_details.py +1 -1
- oci/oda/models/create_skill_parameter_details.py +1 -1
- oci/oda/models/create_skill_version_details.py +1 -1
- oci/oda/models/create_slack_channel_details.py +1 -1
- oci/oda/models/create_slack_channel_result.py +1 -1
- oci/oda/models/create_test_channel_result.py +1 -1
- oci/oda/models/create_translator_details.py +1 -1
- oci/oda/models/create_twilio_channel_details.py +1 -1
- oci/oda/models/create_twilio_channel_result.py +1 -1
- oci/oda/models/create_web_channel_details.py +1 -1
- oci/oda/models/create_web_channel_result.py +1 -1
- oci/oda/models/create_webhook_channel_details.py +1 -1
- oci/oda/models/create_webhook_channel_result.py +1 -1
- oci/oda/models/default_parameter_values.py +1 -1
- oci/oda/models/digital_assistant.py +1 -1
- oci/oda/models/digital_assistant_collection.py +1 -1
- oci/oda/models/digital_assistant_parameter.py +1 -1
- oci/oda/models/digital_assistant_parameter_collection.py +1 -1
- oci/oda/models/digital_assistant_parameter_summary.py +1 -1
- oci/oda/models/digital_assistant_parameter_value.py +1 -1
- oci/oda/models/digital_assistant_summary.py +1 -1
- oci/oda/models/error_body.py +1 -1
- oci/oda/models/export_bot_details.py +1 -1
- oci/oda/models/export_digital_assistant_details.py +1 -1
- oci/oda/models/export_skill_details.py +1 -1
- oci/oda/models/extend_digital_assistant_details.py +1 -1
- oci/oda/models/extend_skill_details.py +1 -1
- oci/oda/models/facebook_channel.py +1 -1
- oci/oda/models/import_bot_details.py +1 -1
- oci/oda/models/import_contract.py +1 -1
- oci/oda/models/imported_package.py +1 -1
- oci/oda/models/imported_package_summary.py +1 -1
- oci/oda/models/ios_channel.py +1 -1
- oci/oda/models/metadata_property.py +1 -1
- oci/oda/models/ms_teams_channel.py +1 -1
- oci/oda/models/oda_instance.py +1 -1
- oci/oda/models/oda_instance_attachment.py +1 -1
- oci/oda/models/oda_instance_attachment_collection.py +1 -1
- oci/oda/models/oda_instance_attachment_owner.py +1 -1
- oci/oda/models/oda_instance_attachment_summary.py +1 -1
- oci/oda/models/oda_instance_owner.py +1 -1
- oci/oda/models/oda_instance_summary.py +1 -1
- oci/oda/models/oda_private_endpoint.py +1 -1
- oci/oda/models/oda_private_endpoint_attachment.py +1 -1
- oci/oda/models/oda_private_endpoint_attachment_collection.py +1 -1
- oci/oda/models/oda_private_endpoint_attachment_summary.py +1 -1
- oci/oda/models/oda_private_endpoint_collection.py +1 -1
- oci/oda/models/oda_private_endpoint_scan_proxy.py +1 -1
- oci/oda/models/oda_private_endpoint_scan_proxy_collection.py +1 -1
- oci/oda/models/oda_private_endpoint_scan_proxy_summary.py +1 -1
- oci/oda/models/oda_private_endpoint_summary.py +1 -1
- oci/oda/models/oss_channel.py +1 -1
- oci/oda/models/osvc_channel.py +1 -1
- oci/oda/models/package.py +1 -1
- oci/oda/models/package_summary.py +1 -1
- oci/oda/models/parameter.py +1 -1
- oci/oda/models/parameter_definition.py +1 -1
- oci/oda/models/resource_type_default_parameter_values.py +1 -1
- oci/oda/models/resource_type_import_contract.py +1 -1
- oci/oda/models/resource_type_metadata.py +1 -1
- oci/oda/models/restricted_operation.py +1 -1
- oci/oda/models/scan_listener_info.py +1 -1
- oci/oda/models/service_cloud_channel.py +1 -1
- oci/oda/models/skill.py +1 -1
- oci/oda/models/skill_collection.py +1 -1
- oci/oda/models/skill_parameter.py +1 -1
- oci/oda/models/skill_parameter_collection.py +1 -1
- oci/oda/models/skill_parameter_summary.py +1 -1
- oci/oda/models/skill_summary.py +1 -1
- oci/oda/models/slack_channel.py +1 -1
- oci/oda/models/storage_location.py +1 -1
- oci/oda/models/test_channel.py +1 -1
- oci/oda/models/translator.py +1 -1
- oci/oda/models/translator_collection.py +1 -1
- oci/oda/models/translator_summary.py +1 -1
- oci/oda/models/twilio_channel.py +1 -1
- oci/oda/models/update_android_channel_details.py +1 -1
- oci/oda/models/update_app_event_channel_details.py +1 -1
- oci/oda/models/update_application_channel_details.py +1 -1
- oci/oda/models/update_authentication_provider_details.py +1 -1
- oci/oda/models/update_channel_details.py +1 -1
- oci/oda/models/update_cortana_channel_details.py +1 -1
- oci/oda/models/update_digital_assistant_details.py +1 -1
- oci/oda/models/update_digital_assistant_parameter_details.py +1 -1
- oci/oda/models/update_facebook_channel_details.py +1 -1
- oci/oda/models/update_imported_package_details.py +1 -1
- oci/oda/models/update_ios_channel_details.py +1 -1
- oci/oda/models/update_ms_teams_channel_details.py +1 -1
- oci/oda/models/update_oda_instance_attachment_details.py +1 -1
- oci/oda/models/update_oda_instance_details.py +1 -1
- oci/oda/models/update_oda_private_endpoint_details.py +1 -1
- oci/oda/models/update_oss_channel_details.py +1 -1
- oci/oda/models/update_osvc_channel_details.py +1 -1
- oci/oda/models/update_service_cloud_channel_details.py +1 -1
- oci/oda/models/update_skill_details.py +1 -1
- oci/oda/models/update_skill_parameter_details.py +1 -1
- oci/oda/models/update_slack_channel_details.py +1 -1
- oci/oda/models/update_translator_details.py +1 -1
- oci/oda/models/update_twilio_channel_details.py +1 -1
- oci/oda/models/update_web_channel_details.py +1 -1
- oci/oda/models/update_webhook_channel_details.py +1 -1
- oci/oda/models/web_channel.py +1 -1
- oci/oda/models/webhook_channel.py +1 -1
- oci/oda/models/work_request.py +1 -1
- oci/oda/models/work_request_error.py +1 -1
- oci/oda/models/work_request_log_entry.py +1 -1
- oci/oda/models/work_request_resource.py +1 -1
- oci/oda/models/work_request_summary.py +1 -1
- oci/oda/oda_client.py +18 -18
- oci/oda/oda_client_composite_operations.py +1 -1
- oci/oda/odapackage_client.py +8 -8
- oci/oda/odapackage_client_composite_operations.py +1 -1
- oci/onesubscription/__init__.py +1 -1
- oci/onesubscription/billing_schedule_client.py +2 -2
- oci/onesubscription/billing_schedule_client_composite_operations.py +1 -1
- oci/onesubscription/commitment_client.py +3 -3
- oci/onesubscription/commitment_client_composite_operations.py +1 -1
- oci/onesubscription/computed_usage_client.py +4 -4
- oci/onesubscription/computed_usage_client_composite_operations.py +1 -1
- oci/onesubscription/invoice_summary_client.py +3 -3
- oci/onesubscription/invoice_summary_client_composite_operations.py +1 -1
- oci/onesubscription/models/__init__.py +1 -1
- oci/onesubscription/models/aggregated_computed_usage_summary.py +1 -1
- oci/onesubscription/models/billing_schedule_product.py +1 -1
- oci/onesubscription/models/billing_schedule_summary.py +1 -1
- oci/onesubscription/models/commitment.py +1 -1
- oci/onesubscription/models/commitment_service.py +1 -1
- oci/onesubscription/models/commitment_summary.py +1 -1
- oci/onesubscription/models/computed_usage.py +1 -1
- oci/onesubscription/models/computed_usage_aggregation.py +1 -1
- oci/onesubscription/models/computed_usage_product.py +1 -1
- oci/onesubscription/models/computed_usage_summary.py +1 -1
- oci/onesubscription/models/invoice_line_summary.py +1 -1
- oci/onesubscription/models/invoice_summary.py +1 -1
- oci/onesubscription/models/invoiceline_computed_usage_summary.py +1 -1
- oci/onesubscription/models/invoicing_address.py +1 -1
- oci/onesubscription/models/invoicing_business_partner.py +1 -1
- oci/onesubscription/models/invoicing_currency.py +1 -1
- oci/onesubscription/models/invoicing_location.py +1 -1
- oci/onesubscription/models/invoicing_organization.py +1 -1
- oci/onesubscription/models/invoicing_payment_term.py +1 -1
- oci/onesubscription/models/invoicing_product.py +1 -1
- oci/onesubscription/models/invoicing_user.py +1 -1
- oci/onesubscription/models/organization_subscription_summary.py +1 -1
- oci/onesubscription/models/orgnization_subs_currency.py +1 -1
- oci/onesubscription/models/rate_card_product.py +1 -1
- oci/onesubscription/models/rate_card_summary.py +1 -1
- oci/onesubscription/models/rate_card_tier.py +1 -1
- oci/onesubscription/models/subscribed_service.py +1 -1
- oci/onesubscription/models/subscribed_service_address.py +1 -1
- oci/onesubscription/models/subscribed_service_business_partner.py +1 -1
- oci/onesubscription/models/subscribed_service_location.py +1 -1
- oci/onesubscription/models/subscribed_service_payment_term.py +1 -1
- oci/onesubscription/models/subscribed_service_summary.py +1 -1
- oci/onesubscription/models/subscribed_service_user.py +1 -1
- oci/onesubscription/models/subscription_currency.py +1 -1
- oci/onesubscription/models/subscription_product.py +1 -1
- oci/onesubscription/models/subscription_subscribed_service.py +1 -1
- oci/onesubscription/models/subscription_summary.py +1 -1
- oci/onesubscription/organization_subscription_client.py +2 -2
- oci/onesubscription/organization_subscription_client_composite_operations.py +1 -1
- oci/onesubscription/ratecard_client.py +2 -2
- oci/onesubscription/ratecard_client_composite_operations.py +1 -1
- oci/onesubscription/subscribed_service_client.py +3 -3
- oci/onesubscription/subscribed_service_client_composite_operations.py +1 -1
- oci/onesubscription/subscription_client.py +2 -2
- oci/onesubscription/subscription_client_composite_operations.py +1 -1
- oci/ons/__init__.py +1 -1
- oci/ons/models/__init__.py +1 -1
- oci/ons/models/backoff_retry_policy.py +1 -1
- oci/ons/models/change_compartment_details.py +1 -1
- oci/ons/models/confirmation_result.py +1 -1
- oci/ons/models/create_subscription_details.py +1 -1
- oci/ons/models/create_topic_details.py +1 -1
- oci/ons/models/delivery_policy.py +1 -1
- oci/ons/models/message_details.py +1 -1
- oci/ons/models/notification_topic.py +1 -1
- oci/ons/models/notification_topic_summary.py +1 -1
- oci/ons/models/publish_result.py +1 -1
- oci/ons/models/subscription.py +1 -1
- oci/ons/models/subscription_summary.py +1 -1
- oci/ons/models/topic_attributes_details.py +1 -1
- oci/ons/models/update_subscription_details.py +1 -1
- oci/ons/notification_control_plane_client.py +7 -7
- oci/ons/notification_control_plane_client_composite_operations.py +1 -1
- oci/ons/notification_data_plane_client.py +11 -11
- oci/ons/notification_data_plane_client_composite_operations.py +1 -1
- oci/opa/__init__.py +1 -1
- oci/opa/models/__init__.py +1 -1
- oci/opa/models/attachment_details.py +1 -1
- oci/opa/models/change_opa_instance_compartment_details.py +1 -1
- oci/opa/models/create_opa_instance_details.py +1 -1
- oci/opa/models/opa_instance.py +1 -1
- oci/opa/models/opa_instance_collection.py +1 -1
- oci/opa/models/opa_instance_summary.py +1 -1
- oci/opa/models/update_opa_instance_details.py +1 -1
- oci/opa/models/work_request.py +1 -1
- oci/opa/models/work_request_error.py +1 -1
- oci/opa/models/work_request_error_collection.py +1 -1
- oci/opa/models/work_request_log_entry.py +1 -1
- oci/opa/models/work_request_log_entry_collection.py +1 -1
- oci/opa/models/work_request_resource.py +1 -1
- oci/opa/models/work_request_summary.py +1 -1
- oci/opa/models/work_request_summary_collection.py +1 -1
- oci/opa/opa_instance_client.py +12 -12
- oci/opa/opa_instance_client_composite_operations.py +1 -1
- oci/opensearch/__init__.py +1 -1
- oci/opensearch/models/__init__.py +1 -1
- oci/opensearch/models/backup_event_details.py +1 -1
- oci/opensearch/models/backup_opensearch_cluster_details.py +1 -1
- oci/opensearch/models/change_opensearch_cluster_backup_compartment_details.py +1 -1
- oci/opensearch/models/change_opensearch_cluster_compartment_details.py +1 -1
- oci/opensearch/models/create_opensearch_cluster_details.py +1 -1
- oci/opensearch/models/export_opensearch_cluster_backup_details.py +1 -1
- oci/opensearch/models/get_manifest_response.py +1 -1
- oci/opensearch/models/opensearch_cluster.py +1 -1
- oci/opensearch/models/opensearch_cluster_backup.py +1 -1
- oci/opensearch/models/opensearch_cluster_backup_collection.py +1 -1
- oci/opensearch/models/opensearch_cluster_backup_summary.py +1 -1
- oci/opensearch/models/opensearch_cluster_collection.py +1 -1
- oci/opensearch/models/opensearch_cluster_summary.py +1 -1
- oci/opensearch/models/opensearch_versions_collection.py +1 -1
- oci/opensearch/models/opensearch_versions_summary.py +1 -1
- oci/opensearch/models/resize_opensearch_cluster_horizontal_details.py +1 -1
- oci/opensearch/models/resize_opensearch_cluster_vertical_details.py +1 -1
- oci/opensearch/models/restore_opensearch_cluster_backup_details.py +1 -1
- oci/opensearch/models/restore_opensearch_cluster_details.py +1 -1
- oci/opensearch/models/update_checkin_details.py +1 -1
- oci/opensearch/models/update_cluster_hardened_image_details.py +1 -1
- oci/opensearch/models/update_cluster_status_details.py +1 -1
- oci/opensearch/models/update_opensearch_cluster_backup_details.py +1 -1
- oci/opensearch/models/update_opensearch_cluster_details.py +1 -1
- oci/opensearch/models/work_request.py +1 -1
- oci/opensearch/models/work_request_collection.py +1 -1
- oci/opensearch/models/work_request_error.py +1 -1
- oci/opensearch/models/work_request_error_collection.py +1 -1
- oci/opensearch/models/work_request_log_entry.py +1 -1
- oci/opensearch/models/work_request_log_entry_collection.py +1 -1
- oci/opensearch/models/work_request_resource.py +1 -1
- oci/opensearch/opensearch_cluster_backup_client.py +5 -5
- oci/opensearch/opensearch_cluster_backup_client_composite_operations.py +1 -1
- oci/opensearch/opensearch_cluster_client.py +15 -15
- oci/opensearch/opensearch_cluster_client_composite_operations.py +1 -1
- oci/operator_access_control/__init__.py +1 -1
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/access_requests_client_composite_operations.py +1 -1
- oci/operator_access_control/models/__init__.py +1 -1
- oci/operator_access_control/models/access_request.py +1 -1
- oci/operator_access_control/models/access_request_collection.py +1 -1
- oci/operator_access_control/models/access_request_history_collection.py +1 -1
- oci/operator_access_control/models/access_request_history_summary.py +1 -1
- oci/operator_access_control/models/access_request_summary.py +1 -1
- oci/operator_access_control/models/approve_access_request_details.py +1 -1
- oci/operator_access_control/models/change_operator_control_assignment_compartment_details.py +1 -1
- oci/operator_access_control/models/change_operator_control_compartment_details.py +1 -1
- oci/operator_access_control/models/create_operator_control_assignment_details.py +1 -1
- oci/operator_access_control/models/create_operator_control_details.py +1 -1
- oci/operator_access_control/models/interaction_collection.py +1 -1
- oci/operator_access_control/models/interaction_request_details.py +1 -1
- oci/operator_access_control/models/interaction_summary.py +1 -1
- oci/operator_access_control/models/operator_action.py +1 -1
- oci/operator_access_control/models/operator_action_collection.py +1 -1
- oci/operator_access_control/models/operator_action_properties.py +1 -1
- oci/operator_access_control/models/operator_action_summary.py +1 -1
- oci/operator_access_control/models/operator_control.py +1 -1
- oci/operator_access_control/models/operator_control_assignment.py +1 -1
- oci/operator_access_control/models/operator_control_assignment_collection.py +1 -1
- oci/operator_access_control/models/operator_control_assignment_summary.py +1 -1
- oci/operator_access_control/models/operator_control_collection.py +1 -1
- oci/operator_access_control/models/operator_control_summary.py +1 -1
- oci/operator_access_control/models/reject_access_request_details.py +1 -1
- oci/operator_access_control/models/review_access_request_details.py +1 -1
- oci/operator_access_control/models/revoke_access_request_details.py +1 -1
- oci/operator_access_control/models/update_operator_control_assignment_details.py +1 -1
- oci/operator_access_control/models/update_operator_control_details.py +1 -1
- oci/operator_access_control/operator_actions_client.py +3 -3
- oci/operator_access_control/operator_actions_client_composite_operations.py +1 -1
- oci/operator_access_control/operator_control_assignment_client.py +7 -7
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +1 -1
- oci/operator_access_control/operator_control_client.py +7 -7
- oci/operator_access_control/operator_control_client_composite_operations.py +1 -1
- oci/opsi/__init__.py +1 -1
- oci/opsi/models/__init__.py +11 -1
- oci/opsi/models/add_em_managed_external_exadata_insight_members_details.py +1 -1
- oci/opsi/models/add_exadata_insight_members_details.py +1 -1
- oci/opsi/models/add_pe_comanaged_exadata_insight_members_details.py +1 -1
- oci/opsi/models/addm_db_collection.py +1 -1
- oci/opsi/models/addm_db_finding_aggregation.py +1 -1
- oci/opsi/models/addm_db_finding_aggregation_collection.py +1 -1
- oci/opsi/models/addm_db_finding_category_collection.py +1 -1
- oci/opsi/models/addm_db_finding_category_summary.py +1 -1
- oci/opsi/models/addm_db_findings_time_series_collection.py +1 -1
- oci/opsi/models/addm_db_findings_time_series_summary.py +1 -1
- oci/opsi/models/addm_db_parameter_aggregation.py +1 -1
- oci/opsi/models/addm_db_parameter_aggregation_collection.py +1 -1
- oci/opsi/models/addm_db_parameter_category_collection.py +1 -1
- oci/opsi/models/addm_db_parameter_category_summary.py +1 -1
- oci/opsi/models/addm_db_parameter_change_aggregation.py +1 -1
- oci/opsi/models/addm_db_parameter_change_aggregation_collection.py +1 -1
- oci/opsi/models/addm_db_recommendation_aggregation.py +1 -1
- oci/opsi/models/addm_db_recommendation_aggregation_collection.py +1 -1
- oci/opsi/models/addm_db_recommendation_category_collection.py +1 -1
- oci/opsi/models/addm_db_recommendation_category_summary.py +1 -1
- oci/opsi/models/addm_db_recommendations_time_series_collection.py +1 -1
- oci/opsi/models/addm_db_recommendations_time_series_summary.py +1 -1
- oci/opsi/models/addm_db_schema_object_collection.py +1 -1
- oci/opsi/models/addm_db_schema_object_summary.py +1 -1
- oci/opsi/models/addm_db_sql_statement_collection.py +1 -1
- oci/opsi/models/addm_db_sql_statement_summary.py +1 -1
- oci/opsi/models/addm_db_summary.py +1 -1
- oci/opsi/models/addm_report.py +1 -1
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/awr_database_collection.py +1 -1
- oci/opsi/models/awr_database_cpu_usage_collection.py +1 -1
- oci/opsi/models/awr_database_cpu_usage_summary.py +1 -1
- oci/opsi/models/awr_database_metric_collection.py +1 -1
- oci/opsi/models/awr_database_metric_summary.py +1 -1
- oci/opsi/models/awr_database_parameter_change_collection.py +1 -1
- oci/opsi/models/awr_database_parameter_change_summary.py +1 -1
- oci/opsi/models/awr_database_parameter_collection.py +1 -1
- oci/opsi/models/awr_database_parameter_summary.py +1 -1
- oci/opsi/models/awr_database_report.py +1 -1
- oci/opsi/models/awr_database_snapshot_collection.py +1 -1
- oci/opsi/models/awr_database_snapshot_range_collection.py +1 -1
- oci/opsi/models/awr_database_snapshot_range_summary.py +1 -1
- oci/opsi/models/awr_database_snapshot_summary.py +1 -1
- oci/opsi/models/awr_database_sql_report.py +1 -1
- oci/opsi/models/awr_database_summary.py +1 -1
- oci/opsi/models/awr_database_sysstat_collection.py +1 -1
- oci/opsi/models/awr_database_sysstat_summary.py +1 -1
- oci/opsi/models/awr_database_top_wait_event_collection.py +1 -1
- oci/opsi/models/awr_database_top_wait_event_summary.py +1 -1
- oci/opsi/models/awr_database_wait_event_bucket_collection.py +1 -1
- oci/opsi/models/awr_database_wait_event_bucket_summary.py +1 -1
- oci/opsi/models/awr_database_wait_event_collection.py +1 -1
- oci/opsi/models/awr_database_wait_event_summary.py +1 -1
- oci/opsi/models/awr_hub.py +1 -1
- oci/opsi/models/awr_hub_objects.py +1 -1
- oci/opsi/models/awr_hub_source.py +1 -1
- oci/opsi/models/awr_hub_source_summary.py +1 -1
- oci/opsi/models/awr_hub_source_summary_collection.py +1 -1
- oci/opsi/models/awr_hub_sources.py +1 -1
- oci/opsi/models/awr_hub_summary.py +1 -1
- oci/opsi/models/awr_hub_summary_collection.py +1 -1
- oci/opsi/models/awr_hubs.py +1 -1
- oci/opsi/models/awr_query_result.py +1 -1
- oci/opsi/models/awr_report.py +1 -1
- oci/opsi/models/awr_snapshot_collection.py +1 -1
- oci/opsi/models/awr_snapshot_summary.py +1 -1
- oci/opsi/models/awr_source_summary.py +1 -1
- oci/opsi/models/basic_configuration_item_metadata.py +1 -1
- oci/opsi/models/basic_configuration_item_summary.py +1 -1
- oci/opsi/models/change_autonomous_database_insight_advanced_features_details.py +1 -1
- oci/opsi/models/change_awr_hub_source_compartment_details.py +1 -1
- oci/opsi/models/change_database_insight_compartment_details.py +1 -1
- oci/opsi/models/change_enterprise_manager_bridge_compartment_details.py +1 -1
- oci/opsi/models/change_exadata_insight_compartment_details.py +1 -1
- oci/opsi/models/change_host_insight_compartment_details.py +1 -1
- oci/opsi/models/change_news_report_compartment_details.py +1 -1
- oci/opsi/models/change_operations_insights_private_endpoint_compartment_details.py +1 -1
- oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +1 -1
- oci/opsi/models/change_opsi_configuration_compartment_details.py +1 -1
- oci/opsi/models/change_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/cloud_importable_compute_entity_summary.py +10 -6
- oci/opsi/models/configuration_item_allowed_value_details.py +1 -1
- oci/opsi/models/configuration_item_free_text_allowed_value_details.py +1 -1
- oci/opsi/models/configuration_item_limit_allowed_value_details.py +1 -1
- oci/opsi/models/configuration_item_metadata.py +1 -1
- oci/opsi/models/configuration_item_pick_allowed_value_details.py +1 -1
- oci/opsi/models/configuration_item_summary.py +1 -1
- oci/opsi/models/configuration_item_unit_details.py +1 -1
- oci/opsi/models/configuration_items_collection.py +1 -1
- oci/opsi/models/connection_details.py +1 -1
- oci/opsi/models/create_awr_hub_details.py +1 -1
- oci/opsi/models/create_awr_hub_source_details.py +1 -1
- oci/opsi/models/create_basic_configuration_item_details.py +1 -1
- oci/opsi/models/create_configuration_item_details.py +1 -1
- oci/opsi/models/create_database_insight_details.py +1 -1
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_em_managed_external_exadata_insight_details.py +1 -1
- oci/opsi/models/create_em_managed_external_exadata_member_entity_details.py +1 -1
- oci/opsi/models/create_em_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/create_enterprise_manager_bridge_details.py +1 -1
- oci/opsi/models/create_exadata_insight_details.py +1 -1
- oci/opsi/models/create_host_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_cloud_host_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/create_news_report_details.py +1 -1
- oci/opsi/models/create_operations_insights_private_endpoint_details.py +1 -1
- oci/opsi/models/create_operations_insights_warehouse_details.py +1 -1
- oci/opsi/models/create_operations_insights_warehouse_user_details.py +1 -1
- oci/opsi/models/create_opsi_configuration_details.py +1 -1
- oci/opsi/models/create_opsi_ux_configuration_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py +1 -1
- oci/opsi/models/credential_by_vault.py +1 -1
- oci/opsi/models/credential_details.py +1 -1
- oci/opsi/models/credentials_by_source.py +1 -1
- oci/opsi/models/data_object_bind_parameter.py +1 -1
- oci/opsi/models/data_object_column_metadata.py +1 -1
- oci/opsi/models/data_object_column_unit.py +1 -1
- oci/opsi/models/data_object_core_column_unit.py +1 -1
- oci/opsi/models/data_object_custom_column_unit.py +1 -1
- oci/opsi/models/data_object_data_size_column_unit.py +1 -1
- oci/opsi/models/data_object_frequency_column_unit.py +1 -1
- oci/opsi/models/data_object_other_standard_column_unit.py +1 -1
- oci/opsi/models/data_object_power_column_unit.py +1 -1
- oci/opsi/models/data_object_query.py +1 -1
- oci/opsi/models/data_object_query_time_filters.py +1 -1
- oci/opsi/models/data_object_rate_column_unit.py +1 -1
- oci/opsi/models/data_object_standard_query.py +1 -1
- oci/opsi/models/data_object_temperature_column_unit.py +1 -1
- oci/opsi/models/data_object_templatized_query.py +1 -1
- oci/opsi/models/data_object_time_column_unit.py +1 -1
- oci/opsi/models/database_configuration_collection.py +1 -1
- oci/opsi/models/database_configuration_metric_group.py +1 -1
- oci/opsi/models/database_configuration_summary.py +1 -1
- oci/opsi/models/database_details.py +1 -1
- oci/opsi/models/database_insight.py +1 -1
- oci/opsi/models/database_insight_summary.py +1 -1
- oci/opsi/models/database_insights.py +1 -1
- oci/opsi/models/database_insights_collection.py +1 -1
- oci/opsi/models/database_insights_data_object.py +1 -1
- oci/opsi/models/database_insights_data_object_summary.py +1 -1
- oci/opsi/models/database_parameter_type_details.py +1 -1
- oci/opsi/models/db_external_instance.py +1 -1
- oci/opsi/models/db_external_properties.py +1 -1
- oci/opsi/models/db_parameters.py +1 -1
- oci/opsi/models/dbos_config_instance.py +1 -1
- oci/opsi/models/disk_group_details.py +1 -1
- oci/opsi/models/disk_statistics.py +165 -0
- oci/opsi/models/download_operations_insights_warehouse_wallet_details.py +1 -1
- oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_host_configuration_summary.py +2 -2
- oci/opsi/models/em_managed_external_host_insight.py +10 -6
- oci/opsi/models/em_managed_external_host_insight_summary.py +10 -6
- oci/opsi/models/enable_autonomous_database_insight_advanced_features_details.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +1 -1
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_em_managed_external_exadata_insight_details.py +1 -1
- oci/opsi/models/enable_em_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/enable_exadata_insight_details.py +1 -1
- oci/opsi/models/enable_host_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_cloud_host_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_exadata_insight_details.py +1 -1
- oci/opsi/models/enterprise_manager_bridge.py +1 -1
- oci/opsi/models/enterprise_manager_bridge_collection.py +1 -1
- oci/opsi/models/enterprise_manager_bridge_summary.py +1 -1
- oci/opsi/models/enterprise_manager_bridges.py +1 -1
- oci/opsi/models/exadata_configuration_collection.py +1 -1
- oci/opsi/models/exadata_configuration_summary.py +1 -1
- oci/opsi/models/exadata_database_machine_configuration_summary.py +1 -1
- oci/opsi/models/exadata_database_statistics_summary.py +1 -1
- oci/opsi/models/exadata_details.py +1 -1
- oci/opsi/models/exadata_diskgroup_statistics_summary.py +1 -1
- oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
- oci/opsi/models/exadata_host_statistics_summary.py +1 -1
- oci/opsi/models/exadata_insight.py +1 -1
- oci/opsi/models/exadata_insight_resource_capacity_trend_aggregation.py +1 -1
- oci/opsi/models/exadata_insight_resource_capacity_trend_summary.py +1 -1
- oci/opsi/models/exadata_insight_resource_forecast_trend_summary.py +1 -1
- oci/opsi/models/exadata_insight_resource_insight_utilization_item.py +1 -1
- oci/opsi/models/exadata_insight_resource_statistics.py +1 -1
- oci/opsi/models/exadata_insight_resource_statistics_aggregation.py +1 -1
- oci/opsi/models/exadata_insight_summary.py +1 -1
- oci/opsi/models/exadata_insight_summary_collection.py +1 -1
- oci/opsi/models/exadata_insights.py +1 -1
- oci/opsi/models/exadata_insights_data_object.py +1 -1
- oci/opsi/models/exadata_insights_data_object_summary.py +1 -1
- oci/opsi/models/exadata_member_collection.py +1 -1
- oci/opsi/models/exadata_member_summary.py +1 -1
- oci/opsi/models/exadata_storage_server_statistics_summary.py +1 -1
- oci/opsi/models/historical_data_item.py +1 -1
- oci/opsi/models/host_configuration_collection.py +1 -1
- oci/opsi/models/host_configuration_metric_group.py +1 -1
- oci/opsi/models/host_configuration_summary.py +10 -6
- oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
- oci/opsi/models/host_cpu_recommendations.py +107 -0
- oci/opsi/models/host_cpu_statistics.py +32 -1
- oci/opsi/models/host_cpu_usage.py +1 -1
- oci/opsi/models/host_details.py +10 -6
- oci/opsi/models/host_entities.py +1 -1
- oci/opsi/models/host_filesystem_configuration.py +1 -1
- oci/opsi/models/host_filesystem_usage.py +1 -1
- oci/opsi/models/host_hardware_configuration.py +1 -1
- oci/opsi/models/host_importable_agent_entity_summary.py +10 -6
- oci/opsi/models/host_insight.py +1 -1
- oci/opsi/models/host_insight_host_recommendations.py +101 -0
- oci/opsi/models/host_insight_resource_statistics_aggregation.py +1 -1
- oci/opsi/models/host_insight_summary.py +1 -1
- oci/opsi/models/host_insight_summary_collection.py +1 -1
- oci/opsi/models/host_insights.py +1 -1
- oci/opsi/models/host_insights_data_object.py +1 -1
- oci/opsi/models/host_insights_data_object_summary.py +1 -1
- oci/opsi/models/host_instance_map.py +1 -1
- oci/opsi/models/host_memory_configuration.py +1 -1
- oci/opsi/models/host_memory_statistics.py +1 -1
- oci/opsi/models/host_memory_usage.py +1 -1
- oci/opsi/models/host_network_activity_summary.py +1 -1
- oci/opsi/models/host_network_configuration.py +1 -1
- oci/opsi/models/host_network_statistics.py +1 -1
- oci/opsi/models/host_performance_metric_group.py +1 -1
- oci/opsi/models/host_product.py +1 -1
- oci/opsi/models/host_resource_allocation.py +1 -1
- oci/opsi/models/host_resource_capacity_trend_aggregation.py +1 -1
- oci/opsi/models/host_resource_statistics.py +1 -1
- oci/opsi/models/host_storage_statistics.py +1 -1
- oci/opsi/models/host_top_processes.py +1 -1
- oci/opsi/models/hosted_entity_collection.py +1 -1
- oci/opsi/models/hosted_entity_summary.py +1 -1
- oci/opsi/models/importable_agent_entity_summary.py +1 -1
- oci/opsi/models/importable_agent_entity_summary_collection.py +1 -1
- oci/opsi/models/importable_compute_entity_summary.py +1 -1
- oci/opsi/models/importable_compute_entity_summary_collection.py +1 -1
- oci/opsi/models/importable_enterprise_manager_entity.py +1 -1
- oci/opsi/models/importable_enterprise_manager_entity_collection.py +1 -1
- oci/opsi/models/individual_opsi_data_object_details_in_query.py +1 -1
- oci/opsi/models/ingest_addm_reports_details.py +1 -1
- oci/opsi/models/ingest_addm_reports_response_details.py +1 -1
- oci/opsi/models/ingest_database_configuration_details.py +1 -1
- oci/opsi/models/ingest_database_configuration_response_details.py +1 -1
- oci/opsi/models/ingest_host_configuration_details.py +1 -1
- oci/opsi/models/ingest_host_configuration_response_details.py +1 -1
- oci/opsi/models/ingest_host_metrics_details.py +1 -1
- oci/opsi/models/ingest_host_metrics_response_details.py +1 -1
- oci/opsi/models/ingest_my_sql_sql_text_details.py +1 -1
- oci/opsi/models/ingest_my_sql_sql_text_response_details.py +1 -1
- oci/opsi/models/ingest_sql_bucket_details.py +1 -1
- oci/opsi/models/ingest_sql_bucket_response_details.py +1 -1
- oci/opsi/models/ingest_sql_plan_lines_details.py +1 -1
- oci/opsi/models/ingest_sql_plan_lines_response_details.py +1 -1
- oci/opsi/models/ingest_sql_stats_details.py +1 -1
- oci/opsi/models/ingest_sql_stats_response_details.py +1 -1
- oci/opsi/models/ingest_sql_text_details.py +1 -1
- oci/opsi/models/ingest_sql_text_response_details.py +1 -1
- oci/opsi/models/instance_metrics.py +1 -1
- oci/opsi/models/list_objects.py +1 -1
- oci/opsi/models/macs_managed_cloud_host_configuration_summary.py +2 -2
- oci/opsi/models/macs_managed_cloud_host_insight.py +10 -6
- oci/opsi/models/macs_managed_cloud_host_insight_summary.py +10 -6
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_host_configuration_summary.py +2 -2
- oci/opsi/models/macs_managed_external_host_insight.py +10 -6
- oci/opsi/models/macs_managed_external_host_insight_summary.py +10 -6
- oci/opsi/models/my_sql_sql_text.py +1 -1
- oci/opsi/models/network_usage_trend.py +1 -1
- oci/opsi/models/network_usage_trend_aggregation.py +1 -1
- oci/opsi/models/news_content_types.py +1 -1
- oci/opsi/models/news_report.py +1 -1
- oci/opsi/models/news_report_collection.py +1 -1
- oci/opsi/models/news_report_summary.py +1 -1
- oci/opsi/models/news_reports.py +1 -1
- oci/opsi/models/object_summary.py +1 -1
- oci/opsi/models/operations_insights_private_endpoint.py +1 -1
- oci/opsi/models/operations_insights_private_endpoint_collection.py +1 -1
- oci/opsi/models/operations_insights_private_endpoint_summary.py +1 -1
- oci/opsi/models/operations_insights_warehouse.py +1 -1
- oci/opsi/models/operations_insights_warehouse_summary.py +1 -1
- oci/opsi/models/operations_insights_warehouse_summary_collection.py +1 -1
- oci/opsi/models/operations_insights_warehouse_user.py +1 -1
- oci/opsi/models/operations_insights_warehouse_user_summary.py +1 -1
- oci/opsi/models/operations_insights_warehouse_user_summary_collection.py +1 -1
- oci/opsi/models/operations_insights_warehouse_users.py +1 -1
- oci/opsi/models/operations_insights_warehouses.py +1 -1
- oci/opsi/models/opsi_configuration.py +1 -1
- oci/opsi/models/opsi_configuration_basic_configuration_item_summary.py +1 -1
- oci/opsi/models/opsi_configuration_configuration_item_summary.py +1 -1
- oci/opsi/models/opsi_configuration_summary.py +1 -1
- oci/opsi/models/opsi_configurations.py +1 -1
- oci/opsi/models/opsi_configurations_collection.py +1 -1
- oci/opsi/models/opsi_data_object.py +1 -1
- oci/opsi/models/opsi_data_object_details_in_query.py +1 -1
- oci/opsi/models/opsi_data_object_query_param.py +1 -1
- oci/opsi/models/opsi_data_object_summary.py +1 -1
- oci/opsi/models/opsi_data_object_supported_query_param.py +1 -1
- oci/opsi/models/opsi_data_object_type_opsi_data_object_details_in_query.py +1 -1
- oci/opsi/models/opsi_data_objects.py +1 -1
- oci/opsi/models/opsi_data_objects_collection.py +1 -1
- oci/opsi/models/opsi_ux_configuration.py +1 -1
- oci/opsi/models/opsi_ux_configuration_summary.py +1 -1
- oci/opsi/models/opsi_warehouse_data_objects.py +1 -1
- oci/opsi/models/pe_comanaged_database_connection_details.py +1 -1
- oci/opsi/models/pe_comanaged_database_host_details.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_host_configuration_summary.py +2 -2
- oci/opsi/models/pe_comanaged_host_insight.py +10 -6
- oci/opsi/models/pe_comanaged_host_insight_summary.py +10 -6
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/projected_data_item.py +1 -1
- oci/opsi/models/query_data_object_json_result_set_rows_collection.py +1 -1
- oci/opsi/models/query_data_object_result_set_column_metadata.py +1 -1
- oci/opsi/models/query_data_object_result_set_rows_collection.py +1 -1
- oci/opsi/models/query_opsi_data_object_data_details.py +1 -1
- oci/opsi/models/query_warehouse_data_object_data_details.py +1 -1
- oci/opsi/models/related_object_type_details.py +1 -1
- oci/opsi/models/resource_capacity_trend_aggregation.py +1 -1
- oci/opsi/models/resource_filters.py +1 -1
- oci/opsi/models/resource_insight_current_utilization.py +1 -1
- oci/opsi/models/resource_insight_projected_utilization.py +1 -1
- oci/opsi/models/resource_insight_projected_utilization_item.py +1 -1
- oci/opsi/models/resource_statistics.py +1 -1
- oci/opsi/models/resource_statistics_aggregation.py +1 -1
- oci/opsi/models/resource_usage_summary.py +1 -1
- oci/opsi/models/resource_usage_trend_aggregation.py +1 -1
- oci/opsi/models/schema_object_type_details.py +1 -1
- oci/opsi/models/sql_bucket.py +1 -1
- oci/opsi/models/sql_insight_aggregation.py +1 -1
- oci/opsi/models/sql_insight_aggregation_collection.py +1 -1
- oci/opsi/models/sql_insight_thresholds.py +1 -1
- oci/opsi/models/sql_inventory.py +1 -1
- oci/opsi/models/sql_plan_collection.py +1 -1
- oci/opsi/models/sql_plan_insight_aggregation.py +1 -1
- oci/opsi/models/sql_plan_insight_aggregation_collection.py +1 -1
- oci/opsi/models/sql_plan_insights.py +1 -1
- oci/opsi/models/sql_plan_line.py +1 -1
- oci/opsi/models/sql_plan_summary.py +1 -1
- oci/opsi/models/sql_response_time_distribution_aggregation.py +1 -1
- oci/opsi/models/sql_response_time_distribution_aggregation_collection.py +1 -1
- oci/opsi/models/sql_search_collection.py +1 -1
- oci/opsi/models/sql_search_summary.py +1 -1
- oci/opsi/models/sql_statistic_aggregation.py +1 -1
- oci/opsi/models/sql_statistic_aggregation_collection.py +1 -1
- oci/opsi/models/sql_statistics.py +1 -1
- oci/opsi/models/sql_statistics_time_series.py +1 -1
- oci/opsi/models/sql_statistics_time_series_aggregation.py +1 -1
- oci/opsi/models/sql_statistics_time_series_aggregation_collection.py +1 -1
- oci/opsi/models/sql_statistics_time_series_by_plan_aggregation.py +1 -1
- oci/opsi/models/sql_statistics_time_series_by_plan_aggregation_collection.py +1 -1
- oci/opsi/models/sql_stats.py +1 -1
- oci/opsi/models/sql_text.py +1 -1
- oci/opsi/models/sql_text_collection.py +1 -1
- oci/opsi/models/sql_text_summary.py +1 -1
- oci/opsi/models/sql_type_details.py +1 -1
- oci/opsi/models/storage_server_details.py +1 -1
- oci/opsi/models/storage_usage_trend.py +1 -1
- oci/opsi/models/storage_usage_trend_aggregation.py +1 -1
- oci/opsi/models/summarize_awr_sources_summaries_collection.py +1 -1
- oci/opsi/models/summarize_database_insight_resource_capacity_trend_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_database_insight_resource_forecast_trend_aggregation.py +1 -1
- oci/opsi/models/summarize_database_insight_resource_statistics_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_database_insight_resource_usage_aggregation.py +1 -1
- oci/opsi/models/summarize_database_insight_resource_usage_trend_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_database_insight_resource_utilization_insight_aggregation.py +1 -1
- oci/opsi/models/summarize_database_insight_tablespace_usage_trend_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_exadata_insight_resource_capacity_trend_aggregation.py +1 -1
- oci/opsi/models/summarize_exadata_insight_resource_capacity_trend_collection.py +1 -1
- oci/opsi/models/summarize_exadata_insight_resource_forecast_trend_aggregation.py +1 -1
- oci/opsi/models/summarize_exadata_insight_resource_forecast_trend_collection.py +1 -1
- oci/opsi/models/summarize_exadata_insight_resource_statistics_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_exadata_insight_resource_usage_aggregation.py +1 -1
- oci/opsi/models/summarize_exadata_insight_resource_usage_collection.py +1 -1
- oci/opsi/models/summarize_exadata_insight_resource_utilization_insight_aggregation.py +1 -1
- oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +279 -0
- oci/opsi/models/summarize_host_insight_network_usage_trend_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +1 -1
- oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +1 -1
- oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +1 -1
- oci/opsi/models/summarize_host_insight_storage_usage_trend_aggregation_collection.py +1 -1
- oci/opsi/models/summarize_host_insights_disk_statistics_collection.py +224 -0
- oci/opsi/models/summarize_host_insights_top_processes_usage_collection.py +1 -1
- oci/opsi/models/summarize_host_insights_top_processes_usage_trend_collection.py +1 -1
- oci/opsi/models/summarize_operations_insights_warehouse_resource_usage_aggregation.py +1 -1
- oci/opsi/models/summary_statistics.py +1 -1
- oci/opsi/models/tablespace_usage_trend.py +1 -1
- oci/opsi/models/tablespace_usage_trend_aggregation.py +1 -1
- oci/opsi/models/top_processes_usage.py +1 -1
- oci/opsi/models/top_processes_usage_trend.py +1 -1
- oci/opsi/models/top_processes_usage_trend_aggregation.py +1 -1
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_awr_hub_details.py +1 -1
- oci/opsi/models/update_awr_hub_source_details.py +1 -1
- oci/opsi/models/update_basic_configuration_item_details.py +1 -1
- oci/opsi/models/update_configuration_item_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +1 -1
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_em_managed_external_exadata_insight_details.py +1 -1
- oci/opsi/models/update_em_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/update_enterprise_manager_bridge_details.py +1 -1
- oci/opsi/models/update_exadata_insight_details.py +1 -1
- oci/opsi/models/update_host_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_cloud_host_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/update_news_report_details.py +1 -1
- oci/opsi/models/update_operations_insights_private_endpoint_details.py +1 -1
- oci/opsi/models/update_operations_insights_warehouse_details.py +1 -1
- oci/opsi/models/update_operations_insights_warehouse_user_details.py +1 -1
- oci/opsi/models/update_opsi_configuration_details.py +1 -1
- oci/opsi/models/update_opsi_ux_configuration_details.py +1 -1
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/update_pe_comanaged_exadata_insight_details.py +1 -1
- oci/opsi/models/ux_configuration_items_collection.py +1 -1
- oci/opsi/models/vm_cluster_summary.py +1 -1
- oci/opsi/models/warehouse_data_object_collection.py +1 -1
- oci/opsi/models/warehouse_data_object_details.py +1 -1
- oci/opsi/models/warehouse_data_object_summary.py +1 -1
- oci/opsi/models/warehouse_table_data_object_details.py +1 -1
- oci/opsi/models/warehouse_view_data_object_details.py +1 -1
- oci/opsi/models/work_request.py +1 -1
- oci/opsi/models/work_request_collection.py +1 -1
- oci/opsi/models/work_request_error.py +1 -1
- oci/opsi/models/work_request_error_collection.py +1 -1
- oci/opsi/models/work_request_log_entry.py +1 -1
- oci/opsi/models/work_request_log_entry_collection.py +1 -1
- oci/opsi/models/work_request_resource.py +1 -1
- oci/opsi/models/work_requests.py +1 -1
- oci/opsi/operations_insights_client.py +513 -201
- oci/opsi/operations_insights_client_composite_operations.py +1 -1
- oci/optimizer/__init__.py +1 -1
- oci/optimizer/models/__init__.py +1 -1
- oci/optimizer/models/action.py +1 -1
- oci/optimizer/models/bulk_apply_recommendations_details.py +1 -1
- oci/optimizer/models/bulk_apply_resource_action.py +1 -1
- oci/optimizer/models/category.py +1 -1
- oci/optimizer/models/category_collection.py +1 -1
- oci/optimizer/models/category_summary.py +1 -1
- oci/optimizer/models/create_profile_details.py +1 -1
- oci/optimizer/models/enrollment_status.py +1 -1
- oci/optimizer/models/enrollment_status_collection.py +1 -1
- oci/optimizer/models/enrollment_status_summary.py +1 -1
- oci/optimizer/models/evaluated_metric.py +1 -1
- oci/optimizer/models/history_collection.py +1 -1
- oci/optimizer/models/history_summary.py +1 -1
- oci/optimizer/models/level_configuration.py +1 -1
- oci/optimizer/models/levels_configuration.py +1 -1
- oci/optimizer/models/profile.py +1 -1
- oci/optimizer/models/profile_collection.py +1 -1
- oci/optimizer/models/profile_level_collection.py +1 -1
- oci/optimizer/models/profile_level_summary.py +1 -1
- oci/optimizer/models/profile_summary.py +1 -1
- oci/optimizer/models/query_details.py +1 -1
- oci/optimizer/models/queryable_field_collection.py +1 -1
- oci/optimizer/models/queryable_field_summary.py +1 -1
- oci/optimizer/models/recommendation.py +1 -1
- oci/optimizer/models/recommendation_collection.py +1 -1
- oci/optimizer/models/recommendation_count.py +1 -1
- oci/optimizer/models/recommendation_strategy_collection.py +1 -1
- oci/optimizer/models/recommendation_strategy_summary.py +1 -1
- oci/optimizer/models/recommendation_summary.py +1 -1
- oci/optimizer/models/resource_action.py +1 -1
- oci/optimizer/models/resource_action_collection.py +1 -1
- oci/optimizer/models/resource_action_summary.py +1 -1
- oci/optimizer/models/resource_count.py +1 -1
- oci/optimizer/models/strategy.py +1 -1
- oci/optimizer/models/strategy_parameter.py +1 -1
- oci/optimizer/models/supported_level.py +1 -1
- oci/optimizer/models/supported_levels.py +1 -1
- oci/optimizer/models/target_compartments.py +1 -1
- oci/optimizer/models/target_tag.py +1 -1
- oci/optimizer/models/target_tags.py +1 -1
- oci/optimizer/models/update_enrollment_status_details.py +1 -1
- oci/optimizer/models/update_profile_details.py +1 -1
- oci/optimizer/models/update_recommendation_details.py +1 -1
- oci/optimizer/models/update_resource_action_details.py +1 -1
- oci/optimizer/models/work_request.py +1 -1
- oci/optimizer/models/work_request_collection.py +1 -1
- oci/optimizer/models/work_request_error.py +1 -1
- oci/optimizer/models/work_request_error_collection.py +1 -1
- oci/optimizer/models/work_request_log_entry.py +1 -1
- oci/optimizer/models/work_request_log_entry_collection.py +1 -1
- oci/optimizer/models/work_request_resource.py +1 -1
- oci/optimizer/optimizer_client.py +27 -27
- oci/optimizer/optimizer_client_composite_operations.py +1 -1
- oci/os_management/__init__.py +1 -1
- oci/os_management/event_client.py +9 -9
- oci/os_management/event_client_composite_operations.py +1 -1
- oci/os_management/models/__init__.py +1 -1
- oci/os_management/models/add_packages_to_software_source_details.py +1 -1
- oci/os_management/models/api_error.py +1 -1
- oci/os_management/models/attach_child_software_source_to_managed_instance_details.py +1 -1
- oci/os_management/models/attach_parent_software_source_to_managed_instance_details.py +1 -1
- oci/os_management/models/autonomous_settings.py +1 -1
- oci/os_management/models/available_software_source_summary.py +1 -1
- oci/os_management/models/available_update_summary.py +1 -1
- oci/os_management/models/available_windows_update_summary.py +1 -1
- oci/os_management/models/change_managed_instance_group_compartment_details.py +1 -1
- oci/os_management/models/change_scheduled_job_compartment_details.py +1 -1
- oci/os_management/models/change_software_source_compartment_details.py +1 -1
- oci/os_management/models/crash_event_system_information.py +1 -1
- oci/os_management/models/create_managed_instance_group_details.py +1 -1
- oci/os_management/models/create_scheduled_job_details.py +1 -1
- oci/os_management/models/create_software_source_details.py +1 -1
- oci/os_management/models/detach_child_software_source_from_managed_instance_details.py +1 -1
- oci/os_management/models/detach_parent_software_source_from_managed_instance_details.py +1 -1
- oci/os_management/models/errata_id.py +1 -1
- oci/os_management/models/erratum.py +1 -1
- oci/os_management/models/erratum_summary.py +1 -1
- oci/os_management/models/event.py +1 -1
- oci/os_management/models/event_collection.py +1 -1
- oci/os_management/models/event_content.py +1 -1
- oci/os_management/models/event_report.py +1 -1
- oci/os_management/models/event_summary.py +1 -1
- oci/os_management/models/id.py +1 -1
- oci/os_management/models/installable_package_summary.py +1 -1
- oci/os_management/models/installed_package_summary.py +1 -1
- oci/os_management/models/installed_windows_update_summary.py +1 -1
- oci/os_management/models/kernel_crash_event.py +1 -1
- oci/os_management/models/kernel_oops_event.py +1 -1
- oci/os_management/models/kernel_vm_core_information.py +1 -1
- oci/os_management/models/manage_module_streams_on_managed_instance_details.py +1 -1
- oci/os_management/models/managed_instance.py +1 -1
- oci/os_management/models/managed_instance_group.py +1 -1
- oci/os_management/models/managed_instance_group_summary.py +1 -1
- oci/os_management/models/managed_instance_summary.py +1 -1
- oci/os_management/models/managed_instance_update_details.py +1 -1
- oci/os_management/models/module_stream.py +1 -1
- oci/os_management/models/module_stream_details.py +1 -1
- oci/os_management/models/module_stream_on_managed_instance_summary.py +1 -1
- oci/os_management/models/module_stream_profile.py +1 -1
- oci/os_management/models/module_stream_profile_details.py +1 -1
- oci/os_management/models/module_stream_profile_on_managed_instance_summary.py +1 -1
- oci/os_management/models/module_stream_profile_summary.py +1 -1
- oci/os_management/models/module_stream_summary.py +1 -1
- oci/os_management/models/package_name.py +1 -1
- oci/os_management/models/recurrence.py +1 -1
- oci/os_management/models/related_event_collection.py +1 -1
- oci/os_management/models/related_event_summary.py +1 -1
- oci/os_management/models/remove_packages_from_software_source_details.py +1 -1
- oci/os_management/models/scheduled_job.py +1 -1
- oci/os_management/models/scheduled_job_summary.py +1 -1
- oci/os_management/models/software_package.py +1 -1
- oci/os_management/models/software_package_dependency.py +1 -1
- oci/os_management/models/software_package_file.py +1 -1
- oci/os_management/models/software_package_search_summary.py +1 -1
- oci/os_management/models/software_package_summary.py +1 -1
- oci/os_management/models/software_source.py +1 -1
- oci/os_management/models/software_source_id.py +1 -1
- oci/os_management/models/software_source_summary.py +1 -1
- oci/os_management/models/updatable_package_summary.py +1 -1
- oci/os_management/models/update_event_details.py +1 -1
- oci/os_management/models/update_managed_instance_details.py +1 -1
- oci/os_management/models/update_managed_instance_group_details.py +1 -1
- oci/os_management/models/update_module_details.py +1 -1
- oci/os_management/models/update_module_stream_details.py +1 -1
- oci/os_management/models/update_module_stream_profile_details.py +1 -1
- oci/os_management/models/update_module_stream_state_details.py +1 -1
- oci/os_management/models/update_scheduled_job_details.py +1 -1
- oci/os_management/models/update_software_source_details.py +1 -1
- oci/os_management/models/windows_update.py +1 -1
- oci/os_management/models/windows_update_summary.py +1 -1
- oci/os_management/models/work_request.py +1 -1
- oci/os_management/models/work_request_error.py +1 -1
- oci/os_management/models/work_request_log_entry.py +1 -1
- oci/os_management/models/work_request_resource.py +1 -1
- oci/os_management/models/work_request_summary.py +1 -1
- oci/os_management/os_management_client.py +70 -70
- oci/os_management/os_management_client_composite_operations.py +1 -1
- oci/os_management_hub/__init__.py +1 -1
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/lifecycle_environment_client_composite_operations.py +1 -1
- oci/os_management_hub/managed_instance_client.py +23 -23
- oci/os_management_hub/managed_instance_client_composite_operations.py +1 -1
- oci/os_management_hub/managed_instance_group_client.py +23 -23
- oci/os_management_hub/managed_instance_group_client_composite_operations.py +1 -1
- oci/os_management_hub/management_station_client.py +9 -9
- oci/os_management_hub/management_station_client_composite_operations.py +1 -1
- oci/os_management_hub/models/__init__.py +1 -1
- oci/os_management_hub/models/attach_managed_instances_to_lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/attach_managed_instances_to_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/attach_software_sources_to_managed_instance_details.py +1 -1
- oci/os_management_hub/models/attach_software_sources_to_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/available_package_collection.py +1 -1
- oci/os_management_hub/models/available_package_summary.py +1 -1
- oci/os_management_hub/models/available_software_source_collection.py +1 -1
- oci/os_management_hub/models/available_software_source_summary.py +1 -1
- oci/os_management_hub/models/change_availability_of_software_sources_details.py +1 -1
- oci/os_management_hub/models/create_custom_software_source_details.py +1 -1
- oci/os_management_hub/models/create_entitlement_details.py +1 -1
- oci/os_management_hub/models/create_group_profile_details.py +1 -1
- oci/os_management_hub/models/create_lifecycle_environment_details.py +1 -1
- oci/os_management_hub/models/create_lifecycle_profile_details.py +1 -1
- oci/os_management_hub/models/create_lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/create_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/create_management_station_details.py +1 -1
- oci/os_management_hub/models/create_mirror_configuration_details.py +1 -1
- oci/os_management_hub/models/create_profile_details.py +1 -1
- oci/os_management_hub/models/create_proxy_configuration_details.py +1 -1
- oci/os_management_hub/models/create_scheduled_job_details.py +1 -1
- oci/os_management_hub/models/create_software_source_details.py +1 -1
- oci/os_management_hub/models/create_software_source_profile_details.py +1 -1
- oci/os_management_hub/models/create_station_profile_details.py +1 -1
- oci/os_management_hub/models/create_versioned_custom_software_source_details.py +1 -1
- oci/os_management_hub/models/custom_software_source.py +1 -1
- oci/os_management_hub/models/custom_software_source_filter.py +1 -1
- oci/os_management_hub/models/custom_software_source_summary.py +1 -1
- oci/os_management_hub/models/detach_managed_instances_from_lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/detach_managed_instances_from_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/detach_software_sources_from_managed_instance_details.py +1 -1
- oci/os_management_hub/models/detach_software_sources_from_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/disable_module_stream_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/disable_module_stream_on_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/enable_module_stream_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/enable_module_stream_on_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/entitlement_collection.py +1 -1
- oci/os_management_hub/models/entitlement_summary.py +1 -1
- oci/os_management_hub/models/erratum.py +1 -1
- oci/os_management_hub/models/erratum_collection.py +1 -1
- oci/os_management_hub/models/erratum_summary.py +1 -1
- oci/os_management_hub/models/group_profile.py +1 -1
- oci/os_management_hub/models/id.py +1 -1
- oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/install_packages_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/installed_package_collection.py +1 -1
- oci/os_management_hub/models/installed_package_summary.py +1 -1
- oci/os_management_hub/models/lifecycle_environment.py +1 -1
- oci/os_management_hub/models/lifecycle_environment_collection.py +1 -1
- oci/os_management_hub/models/lifecycle_environment_details.py +1 -1
- oci/os_management_hub/models/lifecycle_environment_summary.py +1 -1
- oci/os_management_hub/models/lifecycle_profile.py +1 -1
- oci/os_management_hub/models/lifecycle_stage.py +1 -1
- oci/os_management_hub/models/lifecycle_stage_collection.py +1 -1
- oci/os_management_hub/models/lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/lifecycle_stage_summary.py +1 -1
- oci/os_management_hub/models/manage_module_streams_in_scheduled_job_details.py +1 -1
- oci/os_management_hub/models/manage_module_streams_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/manage_module_streams_on_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/managed_instance.py +1 -1
- oci/os_management_hub/models/managed_instance_analytic_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_analytic_summary.py +1 -1
- oci/os_management_hub/models/managed_instance_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_details.py +1 -1
- oci/os_management_hub/models/managed_instance_erratum_summary.py +1 -1
- oci/os_management_hub/models/managed_instance_erratum_summary_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group.py +1 -1
- oci/os_management_hub/models/managed_instance_group_available_module_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group_available_module_summary.py +1 -1
- oci/os_management_hub/models/managed_instance_group_available_package_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group_available_package_summary.py +1 -1
- oci/os_management_hub/models/managed_instance_group_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/managed_instance_group_installed_package_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group_installed_package_summary.py +1 -1
- oci/os_management_hub/models/managed_instance_group_module_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_group_module_summary.py +1 -1
- oci/os_management_hub/models/managed_instance_group_summary.py +1 -1
- oci/os_management_hub/models/managed_instance_module_collection.py +1 -1
- oci/os_management_hub/models/managed_instance_module_summary.py +1 -1
- oci/os_management_hub/models/managed_instance_summary.py +1 -1
- oci/os_management_hub/models/managed_instances_details.py +1 -1
- oci/os_management_hub/models/management_station.py +1 -1
- oci/os_management_hub/models/management_station_collection.py +1 -1
- oci/os_management_hub/models/management_station_details.py +1 -1
- oci/os_management_hub/models/management_station_summary.py +1 -1
- oci/os_management_hub/models/mirror_configuration.py +1 -1
- oci/os_management_hub/models/mirror_summary.py +1 -1
- oci/os_management_hub/models/mirror_sync_status.py +1 -1
- oci/os_management_hub/models/mirrors_collection.py +1 -1
- oci/os_management_hub/models/module_collection.py +1 -1
- oci/os_management_hub/models/module_spec_details.py +1 -1
- oci/os_management_hub/models/module_stream.py +1 -1
- oci/os_management_hub/models/module_stream_collection.py +1 -1
- oci/os_management_hub/models/module_stream_details.py +1 -1
- oci/os_management_hub/models/module_stream_details_body.py +1 -1
- oci/os_management_hub/models/module_stream_profile.py +1 -1
- oci/os_management_hub/models/module_stream_profile_collection.py +1 -1
- oci/os_management_hub/models/module_stream_profile_details.py +1 -1
- oci/os_management_hub/models/module_stream_profile_details_body.py +1 -1
- oci/os_management_hub/models/module_stream_profile_filter.py +1 -1
- oci/os_management_hub/models/module_stream_profile_summary.py +1 -1
- oci/os_management_hub/models/module_stream_summary.py +1 -1
- oci/os_management_hub/models/module_summary.py +1 -1
- oci/os_management_hub/models/package_filter.py +1 -1
- oci/os_management_hub/models/package_group.py +1 -1
- oci/os_management_hub/models/package_group_collection.py +1 -1
- oci/os_management_hub/models/package_group_filter.py +1 -1
- oci/os_management_hub/models/package_group_summary.py +1 -1
- oci/os_management_hub/models/package_name_summary.py +1 -1
- oci/os_management_hub/models/package_summary.py +1 -1
- oci/os_management_hub/models/profile.py +1 -1
- oci/os_management_hub/models/profile_collection.py +1 -1
- oci/os_management_hub/models/profile_summary.py +1 -1
- oci/os_management_hub/models/promote_software_source_to_lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/proxy_configuration.py +1 -1
- oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_details.py +1 -1
- oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/remove_packages_from_managed_instance_details.py +1 -1
- oci/os_management_hub/models/remove_packages_from_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/scheduled_job.py +1 -1
- oci/os_management_hub/models/scheduled_job_collection.py +1 -1
- oci/os_management_hub/models/scheduled_job_operation.py +1 -1
- oci/os_management_hub/models/scheduled_job_summary.py +1 -1
- oci/os_management_hub/models/search_software_source_module_streams_details.py +1 -1
- oci/os_management_hub/models/search_software_source_modules_details.py +1 -1
- oci/os_management_hub/models/search_software_source_package_groups_details.py +1 -1
- oci/os_management_hub/models/software_package.py +1 -1
- oci/os_management_hub/models/software_package_collection.py +1 -1
- oci/os_management_hub/models/software_package_dependency.py +1 -1
- oci/os_management_hub/models/software_package_file.py +1 -1
- oci/os_management_hub/models/software_package_summary.py +1 -1
- oci/os_management_hub/models/software_packages_details.py +1 -1
- oci/os_management_hub/models/software_source.py +1 -1
- oci/os_management_hub/models/software_source_availability.py +1 -1
- oci/os_management_hub/models/software_source_collection.py +1 -1
- oci/os_management_hub/models/software_source_details.py +1 -1
- oci/os_management_hub/models/software_source_profile.py +1 -1
- oci/os_management_hub/models/software_source_summary.py +1 -1
- oci/os_management_hub/models/software_source_vendor_collection.py +1 -1
- oci/os_management_hub/models/software_source_vendor_summary.py +1 -1
- oci/os_management_hub/models/software_sources_details.py +1 -1
- oci/os_management_hub/models/station_profile.py +1 -1
- oci/os_management_hub/models/switch_module_stream_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/synchronize_mirrors_details.py +1 -1
- oci/os_management_hub/models/updatable_package_collection.py +1 -1
- oci/os_management_hub/models/updatable_package_summary.py +1 -1
- oci/os_management_hub/models/update_all_packages_on_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/update_all_packages_on_managed_instances_in_compartment_details.py +1 -1
- oci/os_management_hub/models/update_custom_software_source_details.py +1 -1
- oci/os_management_hub/models/update_lifecycle_environment_details.py +1 -1
- oci/os_management_hub/models/update_lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/update_managed_instance_details.py +1 -1
- oci/os_management_hub/models/update_managed_instance_group_details.py +1 -1
- oci/os_management_hub/models/update_management_station_details.py +1 -1
- oci/os_management_hub/models/update_mirror_configuration_details.py +1 -1
- oci/os_management_hub/models/update_packages_on_managed_instance_details.py +1 -1
- oci/os_management_hub/models/update_profile_details.py +1 -1
- oci/os_management_hub/models/update_proxy_configuration_details.py +1 -1
- oci/os_management_hub/models/update_scheduled_job_details.py +1 -1
- oci/os_management_hub/models/update_software_source_details.py +1 -1
- oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
- oci/os_management_hub/models/update_work_request_details.py +1 -1
- oci/os_management_hub/models/vendor_software_source.py +1 -1
- oci/os_management_hub/models/vendor_software_source_summary.py +1 -1
- oci/os_management_hub/models/versioned_custom_software_source.py +1 -1
- oci/os_management_hub/models/versioned_custom_software_source_summary.py +1 -1
- oci/os_management_hub/models/work_request.py +1 -1
- oci/os_management_hub/models/work_request_details.py +1 -1
- oci/os_management_hub/models/work_request_error.py +1 -1
- oci/os_management_hub/models/work_request_error_collection.py +1 -1
- oci/os_management_hub/models/work_request_log_entry.py +1 -1
- oci/os_management_hub/models/work_request_log_entry_collection.py +1 -1
- oci/os_management_hub/models/work_request_management_station_details.py +1 -1
- oci/os_management_hub/models/work_request_resource.py +1 -1
- oci/os_management_hub/models/work_request_summary.py +1 -1
- oci/os_management_hub/models/work_request_summary_collection.py +1 -1
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/onboarding_client_composite_operations.py +1 -1
- oci/os_management_hub/reporting_managed_instance_client.py +4 -4
- oci/os_management_hub/reporting_managed_instance_client_composite_operations.py +1 -1
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/scheduled_job_client_composite_operations.py +1 -1
- oci/os_management_hub/software_source_client.py +23 -23
- oci/os_management_hub/software_source_client_composite_operations.py +1 -1
- oci/os_management_hub/work_request_client.py +5 -5
- oci/os_management_hub/work_request_client_composite_operations.py +1 -1
- oci/osp_gateway/__init__.py +1 -1
- oci/osp_gateway/address_rule_service_client.py +2 -2
- oci/osp_gateway/address_rule_service_client_composite_operations.py +1 -1
- oci/osp_gateway/address_service_client.py +3 -3
- oci/osp_gateway/address_service_client_composite_operations.py +1 -1
- oci/osp_gateway/invoice_service_client.py +6 -6
- oci/osp_gateway/invoice_service_client_composite_operations.py +1 -1
- oci/osp_gateway/models/__init__.py +1 -1
- oci/osp_gateway/models/address.py +1 -1
- oci/osp_gateway/models/address_rule.py +1 -1
- oci/osp_gateway/models/address_type_rule.py +1 -1
- oci/osp_gateway/models/authorize_subscription_payment_details.py +1 -1
- oci/osp_gateway/models/authorize_subscription_payment_receipt.py +1 -1
- oci/osp_gateway/models/bill_to_address.py +1 -1
- oci/osp_gateway/models/billing_address.py +1 -1
- oci/osp_gateway/models/contact_type_rule.py +1 -1
- oci/osp_gateway/models/country.py +1 -1
- oci/osp_gateway/models/credit_card_payment_detail.py +1 -1
- oci/osp_gateway/models/credit_card_payment_option.py +1 -1
- oci/osp_gateway/models/currency.py +1 -1
- oci/osp_gateway/models/echeck_payment_detail.py +1 -1
- oci/osp_gateway/models/field.py +1 -1
- oci/osp_gateway/models/format.py +1 -1
- oci/osp_gateway/models/invoice.py +1 -1
- oci/osp_gateway/models/invoice_collection.py +1 -1
- oci/osp_gateway/models/invoice_line_collection.py +1 -1
- oci/osp_gateway/models/invoice_line_summary.py +1 -1
- oci/osp_gateway/models/invoice_summary.py +1 -1
- oci/osp_gateway/models/label.py +1 -1
- oci/osp_gateway/models/merchant_defined_data.py +1 -1
- oci/osp_gateway/models/other_payment_detail.py +1 -1
- oci/osp_gateway/models/pay_invoice_details.py +1 -1
- oci/osp_gateway/models/pay_invoice_receipt.py +1 -1
- oci/osp_gateway/models/pay_subscription_details.py +1 -1
- oci/osp_gateway/models/pay_subscription_receipt.py +1 -1
- oci/osp_gateway/models/payment_detail.py +1 -1
- oci/osp_gateway/models/payment_gateway.py +1 -1
- oci/osp_gateway/models/payment_option.py +1 -1
- oci/osp_gateway/models/paypal_payment_detail.py +1 -1
- oci/osp_gateway/models/paypal_payment_option.py +1 -1
- oci/osp_gateway/models/subscription.py +1 -1
- oci/osp_gateway/models/subscription_collection.py +1 -1
- oci/osp_gateway/models/subscription_summary.py +1 -1
- oci/osp_gateway/models/tax_info.py +1 -1
- oci/osp_gateway/models/tax_type_rule.py +1 -1
- oci/osp_gateway/models/update_subscription_details.py +1 -1
- oci/osp_gateway/models/verify_address_details.py +1 -1
- oci/osp_gateway/models/verify_address_receipt.py +1 -1
- oci/osp_gateway/subscription_service_client.py +6 -6
- oci/osp_gateway/subscription_service_client_composite_operations.py +1 -1
- oci/osub_billing_schedule/__init__.py +1 -1
- oci/osub_billing_schedule/billing_schedule_client.py +2 -2
- oci/osub_billing_schedule/billing_schedule_client_composite_operations.py +1 -1
- oci/osub_billing_schedule/models/__init__.py +1 -1
- oci/osub_billing_schedule/models/billing_schedule_summary.py +1 -1
- oci/osub_billing_schedule/models/product.py +1 -1
- oci/osub_organization_subscription/__init__.py +1 -1
- oci/osub_organization_subscription/models/__init__.py +1 -1
- oci/osub_organization_subscription/models/currency.py +1 -1
- oci/osub_organization_subscription/models/subscription_summary.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +2 -2
- oci/osub_organization_subscription/organization_subscription_client_composite_operations.py +1 -1
- oci/osub_subscription/__init__.py +1 -1
- oci/osub_subscription/commitment_client.py +3 -3
- oci/osub_subscription/commitment_client_composite_operations.py +1 -1
- oci/osub_subscription/models/__init__.py +1 -1
- oci/osub_subscription/models/commitment.py +1 -1
- oci/osub_subscription/models/commitment_detail.py +1 -1
- oci/osub_subscription/models/commitment_summary.py +1 -1
- oci/osub_subscription/models/currency.py +1 -1
- oci/osub_subscription/models/product.py +1 -1
- oci/osub_subscription/models/rate_card_summary.py +1 -1
- oci/osub_subscription/models/rate_card_tier.py +1 -1
- oci/osub_subscription/models/subscribed_service_summary.py +1 -1
- oci/osub_subscription/models/subscription_product.py +1 -1
- oci/osub_subscription/models/subscription_summary.py +1 -1
- oci/osub_subscription/ratecard_client.py +2 -2
- oci/osub_subscription/ratecard_client_composite_operations.py +1 -1
- oci/osub_subscription/subscription_client.py +2 -2
- oci/osub_subscription/subscription_client_composite_operations.py +1 -1
- oci/osub_usage/__init__.py +1 -1
- oci/osub_usage/computed_usage_client.py +4 -4
- oci/osub_usage/computed_usage_client_composite_operations.py +1 -1
- oci/osub_usage/models/__init__.py +1 -1
- oci/osub_usage/models/computed_usage.py +1 -1
- oci/osub_usage/models/computed_usage_aggregated_summary.py +1 -1
- oci/osub_usage/models/computed_usage_aggregation.py +1 -1
- oci/osub_usage/models/computed_usage_summary.py +1 -1
- oci/osub_usage/models/product.py +1 -1
- oci/pagination/__init__.py +1 -1
- oci/pagination/pagination_utils.py +1 -1
- oci/psql/__init__.py +1 -1
- oci/psql/models/__init__.py +1 -1
- oci/psql/models/backup.py +1 -1
- oci/psql/models/backup_collection.py +1 -1
- oci/psql/models/backup_policy.py +1 -1
- oci/psql/models/backup_source_details.py +1 -1
- oci/psql/models/backup_summary.py +1 -1
- oci/psql/models/change_backup_compartment_details.py +1 -1
- oci/psql/models/change_configuration_compartment_details.py +1 -1
- oci/psql/models/change_db_system_compartment_details.py +1 -1
- oci/psql/models/config_overrides.py +1 -1
- oci/psql/models/config_params.py +1 -1
- oci/psql/models/configuration.py +1 -1
- oci/psql/models/configuration_collection.py +1 -1
- oci/psql/models/configuration_details.py +1 -1
- oci/psql/models/configuration_summary.py +1 -1
- oci/psql/models/connection_details.py +1 -1
- oci/psql/models/create_backup_details.py +1 -1
- oci/psql/models/create_configuration_details.py +1 -1
- oci/psql/models/create_db_instance_details.py +1 -1
- oci/psql/models/create_db_system_details.py +1 -1
- oci/psql/models/credentials.py +1 -1
- oci/psql/models/daily_backup_policy.py +1 -1
- oci/psql/models/db_configuration_override_collection.py +1 -1
- oci/psql/models/db_instance.py +1 -1
- oci/psql/models/db_instance_endpoint.py +1 -1
- oci/psql/models/db_system.py +1 -1
- oci/psql/models/db_system_collection.py +1 -1
- oci/psql/models/db_system_details.py +1 -1
- oci/psql/models/db_system_summary.py +1 -1
- oci/psql/models/default_config_params.py +1 -1
- oci/psql/models/default_configuration.py +1 -1
- oci/psql/models/default_configuration_collection.py +1 -1
- oci/psql/models/default_configuration_details.py +1 -1
- oci/psql/models/default_configuration_summary.py +1 -1
- oci/psql/models/endpoint.py +1 -1
- oci/psql/models/failover_db_system_details.py +1 -1
- oci/psql/models/management_policy.py +1 -1
- oci/psql/models/management_policy_details.py +1 -1
- oci/psql/models/monthly_backup_policy.py +1 -1
- oci/psql/models/network_details.py +1 -1
- oci/psql/models/none_backup_policy.py +1 -1
- oci/psql/models/none_source_details.py +1 -1
- oci/psql/models/oci_optimized_storage_details.py +1 -1
- oci/psql/models/password_details.py +1 -1
- oci/psql/models/patch_db_system_details.py +1 -1
- oci/psql/models/patch_insert_instruction.py +1 -1
- oci/psql/models/patch_instruction.py +1 -1
- oci/psql/models/patch_merge_instruction.py +1 -1
- oci/psql/models/patch_move_instruction.py +1 -1
- oci/psql/models/patch_prohibit_instruction.py +1 -1
- oci/psql/models/patch_remove_instruction.py +1 -1
- oci/psql/models/patch_replace_instruction.py +1 -1
- oci/psql/models/patch_require_instruction.py +1 -1
- oci/psql/models/plain_text_password_details.py +1 -1
- oci/psql/models/primary_db_instance_details.py +1 -1
- oci/psql/models/reset_master_user_password_details.py +1 -1
- oci/psql/models/restart_db_instance_in_db_system_details.py +1 -1
- oci/psql/models/restore_db_system_details.py +1 -1
- oci/psql/models/shape_collection.py +1 -1
- oci/psql/models/shape_summary.py +1 -1
- oci/psql/models/source_details.py +1 -1
- oci/psql/models/storage_details.py +1 -1
- oci/psql/models/update_backup_details.py +1 -1
- oci/psql/models/update_configuration_details.py +1 -1
- oci/psql/models/update_db_config_params.py +1 -1
- oci/psql/models/update_db_system_db_instance_details.py +1 -1
- oci/psql/models/update_db_system_details.py +1 -1
- oci/psql/models/update_storage_details_params.py +1 -1
- oci/psql/models/vault_secret_password_details.py +1 -1
- oci/psql/models/weekly_backup_policy.py +1 -1
- oci/psql/models/work_request.py +1 -1
- oci/psql/models/work_request_error.py +1 -1
- oci/psql/models/work_request_error_collection.py +1 -1
- oci/psql/models/work_request_log_entry.py +1 -1
- oci/psql/models/work_request_log_entry_collection.py +1 -1
- oci/psql/models/work_request_resource.py +1 -1
- oci/psql/models/work_request_summary.py +1 -1
- oci/psql/models/work_request_summary_collection.py +1 -1
- oci/psql/postgresql_client.py +34 -34
- oci/psql/postgresql_client_composite_operations.py +1 -1
- oci/queue/__init__.py +1 -1
- oci/queue/models/__init__.py +1 -1
- oci/queue/models/change_queue_compartment_details.py +1 -1
- oci/queue/models/channel_collection.py +1 -1
- oci/queue/models/create_queue_details.py +1 -1
- oci/queue/models/delete_messages_details.py +1 -1
- oci/queue/models/delete_messages_details_entry.py +1 -1
- oci/queue/models/delete_messages_result.py +1 -1
- oci/queue/models/delete_messages_result_entry.py +1 -1
- oci/queue/models/get_message.py +1 -1
- oci/queue/models/get_messages.py +1 -1
- oci/queue/models/message_metadata.py +1 -1
- oci/queue/models/purge_queue_details.py +1 -1
- oci/queue/models/put_message.py +1 -1
- oci/queue/models/put_messages.py +1 -1
- oci/queue/models/put_messages_details.py +1 -1
- oci/queue/models/put_messages_details_entry.py +1 -1
- oci/queue/models/queue.py +1 -1
- oci/queue/models/queue_collection.py +1 -1
- oci/queue/models/queue_stats.py +1 -1
- oci/queue/models/queue_summary.py +1 -1
- oci/queue/models/stats.py +1 -1
- oci/queue/models/update_message_details.py +1 -1
- oci/queue/models/update_messages_details.py +1 -1
- oci/queue/models/update_messages_details_entry.py +1 -1
- oci/queue/models/update_messages_result.py +1 -1
- oci/queue/models/update_messages_result_entry.py +1 -1
- oci/queue/models/update_queue_details.py +1 -1
- oci/queue/models/updated_message.py +1 -1
- oci/queue/models/work_request.py +1 -1
- oci/queue/models/work_request_error.py +1 -1
- oci/queue/models/work_request_error_collection.py +1 -1
- oci/queue/models/work_request_log_entry.py +1 -1
- oci/queue/models/work_request_log_entry_collection.py +1 -1
- oci/queue/models/work_request_resource.py +1 -1
- oci/queue/models/work_request_summary.py +1 -1
- oci/queue/models/work_request_summary_collection.py +1 -1
- oci/queue/queue_admin_client.py +12 -12
- oci/queue/queue_admin_client_composite_operations.py +1 -1
- oci/queue/queue_client.py +9 -9
- oci/queue/queue_client_composite_operations.py +1 -1
- oci/recovery/__init__.py +1 -1
- oci/recovery/database_recovery_client.py +24 -24
- oci/recovery/database_recovery_client_composite_operations.py +1 -1
- oci/recovery/models/__init__.py +1 -1
- oci/recovery/models/change_protected_database_compartment_details.py +1 -1
- oci/recovery/models/change_protection_policy_compartment_details.py +1 -1
- oci/recovery/models/change_recovery_service_subnet_compartment_details.py +1 -1
- oci/recovery/models/create_protected_database_details.py +1 -1
- oci/recovery/models/create_protection_policy_details.py +1 -1
- oci/recovery/models/create_recovery_service_subnet_details.py +1 -1
- oci/recovery/models/fetch_protected_database_configuration_details.py +1 -1
- oci/recovery/models/metrics.py +1 -1
- oci/recovery/models/metrics_summary.py +1 -1
- oci/recovery/models/protected_database.py +1 -1
- oci/recovery/models/protected_database_collection.py +1 -1
- oci/recovery/models/protected_database_summary.py +1 -1
- oci/recovery/models/protection_policy.py +1 -1
- oci/recovery/models/protection_policy_collection.py +1 -1
- oci/recovery/models/protection_policy_summary.py +1 -1
- oci/recovery/models/recovery_service_subnet.py +1 -1
- oci/recovery/models/recovery_service_subnet_collection.py +1 -1
- oci/recovery/models/recovery_service_subnet_details.py +1 -1
- oci/recovery/models/recovery_service_subnet_input.py +1 -1
- oci/recovery/models/recovery_service_subnet_summary.py +1 -1
- oci/recovery/models/update_protected_database_details.py +1 -1
- oci/recovery/models/update_protection_policy_details.py +1 -1
- oci/recovery/models/update_recovery_service_subnet_details.py +1 -1
- oci/recovery/models/work_request.py +1 -1
- oci/recovery/models/work_request_error.py +1 -1
- oci/recovery/models/work_request_error_collection.py +1 -1
- oci/recovery/models/work_request_log_entry.py +1 -1
- oci/recovery/models/work_request_log_entry_collection.py +1 -1
- oci/recovery/models/work_request_resource.py +1 -1
- oci/recovery/models/work_request_summary.py +1 -1
- oci/recovery/models/work_request_summary_collection.py +1 -1
- oci/redis/__init__.py +1 -1
- oci/redis/models/__init__.py +1 -1
- oci/redis/models/change_redis_cluster_compartment_details.py +1 -1
- oci/redis/models/create_redis_cluster_details.py +1 -1
- oci/redis/models/node.py +1 -1
- oci/redis/models/node_collection.py +1 -1
- oci/redis/models/redis_cluster.py +1 -1
- oci/redis/models/redis_cluster_collection.py +1 -1
- oci/redis/models/redis_cluster_summary.py +1 -1
- oci/redis/models/update_redis_cluster_details.py +1 -1
- oci/redis/models/work_request.py +1 -1
- oci/redis/models/work_request_error.py +1 -1
- oci/redis/models/work_request_error_collection.py +1 -1
- oci/redis/models/work_request_log_entry.py +1 -1
- oci/redis/models/work_request_log_entry_collection.py +1 -1
- oci/redis/models/work_request_resource.py +1 -1
- oci/redis/models/work_request_summary.py +1 -1
- oci/redis/models/work_request_summary_collection.py +1 -1
- oci/redis/redis_cluster_client.py +12 -12
- oci/redis/redis_cluster_client_composite_operations.py +1 -1
- oci/regions.py +1 -1
- oci/regions_definitions.py +4 -1
- oci/request.py +1 -1
- oci/resource_manager/__init__.py +1 -1
- oci/resource_manager/models/__init__.py +1 -1
- oci/resource_manager/models/apply_job_operation_details.py +1 -1
- oci/resource_manager/models/apply_job_operation_details_summary.py +1 -1
- oci/resource_manager/models/apply_job_plan_resolution.py +1 -1
- oci/resource_manager/models/apply_rollback_job_operation_details.py +1 -1
- oci/resource_manager/models/apply_rollback_job_operation_details_summary.py +1 -1
- oci/resource_manager/models/associated_resource_summary.py +1 -1
- oci/resource_manager/models/associated_resources_collection.py +1 -1
- oci/resource_manager/models/bitbucket_cloud_config_source.py +1 -1
- oci/resource_manager/models/bitbucket_cloud_config_source_record.py +1 -1
- oci/resource_manager/models/bitbucket_cloud_username_app_password_configuration_source_provider.py +1 -1
- oci/resource_manager/models/bitbucket_cloud_username_app_password_configuration_source_provider_summary.py +1 -1
- oci/resource_manager/models/bitbucket_server_access_token_configuration_source_provider.py +1 -1
- oci/resource_manager/models/bitbucket_server_access_token_configuration_source_provider_summary.py +1 -1
- oci/resource_manager/models/bitbucket_server_config_source.py +1 -1
- oci/resource_manager/models/bitbucket_server_config_source_record.py +1 -1
- oci/resource_manager/models/cancellation_details.py +1 -1
- oci/resource_manager/models/change_configuration_source_provider_compartment_details.py +1 -1
- oci/resource_manager/models/change_private_endpoint_compartment_details.py +1 -1
- oci/resource_manager/models/change_stack_compartment_details.py +1 -1
- oci/resource_manager/models/change_template_compartment_details.py +1 -1
- oci/resource_manager/models/compartment_config_source.py +1 -1
- oci/resource_manager/models/config_source.py +1 -1
- oci/resource_manager/models/config_source_record.py +1 -1
- oci/resource_manager/models/configuration_source_provider.py +1 -1
- oci/resource_manager/models/configuration_source_provider_collection.py +1 -1
- oci/resource_manager/models/configuration_source_provider_summary.py +1 -1
- oci/resource_manager/models/create_apply_job_operation_details.py +1 -1
- oci/resource_manager/models/create_apply_rollback_job_operation_details.py +1 -1
- oci/resource_manager/models/create_bitbucket_cloud_config_source_details.py +1 -1
- oci/resource_manager/models/create_bitbucket_cloud_username_app_password_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/create_bitbucket_server_access_token_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/create_bitbucket_server_config_source_details.py +1 -1
- oci/resource_manager/models/create_compartment_config_source_details.py +1 -1
- oci/resource_manager/models/create_config_source_details.py +1 -1
- oci/resource_manager/models/create_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/create_destroy_job_operation_details.py +1 -1
- oci/resource_manager/models/create_dev_ops_config_source_details.py +1 -1
- oci/resource_manager/models/create_git_config_source_details.py +1 -1
- oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/create_import_tf_state_job_operation_details.py +1 -1
- oci/resource_manager/models/create_job_details.py +1 -1
- oci/resource_manager/models/create_job_operation_details.py +1 -1
- oci/resource_manager/models/create_object_storage_config_source_details.py +1 -1
- oci/resource_manager/models/create_plan_job_operation_details.py +1 -1
- oci/resource_manager/models/create_plan_rollback_job_operation_details.py +1 -1
- oci/resource_manager/models/create_private_endpoint_details.py +1 -1
- oci/resource_manager/models/create_stack_details.py +1 -1
- oci/resource_manager/models/create_stack_template_config_source_details.py +1 -1
- oci/resource_manager/models/create_template_config_source_details.py +1 -1
- oci/resource_manager/models/create_template_details.py +1 -1
- oci/resource_manager/models/create_template_zip_upload_config_source_details.py +1 -1
- oci/resource_manager/models/create_zip_upload_config_source_details.py +1 -1
- oci/resource_manager/models/custom_terraform_provider.py +1 -1
- oci/resource_manager/models/destroy_job_operation_details.py +1 -1
- oci/resource_manager/models/destroy_job_operation_details_summary.py +1 -1
- oci/resource_manager/models/detect_stack_drift_details.py +1 -1
- oci/resource_manager/models/dev_ops_config_source.py +1 -1
- oci/resource_manager/models/dev_ops_config_source_record.py +1 -1
- oci/resource_manager/models/failure_details.py +1 -1
- oci/resource_manager/models/git_config_source.py +1 -1
- oci/resource_manager/models/git_config_source_record.py +1 -1
- oci/resource_manager/models/github_access_token_configuration_source_provider.py +1 -1
- oci/resource_manager/models/github_access_token_configuration_source_provider_summary.py +1 -1
- oci/resource_manager/models/gitlab_access_token_configuration_source_provider.py +1 -1
- oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.py +1 -1
- oci/resource_manager/models/import_tf_state_job_operation_details.py +1 -1
- oci/resource_manager/models/import_tf_state_job_operation_details_summary.py +1 -1
- oci/resource_manager/models/job.py +1 -1
- oci/resource_manager/models/job_operation_details.py +1 -1
- oci/resource_manager/models/job_operation_details_summary.py +1 -1
- oci/resource_manager/models/job_output_summary.py +1 -1
- oci/resource_manager/models/job_outputs_collection.py +1 -1
- oci/resource_manager/models/job_summary.py +1 -1
- oci/resource_manager/models/log_entry.py +1 -1
- oci/resource_manager/models/object_storage_config_source.py +1 -1
- oci/resource_manager/models/object_storage_config_source_record.py +1 -1
- oci/resource_manager/models/plan_job_operation_details.py +1 -1
- oci/resource_manager/models/plan_job_operation_details_summary.py +1 -1
- oci/resource_manager/models/plan_rollback_job_operation_details.py +1 -1
- oci/resource_manager/models/plan_rollback_job_operation_details_summary.py +1 -1
- oci/resource_manager/models/private_endpoint.py +1 -1
- oci/resource_manager/models/private_endpoint_collection.py +1 -1
- oci/resource_manager/models/private_endpoint_summary.py +1 -1
- oci/resource_manager/models/private_server_config_details.py +1 -1
- oci/resource_manager/models/reachable_ip.py +1 -1
- oci/resource_manager/models/resource_discovery_service_collection.py +1 -1
- oci/resource_manager/models/resource_discovery_service_summary.py +1 -1
- oci/resource_manager/models/stack.py +1 -1
- oci/resource_manager/models/stack_resource_drift_collection.py +1 -1
- oci/resource_manager/models/stack_resource_drift_summary.py +1 -1
- oci/resource_manager/models/stack_summary.py +1 -1
- oci/resource_manager/models/template.py +1 -1
- oci/resource_manager/models/template_category_summary.py +1 -1
- oci/resource_manager/models/template_category_summary_collection.py +1 -1
- oci/resource_manager/models/template_config_source.py +1 -1
- oci/resource_manager/models/template_summary.py +1 -1
- oci/resource_manager/models/template_summary_collection.py +1 -1
- oci/resource_manager/models/template_zip_upload_config_source.py +1 -1
- oci/resource_manager/models/terraform_advanced_options.py +1 -1
- oci/resource_manager/models/terraform_version_collection.py +1 -1
- oci/resource_manager/models/terraform_version_summary.py +1 -1
- oci/resource_manager/models/update_bitbucket_cloud_config_source_details.py +1 -1
- oci/resource_manager/models/update_bitbucket_cloud_username_app_password_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/update_bitbucket_server_access_token_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/update_bitbucket_server_config_source_details.py +1 -1
- oci/resource_manager/models/update_config_source_details.py +1 -1
- oci/resource_manager/models/update_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/update_dev_ops_config_source_details.py +1 -1
- oci/resource_manager/models/update_git_config_source_details.py +1 -1
- oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.py +1 -1
- oci/resource_manager/models/update_job_details.py +1 -1
- oci/resource_manager/models/update_object_storage_config_source_details.py +1 -1
- oci/resource_manager/models/update_private_endpoint_details.py +1 -1
- oci/resource_manager/models/update_stack_details.py +1 -1
- oci/resource_manager/models/update_template_config_source_details.py +1 -1
- oci/resource_manager/models/update_template_details.py +1 -1
- oci/resource_manager/models/update_template_zip_upload_config_source_details.py +1 -1
- oci/resource_manager/models/update_zip_upload_config_source_details.py +1 -1
- oci/resource_manager/models/work_request.py +1 -1
- oci/resource_manager/models/work_request_error.py +1 -1
- oci/resource_manager/models/work_request_log_entry.py +1 -1
- oci/resource_manager/models/work_request_resource.py +1 -1
- oci/resource_manager/models/work_request_summary.py +1 -1
- oci/resource_manager/models/zip_upload_config_source.py +1 -1
- oci/resource_manager/models/zip_upload_config_source_record.py +1 -1
- oci/resource_manager/resource_manager_client.py +53 -53
- oci/resource_manager/resource_manager_client_composite_operations.py +1 -1
- oci/resource_search/__init__.py +1 -1
- oci/resource_search/models/__init__.py +1 -1
- oci/resource_search/models/free_text_search_details.py +1 -1
- oci/resource_search/models/queryable_field_description.py +1 -1
- oci/resource_search/models/resource_summary.py +1 -1
- oci/resource_search/models/resource_summary_collection.py +1 -1
- oci/resource_search/models/resource_type.py +1 -1
- oci/resource_search/models/search_context.py +1 -1
- oci/resource_search/models/search_details.py +1 -1
- oci/resource_search/models/structured_search_details.py +1 -1
- oci/resource_search/resource_search_client.py +4 -4
- oci/resource_search/resource_search_client_composite_operations.py +1 -1
- oci/response.py +1 -1
- oci/retry/__init__.py +1 -1
- oci/retry/retry.py +1 -1
- oci/retry/retry_checkers.py +1 -1
- oci/retry/retry_sleep_utils.py +1 -1
- oci/rover/__init__.py +1 -1
- oci/rover/models/__init__.py +1 -1
- oci/rover/models/ca_bundle_response.py +1 -1
- oci/rover/models/ca_details.py +1 -1
- oci/rover/models/certificate_details.py +1 -1
- oci/rover/models/change_rover_cluster_compartment_details.py +1 -1
- oci/rover/models/change_rover_entitlement_compartment_details.py +1 -1
- oci/rover/models/change_rover_node_compartment_details.py +1 -1
- oci/rover/models/create_rover_cluster_details.py +1 -1
- oci/rover/models/create_rover_entitlement_details.py +1 -1
- oci/rover/models/create_rover_node_details.py +1 -1
- oci/rover/models/current_rover_bundle_details.py +1 -1
- oci/rover/models/generate_certificate_response.py +1 -1
- oci/rover/models/leaf_certificate_details.py +1 -1
- oci/rover/models/leaf_certificate_response.py +1 -1
- oci/rover/models/renew_certificate_response.py +1 -1
- oci/rover/models/replace_ca_details.py +1 -1
- oci/rover/models/replace_certificate_authority_response.py +1 -1
- oci/rover/models/request_additional_nodes_details.py +1 -1
- oci/rover/models/request_rover_bundle_details.py +1 -1
- oci/rover/models/rover_bundle_request_collection.py +1 -1
- oci/rover/models/rover_bundle_request_summary.py +1 -1
- oci/rover/models/rover_bundle_status.py +1 -1
- oci/rover/models/rover_bundle_status_details.py +1 -1
- oci/rover/models/rover_bundle_version.py +1 -1
- oci/rover/models/rover_cluster.py +1 -1
- oci/rover/models/rover_cluster_certificate.py +1 -1
- oci/rover/models/rover_cluster_collection.py +1 -1
- oci/rover/models/rover_cluster_summary.py +1 -1
- oci/rover/models/rover_entitlement.py +1 -1
- oci/rover/models/rover_entitlement_collection.py +1 -1
- oci/rover/models/rover_entitlement_summary.py +1 -1
- oci/rover/models/rover_node.py +1 -1
- oci/rover/models/rover_node_action_set_key_details.py +1 -1
- oci/rover/models/rover_node_certificate.py +1 -1
- oci/rover/models/rover_node_collection.py +1 -1
- oci/rover/models/rover_node_encryption_key.py +1 -1
- oci/rover/models/rover_node_generate_certificate_details.py +1 -1
- oci/rover/models/rover_node_get_rpt.py +1 -1
- oci/rover/models/rover_node_renew_certificate_details.py +1 -1
- oci/rover/models/rover_node_replace_certificate_authority_details.py +1 -1
- oci/rover/models/rover_node_set_key.py +1 -1
- oci/rover/models/rover_node_summary.py +1 -1
- oci/rover/models/rover_workload.py +1 -1
- oci/rover/models/shape_collection.py +1 -1
- oci/rover/models/shape_summary.py +1 -1
- oci/rover/models/shipping_address.py +1 -1
- oci/rover/models/update_rover_cluster_details.py +1 -1
- oci/rover/models/update_rover_entitlement_details.py +1 -1
- oci/rover/models/update_rover_node_details.py +1 -1
- oci/rover/models/work_request.py +1 -1
- oci/rover/models/work_request_collection.py +1 -1
- oci/rover/models/work_request_error.py +1 -1
- oci/rover/models/work_request_error_collection.py +1 -1
- oci/rover/models/work_request_log.py +1 -1
- oci/rover/models/work_request_log_collection.py +1 -1
- oci/rover/models/work_request_resource.py +1 -1
- oci/rover/models/work_request_summary.py +1 -1
- oci/rover/rover_bundle_client.py +9 -9
- oci/rover/rover_bundle_client_composite_operations.py +1 -1
- oci/rover/rover_cluster_client.py +9 -9
- oci/rover/rover_cluster_client_composite_operations.py +1 -1
- oci/rover/rover_entitlement_client.py +7 -7
- oci/rover/rover_entitlement_client_composite_operations.py +1 -1
- oci/rover/rover_node_client.py +16 -16
- oci/rover/rover_node_client_composite_operations.py +1 -1
- oci/rover/shape_client.py +2 -2
- oci/rover/shape_client_composite_operations.py +1 -1
- oci/rover/work_requests_client.py +6 -6
- oci/rover/work_requests_client_composite_operations.py +1 -1
- oci/sch/__init__.py +1 -1
- oci/sch/models/__init__.py +1 -1
- oci/sch/models/change_service_connector_compartment_details.py +1 -1
- oci/sch/models/create_service_connector_details.py +1 -1
- oci/sch/models/dimension_details.py +1 -1
- oci/sch/models/dimension_value_details.py +1 -1
- oci/sch/models/function_task_details.py +1 -1
- oci/sch/models/functions_target_details.py +1 -1
- oci/sch/models/jmes_path_dimension_value.py +1 -1
- oci/sch/models/latest_streaming_cursor.py +1 -1
- oci/sch/models/log_rule_task_details.py +1 -1
- oci/sch/models/log_source.py +1 -1
- oci/sch/models/logging_analytics_target_details.py +1 -1
- oci/sch/models/logging_source_details.py +1 -1
- oci/sch/models/monitoring_source.py +1 -1
- oci/sch/models/monitoring_source_all_metrics.py +1 -1
- oci/sch/models/monitoring_source_details.py +1 -1
- oci/sch/models/monitoring_source_metric_details.py +1 -1
- oci/sch/models/monitoring_source_namespace_details.py +1 -1
- oci/sch/models/monitoring_source_selected_namespace.py +1 -1
- oci/sch/models/monitoring_source_selected_namespace_details.py +1 -1
- oci/sch/models/monitoring_target_details.py +1 -1
- oci/sch/models/notifications_target_details.py +1 -1
- oci/sch/models/object_storage_target_details.py +1 -1
- oci/sch/models/service_connector.py +1 -1
- oci/sch/models/service_connector_collection.py +1 -1
- oci/sch/models/service_connector_summary.py +1 -1
- oci/sch/models/source_details.py +1 -1
- oci/sch/models/static_dimension_value.py +1 -1
- oci/sch/models/streaming_cursor_details.py +1 -1
- oci/sch/models/streaming_source_details.py +1 -1
- oci/sch/models/streaming_target_details.py +1 -1
- oci/sch/models/target_details.py +1 -1
- oci/sch/models/task_details.py +1 -1
- oci/sch/models/trim_horizon_streaming_cursor.py +1 -1
- oci/sch/models/update_service_connector_details.py +1 -1
- oci/sch/models/work_request.py +1 -1
- oci/sch/models/work_request_collection.py +1 -1
- oci/sch/models/work_request_error.py +1 -1
- oci/sch/models/work_request_error_collection.py +1 -1
- oci/sch/models/work_request_log_entry.py +1 -1
- oci/sch/models/work_request_log_entry_collection.py +1 -1
- oci/sch/models/work_request_resource.py +1 -1
- oci/sch/service_connector_client.py +13 -13
- oci/sch/service_connector_client_composite_operations.py +1 -1
- oci/secrets/__init__.py +1 -1
- oci/secrets/models/__init__.py +1 -1
- oci/secrets/models/base64_secret_bundle_content_details.py +1 -1
- oci/secrets/models/secret_bundle.py +1 -1
- oci/secrets/models/secret_bundle_content_details.py +1 -1
- oci/secrets/models/secret_bundle_version_summary.py +1 -1
- oci/secrets/secrets_client.py +4 -4
- oci/secrets/secrets_client_composite_operations.py +1 -1
- oci/service_catalog/__init__.py +1 -1
- oci/service_catalog/models/__init__.py +1 -1
- oci/service_catalog/models/application_collection.py +1 -1
- oci/service_catalog/models/application_summary.py +1 -1
- oci/service_catalog/models/bulk_replace_service_catalog_associations_details.py +1 -1
- oci/service_catalog/models/change_private_application_compartment_details.py +1 -1
- oci/service_catalog/models/change_service_catalog_compartment_details.py +1 -1
- oci/service_catalog/models/create_private_application_details.py +1 -1
- oci/service_catalog/models/create_private_application_package.py +1 -1
- oci/service_catalog/models/create_private_application_stack_package.py +1 -1
- oci/service_catalog/models/create_service_catalog_association_details.py +1 -1
- oci/service_catalog/models/create_service_catalog_details.py +1 -1
- oci/service_catalog/models/error_entity.py +1 -1
- oci/service_catalog/models/private_application.py +1 -1
- oci/service_catalog/models/private_application_collection.py +1 -1
- oci/service_catalog/models/private_application_package.py +1 -1
- oci/service_catalog/models/private_application_package_collection.py +1 -1
- oci/service_catalog/models/private_application_package_summary.py +1 -1
- oci/service_catalog/models/private_application_stack_package.py +1 -1
- oci/service_catalog/models/private_application_summary.py +1 -1
- oci/service_catalog/models/publisher_summary.py +1 -1
- oci/service_catalog/models/service_catalog.py +1 -1
- oci/service_catalog/models/service_catalog_association.py +1 -1
- oci/service_catalog/models/service_catalog_association_collection.py +1 -1
- oci/service_catalog/models/service_catalog_association_summary.py +1 -1
- oci/service_catalog/models/service_catalog_collection.py +1 -1
- oci/service_catalog/models/service_catalog_summary.py +1 -1
- oci/service_catalog/models/update_private_application_details.py +1 -1
- oci/service_catalog/models/update_service_catalog_details.py +1 -1
- oci/service_catalog/models/upload_data.py +1 -1
- oci/service_catalog/models/work_request.py +1 -1
- oci/service_catalog/models/work_request_error.py +1 -1
- oci/service_catalog/models/work_request_error_collection.py +1 -1
- oci/service_catalog/models/work_request_log_entry.py +1 -1
- oci/service_catalog/models/work_request_log_entry_collection.py +1 -1
- oci/service_catalog/models/work_request_resource.py +1 -1
- oci/service_catalog/models/work_request_summary.py +1 -1
- oci/service_catalog/models/work_request_summary_collection.py +1 -1
- oci/service_catalog/service_catalog_client.py +27 -27
- oci/service_catalog/service_catalog_client_composite_operations.py +1 -1
- oci/service_endpoints.py +1 -1
- oci/service_manager_proxy/__init__.py +1 -1
- oci/service_manager_proxy/models/__init__.py +1 -1
- oci/service_manager_proxy/models/error_entity.py +1 -1
- oci/service_manager_proxy/models/service_definition.py +1 -1
- oci/service_manager_proxy/models/service_environment.py +1 -1
- oci/service_manager_proxy/models/service_environment_collection.py +1 -1
- oci/service_manager_proxy/models/service_environment_end_point_overview.py +1 -1
- oci/service_manager_proxy/models/service_environment_summary.py +1 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +3 -3
- oci/service_manager_proxy/service_manager_proxy_client_composite_operations.py +1 -1
- oci/service_mesh/__init__.py +1 -1
- oci/service_mesh/models/__init__.py +1 -1
- oci/service_mesh/models/access_logging_configuration.py +1 -1
- oci/service_mesh/models/access_policy.py +1 -1
- oci/service_mesh/models/access_policy_collection.py +1 -1
- oci/service_mesh/models/access_policy_rule.py +1 -1
- oci/service_mesh/models/access_policy_rule_details.py +1 -1
- oci/service_mesh/models/access_policy_summary.py +1 -1
- oci/service_mesh/models/access_policy_target.py +1 -1
- oci/service_mesh/models/access_policy_target_details.py +1 -1
- oci/service_mesh/models/all_virtual_services_access_policy_target.py +1 -1
- oci/service_mesh/models/all_virtual_services_access_policy_target_details.py +1 -1
- oci/service_mesh/models/ca_bundle.py +1 -1
- oci/service_mesh/models/certificate_authority.py +1 -1
- oci/service_mesh/models/change_access_policy_compartment_details.py +1 -1
- oci/service_mesh/models/change_ingress_gateway_compartment_details.py +1 -1
- oci/service_mesh/models/change_ingress_gateway_route_table_compartment_details.py +1 -1
- oci/service_mesh/models/change_mesh_compartment_details.py +1 -1
- oci/service_mesh/models/change_virtual_deployment_compartment_details.py +1 -1
- oci/service_mesh/models/change_virtual_service_compartment_details.py +1 -1
- oci/service_mesh/models/change_virtual_service_route_table_compartment_details.py +1 -1
- oci/service_mesh/models/create_access_policy_details.py +1 -1
- oci/service_mesh/models/create_ingress_gateway_details.py +1 -1
- oci/service_mesh/models/create_ingress_gateway_mutual_transport_layer_security_details.py +1 -1
- oci/service_mesh/models/create_ingress_gateway_route_table_details.py +1 -1
- oci/service_mesh/models/create_mesh_details.py +1 -1
- oci/service_mesh/models/create_mutual_transport_layer_security_details.py +1 -1
- oci/service_mesh/models/create_virtual_deployment_details.py +1 -1
- oci/service_mesh/models/create_virtual_service_details.py +1 -1
- oci/service_mesh/models/create_virtual_service_route_table_details.py +1 -1
- oci/service_mesh/models/default_virtual_service_routing_policy.py +1 -1
- oci/service_mesh/models/disabled_service_discovery_configuration.py +1 -1
- oci/service_mesh/models/dns_service_discovery_configuration.py +1 -1
- oci/service_mesh/models/external_service_access_policy_target.py +1 -1
- oci/service_mesh/models/external_service_access_policy_target_details.py +1 -1
- oci/service_mesh/models/http_ingress_gateway_traffic_route_rule.py +1 -1
- oci/service_mesh/models/http_ingress_gateway_traffic_route_rule_details.py +1 -1
- oci/service_mesh/models/http_virtual_service_traffic_route_rule.py +1 -1
- oci/service_mesh/models/http_virtual_service_traffic_route_rule_details.py +1 -1
- oci/service_mesh/models/ingress_gateway.py +1 -1
- oci/service_mesh/models/ingress_gateway_access_policy_target.py +1 -1
- oci/service_mesh/models/ingress_gateway_access_policy_target_details.py +1 -1
- oci/service_mesh/models/ingress_gateway_collection.py +1 -1
- oci/service_mesh/models/ingress_gateway_host.py +1 -1
- oci/service_mesh/models/ingress_gateway_host_ref.py +1 -1
- oci/service_mesh/models/ingress_gateway_listener.py +1 -1
- oci/service_mesh/models/ingress_gateway_mutual_transport_layer_security.py +1 -1
- oci/service_mesh/models/ingress_gateway_mutual_transport_layer_security_details.py +1 -1
- oci/service_mesh/models/ingress_gateway_route_table.py +1 -1
- oci/service_mesh/models/ingress_gateway_route_table_collection.py +1 -1
- oci/service_mesh/models/ingress_gateway_route_table_summary.py +1 -1
- oci/service_mesh/models/ingress_gateway_summary.py +1 -1
- oci/service_mesh/models/ingress_gateway_traffic_route_rule.py +1 -1
- oci/service_mesh/models/ingress_gateway_traffic_route_rule_details.py +1 -1
- oci/service_mesh/models/ingress_listener_client_validation_config.py +1 -1
- oci/service_mesh/models/ingress_listener_tls_config.py +1 -1
- oci/service_mesh/models/local_file_ca_bundle.py +1 -1
- oci/service_mesh/models/local_file_tls_certificate.py +1 -1
- oci/service_mesh/models/mesh.py +1 -1
- oci/service_mesh/models/mesh_collection.py +1 -1
- oci/service_mesh/models/mesh_mutual_transport_layer_security.py +1 -1
- oci/service_mesh/models/mesh_summary.py +1 -1
- oci/service_mesh/models/mutual_transport_layer_security.py +1 -1
- oci/service_mesh/models/oci_ca_bundle.py +1 -1
- oci/service_mesh/models/oci_tls_certificate.py +1 -1
- oci/service_mesh/models/proxy_details.py +1 -1
- oci/service_mesh/models/service_discovery_configuration.py +1 -1
- oci/service_mesh/models/tcp_ingress_gateway_traffic_route_rule.py +1 -1
- oci/service_mesh/models/tcp_ingress_gateway_traffic_route_rule_details.py +1 -1
- oci/service_mesh/models/tcp_virtual_service_traffic_route_rule.py +1 -1
- oci/service_mesh/models/tcp_virtual_service_traffic_route_rule_details.py +1 -1
- oci/service_mesh/models/tls_certificate.py +1 -1
- oci/service_mesh/models/tls_passthrough_ingress_gateway_traffic_route_rule.py +1 -1
- oci/service_mesh/models/tls_passthrough_ingress_gateway_traffic_route_rule_details.py +1 -1
- oci/service_mesh/models/tls_passthrough_virtual_service_traffic_route_rule.py +1 -1
- oci/service_mesh/models/tls_passthrough_virtual_service_traffic_route_rule_details.py +1 -1
- oci/service_mesh/models/traffic_rule_target.py +1 -1
- oci/service_mesh/models/traffic_rule_target_details.py +1 -1
- oci/service_mesh/models/update_access_policy_details.py +1 -1
- oci/service_mesh/models/update_ingress_gateway_details.py +1 -1
- oci/service_mesh/models/update_ingress_gateway_route_table_details.py +1 -1
- oci/service_mesh/models/update_mesh_details.py +1 -1
- oci/service_mesh/models/update_virtual_deployment_details.py +1 -1
- oci/service_mesh/models/update_virtual_service_details.py +1 -1
- oci/service_mesh/models/update_virtual_service_route_table_details.py +1 -1
- oci/service_mesh/models/virtual_deployment.py +1 -1
- oci/service_mesh/models/virtual_deployment_collection.py +1 -1
- oci/service_mesh/models/virtual_deployment_listener.py +1 -1
- oci/service_mesh/models/virtual_deployment_summary.py +1 -1
- oci/service_mesh/models/virtual_deployment_traffic_rule_target.py +1 -1
- oci/service_mesh/models/virtual_deployment_traffic_rule_target_details.py +1 -1
- oci/service_mesh/models/virtual_service.py +1 -1
- oci/service_mesh/models/virtual_service_access_policy_target.py +1 -1
- oci/service_mesh/models/virtual_service_access_policy_target_details.py +1 -1
- oci/service_mesh/models/virtual_service_collection.py +1 -1
- oci/service_mesh/models/virtual_service_mutual_transport_layer_security_details.py +1 -1
- oci/service_mesh/models/virtual_service_route_table.py +1 -1
- oci/service_mesh/models/virtual_service_route_table_collection.py +1 -1
- oci/service_mesh/models/virtual_service_route_table_summary.py +1 -1
- oci/service_mesh/models/virtual_service_summary.py +1 -1
- oci/service_mesh/models/virtual_service_traffic_route_rule.py +1 -1
- oci/service_mesh/models/virtual_service_traffic_route_rule_details.py +1 -1
- oci/service_mesh/models/virtual_service_traffic_rule_target.py +1 -1
- oci/service_mesh/models/virtual_service_traffic_rule_target_details.py +1 -1
- oci/service_mesh/models/work_request.py +1 -1
- oci/service_mesh/models/work_request_collection.py +1 -1
- oci/service_mesh/models/work_request_error.py +1 -1
- oci/service_mesh/models/work_request_error_collection.py +1 -1
- oci/service_mesh/models/work_request_log_entry.py +1 -1
- oci/service_mesh/models/work_request_log_entry_collection.py +1 -1
- oci/service_mesh/models/work_request_resource.py +1 -1
- oci/service_mesh/models/work_request_summary.py +1 -1
- oci/service_mesh/service_mesh_client.py +49 -49
- oci/service_mesh/service_mesh_client_composite_operations.py +1 -1
- oci/signer.py +1 -1
- oci/stack_monitoring/__init__.py +1 -1
- oci/stack_monitoring/models/__init__.py +1 -1
- oci/stack_monitoring/models/anomaly_data_point.py +1 -1
- oci/stack_monitoring/models/anomaly_metric_data.py +1 -1
- oci/stack_monitoring/models/associate_monitored_resources_details.py +1 -1
- oci/stack_monitoring/models/associated_monitored_resource.py +1 -1
- oci/stack_monitoring/models/associated_resources_collection.py +1 -1
- oci/stack_monitoring/models/associated_resources_summary.py +1 -1
- oci/stack_monitoring/models/association_details.py +1 -1
- oci/stack_monitoring/models/association_resource_details.py +1 -1
- oci/stack_monitoring/models/auto_promote_config_details.py +1 -1
- oci/stack_monitoring/models/auto_promote_config_summary.py +1 -1
- oci/stack_monitoring/models/baselineable_metric.py +1 -1
- oci/stack_monitoring/models/baselineable_metric_summary.py +1 -1
- oci/stack_monitoring/models/baselineable_metric_summary_collection.py +1 -1
- oci/stack_monitoring/models/change_config_compartment_details.py +1 -1
- oci/stack_monitoring/models/change_metric_extension_compartment_details.py +1 -1
- oci/stack_monitoring/models/change_monitored_resource_compartment_details.py +1 -1
- oci/stack_monitoring/models/change_monitored_resource_task_compartment_details.py +1 -1
- oci/stack_monitoring/models/config.py +1 -1
- oci/stack_monitoring/models/config_collection.py +1 -1
- oci/stack_monitoring/models/config_summary.py +1 -1
- oci/stack_monitoring/models/connection_details.py +1 -1
- oci/stack_monitoring/models/create_auto_promote_config_details.py +1 -1
- oci/stack_monitoring/models/create_baselineable_metric_details.py +1 -1
- oci/stack_monitoring/models/create_config_details.py +1 -1
- oci/stack_monitoring/models/create_discovery_job_details.py +1 -1
- oci/stack_monitoring/models/create_license_auto_assign_config_details.py +1 -1
- oci/stack_monitoring/models/create_license_enterprise_extensibility_config_details.py +1 -1
- oci/stack_monitoring/models/create_metric_extension_details.py +1 -1
- oci/stack_monitoring/models/create_monitored_resource_details.py +1 -1
- oci/stack_monitoring/models/create_monitored_resource_task_details.py +1 -1
- oci/stack_monitoring/models/create_monitored_resource_type_details.py +1 -1
- oci/stack_monitoring/models/credential_collection.py +1 -1
- oci/stack_monitoring/models/credential_details.py +1 -1
- oci/stack_monitoring/models/credential_property.py +1 -1
- oci/stack_monitoring/models/data_point.py +1 -1
- oci/stack_monitoring/models/disable_metric_extension_details.py +1 -1
- oci/stack_monitoring/models/disassociate_monitored_resources_details.py +1 -1
- oci/stack_monitoring/models/discovery_details.py +8 -4
- oci/stack_monitoring/models/discovery_job.py +1 -1
- oci/stack_monitoring/models/discovery_job_collection.py +1 -1
- oci/stack_monitoring/models/discovery_job_log_collection.py +1 -1
- oci/stack_monitoring/models/discovery_job_log_summary.py +1 -1
- oci/stack_monitoring/models/discovery_job_summary.py +8 -4
- oci/stack_monitoring/models/enable_metric_extension_details.py +1 -1
- oci/stack_monitoring/models/enabled_resource_details.py +1 -1
- oci/stack_monitoring/models/encrypted_credentials.py +1 -1
- oci/stack_monitoring/models/evaluate_baselineable_metric_details.py +1 -1
- oci/stack_monitoring/models/evaluate_baselineable_metric_result.py +1 -1
- oci/stack_monitoring/models/import_oci_telemetry_resources_task_details.py +1 -1
- oci/stack_monitoring/models/jmx_query_properties.py +1 -1
- oci/stack_monitoring/models/jmx_update_query_properties.py +1 -1
- oci/stack_monitoring/models/license_auto_assign_config_details.py +1 -1
- oci/stack_monitoring/models/license_auto_assign_config_summary.py +1 -1
- oci/stack_monitoring/models/license_enterprise_extensibility_config_details.py +1 -1
- oci/stack_monitoring/models/license_enterprise_extensibility_config_summary.py +1 -1
- oci/stack_monitoring/models/manage_license_details.py +1 -1
- oci/stack_monitoring/models/metric.py +1 -1
- oci/stack_monitoring/models/metric_data.py +1 -1
- oci/stack_monitoring/models/metric_extension.py +1 -1
- oci/stack_monitoring/models/metric_extension_collection.py +1 -1
- oci/stack_monitoring/models/metric_extension_query_properties.py +1 -1
- oci/stack_monitoring/models/metric_extension_summary.py +1 -1
- oci/stack_monitoring/models/metric_extension_update_query_properties.py +1 -1
- oci/stack_monitoring/models/monitored_resource.py +1 -1
- oci/stack_monitoring/models/monitored_resource_alias_credential.py +1 -1
- oci/stack_monitoring/models/monitored_resource_alias_source_credential.py +1 -1
- oci/stack_monitoring/models/monitored_resource_association.py +1 -1
- oci/stack_monitoring/models/monitored_resource_association_summary.py +1 -1
- oci/stack_monitoring/models/monitored_resource_associations_collection.py +1 -1
- oci/stack_monitoring/models/monitored_resource_collection.py +1 -1
- oci/stack_monitoring/models/monitored_resource_credential.py +1 -1
- oci/stack_monitoring/models/monitored_resource_member_summary.py +1 -1
- oci/stack_monitoring/models/monitored_resource_members_collection.py +1 -1
- oci/stack_monitoring/models/monitored_resource_property.py +1 -1
- oci/stack_monitoring/models/monitored_resource_summary.py +1 -1
- oci/stack_monitoring/models/monitored_resource_task.py +1 -1
- oci/stack_monitoring/models/monitored_resource_task_details.py +1 -1
- oci/stack_monitoring/models/monitored_resource_task_summary.py +1 -1
- oci/stack_monitoring/models/monitored_resource_tasks_collection.py +1 -1
- oci/stack_monitoring/models/monitored_resource_type.py +1 -1
- oci/stack_monitoring/models/monitored_resource_type_summary.py +1 -1
- oci/stack_monitoring/models/monitored_resource_types_collection.py +1 -1
- oci/stack_monitoring/models/monitored_resources_count_aggregation.py +1 -1
- oci/stack_monitoring/models/monitored_resources_count_aggregation_collection.py +1 -1
- oci/stack_monitoring/models/os_command_query_properties.py +1 -1
- oci/stack_monitoring/models/os_command_update_query_properties.py +1 -1
- oci/stack_monitoring/models/plain_text_credentials.py +1 -1
- oci/stack_monitoring/models/pre_existing_credentials.py +1 -1
- oci/stack_monitoring/models/property_details.py +1 -1
- oci/stack_monitoring/models/resource_type_metadata_details.py +1 -1
- oci/stack_monitoring/models/script_file_details.py +1 -1
- oci/stack_monitoring/models/search_associated_resources_details.py +1 -1
- oci/stack_monitoring/models/search_monitored_resource_associations_details.py +1 -1
- oci/stack_monitoring/models/search_monitored_resource_members_details.py +1 -1
- oci/stack_monitoring/models/search_monitored_resources_details.py +1 -1
- oci/stack_monitoring/models/sql_details.py +1 -1
- oci/stack_monitoring/models/sql_in_param_details.py +1 -1
- oci/stack_monitoring/models/sql_out_param_details.py +1 -1
- oci/stack_monitoring/models/sql_query_properties.py +1 -1
- oci/stack_monitoring/models/sql_update_query_properties.py +1 -1
- oci/stack_monitoring/models/system_format_resource_type_metadata_details.py +1 -1
- oci/stack_monitoring/models/test_metric_extension_data.py +1 -1
- oci/stack_monitoring/models/test_metric_extension_details.py +1 -1
- oci/stack_monitoring/models/unique_property_set.py +1 -1
- oci/stack_monitoring/models/update_and_propagate_tags_details.py +1 -1
- oci/stack_monitoring/models/update_auto_promote_config_details.py +1 -1
- oci/stack_monitoring/models/update_baselineable_metric_details.py +1 -1
- oci/stack_monitoring/models/update_config_details.py +1 -1
- oci/stack_monitoring/models/update_license_auto_assign_config_details.py +1 -1
- oci/stack_monitoring/models/update_license_enterprise_extensibility_config_details.py +1 -1
- oci/stack_monitoring/models/update_metric_extension_details.py +1 -1
- oci/stack_monitoring/models/update_monitored_resource_details.py +1 -1
- oci/stack_monitoring/models/update_monitored_resource_task_details.py +1 -1
- oci/stack_monitoring/models/update_monitored_resource_type_details.py +1 -1
- oci/stack_monitoring/models/work_request.py +1 -1
- oci/stack_monitoring/models/work_request_error.py +1 -1
- oci/stack_monitoring/models/work_request_error_collection.py +1 -1
- oci/stack_monitoring/models/work_request_log_entry.py +1 -1
- oci/stack_monitoring/models/work_request_log_entry_collection.py +1 -1
- oci/stack_monitoring/models/work_request_resource.py +1 -1
- oci/stack_monitoring/models/work_request_summary.py +1 -1
- oci/stack_monitoring/models/work_request_summary_collection.py +1 -1
- oci/stack_monitoring/stack_monitoring_client.py +59 -59
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +1 -1
- oci/streaming/__init__.py +1 -1
- oci/streaming/models/__init__.py +1 -1
- oci/streaming/models/change_connect_harness_compartment_details.py +1 -1
- oci/streaming/models/change_stream_compartment_details.py +1 -1
- oci/streaming/models/change_stream_pool_compartment_details.py +1 -1
- oci/streaming/models/connect_harness.py +1 -1
- oci/streaming/models/connect_harness_summary.py +1 -1
- oci/streaming/models/create_connect_harness_details.py +1 -1
- oci/streaming/models/create_cursor_details.py +1 -1
- oci/streaming/models/create_group_cursor_details.py +1 -1
- oci/streaming/models/create_stream_details.py +1 -1
- oci/streaming/models/create_stream_pool_details.py +1 -1
- oci/streaming/models/cursor.py +1 -1
- oci/streaming/models/custom_encryption_key.py +1 -1
- oci/streaming/models/custom_encryption_key_details.py +1 -1
- oci/streaming/models/group.py +1 -1
- oci/streaming/models/kafka_settings.py +1 -1
- oci/streaming/models/message.py +1 -1
- oci/streaming/models/partition_reservation.py +1 -1
- oci/streaming/models/private_endpoint_details.py +1 -1
- oci/streaming/models/private_endpoint_settings.py +1 -1
- oci/streaming/models/put_messages_details.py +1 -1
- oci/streaming/models/put_messages_details_entry.py +1 -1
- oci/streaming/models/put_messages_result.py +1 -1
- oci/streaming/models/put_messages_result_entry.py +1 -1
- oci/streaming/models/stream.py +1 -1
- oci/streaming/models/stream_pool.py +1 -1
- oci/streaming/models/stream_pool_summary.py +1 -1
- oci/streaming/models/stream_summary.py +1 -1
- oci/streaming/models/update_connect_harness_details.py +1 -1
- oci/streaming/models/update_group_details.py +1 -1
- oci/streaming/models/update_stream_details.py +1 -1
- oci/streaming/models/update_stream_pool_details.py +1 -1
- oci/streaming/stream_admin_client.py +19 -19
- oci/streaming/stream_admin_client_composite_operations.py +1 -1
- oci/streaming/stream_client.py +9 -9
- oci/streaming/stream_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/__init__.py +1 -1
- oci/tenant_manager_control_plane/domain_client.py +6 -6
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +6 -6
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/governance_client.py +3 -3
- oci/tenant_manager_control_plane/governance_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/link_client.py +4 -4
- oci/tenant_manager_control_plane/link_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/models/__init__.py +1 -1
- oci/tenant_manager_control_plane/models/activate_order_details.py +1 -1
- oci/tenant_manager_control_plane/models/assigned_subscription.py +1 -1
- oci/tenant_manager_control_plane/models/assigned_subscription_collection.py +1 -1
- oci/tenant_manager_control_plane/models/assigned_subscription_line_item_collection.py +1 -1
- oci/tenant_manager_control_plane/models/assigned_subscription_line_item_summary.py +1 -1
- oci/tenant_manager_control_plane/models/assigned_subscription_summary.py +1 -1
- oci/tenant_manager_control_plane/models/available_region_collection.py +1 -1
- oci/tenant_manager_control_plane/models/available_region_summary.py +1 -1
- oci/tenant_manager_control_plane/models/classic_assigned_subscription.py +1 -1
- oci/tenant_manager_control_plane/models/classic_assigned_subscription_summary.py +1 -1
- oci/tenant_manager_control_plane/models/classic_subscription.py +1 -1
- oci/tenant_manager_control_plane/models/classic_subscription_summary.py +1 -1
- oci/tenant_manager_control_plane/models/cloud_assigned_subscription.py +1 -1
- oci/tenant_manager_control_plane/models/cloud_assigned_subscription_summary.py +1 -1
- oci/tenant_manager_control_plane/models/cloud_subscription.py +1 -1
- oci/tenant_manager_control_plane/models/cloud_subscription_summary.py +1 -1
- oci/tenant_manager_control_plane/models/create_child_tenancy_details.py +1 -1
- oci/tenant_manager_control_plane/models/create_domain_details.py +1 -1
- oci/tenant_manager_control_plane/models/create_domain_governance_details.py +1 -1
- oci/tenant_manager_control_plane/models/create_sender_invitation_details.py +1 -1
- oci/tenant_manager_control_plane/models/create_subscription_mapping_details.py +1 -1
- oci/tenant_manager_control_plane/models/domain.py +1 -1
- oci/tenant_manager_control_plane/models/domain_collection.py +1 -1
- oci/tenant_manager_control_plane/models/domain_governance.py +1 -1
- oci/tenant_manager_control_plane/models/domain_governance_collection.py +1 -1
- oci/tenant_manager_control_plane/models/domain_governance_summary.py +1 -1
- oci/tenant_manager_control_plane/models/domain_summary.py +1 -1
- oci/tenant_manager_control_plane/models/link.py +1 -1
- oci/tenant_manager_control_plane/models/link_collection.py +1 -1
- oci/tenant_manager_control_plane/models/link_summary.py +1 -1
- oci/tenant_manager_control_plane/models/order.py +1 -1
- oci/tenant_manager_control_plane/models/organization.py +1 -1
- oci/tenant_manager_control_plane/models/organization_collection.py +1 -1
- oci/tenant_manager_control_plane/models/organization_summary.py +1 -1
- oci/tenant_manager_control_plane/models/organization_tenancy.py +1 -1
- oci/tenant_manager_control_plane/models/organization_tenancy_collection.py +1 -1
- oci/tenant_manager_control_plane/models/organization_tenancy_summary.py +1 -1
- oci/tenant_manager_control_plane/models/promotion.py +1 -1
- oci/tenant_manager_control_plane/models/recipient_invitation.py +1 -1
- oci/tenant_manager_control_plane/models/recipient_invitation_collection.py +1 -1
- oci/tenant_manager_control_plane/models/recipient_invitation_summary.py +1 -1
- oci/tenant_manager_control_plane/models/revive_workflow_instance_details.py +1 -1
- oci/tenant_manager_control_plane/models/sender_invitation.py +1 -1
- oci/tenant_manager_control_plane/models/sender_invitation_collection.py +1 -1
- oci/tenant_manager_control_plane/models/sender_invitation_summary.py +1 -1
- oci/tenant_manager_control_plane/models/sku.py +1 -1
- oci/tenant_manager_control_plane/models/subscription.py +1 -1
- oci/tenant_manager_control_plane/models/subscription_collection.py +1 -1
- oci/tenant_manager_control_plane/models/subscription_info.py +1 -1
- oci/tenant_manager_control_plane/models/subscription_line_item_collection.py +1 -1
- oci/tenant_manager_control_plane/models/subscription_line_item_summary.py +1 -1
- oci/tenant_manager_control_plane/models/subscription_mapping.py +1 -1
- oci/tenant_manager_control_plane/models/subscription_mapping_collection.py +1 -1
- oci/tenant_manager_control_plane/models/subscription_mapping_summary.py +1 -1
- oci/tenant_manager_control_plane/models/subscription_sku.py +1 -1
- oci/tenant_manager_control_plane/models/subscription_summary.py +1 -1
- oci/tenant_manager_control_plane/models/update_domain_details.py +1 -1
- oci/tenant_manager_control_plane/models/update_domain_governance_details.py +1 -1
- oci/tenant_manager_control_plane/models/update_organization_details.py +1 -1
- oci/tenant_manager_control_plane/models/update_recipient_invitation_details.py +1 -1
- oci/tenant_manager_control_plane/models/update_sender_invitation_details.py +1 -1
- oci/tenant_manager_control_plane/models/work_request.py +1 -1
- oci/tenant_manager_control_plane/models/work_request_collection.py +1 -1
- oci/tenant_manager_control_plane/models/work_request_error.py +1 -1
- oci/tenant_manager_control_plane/models/work_request_error_collection.py +1 -1
- oci/tenant_manager_control_plane/models/work_request_log_entry.py +1 -1
- oci/tenant_manager_control_plane/models/work_request_log_entry_collection.py +1 -1
- oci/tenant_manager_control_plane/models/work_request_resource.py +1 -1
- oci/tenant_manager_control_plane/models/work_request_summary.py +1 -1
- oci/tenant_manager_control_plane/orders_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/organization_client.py +11 -11
- oci/tenant_manager_control_plane/organization_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/recipient_invitation_client.py +6 -6
- oci/tenant_manager_control_plane/recipient_invitation_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/sender_invitation_client.py +6 -6
- oci/tenant_manager_control_plane/sender_invitation_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/subscription_client.py +12 -12
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +1 -1
- oci/tenant_manager_control_plane/work_request_client.py +5 -5
- oci/tenant_manager_control_plane/work_request_client_composite_operations.py +1 -1
- oci/threat_intelligence/__init__.py +1 -1
- oci/threat_intelligence/models/__init__.py +1 -1
- oci/threat_intelligence/models/data_attribution.py +1 -1
- oci/threat_intelligence/models/data_visibility.py +1 -1
- oci/threat_intelligence/models/entity_reference.py +1 -1
- oci/threat_intelligence/models/geodata_details.py +1 -1
- oci/threat_intelligence/models/indicator.py +1 -1
- oci/threat_intelligence/models/indicator_attribute.py +1 -1
- oci/threat_intelligence/models/indicator_attribute_summary.py +1 -1
- oci/threat_intelligence/models/indicator_count_collection.py +1 -1
- oci/threat_intelligence/models/indicator_count_dimensions.py +1 -1
- oci/threat_intelligence/models/indicator_count_summary.py +1 -1
- oci/threat_intelligence/models/indicator_reference.py +1 -1
- oci/threat_intelligence/models/indicator_relationship.py +1 -1
- oci/threat_intelligence/models/indicator_source_summary.py +1 -1
- oci/threat_intelligence/models/indicator_summary.py +1 -1
- oci/threat_intelligence/models/indicator_summary_collection.py +1 -1
- oci/threat_intelligence/models/summarize_indicators_details.py +1 -1
- oci/threat_intelligence/models/threat_type.py +1 -1
- oci/threat_intelligence/models/threat_type_summary.py +1 -1
- oci/threat_intelligence/models/threat_types_collection.py +1 -1
- oci/threat_intelligence/threatintel_client.py +6 -6
- oci/threat_intelligence/threatintel_client_composite_operations.py +1 -1
- oci/usage/__init__.py +1 -1
- oci/usage/models/__init__.py +1 -1
- oci/usage/models/create_redeemable_user_details.py +1 -1
- oci/usage/models/monthly_reward_summary.py +1 -1
- oci/usage/models/product_collection.py +1 -1
- oci/usage/models/product_summary.py +1 -1
- oci/usage/models/redeemable_user.py +1 -1
- oci/usage/models/redeemable_user_collection.py +1 -1
- oci/usage/models/redeemable_user_summary.py +1 -1
- oci/usage/models/redemption_collection.py +1 -1
- oci/usage/models/redemption_summary.py +1 -1
- oci/usage/models/resource_quotum_collection.py +1 -1
- oci/usage/models/resource_quotum_summary.py +1 -1
- oci/usage/models/resource_summary.py +1 -1
- oci/usage/models/resources_collection.py +1 -1
- oci/usage/models/reward_collection.py +1 -1
- oci/usage/models/reward_details.py +1 -1
- oci/usage/models/sku_products.py +1 -1
- oci/usage/models/usage_limit_collection.py +1 -1
- oci/usage/models/usage_limit_summary.py +1 -1
- oci/usage/resources_client.py +3 -3
- oci/usage/resources_client_composite_operations.py +1 -1
- oci/usage/rewards_client.py +7 -7
- oci/usage/rewards_client_composite_operations.py +1 -1
- oci/usage/usagelimits_client.py +2 -2
- oci/usage/usagelimits_client_composite_operations.py +1 -1
- oci/usage_api/__init__.py +1 -1
- oci/usage_api/models/__init__.py +1 -1
- oci/usage_api/models/average_carbon_emission.py +1 -1
- oci/usage_api/models/clean_energy_usage.py +1 -1
- oci/usage_api/models/configuration.py +1 -1
- oci/usage_api/models/configuration_aggregation.py +1 -1
- oci/usage_api/models/cost_analysis_ui.py +1 -1
- oci/usage_api/models/create_custom_table_details.py +1 -1
- oci/usage_api/models/create_query_details.py +1 -1
- oci/usage_api/models/create_schedule_details.py +1 -1
- oci/usage_api/models/create_schedule_report_details.py +1 -1
- oci/usage_api/models/create_usage_carbon_emissions_query_details.py +1 -1
- oci/usage_api/models/custom_table.py +1 -1
- oci/usage_api/models/custom_table_collection.py +1 -1
- oci/usage_api/models/custom_table_summary.py +1 -1
- oci/usage_api/models/date_range.py +1 -1
- oci/usage_api/models/dimension.py +1 -1
- oci/usage_api/models/dynamic_date_range.py +1 -1
- oci/usage_api/models/filter.py +1 -1
- oci/usage_api/models/forecast.py +1 -1
- oci/usage_api/models/object_storage_location.py +1 -1
- oci/usage_api/models/query.py +1 -1
- oci/usage_api/models/query_collection.py +1 -1
- oci/usage_api/models/query_definition.py +1 -1
- oci/usage_api/models/query_properties.py +1 -1
- oci/usage_api/models/query_summary.py +1 -1
- oci/usage_api/models/report_query.py +1 -1
- oci/usage_api/models/request_summarized_usages_details.py +1 -1
- oci/usage_api/models/request_usage_carbon_emissions_details.py +1 -1
- oci/usage_api/models/result_location.py +1 -1
- oci/usage_api/models/saved_custom_table.py +1 -1
- oci/usage_api/models/saved_schedule_report.py +1 -1
- oci/usage_api/models/schedule.py +1 -1
- oci/usage_api/models/schedule_collection.py +1 -1
- oci/usage_api/models/schedule_report.py +1 -1
- oci/usage_api/models/schedule_report_collection.py +1 -1
- oci/usage_api/models/schedule_report_summary.py +1 -1
- oci/usage_api/models/schedule_summary.py +1 -1
- oci/usage_api/models/scheduled_run.py +1 -1
- oci/usage_api/models/scheduled_run_collection.py +1 -1
- oci/usage_api/models/scheduled_run_summary.py +1 -1
- oci/usage_api/models/static_date_range.py +1 -1
- oci/usage_api/models/tag.py +1 -1
- oci/usage_api/models/update_custom_table_details.py +1 -1
- oci/usage_api/models/update_query_details.py +1 -1
- oci/usage_api/models/update_schedule_details.py +1 -1
- oci/usage_api/models/update_schedule_report_details.py +1 -1
- oci/usage_api/models/update_usage_carbon_emissions_query_details.py +1 -1
- oci/usage_api/models/usage_aggregation.py +1 -1
- oci/usage_api/models/usage_carbon_emission_aggregation.py +1 -1
- oci/usage_api/models/usage_carbon_emission_summary.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_query.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_query_collection.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_query_definition.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_query_summary.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_report_query.py +1 -1
- oci/usage_api/models/usage_summary.py +1 -1
- oci/usage_api/usageapi_client.py +29 -29
- oci/usage_api/usageapi_client_composite_operations.py +1 -1
- oci/util.py +1 -1
- oci/vault/__init__.py +1 -1
- oci/vault/models/__init__.py +1 -1
- oci/vault/models/base64_secret_content_details.py +1 -1
- oci/vault/models/change_secret_compartment_details.py +1 -1
- oci/vault/models/create_secret_details.py +1 -1
- oci/vault/models/schedule_secret_deletion_details.py +1 -1
- oci/vault/models/schedule_secret_version_deletion_details.py +1 -1
- oci/vault/models/secret.py +1 -1
- oci/vault/models/secret_content_details.py +1 -1
- oci/vault/models/secret_expiry_rule.py +1 -1
- oci/vault/models/secret_reuse_rule.py +1 -1
- oci/vault/models/secret_rule.py +1 -1
- oci/vault/models/secret_summary.py +1 -1
- oci/vault/models/secret_version.py +1 -1
- oci/vault/models/secret_version_summary.py +1 -1
- oci/vault/models/update_secret_details.py +1 -1
- oci/vault/vaults_client.py +12 -12
- oci/vault/vaults_client_composite_operations.py +1 -1
- oci/vbs_inst/__init__.py +1 -1
- oci/vbs_inst/models/__init__.py +1 -1
- oci/vbs_inst/models/change_vbs_instance_compartment_details.py +1 -1
- oci/vbs_inst/models/create_vbs_instance_details.py +1 -1
- oci/vbs_inst/models/update_vbs_instance_details.py +1 -1
- oci/vbs_inst/models/vbs_instance.py +1 -1
- oci/vbs_inst/models/vbs_instance_summary.py +1 -1
- oci/vbs_inst/models/vbs_instance_summary_collection.py +1 -1
- oci/vbs_inst/models/work_request.py +1 -1
- oci/vbs_inst/models/work_request_error.py +1 -1
- oci/vbs_inst/models/work_request_error_collection.py +1 -1
- oci/vbs_inst/models/work_request_log_entry.py +1 -1
- oci/vbs_inst/models/work_request_log_entry_collection.py +1 -1
- oci/vbs_inst/models/work_request_resource.py +1 -1
- oci/vbs_inst/models/work_request_summary.py +1 -1
- oci/vbs_inst/models/work_request_summary_collection.py +1 -1
- oci/vbs_inst/vbs_instance_client.py +11 -11
- oci/vbs_inst/vbs_instance_client_composite_operations.py +1 -1
- oci/version.py +2 -2
- oci/visual_builder/__init__.py +1 -1
- oci/visual_builder/models/__init__.py +1 -1
- oci/visual_builder/models/application_summary.py +1 -1
- oci/visual_builder/models/application_summary_collection.py +1 -1
- oci/visual_builder/models/attachment_details.py +1 -1
- oci/visual_builder/models/change_vb_instance_compartment_details.py +1 -1
- oci/visual_builder/models/create_custom_endpoint_details.py +1 -1
- oci/visual_builder/models/create_vb_instance_details.py +1 -1
- oci/visual_builder/models/custom_endpoint_details.py +1 -1
- oci/visual_builder/models/idcs_info_details.py +1 -1
- oci/visual_builder/models/request_summarized_applications_details.py +1 -1
- oci/visual_builder/models/update_custom_endpoint_details.py +1 -1
- oci/visual_builder/models/update_vb_instance_details.py +1 -1
- oci/visual_builder/models/vb_instance.py +1 -1
- oci/visual_builder/models/vb_instance_summary.py +1 -1
- oci/visual_builder/models/vb_instance_summary_collection.py +1 -1
- oci/visual_builder/models/work_request.py +1 -1
- oci/visual_builder/models/work_request_error.py +1 -1
- oci/visual_builder/models/work_request_error_collection.py +1 -1
- oci/visual_builder/models/work_request_log_entry.py +1 -1
- oci/visual_builder/models/work_request_log_entry_collection.py +1 -1
- oci/visual_builder/models/work_request_resource.py +1 -1
- oci/visual_builder/models/work_request_summary.py +1 -1
- oci/visual_builder/models/work_request_summary_collection.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/visual_builder/vb_instance_client_composite_operations.py +1 -1
- oci/vn_monitoring/__init__.py +1 -1
- oci/vn_monitoring/models/__init__.py +1 -1
- oci/vn_monitoring/models/access_denied_traffic_node.py +1 -1
- oci/vn_monitoring/models/add_drg_route_distribution_statement_details.py +1 -1
- oci/vn_monitoring/models/add_drg_route_distribution_statements_details.py +1 -1
- oci/vn_monitoring/models/add_drg_route_rule_details.py +1 -1
- oci/vn_monitoring/models/add_drg_route_rules_details.py +1 -1
- oci/vn_monitoring/models/add_network_security_group_security_rules_details.py +1 -1
- oci/vn_monitoring/models/add_public_ip_pool_capacity_details.py +1 -1
- oci/vn_monitoring/models/add_security_rule_details.py +1 -1
- oci/vn_monitoring/models/add_subnet_ipv6_cidr_details.py +1 -1
- oci/vn_monitoring/models/add_vcn_cidr_details.py +1 -1
- oci/vn_monitoring/models/add_vcn_ipv6_cidr_details.py +1 -1
- oci/vn_monitoring/models/added_network_security_group_security_rules.py +1 -1
- oci/vn_monitoring/models/adhoc_get_path_analysis_details.py +1 -1
- oci/vn_monitoring/models/allowed_ike_ip_sec_parameters.py +1 -1
- oci/vn_monitoring/models/allowed_phase_one_parameters.py +1 -1
- oci/vn_monitoring/models/allowed_phase_two_parameters.py +1 -1
- oci/vn_monitoring/models/allowed_security_action.py +1 -1
- oci/vn_monitoring/models/allowed_security_action_details.py +1 -1
- oci/vn_monitoring/models/allowed_security_configuration.py +1 -1
- oci/vn_monitoring/models/bgp_session_info.py +1 -1
- oci/vn_monitoring/models/bulk_add_virtual_circuit_public_prefixes_details.py +1 -1
- oci/vn_monitoring/models/bulk_delete_virtual_circuit_public_prefixes_details.py +1 -1
- oci/vn_monitoring/models/byoip_allocated_range_collection.py +1 -1
- oci/vn_monitoring/models/byoip_allocated_range_summary.py +1 -1
- oci/vn_monitoring/models/byoip_range.py +1 -1
- oci/vn_monitoring/models/byoip_range_collection.py +1 -1
- oci/vn_monitoring/models/byoip_range_summary.py +1 -1
- oci/vn_monitoring/models/byoip_range_vcn_ipv6_allocation_summary.py +1 -1
- oci/vn_monitoring/models/byoipv6_cidr_details.py +1 -1
- oci/vn_monitoring/models/capture_filter.py +1 -1
- oci/vn_monitoring/models/change_byoip_range_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_capture_filter_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_cpe_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_cross_connect_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_cross_connect_group_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_dhcp_options_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_drg_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_internet_gateway_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_ip_sec_connection_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_local_peering_gateway_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_nat_gateway_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_network_security_group_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_path_analyzer_test_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_public_ip_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_public_ip_pool_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_remote_peering_connection_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_route_table_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_security_list_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_service_gateway_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_subnet_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_vcn_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_virtual_circuit_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_vlan_compartment_details.py +1 -1
- oci/vn_monitoring/models/change_vtap_compartment_details.py +1 -1
- oci/vn_monitoring/models/compartment_internal.py +1 -1
- oci/vn_monitoring/models/compute_instance_endpoint.py +1 -1
- oci/vn_monitoring/models/connect_local_peering_gateways_details.py +1 -1
- oci/vn_monitoring/models/connect_remote_peering_connections_details.py +1 -1
- oci/vn_monitoring/models/cpe.py +1 -1
- oci/vn_monitoring/models/cpe_device_config_answer.py +1 -1
- oci/vn_monitoring/models/cpe_device_config_question.py +1 -1
- oci/vn_monitoring/models/cpe_device_info.py +1 -1
- oci/vn_monitoring/models/cpe_device_shape_detail.py +1 -1
- oci/vn_monitoring/models/cpe_device_shape_summary.py +1 -1
- oci/vn_monitoring/models/create_byoip_range_details.py +1 -1
- oci/vn_monitoring/models/create_capture_filter_details.py +1 -1
- oci/vn_monitoring/models/create_cpe_details.py +1 -1
- oci/vn_monitoring/models/create_cross_connect_details.py +1 -1
- oci/vn_monitoring/models/create_cross_connect_group_details.py +1 -1
- oci/vn_monitoring/models/create_dhcp_details.py +1 -1
- oci/vn_monitoring/models/create_drg_attachment_details.py +1 -1
- oci/vn_monitoring/models/create_drg_details.py +1 -1
- oci/vn_monitoring/models/create_drg_route_distribution_details.py +1 -1
- oci/vn_monitoring/models/create_drg_route_table_details.py +1 -1
- oci/vn_monitoring/models/create_internet_gateway_details.py +1 -1
- oci/vn_monitoring/models/create_ip_sec_connection_details.py +1 -1
- oci/vn_monitoring/models/create_ip_sec_connection_tunnel_details.py +1 -1
- oci/vn_monitoring/models/create_ip_sec_tunnel_bgp_session_details.py +1 -1
- oci/vn_monitoring/models/create_ip_sec_tunnel_encryption_domain_details.py +1 -1
- oci/vn_monitoring/models/create_ipv6_details.py +1 -1
- oci/vn_monitoring/models/create_local_peering_gateway_details.py +1 -1
- oci/vn_monitoring/models/create_macsec_key.py +1 -1
- oci/vn_monitoring/models/create_macsec_properties.py +1 -1
- oci/vn_monitoring/models/create_nat_gateway_details.py +1 -1
- oci/vn_monitoring/models/create_network_security_group_details.py +1 -1
- oci/vn_monitoring/models/create_path_analyzer_test_details.py +1 -1
- oci/vn_monitoring/models/create_private_ip_details.py +1 -1
- oci/vn_monitoring/models/create_public_ip_details.py +1 -1
- oci/vn_monitoring/models/create_public_ip_pool_details.py +1 -1
- oci/vn_monitoring/models/create_remote_peering_connection_details.py +1 -1
- oci/vn_monitoring/models/create_route_table_details.py +1 -1
- oci/vn_monitoring/models/create_security_list_details.py +1 -1
- oci/vn_monitoring/models/create_service_gateway_details.py +1 -1
- oci/vn_monitoring/models/create_subnet_details.py +1 -1
- oci/vn_monitoring/models/create_vcn_details.py +1 -1
- oci/vn_monitoring/models/create_virtual_circuit_details.py +1 -1
- oci/vn_monitoring/models/create_virtual_circuit_public_prefix_details.py +1 -1
- oci/vn_monitoring/models/create_vlan_details.py +1 -1
- oci/vn_monitoring/models/create_vnic_details.py +1 -1
- oci/vn_monitoring/models/create_vtap_details.py +1 -1
- oci/vn_monitoring/models/cross_connect.py +1 -1
- oci/vn_monitoring/models/cross_connect_group.py +1 -1
- oci/vn_monitoring/models/cross_connect_location.py +1 -1
- oci/vn_monitoring/models/cross_connect_mapping.py +1 -1
- oci/vn_monitoring/models/cross_connect_mapping_details.py +1 -1
- oci/vn_monitoring/models/cross_connect_mapping_details_collection.py +1 -1
- oci/vn_monitoring/models/cross_connect_port_speed_shape.py +1 -1
- oci/vn_monitoring/models/cross_connect_status.py +1 -1
- oci/vn_monitoring/models/default_drg_route_tables.py +1 -1
- oci/vn_monitoring/models/default_phase_one_parameters.py +1 -1
- oci/vn_monitoring/models/default_phase_two_parameters.py +1 -1
- oci/vn_monitoring/models/delete_virtual_circuit_public_prefix_details.py +1 -1
- oci/vn_monitoring/models/denied_security_action.py +1 -1
- oci/vn_monitoring/models/denied_security_action_details.py +1 -1
- oci/vn_monitoring/models/dhcp_dns_option.py +1 -1
- oci/vn_monitoring/models/dhcp_option.py +1 -1
- oci/vn_monitoring/models/dhcp_options.py +1 -1
- oci/vn_monitoring/models/dhcp_search_domain_option.py +1 -1
- oci/vn_monitoring/models/dpd_config.py +1 -1
- oci/vn_monitoring/models/drg.py +1 -1
- oci/vn_monitoring/models/drg_attachment.py +1 -1
- oci/vn_monitoring/models/drg_attachment_id_drg_route_distribution_match_criteria.py +1 -1
- oci/vn_monitoring/models/drg_attachment_info.py +1 -1
- oci/vn_monitoring/models/drg_attachment_match_all_drg_route_distribution_match_criteria.py +1 -1
- oci/vn_monitoring/models/drg_attachment_network_create_details.py +1 -1
- oci/vn_monitoring/models/drg_attachment_network_details.py +1 -1
- oci/vn_monitoring/models/drg_attachment_network_update_details.py +1 -1
- oci/vn_monitoring/models/drg_attachment_type_drg_route_distribution_match_criteria.py +1 -1
- oci/vn_monitoring/models/drg_redundancy_status.py +1 -1
- oci/vn_monitoring/models/drg_route_distribution.py +1 -1
- oci/vn_monitoring/models/drg_route_distribution_match_criteria.py +1 -1
- oci/vn_monitoring/models/drg_route_distribution_statement.py +1 -1
- oci/vn_monitoring/models/drg_route_rule.py +1 -1
- oci/vn_monitoring/models/drg_route_table.py +1 -1
- oci/vn_monitoring/models/drg_routing_configuration.py +1 -1
- oci/vn_monitoring/models/egress_security_list_configuration.py +1 -1
- oci/vn_monitoring/models/egress_security_rule.py +1 -1
- oci/vn_monitoring/models/egress_traffic_spec.py +1 -1
- oci/vn_monitoring/models/encryption_domain_config.py +1 -1
- oci/vn_monitoring/models/endpoint.py +1 -1
- oci/vn_monitoring/models/fast_connect_provider_service.py +1 -1
- oci/vn_monitoring/models/fast_connect_provider_service_key.py +1 -1
- oci/vn_monitoring/models/flow_log_capture_filter_rule_details.py +1 -1
- oci/vn_monitoring/models/forwarded_routing_action.py +1 -1
- oci/vn_monitoring/models/forwarded_routing_action_details.py +1 -1
- oci/vn_monitoring/models/forwarded_routing_configuration.py +1 -1
- oci/vn_monitoring/models/get_path_analysis_details.py +1 -1
- oci/vn_monitoring/models/get_public_ip_by_ip_address_details.py +1 -1
- oci/vn_monitoring/models/get_public_ip_by_private_ip_id_details.py +1 -1
- oci/vn_monitoring/models/icmp_options.py +1 -1
- oci/vn_monitoring/models/icmp_protocol_parameters.py +1 -1
- oci/vn_monitoring/models/icmp_traffic_protocol_parameters.py +1 -1
- oci/vn_monitoring/models/indeterminate_routing_action.py +1 -1
- oci/vn_monitoring/models/ingress_security_list_configuration.py +1 -1
- oci/vn_monitoring/models/ingress_security_rule.py +1 -1
- oci/vn_monitoring/models/internet_gateway.py +1 -1
- oci/vn_monitoring/models/ip_address_endpoint.py +1 -1
- oci/vn_monitoring/models/ip_sec_connection.py +1 -1
- oci/vn_monitoring/models/ip_sec_connection_device_config.py +1 -1
- oci/vn_monitoring/models/ip_sec_connection_device_status.py +1 -1
- oci/vn_monitoring/models/ip_sec_connection_tunnel.py +1 -1
- oci/vn_monitoring/models/ip_sec_connection_tunnel_error_details.py +1 -1
- oci/vn_monitoring/models/ip_sec_connection_tunnel_shared_secret.py +1 -1
- oci/vn_monitoring/models/ipsec_tunnel_drg_attachment_network_details.py +1 -1
- oci/vn_monitoring/models/ipv6.py +1 -1
- oci/vn_monitoring/models/letter_of_authority.py +1 -1
- oci/vn_monitoring/models/load_balancer_endpoint.py +1 -1
- oci/vn_monitoring/models/load_balancer_listener_endpoint.py +1 -1
- oci/vn_monitoring/models/local_peering_gateway.py +1 -1
- oci/vn_monitoring/models/loop_back_drg_attachment_network_details.py +1 -1
- oci/vn_monitoring/models/macsec_key.py +1 -1
- oci/vn_monitoring/models/macsec_properties.py +1 -1
- oci/vn_monitoring/models/modify_vcn_cidr_details.py +1 -1
- oci/vn_monitoring/models/nat_gateway.py +1 -1
- oci/vn_monitoring/models/network_load_balancer_endpoint.py +1 -1
- oci/vn_monitoring/models/network_load_balancer_listener_endpoint.py +1 -1
- oci/vn_monitoring/models/network_security_group.py +1 -1
- oci/vn_monitoring/models/network_security_group_vnic.py +1 -1
- oci/vn_monitoring/models/networking_topology.py +1 -1
- oci/vn_monitoring/models/no_route_routing_action.py +1 -1
- oci/vn_monitoring/models/no_route_routing_action_details.py +1 -1
- oci/vn_monitoring/models/nsg_configuration.py +1 -1
- oci/vn_monitoring/models/path.py +1 -1
- oci/vn_monitoring/models/path_analysis_work_request_result.py +1 -1
- oci/vn_monitoring/models/path_analyzer_test.py +1 -1
- oci/vn_monitoring/models/path_analyzer_test_collection.py +1 -1
- oci/vn_monitoring/models/path_analyzer_test_summary.py +1 -1
- oci/vn_monitoring/models/path_topology.py +1 -1
- oci/vn_monitoring/models/persisted_get_path_analysis_details.py +1 -1
- oci/vn_monitoring/models/phase_one_config_details.py +1 -1
- oci/vn_monitoring/models/phase_two_config_details.py +1 -1
- oci/vn_monitoring/models/port_range.py +1 -1
- oci/vn_monitoring/models/private_ip.py +1 -1
- oci/vn_monitoring/models/protocol_parameters.py +1 -1
- oci/vn_monitoring/models/public_ip.py +1 -1
- oci/vn_monitoring/models/public_ip_pool.py +1 -1
- oci/vn_monitoring/models/public_ip_pool_collection.py +1 -1
- oci/vn_monitoring/models/public_ip_pool_summary.py +1 -1
- oci/vn_monitoring/models/query_options.py +1 -1
- oci/vn_monitoring/models/remote_peering_connection.py +1 -1
- oci/vn_monitoring/models/remote_peering_connection_drg_attachment_network_details.py +1 -1
- oci/vn_monitoring/models/remove_drg_route_distribution_statements_details.py +1 -1
- oci/vn_monitoring/models/remove_drg_route_rules_details.py +1 -1
- oci/vn_monitoring/models/remove_network_security_group_security_rules_details.py +1 -1
- oci/vn_monitoring/models/remove_public_ip_pool_capacity_details.py +1 -1
- oci/vn_monitoring/models/remove_subnet_ipv6_cidr_details.py +1 -1
- oci/vn_monitoring/models/remove_vcn_cidr_details.py +1 -1
- oci/vn_monitoring/models/remove_vcn_ipv6_cidr_details.py +1 -1
- oci/vn_monitoring/models/route_rule.py +1 -1
- oci/vn_monitoring/models/route_table.py +1 -1
- oci/vn_monitoring/models/routing_action.py +1 -1
- oci/vn_monitoring/models/security_action.py +1 -1
- oci/vn_monitoring/models/security_list.py +1 -1
- oci/vn_monitoring/models/security_rule.py +1 -1
- oci/vn_monitoring/models/service.py +1 -1
- oci/vn_monitoring/models/service_gateway.py +1 -1
- oci/vn_monitoring/models/service_id_request_details.py +1 -1
- oci/vn_monitoring/models/service_id_response_details.py +1 -1
- oci/vn_monitoring/models/stateful_egress_security_list_configuration.py +1 -1
- oci/vn_monitoring/models/stateful_ingress_security_list_configuration.py +1 -1
- oci/vn_monitoring/models/stateful_nsg_configuration.py +1 -1
- oci/vn_monitoring/models/subnet.py +1 -1
- oci/vn_monitoring/models/subnet_endpoint.py +1 -1
- oci/vn_monitoring/models/subnet_topology.py +1 -1
- oci/vn_monitoring/models/tcp_options.py +1 -1
- oci/vn_monitoring/models/tcp_protocol_parameters.py +1 -1
- oci/vn_monitoring/models/tcp_traffic_protocol_parameters.py +1 -1
- oci/vn_monitoring/models/topology.py +1 -1
- oci/vn_monitoring/models/topology_associated_with_entity_relationship.py +1 -1
- oci/vn_monitoring/models/topology_associated_with_relationship_details.py +1 -1
- oci/vn_monitoring/models/topology_contains_entity_relationship.py +1 -1
- oci/vn_monitoring/models/topology_entity_relationship.py +1 -1
- oci/vn_monitoring/models/topology_routes_to_entity_relationship.py +1 -1
- oci/vn_monitoring/models/topology_routes_to_relationship_details.py +1 -1
- oci/vn_monitoring/models/traffic_node.py +1 -1
- oci/vn_monitoring/models/traffic_protocol_parameters.py +1 -1
- oci/vn_monitoring/models/traffic_route.py +1 -1
- oci/vn_monitoring/models/tunnel_config.py +1 -1
- oci/vn_monitoring/models/tunnel_cpe_device_config.py +1 -1
- oci/vn_monitoring/models/tunnel_phase_one_details.py +1 -1
- oci/vn_monitoring/models/tunnel_phase_two_details.py +1 -1
- oci/vn_monitoring/models/tunnel_route_summary.py +1 -1
- oci/vn_monitoring/models/tunnel_security_association_summary.py +1 -1
- oci/vn_monitoring/models/tunnel_status.py +1 -1
- oci/vn_monitoring/models/udp_options.py +1 -1
- oci/vn_monitoring/models/udp_protocol_parameters.py +1 -1
- oci/vn_monitoring/models/udp_traffic_protocol_parameters.py +1 -1
- oci/vn_monitoring/models/update_byoip_range_details.py +1 -1
- oci/vn_monitoring/models/update_capture_filter_details.py +1 -1
- oci/vn_monitoring/models/update_cpe_details.py +1 -1
- oci/vn_monitoring/models/update_cross_connect_details.py +1 -1
- oci/vn_monitoring/models/update_cross_connect_group_details.py +1 -1
- oci/vn_monitoring/models/update_dhcp_details.py +1 -1
- oci/vn_monitoring/models/update_drg_attachment_details.py +1 -1
- oci/vn_monitoring/models/update_drg_details.py +1 -1
- oci/vn_monitoring/models/update_drg_route_distribution_details.py +1 -1
- oci/vn_monitoring/models/update_drg_route_distribution_statement_details.py +1 -1
- oci/vn_monitoring/models/update_drg_route_distribution_statements_details.py +1 -1
- oci/vn_monitoring/models/update_drg_route_rule_details.py +1 -1
- oci/vn_monitoring/models/update_drg_route_rules_details.py +1 -1
- oci/vn_monitoring/models/update_drg_route_table_details.py +1 -1
- oci/vn_monitoring/models/update_internet_gateway_details.py +1 -1
- oci/vn_monitoring/models/update_ip_sec_connection_details.py +1 -1
- oci/vn_monitoring/models/update_ip_sec_connection_tunnel_details.py +1 -1
- oci/vn_monitoring/models/update_ip_sec_connection_tunnel_shared_secret_details.py +1 -1
- oci/vn_monitoring/models/update_ip_sec_tunnel_bgp_session_details.py +1 -1
- oci/vn_monitoring/models/update_ip_sec_tunnel_encryption_domain_details.py +1 -1
- oci/vn_monitoring/models/update_ipv6_details.py +1 -1
- oci/vn_monitoring/models/update_local_peering_gateway_details.py +1 -1
- oci/vn_monitoring/models/update_macsec_key.py +1 -1
- oci/vn_monitoring/models/update_macsec_properties.py +1 -1
- oci/vn_monitoring/models/update_nat_gateway_details.py +1 -1
- oci/vn_monitoring/models/update_network_security_group_details.py +1 -1
- oci/vn_monitoring/models/update_network_security_group_security_rules_details.py +1 -1
- oci/vn_monitoring/models/update_path_analyzer_test_details.py +1 -1
- oci/vn_monitoring/models/update_private_ip_details.py +1 -1
- oci/vn_monitoring/models/update_public_ip_details.py +1 -1
- oci/vn_monitoring/models/update_public_ip_pool_details.py +1 -1
- oci/vn_monitoring/models/update_remote_peering_connection_details.py +1 -1
- oci/vn_monitoring/models/update_route_table_details.py +1 -1
- oci/vn_monitoring/models/update_security_list_details.py +1 -1
- oci/vn_monitoring/models/update_security_rule_details.py +1 -1
- oci/vn_monitoring/models/update_service_gateway_details.py +1 -1
- oci/vn_monitoring/models/update_subnet_details.py +1 -1
- oci/vn_monitoring/models/update_tunnel_cpe_device_config_details.py +1 -1
- oci/vn_monitoring/models/update_vcn_details.py +1 -1
- oci/vn_monitoring/models/update_virtual_circuit_details.py +1 -1
- oci/vn_monitoring/models/update_vlan_details.py +1 -1
- oci/vn_monitoring/models/update_vnic_details.py +1 -1
- oci/vn_monitoring/models/update_vtap_details.py +1 -1
- oci/vn_monitoring/models/updated_network_security_group_security_rules.py +1 -1
- oci/vn_monitoring/models/upgrade_status.py +1 -1
- oci/vn_monitoring/models/vcn.py +1 -1
- oci/vn_monitoring/models/vcn_dns_resolver_association.py +1 -1
- oci/vn_monitoring/models/vcn_drg_attachment_network_create_details.py +1 -1
- oci/vn_monitoring/models/vcn_drg_attachment_network_details.py +1 -1
- oci/vn_monitoring/models/vcn_drg_attachment_network_update_details.py +1 -1
- oci/vn_monitoring/models/vcn_routing_configuration.py +1 -1
- oci/vn_monitoring/models/vcn_topology.py +1 -1
- oci/vn_monitoring/models/virtual_circuit.py +1 -1
- oci/vn_monitoring/models/virtual_circuit_associated_tunnel_details.py +1 -1
- oci/vn_monitoring/models/virtual_circuit_bandwidth_shape.py +1 -1
- oci/vn_monitoring/models/virtual_circuit_drg_attachment_network_details.py +1 -1
- oci/vn_monitoring/models/virtual_circuit_public_prefix.py +1 -1
- oci/vn_monitoring/models/visible_traffic_node.py +1 -1
- oci/vn_monitoring/models/vlan.py +1 -1
- oci/vn_monitoring/models/vlan_endpoint.py +1 -1
- oci/vn_monitoring/models/vnic.py +1 -1
- oci/vn_monitoring/models/vnic_endpoint.py +1 -1
- oci/vn_monitoring/models/vtap.py +1 -1
- oci/vn_monitoring/models/vtap_capture_filter_rule_details.py +1 -1
- oci/vn_monitoring/models/work_request.py +1 -1
- oci/vn_monitoring/models/work_request_error.py +1 -1
- oci/vn_monitoring/models/work_request_error_collection.py +1 -1
- oci/vn_monitoring/models/work_request_log_entry.py +1 -1
- oci/vn_monitoring/models/work_request_log_entry_collection.py +1 -1
- oci/vn_monitoring/models/work_request_resource.py +1 -1
- oci/vn_monitoring/models/work_request_result.py +1 -1
- oci/vn_monitoring/models/work_request_result_collection.py +1 -1
- oci/vn_monitoring/models/work_request_summary.py +1 -1
- oci/vn_monitoring/models/work_request_summary_collection.py +1 -1
- oci/vn_monitoring/vn_monitoring_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +1 -1
- oci/vulnerability_scanning/__init__.py +1 -1
- oci/vulnerability_scanning/models/__init__.py +1 -1
- oci/vulnerability_scanning/models/application_scan_settings.py +1 -1
- oci/vulnerability_scanning/models/change_container_scan_recipe_compartment_details.py +1 -1
- oci/vulnerability_scanning/models/change_container_scan_result_compartment_details.py +1 -1
- oci/vulnerability_scanning/models/change_container_scan_target_compartment_details.py +1 -1
- oci/vulnerability_scanning/models/change_host_agent_scan_result_compartment_details.py +1 -1
- oci/vulnerability_scanning/models/change_host_cis_benchmark_scan_result_compartment_details.py +1 -1
- oci/vulnerability_scanning/models/change_host_endpoint_protection_scan_result_compartment_details.py +1 -1
- oci/vulnerability_scanning/models/change_host_port_scan_result_compartment_details.py +1 -1
- oci/vulnerability_scanning/models/change_host_scan_recipe_compartment_details.py +1 -1
- oci/vulnerability_scanning/models/change_host_scan_target_compartment_details.py +1 -1
- oci/vulnerability_scanning/models/container_scan_recipe.py +1 -1
- oci/vulnerability_scanning/models/container_scan_recipe_summary.py +1 -1
- oci/vulnerability_scanning/models/container_scan_recipe_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/container_scan_registry.py +1 -1
- oci/vulnerability_scanning/models/container_scan_result.py +1 -1
- oci/vulnerability_scanning/models/container_scan_result_problem.py +1 -1
- oci/vulnerability_scanning/models/container_scan_result_summary.py +1 -1
- oci/vulnerability_scanning/models/container_scan_result_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/container_scan_settings.py +1 -1
- oci/vulnerability_scanning/models/container_scan_target.py +1 -1
- oci/vulnerability_scanning/models/container_scan_target_summary.py +1 -1
- oci/vulnerability_scanning/models/container_scan_target_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/create_container_scan_recipe_details.py +1 -1
- oci/vulnerability_scanning/models/create_container_scan_registry_details.py +1 -1
- oci/vulnerability_scanning/models/create_container_scan_target_details.py +1 -1
- oci/vulnerability_scanning/models/create_host_scan_recipe_details.py +1 -1
- oci/vulnerability_scanning/models/create_host_scan_target_details.py +1 -1
- oci/vulnerability_scanning/models/create_ocir_container_scan_registry_details.py +1 -1
- oci/vulnerability_scanning/models/cve_details.py +1 -1
- oci/vulnerability_scanning/models/export_host_agent_scan_result_csv_details.py +1 -1
- oci/vulnerability_scanning/models/export_host_vulnerability_csv_details.py +1 -1
- oci/vulnerability_scanning/models/folder_to_scan.py +1 -1
- oci/vulnerability_scanning/models/host_agent_scan_result.py +1 -1
- oci/vulnerability_scanning/models/host_agent_scan_result_problem.py +1 -1
- oci/vulnerability_scanning/models/host_agent_scan_result_summary.py +1 -1
- oci/vulnerability_scanning/models/host_agent_scan_result_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/host_cis_benchmark_scan_result.py +1 -1
- oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_score.py +1 -1
- oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_summary.py +1 -1
- oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/host_cis_benchmark_settings.py +1 -1
- oci/vulnerability_scanning/models/host_endpoint_protection_scan_result.py +1 -1
- oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_endpoint_protection.py +1 -1
- oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_summary.py +1 -1
- oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/host_endpoint_protection_settings.py +1 -1
- oci/vulnerability_scanning/models/host_port_scan_result.py +1 -1
- oci/vulnerability_scanning/models/host_port_scan_result_open_port.py +1 -1
- oci/vulnerability_scanning/models/host_port_scan_result_summary.py +1 -1
- oci/vulnerability_scanning/models/host_port_scan_result_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/host_scan_agent_configuration.py +1 -1
- oci/vulnerability_scanning/models/host_scan_agent_configuration_oci.py +1 -1
- oci/vulnerability_scanning/models/host_scan_agent_configuration_qualys.py +1 -1
- oci/vulnerability_scanning/models/host_scan_agent_settings.py +1 -1
- oci/vulnerability_scanning/models/host_scan_port_settings.py +1 -1
- oci/vulnerability_scanning/models/host_scan_recipe.py +1 -1
- oci/vulnerability_scanning/models/host_scan_recipe_summary.py +1 -1
- oci/vulnerability_scanning/models/host_scan_recipe_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/host_scan_target.py +1 -1
- oci/vulnerability_scanning/models/host_scan_target_error_summary.py +1 -1
- oci/vulnerability_scanning/models/host_scan_target_error_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/host_scan_target_summary.py +1 -1
- oci/vulnerability_scanning/models/host_scan_target_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/host_vulnerability.py +1 -1
- oci/vulnerability_scanning/models/host_vulnerability_impacted_host_summary.py +1 -1
- oci/vulnerability_scanning/models/host_vulnerability_impacted_host_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/host_vulnerability_summary.py +1 -1
- oci/vulnerability_scanning/models/host_vulnerability_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/impacted_resources_count.py +1 -1
- oci/vulnerability_scanning/models/ocir_container_scan_registry.py +1 -1
- oci/vulnerability_scanning/models/package.py +1 -1
- oci/vulnerability_scanning/models/schedule.py +1 -1
- oci/vulnerability_scanning/models/update_container_scan_recipe_details.py +1 -1
- oci/vulnerability_scanning/models/update_container_scan_registry_details.py +1 -1
- oci/vulnerability_scanning/models/update_container_scan_target_details.py +1 -1
- oci/vulnerability_scanning/models/update_host_scan_recipe_details.py +1 -1
- oci/vulnerability_scanning/models/update_host_scan_target_details.py +1 -1
- oci/vulnerability_scanning/models/update_ocir_container_scan_registry_details.py +1 -1
- oci/vulnerability_scanning/models/vulnerability.py +1 -1
- oci/vulnerability_scanning/models/vulnerability_impacted_container_summary.py +1 -1
- oci/vulnerability_scanning/models/vulnerability_impacted_container_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/vulnerability_impacted_host_summary.py +1 -1
- oci/vulnerability_scanning/models/vulnerability_impacted_host_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/vulnerability_summary.py +1 -1
- oci/vulnerability_scanning/models/vulnerability_summary_collection.py +1 -1
- oci/vulnerability_scanning/models/work_request.py +1 -1
- oci/vulnerability_scanning/models/work_request_collection.py +1 -1
- oci/vulnerability_scanning/models/work_request_error.py +1 -1
- oci/vulnerability_scanning/models/work_request_error_collection.py +1 -1
- oci/vulnerability_scanning/models/work_request_log_entry.py +1 -1
- oci/vulnerability_scanning/models/work_request_log_entry_collection.py +1 -1
- oci/vulnerability_scanning/models/work_request_resource.py +1 -1
- oci/vulnerability_scanning/vulnerability_scanning_client.py +59 -59
- oci/vulnerability_scanning/vulnerability_scanning_client_composite_operations.py +1 -1
- oci/waa/__init__.py +1 -1
- oci/waa/models/__init__.py +1 -1
- oci/waa/models/change_resource_compartment_details.py +1 -1
- oci/waa/models/change_web_app_acceleration_compartment_details.py +1 -1
- oci/waa/models/change_web_app_acceleration_policy_compartment_details.py +1 -1
- oci/waa/models/create_web_app_acceleration_details.py +1 -1
- oci/waa/models/create_web_app_acceleration_load_balancer_details.py +1 -1
- oci/waa/models/create_web_app_acceleration_policy_details.py +1 -1
- oci/waa/models/gzip_compression_policy.py +1 -1
- oci/waa/models/purge_entire_web_app_acceleration_cache_details.py +1 -1
- oci/waa/models/purge_web_app_acceleration_cache_details.py +1 -1
- oci/waa/models/response_caching_policy.py +1 -1
- oci/waa/models/response_compression_policy.py +1 -1
- oci/waa/models/update_web_app_acceleration_details.py +1 -1
- oci/waa/models/update_web_app_acceleration_policy_details.py +1 -1
- oci/waa/models/web_app_acceleration.py +1 -1
- oci/waa/models/web_app_acceleration_collection.py +1 -1
- oci/waa/models/web_app_acceleration_load_balancer.py +1 -1
- oci/waa/models/web_app_acceleration_load_balancer_summary.py +1 -1
- oci/waa/models/web_app_acceleration_policy.py +1 -1
- oci/waa/models/web_app_acceleration_policy_collection.py +1 -1
- oci/waa/models/web_app_acceleration_policy_summary.py +1 -1
- oci/waa/models/web_app_acceleration_summary.py +1 -1
- oci/waa/models/work_request.py +1 -1
- oci/waa/models/work_request_collection.py +1 -1
- oci/waa/models/work_request_error.py +1 -1
- oci/waa/models/work_request_error_collection.py +1 -1
- oci/waa/models/work_request_log_entry.py +1 -1
- oci/waa/models/work_request_log_entry_collection.py +1 -1
- oci/waa/models/work_request_resource.py +1 -1
- oci/waa/waa_client.py +14 -14
- oci/waa/waa_client_composite_operations.py +1 -1
- oci/waa/work_request_client.py +5 -5
- oci/waa/work_request_client_composite_operations.py +1 -1
- oci/waas/__init__.py +1 -1
- oci/waas/models/__init__.py +1 -1
- oci/waas/models/access_rule.py +1 -1
- oci/waas/models/access_rule_criteria.py +1 -1
- oci/waas/models/add_http_response_header_action.py +1 -1
- oci/waas/models/address_list.py +1 -1
- oci/waas/models/address_list_summary.py +1 -1
- oci/waas/models/address_rate_limiting.py +1 -1
- oci/waas/models/block_challenge_settings.py +1 -1
- oci/waas/models/caching_rule.py +1 -1
- oci/waas/models/caching_rule_criteria.py +1 -1
- oci/waas/models/caching_rule_summary.py +1 -1
- oci/waas/models/captcha.py +1 -1
- oci/waas/models/certificate.py +1 -1
- oci/waas/models/certificate_extensions.py +1 -1
- oci/waas/models/certificate_issuer_name.py +1 -1
- oci/waas/models/certificate_public_key_info.py +1 -1
- oci/waas/models/certificate_subject_name.py +1 -1
- oci/waas/models/certificate_summary.py +1 -1
- oci/waas/models/change_address_list_compartment_details.py +1 -1
- oci/waas/models/change_certificate_compartment_details.py +1 -1
- oci/waas/models/change_custom_protection_rule_compartment_details.py +1 -1
- oci/waas/models/change_http_redirect_compartment_details.py +1 -1
- oci/waas/models/change_waas_policy_compartment_details.py +1 -1
- oci/waas/models/create_address_list_details.py +1 -1
- oci/waas/models/create_certificate_details.py +1 -1
- oci/waas/models/create_custom_protection_rule_details.py +1 -1
- oci/waas/models/create_http_redirect_details.py +1 -1
- oci/waas/models/create_waas_policy_details.py +1 -1
- oci/waas/models/custom_protection_rule.py +1 -1
- oci/waas/models/custom_protection_rule_setting.py +1 -1
- oci/waas/models/custom_protection_rule_summary.py +1 -1
- oci/waas/models/device_fingerprint_challenge.py +1 -1
- oci/waas/models/edge_subnet.py +1 -1
- oci/waas/models/extend_http_response_header_action.py +1 -1
- oci/waas/models/good_bot.py +1 -1
- oci/waas/models/header.py +1 -1
- oci/waas/models/header_manipulation_action.py +1 -1
- oci/waas/models/health_check.py +1 -1
- oci/waas/models/http_redirect.py +1 -1
- oci/waas/models/http_redirect_summary.py +1 -1
- oci/waas/models/http_redirect_target.py +1 -1
- oci/waas/models/human_interaction_challenge.py +1 -1
- oci/waas/models/ip_hash_load_balancing_method.py +1 -1
- oci/waas/models/js_challenge.py +1 -1
- oci/waas/models/load_balancing_method.py +1 -1
- oci/waas/models/origin.py +1 -1
- oci/waas/models/origin_group.py +1 -1
- oci/waas/models/origin_group_origins.py +1 -1
- oci/waas/models/policy_config.py +1 -1
- oci/waas/models/protection_rule.py +1 -1
- oci/waas/models/protection_rule_action.py +1 -1
- oci/waas/models/protection_rule_exclusion.py +1 -1
- oci/waas/models/protection_settings.py +1 -1
- oci/waas/models/purge_cache.py +1 -1
- oci/waas/models/recommendation.py +1 -1
- oci/waas/models/remove_http_response_header_action.py +1 -1
- oci/waas/models/round_robin_load_balancing_method.py +1 -1
- oci/waas/models/sticky_cookie_load_balancing_method.py +1 -1
- oci/waas/models/threat_feed.py +1 -1
- oci/waas/models/threat_feed_action.py +1 -1
- oci/waas/models/update_address_list_details.py +1 -1
- oci/waas/models/update_certificate_details.py +1 -1
- oci/waas/models/update_custom_protection_rule_details.py +1 -1
- oci/waas/models/update_http_redirect_details.py +1 -1
- oci/waas/models/update_waas_policy_details.py +1 -1
- oci/waas/models/waas_policy.py +1 -1
- oci/waas/models/waas_policy_custom_protection_rule_summary.py +1 -1
- oci/waas/models/waas_policy_summary.py +1 -1
- oci/waas/models/waf_blocked_request.py +1 -1
- oci/waas/models/waf_config.py +1 -1
- oci/waas/models/waf_config_details.py +1 -1
- oci/waas/models/waf_log.py +1 -1
- oci/waas/models/waf_meter_datum.py +1 -1
- oci/waas/models/waf_request.py +1 -1
- oci/waas/models/waf_traffic_datum.py +1 -1
- oci/waas/models/whitelist.py +1 -1
- oci/waas/models/work_request.py +1 -1
- oci/waas/models/work_request_error.py +1 -1
- oci/waas/models/work_request_log_entry.py +1 -1
- oci/waas/models/work_request_resource.py +1 -1
- oci/waas/models/work_request_summary.py +1 -1
- oci/waas/redirect_client.py +7 -7
- oci/waas/redirect_client_composite_operations.py +1 -1
- oci/waas/waas_client.py +67 -67
- oci/waas/waas_client_composite_operations.py +1 -1
- oci/waf/__init__.py +1 -1
- oci/waf/models/__init__.py +1 -1
- oci/waf/models/access_control_rule.py +1 -1
- oci/waf/models/action.py +1 -1
- oci/waf/models/allow_action.py +1 -1
- oci/waf/models/change_network_address_list_compartment_details.py +1 -1
- oci/waf/models/change_resource_compartment_details.py +1 -1
- oci/waf/models/change_web_app_firewall_compartment_details.py +1 -1
- oci/waf/models/change_web_app_firewall_policy_compartment_details.py +1 -1
- oci/waf/models/check_action.py +1 -1
- oci/waf/models/collaborative_capability_weight.py +1 -1
- oci/waf/models/collaborative_capability_weight_override.py +1 -1
- oci/waf/models/create_network_address_list_addresses_details.py +1 -1
- oci/waf/models/create_network_address_list_details.py +1 -1
- oci/waf/models/create_network_address_list_vcn_addresses_details.py +1 -1
- oci/waf/models/create_web_app_firewall_details.py +1 -1
- oci/waf/models/create_web_app_firewall_load_balancer_details.py +1 -1
- oci/waf/models/create_web_app_firewall_policy_details.py +1 -1
- oci/waf/models/http_response_body.py +1 -1
- oci/waf/models/network_address_list.py +1 -1
- oci/waf/models/network_address_list_addresses.py +1 -1
- oci/waf/models/network_address_list_addresses_summary.py +1 -1
- oci/waf/models/network_address_list_collection.py +1 -1
- oci/waf/models/network_address_list_summary.py +1 -1
- oci/waf/models/network_address_list_vcn_addresses.py +1 -1
- oci/waf/models/network_address_list_vcn_addresses_summary.py +1 -1
- oci/waf/models/private_addresses.py +1 -1
- oci/waf/models/protection_capability.py +1 -1
- oci/waf/models/protection_capability_collection.py +1 -1
- oci/waf/models/protection_capability_exclusions.py +1 -1
- oci/waf/models/protection_capability_group_tag_collection.py +1 -1
- oci/waf/models/protection_capability_group_tag_summary.py +1 -1
- oci/waf/models/protection_capability_settings.py +1 -1
- oci/waf/models/protection_capability_summary.py +1 -1
- oci/waf/models/protection_rule.py +1 -1
- oci/waf/models/request_access_control.py +1 -1
- oci/waf/models/request_protection.py +1 -1
- oci/waf/models/request_rate_limiting.py +1 -1
- oci/waf/models/request_rate_limiting_configuration.py +1 -1
- oci/waf/models/request_rate_limiting_rule.py +1 -1
- oci/waf/models/response_access_control.py +1 -1
- oci/waf/models/response_header.py +1 -1
- oci/waf/models/response_protection.py +1 -1
- oci/waf/models/return_http_response_action.py +1 -1
- oci/waf/models/static_text_http_response_body.py +1 -1
- oci/waf/models/update_network_address_list_addresses_details.py +1 -1
- oci/waf/models/update_network_address_list_details.py +1 -1
- oci/waf/models/update_network_address_list_vcn_addresses_details.py +1 -1
- oci/waf/models/update_web_app_firewall_details.py +1 -1
- oci/waf/models/update_web_app_firewall_policy_details.py +1 -1
- oci/waf/models/web_app_firewall.py +1 -1
- oci/waf/models/web_app_firewall_collection.py +1 -1
- oci/waf/models/web_app_firewall_load_balancer.py +1 -1
- oci/waf/models/web_app_firewall_load_balancer_summary.py +1 -1
- oci/waf/models/web_app_firewall_policy.py +1 -1
- oci/waf/models/web_app_firewall_policy_collection.py +1 -1
- oci/waf/models/web_app_firewall_policy_rule.py +1 -1
- oci/waf/models/web_app_firewall_policy_summary.py +1 -1
- oci/waf/models/web_app_firewall_summary.py +1 -1
- oci/waf/models/work_request.py +1 -1
- oci/waf/models/work_request_collection.py +1 -1
- oci/waf/models/work_request_error.py +1 -1
- oci/waf/models/work_request_error_collection.py +1 -1
- oci/waf/models/work_request_log_entry.py +1 -1
- oci/waf/models/work_request_log_entry_collection.py +1 -1
- oci/waf/models/work_request_resource.py +1 -1
- oci/waf/waf_client.py +25 -25
- oci/waf/waf_client_composite_operations.py +1 -1
- oci/waiter.py +1 -1
- oci/work_requests/__init__.py +1 -1
- oci/work_requests/models/__init__.py +1 -1
- oci/work_requests/models/work_request.py +1 -1
- oci/work_requests/models/work_request_error.py +1 -1
- oci/work_requests/models/work_request_log_entry.py +1 -1
- oci/work_requests/models/work_request_resource.py +1 -1
- oci/work_requests/models/work_request_summary.py +1 -1
- oci/work_requests/work_request_client.py +5 -5
- oci/work_requests/work_request_client_composite_operations.py +1 -1
- {oci-2.118.0.dist-info → oci-2.118.2.dist-info}/METADATA +1 -1
- oci-2.118.2.dist-info/RECORD +11880 -0
- oci-2.118.0.dist-info/RECORD +0 -11857
- {oci-2.118.0.dist-info → oci-2.118.2.dist-info}/LICENSE.txt +0 -0
- {oci-2.118.0.dist-info → oci-2.118.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.118.0.dist-info → oci-2.118.2.dist-info}/WHEEL +0 -0
- {oci-2.118.0.dist-info → oci-2.118.2.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding: utf-8
|
2
|
-
# Copyright (c) 2016,
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
3
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
4
|
|
5
5
|
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20160918
|
@@ -157,7 +157,7 @@ class DatabaseClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['exadataInfrastructureId']
|
@@ -272,7 +272,7 @@ class DatabaseClient(object):
|
|
272
272
|
:rtype: :class:`~oci.response.Response`
|
273
273
|
|
274
274
|
:example:
|
275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
|
276
276
|
"""
|
277
277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
278
278
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -387,7 +387,7 @@ class DatabaseClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = ['exadataInfrastructureId']
|
@@ -505,7 +505,7 @@ class DatabaseClient(object):
|
|
505
505
|
:rtype: :class:`~oci.response.Response`
|
506
506
|
|
507
507
|
:example:
|
508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
|
509
509
|
"""
|
510
510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
511
511
|
required_arguments = ['cloudVmClusterId']
|
@@ -625,7 +625,7 @@ class DatabaseClient(object):
|
|
625
625
|
:rtype: :class:`~oci.response.Response`
|
626
626
|
|
627
627
|
:example:
|
628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
|
629
629
|
"""
|
630
630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
631
631
|
required_arguments = ['vmClusterId']
|
@@ -745,7 +745,7 @@ class DatabaseClient(object):
|
|
745
745
|
:rtype: :class:`~oci.response.Response`
|
746
746
|
|
747
747
|
:example:
|
748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
749
749
|
"""
|
750
750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
751
751
|
required_arguments = ['autonomousDatabaseId']
|
@@ -862,7 +862,7 @@ class DatabaseClient(object):
|
|
862
862
|
:rtype: :class:`~oci.response.Response`
|
863
863
|
|
864
864
|
:example:
|
865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
866
866
|
"""
|
867
867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
868
868
|
required_arguments = ['backupId']
|
@@ -982,7 +982,7 @@ class DatabaseClient(object):
|
|
982
982
|
:rtype: :class:`~oci.response.Response`
|
983
983
|
|
984
984
|
:example:
|
985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
986
986
|
"""
|
987
987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
988
988
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1104,7 +1104,7 @@ class DatabaseClient(object):
|
|
1104
1104
|
:rtype: :class:`~oci.response.Response`
|
1105
1105
|
|
1106
1106
|
:example:
|
1107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
1107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1108
1108
|
"""
|
1109
1109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1110
1110
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1226,7 +1226,7 @@ class DatabaseClient(object):
|
|
1226
1226
|
:rtype: :class:`~oci.response.Response`
|
1227
1227
|
|
1228
1228
|
:example:
|
1229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
1229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1230
1230
|
"""
|
1231
1231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1232
1232
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
|
|
1344
1344
|
:rtype: :class:`~oci.response.Response`
|
1345
1345
|
|
1346
1346
|
:example:
|
1347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
1347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1348
1348
|
"""
|
1349
1349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1350
1350
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1466,7 +1466,7 @@ class DatabaseClient(object):
|
|
1466
1466
|
:rtype: :class:`~oci.response.Response`
|
1467
1467
|
|
1468
1468
|
:example:
|
1469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
1469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1470
1470
|
"""
|
1471
1471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1472
1472
|
required_arguments = ['backupDestinationId']
|
@@ -1584,7 +1584,7 @@ class DatabaseClient(object):
|
|
1584
1584
|
:rtype: :class:`~oci.response.Response`
|
1585
1585
|
|
1586
1586
|
:example:
|
1587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
1587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
1588
1588
|
"""
|
1589
1589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1590
1590
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -1704,7 +1704,7 @@ class DatabaseClient(object):
|
|
1704
1704
|
:rtype: :class:`~oci.response.Response`
|
1705
1705
|
|
1706
1706
|
:example:
|
1707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
1707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
1708
1708
|
"""
|
1709
1709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1710
1710
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -1822,7 +1822,7 @@ class DatabaseClient(object):
|
|
1822
1822
|
:rtype: :class:`~oci.response.Response`
|
1823
1823
|
|
1824
1824
|
:example:
|
1825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
1825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
1826
1826
|
"""
|
1827
1827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1828
1828
|
required_arguments = ['cloudVmClusterId']
|
@@ -1944,7 +1944,7 @@ class DatabaseClient(object):
|
|
1944
1944
|
:rtype: :class:`~oci.response.Response`
|
1945
1945
|
|
1946
1946
|
:example:
|
1947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
1947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
1948
1948
|
"""
|
1949
1949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1950
1950
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2067,7 +2067,7 @@ class DatabaseClient(object):
|
|
2067
2067
|
:rtype: :class:`~oci.response.Response`
|
2068
2068
|
|
2069
2069
|
:example:
|
2070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
2070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2071
2071
|
"""
|
2072
2072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2073
2073
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2198,7 +2198,7 @@ class DatabaseClient(object):
|
|
2198
2198
|
:rtype: :class:`~oci.response.Response`
|
2199
2199
|
|
2200
2200
|
:example:
|
2201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
2201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2202
2202
|
"""
|
2203
2203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2204
2204
|
required_arguments = ['dbSystemId']
|
@@ -2309,7 +2309,7 @@ class DatabaseClient(object):
|
|
2309
2309
|
:rtype: :class:`~oci.response.Response`
|
2310
2310
|
|
2311
2311
|
:example:
|
2312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
2312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
2313
2313
|
"""
|
2314
2314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2315
2315
|
required_arguments = ['autonomousDatabaseId']
|
@@ -2427,7 +2427,7 @@ class DatabaseClient(object):
|
|
2427
2427
|
:rtype: :class:`~oci.response.Response`
|
2428
2428
|
|
2429
2429
|
:example:
|
2430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
2430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
2431
2431
|
"""
|
2432
2432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2433
2433
|
required_arguments = ['exadataInfrastructureId']
|
@@ -2550,7 +2550,7 @@ class DatabaseClient(object):
|
|
2550
2550
|
:rtype: :class:`~oci.response.Response`
|
2551
2551
|
|
2552
2552
|
:example:
|
2553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
2553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
2554
2554
|
"""
|
2555
2555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2556
2556
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -2672,7 +2672,7 @@ class DatabaseClient(object):
|
|
2672
2672
|
:rtype: :class:`~oci.response.Response`
|
2673
2673
|
|
2674
2674
|
:example:
|
2675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
2675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
2676
2676
|
"""
|
2677
2677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2678
2678
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -2797,7 +2797,7 @@ class DatabaseClient(object):
|
|
2797
2797
|
:rtype: :class:`~oci.response.Response`
|
2798
2798
|
|
2799
2799
|
:example:
|
2800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
2800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
2801
2801
|
"""
|
2802
2802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2803
2803
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -2919,7 +2919,7 @@ class DatabaseClient(object):
|
|
2919
2919
|
:rtype: :class:`~oci.response.Response`
|
2920
2920
|
|
2921
2921
|
:example:
|
2922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
2922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
2923
2923
|
"""
|
2924
2924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2925
2925
|
required_arguments = ['keyStoreId']
|
@@ -3037,7 +3037,7 @@ class DatabaseClient(object):
|
|
3037
3037
|
:rtype: :class:`~oci.response.Response`
|
3038
3038
|
|
3039
3039
|
:example:
|
3040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
3040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
3041
3041
|
"""
|
3042
3042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3043
3043
|
required_arguments = ['databaseId']
|
@@ -3155,7 +3155,7 @@ class DatabaseClient(object):
|
|
3155
3155
|
:rtype: :class:`~oci.response.Response`
|
3156
3156
|
|
3157
3157
|
:example:
|
3158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
3158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
3159
3159
|
"""
|
3160
3160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3161
3161
|
required_arguments = ['oneoffPatchId']
|
@@ -3274,7 +3274,7 @@ class DatabaseClient(object):
|
|
3274
3274
|
:rtype: :class:`~oci.response.Response`
|
3275
3275
|
|
3276
3276
|
:example:
|
3277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
3277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
3278
3278
|
"""
|
3279
3279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3280
3280
|
required_arguments = ['vmClusterId']
|
@@ -3391,7 +3391,7 @@ class DatabaseClient(object):
|
|
3391
3391
|
:rtype: :class:`~oci.response.Response`
|
3392
3392
|
|
3393
3393
|
:example:
|
3394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
3394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
3395
3395
|
"""
|
3396
3396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3397
3397
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -3508,7 +3508,7 @@ class DatabaseClient(object):
|
|
3508
3508
|
:rtype: :class:`~oci.response.Response`
|
3509
3509
|
|
3510
3510
|
:example:
|
3511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
3511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
3512
3512
|
"""
|
3513
3513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3514
3514
|
required_arguments = ['backupId']
|
@@ -3630,7 +3630,7 @@ class DatabaseClient(object):
|
|
3630
3630
|
:rtype: :class:`~oci.response.Response`
|
3631
3631
|
|
3632
3632
|
:example:
|
3633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
3633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
3634
3634
|
"""
|
3635
3635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3636
3636
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3741,7 +3741,7 @@ class DatabaseClient(object):
|
|
3741
3741
|
:rtype: :class:`~oci.response.Response`
|
3742
3742
|
|
3743
3743
|
:example:
|
3744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
3744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
3745
3745
|
"""
|
3746
3746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3747
3747
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3851,7 +3851,7 @@ class DatabaseClient(object):
|
|
3851
3851
|
:rtype: :class:`~oci.response.Response`
|
3852
3852
|
|
3853
3853
|
:example:
|
3854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
3854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
3855
3855
|
"""
|
3856
3856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3857
3857
|
required_arguments = ['databaseId']
|
@@ -3969,7 +3969,7 @@ class DatabaseClient(object):
|
|
3969
3969
|
:rtype: :class:`~oci.response.Response`
|
3970
3970
|
|
3971
3971
|
:example:
|
3972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
3972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
3973
3973
|
"""
|
3974
3974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3975
3975
|
required_arguments = ['pluggableDatabaseId']
|
@@ -4079,7 +4079,7 @@ class DatabaseClient(object):
|
|
4079
4079
|
:rtype: :class:`~oci.response.Response`
|
4080
4080
|
|
4081
4081
|
:example:
|
4082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
4083
4083
|
"""
|
4084
4084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4085
4085
|
required_arguments = []
|
@@ -4172,7 +4172,7 @@ class DatabaseClient(object):
|
|
4172
4172
|
:rtype: :class:`~oci.response.Response`
|
4173
4173
|
|
4174
4174
|
:example:
|
4175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
4176
4176
|
"""
|
4177
4177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4178
4178
|
required_arguments = []
|
@@ -4278,7 +4278,7 @@ class DatabaseClient(object):
|
|
4278
4278
|
:rtype: :class:`~oci.response.Response`
|
4279
4279
|
|
4280
4280
|
:example:
|
4281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
4282
4282
|
"""
|
4283
4283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4284
4284
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -4384,7 +4384,7 @@ class DatabaseClient(object):
|
|
4384
4384
|
:rtype: :class:`~oci.response.Response`
|
4385
4385
|
|
4386
4386
|
:example:
|
4387
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
4388
4388
|
"""
|
4389
4389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4390
4390
|
required_arguments = []
|
@@ -4480,7 +4480,7 @@ class DatabaseClient(object):
|
|
4480
4480
|
:rtype: :class:`~oci.response.Response`
|
4481
4481
|
|
4482
4482
|
:example:
|
4483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
4484
4484
|
"""
|
4485
4485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4486
4486
|
required_arguments = []
|
@@ -4576,7 +4576,7 @@ class DatabaseClient(object):
|
|
4576
4576
|
:rtype: :class:`~oci.response.Response`
|
4577
4577
|
|
4578
4578
|
:example:
|
4579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
4580
4580
|
"""
|
4581
4581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4582
4582
|
required_arguments = []
|
@@ -4669,7 +4669,7 @@ class DatabaseClient(object):
|
|
4669
4669
|
:rtype: :class:`~oci.response.Response`
|
4670
4670
|
|
4671
4671
|
:example:
|
4672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
4673
4673
|
"""
|
4674
4674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4675
4675
|
required_arguments = []
|
@@ -4763,7 +4763,7 @@ class DatabaseClient(object):
|
|
4763
4763
|
:rtype: :class:`~oci.response.Response`
|
4764
4764
|
|
4765
4765
|
:example:
|
4766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
4767
4767
|
"""
|
4768
4768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4769
4769
|
required_arguments = []
|
@@ -4859,7 +4859,7 @@ class DatabaseClient(object):
|
|
4859
4859
|
:rtype: :class:`~oci.response.Response`
|
4860
4860
|
|
4861
4861
|
:example:
|
4862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
4863
4863
|
"""
|
4864
4864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4865
4865
|
required_arguments = []
|
@@ -4959,7 +4959,7 @@ class DatabaseClient(object):
|
|
4959
4959
|
:rtype: :class:`~oci.response.Response`
|
4960
4960
|
|
4961
4961
|
:example:
|
4962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
4962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
4963
4963
|
"""
|
4964
4964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4965
4965
|
required_arguments = []
|
@@ -5057,7 +5057,7 @@ class DatabaseClient(object):
|
|
5057
5057
|
:rtype: :class:`~oci.response.Response`
|
5058
5058
|
|
5059
5059
|
:example:
|
5060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
5061
5061
|
"""
|
5062
5062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5063
5063
|
required_arguments = []
|
@@ -5157,7 +5157,7 @@ class DatabaseClient(object):
|
|
5157
5157
|
:rtype: :class:`~oci.response.Response`
|
5158
5158
|
|
5159
5159
|
:example:
|
5160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
5161
5161
|
"""
|
5162
5162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5163
5163
|
required_arguments = ['dbNodeId']
|
@@ -5268,7 +5268,7 @@ class DatabaseClient(object):
|
|
5268
5268
|
:rtype: :class:`~oci.response.Response`
|
5269
5269
|
|
5270
5270
|
:example:
|
5271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
5272
5272
|
"""
|
5273
5273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5274
5274
|
required_arguments = ['dbNodeId']
|
@@ -5388,7 +5388,7 @@ class DatabaseClient(object):
|
|
5388
5388
|
:rtype: :class:`~oci.response.Response`
|
5389
5389
|
|
5390
5390
|
:example:
|
5391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
5392
5392
|
"""
|
5393
5393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5394
5394
|
required_arguments = ['databaseId']
|
@@ -5494,7 +5494,7 @@ class DatabaseClient(object):
|
|
5494
5494
|
:rtype: :class:`~oci.response.Response`
|
5495
5495
|
|
5496
5496
|
:example:
|
5497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
5498
5498
|
"""
|
5499
5499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5500
5500
|
required_arguments = []
|
@@ -5587,7 +5587,7 @@ class DatabaseClient(object):
|
|
5587
5587
|
:rtype: :class:`~oci.response.Response`
|
5588
5588
|
|
5589
5589
|
:example:
|
5590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
5591
5591
|
"""
|
5592
5592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5593
5593
|
required_arguments = []
|
@@ -5678,7 +5678,7 @@ class DatabaseClient(object):
|
|
5678
5678
|
:rtype: :class:`~oci.response.Response`
|
5679
5679
|
|
5680
5680
|
:example:
|
5681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
5682
5682
|
"""
|
5683
5683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5684
5684
|
required_arguments = []
|
@@ -5773,7 +5773,7 @@ class DatabaseClient(object):
|
|
5773
5773
|
:rtype: :class:`~oci.response.Response`
|
5774
5774
|
|
5775
5775
|
:example:
|
5776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5776
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
5777
5777
|
"""
|
5778
5778
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5779
5779
|
required_arguments = []
|
@@ -5870,7 +5870,7 @@ class DatabaseClient(object):
|
|
5870
5870
|
:rtype: :class:`~oci.response.Response`
|
5871
5871
|
|
5872
5872
|
:example:
|
5873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
5874
5874
|
"""
|
5875
5875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5876
5876
|
required_arguments = []
|
@@ -5964,7 +5964,7 @@ class DatabaseClient(object):
|
|
5964
5964
|
:rtype: :class:`~oci.response.Response`
|
5965
5965
|
|
5966
5966
|
:example:
|
5967
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
5967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
5968
5968
|
"""
|
5969
5969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5970
5970
|
required_arguments = []
|
@@ -6060,7 +6060,7 @@ class DatabaseClient(object):
|
|
6060
6060
|
:rtype: :class:`~oci.response.Response`
|
6061
6061
|
|
6062
6062
|
:example:
|
6063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
6064
6064
|
"""
|
6065
6065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6066
6066
|
required_arguments = []
|
@@ -6156,7 +6156,7 @@ class DatabaseClient(object):
|
|
6156
6156
|
:rtype: :class:`~oci.response.Response`
|
6157
6157
|
|
6158
6158
|
:example:
|
6159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
6160
6160
|
"""
|
6161
6161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6162
6162
|
required_arguments = []
|
@@ -6253,7 +6253,7 @@ class DatabaseClient(object):
|
|
6253
6253
|
:rtype: :class:`~oci.response.Response`
|
6254
6254
|
|
6255
6255
|
:example:
|
6256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
6257
6257
|
"""
|
6258
6258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6259
6259
|
required_arguments = []
|
@@ -6349,7 +6349,7 @@ class DatabaseClient(object):
|
|
6349
6349
|
:rtype: :class:`~oci.response.Response`
|
6350
6350
|
|
6351
6351
|
:example:
|
6352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
6353
6353
|
"""
|
6354
6354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6355
6355
|
required_arguments = []
|
@@ -6448,7 +6448,7 @@ class DatabaseClient(object):
|
|
6448
6448
|
:rtype: :class:`~oci.response.Response`
|
6449
6449
|
|
6450
6450
|
:example:
|
6451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
6452
6452
|
"""
|
6453
6453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6454
6454
|
required_arguments = []
|
@@ -6544,7 +6544,7 @@ class DatabaseClient(object):
|
|
6544
6544
|
:rtype: :class:`~oci.response.Response`
|
6545
6545
|
|
6546
6546
|
:example:
|
6547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
6548
6548
|
"""
|
6549
6549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6550
6550
|
required_arguments = []
|
@@ -6642,7 +6642,7 @@ class DatabaseClient(object):
|
|
6642
6642
|
:rtype: :class:`~oci.response.Response`
|
6643
6643
|
|
6644
6644
|
:example:
|
6645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
6646
6646
|
"""
|
6647
6647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6648
6648
|
required_arguments = []
|
@@ -6739,7 +6739,7 @@ class DatabaseClient(object):
|
|
6739
6739
|
:rtype: :class:`~oci.response.Response`
|
6740
6740
|
|
6741
6741
|
:example:
|
6742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
6743
6743
|
"""
|
6744
6744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6745
6745
|
required_arguments = []
|
@@ -6841,7 +6841,7 @@ class DatabaseClient(object):
|
|
6841
6841
|
:rtype: :class:`~oci.response.Response`
|
6842
6842
|
|
6843
6843
|
:example:
|
6844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
6845
6845
|
"""
|
6846
6846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6847
6847
|
required_arguments = ['exadataInfrastructureId']
|
@@ -6970,7 +6970,7 @@ class DatabaseClient(object):
|
|
6970
6970
|
:rtype: :class:`~oci.response.Response`
|
6971
6971
|
|
6972
6972
|
:example:
|
6973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
6973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
6974
6974
|
"""
|
6975
6975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6976
6976
|
required_arguments = ['dbNodeId', 'action']
|
@@ -7083,7 +7083,7 @@ class DatabaseClient(object):
|
|
7083
7083
|
:rtype: :class:`~oci.response.Response`
|
7084
7084
|
|
7085
7085
|
:example:
|
7086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
7086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
7087
7087
|
"""
|
7088
7088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7089
7089
|
required_arguments = ['applicationVipId']
|
@@ -7186,7 +7186,7 @@ class DatabaseClient(object):
|
|
7186
7186
|
:rtype: :class:`~oci.response.Response`
|
7187
7187
|
|
7188
7188
|
:example:
|
7189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
7189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
7190
7190
|
"""
|
7191
7191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7192
7192
|
required_arguments = ['autonomousDatabaseId']
|
@@ -7289,7 +7289,7 @@ class DatabaseClient(object):
|
|
7289
7289
|
:rtype: :class:`~oci.response.Response`
|
7290
7290
|
|
7291
7291
|
:example:
|
7292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
7292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
7293
7293
|
"""
|
7294
7294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7295
7295
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -7392,7 +7392,7 @@ class DatabaseClient(object):
|
|
7392
7392
|
:rtype: :class:`~oci.response.Response`
|
7393
7393
|
|
7394
7394
|
:example:
|
7395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
7395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
7396
7396
|
"""
|
7397
7397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7398
7398
|
required_arguments = ['autonomousVmClusterId']
|
@@ -7492,7 +7492,7 @@ class DatabaseClient(object):
|
|
7492
7492
|
:rtype: :class:`~oci.response.Response`
|
7493
7493
|
|
7494
7494
|
:example:
|
7495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
7495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
7496
7496
|
"""
|
7497
7497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7498
7498
|
required_arguments = ['backupId']
|
@@ -7593,7 +7593,7 @@ class DatabaseClient(object):
|
|
7593
7593
|
:rtype: :class:`~oci.response.Response`
|
7594
7594
|
|
7595
7595
|
:example:
|
7596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
7596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
7597
7597
|
"""
|
7598
7598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7599
7599
|
required_arguments = ['backupDestinationId']
|
@@ -7696,7 +7696,7 @@ class DatabaseClient(object):
|
|
7696
7696
|
:rtype: :class:`~oci.response.Response`
|
7697
7697
|
|
7698
7698
|
:example:
|
7699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
7699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
7700
7700
|
"""
|
7701
7701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7702
7702
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -7802,7 +7802,7 @@ class DatabaseClient(object):
|
|
7802
7802
|
:rtype: :class:`~oci.response.Response`
|
7803
7803
|
|
7804
7804
|
:example:
|
7805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
7805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
7806
7806
|
"""
|
7807
7807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7808
7808
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -7913,7 +7913,7 @@ class DatabaseClient(object):
|
|
7913
7913
|
:rtype: :class:`~oci.response.Response`
|
7914
7914
|
|
7915
7915
|
:example:
|
7916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
7916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
7917
7917
|
"""
|
7918
7918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7919
7919
|
required_arguments = ['cloudVmClusterId']
|
@@ -8016,7 +8016,7 @@ class DatabaseClient(object):
|
|
8016
8016
|
:rtype: :class:`~oci.response.Response`
|
8017
8017
|
|
8018
8018
|
:example:
|
8019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
8020
8020
|
"""
|
8021
8021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8022
8022
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -8121,7 +8121,7 @@ class DatabaseClient(object):
|
|
8121
8121
|
:rtype: :class:`~oci.response.Response`
|
8122
8122
|
|
8123
8123
|
:example:
|
8124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
8125
8125
|
"""
|
8126
8126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8127
8127
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -8234,7 +8234,7 @@ class DatabaseClient(object):
|
|
8234
8234
|
:rtype: :class:`~oci.response.Response`
|
8235
8235
|
|
8236
8236
|
:example:
|
8237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
8238
8238
|
"""
|
8239
8239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8240
8240
|
required_arguments = ['databaseId']
|
@@ -8342,7 +8342,7 @@ class DatabaseClient(object):
|
|
8342
8342
|
:rtype: :class:`~oci.response.Response`
|
8343
8343
|
|
8344
8344
|
:example:
|
8345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
8346
8346
|
"""
|
8347
8347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8348
8348
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -8449,7 +8449,7 @@ class DatabaseClient(object):
|
|
8449
8449
|
:rtype: :class:`~oci.response.Response`
|
8450
8450
|
|
8451
8451
|
:example:
|
8452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
8453
8453
|
"""
|
8454
8454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8455
8455
|
required_arguments = ['dbHomeId']
|
@@ -8558,7 +8558,7 @@ class DatabaseClient(object):
|
|
8558
8558
|
:rtype: :class:`~oci.response.Response`
|
8559
8559
|
|
8560
8560
|
:example:
|
8561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
8562
8562
|
"""
|
8563
8563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8564
8564
|
required_arguments = ['exadataInfrastructureId']
|
@@ -8663,7 +8663,7 @@ class DatabaseClient(object):
|
|
8663
8663
|
:rtype: :class:`~oci.response.Response`
|
8664
8664
|
|
8665
8665
|
:example:
|
8666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
8667
8667
|
"""
|
8668
8668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8669
8669
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -8769,7 +8769,7 @@ class DatabaseClient(object):
|
|
8769
8769
|
:rtype: :class:`~oci.response.Response`
|
8770
8770
|
|
8771
8771
|
:example:
|
8772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
8773
8773
|
"""
|
8774
8774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8775
8775
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -8872,7 +8872,7 @@ class DatabaseClient(object):
|
|
8872
8872
|
:rtype: :class:`~oci.response.Response`
|
8873
8873
|
|
8874
8874
|
:example:
|
8875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
8876
8876
|
"""
|
8877
8877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8878
8878
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -8976,7 +8976,7 @@ class DatabaseClient(object):
|
|
8976
8976
|
:rtype: :class:`~oci.response.Response`
|
8977
8977
|
|
8978
8978
|
:example:
|
8979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
8979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
8980
8980
|
"""
|
8981
8981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8982
8982
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -9079,7 +9079,7 @@ class DatabaseClient(object):
|
|
9079
9079
|
:rtype: :class:`~oci.response.Response`
|
9080
9080
|
|
9081
9081
|
:example:
|
9082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
9082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
9083
9083
|
"""
|
9084
9084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9085
9085
|
required_arguments = ['keyStoreId']
|
@@ -9182,7 +9182,7 @@ class DatabaseClient(object):
|
|
9182
9182
|
:rtype: :class:`~oci.response.Response`
|
9183
9183
|
|
9184
9184
|
:example:
|
9185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
9185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
9186
9186
|
"""
|
9187
9187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9188
9188
|
required_arguments = ['oneoffPatchId']
|
@@ -9285,7 +9285,7 @@ class DatabaseClient(object):
|
|
9285
9285
|
:rtype: :class:`~oci.response.Response`
|
9286
9286
|
|
9287
9287
|
:example:
|
9288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
9288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
9289
9289
|
"""
|
9290
9290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9291
9291
|
required_arguments = ['pluggableDatabaseId']
|
@@ -9388,7 +9388,7 @@ class DatabaseClient(object):
|
|
9388
9388
|
:rtype: :class:`~oci.response.Response`
|
9389
9389
|
|
9390
9390
|
:example:
|
9391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
9391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
9392
9392
|
"""
|
9393
9393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9394
9394
|
required_arguments = ['vmClusterId']
|
@@ -9497,7 +9497,7 @@ class DatabaseClient(object):
|
|
9497
9497
|
:rtype: :class:`~oci.response.Response`
|
9498
9498
|
|
9499
9499
|
:example:
|
9500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
9500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
9501
9501
|
"""
|
9502
9502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9503
9503
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -9599,7 +9599,7 @@ class DatabaseClient(object):
|
|
9599
9599
|
:rtype: :class:`~oci.response.Response`
|
9600
9600
|
|
9601
9601
|
:example:
|
9602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
9602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
9603
9603
|
"""
|
9604
9604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9605
9605
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9698,7 +9698,7 @@ class DatabaseClient(object):
|
|
9698
9698
|
:rtype: :class:`~oci.response.Response`
|
9699
9699
|
|
9700
9700
|
:example:
|
9701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
9701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
9702
9702
|
"""
|
9703
9703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9704
9704
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9794,7 +9794,7 @@ class DatabaseClient(object):
|
|
9794
9794
|
:rtype: :class:`~oci.response.Response`
|
9795
9795
|
|
9796
9796
|
:example:
|
9797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
9797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
9798
9798
|
"""
|
9799
9799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9800
9800
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9902,7 +9902,7 @@ class DatabaseClient(object):
|
|
9902
9902
|
:rtype: :class:`~oci.response.Response`
|
9903
9903
|
|
9904
9904
|
:example:
|
9905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
9905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
9906
9906
|
"""
|
9907
9907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9908
9908
|
required_arguments = ['databaseId']
|
@@ -10017,7 +10017,7 @@ class DatabaseClient(object):
|
|
10017
10017
|
:rtype: :class:`~oci.response.Response`
|
10018
10018
|
|
10019
10019
|
:example:
|
10020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
10020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
10021
10021
|
"""
|
10022
10022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10023
10023
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10130,7 +10130,7 @@ class DatabaseClient(object):
|
|
10130
10130
|
:rtype: :class:`~oci.response.Response`
|
10131
10131
|
|
10132
10132
|
:example:
|
10133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
10133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
10134
10134
|
"""
|
10135
10135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10136
10136
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10247,7 +10247,7 @@ class DatabaseClient(object):
|
|
10247
10247
|
:rtype: :class:`~oci.response.Response`
|
10248
10248
|
|
10249
10249
|
:example:
|
10250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
10250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
|
10251
10251
|
"""
|
10252
10252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10253
10253
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10360,7 +10360,7 @@ class DatabaseClient(object):
|
|
10360
10360
|
:rtype: :class:`~oci.response.Response`
|
10361
10361
|
|
10362
10362
|
:example:
|
10363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
10363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
|
10364
10364
|
"""
|
10365
10365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10366
10366
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10473,7 +10473,7 @@ class DatabaseClient(object):
|
|
10473
10473
|
:rtype: :class:`~oci.response.Response`
|
10474
10474
|
|
10475
10475
|
:example:
|
10476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
10476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
|
10477
10477
|
"""
|
10478
10478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10479
10479
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10590,7 +10590,7 @@ class DatabaseClient(object):
|
|
10590
10590
|
:rtype: :class:`~oci.response.Response`
|
10591
10591
|
|
10592
10592
|
:example:
|
10593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
10593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
10594
10594
|
"""
|
10595
10595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10596
10596
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10703,7 +10703,7 @@ class DatabaseClient(object):
|
|
10703
10703
|
:rtype: :class:`~oci.response.Response`
|
10704
10704
|
|
10705
10705
|
:example:
|
10706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
10706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
10707
10707
|
"""
|
10708
10708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10709
10709
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10816,7 +10816,7 @@ class DatabaseClient(object):
|
|
10816
10816
|
:rtype: :class:`~oci.response.Response`
|
10817
10817
|
|
10818
10818
|
:example:
|
10819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
10819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
10820
10820
|
"""
|
10821
10821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10822
10822
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10929,7 +10929,7 @@ class DatabaseClient(object):
|
|
10929
10929
|
:rtype: :class:`~oci.response.Response`
|
10930
10930
|
|
10931
10931
|
:example:
|
10932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
10932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
10933
10933
|
"""
|
10934
10934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10935
10935
|
required_arguments = ['pluggableDatabaseId']
|
@@ -11039,7 +11039,7 @@ class DatabaseClient(object):
|
|
11039
11039
|
:rtype: :class:`~oci.response.Response`
|
11040
11040
|
|
11041
11041
|
:example:
|
11042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
11042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
11043
11043
|
"""
|
11044
11044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11045
11045
|
required_arguments = ['exadataInfrastructureId']
|
@@ -11152,7 +11152,7 @@ class DatabaseClient(object):
|
|
11152
11152
|
:rtype: :class:`~oci.response.Response`
|
11153
11153
|
|
11154
11154
|
:example:
|
11155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
11155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
11156
11156
|
"""
|
11157
11157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11158
11158
|
required_arguments = ['oneoffPatchId']
|
@@ -11267,7 +11267,7 @@ class DatabaseClient(object):
|
|
11267
11267
|
:rtype: :class:`~oci.response.Response`
|
11268
11268
|
|
11269
11269
|
:example:
|
11270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
11270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
11271
11271
|
"""
|
11272
11272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11273
11273
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11381,7 +11381,7 @@ class DatabaseClient(object):
|
|
11381
11381
|
:rtype: :class:`~oci.response.Response`
|
11382
11382
|
|
11383
11383
|
:example:
|
11384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
11384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
11385
11385
|
"""
|
11386
11386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11387
11387
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11483,7 +11483,7 @@ class DatabaseClient(object):
|
|
11483
11483
|
:rtype: :class:`~oci.response.Response`
|
11484
11484
|
|
11485
11485
|
:example:
|
11486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
11486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
11487
11487
|
"""
|
11488
11488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11489
11489
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11579,7 +11579,7 @@ class DatabaseClient(object):
|
|
11579
11579
|
:rtype: :class:`~oci.response.Response`
|
11580
11580
|
|
11581
11581
|
:example:
|
11582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
11582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
11583
11583
|
"""
|
11584
11584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11585
11585
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11690,7 +11690,7 @@ class DatabaseClient(object):
|
|
11690
11690
|
:rtype: :class:`~oci.response.Response`
|
11691
11691
|
|
11692
11692
|
:example:
|
11693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
11693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
11694
11694
|
"""
|
11695
11695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11696
11696
|
required_arguments = ['databaseId']
|
@@ -11814,7 +11814,7 @@ class DatabaseClient(object):
|
|
11814
11814
|
:rtype: :class:`~oci.response.Response`
|
11815
11815
|
|
11816
11816
|
:example:
|
11817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
11817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
11818
11818
|
"""
|
11819
11819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11820
11820
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11932,7 +11932,7 @@ class DatabaseClient(object):
|
|
11932
11932
|
:rtype: :class:`~oci.response.Response`
|
11933
11933
|
|
11934
11934
|
:example:
|
11935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
11935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
11936
11936
|
"""
|
11937
11937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11938
11938
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12054,7 +12054,7 @@ class DatabaseClient(object):
|
|
12054
12054
|
:rtype: :class:`~oci.response.Response`
|
12055
12055
|
|
12056
12056
|
:example:
|
12057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
12057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
|
12058
12058
|
"""
|
12059
12059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12060
12060
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12172,7 +12172,7 @@ class DatabaseClient(object):
|
|
12172
12172
|
:rtype: :class:`~oci.response.Response`
|
12173
12173
|
|
12174
12174
|
:example:
|
12175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
12175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
|
12176
12176
|
"""
|
12177
12177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12178
12178
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12290,7 +12290,7 @@ class DatabaseClient(object):
|
|
12290
12290
|
:rtype: :class:`~oci.response.Response`
|
12291
12291
|
|
12292
12292
|
:example:
|
12293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
12293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
|
12294
12294
|
"""
|
12295
12295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12296
12296
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12412,7 +12412,7 @@ class DatabaseClient(object):
|
|
12412
12412
|
:rtype: :class:`~oci.response.Response`
|
12413
12413
|
|
12414
12414
|
:example:
|
12415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
12415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
12416
12416
|
"""
|
12417
12417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12418
12418
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12530,7 +12530,7 @@ class DatabaseClient(object):
|
|
12530
12530
|
:rtype: :class:`~oci.response.Response`
|
12531
12531
|
|
12532
12532
|
:example:
|
12533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
12533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
12534
12534
|
"""
|
12535
12535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12536
12536
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12648,7 +12648,7 @@ class DatabaseClient(object):
|
|
12648
12648
|
:rtype: :class:`~oci.response.Response`
|
12649
12649
|
|
12650
12650
|
:example:
|
12651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
12651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
12652
12652
|
"""
|
12653
12653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12654
12654
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12766,7 +12766,7 @@ class DatabaseClient(object):
|
|
12766
12766
|
:rtype: :class:`~oci.response.Response`
|
12767
12767
|
|
12768
12768
|
:example:
|
12769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
12769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
12770
12770
|
"""
|
12771
12771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12772
12772
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12890,7 +12890,7 @@ class DatabaseClient(object):
|
|
12890
12890
|
:rtype: :class:`~oci.response.Response`
|
12891
12891
|
|
12892
12892
|
:example:
|
12893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
12893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
12894
12894
|
"""
|
12895
12895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12896
12896
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13010,7 +13010,7 @@ class DatabaseClient(object):
|
|
13010
13010
|
:rtype: :class:`~oci.response.Response`
|
13011
13011
|
|
13012
13012
|
:example:
|
13013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
13014
13014
|
"""
|
13015
13015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13016
13016
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -13123,7 +13123,7 @@ class DatabaseClient(object):
|
|
13123
13123
|
:rtype: :class:`~oci.response.Response`
|
13124
13124
|
|
13125
13125
|
:example:
|
13126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
13127
13127
|
"""
|
13128
13128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13129
13129
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -13234,7 +13234,7 @@ class DatabaseClient(object):
|
|
13234
13234
|
:rtype: :class:`~oci.response.Response`
|
13235
13235
|
|
13236
13236
|
:example:
|
13237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
13238
13238
|
"""
|
13239
13239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13240
13240
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13347,7 +13347,7 @@ class DatabaseClient(object):
|
|
13347
13347
|
:rtype: :class:`~oci.response.Response`
|
13348
13348
|
|
13349
13349
|
:example:
|
13350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
13351
13351
|
"""
|
13352
13352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13353
13353
|
required_arguments = ['exadataInfrastructureId']
|
@@ -13450,7 +13450,7 @@ class DatabaseClient(object):
|
|
13450
13450
|
:rtype: :class:`~oci.response.Response`
|
13451
13451
|
|
13452
13452
|
:example:
|
13453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
13454
13454
|
"""
|
13455
13455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13456
13456
|
required_arguments = ['applicationVipId']
|
@@ -13545,7 +13545,7 @@ class DatabaseClient(object):
|
|
13545
13545
|
:rtype: :class:`~oci.response.Response`
|
13546
13546
|
|
13547
13547
|
:example:
|
13548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
13549
13549
|
"""
|
13550
13550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13551
13551
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -13638,7 +13638,7 @@ class DatabaseClient(object):
|
|
13638
13638
|
:rtype: :class:`~oci.response.Response`
|
13639
13639
|
|
13640
13640
|
:example:
|
13641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
13642
13642
|
"""
|
13643
13643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13644
13644
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -13730,7 +13730,7 @@ class DatabaseClient(object):
|
|
13730
13730
|
:rtype: :class:`~oci.response.Response`
|
13731
13731
|
|
13732
13732
|
:example:
|
13733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
13734
13734
|
"""
|
13735
13735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13736
13736
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -13828,7 +13828,7 @@ class DatabaseClient(object):
|
|
13828
13828
|
:rtype: :class:`~oci.response.Response`
|
13829
13829
|
|
13830
13830
|
:example:
|
13831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13831
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
13832
13832
|
"""
|
13833
13833
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13834
13834
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13926,7 +13926,7 @@ class DatabaseClient(object):
|
|
13926
13926
|
:rtype: :class:`~oci.response.Response`
|
13927
13927
|
|
13928
13928
|
:example:
|
13929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
13929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
13930
13930
|
"""
|
13931
13931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13932
13932
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -14029,7 +14029,7 @@ class DatabaseClient(object):
|
|
14029
14029
|
:rtype: :class:`~oci.response.Response`
|
14030
14030
|
|
14031
14031
|
:example:
|
14032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
14033
14033
|
"""
|
14034
14034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14035
14035
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -14123,7 +14123,7 @@ class DatabaseClient(object):
|
|
14123
14123
|
:rtype: :class:`~oci.response.Response`
|
14124
14124
|
|
14125
14125
|
:example:
|
14126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
14127
14127
|
"""
|
14128
14128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14129
14129
|
required_arguments = []
|
@@ -14209,7 +14209,7 @@ class DatabaseClient(object):
|
|
14209
14209
|
:rtype: :class:`~oci.response.Response`
|
14210
14210
|
|
14211
14211
|
:example:
|
14212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
14213
14213
|
"""
|
14214
14214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14215
14215
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14304,7 +14304,7 @@ class DatabaseClient(object):
|
|
14304
14304
|
:rtype: :class:`~oci.response.Response`
|
14305
14305
|
|
14306
14306
|
:example:
|
14307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
14308
14308
|
"""
|
14309
14309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14310
14310
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -14392,7 +14392,7 @@ class DatabaseClient(object):
|
|
14392
14392
|
:rtype: :class:`~oci.response.Response`
|
14393
14393
|
|
14394
14394
|
:example:
|
14395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
14396
14396
|
"""
|
14397
14397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14398
14398
|
required_arguments = ['autonomousPatchId']
|
@@ -14483,7 +14483,7 @@ class DatabaseClient(object):
|
|
14483
14483
|
:rtype: :class:`~oci.response.Response`
|
14484
14484
|
|
14485
14485
|
:example:
|
14486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
14487
14487
|
"""
|
14488
14488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14489
14489
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -14581,7 +14581,7 @@ class DatabaseClient(object):
|
|
14581
14581
|
:rtype: :class:`~oci.response.Response`
|
14582
14582
|
|
14583
14583
|
:example:
|
14584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
14585
14585
|
"""
|
14586
14586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14587
14587
|
required_arguments = ['autonomousVmClusterId']
|
@@ -14679,7 +14679,7 @@ class DatabaseClient(object):
|
|
14679
14679
|
:rtype: :class:`~oci.response.Response`
|
14680
14680
|
|
14681
14681
|
:example:
|
14682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
14683
14683
|
"""
|
14684
14684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14685
14685
|
required_arguments = ['autonomousVmClusterId']
|
@@ -14774,7 +14774,7 @@ class DatabaseClient(object):
|
|
14774
14774
|
:rtype: :class:`~oci.response.Response`
|
14775
14775
|
|
14776
14776
|
:example:
|
14777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
14778
14778
|
"""
|
14779
14779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14780
14780
|
required_arguments = ['backupId']
|
@@ -14865,7 +14865,7 @@ class DatabaseClient(object):
|
|
14865
14865
|
:rtype: :class:`~oci.response.Response`
|
14866
14866
|
|
14867
14867
|
:example:
|
14868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
14869
14869
|
"""
|
14870
14870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14871
14871
|
required_arguments = ['backupDestinationId']
|
@@ -14963,7 +14963,7 @@ class DatabaseClient(object):
|
|
14963
14963
|
:rtype: :class:`~oci.response.Response`
|
14964
14964
|
|
14965
14965
|
:example:
|
14966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
14966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
14967
14967
|
"""
|
14968
14968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14969
14969
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15061,7 +15061,7 @@ class DatabaseClient(object):
|
|
15061
15061
|
:rtype: :class:`~oci.response.Response`
|
15062
15062
|
|
15063
15063
|
:example:
|
15064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
|
15065
15065
|
"""
|
15066
15066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15067
15067
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15159,7 +15159,7 @@ class DatabaseClient(object):
|
|
15159
15159
|
:rtype: :class:`~oci.response.Response`
|
15160
15160
|
|
15161
15161
|
:example:
|
15162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
15163
15163
|
"""
|
15164
15164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15165
15165
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15262,7 +15262,7 @@ class DatabaseClient(object):
|
|
15262
15262
|
:rtype: :class:`~oci.response.Response`
|
15263
15263
|
|
15264
15264
|
:example:
|
15265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
15266
15266
|
"""
|
15267
15267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15268
15268
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15368,7 +15368,7 @@ class DatabaseClient(object):
|
|
15368
15368
|
:rtype: :class:`~oci.response.Response`
|
15369
15369
|
|
15370
15370
|
:example:
|
15371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
15372
15372
|
"""
|
15373
15373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15374
15374
|
required_arguments = ['cloudVmClusterId']
|
@@ -15467,7 +15467,7 @@ class DatabaseClient(object):
|
|
15467
15467
|
:rtype: :class:`~oci.response.Response`
|
15468
15468
|
|
15469
15469
|
:example:
|
15470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
15471
15471
|
"""
|
15472
15472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15473
15473
|
required_arguments = ['cloudVmClusterId']
|
@@ -15570,7 +15570,7 @@ class DatabaseClient(object):
|
|
15570
15570
|
:rtype: :class:`~oci.response.Response`
|
15571
15571
|
|
15572
15572
|
:example:
|
15573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
15574
15574
|
"""
|
15575
15575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15576
15576
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -15674,7 +15674,7 @@ class DatabaseClient(object):
|
|
15674
15674
|
:rtype: :class:`~oci.response.Response`
|
15675
15675
|
|
15676
15676
|
:example:
|
15677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
|
15678
15678
|
"""
|
15679
15679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15680
15680
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -15773,7 +15773,7 @@ class DatabaseClient(object):
|
|
15773
15773
|
:rtype: :class:`~oci.response.Response`
|
15774
15774
|
|
15775
15775
|
:example:
|
15776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15776
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
15777
15777
|
"""
|
15778
15778
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15779
15779
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -15868,7 +15868,7 @@ class DatabaseClient(object):
|
|
15868
15868
|
:rtype: :class:`~oci.response.Response`
|
15869
15869
|
|
15870
15870
|
:example:
|
15871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
15872
15872
|
"""
|
15873
15873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15874
15874
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -15970,7 +15970,7 @@ class DatabaseClient(object):
|
|
15970
15970
|
:rtype: :class:`~oci.response.Response`
|
15971
15971
|
|
15972
15972
|
:example:
|
15973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
15973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
15974
15974
|
"""
|
15975
15975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15976
15976
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -16071,7 +16071,7 @@ class DatabaseClient(object):
|
|
16071
16071
|
:rtype: :class:`~oci.response.Response`
|
16072
16072
|
|
16073
16073
|
:example:
|
16074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
16075
16075
|
"""
|
16076
16076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16077
16077
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -16160,7 +16160,7 @@ class DatabaseClient(object):
|
|
16160
16160
|
:rtype: :class:`~oci.response.Response`
|
16161
16161
|
|
16162
16162
|
:example:
|
16163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
16164
16164
|
"""
|
16165
16165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16166
16166
|
required_arguments = ['databaseId']
|
@@ -16248,7 +16248,7 @@ class DatabaseClient(object):
|
|
16248
16248
|
:rtype: :class:`~oci.response.Response`
|
16249
16249
|
|
16250
16250
|
:example:
|
16251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
16252
16252
|
"""
|
16253
16253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16254
16254
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -16344,7 +16344,7 @@ class DatabaseClient(object):
|
|
16344
16344
|
:rtype: :class:`~oci.response.Response`
|
16345
16345
|
|
16346
16346
|
:example:
|
16347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
16348
16348
|
"""
|
16349
16349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16350
16350
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -16440,7 +16440,7 @@ class DatabaseClient(object):
|
|
16440
16440
|
:rtype: :class:`~oci.response.Response`
|
16441
16441
|
|
16442
16442
|
:example:
|
16443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
16444
16444
|
"""
|
16445
16445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16446
16446
|
required_arguments = ['dbHomeId']
|
@@ -16533,7 +16533,7 @@ class DatabaseClient(object):
|
|
16533
16533
|
:rtype: :class:`~oci.response.Response`
|
16534
16534
|
|
16535
16535
|
:example:
|
16536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
16537
16537
|
"""
|
16538
16538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16539
16539
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -16627,7 +16627,7 @@ class DatabaseClient(object):
|
|
16627
16627
|
:rtype: :class:`~oci.response.Response`
|
16628
16628
|
|
16629
16629
|
:example:
|
16630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
16631
16631
|
"""
|
16632
16632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16633
16633
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -16716,7 +16716,7 @@ class DatabaseClient(object):
|
|
16716
16716
|
:rtype: :class:`~oci.response.Response`
|
16717
16717
|
|
16718
16718
|
:example:
|
16719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
16720
16720
|
"""
|
16721
16721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16722
16722
|
required_arguments = ['dbNodeId']
|
@@ -16812,7 +16812,7 @@ class DatabaseClient(object):
|
|
16812
16812
|
:rtype: :class:`~oci.response.Response`
|
16813
16813
|
|
16814
16814
|
:example:
|
16815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
16816
16816
|
"""
|
16817
16817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16818
16818
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -16921,7 +16921,7 @@ class DatabaseClient(object):
|
|
16921
16921
|
:rtype: :class:`~oci.response.Response`
|
16922
16922
|
|
16923
16923
|
:example:
|
16924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
16924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
16925
16925
|
"""
|
16926
16926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16927
16927
|
required_arguments = ['dbSystemId']
|
@@ -17014,7 +17014,7 @@ class DatabaseClient(object):
|
|
17014
17014
|
:rtype: :class:`~oci.response.Response`
|
17015
17015
|
|
17016
17016
|
:example:
|
17017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
17018
17018
|
"""
|
17019
17019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17020
17020
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -17108,7 +17108,7 @@ class DatabaseClient(object):
|
|
17108
17108
|
:rtype: :class:`~oci.response.Response`
|
17109
17109
|
|
17110
17110
|
:example:
|
17111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
17112
17112
|
"""
|
17113
17113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17114
17114
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -17205,7 +17205,7 @@ class DatabaseClient(object):
|
|
17205
17205
|
:rtype: :class:`~oci.response.Response`
|
17206
17206
|
|
17207
17207
|
:example:
|
17208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17208
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
17209
17209
|
"""
|
17210
17210
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17211
17211
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -17310,7 +17310,7 @@ class DatabaseClient(object):
|
|
17310
17310
|
:rtype: :class:`~oci.response.Response`
|
17311
17311
|
|
17312
17312
|
:example:
|
17313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
17314
17314
|
"""
|
17315
17315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17316
17316
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17424,7 +17424,7 @@ class DatabaseClient(object):
|
|
17424
17424
|
:rtype: :class:`~oci.response.Response`
|
17425
17425
|
|
17426
17426
|
:example:
|
17427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
17428
17428
|
"""
|
17429
17429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17430
17430
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -17527,7 +17527,7 @@ class DatabaseClient(object):
|
|
17527
17527
|
:rtype: :class:`~oci.response.Response`
|
17528
17528
|
|
17529
17529
|
:example:
|
17530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
17531
17531
|
"""
|
17532
17532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17533
17533
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17644,7 +17644,7 @@ class DatabaseClient(object):
|
|
17644
17644
|
:rtype: :class:`~oci.response.Response`
|
17645
17645
|
|
17646
17646
|
:example:
|
17647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
17648
17648
|
"""
|
17649
17649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17650
17650
|
required_arguments = ['dbSystemId']
|
@@ -17743,7 +17743,7 @@ class DatabaseClient(object):
|
|
17743
17743
|
:rtype: :class:`~oci.response.Response`
|
17744
17744
|
|
17745
17745
|
:example:
|
17746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
17747
17747
|
"""
|
17748
17748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17749
17749
|
required_arguments = ['backupId']
|
@@ -17834,7 +17834,7 @@ class DatabaseClient(object):
|
|
17834
17834
|
:rtype: :class:`~oci.response.Response`
|
17835
17835
|
|
17836
17836
|
:example:
|
17837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
17838
17838
|
"""
|
17839
17839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17840
17840
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -17933,7 +17933,7 @@ class DatabaseClient(object):
|
|
17933
17933
|
:rtype: :class:`~oci.response.Response`
|
17934
17934
|
|
17935
17935
|
:example:
|
17936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
17936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
17937
17937
|
"""
|
17938
17938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17939
17939
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -18031,7 +18031,7 @@ class DatabaseClient(object):
|
|
18031
18031
|
:rtype: :class:`~oci.response.Response`
|
18032
18032
|
|
18033
18033
|
:example:
|
18034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
18035
18035
|
"""
|
18036
18036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18037
18037
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -18130,7 +18130,7 @@ class DatabaseClient(object):
|
|
18130
18130
|
:rtype: :class:`~oci.response.Response`
|
18131
18131
|
|
18132
18132
|
:example:
|
18133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
18134
18134
|
"""
|
18135
18135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18136
18136
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -18237,7 +18237,7 @@ class DatabaseClient(object):
|
|
18237
18237
|
:rtype: :class:`~oci.response.Response`
|
18238
18238
|
|
18239
18239
|
:example:
|
18240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
18241
18241
|
"""
|
18242
18242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18243
18243
|
required_arguments = ['compartmentId']
|
@@ -18341,7 +18341,7 @@ class DatabaseClient(object):
|
|
18341
18341
|
:rtype: :class:`~oci.response.Response`
|
18342
18342
|
|
18343
18343
|
:example:
|
18344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
18345
18345
|
"""
|
18346
18346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18347
18347
|
required_arguments = ['keyStoreId']
|
@@ -18434,7 +18434,7 @@ class DatabaseClient(object):
|
|
18434
18434
|
:rtype: :class:`~oci.response.Response`
|
18435
18435
|
|
18436
18436
|
:example:
|
18437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
18438
18438
|
"""
|
18439
18439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18440
18440
|
required_arguments = ['maintenanceRunId']
|
@@ -18520,7 +18520,7 @@ class DatabaseClient(object):
|
|
18520
18520
|
:rtype: :class:`~oci.response.Response`
|
18521
18521
|
|
18522
18522
|
:example:
|
18523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
18524
18524
|
"""
|
18525
18525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18526
18526
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -18611,7 +18611,7 @@ class DatabaseClient(object):
|
|
18611
18611
|
:rtype: :class:`~oci.response.Response`
|
18612
18612
|
|
18613
18613
|
:example:
|
18614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
18615
18615
|
"""
|
18616
18616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18617
18617
|
required_arguments = ['oneoffPatchId']
|
@@ -18714,7 +18714,7 @@ class DatabaseClient(object):
|
|
18714
18714
|
:rtype: :class:`~oci.response.Response`
|
18715
18715
|
|
18716
18716
|
:example:
|
18717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
18718
18718
|
"""
|
18719
18719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18720
18720
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -18810,7 +18810,7 @@ class DatabaseClient(object):
|
|
18810
18810
|
:rtype: :class:`~oci.response.Response`
|
18811
18811
|
|
18812
18812
|
:example:
|
18813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
18814
18814
|
"""
|
18815
18815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18816
18816
|
required_arguments = ['pluggableDatabaseId']
|
@@ -18901,7 +18901,7 @@ class DatabaseClient(object):
|
|
18901
18901
|
:rtype: :class:`~oci.response.Response`
|
18902
18902
|
|
18903
18903
|
:example:
|
18904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
18904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
18905
18905
|
"""
|
18906
18906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18907
18907
|
required_arguments = ['vmClusterId']
|
@@ -19005,7 +19005,7 @@ class DatabaseClient(object):
|
|
19005
19005
|
:rtype: :class:`~oci.response.Response`
|
19006
19006
|
|
19007
19007
|
:example:
|
19008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
19009
19009
|
"""
|
19010
19010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19011
19011
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -19106,7 +19106,7 @@ class DatabaseClient(object):
|
|
19106
19106
|
:rtype: :class:`~oci.response.Response`
|
19107
19107
|
|
19108
19108
|
:example:
|
19109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
19110
19110
|
"""
|
19111
19111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19112
19112
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -19200,7 +19200,7 @@ class DatabaseClient(object):
|
|
19200
19200
|
:rtype: :class:`~oci.response.Response`
|
19201
19201
|
|
19202
19202
|
:example:
|
19203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
19204
19204
|
"""
|
19205
19205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19206
19206
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -19297,7 +19297,7 @@ class DatabaseClient(object):
|
|
19297
19297
|
:rtype: :class:`~oci.response.Response`
|
19298
19298
|
|
19299
19299
|
:example:
|
19300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
19301
19301
|
"""
|
19302
19302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19303
19303
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -19401,7 +19401,7 @@ class DatabaseClient(object):
|
|
19401
19401
|
:rtype: :class:`~oci.response.Response`
|
19402
19402
|
|
19403
19403
|
:example:
|
19404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
19405
19405
|
"""
|
19406
19406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19407
19407
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -19502,7 +19502,7 @@ class DatabaseClient(object):
|
|
19502
19502
|
:rtype: :class:`~oci.response.Response`
|
19503
19503
|
|
19504
19504
|
:example:
|
19505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
19506
19506
|
"""
|
19507
19507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19508
19508
|
required_arguments = []
|
@@ -19614,7 +19614,7 @@ class DatabaseClient(object):
|
|
19614
19614
|
:rtype: :class:`~oci.response.Response`
|
19615
19615
|
|
19616
19616
|
:example:
|
19617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
19618
19618
|
"""
|
19619
19619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19620
19620
|
required_arguments = []
|
@@ -19732,7 +19732,7 @@ class DatabaseClient(object):
|
|
19732
19732
|
:rtype: :class:`~oci.response.Response`
|
19733
19733
|
|
19734
19734
|
:example:
|
19735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
19736
19736
|
"""
|
19737
19737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19738
19738
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -19860,7 +19860,7 @@ class DatabaseClient(object):
|
|
19860
19860
|
:rtype: :class:`~oci.response.Response`
|
19861
19861
|
|
19862
19862
|
:example:
|
19863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
19864
19864
|
"""
|
19865
19865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19866
19866
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -19981,7 +19981,7 @@ class DatabaseClient(object):
|
|
19981
19981
|
:rtype: :class:`~oci.response.Response`
|
19982
19982
|
|
19983
19983
|
:example:
|
19984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
19984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
19985
19985
|
"""
|
19986
19986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19987
19987
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -20143,7 +20143,7 @@ class DatabaseClient(object):
|
|
20143
20143
|
:rtype: :class:`~oci.response.Response`
|
20144
20144
|
|
20145
20145
|
:example:
|
20146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
20146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
20147
20147
|
"""
|
20148
20148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20149
20149
|
required_arguments = ['compartmentId']
|
@@ -20319,7 +20319,7 @@ class DatabaseClient(object):
|
|
20319
20319
|
:rtype: :class:`~oci.response.Response`
|
20320
20320
|
|
20321
20321
|
:example:
|
20322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
20322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
20323
20323
|
"""
|
20324
20324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20325
20325
|
required_arguments = []
|
@@ -20456,7 +20456,7 @@ class DatabaseClient(object):
|
|
20456
20456
|
:rtype: :class:`~oci.response.Response`
|
20457
20457
|
|
20458
20458
|
:example:
|
20459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
20459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
20460
20460
|
"""
|
20461
20461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20462
20462
|
required_arguments = []
|
@@ -20597,7 +20597,7 @@ class DatabaseClient(object):
|
|
20597
20597
|
:rtype: :class:`~oci.response.Response`
|
20598
20598
|
|
20599
20599
|
:example:
|
20600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
20600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
20601
20601
|
"""
|
20602
20602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20603
20603
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -20747,7 +20747,7 @@ class DatabaseClient(object):
|
|
20747
20747
|
:rtype: :class:`~oci.response.Response`
|
20748
20748
|
|
20749
20749
|
:example:
|
20750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
20750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
20751
20751
|
"""
|
20752
20752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20753
20753
|
required_arguments = ['autonomousDatabaseId']
|
@@ -20858,7 +20858,7 @@ class DatabaseClient(object):
|
|
20858
20858
|
:rtype: :class:`~oci.response.Response`
|
20859
20859
|
|
20860
20860
|
:example:
|
20861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
20861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
20862
20862
|
"""
|
20863
20863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20864
20864
|
required_arguments = ['autonomousDatabaseId']
|
@@ -21029,7 +21029,7 @@ class DatabaseClient(object):
|
|
21029
21029
|
:rtype: :class:`~oci.response.Response`
|
21030
21030
|
|
21031
21031
|
:example:
|
21032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
21032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
21033
21033
|
"""
|
21034
21034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21035
21035
|
required_arguments = ['compartmentId']
|
@@ -21206,7 +21206,7 @@ class DatabaseClient(object):
|
|
21206
21206
|
:rtype: :class:`~oci.response.Response`
|
21207
21207
|
|
21208
21208
|
:example:
|
21209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
21209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
21210
21210
|
"""
|
21211
21211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21212
21212
|
required_arguments = ['compartmentId']
|
@@ -21337,7 +21337,7 @@ class DatabaseClient(object):
|
|
21337
21337
|
:rtype: :class:`~oci.response.Response`
|
21338
21338
|
|
21339
21339
|
:example:
|
21340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
21340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
21341
21341
|
"""
|
21342
21342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21343
21343
|
required_arguments = ['compartmentId']
|
@@ -21461,7 +21461,7 @@ class DatabaseClient(object):
|
|
21461
21461
|
:rtype: :class:`~oci.response.Response`
|
21462
21462
|
|
21463
21463
|
:example:
|
21464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
21464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
21465
21465
|
"""
|
21466
21466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21467
21467
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -21585,7 +21585,7 @@ class DatabaseClient(object):
|
|
21585
21585
|
:rtype: :class:`~oci.response.Response`
|
21586
21586
|
|
21587
21587
|
:example:
|
21588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
21588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
21589
21589
|
"""
|
21590
21590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21591
21591
|
required_arguments = ['compartmentId']
|
@@ -21726,7 +21726,7 @@ class DatabaseClient(object):
|
|
21726
21726
|
:rtype: :class:`~oci.response.Response`
|
21727
21727
|
|
21728
21728
|
:example:
|
21729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
21729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
21730
21730
|
"""
|
21731
21731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21732
21732
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -21844,7 +21844,7 @@ class DatabaseClient(object):
|
|
21844
21844
|
:rtype: :class:`~oci.response.Response`
|
21845
21845
|
|
21846
21846
|
:example:
|
21847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
21847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
|
21848
21848
|
"""
|
21849
21849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21850
21850
|
required_arguments = ['autonomousVmClusterId']
|
@@ -21981,7 +21981,7 @@ class DatabaseClient(object):
|
|
21981
21981
|
:rtype: :class:`~oci.response.Response`
|
21982
21982
|
|
21983
21983
|
:example:
|
21984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
21984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
21985
21985
|
"""
|
21986
21986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21987
21987
|
required_arguments = ['compartmentId']
|
@@ -22118,7 +22118,7 @@ class DatabaseClient(object):
|
|
22118
22118
|
:rtype: :class:`~oci.response.Response`
|
22119
22119
|
|
22120
22120
|
:example:
|
22121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
22121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
22122
22122
|
"""
|
22123
22123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22124
22124
|
required_arguments = ['compartmentId']
|
@@ -22225,7 +22225,7 @@ class DatabaseClient(object):
|
|
22225
22225
|
:rtype: :class:`~oci.response.Response`
|
22226
22226
|
|
22227
22227
|
:example:
|
22228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
22228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
22229
22229
|
"""
|
22230
22230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22231
22231
|
required_arguments = []
|
@@ -22334,7 +22334,7 @@ class DatabaseClient(object):
|
|
22334
22334
|
:rtype: :class:`~oci.response.Response`
|
22335
22335
|
|
22336
22336
|
:example:
|
22337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
22337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
|
22338
22338
|
"""
|
22339
22339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22340
22340
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -22474,7 +22474,7 @@ class DatabaseClient(object):
|
|
22474
22474
|
:rtype: :class:`~oci.response.Response`
|
22475
22475
|
|
22476
22476
|
:example:
|
22477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
22477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
22478
22478
|
"""
|
22479
22479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22480
22480
|
required_arguments = ['compartmentId']
|
@@ -22628,7 +22628,7 @@ class DatabaseClient(object):
|
|
22628
22628
|
:rtype: :class:`~oci.response.Response`
|
22629
22629
|
|
22630
22630
|
:example:
|
22631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
22631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
22632
22632
|
"""
|
22633
22633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22634
22634
|
required_arguments = ['compartmentId']
|
@@ -22765,7 +22765,7 @@ class DatabaseClient(object):
|
|
22765
22765
|
:rtype: :class:`~oci.response.Response`
|
22766
22766
|
|
22767
22767
|
:example:
|
22768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
22768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
|
22769
22769
|
"""
|
22770
22770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22771
22771
|
required_arguments = ['cloudVmClusterId']
|
@@ -22893,7 +22893,7 @@ class DatabaseClient(object):
|
|
22893
22893
|
:rtype: :class:`~oci.response.Response`
|
22894
22894
|
|
22895
22895
|
:example:
|
22896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
22896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
22897
22897
|
"""
|
22898
22898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22899
22899
|
required_arguments = ['cloudVmClusterId']
|
@@ -23037,7 +23037,7 @@ class DatabaseClient(object):
|
|
23037
23037
|
:rtype: :class:`~oci.response.Response`
|
23038
23038
|
|
23039
23039
|
:example:
|
23040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
23040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
23041
23041
|
"""
|
23042
23042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23043
23043
|
required_arguments = ['compartmentId']
|
@@ -23162,7 +23162,7 @@ class DatabaseClient(object):
|
|
23162
23162
|
:rtype: :class:`~oci.response.Response`
|
23163
23163
|
|
23164
23164
|
:example:
|
23165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
23165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
23166
23166
|
"""
|
23167
23167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23168
23168
|
required_arguments = ['dbNodeId']
|
@@ -23277,7 +23277,7 @@ class DatabaseClient(object):
|
|
23277
23277
|
:rtype: :class:`~oci.response.Response`
|
23278
23278
|
|
23279
23279
|
:example:
|
23280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
23280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
23281
23281
|
"""
|
23282
23282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23283
23283
|
required_arguments = ['dbNodeId']
|
@@ -23427,7 +23427,7 @@ class DatabaseClient(object):
|
|
23427
23427
|
:rtype: :class:`~oci.response.Response`
|
23428
23428
|
|
23429
23429
|
:example:
|
23430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
23430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
23431
23431
|
"""
|
23432
23432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23433
23433
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -23545,7 +23545,7 @@ class DatabaseClient(object):
|
|
23545
23545
|
:rtype: :class:`~oci.response.Response`
|
23546
23546
|
|
23547
23547
|
:example:
|
23548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
23548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
23549
23549
|
"""
|
23550
23550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23551
23551
|
required_arguments = ['databaseId']
|
@@ -23684,7 +23684,7 @@ class DatabaseClient(object):
|
|
23684
23684
|
:rtype: :class:`~oci.response.Response`
|
23685
23685
|
|
23686
23686
|
:example:
|
23687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
23687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
23688
23688
|
"""
|
23689
23689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23690
23690
|
required_arguments = ['compartmentId']
|
@@ -23853,7 +23853,7 @@ class DatabaseClient(object):
|
|
23853
23853
|
:rtype: :class:`~oci.response.Response`
|
23854
23854
|
|
23855
23855
|
:example:
|
23856
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
23856
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
23857
23857
|
"""
|
23858
23858
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23859
23859
|
required_arguments = ['databaseId']
|
@@ -24028,7 +24028,7 @@ class DatabaseClient(object):
|
|
24028
24028
|
:rtype: :class:`~oci.response.Response`
|
24029
24029
|
|
24030
24030
|
:example:
|
24031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
24031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
24032
24032
|
"""
|
24033
24033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24034
24034
|
required_arguments = ['compartmentId']
|
@@ -24158,7 +24158,7 @@ class DatabaseClient(object):
|
|
24158
24158
|
:rtype: :class:`~oci.response.Response`
|
24159
24159
|
|
24160
24160
|
:example:
|
24161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
24161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
24162
24162
|
"""
|
24163
24163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24164
24164
|
required_arguments = ['dbHomeId']
|
@@ -24266,7 +24266,7 @@ class DatabaseClient(object):
|
|
24266
24266
|
:rtype: :class:`~oci.response.Response`
|
24267
24267
|
|
24268
24268
|
:example:
|
24269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
24269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
24270
24270
|
"""
|
24271
24271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24272
24272
|
required_arguments = ['dbHomeId']
|
@@ -24410,7 +24410,7 @@ class DatabaseClient(object):
|
|
24410
24410
|
:rtype: :class:`~oci.response.Response`
|
24411
24411
|
|
24412
24412
|
:example:
|
24413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
24413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
24414
24414
|
"""
|
24415
24415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24416
24416
|
required_arguments = ['compartmentId']
|
@@ -24574,7 +24574,7 @@ class DatabaseClient(object):
|
|
24574
24574
|
:rtype: :class:`~oci.response.Response`
|
24575
24575
|
|
24576
24576
|
:example:
|
24577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
24577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
24578
24578
|
"""
|
24579
24579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24580
24580
|
required_arguments = ['compartmentId']
|
@@ -24730,7 +24730,7 @@ class DatabaseClient(object):
|
|
24730
24730
|
:rtype: :class:`~oci.response.Response`
|
24731
24731
|
|
24732
24732
|
:example:
|
24733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
24733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
24734
24734
|
"""
|
24735
24735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24736
24736
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -24855,7 +24855,7 @@ class DatabaseClient(object):
|
|
24855
24855
|
:rtype: :class:`~oci.response.Response`
|
24856
24856
|
|
24857
24857
|
:example:
|
24858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
24858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
24859
24859
|
"""
|
24860
24860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24861
24861
|
required_arguments = []
|
@@ -24952,7 +24952,7 @@ class DatabaseClient(object):
|
|
24952
24952
|
:rtype: :class:`~oci.response.Response`
|
24953
24953
|
|
24954
24954
|
:example:
|
24955
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
24955
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
24956
24956
|
"""
|
24957
24957
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24958
24958
|
required_arguments = ['dbSystemId']
|
@@ -25060,7 +25060,7 @@ class DatabaseClient(object):
|
|
25060
25060
|
:rtype: :class:`~oci.response.Response`
|
25061
25061
|
|
25062
25062
|
:example:
|
25063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
25063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
25064
25064
|
"""
|
25065
25065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25066
25066
|
required_arguments = ['dbSystemId']
|
@@ -25171,7 +25171,7 @@ class DatabaseClient(object):
|
|
25171
25171
|
:rtype: :class:`~oci.response.Response`
|
25172
25172
|
|
25173
25173
|
:example:
|
25174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
25174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
25175
25175
|
"""
|
25176
25176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25177
25177
|
required_arguments = ['compartmentId']
|
@@ -25272,7 +25272,7 @@ class DatabaseClient(object):
|
|
25272
25272
|
:rtype: :class:`~oci.response.Response`
|
25273
25273
|
|
25274
25274
|
:example:
|
25275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
25275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
25276
25276
|
"""
|
25277
25277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25278
25278
|
required_arguments = ['storageManagement']
|
@@ -25399,7 +25399,7 @@ class DatabaseClient(object):
|
|
25399
25399
|
:rtype: :class:`~oci.response.Response`
|
25400
25400
|
|
25401
25401
|
:example:
|
25402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
25402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
25403
25403
|
"""
|
25404
25404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25405
25405
|
required_arguments = ['dbSystemId']
|
@@ -25581,7 +25581,7 @@ class DatabaseClient(object):
|
|
25581
25581
|
:rtype: :class:`~oci.response.Response`
|
25582
25582
|
|
25583
25583
|
:example:
|
25584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
25584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
25585
25585
|
"""
|
25586
25586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25587
25587
|
required_arguments = ['compartmentId']
|
@@ -25732,7 +25732,7 @@ class DatabaseClient(object):
|
|
25732
25732
|
:rtype: :class:`~oci.response.Response`
|
25733
25733
|
|
25734
25734
|
:example:
|
25735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
25735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
25736
25736
|
"""
|
25737
25737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25738
25738
|
required_arguments = ['compartmentId']
|
@@ -25873,7 +25873,7 @@ class DatabaseClient(object):
|
|
25873
25873
|
:rtype: :class:`~oci.response.Response`
|
25874
25874
|
|
25875
25875
|
:example:
|
25876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
25876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
25877
25877
|
"""
|
25878
25878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25879
25879
|
required_arguments = ['compartmentId']
|
@@ -26036,7 +26036,7 @@ class DatabaseClient(object):
|
|
26036
26036
|
:rtype: :class:`~oci.response.Response`
|
26037
26037
|
|
26038
26038
|
:example:
|
26039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
26039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
26040
26040
|
"""
|
26041
26041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26042
26042
|
required_arguments = ['compartmentId']
|
@@ -26194,7 +26194,7 @@ class DatabaseClient(object):
|
|
26194
26194
|
:rtype: :class:`~oci.response.Response`
|
26195
26195
|
|
26196
26196
|
:example:
|
26197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
26197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
26198
26198
|
"""
|
26199
26199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26200
26200
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -26348,7 +26348,7 @@ class DatabaseClient(object):
|
|
26348
26348
|
:rtype: :class:`~oci.response.Response`
|
26349
26349
|
|
26350
26350
|
:example:
|
26351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
26351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
26352
26352
|
"""
|
26353
26353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26354
26354
|
required_arguments = ['compartmentId']
|
@@ -26507,7 +26507,7 @@ class DatabaseClient(object):
|
|
26507
26507
|
:rtype: :class:`~oci.response.Response`
|
26508
26508
|
|
26509
26509
|
:example:
|
26510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
26510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
26511
26511
|
"""
|
26512
26512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26513
26513
|
required_arguments = ['compartmentId']
|
@@ -26651,7 +26651,7 @@ class DatabaseClient(object):
|
|
26651
26651
|
:rtype: :class:`~oci.response.Response`
|
26652
26652
|
|
26653
26653
|
:example:
|
26654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
26654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
26655
26655
|
"""
|
26656
26656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26657
26657
|
required_arguments = ['compartmentId']
|
@@ -26776,7 +26776,7 @@ class DatabaseClient(object):
|
|
26776
26776
|
:rtype: :class:`~oci.response.Response`
|
26777
26777
|
|
26778
26778
|
:example:
|
26779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
26779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
26780
26780
|
"""
|
26781
26781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26782
26782
|
required_arguments = ['compartmentId']
|
@@ -26887,7 +26887,7 @@ class DatabaseClient(object):
|
|
26887
26887
|
:rtype: :class:`~oci.response.Response`
|
26888
26888
|
|
26889
26889
|
:example:
|
26890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
26890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
26891
26891
|
"""
|
26892
26892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26893
26893
|
required_arguments = ['compartmentId']
|
@@ -27025,7 +27025,7 @@ class DatabaseClient(object):
|
|
27025
27025
|
:rtype: :class:`~oci.response.Response`
|
27026
27026
|
|
27027
27027
|
:example:
|
27028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
27028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
27029
27029
|
"""
|
27030
27030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27031
27031
|
required_arguments = ['compartmentId']
|
@@ -27218,7 +27218,7 @@ class DatabaseClient(object):
|
|
27218
27218
|
:rtype: :class:`~oci.response.Response`
|
27219
27219
|
|
27220
27220
|
:example:
|
27221
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
27221
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
27222
27222
|
"""
|
27223
27223
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27224
27224
|
required_arguments = ['compartmentId']
|
@@ -27394,7 +27394,7 @@ class DatabaseClient(object):
|
|
27394
27394
|
:rtype: :class:`~oci.response.Response`
|
27395
27395
|
|
27396
27396
|
:example:
|
27397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
27397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
27398
27398
|
"""
|
27399
27399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27400
27400
|
required_arguments = ['compartmentId']
|
@@ -27546,7 +27546,7 @@ class DatabaseClient(object):
|
|
27546
27546
|
:rtype: :class:`~oci.response.Response`
|
27547
27547
|
|
27548
27548
|
:example:
|
27549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
27549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
27550
27550
|
"""
|
27551
27551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27552
27552
|
required_arguments = ['databaseId']
|
@@ -27716,7 +27716,7 @@ class DatabaseClient(object):
|
|
27716
27716
|
:rtype: :class:`~oci.response.Response`
|
27717
27717
|
|
27718
27718
|
:example:
|
27719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
27719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
27720
27720
|
"""
|
27721
27721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27722
27722
|
required_arguments = []
|
@@ -27859,7 +27859,7 @@ class DatabaseClient(object):
|
|
27859
27859
|
:rtype: :class:`~oci.response.Response`
|
27860
27860
|
|
27861
27861
|
:example:
|
27862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
27862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
27863
27863
|
"""
|
27864
27864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27865
27865
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -27996,7 +27996,7 @@ class DatabaseClient(object):
|
|
27996
27996
|
:rtype: :class:`~oci.response.Response`
|
27997
27997
|
|
27998
27998
|
:example:
|
27999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
27999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
28000
28000
|
"""
|
28001
28001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28002
28002
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -28137,7 +28137,7 @@ class DatabaseClient(object):
|
|
28137
28137
|
:rtype: :class:`~oci.response.Response`
|
28138
28138
|
|
28139
28139
|
:example:
|
28140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
28140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
28141
28141
|
"""
|
28142
28142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28143
28143
|
required_arguments = ['vmClusterId']
|
@@ -28245,7 +28245,7 @@ class DatabaseClient(object):
|
|
28245
28245
|
:rtype: :class:`~oci.response.Response`
|
28246
28246
|
|
28247
28247
|
:example:
|
28248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
28248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
28249
28249
|
"""
|
28250
28250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28251
28251
|
required_arguments = ['vmClusterId']
|
@@ -28366,7 +28366,7 @@ class DatabaseClient(object):
|
|
28366
28366
|
:rtype: :class:`~oci.response.Response`
|
28367
28367
|
|
28368
28368
|
:example:
|
28369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
28369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
28370
28370
|
"""
|
28371
28371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28372
28372
|
required_arguments = ['vmClusterId']
|
@@ -28508,7 +28508,7 @@ class DatabaseClient(object):
|
|
28508
28508
|
:rtype: :class:`~oci.response.Response`
|
28509
28509
|
|
28510
28510
|
:example:
|
28511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
28511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
28512
28512
|
"""
|
28513
28513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28514
28514
|
required_arguments = ['vmClusterId']
|
@@ -28662,7 +28662,7 @@ class DatabaseClient(object):
|
|
28662
28662
|
:rtype: :class:`~oci.response.Response`
|
28663
28663
|
|
28664
28664
|
:example:
|
28665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
28665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
28666
28666
|
"""
|
28667
28667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28668
28668
|
required_arguments = ['compartmentId']
|
@@ -28806,7 +28806,7 @@ class DatabaseClient(object):
|
|
28806
28806
|
:rtype: :class:`~oci.response.Response`
|
28807
28807
|
|
28808
28808
|
:example:
|
28809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
28809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
28810
28810
|
"""
|
28811
28811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28812
28812
|
required_arguments = ['pluggableDatabaseId']
|
@@ -28926,7 +28926,7 @@ class DatabaseClient(object):
|
|
28926
28926
|
:rtype: :class:`~oci.response.Response`
|
28927
28927
|
|
28928
28928
|
:example:
|
28929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
28929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
28930
28930
|
"""
|
28931
28931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28932
28932
|
required_arguments = ['dbSystemId']
|
@@ -29046,7 +29046,7 @@ class DatabaseClient(object):
|
|
29046
29046
|
:rtype: :class:`~oci.response.Response`
|
29047
29047
|
|
29048
29048
|
:example:
|
29049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
29049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
29050
29050
|
"""
|
29051
29051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29052
29052
|
required_arguments = ['databaseId']
|
@@ -29166,7 +29166,7 @@ class DatabaseClient(object):
|
|
29166
29166
|
:rtype: :class:`~oci.response.Response`
|
29167
29167
|
|
29168
29168
|
:example:
|
29169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
29169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
29170
29170
|
"""
|
29171
29171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29172
29172
|
required_arguments = ['databaseId']
|
@@ -29286,7 +29286,7 @@ class DatabaseClient(object):
|
|
29286
29286
|
:rtype: :class:`~oci.response.Response`
|
29287
29287
|
|
29288
29288
|
:example:
|
29289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
29289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
29290
29290
|
"""
|
29291
29291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29292
29292
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29403,7 +29403,7 @@ class DatabaseClient(object):
|
|
29403
29403
|
:rtype: :class:`~oci.response.Response`
|
29404
29404
|
|
29405
29405
|
:example:
|
29406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
29406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
29407
29407
|
"""
|
29408
29408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29409
29409
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29509,7 +29509,7 @@ class DatabaseClient(object):
|
|
29509
29509
|
:rtype: :class:`~oci.response.Response`
|
29510
29510
|
|
29511
29511
|
:example:
|
29512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
29512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
29513
29513
|
"""
|
29514
29514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29515
29515
|
required_arguments = ['autonomousDatabaseId']
|
@@ -29615,7 +29615,7 @@ class DatabaseClient(object):
|
|
29615
29615
|
:rtype: :class:`~oci.response.Response`
|
29616
29616
|
|
29617
29617
|
:example:
|
29618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
29618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
29619
29619
|
"""
|
29620
29620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29621
29621
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -29724,7 +29724,7 @@ class DatabaseClient(object):
|
|
29724
29724
|
:rtype: :class:`~oci.response.Response`
|
29725
29725
|
|
29726
29726
|
:example:
|
29727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
29727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
29728
29728
|
"""
|
29729
29729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29730
29730
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -29842,7 +29842,7 @@ class DatabaseClient(object):
|
|
29842
29842
|
:rtype: :class:`~oci.response.Response`
|
29843
29843
|
|
29844
29844
|
:example:
|
29845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
29845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
29846
29846
|
"""
|
29847
29847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29848
29848
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29962,7 +29962,7 @@ class DatabaseClient(object):
|
|
29962
29962
|
:rtype: :class:`~oci.response.Response`
|
29963
29963
|
|
29964
29964
|
:example:
|
29965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
29965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
|
29966
29966
|
"""
|
29967
29967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29968
29968
|
required_arguments = ['cloudVmClusterId']
|
@@ -30082,7 +30082,7 @@ class DatabaseClient(object):
|
|
30082
30082
|
:rtype: :class:`~oci.response.Response`
|
30083
30083
|
|
30084
30084
|
:example:
|
30085
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
30085
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
30086
30086
|
"""
|
30087
30087
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30088
30088
|
required_arguments = ['vmClusterId']
|
@@ -30208,7 +30208,7 @@ class DatabaseClient(object):
|
|
30208
30208
|
:rtype: :class:`~oci.response.Response`
|
30209
30209
|
|
30210
30210
|
:example:
|
30211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
30211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
30212
30212
|
"""
|
30213
30213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30214
30214
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -30327,7 +30327,7 @@ class DatabaseClient(object):
|
|
30327
30327
|
:rtype: :class:`~oci.response.Response`
|
30328
30328
|
|
30329
30329
|
:example:
|
30330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
30330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
30331
30331
|
"""
|
30332
30332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30333
30333
|
required_arguments = []
|
@@ -30433,7 +30433,7 @@ class DatabaseClient(object):
|
|
30433
30433
|
:rtype: :class:`~oci.response.Response`
|
30434
30434
|
|
30435
30435
|
:example:
|
30436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
30436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
30437
30437
|
"""
|
30438
30438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30439
30439
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -30535,7 +30535,7 @@ class DatabaseClient(object):
|
|
30535
30535
|
:rtype: :class:`~oci.response.Response`
|
30536
30536
|
|
30537
30537
|
:example:
|
30538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
30538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
30539
30539
|
"""
|
30540
30540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30541
30541
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30638,7 +30638,7 @@ class DatabaseClient(object):
|
|
30638
30638
|
:rtype: :class:`~oci.response.Response`
|
30639
30639
|
|
30640
30640
|
:example:
|
30641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
30641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
30642
30642
|
"""
|
30643
30643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30644
30644
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30743,7 +30743,7 @@ class DatabaseClient(object):
|
|
30743
30743
|
:rtype: :class:`~oci.response.Response`
|
30744
30744
|
|
30745
30745
|
:example:
|
30746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
30746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
30747
30747
|
"""
|
30748
30748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30749
30749
|
required_arguments = ['databaseId']
|
@@ -30857,7 +30857,7 @@ class DatabaseClient(object):
|
|
30857
30857
|
:rtype: :class:`~oci.response.Response`
|
30858
30858
|
|
30859
30859
|
:example:
|
30860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
30860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
30861
30861
|
"""
|
30862
30862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30863
30863
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -30974,7 +30974,7 @@ class DatabaseClient(object):
|
|
30974
30974
|
:rtype: :class:`~oci.response.Response`
|
30975
30975
|
|
30976
30976
|
:example:
|
30977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
30977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
30978
30978
|
"""
|
30979
30979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30980
30980
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31092,7 +31092,7 @@ class DatabaseClient(object):
|
|
31092
31092
|
:rtype: :class:`~oci.response.Response`
|
31093
31093
|
|
31094
31094
|
:example:
|
31095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
31095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
31096
31096
|
"""
|
31097
31097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31098
31098
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31210,7 +31210,7 @@ class DatabaseClient(object):
|
|
31210
31210
|
:rtype: :class:`~oci.response.Response`
|
31211
31211
|
|
31212
31212
|
:example:
|
31213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
31213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
31214
31214
|
"""
|
31215
31215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31216
31216
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31328,7 +31328,7 @@ class DatabaseClient(object):
|
|
31328
31328
|
:rtype: :class:`~oci.response.Response`
|
31329
31329
|
|
31330
31330
|
:example:
|
31331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
31331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
|
31332
31332
|
"""
|
31333
31333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31334
31334
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -31447,7 +31447,7 @@ class DatabaseClient(object):
|
|
31447
31447
|
:rtype: :class:`~oci.response.Response`
|
31448
31448
|
|
31449
31449
|
:example:
|
31450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
31450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
|
31451
31451
|
"""
|
31452
31452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31453
31453
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -31563,7 +31563,7 @@ class DatabaseClient(object):
|
|
31563
31563
|
:rtype: :class:`~oci.response.Response`
|
31564
31564
|
|
31565
31565
|
:example:
|
31566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
31566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
31567
31567
|
"""
|
31568
31568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31569
31569
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -31676,7 +31676,7 @@ class DatabaseClient(object):
|
|
31676
31676
|
:rtype: :class:`~oci.response.Response`
|
31677
31677
|
|
31678
31678
|
:example:
|
31679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
31679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
31680
31680
|
"""
|
31681
31681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31682
31682
|
required_arguments = ['pluggableDatabaseId']
|
@@ -31789,7 +31789,7 @@ class DatabaseClient(object):
|
|
31789
31789
|
:rtype: :class:`~oci.response.Response`
|
31790
31790
|
|
31791
31791
|
:example:
|
31792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
31792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
31793
31793
|
"""
|
31794
31794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31795
31795
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -31904,7 +31904,7 @@ class DatabaseClient(object):
|
|
31904
31904
|
:rtype: :class:`~oci.response.Response`
|
31905
31905
|
|
31906
31906
|
:example:
|
31907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
31907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
31908
31908
|
"""
|
31909
31909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31910
31910
|
required_arguments = ['databaseId']
|
@@ -32007,7 +32007,7 @@ class DatabaseClient(object):
|
|
32007
32007
|
:rtype: :class:`~oci.response.Response`
|
32008
32008
|
|
32009
32009
|
:example:
|
32010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
32010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
32011
32011
|
"""
|
32012
32012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32013
32013
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32119,7 +32119,7 @@ class DatabaseClient(object):
|
|
32119
32119
|
:rtype: :class:`~oci.response.Response`
|
32120
32120
|
|
32121
32121
|
:example:
|
32122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
32122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
32123
32123
|
"""
|
32124
32124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32125
32125
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -32227,7 +32227,7 @@ class DatabaseClient(object):
|
|
32227
32227
|
:rtype: :class:`~oci.response.Response`
|
32228
32228
|
|
32229
32229
|
:example:
|
32230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
32230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
32231
32231
|
"""
|
32232
32232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32233
32233
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32327,7 +32327,7 @@ class DatabaseClient(object):
|
|
32327
32327
|
:rtype: :class:`~oci.response.Response`
|
32328
32328
|
|
32329
32329
|
:example:
|
32330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
32330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
32331
32331
|
"""
|
32332
32332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32333
32333
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32437,7 +32437,7 @@ class DatabaseClient(object):
|
|
32437
32437
|
:rtype: :class:`~oci.response.Response`
|
32438
32438
|
|
32439
32439
|
:example:
|
32440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
32440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
32441
32441
|
"""
|
32442
32442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32443
32443
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32545,7 +32545,7 @@ class DatabaseClient(object):
|
|
32545
32545
|
:rtype: :class:`~oci.response.Response`
|
32546
32546
|
|
32547
32547
|
:example:
|
32548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
32548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
32549
32549
|
"""
|
32550
32550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32551
32551
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32657,7 +32657,7 @@ class DatabaseClient(object):
|
|
32657
32657
|
:rtype: :class:`~oci.response.Response`
|
32658
32658
|
|
32659
32659
|
:example:
|
32660
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
32660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
32661
32661
|
"""
|
32662
32662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32663
32663
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32769,7 +32769,7 @@ class DatabaseClient(object):
|
|
32769
32769
|
:rtype: :class:`~oci.response.Response`
|
32770
32770
|
|
32771
32771
|
:example:
|
32772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
32772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
32773
32773
|
"""
|
32774
32774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32775
32775
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -32887,7 +32887,7 @@ class DatabaseClient(object):
|
|
32887
32887
|
:rtype: :class:`~oci.response.Response`
|
32888
32888
|
|
32889
32889
|
:example:
|
32890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
32890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
32891
32891
|
"""
|
32892
32892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32893
32893
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33011,7 +33011,7 @@ class DatabaseClient(object):
|
|
33011
33011
|
:rtype: :class:`~oci.response.Response`
|
33012
33012
|
|
33013
33013
|
:example:
|
33014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
33015
33015
|
"""
|
33016
33016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33017
33017
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -33114,7 +33114,7 @@ class DatabaseClient(object):
|
|
33114
33114
|
:rtype: :class:`~oci.response.Response`
|
33115
33115
|
|
33116
33116
|
:example:
|
33117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
33118
33118
|
"""
|
33119
33119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33120
33120
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33212,7 +33212,7 @@ class DatabaseClient(object):
|
|
33212
33212
|
:rtype: :class:`~oci.response.Response`
|
33213
33213
|
|
33214
33214
|
:example:
|
33215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
33216
33216
|
"""
|
33217
33217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33218
33218
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -33317,7 +33317,7 @@ class DatabaseClient(object):
|
|
33317
33317
|
:rtype: :class:`~oci.response.Response`
|
33318
33318
|
|
33319
33319
|
:example:
|
33320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
33321
33321
|
"""
|
33322
33322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33323
33323
|
required_arguments = ['dbSystemId']
|
@@ -33418,7 +33418,7 @@ class DatabaseClient(object):
|
|
33418
33418
|
:rtype: :class:`~oci.response.Response`
|
33419
33419
|
|
33420
33420
|
:example:
|
33421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
33422
33422
|
"""
|
33423
33423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33424
33424
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33531,7 +33531,7 @@ class DatabaseClient(object):
|
|
33531
33531
|
:rtype: :class:`~oci.response.Response`
|
33532
33532
|
|
33533
33533
|
:example:
|
33534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
33535
33535
|
"""
|
33536
33536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33537
33537
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -33642,7 +33642,7 @@ class DatabaseClient(object):
|
|
33642
33642
|
:rtype: :class:`~oci.response.Response`
|
33643
33643
|
|
33644
33644
|
:example:
|
33645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
33646
33646
|
"""
|
33647
33647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33648
33648
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33752,7 +33752,7 @@ class DatabaseClient(object):
|
|
33752
33752
|
:rtype: :class:`~oci.response.Response`
|
33753
33753
|
|
33754
33754
|
:example:
|
33755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
33756
33756
|
"""
|
33757
33757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33758
33758
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -33852,7 +33852,7 @@ class DatabaseClient(object):
|
|
33852
33852
|
:rtype: :class:`~oci.response.Response`
|
33853
33853
|
|
33854
33854
|
:example:
|
33855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
33856
33856
|
"""
|
33857
33857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33858
33858
|
required_arguments = []
|
@@ -33941,7 +33941,7 @@ class DatabaseClient(object):
|
|
33941
33941
|
:rtype: :class:`~oci.response.Response`
|
33942
33942
|
|
33943
33943
|
:example:
|
33944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
33944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
33945
33945
|
"""
|
33946
33946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33947
33947
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34044,7 +34044,7 @@ class DatabaseClient(object):
|
|
34044
34044
|
:rtype: :class:`~oci.response.Response`
|
34045
34045
|
|
34046
34046
|
:example:
|
34047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
34047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
34048
34048
|
"""
|
34049
34049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34050
34050
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34152,7 +34152,7 @@ class DatabaseClient(object):
|
|
34152
34152
|
:rtype: :class:`~oci.response.Response`
|
34153
34153
|
|
34154
34154
|
:example:
|
34155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
34155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
34156
34156
|
"""
|
34157
34157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34158
34158
|
required_arguments = ['autonomousVmClusterId']
|
@@ -34265,7 +34265,7 @@ class DatabaseClient(object):
|
|
34265
34265
|
:rtype: :class:`~oci.response.Response`
|
34266
34266
|
|
34267
34267
|
:example:
|
34268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
34268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
34269
34269
|
"""
|
34270
34270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34271
34271
|
required_arguments = ['backupDestinationId']
|
@@ -34375,7 +34375,7 @@ class DatabaseClient(object):
|
|
34375
34375
|
:rtype: :class:`~oci.response.Response`
|
34376
34376
|
|
34377
34377
|
:example:
|
34378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
34378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
34379
34379
|
"""
|
34380
34380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34381
34381
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -34485,7 +34485,7 @@ class DatabaseClient(object):
|
|
34485
34485
|
:rtype: :class:`~oci.response.Response`
|
34486
34486
|
|
34487
34487
|
:example:
|
34488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
34488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
34489
34489
|
"""
|
34490
34490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34491
34491
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -34595,7 +34595,7 @@ class DatabaseClient(object):
|
|
34595
34595
|
:rtype: :class:`~oci.response.Response`
|
34596
34596
|
|
34597
34597
|
:example:
|
34598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
34598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
34599
34599
|
"""
|
34600
34600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34601
34601
|
required_arguments = ['cloudVmClusterId']
|
@@ -34705,7 +34705,7 @@ class DatabaseClient(object):
|
|
34705
34705
|
:rtype: :class:`~oci.response.Response`
|
34706
34706
|
|
34707
34707
|
:example:
|
34708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
34708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
34709
34709
|
"""
|
34710
34710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34711
34711
|
required_arguments = ['cloudVmClusterId']
|
@@ -34818,7 +34818,7 @@ class DatabaseClient(object):
|
|
34818
34818
|
:rtype: :class:`~oci.response.Response`
|
34819
34819
|
|
34820
34820
|
:example:
|
34821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
34821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
34822
34822
|
"""
|
34823
34823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34824
34824
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -34932,7 +34932,7 @@ class DatabaseClient(object):
|
|
34932
34932
|
:rtype: :class:`~oci.response.Response`
|
34933
34933
|
|
34934
34934
|
:example:
|
34935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
34935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
34936
34936
|
"""
|
34937
34937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34938
34938
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -35048,7 +35048,7 @@ class DatabaseClient(object):
|
|
35048
35048
|
:rtype: :class:`~oci.response.Response`
|
35049
35049
|
|
35050
35050
|
:example:
|
35051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
35051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
35052
35052
|
"""
|
35053
35053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35054
35054
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -35156,7 +35156,7 @@ class DatabaseClient(object):
|
|
35156
35156
|
:rtype: :class:`~oci.response.Response`
|
35157
35157
|
|
35158
35158
|
:example:
|
35159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
35159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
35160
35160
|
"""
|
35161
35161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35162
35162
|
required_arguments = ['databaseId']
|
@@ -35261,7 +35261,7 @@ class DatabaseClient(object):
|
|
35261
35261
|
:rtype: :class:`~oci.response.Response`
|
35262
35262
|
|
35263
35263
|
:example:
|
35264
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
35264
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
35265
35265
|
"""
|
35266
35266
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35267
35267
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -35366,7 +35366,7 @@ class DatabaseClient(object):
|
|
35366
35366
|
:rtype: :class:`~oci.response.Response`
|
35367
35367
|
|
35368
35368
|
:example:
|
35369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
35369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
35370
35370
|
"""
|
35371
35371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35372
35372
|
required_arguments = ['dbHomeId']
|
@@ -35474,7 +35474,7 @@ class DatabaseClient(object):
|
|
35474
35474
|
:rtype: :class:`~oci.response.Response`
|
35475
35475
|
|
35476
35476
|
:example:
|
35477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
35477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
35478
35478
|
"""
|
35479
35479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35480
35480
|
required_arguments = ['dbNodeId']
|
@@ -35588,7 +35588,7 @@ class DatabaseClient(object):
|
|
35588
35588
|
:rtype: :class:`~oci.response.Response`
|
35589
35589
|
|
35590
35590
|
:example:
|
35591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
35591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
35592
35592
|
"""
|
35593
35593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35594
35594
|
required_arguments = ['dbSystemId']
|
@@ -35697,7 +35697,7 @@ class DatabaseClient(object):
|
|
35697
35697
|
:rtype: :class:`~oci.response.Response`
|
35698
35698
|
|
35699
35699
|
:example:
|
35700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
35700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
35701
35701
|
"""
|
35702
35702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35703
35703
|
required_arguments = ['exadataInfrastructureId']
|
@@ -35817,7 +35817,7 @@ class DatabaseClient(object):
|
|
35817
35817
|
:rtype: :class:`~oci.response.Response`
|
35818
35818
|
|
35819
35819
|
:example:
|
35820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
35820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
35821
35821
|
"""
|
35822
35822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35823
35823
|
required_arguments = ['dbSystemId']
|
@@ -35930,7 +35930,7 @@ class DatabaseClient(object):
|
|
35930
35930
|
:rtype: :class:`~oci.response.Response`
|
35931
35931
|
|
35932
35932
|
:example:
|
35933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
35933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
35934
35934
|
"""
|
35935
35935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35936
35936
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -36041,7 +36041,7 @@ class DatabaseClient(object):
|
|
36041
36041
|
:rtype: :class:`~oci.response.Response`
|
36042
36042
|
|
36043
36043
|
:example:
|
36044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
36044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
36045
36045
|
"""
|
36046
36046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36047
36047
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -36151,7 +36151,7 @@ class DatabaseClient(object):
|
|
36151
36151
|
:rtype: :class:`~oci.response.Response`
|
36152
36152
|
|
36153
36153
|
:example:
|
36154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
36154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
36155
36155
|
"""
|
36156
36156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36157
36157
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -36263,7 +36263,7 @@ class DatabaseClient(object):
|
|
36263
36263
|
:rtype: :class:`~oci.response.Response`
|
36264
36264
|
|
36265
36265
|
:example:
|
36266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
36266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
36267
36267
|
"""
|
36268
36268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36269
36269
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -36373,7 +36373,7 @@ class DatabaseClient(object):
|
|
36373
36373
|
:rtype: :class:`~oci.response.Response`
|
36374
36374
|
|
36375
36375
|
:example:
|
36376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
36376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
36377
36377
|
"""
|
36378
36378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36379
36379
|
required_arguments = ['keyStoreId']
|
@@ -36478,7 +36478,7 @@ class DatabaseClient(object):
|
|
36478
36478
|
:rtype: :class:`~oci.response.Response`
|
36479
36479
|
|
36480
36480
|
:example:
|
36481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
36481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
36482
36482
|
"""
|
36483
36483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36484
36484
|
required_arguments = ['maintenanceRunId']
|
@@ -36586,7 +36586,7 @@ class DatabaseClient(object):
|
|
36586
36586
|
:rtype: :class:`~oci.response.Response`
|
36587
36587
|
|
36588
36588
|
:example:
|
36589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
36589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
36590
36590
|
"""
|
36591
36591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36592
36592
|
required_arguments = ['oneoffPatchId']
|
@@ -36693,7 +36693,7 @@ class DatabaseClient(object):
|
|
36693
36693
|
:rtype: :class:`~oci.response.Response`
|
36694
36694
|
|
36695
36695
|
:example:
|
36696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
36696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
36697
36697
|
"""
|
36698
36698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36699
36699
|
required_arguments = ['pluggableDatabaseId']
|
@@ -36801,7 +36801,7 @@ class DatabaseClient(object):
|
|
36801
36801
|
:rtype: :class:`~oci.response.Response`
|
36802
36802
|
|
36803
36803
|
:example:
|
36804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
36804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
36805
36805
|
"""
|
36806
36806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36807
36807
|
required_arguments = ['vmClusterId']
|
@@ -36917,7 +36917,7 @@ class DatabaseClient(object):
|
|
36917
36917
|
:rtype: :class:`~oci.response.Response`
|
36918
36918
|
|
36919
36919
|
:example:
|
36920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
36920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
36921
36921
|
"""
|
36922
36922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36923
36923
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -37028,7 +37028,7 @@ class DatabaseClient(object):
|
|
37028
37028
|
:rtype: :class:`~oci.response.Response`
|
37029
37029
|
|
37030
37030
|
:example:
|
37031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
37031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
37032
37032
|
"""
|
37033
37033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37034
37034
|
required_arguments = ['databaseId']
|
@@ -37145,7 +37145,7 @@ class DatabaseClient(object):
|
|
37145
37145
|
:rtype: :class:`~oci.response.Response`
|
37146
37146
|
|
37147
37147
|
:example:
|
37148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
37148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
37149
37149
|
"""
|
37150
37150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37151
37151
|
required_arguments = ['dbSystemId']
|
@@ -37262,7 +37262,7 @@ class DatabaseClient(object):
|
|
37262
37262
|
:rtype: :class:`~oci.response.Response`
|
37263
37263
|
|
37264
37264
|
:example:
|
37265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.
|
37265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.2/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
37266
37266
|
"""
|
37267
37267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37268
37268
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|