oci 2.134.0__py3-none-any.whl → 2.135.1__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 +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/analytics/models/analytics_instance.py +55 -0
- oci/analytics/models/create_analytics_instance_details.py +55 -0
- oci/analytics/models/update_analytics_instance_details.py +57 -2
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/models/base_announcement.py +25 -25
- oci/announcements_service/models/base_create_announcements_preferences_details.py +5 -5
- oci/announcements_service/models/base_service.py +15 -15
- oci/announcements_service/service_client.py +1 -1
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/models/body_validation_request_policy.py +5 -5
- oci/apigateway/models/header_validation_request_policy.py +5 -5
- oci/apigateway/models/validation_request_policy.py +5 -5
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_control_plane/models/base_domain_details.py +5 -5
- oci/apm_control_plane/models/base_key_details.py +5 -5
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/blockchain/models/availability_domain.py +5 -5
- oci/blockchain/models/peer_role.py +5 -5
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +108 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/models/add_network_security_group_security_rules_details.py +6 -2
- oci/core/models/compute_bare_metal_host.py +10 -10
- oci/core/models/compute_hpc_island.py +5 -5
- oci/core/models/compute_network_block.py +5 -5
- oci/core/models/create_service_gateway_details.py +2 -2
- oci/core/models/create_vcn_details.py +35 -0
- oci/core/models/create_vnic_details.py +35 -0
- oci/core/models/instance.py +82 -0
- oci/core/models/instance_configuration_create_vnic_details.py +35 -0
- oci/core/models/instance_configuration_launch_instance_details.py +35 -0
- oci/core/models/launch_instance_details.py +35 -0
- oci/core/models/service_gateway.py +4 -4
- oci/core/models/topology.py +5 -5
- oci/core/models/update_instance_details.py +35 -0
- oci/core/models/update_vcn_details.py +37 -2
- oci/core/models/update_vnic_details.py +35 -0
- oci/core/models/vcn.py +35 -0
- oci/core/models/vnic.py +35 -0
- oci/core/virtual_network_client.py +256 -253
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_catalog/models/base_tag.py +5 -5
- oci/data_catalog/models/base_tag_summary.py +5 -5
- oci/data_catalog/models/object_lineage.py +5 -5
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/abstract_call_attribute.py +5 -5
- oci/data_integration/models/abstract_data_operation_config.py +5 -5
- oci/data_integration/models/cancel_rest_call_config.py +5 -5
- oci/data_integration/models/composite_type.py +2 -1
- oci/data_integration/models/conditional_composite_field_map.py +2 -1
- oci/data_integration/models/connection_details.py +5 -5
- oci/data_integration/models/connection_from_adwc_details.py +2 -1
- oci/data_integration/models/connection_from_atp_details.py +2 -1
- oci/data_integration/models/connection_from_hdfs_details.py +2 -1
- oci/data_integration/models/connection_from_jdbc_details.py +2 -1
- oci/data_integration/models/connection_from_lake_details.py +2 -1
- oci/data_integration/models/connection_from_my_sql_details.py +2 -1
- oci/data_integration/models/connection_from_my_sql_heat_wave_details.py +2 -1
- oci/data_integration/models/connection_from_o_auth2_details.py +7 -6
- oci/data_integration/models/connection_from_object_storage_details.py +2 -1
- oci/data_integration/models/connection_from_oracle_ebs_details.py +2 -1
- oci/data_integration/models/connection_from_oracle_people_soft_details.py +2 -1
- oci/data_integration/models/connection_from_oracle_siebel_details.py +2 -1
- oci/data_integration/models/connection_summary_from_adwc.py +2 -1
- oci/data_integration/models/connection_summary_from_atp.py +2 -1
- oci/data_integration/models/connection_summary_from_hdfs.py +2 -1
- oci/data_integration/models/connection_summary_from_jdbc.py +2 -1
- oci/data_integration/models/connection_summary_from_lake.py +2 -1
- oci/data_integration/models/connection_summary_from_my_sql.py +2 -1
- oci/data_integration/models/connection_summary_from_my_sql_heat_wave.py +2 -1
- oci/data_integration/models/connection_summary_from_oracle_ebs.py +2 -1
- oci/data_integration/models/connection_summary_from_oracle_people_soft.py +2 -1
- oci/data_integration/models/connection_summary_from_oracle_siebel.py +2 -1
- oci/data_integration/models/connector_attribute.py +5 -5
- oci/data_integration/models/derived_type.py +2 -1
- oci/data_integration/models/dynamic_proxy_field.py +2 -1
- oci/data_integration/models/flow_port_link.py +5 -5
- oci/data_integration/models/key.py +5 -5
- oci/data_integration/models/materialized_composite_type.py +2 -1
- oci/data_integration/models/materialized_dynamic_field.py +2 -1
- oci/data_integration/models/output_link.py +2 -1
- oci/data_integration/models/poll_rest_call_config.py +5 -5
- oci/data_integration/models/rest_call_config.py +5 -5
- oci/data_integration/models/shape_field.py +2 -1
- oci/data_integration/models/task_run_lineage_details.py +5 -5
- oci/data_integration/models/typed_expression.py +2 -1
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +781 -287
- oci/data_safe/data_safe_client_composite_operations.py +164 -0
- oci/data_safe/models/__init__.py +12 -0
- oci/data_safe/models/bulk_create_sql_firewall_allowed_sqls_details.py +142 -0
- oci/data_safe/models/bulk_delete_sql_firewall_allowed_sqls_details.py +99 -0
- oci/data_safe/models/generate_report_details.py +7 -3
- oci/data_safe/models/list_selection_mode.py +84 -0
- oci/data_safe/models/patch_sql_firewall_allowed_sql_details.py +103 -0
- oci/data_safe/models/report.py +7 -3
- oci/data_safe/models/report_definition.py +7 -3
- oci/data_safe/models/report_summary.py +7 -3
- oci/data_safe/models/schedule_report_details.py +7 -3
- oci/data_safe/models/scim_query_selection_mode.py +98 -0
- oci/data_safe/models/selection_details.py +113 -0
- oci/data_safe/models/sql_firewall_allowed_sql.py +10 -10
- oci/data_safe/models/work_request.py +15 -3
- oci/data_safe/models/work_request_summary.py +15 -3
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/custom_expression_query_scaling_configuration.py +2 -1
- oci/data_science/models/scaling_configuration.py +5 -5
- oci/database/database_client.py +652 -394
- oci/database/database_client_composite_operations.py +176 -0
- oci/database/models/__init__.py +6 -0
- oci/database/models/autonomous_database.py +70 -0
- oci/database/models/autonomous_database_summary.py +70 -0
- oci/database/models/cloud_autonomous_vm_cluster.py +39 -0
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +39 -0
- oci/database/models/cloud_vm_cluster.py +39 -0
- oci/database/models/cloud_vm_cluster_summary.py +39 -0
- oci/database/models/create_autonomous_database_base.py +50 -3
- oci/database/models/create_autonomous_database_clone_details.py +8 -1
- oci/database/models/create_autonomous_database_details.py +8 -1
- oci/database/models/create_autonomous_database_from_backup_details.py +8 -1
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +8 -1
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +41 -2
- oci/database/models/create_cloud_vm_cluster_details.py +39 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +8 -1
- oci/database/models/create_cross_region_disaster_recovery_details.py +8 -1
- oci/database/models/create_cross_tenancy_disaster_recovery_details.py +8 -1
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +39 -0
- oci/database/models/create_exadb_vm_cluster_details.py +39 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +8 -1
- oci/database/models/db_system.py +39 -0
- oci/database/models/db_system_summary.py +39 -0
- oci/database/models/exadb_vm_cluster.py +39 -0
- oci/database/models/exadb_vm_cluster_summary.py +39 -0
- oci/database/models/external_database_base.py +15 -15
- oci/database/models/infrastructure_target_version_summary.py +5 -5
- oci/database/models/launch_db_system_base.py +39 -0
- oci/database/models/launch_db_system_details.py +7 -0
- oci/database/models/launch_db_system_from_backup_details.py +7 -0
- oci/database/models/launch_db_system_from_database_details.py +7 -0
- oci/database/models/launch_db_system_from_db_system_details.py +7 -0
- oci/database/models/oci_provider_set_key_version_details.py +82 -0
- oci/database/models/pluggable_database.py +62 -0
- oci/database/models/pluggable_database_summary.py +62 -0
- oci/database/models/set_key_version_details.py +101 -0
- oci/database/models/undelete_autonomous_database_details.py +447 -0
- oci/database/models/update_autonomous_database_details.py +39 -0
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +41 -2
- oci/database/models/update_cloud_vm_cluster_details.py +39 -0
- oci/database/models/update_db_system_details.py +39 -0
- oci/database/models/update_exadb_vm_cluster_details.py +39 -0
- oci/database_management/db_management_client.py +211 -211
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/awr_query_result.py +5 -5
- oci/database_management/models/dbm_resource.py +10 -10
- oci/database_management/models/discovered_external_asm_instance.py +4 -2
- oci/database_management/models/discovered_external_pluggable_database.py +4 -2
- oci/database_management/models/entity_discovered.py +10 -10
- oci/database_management/models/external_exadata_infrastructure_discovery_summary.py +9 -7
- oci/database_management/models/external_exadata_storage_grid_summary.py +4 -2
- oci/database_management/models/external_serviced_database.py +10 -10
- oci/database_management/models/external_storage_grid_discovery_summary.py +4 -2
- oci/database_management/models/external_storage_server_discovery_summary.py +4 -2
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_migration/models/migration_parameter_base.py +5 -5
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/devops/models/build_run_snapshot.py +5 -5
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +54 -54
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
- oci/fleet_apps_management/models/fleet_target.py +10 -10
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/allow_rule.py +1 -1
- oci/fusion_apps/models/create_refresh_activity_details.py +31 -0
- oci/fusion_apps/models/maintenance_policy.py +10 -10
- oci/fusion_apps/models/refresh_activity.py +31 -0
- oci/fusion_apps/models/refresh_activity_summary.py +31 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/__init__.py +14 -0
- oci/generative_ai_agent/generative_ai_agent_client.py +4245 -0
- oci/generative_ai_agent/generative_ai_agent_client_composite_operations.py +774 -0
- oci/generative_ai_agent/models/__init__.py +118 -0
- oci/generative_ai_agent/models/agent.py +536 -0
- oci/generative_ai_agent/models/agent_collection.py +74 -0
- oci/generative_ai_agent/models/agent_endpoint.py +648 -0
- oci/generative_ai_agent/models/agent_endpoint_collection.py +74 -0
- oci/generative_ai_agent/models/agent_endpoint_summary.py +612 -0
- oci/generative_ai_agent/models/agent_summary.py +500 -0
- oci/generative_ai_agent/models/basic_auth_secret.py +88 -0
- oci/generative_ai_agent/models/change_agent_compartment_details.py +78 -0
- oci/generative_ai_agent/models/change_agent_endpoint_compartment_details.py +78 -0
- oci/generative_ai_agent/models/change_knowledge_base_compartment_details.py +78 -0
- oci/generative_ai_agent/models/content_moderation_config.py +103 -0
- oci/generative_ai_agent/models/create_agent_details.py +288 -0
- oci/generative_ai_agent/models/create_agent_endpoint_details.py +400 -0
- oci/generative_ai_agent/models/create_data_ingestion_job_details.py +257 -0
- oci/generative_ai_agent/models/create_data_source_details.py +284 -0
- oci/generative_ai_agent/models/create_knowledge_base_details.py +249 -0
- oci/generative_ai_agent/models/data_ingestion_job.py +536 -0
- oci/generative_ai_agent/models/data_ingestion_job_collection.py +74 -0
- oci/generative_ai_agent/models/data_ingestion_job_statistics.py +136 -0
- oci/generative_ai_agent/models/data_ingestion_job_summary.py +469 -0
- oci/generative_ai_agent/models/data_source.py +536 -0
- oci/generative_ai_agent/models/data_source_collection.py +74 -0
- oci/generative_ai_agent/models/data_source_config.py +107 -0
- oci/generative_ai_agent/models/data_source_summary.py +469 -0
- oci/generative_ai_agent/models/database_connection.py +107 -0
- oci/generative_ai_agent/models/database_function.py +74 -0
- oci/generative_ai_agent/models/database_tool_connection.py +88 -0
- oci/generative_ai_agent/models/default_index_config.py +84 -0
- oci/generative_ai_agent/models/idcs_secret.py +181 -0
- oci/generative_ai_agent/models/index.py +101 -0
- oci/generative_ai_agent/models/index_config.py +127 -0
- oci/generative_ai_agent/models/index_schema.py +167 -0
- oci/generative_ai_agent/models/knowledge_base.py +501 -0
- oci/generative_ai_agent/models/knowledge_base_collection.py +74 -0
- oci/generative_ai_agent/models/knowledge_base_summary.py +434 -0
- oci/generative_ai_agent/models/object_storage_prefix.py +136 -0
- oci/generative_ai_agent/models/oci_database_config.py +111 -0
- oci/generative_ai_agent/models/oci_object_storage_data_source_config.py +84 -0
- oci/generative_ai_agent/models/oci_open_search_index_config.py +146 -0
- oci/generative_ai_agent/models/secret_detail.py +117 -0
- oci/generative_ai_agent/models/session_config.py +74 -0
- oci/generative_ai_agent/models/update_agent_details.py +253 -0
- oci/generative_ai_agent/models/update_agent_endpoint_details.py +303 -0
- oci/generative_ai_agent/models/update_data_source_details.py +214 -0
- oci/generative_ai_agent/models/update_knowledge_base_details.py +214 -0
- oci/generative_ai_agent/models/work_request.py +505 -0
- oci/generative_ai_agent/models/work_request_error.py +148 -0
- oci/generative_ai_agent/models/work_request_error_collection.py +74 -0
- oci/generative_ai_agent/models/work_request_log_entry.py +111 -0
- oci/generative_ai_agent/models/work_request_log_entry_collection.py +74 -0
- oci/generative_ai_agent/models/work_request_resource.py +240 -0
- oci/generative_ai_agent/models/work_request_summary.py +503 -0
- oci/generative_ai_agent/models/work_request_summary_collection.py +74 -0
- oci/generative_ai_agent_runtime/__init__.py +14 -0
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +689 -0
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client_composite_operations.py +26 -0
- oci/generative_ai_agent_runtime/models/__init__.py +44 -0
- oci/generative_ai_agent_runtime/models/chat_details.py +134 -0
- oci/generative_ai_agent_runtime/models/chat_result.py +99 -0
- oci/generative_ai_agent_runtime/models/citation.py +99 -0
- oci/generative_ai_agent_runtime/models/create_session_details.py +103 -0
- oci/generative_ai_agent_runtime/models/error_trace.py +89 -0
- oci/generative_ai_agent_runtime/models/generation_trace.py +89 -0
- oci/generative_ai_agent_runtime/models/message.py +146 -0
- oci/generative_ai_agent_runtime/models/message_content.py +103 -0
- oci/generative_ai_agent_runtime/models/oci_database_source_location.py +148 -0
- oci/generative_ai_agent_runtime/models/oci_object_storage_source_location.py +82 -0
- oci/generative_ai_agent_runtime/models/oci_open_search_source_location.py +144 -0
- oci/generative_ai_agent_runtime/models/retrieval_trace.py +120 -0
- oci/generative_ai_agent_runtime/models/session.py +227 -0
- oci/generative_ai_agent_runtime/models/source_location.py +117 -0
- oci/generative_ai_agent_runtime/models/trace.py +148 -0
- oci/generative_ai_agent_runtime/models/update_session_details.py +103 -0
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +307 -307
- oci/integration/integration_instance_client.py +374 -18
- oci/integration/integration_instance_client_composite_operations.py +120 -0
- oci/integration/models/__init__.py +6 -0
- oci/integration/models/add_oracle_managed_custom_endpoint_details.py +146 -0
- oci/integration/models/create_integration_instance_details.py +31 -0
- oci/integration/models/cross_region_integration_instance_details.py +185 -0
- oci/integration/models/custom_endpoint_details.py +121 -0
- oci/integration/models/disaster_recovery_details.py +150 -0
- oci/integration/models/integration_instance.py +123 -7
- oci/integration/models/integration_instance_summary.py +96 -7
- oci/integration/models/work_request.py +15 -3
- oci/integration/models/work_request_summary.py +15 -3
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/load_balancer/models/create_load_balancer_details.py +35 -0
- oci/load_balancer/models/load_balancer.py +35 -0
- oci/load_balancer/models/update_load_balancer_details.py +37 -2
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/log_analytics/models/chart_data_column.py +6 -3
- oci/log_analytics/models/function_field.py +4 -2
- oci/log_analytics/models/time_cluster_data_column.py +6 -3
- oci/log_analytics/models/time_stats_data_column.py +6 -3
- oci/logging/logging_management_client.py +30 -30
- oci/logging/models/unified_agent_monitoring_filter.py +5 -5
- oci/logging/models/unified_agent_tail_log_source.py +2 -1
- oci/logging/models/unified_agent_url_filter.py +2 -1
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/models/__init__.py +6 -0
- oci/monitoring/models/alarm_status_summary.py +2 -0
- oci/monitoring/models/alarm_suppression.py +94 -2
- oci/monitoring/models/alarm_suppression_alarm_target.py +1 -1
- oci/monitoring/models/alarm_suppression_collection.py +3 -3
- oci/monitoring/models/alarm_suppression_compartment_target.py +127 -0
- oci/monitoring/models/alarm_suppression_history_item.py +43 -2
- oci/monitoring/models/alarm_suppression_summary.py +78 -2
- oci/monitoring/models/alarm_suppression_target.py +11 -3
- oci/monitoring/models/create_alarm_suppression_details.py +86 -6
- oci/monitoring/models/recurrence.py +127 -0
- oci/monitoring/models/suppression.py +1 -0
- oci/monitoring/models/suppression_condition.py +101 -0
- oci/monitoring/monitoring_client.py +115 -33
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/models/create_network_load_balancer_details.py +43 -2
- oci/network_load_balancer/models/network_load_balancer.py +41 -0
- oci/network_load_balancer/models/network_load_balancer_summary.py +41 -0
- oci/network_load_balancer/models/update_network_load_balancer_details.py +43 -2
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/models/bot.py +15 -15
- oci/oda/models/parameter.py +10 -10
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +50 -0
- oci/opsi/models/add_em_managed_external_exadata_insight_members_details.py +1 -1
- oci/opsi/models/add_exadata_insight_members_details.py +11 -3
- oci/opsi/models/add_macs_managed_cloud_exadata_insight_members_details.py +78 -0
- oci/opsi/models/add_pe_comanaged_exadata_insight_members_details.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_query_result.py +5 -5
- oci/opsi/models/change_macs_managed_cloud_database_insight_connection_details.py +130 -0
- oci/opsi/models/create_database_insight_details.py +11 -3
- 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_host_insight_details.py +1 -1
- oci/opsi/models/create_exadata_insight_details.py +11 -3
- oci/opsi/models/create_host_insight_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +315 -0
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +171 -0
- oci/opsi/models/create_macs_managed_cloud_exadata_insight_details.py +134 -0
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +96 -0
- 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_mds_my_sql_database_insight_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/database_configuration_metric_group.py +35 -3
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/db_connection_status.py +58 -0
- 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/em_managed_external_database_configuration_summary.py +127 -3
- 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 +2 -2
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +2 -2
- oci/opsi/models/em_managed_external_host_configuration_summary.py +127 -3
- oci/opsi/models/em_managed_external_host_insight.py +1 -1
- oci/opsi/models/em_managed_external_host_insight_summary.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- 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 +11 -3
- oci/opsi/models/enable_host_insight_details.py +7 -3
- oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +274 -0
- oci/opsi/models/enable_macs_managed_cloud_exadata_insight_details.py +51 -0
- 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_mds_my_sql_database_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/exadata_asm_entity.py +151 -0
- oci/opsi/models/exadata_cell_config.py +213 -0
- oci/opsi/models/exadata_configuration_summary.py +30 -6
- oci/opsi/models/exadata_database_machine_configuration_summary.py +128 -4
- oci/opsi/models/exadata_exacc_configuration_summary.py +186 -0
- oci/opsi/models/exadata_exacs_configuration_summary.py +2 -2
- oci/opsi/models/exadata_insight.py +30 -6
- oci/opsi/models/exadata_insight_summary.py +30 -6
- oci/opsi/models/exadata_member_collection.py +19 -3
- oci/opsi/models/host_allocation.py +120 -0
- oci/opsi/models/host_configuration_summary.py +11 -3
- oci/opsi/models/host_containers.py +2 -2
- oci/opsi/models/host_insight.py +11 -3
- oci/opsi/models/host_insight_summary.py +11 -3
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +253 -0
- oci/opsi/models/macs_managed_cloud_database_host_insight.py +394 -0
- oci/opsi/models/macs_managed_cloud_database_host_insight_summary.py +339 -0
- oci/opsi/models/macs_managed_cloud_database_insight.py +469 -0
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +315 -0
- oci/opsi/models/macs_managed_cloud_db_host_configuration_summary.py +282 -0
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +278 -0
- oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +271 -0
- oci/opsi/models/macs_managed_cloud_host_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_host_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_host_insight_summary.py +1 -1
- 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 +1 -1
- oci/opsi/models/macs_managed_external_host_insight.py +1 -1
- oci/opsi/models/macs_managed_external_host_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
- oci/opsi/models/mds_mysql_database_configuration_summary.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 +9 -5
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +9 -5
- oci/opsi/models/pe_comanaged_host_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_host_insight.py +1 -1
- oci/opsi/models/pe_comanaged_host_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/test_macs_managed_cloud_database_insight_connection_details.py +130 -0
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- 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_exadata_insight_details.py +11 -3
- oci/opsi/models/update_host_insight_details.py +11 -3
- oci/opsi/models/update_macs_managed_cloud_database_host_insight_details.py +65 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +65 -0
- oci/opsi/models/update_macs_managed_cloud_exadata_insight_details.py +65 -0
- 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_mds_my_sql_database_insight.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/update_pe_comanaged_host_insight_details.py +1 -1
- oci/opsi/models/work_request.py +11 -3
- oci/opsi/operations_insights_client.py +482 -214
- oci/opsi/operations_insights_client_composite_operations.py +81 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/models/event_content.py +5 -5
- oci/os_management_hub/models/exploit_attempt_event_content.py +2 -1
- oci/os_management_hub/models/package_summary.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +8 -0
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/__init__.py +14 -0
- oci/security_attribute/models/__init__.py +54 -0
- oci/security_attribute/models/base_security_attribute_validator.py +122 -0
- oci/security_attribute/models/bulk_delete_security_attributes_details.py +72 -0
- oci/security_attribute/models/bulk_edit_resource.py +134 -0
- oci/security_attribute/models/bulk_edit_security_attribute_details.py +134 -0
- oci/security_attribute/models/bulk_edit_security_attribute_operation_details.py +147 -0
- oci/security_attribute/models/change_security_attribute_namespace_compartment_details.py +72 -0
- oci/security_attribute/models/create_security_attribute_details.py +132 -0
- oci/security_attribute/models/create_security_attribute_namespace_details.py +216 -0
- oci/security_attribute/models/default_security_attribute_validator.py +53 -0
- oci/security_attribute/models/enum_security_attribute_validator.py +85 -0
- oci/security_attribute/models/security_attribute.py +421 -0
- oci/security_attribute/models/security_attribute_namespace.py +446 -0
- oci/security_attribute/models/security_attribute_namespace_summary.py +410 -0
- oci/security_attribute/models/security_attribute_summary.py +361 -0
- oci/security_attribute/models/security_attribute_work_request.py +387 -0
- oci/security_attribute/models/security_attribute_work_request_error_summary.py +136 -0
- oci/security_attribute/models/security_attribute_work_request_log_summary.py +105 -0
- oci/security_attribute/models/security_attribute_work_request_summary.py +386 -0
- oci/security_attribute/models/update_security_attribute_details.py +136 -0
- oci/security_attribute/models/update_security_attribute_namespace_details.py +191 -0
- oci/security_attribute/models/work_request_resource.py +197 -0
- oci/security_attribute/security_attribute_client.py +2321 -0
- oci/security_attribute/security_attribute_client_composite_operations.py +265 -0
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/models/traffic_rule_target.py +5 -5
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/models/topology.py +5 -5
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/models/protection_rule.py +4 -2
- oci/waf/models/request_rate_limiting_rule.py +4 -2
- oci/waf/models/web_app_firewall_policy_rule.py +10 -10
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/__init__.py +14 -0
- oci/zpr/models/__init__.py +42 -0
- oci/zpr/models/configuration.py +449 -0
- oci/zpr/models/create_configuration_details.py +189 -0
- oci/zpr/models/create_zpr_policy_details.py +251 -0
- oci/zpr/models/update_zpr_policy_details.py +185 -0
- oci/zpr/models/work_request.py +459 -0
- oci/zpr/models/work_request_error.py +146 -0
- oci/zpr/models/work_request_error_collection.py +72 -0
- oci/zpr/models/work_request_log_entry.py +109 -0
- oci/zpr/models/work_request_log_entry_collection.py +72 -0
- oci/zpr/models/work_request_resource.py +238 -0
- oci/zpr/models/work_request_summary.py +457 -0
- oci/zpr/models/work_request_summary_collection.py +72 -0
- oci/zpr/models/zpr_policy.py +505 -0
- oci/zpr/models/zpr_policy_collection.py +72 -0
- oci/zpr/models/zpr_policy_summary.py +463 -0
- oci/zpr/zpr_client.py +2124 -0
- oci/zpr/zpr_client_composite_operations.py +197 -0
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/METADATA +1 -1
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/RECORD +703 -542
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/WHEEL +0 -0
- {oci-2.134.0.dist-info → oci-2.135.1.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -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.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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']
|
@@ -978,7 +978,7 @@ class DatabaseClient(object):
|
|
978
978
|
:rtype: :class:`~oci.response.Response`
|
979
979
|
|
980
980
|
:example:
|
981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
|
982
982
|
"""
|
983
983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
984
984
|
required_arguments = ['executionWindowId']
|
@@ -1095,7 +1095,7 @@ class DatabaseClient(object):
|
|
1095
1095
|
:rtype: :class:`~oci.response.Response`
|
1096
1096
|
|
1097
1097
|
:example:
|
1098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
|
1099
1099
|
"""
|
1100
1100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1101
1101
|
required_arguments = ['schedulingPlanId']
|
@@ -1215,7 +1215,7 @@ class DatabaseClient(object):
|
|
1215
1215
|
:rtype: :class:`~oci.response.Response`
|
1216
1216
|
|
1217
1217
|
:example:
|
1218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
1219
1219
|
"""
|
1220
1220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1221
1221
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1337,7 +1337,7 @@ class DatabaseClient(object):
|
|
1337
1337
|
:rtype: :class:`~oci.response.Response`
|
1338
1338
|
|
1339
1339
|
:example:
|
1340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1341
1341
|
"""
|
1342
1342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1343
1343
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1455,7 +1455,7 @@ class DatabaseClient(object):
|
|
1455
1455
|
:rtype: :class:`~oci.response.Response`
|
1456
1456
|
|
1457
1457
|
:example:
|
1458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
|
1459
1459
|
"""
|
1460
1460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1461
1461
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1573,7 +1573,7 @@ class DatabaseClient(object):
|
|
1573
1573
|
:rtype: :class:`~oci.response.Response`
|
1574
1574
|
|
1575
1575
|
:example:
|
1576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
|
1577
1577
|
"""
|
1578
1578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1579
1579
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1695,7 +1695,7 @@ class DatabaseClient(object):
|
|
1695
1695
|
:rtype: :class:`~oci.response.Response`
|
1696
1696
|
|
1697
1697
|
:example:
|
1698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1699
1699
|
"""
|
1700
1700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1701
1701
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1813,7 +1813,7 @@ class DatabaseClient(object):
|
|
1813
1813
|
:rtype: :class:`~oci.response.Response`
|
1814
1814
|
|
1815
1815
|
:example:
|
1816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1817
1817
|
"""
|
1818
1818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1819
1819
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1935,7 +1935,7 @@ class DatabaseClient(object):
|
|
1935
1935
|
:rtype: :class:`~oci.response.Response`
|
1936
1936
|
|
1937
1937
|
:example:
|
1938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1939
1939
|
"""
|
1940
1940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1941
1941
|
required_arguments = ['backupDestinationId']
|
@@ -2053,7 +2053,7 @@ class DatabaseClient(object):
|
|
2053
2053
|
:rtype: :class:`~oci.response.Response`
|
2054
2054
|
|
2055
2055
|
:example:
|
2056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
2057
2057
|
"""
|
2058
2058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2059
2059
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -2173,7 +2173,7 @@ class DatabaseClient(object):
|
|
2173
2173
|
:rtype: :class:`~oci.response.Response`
|
2174
2174
|
|
2175
2175
|
:example:
|
2176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
2177
2177
|
"""
|
2178
2178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2179
2179
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2291,7 +2291,7 @@ class DatabaseClient(object):
|
|
2291
2291
|
:rtype: :class:`~oci.response.Response`
|
2292
2292
|
|
2293
2293
|
:example:
|
2294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
|
2295
2295
|
"""
|
2296
2296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2297
2297
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2409,7 +2409,7 @@ class DatabaseClient(object):
|
|
2409
2409
|
:rtype: :class:`~oci.response.Response`
|
2410
2410
|
|
2411
2411
|
:example:
|
2412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
2413
2413
|
"""
|
2414
2414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2415
2415
|
required_arguments = ['cloudVmClusterId']
|
@@ -2527,7 +2527,7 @@ class DatabaseClient(object):
|
|
2527
2527
|
:rtype: :class:`~oci.response.Response`
|
2528
2528
|
|
2529
2529
|
:example:
|
2530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
|
2531
2531
|
"""
|
2532
2532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2533
2533
|
required_arguments = ['cloudVmClusterId']
|
@@ -2649,7 +2649,7 @@ class DatabaseClient(object):
|
|
2649
2649
|
:rtype: :class:`~oci.response.Response`
|
2650
2650
|
|
2651
2651
|
:example:
|
2652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2653
2653
|
"""
|
2654
2654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2655
2655
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2772,7 +2772,7 @@ class DatabaseClient(object):
|
|
2772
2772
|
:rtype: :class:`~oci.response.Response`
|
2773
2773
|
|
2774
2774
|
:example:
|
2775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2776
2776
|
"""
|
2777
2777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2778
2778
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2903,7 +2903,7 @@ class DatabaseClient(object):
|
|
2903
2903
|
:rtype: :class:`~oci.response.Response`
|
2904
2904
|
|
2905
2905
|
:example:
|
2906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2907
2907
|
"""
|
2908
2908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2909
2909
|
required_arguments = ['dbSystemId']
|
@@ -3014,7 +3014,7 @@ class DatabaseClient(object):
|
|
3014
3014
|
:rtype: :class:`~oci.response.Response`
|
3015
3015
|
|
3016
3016
|
:example:
|
3017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
3018
3018
|
"""
|
3019
3019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3020
3020
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3132,7 +3132,7 @@ class DatabaseClient(object):
|
|
3132
3132
|
:rtype: :class:`~oci.response.Response`
|
3133
3133
|
|
3134
3134
|
:example:
|
3135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
3136
3136
|
"""
|
3137
3137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3138
3138
|
required_arguments = ['exadataInfrastructureId']
|
@@ -3250,7 +3250,7 @@ class DatabaseClient(object):
|
|
3250
3250
|
:rtype: :class:`~oci.response.Response`
|
3251
3251
|
|
3252
3252
|
:example:
|
3253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
|
3254
3254
|
"""
|
3255
3255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3256
3256
|
required_arguments = ['exadbVmClusterId']
|
@@ -3368,7 +3368,7 @@ class DatabaseClient(object):
|
|
3368
3368
|
:rtype: :class:`~oci.response.Response`
|
3369
3369
|
|
3370
3370
|
:example:
|
3371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
|
3372
3372
|
"""
|
3373
3373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3374
3374
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -3491,7 +3491,7 @@ class DatabaseClient(object):
|
|
3491
3491
|
:rtype: :class:`~oci.response.Response`
|
3492
3492
|
|
3493
3493
|
:example:
|
3494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
3495
3495
|
"""
|
3496
3496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3497
3497
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -3613,7 +3613,7 @@ class DatabaseClient(object):
|
|
3613
3613
|
:rtype: :class:`~oci.response.Response`
|
3614
3614
|
|
3615
3615
|
:example:
|
3616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
3617
3617
|
"""
|
3618
3618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3619
3619
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -3738,7 +3738,7 @@ class DatabaseClient(object):
|
|
3738
3738
|
:rtype: :class:`~oci.response.Response`
|
3739
3739
|
|
3740
3740
|
:example:
|
3741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
3742
3742
|
"""
|
3743
3743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3744
3744
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -3860,7 +3860,7 @@ class DatabaseClient(object):
|
|
3860
3860
|
:rtype: :class:`~oci.response.Response`
|
3861
3861
|
|
3862
3862
|
:example:
|
3863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
3864
3864
|
"""
|
3865
3865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3866
3866
|
required_arguments = ['keyStoreId']
|
@@ -3978,7 +3978,7 @@ class DatabaseClient(object):
|
|
3978
3978
|
:rtype: :class:`~oci.response.Response`
|
3979
3979
|
|
3980
3980
|
:example:
|
3981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
3982
3982
|
"""
|
3983
3983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3984
3984
|
required_arguments = ['databaseId']
|
@@ -4096,7 +4096,7 @@ class DatabaseClient(object):
|
|
4096
4096
|
:rtype: :class:`~oci.response.Response`
|
4097
4097
|
|
4098
4098
|
:example:
|
4099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
4100
4100
|
"""
|
4101
4101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4102
4102
|
required_arguments = ['oneoffPatchId']
|
@@ -4214,7 +4214,7 @@ class DatabaseClient(object):
|
|
4214
4214
|
:rtype: :class:`~oci.response.Response`
|
4215
4215
|
|
4216
4216
|
:example:
|
4217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
|
4218
4218
|
"""
|
4219
4219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4220
4220
|
required_arguments = ['schedulingPlanId']
|
@@ -4332,7 +4332,7 @@ class DatabaseClient(object):
|
|
4332
4332
|
:rtype: :class:`~oci.response.Response`
|
4333
4333
|
|
4334
4334
|
:example:
|
4335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
|
4336
4336
|
"""
|
4337
4337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4338
4338
|
required_arguments = ['schedulingPolicyId']
|
@@ -4451,7 +4451,7 @@ class DatabaseClient(object):
|
|
4451
4451
|
:rtype: :class:`~oci.response.Response`
|
4452
4452
|
|
4453
4453
|
:example:
|
4454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
4455
4455
|
"""
|
4456
4456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4457
4457
|
required_arguments = ['vmClusterId']
|
@@ -4568,7 +4568,7 @@ class DatabaseClient(object):
|
|
4568
4568
|
:rtype: :class:`~oci.response.Response`
|
4569
4569
|
|
4570
4570
|
:example:
|
4571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
4572
4572
|
"""
|
4573
4573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4574
4574
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -4685,7 +4685,7 @@ class DatabaseClient(object):
|
|
4685
4685
|
:rtype: :class:`~oci.response.Response`
|
4686
4686
|
|
4687
4687
|
:example:
|
4688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
4689
4689
|
"""
|
4690
4690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4691
4691
|
required_arguments = ['backupId']
|
@@ -4807,7 +4807,7 @@ class DatabaseClient(object):
|
|
4807
4807
|
:rtype: :class:`~oci.response.Response`
|
4808
4808
|
|
4809
4809
|
:example:
|
4810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
4811
4811
|
"""
|
4812
4812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4813
4813
|
required_arguments = ['autonomousDatabaseId']
|
@@ -4918,7 +4918,7 @@ class DatabaseClient(object):
|
|
4918
4918
|
:rtype: :class:`~oci.response.Response`
|
4919
4919
|
|
4920
4920
|
:example:
|
4921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
4922
4922
|
"""
|
4923
4923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4924
4924
|
required_arguments = ['autonomousDatabaseId']
|
@@ -5033,7 +5033,7 @@ class DatabaseClient(object):
|
|
5033
5033
|
:rtype: :class:`~oci.response.Response`
|
5034
5034
|
|
5035
5035
|
:example:
|
5036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
|
5037
5037
|
"""
|
5038
5038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5039
5039
|
required_arguments = ['keyStoreId']
|
@@ -5142,7 +5142,7 @@ class DatabaseClient(object):
|
|
5142
5142
|
:rtype: :class:`~oci.response.Response`
|
5143
5143
|
|
5144
5144
|
:example:
|
5145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
5146
5146
|
"""
|
5147
5147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5148
5148
|
required_arguments = ['databaseId']
|
@@ -5260,7 +5260,7 @@ class DatabaseClient(object):
|
|
5260
5260
|
:rtype: :class:`~oci.response.Response`
|
5261
5261
|
|
5262
5262
|
:example:
|
5263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
5264
5264
|
"""
|
5265
5265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5266
5266
|
required_arguments = ['pluggableDatabaseId']
|
@@ -5370,7 +5370,7 @@ class DatabaseClient(object):
|
|
5370
5370
|
:rtype: :class:`~oci.response.Response`
|
5371
5371
|
|
5372
5372
|
:example:
|
5373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
5374
5374
|
"""
|
5375
5375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5376
5376
|
required_arguments = []
|
@@ -5463,7 +5463,7 @@ class DatabaseClient(object):
|
|
5463
5463
|
:rtype: :class:`~oci.response.Response`
|
5464
5464
|
|
5465
5465
|
:example:
|
5466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
5467
5467
|
"""
|
5468
5468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5469
5469
|
required_arguments = []
|
@@ -5569,7 +5569,7 @@ class DatabaseClient(object):
|
|
5569
5569
|
:rtype: :class:`~oci.response.Response`
|
5570
5570
|
|
5571
5571
|
:example:
|
5572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
5573
5573
|
"""
|
5574
5574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5575
5575
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -5675,7 +5675,7 @@ class DatabaseClient(object):
|
|
5675
5675
|
:rtype: :class:`~oci.response.Response`
|
5676
5676
|
|
5677
5677
|
:example:
|
5678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
5679
5679
|
"""
|
5680
5680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5681
5681
|
required_arguments = []
|
@@ -5771,7 +5771,7 @@ class DatabaseClient(object):
|
|
5771
5771
|
:rtype: :class:`~oci.response.Response`
|
5772
5772
|
|
5773
5773
|
:example:
|
5774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
5775
5775
|
"""
|
5776
5776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5777
5777
|
required_arguments = []
|
@@ -5867,7 +5867,7 @@ class DatabaseClient(object):
|
|
5867
5867
|
:rtype: :class:`~oci.response.Response`
|
5868
5868
|
|
5869
5869
|
:example:
|
5870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
5871
5871
|
"""
|
5872
5872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5873
5873
|
required_arguments = []
|
@@ -5963,7 +5963,7 @@ class DatabaseClient(object):
|
|
5963
5963
|
:rtype: :class:`~oci.response.Response`
|
5964
5964
|
|
5965
5965
|
:example:
|
5966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
5967
5967
|
"""
|
5968
5968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5969
5969
|
required_arguments = []
|
@@ -6056,7 +6056,7 @@ class DatabaseClient(object):
|
|
6056
6056
|
:rtype: :class:`~oci.response.Response`
|
6057
6057
|
|
6058
6058
|
:example:
|
6059
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6059
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
6060
6060
|
"""
|
6061
6061
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6062
6062
|
required_arguments = []
|
@@ -6150,7 +6150,7 @@ class DatabaseClient(object):
|
|
6150
6150
|
:rtype: :class:`~oci.response.Response`
|
6151
6151
|
|
6152
6152
|
:example:
|
6153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
6154
6154
|
"""
|
6155
6155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6156
6156
|
required_arguments = []
|
@@ -6246,7 +6246,7 @@ class DatabaseClient(object):
|
|
6246
6246
|
:rtype: :class:`~oci.response.Response`
|
6247
6247
|
|
6248
6248
|
:example:
|
6249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
6250
6250
|
"""
|
6251
6251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6252
6252
|
required_arguments = []
|
@@ -6346,7 +6346,7 @@ class DatabaseClient(object):
|
|
6346
6346
|
:rtype: :class:`~oci.response.Response`
|
6347
6347
|
|
6348
6348
|
:example:
|
6349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
6350
6350
|
"""
|
6351
6351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6352
6352
|
required_arguments = []
|
@@ -6444,7 +6444,7 @@ class DatabaseClient(object):
|
|
6444
6444
|
:rtype: :class:`~oci.response.Response`
|
6445
6445
|
|
6446
6446
|
:example:
|
6447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
6448
6448
|
"""
|
6449
6449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6450
6450
|
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.
|
6547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
6548
6548
|
"""
|
6549
6549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6550
6550
|
required_arguments = ['dbNodeId']
|
@@ -6655,7 +6655,7 @@ class DatabaseClient(object):
|
|
6655
6655
|
:rtype: :class:`~oci.response.Response`
|
6656
6656
|
|
6657
6657
|
:example:
|
6658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
6659
6659
|
"""
|
6660
6660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6661
6661
|
required_arguments = ['dbNodeId']
|
@@ -6775,7 +6775,7 @@ class DatabaseClient(object):
|
|
6775
6775
|
:rtype: :class:`~oci.response.Response`
|
6776
6776
|
|
6777
6777
|
:example:
|
6778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
6779
6779
|
"""
|
6780
6780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6781
6781
|
required_arguments = ['databaseId']
|
@@ -6881,7 +6881,7 @@ class DatabaseClient(object):
|
|
6881
6881
|
:rtype: :class:`~oci.response.Response`
|
6882
6882
|
|
6883
6883
|
:example:
|
6884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
6885
6885
|
"""
|
6886
6886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6887
6887
|
required_arguments = []
|
@@ -6974,7 +6974,7 @@ class DatabaseClient(object):
|
|
6974
6974
|
:rtype: :class:`~oci.response.Response`
|
6975
6975
|
|
6976
6976
|
:example:
|
6977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
6978
6978
|
"""
|
6979
6979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6980
6980
|
required_arguments = []
|
@@ -7065,7 +7065,7 @@ class DatabaseClient(object):
|
|
7065
7065
|
:rtype: :class:`~oci.response.Response`
|
7066
7066
|
|
7067
7067
|
:example:
|
7068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
7069
7069
|
"""
|
7070
7070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7071
7071
|
required_arguments = []
|
@@ -7160,7 +7160,7 @@ class DatabaseClient(object):
|
|
7160
7160
|
:rtype: :class:`~oci.response.Response`
|
7161
7161
|
|
7162
7162
|
:example:
|
7163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
7164
7164
|
"""
|
7165
7165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7166
7166
|
required_arguments = []
|
@@ -7258,7 +7258,7 @@ class DatabaseClient(object):
|
|
7258
7258
|
:rtype: :class:`~oci.response.Response`
|
7259
7259
|
|
7260
7260
|
:example:
|
7261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
|
7262
7262
|
"""
|
7263
7263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7264
7264
|
required_arguments = []
|
@@ -7354,7 +7354,7 @@ class DatabaseClient(object):
|
|
7354
7354
|
:rtype: :class:`~oci.response.Response`
|
7355
7355
|
|
7356
7356
|
:example:
|
7357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
|
7358
7358
|
"""
|
7359
7359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7360
7360
|
required_arguments = []
|
@@ -7450,7 +7450,7 @@ class DatabaseClient(object):
|
|
7450
7450
|
:rtype: :class:`~oci.response.Response`
|
7451
7451
|
|
7452
7452
|
:example:
|
7453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
|
7454
7454
|
"""
|
7455
7455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7456
7456
|
required_arguments = []
|
@@ -7546,7 +7546,7 @@ class DatabaseClient(object):
|
|
7546
7546
|
:rtype: :class:`~oci.response.Response`
|
7547
7547
|
|
7548
7548
|
:example:
|
7549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
|
7550
7550
|
"""
|
7551
7551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7552
7552
|
required_arguments = []
|
@@ -7643,7 +7643,7 @@ class DatabaseClient(object):
|
|
7643
7643
|
:rtype: :class:`~oci.response.Response`
|
7644
7644
|
|
7645
7645
|
:example:
|
7646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
7647
7647
|
"""
|
7648
7648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7649
7649
|
required_arguments = []
|
@@ -7737,7 +7737,7 @@ class DatabaseClient(object):
|
|
7737
7737
|
:rtype: :class:`~oci.response.Response`
|
7738
7738
|
|
7739
7739
|
:example:
|
7740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
7741
7741
|
"""
|
7742
7742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7743
7743
|
required_arguments = []
|
@@ -7833,7 +7833,7 @@ class DatabaseClient(object):
|
|
7833
7833
|
:rtype: :class:`~oci.response.Response`
|
7834
7834
|
|
7835
7835
|
:example:
|
7836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
7837
7837
|
"""
|
7838
7838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7839
7839
|
required_arguments = []
|
@@ -7929,7 +7929,7 @@ class DatabaseClient(object):
|
|
7929
7929
|
:rtype: :class:`~oci.response.Response`
|
7930
7930
|
|
7931
7931
|
:example:
|
7932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
7933
7933
|
"""
|
7934
7934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7935
7935
|
required_arguments = []
|
@@ -8026,7 +8026,7 @@ class DatabaseClient(object):
|
|
8026
8026
|
:rtype: :class:`~oci.response.Response`
|
8027
8027
|
|
8028
8028
|
:example:
|
8029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
8030
8030
|
"""
|
8031
8031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8032
8032
|
required_arguments = []
|
@@ -8122,7 +8122,7 @@ class DatabaseClient(object):
|
|
8122
8122
|
:rtype: :class:`~oci.response.Response`
|
8123
8123
|
|
8124
8124
|
:example:
|
8125
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8125
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
8126
8126
|
"""
|
8127
8127
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8128
8128
|
required_arguments = []
|
@@ -8221,7 +8221,7 @@ class DatabaseClient(object):
|
|
8221
8221
|
:rtype: :class:`~oci.response.Response`
|
8222
8222
|
|
8223
8223
|
:example:
|
8224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
8225
8225
|
"""
|
8226
8226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8227
8227
|
required_arguments = []
|
@@ -8317,7 +8317,7 @@ class DatabaseClient(object):
|
|
8317
8317
|
:rtype: :class:`~oci.response.Response`
|
8318
8318
|
|
8319
8319
|
:example:
|
8320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
8321
8321
|
"""
|
8322
8322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8323
8323
|
required_arguments = []
|
@@ -8415,7 +8415,7 @@ class DatabaseClient(object):
|
|
8415
8415
|
:rtype: :class:`~oci.response.Response`
|
8416
8416
|
|
8417
8417
|
:example:
|
8418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
8419
8419
|
"""
|
8420
8420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8421
8421
|
required_arguments = []
|
@@ -8511,7 +8511,7 @@ class DatabaseClient(object):
|
|
8511
8511
|
:rtype: :class:`~oci.response.Response`
|
8512
8512
|
|
8513
8513
|
:example:
|
8514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
|
8515
8515
|
"""
|
8516
8516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8517
8517
|
required_arguments = []
|
@@ -8607,7 +8607,7 @@ class DatabaseClient(object):
|
|
8607
8607
|
:rtype: :class:`~oci.response.Response`
|
8608
8608
|
|
8609
8609
|
:example:
|
8610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
|
8611
8611
|
"""
|
8612
8612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8613
8613
|
required_arguments = []
|
@@ -8703,7 +8703,7 @@ class DatabaseClient(object):
|
|
8703
8703
|
:rtype: :class:`~oci.response.Response`
|
8704
8704
|
|
8705
8705
|
:example:
|
8706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
|
8707
8707
|
"""
|
8708
8708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8709
8709
|
required_arguments = []
|
@@ -8804,7 +8804,7 @@ class DatabaseClient(object):
|
|
8804
8804
|
:rtype: :class:`~oci.response.Response`
|
8805
8805
|
|
8806
8806
|
:example:
|
8807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
|
8808
8808
|
"""
|
8809
8809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8810
8810
|
required_arguments = ['schedulingPolicyId']
|
@@ -8913,7 +8913,7 @@ class DatabaseClient(object):
|
|
8913
8913
|
:rtype: :class:`~oci.response.Response`
|
8914
8914
|
|
8915
8915
|
:example:
|
8916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
8917
8917
|
"""
|
8918
8918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8919
8919
|
required_arguments = []
|
@@ -9015,7 +9015,7 @@ class DatabaseClient(object):
|
|
9015
9015
|
:rtype: :class:`~oci.response.Response`
|
9016
9016
|
|
9017
9017
|
:example:
|
9018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
9019
9019
|
"""
|
9020
9020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9021
9021
|
required_arguments = ['exadataInfrastructureId']
|
@@ -9144,7 +9144,7 @@ class DatabaseClient(object):
|
|
9144
9144
|
:rtype: :class:`~oci.response.Response`
|
9145
9145
|
|
9146
9146
|
:example:
|
9147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
9148
9148
|
"""
|
9149
9149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9150
9150
|
required_arguments = ['dbNodeId', 'action']
|
@@ -9257,7 +9257,7 @@ class DatabaseClient(object):
|
|
9257
9257
|
:rtype: :class:`~oci.response.Response`
|
9258
9258
|
|
9259
9259
|
:example:
|
9260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
9261
9261
|
"""
|
9262
9262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9263
9263
|
required_arguments = ['applicationVipId']
|
@@ -9360,7 +9360,7 @@ class DatabaseClient(object):
|
|
9360
9360
|
:rtype: :class:`~oci.response.Response`
|
9361
9361
|
|
9362
9362
|
:example:
|
9363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
9364
9364
|
"""
|
9365
9365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9366
9366
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9463,7 +9463,7 @@ class DatabaseClient(object):
|
|
9463
9463
|
:rtype: :class:`~oci.response.Response`
|
9464
9464
|
|
9465
9465
|
:example:
|
9466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
9467
9467
|
"""
|
9468
9468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9469
9469
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -9566,7 +9566,7 @@ class DatabaseClient(object):
|
|
9566
9566
|
:rtype: :class:`~oci.response.Response`
|
9567
9567
|
|
9568
9568
|
:example:
|
9569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
9570
9570
|
"""
|
9571
9571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9572
9572
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -9669,7 +9669,7 @@ class DatabaseClient(object):
|
|
9669
9669
|
:rtype: :class:`~oci.response.Response`
|
9670
9670
|
|
9671
9671
|
:example:
|
9672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
9673
9673
|
"""
|
9674
9674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9675
9675
|
required_arguments = ['autonomousVmClusterId']
|
@@ -9769,7 +9769,7 @@ class DatabaseClient(object):
|
|
9769
9769
|
:rtype: :class:`~oci.response.Response`
|
9770
9770
|
|
9771
9771
|
:example:
|
9772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
9773
9773
|
"""
|
9774
9774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9775
9775
|
required_arguments = ['backupId']
|
@@ -9870,7 +9870,7 @@ class DatabaseClient(object):
|
|
9870
9870
|
:rtype: :class:`~oci.response.Response`
|
9871
9871
|
|
9872
9872
|
:example:
|
9873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
9874
9874
|
"""
|
9875
9875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9876
9876
|
required_arguments = ['backupDestinationId']
|
@@ -9973,7 +9973,7 @@ class DatabaseClient(object):
|
|
9973
9973
|
:rtype: :class:`~oci.response.Response`
|
9974
9974
|
|
9975
9975
|
:example:
|
9976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
9977
9977
|
"""
|
9978
9978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9979
9979
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -10079,7 +10079,7 @@ class DatabaseClient(object):
|
|
10079
10079
|
:rtype: :class:`~oci.response.Response`
|
10080
10080
|
|
10081
10081
|
:example:
|
10082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
10083
10083
|
"""
|
10084
10084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10085
10085
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -10190,7 +10190,7 @@ class DatabaseClient(object):
|
|
10190
10190
|
:rtype: :class:`~oci.response.Response`
|
10191
10191
|
|
10192
10192
|
:example:
|
10193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
10194
10194
|
"""
|
10195
10195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10196
10196
|
required_arguments = ['cloudVmClusterId']
|
@@ -10293,7 +10293,7 @@ class DatabaseClient(object):
|
|
10293
10293
|
:rtype: :class:`~oci.response.Response`
|
10294
10294
|
|
10295
10295
|
:example:
|
10296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
10297
10297
|
"""
|
10298
10298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10299
10299
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -10398,7 +10398,7 @@ class DatabaseClient(object):
|
|
10398
10398
|
:rtype: :class:`~oci.response.Response`
|
10399
10399
|
|
10400
10400
|
:example:
|
10401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
10402
10402
|
"""
|
10403
10403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10404
10404
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -10511,7 +10511,7 @@ class DatabaseClient(object):
|
|
10511
10511
|
:rtype: :class:`~oci.response.Response`
|
10512
10512
|
|
10513
10513
|
:example:
|
10514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
10515
10515
|
"""
|
10516
10516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10517
10517
|
required_arguments = ['databaseId']
|
@@ -10619,7 +10619,7 @@ class DatabaseClient(object):
|
|
10619
10619
|
:rtype: :class:`~oci.response.Response`
|
10620
10620
|
|
10621
10621
|
:example:
|
10622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
10623
10623
|
"""
|
10624
10624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10625
10625
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -10726,7 +10726,7 @@ class DatabaseClient(object):
|
|
10726
10726
|
:rtype: :class:`~oci.response.Response`
|
10727
10727
|
|
10728
10728
|
:example:
|
10729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
10730
10730
|
"""
|
10731
10731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10732
10732
|
required_arguments = ['dbHomeId']
|
@@ -10835,7 +10835,7 @@ class DatabaseClient(object):
|
|
10835
10835
|
:rtype: :class:`~oci.response.Response`
|
10836
10836
|
|
10837
10837
|
:example:
|
10838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
10839
10839
|
"""
|
10840
10840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10841
10841
|
required_arguments = ['exadataInfrastructureId']
|
@@ -10938,7 +10938,7 @@ class DatabaseClient(object):
|
|
10938
10938
|
:rtype: :class:`~oci.response.Response`
|
10939
10939
|
|
10940
10940
|
:example:
|
10941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
|
10942
10942
|
"""
|
10943
10943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10944
10944
|
required_arguments = ['exadbVmClusterId']
|
@@ -11041,7 +11041,7 @@ class DatabaseClient(object):
|
|
11041
11041
|
:rtype: :class:`~oci.response.Response`
|
11042
11042
|
|
11043
11043
|
:example:
|
11044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
|
11045
11045
|
"""
|
11046
11046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11047
11047
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -11144,7 +11144,7 @@ class DatabaseClient(object):
|
|
11144
11144
|
:rtype: :class:`~oci.response.Response`
|
11145
11145
|
|
11146
11146
|
:example:
|
11147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
|
11148
11148
|
"""
|
11149
11149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11150
11150
|
required_arguments = ['executionActionId']
|
@@ -11247,7 +11247,7 @@ class DatabaseClient(object):
|
|
11247
11247
|
:rtype: :class:`~oci.response.Response`
|
11248
11248
|
|
11249
11249
|
:example:
|
11250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
|
11251
11251
|
"""
|
11252
11252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11253
11253
|
required_arguments = ['executionWindowId']
|
@@ -11352,7 +11352,7 @@ class DatabaseClient(object):
|
|
11352
11352
|
:rtype: :class:`~oci.response.Response`
|
11353
11353
|
|
11354
11354
|
:example:
|
11355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
11356
11356
|
"""
|
11357
11357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11358
11358
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11458,7 +11458,7 @@ class DatabaseClient(object):
|
|
11458
11458
|
:rtype: :class:`~oci.response.Response`
|
11459
11459
|
|
11460
11460
|
:example:
|
11461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
11462
11462
|
"""
|
11463
11463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11464
11464
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -11561,7 +11561,7 @@ class DatabaseClient(object):
|
|
11561
11561
|
:rtype: :class:`~oci.response.Response`
|
11562
11562
|
|
11563
11563
|
:example:
|
11564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
11565
11565
|
"""
|
11566
11566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11567
11567
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11665,7 +11665,7 @@ class DatabaseClient(object):
|
|
11665
11665
|
:rtype: :class:`~oci.response.Response`
|
11666
11666
|
|
11667
11667
|
:example:
|
11668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
11669
11669
|
"""
|
11670
11670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11671
11671
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11768,7 +11768,7 @@ class DatabaseClient(object):
|
|
11768
11768
|
:rtype: :class:`~oci.response.Response`
|
11769
11769
|
|
11770
11770
|
:example:
|
11771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
11772
11772
|
"""
|
11773
11773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11774
11774
|
required_arguments = ['keyStoreId']
|
@@ -11871,7 +11871,7 @@ class DatabaseClient(object):
|
|
11871
11871
|
:rtype: :class:`~oci.response.Response`
|
11872
11872
|
|
11873
11873
|
:example:
|
11874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
11875
11875
|
"""
|
11876
11876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11877
11877
|
required_arguments = ['oneoffPatchId']
|
@@ -11974,7 +11974,7 @@ class DatabaseClient(object):
|
|
11974
11974
|
:rtype: :class:`~oci.response.Response`
|
11975
11975
|
|
11976
11976
|
:example:
|
11977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
11978
11978
|
"""
|
11979
11979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11980
11980
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12077,7 +12077,7 @@ class DatabaseClient(object):
|
|
12077
12077
|
:rtype: :class:`~oci.response.Response`
|
12078
12078
|
|
12079
12079
|
:example:
|
12080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
|
12081
12081
|
"""
|
12082
12082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12083
12083
|
required_arguments = ['scheduledActionId']
|
@@ -12180,7 +12180,7 @@ class DatabaseClient(object):
|
|
12180
12180
|
:rtype: :class:`~oci.response.Response`
|
12181
12181
|
|
12182
12182
|
:example:
|
12183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
|
12184
12184
|
"""
|
12185
12185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12186
12186
|
required_arguments = ['schedulingPlanId']
|
@@ -12283,7 +12283,7 @@ class DatabaseClient(object):
|
|
12283
12283
|
:rtype: :class:`~oci.response.Response`
|
12284
12284
|
|
12285
12285
|
:example:
|
12286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
|
12287
12287
|
"""
|
12288
12288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12289
12289
|
required_arguments = ['schedulingPolicyId']
|
@@ -12391,7 +12391,7 @@ class DatabaseClient(object):
|
|
12391
12391
|
:rtype: :class:`~oci.response.Response`
|
12392
12392
|
|
12393
12393
|
:example:
|
12394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
|
12395
12395
|
"""
|
12396
12396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12397
12397
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -12495,7 +12495,7 @@ class DatabaseClient(object):
|
|
12495
12495
|
:rtype: :class:`~oci.response.Response`
|
12496
12496
|
|
12497
12497
|
:example:
|
12498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
12499
12499
|
"""
|
12500
12500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12501
12501
|
required_arguments = ['vmClusterId']
|
@@ -12604,7 +12604,7 @@ class DatabaseClient(object):
|
|
12604
12604
|
:rtype: :class:`~oci.response.Response`
|
12605
12605
|
|
12606
12606
|
:example:
|
12607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
12608
12608
|
"""
|
12609
12609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12610
12610
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -12706,7 +12706,7 @@ class DatabaseClient(object):
|
|
12706
12706
|
:rtype: :class:`~oci.response.Response`
|
12707
12707
|
|
12708
12708
|
:example:
|
12709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
12710
12710
|
"""
|
12711
12711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12712
12712
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12805,7 +12805,7 @@ class DatabaseClient(object):
|
|
12805
12805
|
:rtype: :class:`~oci.response.Response`
|
12806
12806
|
|
12807
12807
|
:example:
|
12808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
12809
12809
|
"""
|
12810
12810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12811
12811
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12901,7 +12901,7 @@ class DatabaseClient(object):
|
|
12901
12901
|
:rtype: :class:`~oci.response.Response`
|
12902
12902
|
|
12903
12903
|
:example:
|
12904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
12905
12905
|
"""
|
12906
12906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12907
12907
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13009,7 +13009,7 @@ class DatabaseClient(object):
|
|
13009
13009
|
:rtype: :class:`~oci.response.Response`
|
13010
13010
|
|
13011
13011
|
:example:
|
13012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
13013
13013
|
"""
|
13014
13014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13015
13015
|
required_arguments = ['databaseId']
|
@@ -13124,7 +13124,7 @@ class DatabaseClient(object):
|
|
13124
13124
|
:rtype: :class:`~oci.response.Response`
|
13125
13125
|
|
13126
13126
|
:example:
|
13127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
13128
13128
|
"""
|
13129
13129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13130
13130
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -13237,7 +13237,7 @@ class DatabaseClient(object):
|
|
13237
13237
|
:rtype: :class:`~oci.response.Response`
|
13238
13238
|
|
13239
13239
|
:example:
|
13240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
13241
13241
|
"""
|
13242
13242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13243
13243
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -13354,7 +13354,7 @@ class DatabaseClient(object):
|
|
13354
13354
|
:rtype: :class:`~oci.response.Response`
|
13355
13355
|
|
13356
13356
|
:example:
|
13357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
13358
13358
|
"""
|
13359
13359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13360
13360
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13467,7 +13467,7 @@ class DatabaseClient(object):
|
|
13467
13467
|
:rtype: :class:`~oci.response.Response`
|
13468
13468
|
|
13469
13469
|
:example:
|
13470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
13471
13471
|
"""
|
13472
13472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13473
13473
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13580,7 +13580,7 @@ class DatabaseClient(object):
|
|
13580
13580
|
:rtype: :class:`~oci.response.Response`
|
13581
13581
|
|
13582
13582
|
:example:
|
13583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
13584
13584
|
"""
|
13585
13585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13586
13586
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -13697,7 +13697,7 @@ class DatabaseClient(object):
|
|
13697
13697
|
:rtype: :class:`~oci.response.Response`
|
13698
13698
|
|
13699
13699
|
:example:
|
13700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
13701
13701
|
"""
|
13702
13702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13703
13703
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13810,7 +13810,7 @@ class DatabaseClient(object):
|
|
13810
13810
|
:rtype: :class:`~oci.response.Response`
|
13811
13811
|
|
13812
13812
|
:example:
|
13813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
13814
13814
|
"""
|
13815
13815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13816
13816
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13923,7 +13923,7 @@ class DatabaseClient(object):
|
|
13923
13923
|
:rtype: :class:`~oci.response.Response`
|
13924
13924
|
|
13925
13925
|
:example:
|
13926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
13927
13927
|
"""
|
13928
13928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13929
13929
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14036,7 +14036,7 @@ class DatabaseClient(object):
|
|
14036
14036
|
:rtype: :class:`~oci.response.Response`
|
14037
14037
|
|
14038
14038
|
:example:
|
14039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
14040
14040
|
"""
|
14041
14041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14042
14042
|
required_arguments = ['pluggableDatabaseId']
|
@@ -14146,7 +14146,7 @@ class DatabaseClient(object):
|
|
14146
14146
|
:rtype: :class:`~oci.response.Response`
|
14147
14147
|
|
14148
14148
|
:example:
|
14149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
14150
14150
|
"""
|
14151
14151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14152
14152
|
required_arguments = ['exadataInfrastructureId']
|
@@ -14259,7 +14259,7 @@ class DatabaseClient(object):
|
|
14259
14259
|
:rtype: :class:`~oci.response.Response`
|
14260
14260
|
|
14261
14261
|
:example:
|
14262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
14263
14263
|
"""
|
14264
14264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14265
14265
|
required_arguments = ['oneoffPatchId']
|
@@ -14374,7 +14374,7 @@ class DatabaseClient(object):
|
|
14374
14374
|
:rtype: :class:`~oci.response.Response`
|
14375
14375
|
|
14376
14376
|
:example:
|
14377
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14377
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
14378
14378
|
"""
|
14379
14379
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14380
14380
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -14488,7 +14488,7 @@ class DatabaseClient(object):
|
|
14488
14488
|
:rtype: :class:`~oci.response.Response`
|
14489
14489
|
|
14490
14490
|
:example:
|
14491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
14492
14492
|
"""
|
14493
14493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14494
14494
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -14590,7 +14590,7 @@ class DatabaseClient(object):
|
|
14590
14590
|
:rtype: :class:`~oci.response.Response`
|
14591
14591
|
|
14592
14592
|
:example:
|
14593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
14594
14594
|
"""
|
14595
14595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14596
14596
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14686,7 +14686,7 @@ class DatabaseClient(object):
|
|
14686
14686
|
:rtype: :class:`~oci.response.Response`
|
14687
14687
|
|
14688
14688
|
:example:
|
14689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
14690
14690
|
"""
|
14691
14691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14692
14692
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14797,7 +14797,7 @@ class DatabaseClient(object):
|
|
14797
14797
|
:rtype: :class:`~oci.response.Response`
|
14798
14798
|
|
14799
14799
|
:example:
|
14800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
14801
14801
|
"""
|
14802
14802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14803
14803
|
required_arguments = ['databaseId']
|
@@ -14921,7 +14921,7 @@ class DatabaseClient(object):
|
|
14921
14921
|
:rtype: :class:`~oci.response.Response`
|
14922
14922
|
|
14923
14923
|
:example:
|
14924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
14925
14925
|
"""
|
14926
14926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14927
14927
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -15039,7 +15039,7 @@ class DatabaseClient(object):
|
|
15039
15039
|
:rtype: :class:`~oci.response.Response`
|
15040
15040
|
|
15041
15041
|
:example:
|
15042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
15043
15043
|
"""
|
15044
15044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15045
15045
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -15161,7 +15161,7 @@ class DatabaseClient(object):
|
|
15161
15161
|
:rtype: :class:`~oci.response.Response`
|
15162
15162
|
|
15163
15163
|
:example:
|
15164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
15165
15165
|
"""
|
15166
15166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15167
15167
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -15279,7 +15279,7 @@ class DatabaseClient(object):
|
|
15279
15279
|
:rtype: :class:`~oci.response.Response`
|
15280
15280
|
|
15281
15281
|
:example:
|
15282
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
15283
15283
|
"""
|
15284
15284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15285
15285
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -15397,7 +15397,7 @@ class DatabaseClient(object):
|
|
15397
15397
|
:rtype: :class:`~oci.response.Response`
|
15398
15398
|
|
15399
15399
|
:example:
|
15400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
15401
15401
|
"""
|
15402
15402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15403
15403
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -15519,7 +15519,7 @@ class DatabaseClient(object):
|
|
15519
15519
|
:rtype: :class:`~oci.response.Response`
|
15520
15520
|
|
15521
15521
|
:example:
|
15522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
15523
15523
|
"""
|
15524
15524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15525
15525
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -15637,7 +15637,7 @@ class DatabaseClient(object):
|
|
15637
15637
|
:rtype: :class:`~oci.response.Response`
|
15638
15638
|
|
15639
15639
|
:example:
|
15640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
15641
15641
|
"""
|
15642
15642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15643
15643
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -15755,7 +15755,7 @@ class DatabaseClient(object):
|
|
15755
15755
|
:rtype: :class:`~oci.response.Response`
|
15756
15756
|
|
15757
15757
|
:example:
|
15758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
15759
15759
|
"""
|
15760
15760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15761
15761
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -15873,7 +15873,7 @@ class DatabaseClient(object):
|
|
15873
15873
|
:rtype: :class:`~oci.response.Response`
|
15874
15874
|
|
15875
15875
|
:example:
|
15876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
15877
15877
|
"""
|
15878
15878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15879
15879
|
required_arguments = ['pluggableDatabaseId']
|
@@ -15998,7 +15998,7 @@ class DatabaseClient(object):
|
|
15998
15998
|
:rtype: :class:`~oci.response.Response`
|
15999
15999
|
|
16000
16000
|
:example:
|
16001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
16002
16002
|
"""
|
16003
16003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16004
16004
|
required_arguments = ['autonomousDatabaseId']
|
@@ -16118,7 +16118,7 @@ class DatabaseClient(object):
|
|
16118
16118
|
:rtype: :class:`~oci.response.Response`
|
16119
16119
|
|
16120
16120
|
:example:
|
16121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
16122
16122
|
"""
|
16123
16123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16124
16124
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -16231,7 +16231,7 @@ class DatabaseClient(object):
|
|
16231
16231
|
:rtype: :class:`~oci.response.Response`
|
16232
16232
|
|
16233
16233
|
:example:
|
16234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
16235
16235
|
"""
|
16236
16236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16237
16237
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -16342,7 +16342,7 @@ class DatabaseClient(object):
|
|
16342
16342
|
:rtype: :class:`~oci.response.Response`
|
16343
16343
|
|
16344
16344
|
:example:
|
16345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
16346
16346
|
"""
|
16347
16347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16348
16348
|
required_arguments = ['autonomousDatabaseId']
|
@@ -16455,7 +16455,7 @@ class DatabaseClient(object):
|
|
16455
16455
|
:rtype: :class:`~oci.response.Response`
|
16456
16456
|
|
16457
16457
|
:example:
|
16458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
16459
16459
|
"""
|
16460
16460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16461
16461
|
required_arguments = ['exadataInfrastructureId']
|
@@ -16558,7 +16558,7 @@ class DatabaseClient(object):
|
|
16558
16558
|
:rtype: :class:`~oci.response.Response`
|
16559
16559
|
|
16560
16560
|
:example:
|
16561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
16562
16562
|
"""
|
16563
16563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16564
16564
|
required_arguments = ['applicationVipId']
|
@@ -16653,7 +16653,7 @@ class DatabaseClient(object):
|
|
16653
16653
|
:rtype: :class:`~oci.response.Response`
|
16654
16654
|
|
16655
16655
|
:example:
|
16656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
16657
16657
|
"""
|
16658
16658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16659
16659
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -16746,7 +16746,7 @@ class DatabaseClient(object):
|
|
16746
16746
|
:rtype: :class:`~oci.response.Response`
|
16747
16747
|
|
16748
16748
|
:example:
|
16749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
16750
16750
|
"""
|
16751
16751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16752
16752
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -16838,7 +16838,7 @@ class DatabaseClient(object):
|
|
16838
16838
|
:rtype: :class:`~oci.response.Response`
|
16839
16839
|
|
16840
16840
|
:example:
|
16841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
16842
16842
|
"""
|
16843
16843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16844
16844
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -16936,7 +16936,7 @@ class DatabaseClient(object):
|
|
16936
16936
|
:rtype: :class:`~oci.response.Response`
|
16937
16937
|
|
16938
16938
|
:example:
|
16939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
16940
16940
|
"""
|
16941
16941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16942
16942
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17034,7 +17034,7 @@ class DatabaseClient(object):
|
|
17034
17034
|
:rtype: :class:`~oci.response.Response`
|
17035
17035
|
|
17036
17036
|
:example:
|
17037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
17038
17038
|
"""
|
17039
17039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17040
17040
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -17137,7 +17137,7 @@ class DatabaseClient(object):
|
|
17137
17137
|
:rtype: :class:`~oci.response.Response`
|
17138
17138
|
|
17139
17139
|
:example:
|
17140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
17141
17141
|
"""
|
17142
17142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17143
17143
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -17231,7 +17231,7 @@ class DatabaseClient(object):
|
|
17231
17231
|
:rtype: :class:`~oci.response.Response`
|
17232
17232
|
|
17233
17233
|
:example:
|
17234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
17235
17235
|
"""
|
17236
17236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17237
17237
|
required_arguments = []
|
@@ -17317,7 +17317,7 @@ class DatabaseClient(object):
|
|
17317
17317
|
:rtype: :class:`~oci.response.Response`
|
17318
17318
|
|
17319
17319
|
:example:
|
17320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
17321
17321
|
"""
|
17322
17322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17323
17323
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -17415,7 +17415,7 @@ class DatabaseClient(object):
|
|
17415
17415
|
:rtype: :class:`~oci.response.Response`
|
17416
17416
|
|
17417
17417
|
:example:
|
17418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
17419
17419
|
"""
|
17420
17420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17421
17421
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17510,7 +17510,7 @@ class DatabaseClient(object):
|
|
17510
17510
|
:rtype: :class:`~oci.response.Response`
|
17511
17511
|
|
17512
17512
|
:example:
|
17513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
17514
17514
|
"""
|
17515
17515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17516
17516
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -17598,7 +17598,7 @@ class DatabaseClient(object):
|
|
17598
17598
|
:rtype: :class:`~oci.response.Response`
|
17599
17599
|
|
17600
17600
|
:example:
|
17601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
17602
17602
|
"""
|
17603
17603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17604
17604
|
required_arguments = ['autonomousPatchId']
|
@@ -17689,7 +17689,7 @@ class DatabaseClient(object):
|
|
17689
17689
|
:rtype: :class:`~oci.response.Response`
|
17690
17690
|
|
17691
17691
|
:example:
|
17692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
17693
17693
|
"""
|
17694
17694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17695
17695
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -17787,7 +17787,7 @@ class DatabaseClient(object):
|
|
17787
17787
|
:rtype: :class:`~oci.response.Response`
|
17788
17788
|
|
17789
17789
|
:example:
|
17790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
17791
17791
|
"""
|
17792
17792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17793
17793
|
required_arguments = ['autonomousVmClusterId']
|
@@ -17885,7 +17885,7 @@ class DatabaseClient(object):
|
|
17885
17885
|
:rtype: :class:`~oci.response.Response`
|
17886
17886
|
|
17887
17887
|
:example:
|
17888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
17889
17889
|
"""
|
17890
17890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17891
17891
|
required_arguments = ['autonomousVmClusterId']
|
@@ -17980,7 +17980,7 @@ class DatabaseClient(object):
|
|
17980
17980
|
:rtype: :class:`~oci.response.Response`
|
17981
17981
|
|
17982
17982
|
:example:
|
17983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17983
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
17984
17984
|
"""
|
17985
17985
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17986
17986
|
required_arguments = ['backupId']
|
@@ -18071,7 +18071,7 @@ class DatabaseClient(object):
|
|
18071
18071
|
:rtype: :class:`~oci.response.Response`
|
18072
18072
|
|
18073
18073
|
:example:
|
18074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
18075
18075
|
"""
|
18076
18076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18077
18077
|
required_arguments = ['backupDestinationId']
|
@@ -18169,7 +18169,7 @@ class DatabaseClient(object):
|
|
18169
18169
|
:rtype: :class:`~oci.response.Response`
|
18170
18170
|
|
18171
18171
|
:example:
|
18172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
18173
18173
|
"""
|
18174
18174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18175
18175
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -18267,7 +18267,7 @@ class DatabaseClient(object):
|
|
18267
18267
|
:rtype: :class:`~oci.response.Response`
|
18268
18268
|
|
18269
18269
|
:example:
|
18270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
18271
18271
|
"""
|
18272
18272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18273
18273
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -18365,7 +18365,7 @@ class DatabaseClient(object):
|
|
18365
18365
|
:rtype: :class:`~oci.response.Response`
|
18366
18366
|
|
18367
18367
|
:example:
|
18368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
18369
18369
|
"""
|
18370
18370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18371
18371
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -18468,7 +18468,7 @@ class DatabaseClient(object):
|
|
18468
18468
|
:rtype: :class:`~oci.response.Response`
|
18469
18469
|
|
18470
18470
|
:example:
|
18471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
18472
18472
|
"""
|
18473
18473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18474
18474
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -18574,7 +18574,7 @@ class DatabaseClient(object):
|
|
18574
18574
|
:rtype: :class:`~oci.response.Response`
|
18575
18575
|
|
18576
18576
|
:example:
|
18577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
18578
18578
|
"""
|
18579
18579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18580
18580
|
required_arguments = ['cloudVmClusterId']
|
@@ -18673,7 +18673,7 @@ class DatabaseClient(object):
|
|
18673
18673
|
:rtype: :class:`~oci.response.Response`
|
18674
18674
|
|
18675
18675
|
:example:
|
18676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
18677
18677
|
"""
|
18678
18678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18679
18679
|
required_arguments = ['cloudVmClusterId']
|
@@ -18776,7 +18776,7 @@ class DatabaseClient(object):
|
|
18776
18776
|
:rtype: :class:`~oci.response.Response`
|
18777
18777
|
|
18778
18778
|
:example:
|
18779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
18780
18780
|
"""
|
18781
18781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18782
18782
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -18880,7 +18880,7 @@ class DatabaseClient(object):
|
|
18880
18880
|
:rtype: :class:`~oci.response.Response`
|
18881
18881
|
|
18882
18882
|
:example:
|
18883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
18884
18884
|
"""
|
18885
18885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18886
18886
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -18979,7 +18979,7 @@ class DatabaseClient(object):
|
|
18979
18979
|
:rtype: :class:`~oci.response.Response`
|
18980
18980
|
|
18981
18981
|
:example:
|
18982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
18983
18983
|
"""
|
18984
18984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18985
18985
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -19074,7 +19074,7 @@ class DatabaseClient(object):
|
|
19074
19074
|
:rtype: :class:`~oci.response.Response`
|
19075
19075
|
|
19076
19076
|
:example:
|
19077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
19078
19078
|
"""
|
19079
19079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19080
19080
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -19176,7 +19176,7 @@ class DatabaseClient(object):
|
|
19176
19176
|
:rtype: :class:`~oci.response.Response`
|
19177
19177
|
|
19178
19178
|
:example:
|
19179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
19180
19180
|
"""
|
19181
19181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19182
19182
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -19277,7 +19277,7 @@ class DatabaseClient(object):
|
|
19277
19277
|
:rtype: :class:`~oci.response.Response`
|
19278
19278
|
|
19279
19279
|
:example:
|
19280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
19281
19281
|
"""
|
19282
19282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19283
19283
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -19366,7 +19366,7 @@ class DatabaseClient(object):
|
|
19366
19366
|
:rtype: :class:`~oci.response.Response`
|
19367
19367
|
|
19368
19368
|
:example:
|
19369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
19370
19370
|
"""
|
19371
19371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19372
19372
|
required_arguments = ['databaseId']
|
@@ -19454,7 +19454,7 @@ class DatabaseClient(object):
|
|
19454
19454
|
:rtype: :class:`~oci.response.Response`
|
19455
19455
|
|
19456
19456
|
:example:
|
19457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
19458
19458
|
"""
|
19459
19459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19460
19460
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -19550,7 +19550,7 @@ class DatabaseClient(object):
|
|
19550
19550
|
:rtype: :class:`~oci.response.Response`
|
19551
19551
|
|
19552
19552
|
:example:
|
19553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
19554
19554
|
"""
|
19555
19555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19556
19556
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -19646,7 +19646,7 @@ class DatabaseClient(object):
|
|
19646
19646
|
:rtype: :class:`~oci.response.Response`
|
19647
19647
|
|
19648
19648
|
:example:
|
19649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
19650
19650
|
"""
|
19651
19651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19652
19652
|
required_arguments = ['dbHomeId']
|
@@ -19739,7 +19739,7 @@ class DatabaseClient(object):
|
|
19739
19739
|
:rtype: :class:`~oci.response.Response`
|
19740
19740
|
|
19741
19741
|
:example:
|
19742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
19743
19743
|
"""
|
19744
19744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19745
19745
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -19833,7 +19833,7 @@ class DatabaseClient(object):
|
|
19833
19833
|
:rtype: :class:`~oci.response.Response`
|
19834
19834
|
|
19835
19835
|
:example:
|
19836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
19837
19837
|
"""
|
19838
19838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19839
19839
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -19922,7 +19922,7 @@ class DatabaseClient(object):
|
|
19922
19922
|
:rtype: :class:`~oci.response.Response`
|
19923
19923
|
|
19924
19924
|
:example:
|
19925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
19926
19926
|
"""
|
19927
19927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19928
19928
|
required_arguments = ['dbNodeId']
|
@@ -20018,7 +20018,7 @@ class DatabaseClient(object):
|
|
20018
20018
|
:rtype: :class:`~oci.response.Response`
|
20019
20019
|
|
20020
20020
|
:example:
|
20021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
20022
20022
|
"""
|
20023
20023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20024
20024
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -20127,7 +20127,7 @@ class DatabaseClient(object):
|
|
20127
20127
|
:rtype: :class:`~oci.response.Response`
|
20128
20128
|
|
20129
20129
|
:example:
|
20130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
20131
20131
|
"""
|
20132
20132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20133
20133
|
required_arguments = ['dbSystemId']
|
@@ -20220,7 +20220,7 @@ class DatabaseClient(object):
|
|
20220
20220
|
:rtype: :class:`~oci.response.Response`
|
20221
20221
|
|
20222
20222
|
:example:
|
20223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
20224
20224
|
"""
|
20225
20225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20226
20226
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -20314,7 +20314,7 @@ class DatabaseClient(object):
|
|
20314
20314
|
:rtype: :class:`~oci.response.Response`
|
20315
20315
|
|
20316
20316
|
:example:
|
20317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
20318
20318
|
"""
|
20319
20319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20320
20320
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -20411,7 +20411,7 @@ class DatabaseClient(object):
|
|
20411
20411
|
:rtype: :class:`~oci.response.Response`
|
20412
20412
|
|
20413
20413
|
:example:
|
20414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
20415
20415
|
"""
|
20416
20416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20417
20417
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -20516,7 +20516,7 @@ class DatabaseClient(object):
|
|
20516
20516
|
:rtype: :class:`~oci.response.Response`
|
20517
20517
|
|
20518
20518
|
:example:
|
20519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
20520
20520
|
"""
|
20521
20521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20522
20522
|
required_arguments = ['exadataInfrastructureId']
|
@@ -20630,7 +20630,7 @@ class DatabaseClient(object):
|
|
20630
20630
|
:rtype: :class:`~oci.response.Response`
|
20631
20631
|
|
20632
20632
|
:example:
|
20633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
20634
20634
|
"""
|
20635
20635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20636
20636
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -20733,7 +20733,7 @@ class DatabaseClient(object):
|
|
20733
20733
|
:rtype: :class:`~oci.response.Response`
|
20734
20734
|
|
20735
20735
|
:example:
|
20736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
20737
20737
|
"""
|
20738
20738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20739
20739
|
required_arguments = ['exadataInfrastructureId']
|
@@ -20850,7 +20850,7 @@ class DatabaseClient(object):
|
|
20850
20850
|
:rtype: :class:`~oci.response.Response`
|
20851
20851
|
|
20852
20852
|
:example:
|
20853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
20854
20854
|
"""
|
20855
20855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20856
20856
|
required_arguments = ['dbSystemId']
|
@@ -20948,7 +20948,7 @@ class DatabaseClient(object):
|
|
20948
20948
|
:rtype: :class:`~oci.response.Response`
|
20949
20949
|
|
20950
20950
|
:example:
|
20951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
|
20952
20952
|
"""
|
20953
20953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20954
20954
|
required_arguments = ['exadbVmClusterId']
|
@@ -21051,7 +21051,7 @@ class DatabaseClient(object):
|
|
21051
21051
|
:rtype: :class:`~oci.response.Response`
|
21052
21052
|
|
21053
21053
|
:example:
|
21054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
|
21055
21055
|
"""
|
21056
21056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21057
21057
|
required_arguments = ['exadbVmClusterId', 'updateId']
|
@@ -21155,7 +21155,7 @@ class DatabaseClient(object):
|
|
21155
21155
|
:rtype: :class:`~oci.response.Response`
|
21156
21156
|
|
21157
21157
|
:example:
|
21158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
|
21159
21159
|
"""
|
21160
21160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21161
21161
|
required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
|
@@ -21254,7 +21254,7 @@ class DatabaseClient(object):
|
|
21254
21254
|
:rtype: :class:`~oci.response.Response`
|
21255
21255
|
|
21256
21256
|
:example:
|
21257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
|
21258
21258
|
"""
|
21259
21259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21260
21260
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -21352,7 +21352,7 @@ class DatabaseClient(object):
|
|
21352
21352
|
:rtype: :class:`~oci.response.Response`
|
21353
21353
|
|
21354
21354
|
:example:
|
21355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
|
21356
21356
|
"""
|
21357
21357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21358
21358
|
required_arguments = ['executionActionId']
|
@@ -21450,7 +21450,7 @@ class DatabaseClient(object):
|
|
21450
21450
|
:rtype: :class:`~oci.response.Response`
|
21451
21451
|
|
21452
21452
|
:example:
|
21453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
|
21454
21454
|
"""
|
21455
21455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21456
21456
|
required_arguments = ['executionWindowId']
|
@@ -21549,7 +21549,7 @@ class DatabaseClient(object):
|
|
21549
21549
|
:rtype: :class:`~oci.response.Response`
|
21550
21550
|
|
21551
21551
|
:example:
|
21552
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
21553
21553
|
"""
|
21554
21554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21555
21555
|
required_arguments = ['backupId']
|
@@ -21640,7 +21640,7 @@ class DatabaseClient(object):
|
|
21640
21640
|
:rtype: :class:`~oci.response.Response`
|
21641
21641
|
|
21642
21642
|
:example:
|
21643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
21644
21644
|
"""
|
21645
21645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21646
21646
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -21739,7 +21739,7 @@ class DatabaseClient(object):
|
|
21739
21739
|
:rtype: :class:`~oci.response.Response`
|
21740
21740
|
|
21741
21741
|
:example:
|
21742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
21743
21743
|
"""
|
21744
21744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21745
21745
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -21837,7 +21837,7 @@ class DatabaseClient(object):
|
|
21837
21837
|
:rtype: :class:`~oci.response.Response`
|
21838
21838
|
|
21839
21839
|
:example:
|
21840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
21841
21841
|
"""
|
21842
21842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21843
21843
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -21936,7 +21936,7 @@ class DatabaseClient(object):
|
|
21936
21936
|
:rtype: :class:`~oci.response.Response`
|
21937
21937
|
|
21938
21938
|
:example:
|
21939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
21940
21940
|
"""
|
21941
21941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21942
21942
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -22043,7 +22043,7 @@ class DatabaseClient(object):
|
|
22043
22043
|
:rtype: :class:`~oci.response.Response`
|
22044
22044
|
|
22045
22045
|
:example:
|
22046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
22047
22047
|
"""
|
22048
22048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22049
22049
|
required_arguments = ['compartmentId']
|
@@ -22147,7 +22147,7 @@ class DatabaseClient(object):
|
|
22147
22147
|
:rtype: :class:`~oci.response.Response`
|
22148
22148
|
|
22149
22149
|
:example:
|
22150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
22151
22151
|
"""
|
22152
22152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22153
22153
|
required_arguments = ['keyStoreId']
|
@@ -22240,7 +22240,7 @@ class DatabaseClient(object):
|
|
22240
22240
|
:rtype: :class:`~oci.response.Response`
|
22241
22241
|
|
22242
22242
|
:example:
|
22243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
22244
22244
|
"""
|
22245
22245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22246
22246
|
required_arguments = ['maintenanceRunId']
|
@@ -22326,7 +22326,7 @@ class DatabaseClient(object):
|
|
22326
22326
|
:rtype: :class:`~oci.response.Response`
|
22327
22327
|
|
22328
22328
|
:example:
|
22329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
22330
22330
|
"""
|
22331
22331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22332
22332
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -22417,7 +22417,7 @@ class DatabaseClient(object):
|
|
22417
22417
|
:rtype: :class:`~oci.response.Response`
|
22418
22418
|
|
22419
22419
|
:example:
|
22420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
22421
22421
|
"""
|
22422
22422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22423
22423
|
required_arguments = ['oneoffPatchId']
|
@@ -22520,7 +22520,7 @@ class DatabaseClient(object):
|
|
22520
22520
|
:rtype: :class:`~oci.response.Response`
|
22521
22521
|
|
22522
22522
|
:example:
|
22523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
22524
22524
|
"""
|
22525
22525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22526
22526
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -22616,7 +22616,7 @@ class DatabaseClient(object):
|
|
22616
22616
|
:rtype: :class:`~oci.response.Response`
|
22617
22617
|
|
22618
22618
|
:example:
|
22619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
22620
22620
|
"""
|
22621
22621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22622
22622
|
required_arguments = ['pluggableDatabaseId']
|
@@ -22707,7 +22707,7 @@ class DatabaseClient(object):
|
|
22707
22707
|
:rtype: :class:`~oci.response.Response`
|
22708
22708
|
|
22709
22709
|
:example:
|
22710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
|
22711
22711
|
"""
|
22712
22712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22713
22713
|
required_arguments = ['scheduledActionId']
|
@@ -22805,7 +22805,7 @@ class DatabaseClient(object):
|
|
22805
22805
|
:rtype: :class:`~oci.response.Response`
|
22806
22806
|
|
22807
22807
|
:example:
|
22808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
|
22809
22809
|
"""
|
22810
22810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22811
22811
|
required_arguments = ['schedulingPlanId']
|
@@ -22903,7 +22903,7 @@ class DatabaseClient(object):
|
|
22903
22903
|
:rtype: :class:`~oci.response.Response`
|
22904
22904
|
|
22905
22905
|
:example:
|
22906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
|
22907
22907
|
"""
|
22908
22908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22909
22909
|
required_arguments = ['schedulingPolicyId']
|
@@ -23006,7 +23006,7 @@ class DatabaseClient(object):
|
|
23006
23006
|
:rtype: :class:`~oci.response.Response`
|
23007
23007
|
|
23008
23008
|
:example:
|
23009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
|
23010
23010
|
"""
|
23011
23011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23012
23012
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -23105,7 +23105,7 @@ class DatabaseClient(object):
|
|
23105
23105
|
:rtype: :class:`~oci.response.Response`
|
23106
23106
|
|
23107
23107
|
:example:
|
23108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
23109
23109
|
"""
|
23110
23110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23111
23111
|
required_arguments = ['vmClusterId']
|
@@ -23209,7 +23209,7 @@ class DatabaseClient(object):
|
|
23209
23209
|
:rtype: :class:`~oci.response.Response`
|
23210
23210
|
|
23211
23211
|
:example:
|
23212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
23213
23213
|
"""
|
23214
23214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23215
23215
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -23310,7 +23310,7 @@ class DatabaseClient(object):
|
|
23310
23310
|
:rtype: :class:`~oci.response.Response`
|
23311
23311
|
|
23312
23312
|
:example:
|
23313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
23314
23314
|
"""
|
23315
23315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23316
23316
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -23404,7 +23404,7 @@ class DatabaseClient(object):
|
|
23404
23404
|
:rtype: :class:`~oci.response.Response`
|
23405
23405
|
|
23406
23406
|
:example:
|
23407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
23408
23408
|
"""
|
23409
23409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23410
23410
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -23501,7 +23501,7 @@ class DatabaseClient(object):
|
|
23501
23501
|
:rtype: :class:`~oci.response.Response`
|
23502
23502
|
|
23503
23503
|
:example:
|
23504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
23505
23505
|
"""
|
23506
23506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23507
23507
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -23605,7 +23605,7 @@ class DatabaseClient(object):
|
|
23605
23605
|
:rtype: :class:`~oci.response.Response`
|
23606
23606
|
|
23607
23607
|
:example:
|
23608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
23609
23609
|
"""
|
23610
23610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23611
23611
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -23706,7 +23706,7 @@ class DatabaseClient(object):
|
|
23706
23706
|
:rtype: :class:`~oci.response.Response`
|
23707
23707
|
|
23708
23708
|
:example:
|
23709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
23710
23710
|
"""
|
23711
23711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23712
23712
|
required_arguments = []
|
@@ -23818,7 +23818,7 @@ class DatabaseClient(object):
|
|
23818
23818
|
:rtype: :class:`~oci.response.Response`
|
23819
23819
|
|
23820
23820
|
:example:
|
23821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
23822
23822
|
"""
|
23823
23823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23824
23824
|
required_arguments = []
|
@@ -23936,7 +23936,7 @@ class DatabaseClient(object):
|
|
23936
23936
|
:rtype: :class:`~oci.response.Response`
|
23937
23937
|
|
23938
23938
|
:example:
|
23939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
23940
23940
|
"""
|
23941
23941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23942
23942
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -24064,7 +24064,7 @@ class DatabaseClient(object):
|
|
24064
24064
|
:rtype: :class:`~oci.response.Response`
|
24065
24065
|
|
24066
24066
|
:example:
|
24067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
24068
24068
|
"""
|
24069
24069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24070
24070
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -24185,7 +24185,7 @@ class DatabaseClient(object):
|
|
24185
24185
|
:rtype: :class:`~oci.response.Response`
|
24186
24186
|
|
24187
24187
|
:example:
|
24188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
24189
24189
|
"""
|
24190
24190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24191
24191
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -24347,7 +24347,7 @@ class DatabaseClient(object):
|
|
24347
24347
|
:rtype: :class:`~oci.response.Response`
|
24348
24348
|
|
24349
24349
|
:example:
|
24350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
24351
24351
|
"""
|
24352
24352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24353
24353
|
required_arguments = ['compartmentId']
|
@@ -24523,7 +24523,7 @@ class DatabaseClient(object):
|
|
24523
24523
|
:rtype: :class:`~oci.response.Response`
|
24524
24524
|
|
24525
24525
|
:example:
|
24526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
24527
24527
|
"""
|
24528
24528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24529
24529
|
required_arguments = []
|
@@ -24660,7 +24660,7 @@ class DatabaseClient(object):
|
|
24660
24660
|
:rtype: :class:`~oci.response.Response`
|
24661
24661
|
|
24662
24662
|
:example:
|
24663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
24664
24664
|
"""
|
24665
24665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24666
24666
|
required_arguments = []
|
@@ -24801,7 +24801,7 @@ class DatabaseClient(object):
|
|
24801
24801
|
:rtype: :class:`~oci.response.Response`
|
24802
24802
|
|
24803
24803
|
:example:
|
24804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
24805
24805
|
"""
|
24806
24806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24807
24807
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -24951,7 +24951,7 @@ class DatabaseClient(object):
|
|
24951
24951
|
:rtype: :class:`~oci.response.Response`
|
24952
24952
|
|
24953
24953
|
:example:
|
24954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
24955
24955
|
"""
|
24956
24956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24957
24957
|
required_arguments = ['autonomousDatabaseId']
|
@@ -25062,7 +25062,7 @@ class DatabaseClient(object):
|
|
25062
25062
|
:rtype: :class:`~oci.response.Response`
|
25063
25063
|
|
25064
25064
|
:example:
|
25065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
25066
25066
|
"""
|
25067
25067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25068
25068
|
required_arguments = ['autonomousDatabaseId']
|
@@ -25176,7 +25176,7 @@ class DatabaseClient(object):
|
|
25176
25176
|
:rtype: :class:`~oci.response.Response`
|
25177
25177
|
|
25178
25178
|
:example:
|
25179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
25180
25180
|
"""
|
25181
25181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25182
25182
|
required_arguments = ['autonomousDatabaseId']
|
@@ -25313,7 +25313,7 @@ class DatabaseClient(object):
|
|
25313
25313
|
:rtype: :class:`~oci.response.Response`
|
25314
25314
|
|
25315
25315
|
:example:
|
25316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
25317
25317
|
"""
|
25318
25318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25319
25319
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -25460,6 +25460,11 @@ class DatabaseClient(object):
|
|
25460
25460
|
|
25461
25461
|
Allowed values are: "PROVISIONING", "AVAILABLE", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "UPDATING", "MAINTENANCE_IN_PROGRESS", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
|
25462
25462
|
|
25463
|
+
:param str lifecycle_state_not_equal_to: (optional)
|
25464
|
+
A filter to return only resources that not match the given lifecycle state.
|
25465
|
+
|
25466
|
+
Allowed values are: "PROVISIONING", "AVAILABLE", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "UPDATING", "MAINTENANCE_IN_PROGRESS", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
|
25467
|
+
|
25463
25468
|
:param str db_workload: (optional)
|
25464
25469
|
A filter to return only autonomous database resources that match the specified workload type.
|
25465
25470
|
|
@@ -25509,7 +25514,7 @@ class DatabaseClient(object):
|
|
25509
25514
|
:rtype: :class:`~oci.response.Response`
|
25510
25515
|
|
25511
25516
|
:example:
|
25512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
25513
25518
|
"""
|
25514
25519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25515
25520
|
required_arguments = ['compartmentId']
|
@@ -25529,6 +25534,7 @@ class DatabaseClient(object):
|
|
25529
25534
|
"sort_order",
|
25530
25535
|
"infrastructure_type",
|
25531
25536
|
"lifecycle_state",
|
25537
|
+
"lifecycle_state_not_equal_to",
|
25532
25538
|
"db_workload",
|
25533
25539
|
"db_version",
|
25534
25540
|
"is_free_tier",
|
@@ -25572,6 +25578,13 @@ class DatabaseClient(object):
|
|
25572
25578
|
f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
|
25573
25579
|
)
|
25574
25580
|
|
25581
|
+
if 'lifecycle_state_not_equal_to' in kwargs:
|
25582
|
+
lifecycle_state_not_equal_to_allowed_values = ["PROVISIONING", "AVAILABLE", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "UPDATING", "MAINTENANCE_IN_PROGRESS", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"]
|
25583
|
+
if kwargs['lifecycle_state_not_equal_to'] not in lifecycle_state_not_equal_to_allowed_values:
|
25584
|
+
raise ValueError(
|
25585
|
+
f"Invalid value for `lifecycle_state_not_equal_to`, must be one of { lifecycle_state_not_equal_to_allowed_values }"
|
25586
|
+
)
|
25587
|
+
|
25575
25588
|
if 'db_workload' in kwargs:
|
25576
25589
|
db_workload_allowed_values = ["OLTP", "DW", "AJD", "APEX"]
|
25577
25590
|
if kwargs['db_workload'] not in db_workload_allowed_values:
|
@@ -25588,6 +25601,7 @@ class DatabaseClient(object):
|
|
25588
25601
|
"sortOrder": kwargs.get("sort_order", missing),
|
25589
25602
|
"infrastructureType": kwargs.get("infrastructure_type", missing),
|
25590
25603
|
"lifecycleState": kwargs.get("lifecycle_state", missing),
|
25604
|
+
"lifecycleStateNotEqualTo": kwargs.get("lifecycle_state_not_equal_to", missing),
|
25591
25605
|
"dbWorkload": kwargs.get("db_workload", missing),
|
25592
25606
|
"dbVersion": kwargs.get("db_version", missing),
|
25593
25607
|
"isFreeTier": kwargs.get("is_free_tier", missing),
|
@@ -25686,7 +25700,7 @@ class DatabaseClient(object):
|
|
25686
25700
|
:rtype: :class:`~oci.response.Response`
|
25687
25701
|
|
25688
25702
|
:example:
|
25689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
25690
25704
|
"""
|
25691
25705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25692
25706
|
required_arguments = ['compartmentId']
|
@@ -25817,7 +25831,7 @@ class DatabaseClient(object):
|
|
25817
25831
|
:rtype: :class:`~oci.response.Response`
|
25818
25832
|
|
25819
25833
|
:example:
|
25820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
25821
25835
|
"""
|
25822
25836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25823
25837
|
required_arguments = ['compartmentId']
|
@@ -25941,7 +25955,7 @@ class DatabaseClient(object):
|
|
25941
25955
|
:rtype: :class:`~oci.response.Response`
|
25942
25956
|
|
25943
25957
|
:example:
|
25944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
25945
25959
|
"""
|
25946
25960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25947
25961
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -26065,7 +26079,7 @@ class DatabaseClient(object):
|
|
26065
26079
|
:rtype: :class:`~oci.response.Response`
|
26066
26080
|
|
26067
26081
|
:example:
|
26068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
26069
26083
|
"""
|
26070
26084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26071
26085
|
required_arguments = ['compartmentId']
|
@@ -26206,7 +26220,7 @@ class DatabaseClient(object):
|
|
26206
26220
|
:rtype: :class:`~oci.response.Response`
|
26207
26221
|
|
26208
26222
|
:example:
|
26209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
26210
26224
|
"""
|
26211
26225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26212
26226
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -26324,7 +26338,7 @@ class DatabaseClient(object):
|
|
26324
26338
|
:rtype: :class:`~oci.response.Response`
|
26325
26339
|
|
26326
26340
|
:example:
|
26327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
26328
26342
|
"""
|
26329
26343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26330
26344
|
required_arguments = ['autonomousVmClusterId']
|
@@ -26461,7 +26475,7 @@ class DatabaseClient(object):
|
|
26461
26475
|
:rtype: :class:`~oci.response.Response`
|
26462
26476
|
|
26463
26477
|
:example:
|
26464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
26465
26479
|
"""
|
26466
26480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26467
26481
|
required_arguments = ['compartmentId']
|
@@ -26598,7 +26612,7 @@ class DatabaseClient(object):
|
|
26598
26612
|
:rtype: :class:`~oci.response.Response`
|
26599
26613
|
|
26600
26614
|
:example:
|
26601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
26602
26616
|
"""
|
26603
26617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26604
26618
|
required_arguments = ['compartmentId']
|
@@ -26710,7 +26724,7 @@ class DatabaseClient(object):
|
|
26710
26724
|
:rtype: :class:`~oci.response.Response`
|
26711
26725
|
|
26712
26726
|
:example:
|
26713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
26714
26728
|
"""
|
26715
26729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26716
26730
|
required_arguments = []
|
@@ -26828,7 +26842,7 @@ class DatabaseClient(object):
|
|
26828
26842
|
:rtype: :class:`~oci.response.Response`
|
26829
26843
|
|
26830
26844
|
:example:
|
26831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
26832
26846
|
"""
|
26833
26847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26834
26848
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -26968,7 +26982,7 @@ class DatabaseClient(object):
|
|
26968
26982
|
:rtype: :class:`~oci.response.Response`
|
26969
26983
|
|
26970
26984
|
:example:
|
26971
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
26972
26986
|
"""
|
26973
26987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26974
26988
|
required_arguments = ['compartmentId']
|
@@ -27125,7 +27139,7 @@ class DatabaseClient(object):
|
|
27125
27139
|
:rtype: :class:`~oci.response.Response`
|
27126
27140
|
|
27127
27141
|
:example:
|
27128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
27129
27143
|
"""
|
27130
27144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27131
27145
|
required_arguments = ['compartmentId']
|
@@ -27264,7 +27278,7 @@ class DatabaseClient(object):
|
|
27264
27278
|
:rtype: :class:`~oci.response.Response`
|
27265
27279
|
|
27266
27280
|
:example:
|
27267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
27268
27282
|
"""
|
27269
27283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27270
27284
|
required_arguments = ['cloudVmClusterId']
|
@@ -27392,7 +27406,7 @@ class DatabaseClient(object):
|
|
27392
27406
|
:rtype: :class:`~oci.response.Response`
|
27393
27407
|
|
27394
27408
|
:example:
|
27395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
27396
27410
|
"""
|
27397
27411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27398
27412
|
required_arguments = ['cloudVmClusterId']
|
@@ -27536,7 +27550,7 @@ class DatabaseClient(object):
|
|
27536
27550
|
:rtype: :class:`~oci.response.Response`
|
27537
27551
|
|
27538
27552
|
:example:
|
27539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
27540
27554
|
"""
|
27541
27555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27542
27556
|
required_arguments = ['compartmentId']
|
@@ -27661,7 +27675,7 @@ class DatabaseClient(object):
|
|
27661
27675
|
:rtype: :class:`~oci.response.Response`
|
27662
27676
|
|
27663
27677
|
:example:
|
27664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
27665
27679
|
"""
|
27666
27680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27667
27681
|
required_arguments = ['dbNodeId']
|
@@ -27776,7 +27790,7 @@ class DatabaseClient(object):
|
|
27776
27790
|
:rtype: :class:`~oci.response.Response`
|
27777
27791
|
|
27778
27792
|
:example:
|
27779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
27780
27794
|
"""
|
27781
27795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27782
27796
|
required_arguments = ['dbNodeId']
|
@@ -27926,7 +27940,7 @@ class DatabaseClient(object):
|
|
27926
27940
|
:rtype: :class:`~oci.response.Response`
|
27927
27941
|
|
27928
27942
|
:example:
|
27929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
27930
27944
|
"""
|
27931
27945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27932
27946
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -28044,7 +28058,7 @@ class DatabaseClient(object):
|
|
28044
28058
|
:rtype: :class:`~oci.response.Response`
|
28045
28059
|
|
28046
28060
|
:example:
|
28047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
28048
28062
|
"""
|
28049
28063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28050
28064
|
required_arguments = ['databaseId']
|
@@ -28187,7 +28201,7 @@ class DatabaseClient(object):
|
|
28187
28201
|
:rtype: :class:`~oci.response.Response`
|
28188
28202
|
|
28189
28203
|
:example:
|
28190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
28191
28205
|
"""
|
28192
28206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28193
28207
|
required_arguments = ['compartmentId']
|
@@ -28358,7 +28372,7 @@ class DatabaseClient(object):
|
|
28358
28372
|
:rtype: :class:`~oci.response.Response`
|
28359
28373
|
|
28360
28374
|
:example:
|
28361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
28362
28376
|
"""
|
28363
28377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28364
28378
|
required_arguments = ['databaseId']
|
@@ -28533,7 +28547,7 @@ class DatabaseClient(object):
|
|
28533
28547
|
:rtype: :class:`~oci.response.Response`
|
28534
28548
|
|
28535
28549
|
:example:
|
28536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
28537
28551
|
"""
|
28538
28552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28539
28553
|
required_arguments = ['compartmentId']
|
@@ -28663,7 +28677,7 @@ class DatabaseClient(object):
|
|
28663
28677
|
:rtype: :class:`~oci.response.Response`
|
28664
28678
|
|
28665
28679
|
:example:
|
28666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
28667
28681
|
"""
|
28668
28682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28669
28683
|
required_arguments = ['dbHomeId']
|
@@ -28771,7 +28785,7 @@ class DatabaseClient(object):
|
|
28771
28785
|
:rtype: :class:`~oci.response.Response`
|
28772
28786
|
|
28773
28787
|
:example:
|
28774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
28775
28789
|
"""
|
28776
28790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28777
28791
|
required_arguments = ['dbHomeId']
|
@@ -28915,7 +28929,7 @@ class DatabaseClient(object):
|
|
28915
28929
|
:rtype: :class:`~oci.response.Response`
|
28916
28930
|
|
28917
28931
|
:example:
|
28918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
28919
28933
|
"""
|
28920
28934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28921
28935
|
required_arguments = ['compartmentId']
|
@@ -29079,7 +29093,7 @@ class DatabaseClient(object):
|
|
29079
29093
|
:rtype: :class:`~oci.response.Response`
|
29080
29094
|
|
29081
29095
|
:example:
|
29082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
29083
29097
|
"""
|
29084
29098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29085
29099
|
required_arguments = ['compartmentId']
|
@@ -29235,7 +29249,7 @@ class DatabaseClient(object):
|
|
29235
29249
|
:rtype: :class:`~oci.response.Response`
|
29236
29250
|
|
29237
29251
|
:example:
|
29238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
29239
29253
|
"""
|
29240
29254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29241
29255
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -29360,7 +29374,7 @@ class DatabaseClient(object):
|
|
29360
29374
|
:rtype: :class:`~oci.response.Response`
|
29361
29375
|
|
29362
29376
|
:example:
|
29363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29377
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
29364
29378
|
"""
|
29365
29379
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29366
29380
|
required_arguments = []
|
@@ -29457,7 +29471,7 @@ class DatabaseClient(object):
|
|
29457
29471
|
:rtype: :class:`~oci.response.Response`
|
29458
29472
|
|
29459
29473
|
:example:
|
29460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
29461
29475
|
"""
|
29462
29476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29463
29477
|
required_arguments = ['dbSystemId']
|
@@ -29565,7 +29579,7 @@ class DatabaseClient(object):
|
|
29565
29579
|
:rtype: :class:`~oci.response.Response`
|
29566
29580
|
|
29567
29581
|
:example:
|
29568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
29569
29583
|
"""
|
29570
29584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29571
29585
|
required_arguments = ['dbSystemId']
|
@@ -29676,7 +29690,7 @@ class DatabaseClient(object):
|
|
29676
29690
|
:rtype: :class:`~oci.response.Response`
|
29677
29691
|
|
29678
29692
|
:example:
|
29679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
29680
29694
|
"""
|
29681
29695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29682
29696
|
required_arguments = ['compartmentId']
|
@@ -29777,7 +29791,7 @@ class DatabaseClient(object):
|
|
29777
29791
|
:rtype: :class:`~oci.response.Response`
|
29778
29792
|
|
29779
29793
|
:example:
|
29780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
29781
29795
|
"""
|
29782
29796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29783
29797
|
required_arguments = ['storageManagement']
|
@@ -29904,7 +29918,7 @@ class DatabaseClient(object):
|
|
29904
29918
|
:rtype: :class:`~oci.response.Response`
|
29905
29919
|
|
29906
29920
|
:example:
|
29907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
29908
29922
|
"""
|
29909
29923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29910
29924
|
required_arguments = ['dbSystemId']
|
@@ -30086,7 +30100,7 @@ class DatabaseClient(object):
|
|
30086
30100
|
:rtype: :class:`~oci.response.Response`
|
30087
30101
|
|
30088
30102
|
:example:
|
30089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
30090
30104
|
"""
|
30091
30105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30092
30106
|
required_arguments = ['compartmentId']
|
@@ -30237,7 +30251,7 @@ class DatabaseClient(object):
|
|
30237
30251
|
:rtype: :class:`~oci.response.Response`
|
30238
30252
|
|
30239
30253
|
:example:
|
30240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
30241
30255
|
"""
|
30242
30256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30243
30257
|
required_arguments = ['compartmentId']
|
@@ -30378,7 +30392,7 @@ class DatabaseClient(object):
|
|
30378
30392
|
:rtype: :class:`~oci.response.Response`
|
30379
30393
|
|
30380
30394
|
:example:
|
30381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
30382
30396
|
"""
|
30383
30397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30384
30398
|
required_arguments = ['compartmentId']
|
@@ -30525,7 +30539,7 @@ class DatabaseClient(object):
|
|
30525
30539
|
:rtype: :class:`~oci.response.Response`
|
30526
30540
|
|
30527
30541
|
:example:
|
30528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
|
30529
30543
|
"""
|
30530
30544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30531
30545
|
required_arguments = ['exadbVmClusterId']
|
@@ -30656,7 +30670,7 @@ class DatabaseClient(object):
|
|
30656
30670
|
:rtype: :class:`~oci.response.Response`
|
30657
30671
|
|
30658
30672
|
:example:
|
30659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
|
30660
30674
|
"""
|
30661
30675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30662
30676
|
required_arguments = ['exadbVmClusterId']
|
@@ -30802,7 +30816,7 @@ class DatabaseClient(object):
|
|
30802
30816
|
:rtype: :class:`~oci.response.Response`
|
30803
30817
|
|
30804
30818
|
:example:
|
30805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
|
30806
30820
|
"""
|
30807
30821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30808
30822
|
required_arguments = ['compartmentId']
|
@@ -30954,7 +30968,7 @@ class DatabaseClient(object):
|
|
30954
30968
|
:rtype: :class:`~oci.response.Response`
|
30955
30969
|
|
30956
30970
|
:example:
|
30957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
|
30958
30972
|
"""
|
30959
30973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30960
30974
|
required_arguments = ['compartmentId']
|
@@ -31107,7 +31121,7 @@ class DatabaseClient(object):
|
|
31107
31121
|
:rtype: :class:`~oci.response.Response`
|
31108
31122
|
|
31109
31123
|
:example:
|
31110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
|
31111
31125
|
"""
|
31112
31126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31113
31127
|
required_arguments = ['compartmentId']
|
@@ -31262,7 +31276,7 @@ class DatabaseClient(object):
|
|
31262
31276
|
:rtype: :class:`~oci.response.Response`
|
31263
31277
|
|
31264
31278
|
:example:
|
31265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
|
31266
31280
|
"""
|
31267
31281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31268
31282
|
required_arguments = ['compartmentId']
|
@@ -31417,7 +31431,7 @@ class DatabaseClient(object):
|
|
31417
31431
|
:rtype: :class:`~oci.response.Response`
|
31418
31432
|
|
31419
31433
|
:example:
|
31420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
31421
31435
|
"""
|
31422
31436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31423
31437
|
required_arguments = ['compartmentId']
|
@@ -31575,7 +31589,7 @@ class DatabaseClient(object):
|
|
31575
31589
|
:rtype: :class:`~oci.response.Response`
|
31576
31590
|
|
31577
31591
|
:example:
|
31578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
31579
31593
|
"""
|
31580
31594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31581
31595
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -31729,7 +31743,7 @@ class DatabaseClient(object):
|
|
31729
31743
|
:rtype: :class:`~oci.response.Response`
|
31730
31744
|
|
31731
31745
|
:example:
|
31732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
31733
31747
|
"""
|
31734
31748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31735
31749
|
required_arguments = ['compartmentId']
|
@@ -31888,7 +31902,7 @@ class DatabaseClient(object):
|
|
31888
31902
|
:rtype: :class:`~oci.response.Response`
|
31889
31903
|
|
31890
31904
|
:example:
|
31891
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
31892
31906
|
"""
|
31893
31907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31894
31908
|
required_arguments = ['compartmentId']
|
@@ -32032,7 +32046,7 @@ class DatabaseClient(object):
|
|
32032
32046
|
:rtype: :class:`~oci.response.Response`
|
32033
32047
|
|
32034
32048
|
:example:
|
32035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
32036
32050
|
"""
|
32037
32051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32038
32052
|
required_arguments = ['compartmentId']
|
@@ -32179,7 +32193,7 @@ class DatabaseClient(object):
|
|
32179
32193
|
:rtype: :class:`~oci.response.Response`
|
32180
32194
|
|
32181
32195
|
:example:
|
32182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
|
32183
32197
|
"""
|
32184
32198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32185
32199
|
required_arguments = ['version']
|
@@ -32336,7 +32350,7 @@ class DatabaseClient(object):
|
|
32336
32350
|
:rtype: :class:`~oci.response.Response`
|
32337
32351
|
|
32338
32352
|
:example:
|
32339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
32340
32354
|
"""
|
32341
32355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32342
32356
|
required_arguments = ['compartmentId']
|
@@ -32449,7 +32463,7 @@ class DatabaseClient(object):
|
|
32449
32463
|
:rtype: :class:`~oci.response.Response`
|
32450
32464
|
|
32451
32465
|
:example:
|
32452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
32453
32467
|
"""
|
32454
32468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32455
32469
|
required_arguments = ['compartmentId']
|
@@ -32587,7 +32601,7 @@ class DatabaseClient(object):
|
|
32587
32601
|
:rtype: :class:`~oci.response.Response`
|
32588
32602
|
|
32589
32603
|
:example:
|
32590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
32591
32605
|
"""
|
32592
32606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32593
32607
|
required_arguments = ['compartmentId']
|
@@ -32780,7 +32794,7 @@ class DatabaseClient(object):
|
|
32780
32794
|
:rtype: :class:`~oci.response.Response`
|
32781
32795
|
|
32782
32796
|
:example:
|
32783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
32784
32798
|
"""
|
32785
32799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32786
32800
|
required_arguments = ['compartmentId']
|
@@ -32956,7 +32970,7 @@ class DatabaseClient(object):
|
|
32956
32970
|
:rtype: :class:`~oci.response.Response`
|
32957
32971
|
|
32958
32972
|
:example:
|
32959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
32960
32974
|
"""
|
32961
32975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32962
32976
|
required_arguments = ['compartmentId']
|
@@ -33088,7 +33102,7 @@ class DatabaseClient(object):
|
|
33088
33102
|
:rtype: :class:`~oci.response.Response`
|
33089
33103
|
|
33090
33104
|
:example:
|
33091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
|
33092
33106
|
"""
|
33093
33107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33094
33108
|
required_arguments = ['type']
|
@@ -33217,7 +33231,7 @@ class DatabaseClient(object):
|
|
33217
33231
|
:rtype: :class:`~oci.response.Response`
|
33218
33232
|
|
33219
33233
|
:example:
|
33220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
33221
33235
|
"""
|
33222
33236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33223
33237
|
required_arguments = ['databaseId']
|
@@ -33387,7 +33401,7 @@ class DatabaseClient(object):
|
|
33387
33401
|
:rtype: :class:`~oci.response.Response`
|
33388
33402
|
|
33389
33403
|
:example:
|
33390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
33391
33405
|
"""
|
33392
33406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33393
33407
|
required_arguments = []
|
@@ -33529,7 +33543,7 @@ class DatabaseClient(object):
|
|
33529
33543
|
:rtype: :class:`~oci.response.Response`
|
33530
33544
|
|
33531
33545
|
:example:
|
33532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
|
33533
33547
|
"""
|
33534
33548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33535
33549
|
required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
|
@@ -33678,7 +33692,7 @@ class DatabaseClient(object):
|
|
33678
33692
|
:rtype: :class:`~oci.response.Response`
|
33679
33693
|
|
33680
33694
|
:example:
|
33681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
|
33682
33696
|
"""
|
33683
33697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33684
33698
|
required_arguments = ['compartmentId']
|
@@ -33843,7 +33857,7 @@ class DatabaseClient(object):
|
|
33843
33857
|
:rtype: :class:`~oci.response.Response`
|
33844
33858
|
|
33845
33859
|
:example:
|
33846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
|
33847
33861
|
"""
|
33848
33862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33849
33863
|
required_arguments = ['compartmentId']
|
@@ -33999,7 +34013,7 @@ class DatabaseClient(object):
|
|
33999
34013
|
:rtype: :class:`~oci.response.Response`
|
34000
34014
|
|
34001
34015
|
:example:
|
34002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
|
34003
34017
|
"""
|
34004
34018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34005
34019
|
required_arguments = ['compartmentId']
|
@@ -34154,7 +34168,7 @@ class DatabaseClient(object):
|
|
34154
34168
|
:rtype: :class:`~oci.response.Response`
|
34155
34169
|
|
34156
34170
|
:example:
|
34157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
|
34158
34172
|
"""
|
34159
34173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34160
34174
|
required_arguments = ['schedulingPolicyId']
|
@@ -34310,7 +34324,7 @@ class DatabaseClient(object):
|
|
34310
34324
|
:rtype: :class:`~oci.response.Response`
|
34311
34325
|
|
34312
34326
|
:example:
|
34313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
34314
34328
|
"""
|
34315
34329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34316
34330
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -34447,7 +34461,7 @@ class DatabaseClient(object):
|
|
34447
34461
|
:rtype: :class:`~oci.response.Response`
|
34448
34462
|
|
34449
34463
|
:example:
|
34450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
34451
34465
|
"""
|
34452
34466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34453
34467
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -34588,7 +34602,7 @@ class DatabaseClient(object):
|
|
34588
34602
|
:rtype: :class:`~oci.response.Response`
|
34589
34603
|
|
34590
34604
|
:example:
|
34591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
34592
34606
|
"""
|
34593
34607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34594
34608
|
required_arguments = ['vmClusterId']
|
@@ -34696,7 +34710,7 @@ class DatabaseClient(object):
|
|
34696
34710
|
:rtype: :class:`~oci.response.Response`
|
34697
34711
|
|
34698
34712
|
:example:
|
34699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
34700
34714
|
"""
|
34701
34715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34702
34716
|
required_arguments = ['vmClusterId']
|
@@ -34817,7 +34831,7 @@ class DatabaseClient(object):
|
|
34817
34831
|
:rtype: :class:`~oci.response.Response`
|
34818
34832
|
|
34819
34833
|
:example:
|
34820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
34821
34835
|
"""
|
34822
34836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34823
34837
|
required_arguments = ['vmClusterId']
|
@@ -34959,7 +34973,7 @@ class DatabaseClient(object):
|
|
34959
34973
|
:rtype: :class:`~oci.response.Response`
|
34960
34974
|
|
34961
34975
|
:example:
|
34962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
34963
34977
|
"""
|
34964
34978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34965
34979
|
required_arguments = ['vmClusterId']
|
@@ -35113,7 +35127,7 @@ class DatabaseClient(object):
|
|
35113
35127
|
:rtype: :class:`~oci.response.Response`
|
35114
35128
|
|
35115
35129
|
:example:
|
35116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
35117
35131
|
"""
|
35118
35132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35119
35133
|
required_arguments = ['compartmentId']
|
@@ -35257,7 +35271,7 @@ class DatabaseClient(object):
|
|
35257
35271
|
:rtype: :class:`~oci.response.Response`
|
35258
35272
|
|
35259
35273
|
:example:
|
35260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
35261
35275
|
"""
|
35262
35276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35263
35277
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35377,7 +35391,7 @@ class DatabaseClient(object):
|
|
35377
35391
|
:rtype: :class:`~oci.response.Response`
|
35378
35392
|
|
35379
35393
|
:example:
|
35380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
35381
35395
|
"""
|
35382
35396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35383
35397
|
required_arguments = ['dbSystemId']
|
@@ -35497,7 +35511,7 @@ class DatabaseClient(object):
|
|
35497
35511
|
:rtype: :class:`~oci.response.Response`
|
35498
35512
|
|
35499
35513
|
:example:
|
35500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
35501
35515
|
"""
|
35502
35516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35503
35517
|
required_arguments = ['databaseId']
|
@@ -35617,7 +35631,7 @@ class DatabaseClient(object):
|
|
35617
35631
|
:rtype: :class:`~oci.response.Response`
|
35618
35632
|
|
35619
35633
|
:example:
|
35620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
35621
35635
|
"""
|
35622
35636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35623
35637
|
required_arguments = ['databaseId']
|
@@ -35737,7 +35751,7 @@ class DatabaseClient(object):
|
|
35737
35751
|
:rtype: :class:`~oci.response.Response`
|
35738
35752
|
|
35739
35753
|
:example:
|
35740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
35741
35755
|
"""
|
35742
35756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35743
35757
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35857,7 +35871,7 @@ class DatabaseClient(object):
|
|
35857
35871
|
:rtype: :class:`~oci.response.Response`
|
35858
35872
|
|
35859
35873
|
:example:
|
35860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
|
35861
35875
|
"""
|
35862
35876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35863
35877
|
required_arguments = ['executionActionId']
|
@@ -35974,7 +35988,7 @@ class DatabaseClient(object):
|
|
35974
35988
|
:rtype: :class:`~oci.response.Response`
|
35975
35989
|
|
35976
35990
|
:example:
|
35977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
35978
35992
|
"""
|
35979
35993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35980
35994
|
required_arguments = ['pluggableDatabaseId']
|
@@ -36080,7 +36094,7 @@ class DatabaseClient(object):
|
|
36080
36094
|
:rtype: :class:`~oci.response.Response`
|
36081
36095
|
|
36082
36096
|
:example:
|
36083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
36084
36098
|
"""
|
36085
36099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36086
36100
|
required_arguments = ['autonomousDatabaseId']
|
@@ -36186,7 +36200,7 @@ class DatabaseClient(object):
|
|
36186
36200
|
:rtype: :class:`~oci.response.Response`
|
36187
36201
|
|
36188
36202
|
:example:
|
36189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
36190
36204
|
"""
|
36191
36205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36192
36206
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -36295,7 +36309,7 @@ class DatabaseClient(object):
|
|
36295
36309
|
:rtype: :class:`~oci.response.Response`
|
36296
36310
|
|
36297
36311
|
:example:
|
36298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
36299
36313
|
"""
|
36300
36314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36301
36315
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -36413,7 +36427,7 @@ class DatabaseClient(object):
|
|
36413
36427
|
:rtype: :class:`~oci.response.Response`
|
36414
36428
|
|
36415
36429
|
:example:
|
36416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
36417
36431
|
"""
|
36418
36432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36419
36433
|
required_arguments = ['pluggableDatabaseId']
|
@@ -36533,7 +36547,7 @@ class DatabaseClient(object):
|
|
36533
36547
|
:rtype: :class:`~oci.response.Response`
|
36534
36548
|
|
36535
36549
|
:example:
|
36536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
36537
36551
|
"""
|
36538
36552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36539
36553
|
required_arguments = ['cloudVmClusterId']
|
@@ -36653,7 +36667,7 @@ class DatabaseClient(object):
|
|
36653
36667
|
:rtype: :class:`~oci.response.Response`
|
36654
36668
|
|
36655
36669
|
:example:
|
36656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
|
36657
36671
|
"""
|
36658
36672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36659
36673
|
required_arguments = ['exadbVmClusterId']
|
@@ -36773,7 +36787,7 @@ class DatabaseClient(object):
|
|
36773
36787
|
:rtype: :class:`~oci.response.Response`
|
36774
36788
|
|
36775
36789
|
:example:
|
36776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
36777
36791
|
"""
|
36778
36792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36779
36793
|
required_arguments = ['vmClusterId']
|
@@ -36893,7 +36907,7 @@ class DatabaseClient(object):
|
|
36893
36907
|
:rtype: :class:`~oci.response.Response`
|
36894
36908
|
|
36895
36909
|
:example:
|
36896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
|
36897
36911
|
"""
|
36898
36912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36899
36913
|
required_arguments = ['executionWindowId']
|
@@ -37013,7 +37027,7 @@ class DatabaseClient(object):
|
|
37013
37027
|
:rtype: :class:`~oci.response.Response`
|
37014
37028
|
|
37015
37029
|
:example:
|
37016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
|
37017
37031
|
"""
|
37018
37032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37019
37033
|
required_arguments = ['schedulingPlanId']
|
@@ -37139,7 +37153,7 @@ class DatabaseClient(object):
|
|
37139
37153
|
:rtype: :class:`~oci.response.Response`
|
37140
37154
|
|
37141
37155
|
:example:
|
37142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
37143
37157
|
"""
|
37144
37158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37145
37159
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -37258,7 +37272,7 @@ class DatabaseClient(object):
|
|
37258
37272
|
:rtype: :class:`~oci.response.Response`
|
37259
37273
|
|
37260
37274
|
:example:
|
37261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
37262
37276
|
"""
|
37263
37277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37264
37278
|
required_arguments = []
|
@@ -37364,7 +37378,7 @@ class DatabaseClient(object):
|
|
37364
37378
|
:rtype: :class:`~oci.response.Response`
|
37365
37379
|
|
37366
37380
|
:example:
|
37367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
37368
37382
|
"""
|
37369
37383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37370
37384
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -37466,7 +37480,7 @@ class DatabaseClient(object):
|
|
37466
37480
|
:rtype: :class:`~oci.response.Response`
|
37467
37481
|
|
37468
37482
|
:example:
|
37469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
37470
37484
|
"""
|
37471
37485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37472
37486
|
required_arguments = ['autonomousDatabaseId']
|
@@ -37569,7 +37583,7 @@ class DatabaseClient(object):
|
|
37569
37583
|
:rtype: :class:`~oci.response.Response`
|
37570
37584
|
|
37571
37585
|
:example:
|
37572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
37573
37587
|
"""
|
37574
37588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37575
37589
|
required_arguments = ['autonomousDatabaseId']
|
@@ -37674,7 +37688,7 @@ class DatabaseClient(object):
|
|
37674
37688
|
:rtype: :class:`~oci.response.Response`
|
37675
37689
|
|
37676
37690
|
:example:
|
37677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
37678
37692
|
"""
|
37679
37693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37680
37694
|
required_arguments = ['databaseId']
|
@@ -37788,7 +37802,7 @@ class DatabaseClient(object):
|
|
37788
37802
|
:rtype: :class:`~oci.response.Response`
|
37789
37803
|
|
37790
37804
|
:example:
|
37791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
37792
37806
|
"""
|
37793
37807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37794
37808
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -37905,7 +37919,7 @@ class DatabaseClient(object):
|
|
37905
37919
|
:rtype: :class:`~oci.response.Response`
|
37906
37920
|
|
37907
37921
|
:example:
|
37908
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
37909
37923
|
"""
|
37910
37924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37911
37925
|
required_arguments = ['autonomousDatabaseId']
|
@@ -38023,7 +38037,7 @@ class DatabaseClient(object):
|
|
38023
38037
|
:rtype: :class:`~oci.response.Response`
|
38024
38038
|
|
38025
38039
|
:example:
|
38026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
38027
38041
|
"""
|
38028
38042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38029
38043
|
required_arguments = ['autonomousVmClusterId']
|
@@ -38141,7 +38155,7 @@ class DatabaseClient(object):
|
|
38141
38155
|
:rtype: :class:`~oci.response.Response`
|
38142
38156
|
|
38143
38157
|
:example:
|
38144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
38145
38159
|
"""
|
38146
38160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38147
38161
|
required_arguments = ['autonomousVmClusterId']
|
@@ -38259,7 +38273,7 @@ class DatabaseClient(object):
|
|
38259
38273
|
:rtype: :class:`~oci.response.Response`
|
38260
38274
|
|
38261
38275
|
:example:
|
38262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
38263
38277
|
"""
|
38264
38278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38265
38279
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -38378,7 +38392,7 @@ class DatabaseClient(object):
|
|
38378
38392
|
:rtype: :class:`~oci.response.Response`
|
38379
38393
|
|
38380
38394
|
:example:
|
38381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/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.
|
38382
38396
|
"""
|
38383
38397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38384
38398
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -38494,7 +38508,7 @@ class DatabaseClient(object):
|
|
38494
38508
|
:rtype: :class:`~oci.response.Response`
|
38495
38509
|
|
38496
38510
|
:example:
|
38497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
38498
38512
|
"""
|
38499
38513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38500
38514
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -38607,7 +38621,7 @@ class DatabaseClient(object):
|
|
38607
38621
|
:rtype: :class:`~oci.response.Response`
|
38608
38622
|
|
38609
38623
|
:example:
|
38610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
38611
38625
|
"""
|
38612
38626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38613
38627
|
required_arguments = ['pluggableDatabaseId']
|
@@ -38720,7 +38734,7 @@ class DatabaseClient(object):
|
|
38720
38734
|
:rtype: :class:`~oci.response.Response`
|
38721
38735
|
|
38722
38736
|
:example:
|
38723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
38724
38738
|
"""
|
38725
38739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38726
38740
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -38835,7 +38849,7 @@ class DatabaseClient(object):
|
|
38835
38849
|
:rtype: :class:`~oci.response.Response`
|
38836
38850
|
|
38837
38851
|
:example:
|
38838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
38839
38853
|
"""
|
38840
38854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38841
38855
|
required_arguments = ['databaseId']
|
@@ -38938,7 +38952,7 @@ class DatabaseClient(object):
|
|
38938
38952
|
:rtype: :class:`~oci.response.Response`
|
38939
38953
|
|
38940
38954
|
:example:
|
38941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38955
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
38942
38956
|
"""
|
38943
38957
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38944
38958
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39050,7 +39064,7 @@ class DatabaseClient(object):
|
|
39050
39064
|
:rtype: :class:`~oci.response.Response`
|
39051
39065
|
|
39052
39066
|
:example:
|
39053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
39054
39068
|
"""
|
39055
39069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39056
39070
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -39127,6 +39141,250 @@ class DatabaseClient(object):
|
|
39127
39141
|
api_reference_link=api_reference_link,
|
39128
39142
|
required_arguments=required_arguments)
|
39129
39143
|
|
39144
|
+
def set_db_key_version(self, database_id, set_key_version_details, **kwargs):
|
39145
|
+
"""
|
39146
|
+
Sets a new version of an existing `Vault service`__ key.
|
39147
|
+
|
39148
|
+
__ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm
|
39149
|
+
|
39150
|
+
|
39151
|
+
:param str database_id: (required)
|
39152
|
+
The database `OCID`__.
|
39153
|
+
|
39154
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
39155
|
+
|
39156
|
+
:param oci.database.models.SetKeyVersionDetails set_key_version_details: (required)
|
39157
|
+
Requests Key Version Update.
|
39158
|
+
|
39159
|
+
:param str if_match: (optional)
|
39160
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
39161
|
+
parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
39162
|
+
will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
39163
|
+
|
39164
|
+
:param str opc_retry_token: (optional)
|
39165
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
39166
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
39167
|
+
hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
39168
|
+
has been deleted and purged from the system, then a retry of the original creation request
|
39169
|
+
may be rejected).
|
39170
|
+
|
39171
|
+
:param str opc_request_id: (optional)
|
39172
|
+
Unique identifier for the request.
|
39173
|
+
|
39174
|
+
:param obj retry_strategy: (optional)
|
39175
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
39176
|
+
|
39177
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
39178
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
39179
|
+
|
39180
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
39181
|
+
|
39182
|
+
:param bool allow_control_chars: (optional)
|
39183
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
39184
|
+
By default, the response will not allow control characters in strings
|
39185
|
+
|
39186
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.Database`
|
39187
|
+
:rtype: :class:`~oci.response.Response`
|
39188
|
+
|
39189
|
+
:example:
|
39190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
|
39191
|
+
"""
|
39192
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39193
|
+
required_arguments = ['databaseId']
|
39194
|
+
resource_path = "/databases/{databaseId}/actions/setKeyVersion"
|
39195
|
+
method = "POST"
|
39196
|
+
operation_name = "set_db_key_version"
|
39197
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/Database/SetDbKeyVersion"
|
39198
|
+
|
39199
|
+
# Don't accept unknown kwargs
|
39200
|
+
expected_kwargs = [
|
39201
|
+
"allow_control_chars",
|
39202
|
+
"retry_strategy",
|
39203
|
+
"if_match",
|
39204
|
+
"opc_retry_token",
|
39205
|
+
"opc_request_id"
|
39206
|
+
]
|
39207
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
39208
|
+
if extra_kwargs:
|
39209
|
+
raise ValueError(
|
39210
|
+
f"set_db_key_version got unknown kwargs: {extra_kwargs!r}")
|
39211
|
+
|
39212
|
+
path_params = {
|
39213
|
+
"databaseId": database_id
|
39214
|
+
}
|
39215
|
+
|
39216
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
39217
|
+
|
39218
|
+
for (k, v) in six.iteritems(path_params):
|
39219
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
39220
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
39221
|
+
|
39222
|
+
header_params = {
|
39223
|
+
"accept": "application/json",
|
39224
|
+
"content-type": "application/json",
|
39225
|
+
"if-match": kwargs.get("if_match", missing),
|
39226
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing),
|
39227
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
39228
|
+
}
|
39229
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
39230
|
+
|
39231
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
39232
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
39233
|
+
client_retry_strategy=self.retry_strategy
|
39234
|
+
)
|
39235
|
+
|
39236
|
+
if retry_strategy:
|
39237
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
39238
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
39239
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
39240
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
39241
|
+
return retry_strategy.make_retrying_call(
|
39242
|
+
self.base_client.call_api,
|
39243
|
+
resource_path=resource_path,
|
39244
|
+
method=method,
|
39245
|
+
path_params=path_params,
|
39246
|
+
header_params=header_params,
|
39247
|
+
body=set_key_version_details,
|
39248
|
+
response_type="Database",
|
39249
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
39250
|
+
operation_name=operation_name,
|
39251
|
+
api_reference_link=api_reference_link,
|
39252
|
+
required_arguments=required_arguments)
|
39253
|
+
else:
|
39254
|
+
return self.base_client.call_api(
|
39255
|
+
resource_path=resource_path,
|
39256
|
+
method=method,
|
39257
|
+
path_params=path_params,
|
39258
|
+
header_params=header_params,
|
39259
|
+
body=set_key_version_details,
|
39260
|
+
response_type="Database",
|
39261
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
39262
|
+
operation_name=operation_name,
|
39263
|
+
api_reference_link=api_reference_link,
|
39264
|
+
required_arguments=required_arguments)
|
39265
|
+
|
39266
|
+
def set_pdb_key_version(self, pluggable_database_id, set_key_version_details, **kwargs):
|
39267
|
+
"""
|
39268
|
+
Sets a new version of an existing `Vault service`__ key.
|
39269
|
+
|
39270
|
+
__ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm
|
39271
|
+
|
39272
|
+
|
39273
|
+
:param str pluggable_database_id: (required)
|
39274
|
+
The database `OCID`__.
|
39275
|
+
|
39276
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
39277
|
+
|
39278
|
+
:param oci.database.models.SetKeyVersionDetails set_key_version_details: (required)
|
39279
|
+
Requests Key Version Update.
|
39280
|
+
|
39281
|
+
:param str if_match: (optional)
|
39282
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
39283
|
+
parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
39284
|
+
will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
39285
|
+
|
39286
|
+
:param str opc_retry_token: (optional)
|
39287
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
39288
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
39289
|
+
hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
39290
|
+
has been deleted and purged from the system, then a retry of the original creation request
|
39291
|
+
may be rejected).
|
39292
|
+
|
39293
|
+
:param str opc_request_id: (optional)
|
39294
|
+
Unique identifier for the request.
|
39295
|
+
|
39296
|
+
:param obj retry_strategy: (optional)
|
39297
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
39298
|
+
|
39299
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
39300
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
39301
|
+
|
39302
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
39303
|
+
|
39304
|
+
:param bool allow_control_chars: (optional)
|
39305
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
39306
|
+
By default, the response will not allow control characters in strings
|
39307
|
+
|
39308
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.PluggableDatabase`
|
39309
|
+
:rtype: :class:`~oci.response.Response`
|
39310
|
+
|
39311
|
+
:example:
|
39312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
|
39313
|
+
"""
|
39314
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39315
|
+
required_arguments = ['pluggableDatabaseId']
|
39316
|
+
resource_path = "/pluggableDatabases/{pluggableDatabaseId}/actions/setKeyVersion"
|
39317
|
+
method = "POST"
|
39318
|
+
operation_name = "set_pdb_key_version"
|
39319
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/SetPdbKeyVersion"
|
39320
|
+
|
39321
|
+
# Don't accept unknown kwargs
|
39322
|
+
expected_kwargs = [
|
39323
|
+
"allow_control_chars",
|
39324
|
+
"retry_strategy",
|
39325
|
+
"if_match",
|
39326
|
+
"opc_retry_token",
|
39327
|
+
"opc_request_id"
|
39328
|
+
]
|
39329
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
39330
|
+
if extra_kwargs:
|
39331
|
+
raise ValueError(
|
39332
|
+
f"set_pdb_key_version got unknown kwargs: {extra_kwargs!r}")
|
39333
|
+
|
39334
|
+
path_params = {
|
39335
|
+
"pluggableDatabaseId": pluggable_database_id
|
39336
|
+
}
|
39337
|
+
|
39338
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
39339
|
+
|
39340
|
+
for (k, v) in six.iteritems(path_params):
|
39341
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
39342
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
39343
|
+
|
39344
|
+
header_params = {
|
39345
|
+
"accept": "application/json",
|
39346
|
+
"content-type": "application/json",
|
39347
|
+
"if-match": kwargs.get("if_match", missing),
|
39348
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing),
|
39349
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
39350
|
+
}
|
39351
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
39352
|
+
|
39353
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
39354
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
39355
|
+
client_retry_strategy=self.retry_strategy
|
39356
|
+
)
|
39357
|
+
|
39358
|
+
if retry_strategy:
|
39359
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
39360
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
39361
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
39362
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
39363
|
+
return retry_strategy.make_retrying_call(
|
39364
|
+
self.base_client.call_api,
|
39365
|
+
resource_path=resource_path,
|
39366
|
+
method=method,
|
39367
|
+
path_params=path_params,
|
39368
|
+
header_params=header_params,
|
39369
|
+
body=set_key_version_details,
|
39370
|
+
response_type="PluggableDatabase",
|
39371
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
39372
|
+
operation_name=operation_name,
|
39373
|
+
api_reference_link=api_reference_link,
|
39374
|
+
required_arguments=required_arguments)
|
39375
|
+
else:
|
39376
|
+
return self.base_client.call_api(
|
39377
|
+
resource_path=resource_path,
|
39378
|
+
method=method,
|
39379
|
+
path_params=path_params,
|
39380
|
+
header_params=header_params,
|
39381
|
+
body=set_key_version_details,
|
39382
|
+
response_type="PluggableDatabase",
|
39383
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
39384
|
+
operation_name=operation_name,
|
39385
|
+
api_reference_link=api_reference_link,
|
39386
|
+
required_arguments=required_arguments)
|
39387
|
+
|
39130
39388
|
def shrink_autonomous_database(self, autonomous_database_id, **kwargs):
|
39131
39389
|
"""
|
39132
39390
|
This operation shrinks the current allocated storage down to the current actual used data storage (actualUsedDataStorageSizeInTBs). The if the base storage value for the database (dataStorageSizeInTBs) is larger than the actualUsedDataStorageSizeInTBs value, you are billed for the base storage value.
|
@@ -39158,7 +39416,7 @@ class DatabaseClient(object):
|
|
39158
39416
|
:rtype: :class:`~oci.response.Response`
|
39159
39417
|
|
39160
39418
|
:example:
|
39161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
39162
39420
|
"""
|
39163
39421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39164
39422
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39258,7 +39516,7 @@ class DatabaseClient(object):
|
|
39258
39516
|
:rtype: :class:`~oci.response.Response`
|
39259
39517
|
|
39260
39518
|
:example:
|
39261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
39262
39520
|
"""
|
39263
39521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39264
39522
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39368,7 +39626,7 @@ class DatabaseClient(object):
|
|
39368
39626
|
:rtype: :class:`~oci.response.Response`
|
39369
39627
|
|
39370
39628
|
:example:
|
39371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
39372
39630
|
"""
|
39373
39631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39374
39632
|
required_arguments = ['pluggableDatabaseId']
|
@@ -39476,7 +39734,7 @@ class DatabaseClient(object):
|
|
39476
39734
|
:rtype: :class:`~oci.response.Response`
|
39477
39735
|
|
39478
39736
|
:example:
|
39479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
39480
39738
|
"""
|
39481
39739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39482
39740
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39588,7 +39846,7 @@ class DatabaseClient(object):
|
|
39588
39846
|
:rtype: :class:`~oci.response.Response`
|
39589
39847
|
|
39590
39848
|
:example:
|
39591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
39592
39850
|
"""
|
39593
39851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39594
39852
|
required_arguments = ['pluggableDatabaseId']
|
@@ -39700,7 +39958,7 @@ class DatabaseClient(object):
|
|
39700
39958
|
:rtype: :class:`~oci.response.Response`
|
39701
39959
|
|
39702
39960
|
:example:
|
39703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
39704
39962
|
"""
|
39705
39963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39706
39964
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -39819,7 +40077,7 @@ class DatabaseClient(object):
|
|
39819
40077
|
:rtype: :class:`~oci.response.Response`
|
39820
40078
|
|
39821
40079
|
:example:
|
39822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
39823
40081
|
"""
|
39824
40082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39825
40083
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39943,7 +40201,7 @@ class DatabaseClient(object):
|
|
39943
40201
|
:rtype: :class:`~oci.response.Response`
|
39944
40202
|
|
39945
40203
|
:example:
|
39946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
39947
40205
|
"""
|
39948
40206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39949
40207
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -40046,7 +40304,7 @@ class DatabaseClient(object):
|
|
40046
40304
|
:rtype: :class:`~oci.response.Response`
|
40047
40305
|
|
40048
40306
|
:example:
|
40049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
40050
40308
|
"""
|
40051
40309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40052
40310
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -40144,7 +40402,7 @@ class DatabaseClient(object):
|
|
40144
40402
|
:rtype: :class:`~oci.response.Response`
|
40145
40403
|
|
40146
40404
|
:example:
|
40147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
40148
40406
|
"""
|
40149
40407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40150
40408
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -40249,7 +40507,7 @@ class DatabaseClient(object):
|
|
40249
40507
|
:rtype: :class:`~oci.response.Response`
|
40250
40508
|
|
40251
40509
|
:example:
|
40252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
40253
40511
|
"""
|
40254
40512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40255
40513
|
required_arguments = ['dbSystemId']
|
@@ -40350,7 +40608,7 @@ class DatabaseClient(object):
|
|
40350
40608
|
:rtype: :class:`~oci.response.Response`
|
40351
40609
|
|
40352
40610
|
:example:
|
40353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
40354
40612
|
"""
|
40355
40613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40356
40614
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -40463,7 +40721,7 @@ class DatabaseClient(object):
|
|
40463
40721
|
:rtype: :class:`~oci.response.Response`
|
40464
40722
|
|
40465
40723
|
:example:
|
40466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
40467
40725
|
"""
|
40468
40726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40469
40727
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -40574,7 +40832,7 @@ class DatabaseClient(object):
|
|
40574
40832
|
:rtype: :class:`~oci.response.Response`
|
40575
40833
|
|
40576
40834
|
:example:
|
40577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
40578
40836
|
"""
|
40579
40837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40580
40838
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40684,7 +40942,7 @@ class DatabaseClient(object):
|
|
40684
40942
|
:rtype: :class:`~oci.response.Response`
|
40685
40943
|
|
40686
40944
|
:example:
|
40687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
40688
40946
|
"""
|
40689
40947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40690
40948
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -40784,7 +41042,7 @@ class DatabaseClient(object):
|
|
40784
41042
|
:rtype: :class:`~oci.response.Response`
|
40785
41043
|
|
40786
41044
|
:example:
|
40787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
40788
41046
|
"""
|
40789
41047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40790
41048
|
required_arguments = []
|
@@ -40878,7 +41136,7 @@ class DatabaseClient(object):
|
|
40878
41136
|
:rtype: :class:`~oci.response.Response`
|
40879
41137
|
|
40880
41138
|
:example:
|
40881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
40882
41140
|
"""
|
40883
41141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40884
41142
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -40983,7 +41241,7 @@ class DatabaseClient(object):
|
|
40983
41241
|
:rtype: :class:`~oci.response.Response`
|
40984
41242
|
|
40985
41243
|
:example:
|
40986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
40987
41245
|
"""
|
40988
41246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40989
41247
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41086,7 +41344,7 @@ class DatabaseClient(object):
|
|
41086
41344
|
:rtype: :class:`~oci.response.Response`
|
41087
41345
|
|
41088
41346
|
:example:
|
41089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
41090
41348
|
"""
|
41091
41349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41092
41350
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -41194,7 +41452,7 @@ class DatabaseClient(object):
|
|
41194
41452
|
:rtype: :class:`~oci.response.Response`
|
41195
41453
|
|
41196
41454
|
:example:
|
41197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
41198
41456
|
"""
|
41199
41457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41200
41458
|
required_arguments = ['autonomousVmClusterId']
|
@@ -41307,7 +41565,7 @@ class DatabaseClient(object):
|
|
41307
41565
|
:rtype: :class:`~oci.response.Response`
|
41308
41566
|
|
41309
41567
|
:example:
|
41310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
41311
41569
|
"""
|
41312
41570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41313
41571
|
required_arguments = ['backupDestinationId']
|
@@ -41417,7 +41675,7 @@ class DatabaseClient(object):
|
|
41417
41675
|
:rtype: :class:`~oci.response.Response`
|
41418
41676
|
|
41419
41677
|
:example:
|
41420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
41421
41679
|
"""
|
41422
41680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41423
41681
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -41527,7 +41785,7 @@ class DatabaseClient(object):
|
|
41527
41785
|
:rtype: :class:`~oci.response.Response`
|
41528
41786
|
|
41529
41787
|
:example:
|
41530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
41531
41789
|
"""
|
41532
41790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41533
41791
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -41637,7 +41895,7 @@ class DatabaseClient(object):
|
|
41637
41895
|
:rtype: :class:`~oci.response.Response`
|
41638
41896
|
|
41639
41897
|
:example:
|
41640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
41641
41899
|
"""
|
41642
41900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41643
41901
|
required_arguments = ['cloudVmClusterId']
|
@@ -41747,7 +42005,7 @@ class DatabaseClient(object):
|
|
41747
42005
|
:rtype: :class:`~oci.response.Response`
|
41748
42006
|
|
41749
42007
|
:example:
|
41750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
41751
42009
|
"""
|
41752
42010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41753
42011
|
required_arguments = ['cloudVmClusterId']
|
@@ -41860,7 +42118,7 @@ class DatabaseClient(object):
|
|
41860
42118
|
:rtype: :class:`~oci.response.Response`
|
41861
42119
|
|
41862
42120
|
:example:
|
41863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
41864
42122
|
"""
|
41865
42123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41866
42124
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -41974,7 +42232,7 @@ class DatabaseClient(object):
|
|
41974
42232
|
:rtype: :class:`~oci.response.Response`
|
41975
42233
|
|
41976
42234
|
:example:
|
41977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
41978
42236
|
"""
|
41979
42237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41980
42238
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -42090,7 +42348,7 @@ class DatabaseClient(object):
|
|
42090
42348
|
:rtype: :class:`~oci.response.Response`
|
42091
42349
|
|
42092
42350
|
:example:
|
42093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
42094
42352
|
"""
|
42095
42353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42096
42354
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -42198,7 +42456,7 @@ class DatabaseClient(object):
|
|
42198
42456
|
:rtype: :class:`~oci.response.Response`
|
42199
42457
|
|
42200
42458
|
:example:
|
42201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
42202
42460
|
"""
|
42203
42461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42204
42462
|
required_arguments = ['databaseId']
|
@@ -42303,7 +42561,7 @@ class DatabaseClient(object):
|
|
42303
42561
|
:rtype: :class:`~oci.response.Response`
|
42304
42562
|
|
42305
42563
|
:example:
|
42306
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
42307
42565
|
"""
|
42308
42566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42309
42567
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -42408,7 +42666,7 @@ class DatabaseClient(object):
|
|
42408
42666
|
:rtype: :class:`~oci.response.Response`
|
42409
42667
|
|
42410
42668
|
:example:
|
42411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
42412
42670
|
"""
|
42413
42671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42414
42672
|
required_arguments = ['dbHomeId']
|
@@ -42516,7 +42774,7 @@ class DatabaseClient(object):
|
|
42516
42774
|
:rtype: :class:`~oci.response.Response`
|
42517
42775
|
|
42518
42776
|
:example:
|
42519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
42520
42778
|
"""
|
42521
42779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42522
42780
|
required_arguments = ['dbNodeId']
|
@@ -42630,7 +42888,7 @@ class DatabaseClient(object):
|
|
42630
42888
|
:rtype: :class:`~oci.response.Response`
|
42631
42889
|
|
42632
42890
|
:example:
|
42633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42891
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
42634
42892
|
"""
|
42635
42893
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42636
42894
|
required_arguments = ['dbSystemId']
|
@@ -42739,7 +42997,7 @@ class DatabaseClient(object):
|
|
42739
42997
|
:rtype: :class:`~oci.response.Response`
|
42740
42998
|
|
42741
42999
|
:example:
|
42742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
42743
43001
|
"""
|
42744
43002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42745
43003
|
required_arguments = ['exadataInfrastructureId']
|
@@ -42859,7 +43117,7 @@ class DatabaseClient(object):
|
|
42859
43117
|
:rtype: :class:`~oci.response.Response`
|
42860
43118
|
|
42861
43119
|
:example:
|
42862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
42863
43121
|
"""
|
42864
43122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42865
43123
|
required_arguments = ['dbSystemId']
|
@@ -42969,7 +43227,7 @@ class DatabaseClient(object):
|
|
42969
43227
|
:rtype: :class:`~oci.response.Response`
|
42970
43228
|
|
42971
43229
|
:example:
|
42972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
|
42973
43231
|
"""
|
42974
43232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42975
43233
|
required_arguments = ['exadbVmClusterId']
|
@@ -43079,7 +43337,7 @@ class DatabaseClient(object):
|
|
43079
43337
|
:rtype: :class:`~oci.response.Response`
|
43080
43338
|
|
43081
43339
|
:example:
|
43082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
|
43083
43341
|
"""
|
43084
43342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43085
43343
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -43189,7 +43447,7 @@ class DatabaseClient(object):
|
|
43189
43447
|
:rtype: :class:`~oci.response.Response`
|
43190
43448
|
|
43191
43449
|
:example:
|
43192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
|
43193
43451
|
"""
|
43194
43452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43195
43453
|
required_arguments = ['executionActionId']
|
@@ -43299,7 +43557,7 @@ class DatabaseClient(object):
|
|
43299
43557
|
:rtype: :class:`~oci.response.Response`
|
43300
43558
|
|
43301
43559
|
:example:
|
43302
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
|
43303
43561
|
"""
|
43304
43562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43305
43563
|
required_arguments = ['executionWindowId']
|
@@ -43412,7 +43670,7 @@ class DatabaseClient(object):
|
|
43412
43670
|
:rtype: :class:`~oci.response.Response`
|
43413
43671
|
|
43414
43672
|
:example:
|
43415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
43416
43674
|
"""
|
43417
43675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43418
43676
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -43523,7 +43781,7 @@ class DatabaseClient(object):
|
|
43523
43781
|
:rtype: :class:`~oci.response.Response`
|
43524
43782
|
|
43525
43783
|
:example:
|
43526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
43527
43785
|
"""
|
43528
43786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43529
43787
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -43633,7 +43891,7 @@ class DatabaseClient(object):
|
|
43633
43891
|
:rtype: :class:`~oci.response.Response`
|
43634
43892
|
|
43635
43893
|
:example:
|
43636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
43637
43895
|
"""
|
43638
43896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43639
43897
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -43745,7 +44003,7 @@ class DatabaseClient(object):
|
|
43745
44003
|
:rtype: :class:`~oci.response.Response`
|
43746
44004
|
|
43747
44005
|
:example:
|
43748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44006
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
43749
44007
|
"""
|
43750
44008
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43751
44009
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -43855,7 +44113,7 @@ class DatabaseClient(object):
|
|
43855
44113
|
:rtype: :class:`~oci.response.Response`
|
43856
44114
|
|
43857
44115
|
:example:
|
43858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
43859
44117
|
"""
|
43860
44118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43861
44119
|
required_arguments = ['keyStoreId']
|
@@ -43960,7 +44218,7 @@ class DatabaseClient(object):
|
|
43960
44218
|
:rtype: :class:`~oci.response.Response`
|
43961
44219
|
|
43962
44220
|
:example:
|
43963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44221
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
43964
44222
|
"""
|
43965
44223
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43966
44224
|
required_arguments = ['maintenanceRunId']
|
@@ -44068,7 +44326,7 @@ class DatabaseClient(object):
|
|
44068
44326
|
:rtype: :class:`~oci.response.Response`
|
44069
44327
|
|
44070
44328
|
:example:
|
44071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
44072
44330
|
"""
|
44073
44331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44074
44332
|
required_arguments = ['oneoffPatchId']
|
@@ -44175,7 +44433,7 @@ class DatabaseClient(object):
|
|
44175
44433
|
:rtype: :class:`~oci.response.Response`
|
44176
44434
|
|
44177
44435
|
:example:
|
44178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
44179
44437
|
"""
|
44180
44438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44181
44439
|
required_arguments = ['pluggableDatabaseId']
|
@@ -44283,7 +44541,7 @@ class DatabaseClient(object):
|
|
44283
44541
|
:rtype: :class:`~oci.response.Response`
|
44284
44542
|
|
44285
44543
|
:example:
|
44286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
|
44287
44545
|
"""
|
44288
44546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44289
44547
|
required_arguments = ['scheduledActionId']
|
@@ -44393,7 +44651,7 @@ class DatabaseClient(object):
|
|
44393
44651
|
:rtype: :class:`~oci.response.Response`
|
44394
44652
|
|
44395
44653
|
:example:
|
44396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
|
44397
44655
|
"""
|
44398
44656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44399
44657
|
required_arguments = ['schedulingPolicyId']
|
@@ -44508,7 +44766,7 @@ class DatabaseClient(object):
|
|
44508
44766
|
:rtype: :class:`~oci.response.Response`
|
44509
44767
|
|
44510
44768
|
:example:
|
44511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
|
44512
44770
|
"""
|
44513
44771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44514
44772
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -44619,7 +44877,7 @@ class DatabaseClient(object):
|
|
44619
44877
|
:rtype: :class:`~oci.response.Response`
|
44620
44878
|
|
44621
44879
|
:example:
|
44622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44880
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
44623
44881
|
"""
|
44624
44882
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44625
44883
|
required_arguments = ['vmClusterId']
|
@@ -44735,7 +44993,7 @@ class DatabaseClient(object):
|
|
44735
44993
|
:rtype: :class:`~oci.response.Response`
|
44736
44994
|
|
44737
44995
|
:example:
|
44738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44996
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
44739
44997
|
"""
|
44740
44998
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44741
44999
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -44846,7 +45104,7 @@ class DatabaseClient(object):
|
|
44846
45104
|
:rtype: :class:`~oci.response.Response`
|
44847
45105
|
|
44848
45106
|
:example:
|
44849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
44850
45108
|
"""
|
44851
45109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44852
45110
|
required_arguments = ['databaseId']
|
@@ -44963,7 +45221,7 @@ class DatabaseClient(object):
|
|
44963
45221
|
:rtype: :class:`~oci.response.Response`
|
44964
45222
|
|
44965
45223
|
:example:
|
44966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
44967
45225
|
"""
|
44968
45226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44969
45227
|
required_arguments = ['dbSystemId']
|
@@ -45080,7 +45338,7 @@ class DatabaseClient(object):
|
|
45080
45338
|
:rtype: :class:`~oci.response.Response`
|
45081
45339
|
|
45082
45340
|
:example:
|
45083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
45084
45342
|
"""
|
45085
45343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45086
45344
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|