oci 2.155.0__py3-none-any.whl → 2.155.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/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 +140 -26
- oci/ai_document/models/__init__.py +50 -0
- oci/ai_document/models/analyze_document_result.py +62 -0
- oci/ai_document/models/bar_code.py +159 -0
- oci/ai_document/models/capabilities.py +70 -0
- oci/ai_document/models/capability.py +70 -0
- oci/ai_document/models/create_model_details.py +93 -0
- oci/ai_document/models/detected_document_type.py +35 -0
- oci/ai_document/models/document_classification_feature.py +36 -5
- oci/ai_document/models/document_classification_model_metrics.py +1 -1
- oci/ai_document/models/document_elements_extraction_feature.py +80 -0
- oci/ai_document/models/document_elements_sub_type.py +103 -0
- oci/ai_document/models/document_feature.py +13 -3
- oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
- oci/ai_document/models/document_language_classification_feature.py +1 -1
- oci/ai_document/models/document_table_extraction_feature.py +34 -3
- oci/ai_document/models/document_text_extraction_feature.py +65 -3
- oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/field_value.py +64 -2
- oci/ai_document/models/general_processor_config.py +1 -1
- oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/inline_document_content.py +33 -2
- oci/ai_document/models/inline_document_details.py +33 -2
- oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/invoice_processor_config.py +107 -0
- oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
- oci/ai_document/models/kv_model_sub_type.py +121 -0
- oci/ai_document/models/model.py +116 -3
- oci/ai_document/models/model_metrics.py +43 -3
- oci/ai_document/models/model_sub_type.py +113 -0
- oci/ai_document/models/model_summary.py +31 -0
- oci/ai_document/models/model_type_info.py +101 -0
- oci/ai_document/models/normalization_fields.py +70 -0
- oci/ai_document/models/normalization_fields_map_value.py +70 -0
- oci/ai_document/models/object_location.py +33 -2
- oci/ai_document/models/object_storage_document_details.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/page.py +95 -2
- oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
- oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
- oci/ai_document/models/processor_config.py +11 -3
- oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
- oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/selection_mark.py +144 -0
- oci/ai_document/models/signature.py +97 -0
- oci/ai_document/models/signature_sub_type_details.py +92 -0
- oci/ai_document/models/update_model_details.py +31 -0
- oci/ai_document/models/value_array.py +14 -0
- oci/ai_document/models/value_date.py +14 -0
- oci/ai_document/models/value_integer.py +14 -0
- oci/ai_document/models/value_number.py +14 -0
- oci/ai_document/models/value_phone_number.py +14 -0
- oci/ai_document/models/value_string.py +14 -0
- oci/ai_document/models/value_time.py +14 -0
- 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 +28 -28
- oci/analytics/analytics_client.py +24 -24
- 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/service_client.py +1 -1
- oci/apiaccesscontrol/api_metadata_client.py +3 -3
- oci/apiaccesscontrol/privileged_api_control_client.py +6 -6
- oci/apiaccesscontrol/privileged_api_requests_client.py +7 -7
- oci/apiaccesscontrol/privileged_api_work_request_client.py +5 -5
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- 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 +12 -12
- oci/apm_control_plane/apm_domain_client.py +14 -14
- 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/scheduled_query_client.py +5 -5
- oci/apm_traces/trace_client.py +5 -5
- 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 +88 -88
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +13 -13
- oci/capacity_management/internal_demand_signal_client.py +12 -12
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- 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 +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +125 -125
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- 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_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- 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 +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +421 -421
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +15 -15
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +43 -43
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +28 -28
- oci/dbmulticloud/multi_cloud_resource_discovery_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_container_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_connector_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_key_client.py +2 -2
- oci/dbmulticloud/oracle_db_azure_vault_association_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_vault_client.py +7 -7
- oci/dbmulticloud/work_request_client.py +5 -5
- 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/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- oci/dns/dns_client.py +54 -54
- 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_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 +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- 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/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- 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 +89 -89
- 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 +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- 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/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +18 -18
- 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/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +8 -8
- 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 +92 -92
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +27 -27
- 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/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 +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- 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 +20 -0
- 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/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
- 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_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
- 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_vmcluster_details.py +78 -0
- oci/opsi/models/credential_by_iam.py +1 -1
- oci/opsi/models/credential_by_named_credentials.py +91 -0
- oci/opsi/models/credential_by_vault.py +1 -1
- oci/opsi/models/credential_details.py +14 -6
- oci/opsi/models/credentials_by_source.py +1 -1
- 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/em_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
- oci/opsi/models/enable_autonomous_database_insight_details.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_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
- oci/opsi/models/enable_macs_managed_cloud_database_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/exadata_configuration_summary.py +7 -3
- oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
- oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
- oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
- oci/opsi/models/exadata_insight.py +7 -3
- oci/opsi/models/exadata_insight_summary.py +7 -3
- oci/opsi/models/exadata_member_collection.py +7 -3
- oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/external_mysql_database_insight.py +1 -1
- oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
- oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
- oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_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/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 +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
- oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -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_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_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/vm_cluster_summary.py +64 -2
- oci/opsi/models/work_request.py +15 -3
- oci/opsi/operations_insights_client.py +580 -202
- oci/opsi/operations_insights_client_composite_operations.py +125 -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 +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- 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 +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- 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/models/subscription.py +38 -3
- oci/osp_gateway/models/subscription_summary.py +38 -3
- 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 +34 -34
- 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/oci_cache_user_client.py +7 -7
- oci/redis/redis_cluster_client.py +15 -15
- oci/redis/redis_identity_client.py +1 -1
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- 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/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- 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 +14 -14
- 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/waf_client.py +24 -24
- oci/wlms/weblogic_management_service_client.py +41 -41
- oci/wlms/weblogic_management_service_configuration_client.py +2 -2
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/RECORD +430 -395
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
- {oci-2.155.0.dist-info → oci-2.155.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.155.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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']
|
@@ -278,7 +278,7 @@ class DatabaseClient(object):
|
|
278
278
|
:rtype: :class:`~oci.response.Response`
|
279
279
|
|
280
280
|
:example:
|
281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
|
282
282
|
"""
|
283
283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
284
284
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -395,7 +395,7 @@ class DatabaseClient(object):
|
|
395
395
|
:rtype: :class:`~oci.response.Response`
|
396
396
|
|
397
397
|
:example:
|
398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
399
399
|
"""
|
400
400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
401
401
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -510,7 +510,7 @@ class DatabaseClient(object):
|
|
510
510
|
:rtype: :class:`~oci.response.Response`
|
511
511
|
|
512
512
|
:example:
|
513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
514
514
|
"""
|
515
515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
516
516
|
required_arguments = ['exadataInfrastructureId']
|
@@ -628,7 +628,7 @@ class DatabaseClient(object):
|
|
628
628
|
:rtype: :class:`~oci.response.Response`
|
629
629
|
|
630
630
|
:example:
|
631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
632
632
|
"""
|
633
633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
634
634
|
required_arguments = ['cloudVmClusterId']
|
@@ -748,7 +748,7 @@ class DatabaseClient(object):
|
|
748
748
|
:rtype: :class:`~oci.response.Response`
|
749
749
|
|
750
750
|
:example:
|
751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
752
752
|
"""
|
753
753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
754
754
|
required_arguments = ['vmClusterId']
|
@@ -872,7 +872,7 @@ class DatabaseClient(object):
|
|
872
872
|
:rtype: :class:`~oci.response.Response`
|
873
873
|
|
874
874
|
:example:
|
875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
876
876
|
"""
|
877
877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
878
878
|
required_arguments = ['autonomousDatabaseId']
|
@@ -991,7 +991,7 @@ class DatabaseClient(object):
|
|
991
991
|
:rtype: :class:`~oci.response.Response`
|
992
992
|
|
993
993
|
:example:
|
994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
995
995
|
"""
|
996
996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
997
997
|
required_arguments = ['backupId']
|
@@ -1107,7 +1107,7 @@ class DatabaseClient(object):
|
|
1107
1107
|
:rtype: :class:`~oci.response.Response`
|
1108
1108
|
|
1109
1109
|
:example:
|
1110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
|
1111
1111
|
"""
|
1112
1112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1113
1113
|
required_arguments = ['executionWindowId']
|
@@ -1224,7 +1224,7 @@ class DatabaseClient(object):
|
|
1224
1224
|
:rtype: :class:`~oci.response.Response`
|
1225
1225
|
|
1226
1226
|
:example:
|
1227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
|
1228
1228
|
"""
|
1229
1229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1230
1230
|
required_arguments = ['schedulingPlanId']
|
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
|
|
1344
1344
|
:rtype: :class:`~oci.response.Response`
|
1345
1345
|
|
1346
1346
|
:example:
|
1347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
1348
1348
|
"""
|
1349
1349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1350
1350
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1470,7 +1470,7 @@ class DatabaseClient(object):
|
|
1470
1470
|
:rtype: :class:`~oci.response.Response`
|
1471
1471
|
|
1472
1472
|
:example:
|
1473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1474
1474
|
"""
|
1475
1475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1476
1476
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1590,7 +1590,7 @@ class DatabaseClient(object):
|
|
1590
1590
|
:rtype: :class:`~oci.response.Response`
|
1591
1591
|
|
1592
1592
|
:example:
|
1593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
1594
1594
|
"""
|
1595
1595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1596
1596
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1712,7 +1712,7 @@ class DatabaseClient(object):
|
|
1712
1712
|
:rtype: :class:`~oci.response.Response`
|
1713
1713
|
|
1714
1714
|
:example:
|
1715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
|
1716
1716
|
"""
|
1717
1717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1718
1718
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1836,7 +1836,7 @@ class DatabaseClient(object):
|
|
1836
1836
|
:rtype: :class:`~oci.response.Response`
|
1837
1837
|
|
1838
1838
|
:example:
|
1839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1840
1840
|
"""
|
1841
1841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1842
1842
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1954,7 +1954,7 @@ class DatabaseClient(object):
|
|
1954
1954
|
:rtype: :class:`~oci.response.Response`
|
1955
1955
|
|
1956
1956
|
:example:
|
1957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1958
1958
|
"""
|
1959
1959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1960
1960
|
required_arguments = ['autonomousVmClusterId']
|
@@ -2076,7 +2076,7 @@ class DatabaseClient(object):
|
|
2076
2076
|
:rtype: :class:`~oci.response.Response`
|
2077
2077
|
|
2078
2078
|
:example:
|
2079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
2080
2080
|
"""
|
2081
2081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2082
2082
|
required_arguments = ['backupDestinationId']
|
@@ -2194,7 +2194,7 @@ class DatabaseClient(object):
|
|
2194
2194
|
:rtype: :class:`~oci.response.Response`
|
2195
2195
|
|
2196
2196
|
:example:
|
2197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
2198
2198
|
"""
|
2199
2199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2200
2200
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -2312,7 +2312,7 @@ class DatabaseClient(object):
|
|
2312
2312
|
:rtype: :class:`~oci.response.Response`
|
2313
2313
|
|
2314
2314
|
:example:
|
2315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_cloud_autonomous_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_subscription API.
|
2316
2316
|
"""
|
2317
2317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2318
2318
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -2432,7 +2432,7 @@ class DatabaseClient(object):
|
|
2432
2432
|
:rtype: :class:`~oci.response.Response`
|
2433
2433
|
|
2434
2434
|
:example:
|
2435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
2436
2436
|
"""
|
2437
2437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2438
2438
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2550,7 +2550,7 @@ class DatabaseClient(object):
|
|
2550
2550
|
:rtype: :class:`~oci.response.Response`
|
2551
2551
|
|
2552
2552
|
:example:
|
2553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
|
2554
2554
|
"""
|
2555
2555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2556
2556
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2668,7 +2668,7 @@ class DatabaseClient(object):
|
|
2668
2668
|
:rtype: :class:`~oci.response.Response`
|
2669
2669
|
|
2670
2670
|
:example:
|
2671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
2672
2672
|
"""
|
2673
2673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2674
2674
|
required_arguments = ['cloudVmClusterId']
|
@@ -2786,7 +2786,7 @@ class DatabaseClient(object):
|
|
2786
2786
|
:rtype: :class:`~oci.response.Response`
|
2787
2787
|
|
2788
2788
|
:example:
|
2789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
|
2790
2790
|
"""
|
2791
2791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2792
2792
|
required_arguments = ['cloudVmClusterId']
|
@@ -2908,7 +2908,7 @@ class DatabaseClient(object):
|
|
2908
2908
|
:rtype: :class:`~oci.response.Response`
|
2909
2909
|
|
2910
2910
|
:example:
|
2911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2912
2912
|
"""
|
2913
2913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2914
2914
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -3031,7 +3031,7 @@ class DatabaseClient(object):
|
|
3031
3031
|
:rtype: :class:`~oci.response.Response`
|
3032
3032
|
|
3033
3033
|
:example:
|
3034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
3035
3035
|
"""
|
3036
3036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3037
3037
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -3162,7 +3162,7 @@ class DatabaseClient(object):
|
|
3162
3162
|
:rtype: :class:`~oci.response.Response`
|
3163
3163
|
|
3164
3164
|
:example:
|
3165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
3166
3166
|
"""
|
3167
3167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3168
3168
|
required_arguments = ['dbSystemId']
|
@@ -3277,7 +3277,7 @@ class DatabaseClient(object):
|
|
3277
3277
|
:rtype: :class:`~oci.response.Response`
|
3278
3278
|
|
3279
3279
|
:example:
|
3280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
3281
3281
|
"""
|
3282
3282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3283
3283
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3396,7 +3396,7 @@ class DatabaseClient(object):
|
|
3396
3396
|
:rtype: :class:`~oci.response.Response`
|
3397
3397
|
|
3398
3398
|
:example:
|
3399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
|
3400
3400
|
"""
|
3401
3401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3402
3402
|
required_arguments = ['databaseId']
|
@@ -3515,7 +3515,7 @@ class DatabaseClient(object):
|
|
3515
3515
|
:rtype: :class:`~oci.response.Response`
|
3516
3516
|
|
3517
3517
|
:example:
|
3518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
3519
3519
|
"""
|
3520
3520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3521
3521
|
required_arguments = ['exadataInfrastructureId']
|
@@ -3633,7 +3633,7 @@ class DatabaseClient(object):
|
|
3633
3633
|
:rtype: :class:`~oci.response.Response`
|
3634
3634
|
|
3635
3635
|
:example:
|
3636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
|
3637
3637
|
"""
|
3638
3638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3639
3639
|
required_arguments = ['exadbVmClusterId']
|
@@ -3751,7 +3751,7 @@ class DatabaseClient(object):
|
|
3751
3751
|
:rtype: :class:`~oci.response.Response`
|
3752
3752
|
|
3753
3753
|
:example:
|
3754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
|
3755
3755
|
"""
|
3756
3756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3757
3757
|
required_arguments = ['exadbVmClusterId']
|
@@ -3869,7 +3869,7 @@ class DatabaseClient(object):
|
|
3869
3869
|
:rtype: :class:`~oci.response.Response`
|
3870
3870
|
|
3871
3871
|
:example:
|
3872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
3873
3873
|
"""
|
3874
3874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3875
3875
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -3987,7 +3987,7 @@ class DatabaseClient(object):
|
|
3987
3987
|
:rtype: :class:`~oci.response.Response`
|
3988
3988
|
|
3989
3989
|
:example:
|
3990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
|
3991
3991
|
"""
|
3992
3992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3993
3993
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -4110,7 +4110,7 @@ class DatabaseClient(object):
|
|
4110
4110
|
:rtype: :class:`~oci.response.Response`
|
4111
4111
|
|
4112
4112
|
:example:
|
4113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
4114
4114
|
"""
|
4115
4115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4116
4116
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -4232,7 +4232,7 @@ class DatabaseClient(object):
|
|
4232
4232
|
:rtype: :class:`~oci.response.Response`
|
4233
4233
|
|
4234
4234
|
:example:
|
4235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
4236
4236
|
"""
|
4237
4237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4238
4238
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -4357,7 +4357,7 @@ class DatabaseClient(object):
|
|
4357
4357
|
:rtype: :class:`~oci.response.Response`
|
4358
4358
|
|
4359
4359
|
:example:
|
4360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
4361
4361
|
"""
|
4362
4362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4363
4363
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -4479,7 +4479,7 @@ class DatabaseClient(object):
|
|
4479
4479
|
:rtype: :class:`~oci.response.Response`
|
4480
4480
|
|
4481
4481
|
:example:
|
4482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
4483
4483
|
"""
|
4484
4484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4485
4485
|
required_arguments = ['keyStoreId']
|
@@ -4597,7 +4597,7 @@ class DatabaseClient(object):
|
|
4597
4597
|
:rtype: :class:`~oci.response.Response`
|
4598
4598
|
|
4599
4599
|
:example:
|
4600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
4601
4601
|
"""
|
4602
4602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4603
4603
|
required_arguments = ['databaseId']
|
@@ -4715,7 +4715,7 @@ class DatabaseClient(object):
|
|
4715
4715
|
:rtype: :class:`~oci.response.Response`
|
4716
4716
|
|
4717
4717
|
:example:
|
4718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
4719
4719
|
"""
|
4720
4720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4721
4721
|
required_arguments = ['oneoffPatchId']
|
@@ -4833,7 +4833,7 @@ class DatabaseClient(object):
|
|
4833
4833
|
:rtype: :class:`~oci.response.Response`
|
4834
4834
|
|
4835
4835
|
:example:
|
4836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
|
4837
4837
|
"""
|
4838
4838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4839
4839
|
required_arguments = ['schedulingPlanId']
|
@@ -4951,7 +4951,7 @@ class DatabaseClient(object):
|
|
4951
4951
|
:rtype: :class:`~oci.response.Response`
|
4952
4952
|
|
4953
4953
|
:example:
|
4954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
|
4955
4955
|
"""
|
4956
4956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4957
4957
|
required_arguments = ['schedulingPolicyId']
|
@@ -5070,7 +5070,7 @@ class DatabaseClient(object):
|
|
5070
5070
|
:rtype: :class:`~oci.response.Response`
|
5071
5071
|
|
5072
5072
|
:example:
|
5073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
5074
5074
|
"""
|
5075
5075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5076
5076
|
required_arguments = ['vmClusterId']
|
@@ -5187,7 +5187,7 @@ class DatabaseClient(object):
|
|
5187
5187
|
:rtype: :class:`~oci.response.Response`
|
5188
5188
|
|
5189
5189
|
:example:
|
5190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
5191
5191
|
"""
|
5192
5192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5193
5193
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -5304,7 +5304,7 @@ class DatabaseClient(object):
|
|
5304
5304
|
:rtype: :class:`~oci.response.Response`
|
5305
5305
|
|
5306
5306
|
:example:
|
5307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
5308
5308
|
"""
|
5309
5309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5310
5310
|
required_arguments = ['backupId']
|
@@ -5430,7 +5430,7 @@ class DatabaseClient(object):
|
|
5430
5430
|
:rtype: :class:`~oci.response.Response`
|
5431
5431
|
|
5432
5432
|
:example:
|
5433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
5434
5434
|
"""
|
5435
5435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5436
5436
|
required_arguments = ['autonomousDatabaseId']
|
@@ -5550,7 +5550,7 @@ class DatabaseClient(object):
|
|
5550
5550
|
:rtype: :class:`~oci.response.Response`
|
5551
5551
|
|
5552
5552
|
:example:
|
5553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
|
5554
5554
|
"""
|
5555
5555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5556
5556
|
required_arguments = ['exadataInfrastructureId']
|
@@ -5667,7 +5667,7 @@ class DatabaseClient(object):
|
|
5667
5667
|
:rtype: :class:`~oci.response.Response`
|
5668
5668
|
|
5669
5669
|
:example:
|
5670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
5671
5671
|
"""
|
5672
5672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5673
5673
|
required_arguments = ['autonomousDatabaseId']
|
@@ -5784,7 +5784,7 @@ class DatabaseClient(object):
|
|
5784
5784
|
:rtype: :class:`~oci.response.Response`
|
5785
5785
|
|
5786
5786
|
:example:
|
5787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
5788
5788
|
"""
|
5789
5789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5790
5790
|
required_arguments = ['keyStoreId']
|
@@ -5904,7 +5904,7 @@ class DatabaseClient(object):
|
|
5904
5904
|
:rtype: :class:`~oci.response.Response`
|
5905
5905
|
|
5906
5906
|
:example:
|
5907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
|
5908
5908
|
"""
|
5909
5909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5910
5910
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -6017,7 +6017,7 @@ class DatabaseClient(object):
|
|
6017
6017
|
:rtype: :class:`~oci.response.Response`
|
6018
6018
|
|
6019
6019
|
:example:
|
6020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
6021
6021
|
"""
|
6022
6022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6023
6023
|
required_arguments = ['databaseId']
|
@@ -6135,7 +6135,7 @@ class DatabaseClient(object):
|
|
6135
6135
|
:rtype: :class:`~oci.response.Response`
|
6136
6136
|
|
6137
6137
|
:example:
|
6138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
6139
6139
|
"""
|
6140
6140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6141
6141
|
required_arguments = ['pluggableDatabaseId']
|
@@ -6259,7 +6259,7 @@ class DatabaseClient(object):
|
|
6259
6259
|
:rtype: :class:`~oci.response.Response`
|
6260
6260
|
|
6261
6261
|
:example:
|
6262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
|
6263
6263
|
"""
|
6264
6264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6265
6265
|
required_arguments = ['databaseId']
|
@@ -6369,7 +6369,7 @@ class DatabaseClient(object):
|
|
6369
6369
|
:rtype: :class:`~oci.response.Response`
|
6370
6370
|
|
6371
6371
|
:example:
|
6372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
6373
6373
|
"""
|
6374
6374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6375
6375
|
required_arguments = []
|
@@ -6462,7 +6462,7 @@ class DatabaseClient(object):
|
|
6462
6462
|
:rtype: :class:`~oci.response.Response`
|
6463
6463
|
|
6464
6464
|
:example:
|
6465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
6466
6466
|
"""
|
6467
6467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6468
6468
|
required_arguments = []
|
@@ -6561,7 +6561,7 @@ class DatabaseClient(object):
|
|
6561
6561
|
:rtype: :class:`~oci.response.Response`
|
6562
6562
|
|
6563
6563
|
:example:
|
6564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
6565
6565
|
"""
|
6566
6566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6567
6567
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -6671,7 +6671,7 @@ class DatabaseClient(object):
|
|
6671
6671
|
:rtype: :class:`~oci.response.Response`
|
6672
6672
|
|
6673
6673
|
:example:
|
6674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
6675
6675
|
"""
|
6676
6676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6677
6677
|
required_arguments = []
|
@@ -6773,7 +6773,7 @@ class DatabaseClient(object):
|
|
6773
6773
|
:rtype: :class:`~oci.response.Response`
|
6774
6774
|
|
6775
6775
|
:example:
|
6776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6776
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
6777
6777
|
"""
|
6778
6778
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6779
6779
|
required_arguments = []
|
@@ -6871,7 +6871,7 @@ class DatabaseClient(object):
|
|
6871
6871
|
:rtype: :class:`~oci.response.Response`
|
6872
6872
|
|
6873
6873
|
:example:
|
6874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
6875
6875
|
"""
|
6876
6876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6877
6877
|
required_arguments = []
|
@@ -6967,7 +6967,7 @@ class DatabaseClient(object):
|
|
6967
6967
|
:rtype: :class:`~oci.response.Response`
|
6968
6968
|
|
6969
6969
|
:example:
|
6970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
6971
6971
|
"""
|
6972
6972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6973
6973
|
required_arguments = []
|
@@ -7060,7 +7060,7 @@ class DatabaseClient(object):
|
|
7060
7060
|
:rtype: :class:`~oci.response.Response`
|
7061
7061
|
|
7062
7062
|
:example:
|
7063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
7064
7064
|
"""
|
7065
7065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7066
7066
|
required_arguments = []
|
@@ -7154,7 +7154,7 @@ class DatabaseClient(object):
|
|
7154
7154
|
:rtype: :class:`~oci.response.Response`
|
7155
7155
|
|
7156
7156
|
:example:
|
7157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
7158
7158
|
"""
|
7159
7159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7160
7160
|
required_arguments = []
|
@@ -7254,7 +7254,7 @@ class DatabaseClient(object):
|
|
7254
7254
|
:rtype: :class:`~oci.response.Response`
|
7255
7255
|
|
7256
7256
|
:example:
|
7257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
7258
7258
|
"""
|
7259
7259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7260
7260
|
required_arguments = []
|
@@ -7360,7 +7360,7 @@ class DatabaseClient(object):
|
|
7360
7360
|
:rtype: :class:`~oci.response.Response`
|
7361
7361
|
|
7362
7362
|
:example:
|
7363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
7364
7364
|
"""
|
7365
7365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7366
7366
|
required_arguments = []
|
@@ -7464,7 +7464,7 @@ class DatabaseClient(object):
|
|
7464
7464
|
:rtype: :class:`~oci.response.Response`
|
7465
7465
|
|
7466
7466
|
:example:
|
7467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
7468
7468
|
"""
|
7469
7469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7470
7470
|
required_arguments = []
|
@@ -7566,7 +7566,7 @@ class DatabaseClient(object):
|
|
7566
7566
|
:rtype: :class:`~oci.response.Response`
|
7567
7567
|
|
7568
7568
|
:example:
|
7569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
7570
7570
|
"""
|
7571
7571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7572
7572
|
required_arguments = ['dbNodeId']
|
@@ -7677,7 +7677,7 @@ class DatabaseClient(object):
|
|
7677
7677
|
:rtype: :class:`~oci.response.Response`
|
7678
7678
|
|
7679
7679
|
:example:
|
7680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
7681
7681
|
"""
|
7682
7682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7683
7683
|
required_arguments = ['dbNodeId']
|
@@ -7797,7 +7797,7 @@ class DatabaseClient(object):
|
|
7797
7797
|
:rtype: :class:`~oci.response.Response`
|
7798
7798
|
|
7799
7799
|
:example:
|
7800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
7801
7801
|
"""
|
7802
7802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7803
7803
|
required_arguments = ['databaseId']
|
@@ -7907,7 +7907,7 @@ class DatabaseClient(object):
|
|
7907
7907
|
:rtype: :class:`~oci.response.Response`
|
7908
7908
|
|
7909
7909
|
:example:
|
7910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
7911
7911
|
"""
|
7912
7912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7913
7913
|
required_arguments = []
|
@@ -8002,7 +8002,7 @@ class DatabaseClient(object):
|
|
8002
8002
|
:rtype: :class:`~oci.response.Response`
|
8003
8003
|
|
8004
8004
|
:example:
|
8005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
8006
8006
|
"""
|
8007
8007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8008
8008
|
required_arguments = []
|
@@ -8093,7 +8093,7 @@ class DatabaseClient(object):
|
|
8093
8093
|
:rtype: :class:`~oci.response.Response`
|
8094
8094
|
|
8095
8095
|
:example:
|
8096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
8097
8097
|
"""
|
8098
8098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8099
8099
|
required_arguments = []
|
@@ -8188,7 +8188,7 @@ class DatabaseClient(object):
|
|
8188
8188
|
:rtype: :class:`~oci.response.Response`
|
8189
8189
|
|
8190
8190
|
:example:
|
8191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
8192
8192
|
"""
|
8193
8193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8194
8194
|
required_arguments = []
|
@@ -8286,7 +8286,7 @@ class DatabaseClient(object):
|
|
8286
8286
|
:rtype: :class:`~oci.response.Response`
|
8287
8287
|
|
8288
8288
|
:example:
|
8289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
|
8290
8290
|
"""
|
8291
8291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8292
8292
|
required_arguments = []
|
@@ -8382,7 +8382,7 @@ class DatabaseClient(object):
|
|
8382
8382
|
:rtype: :class:`~oci.response.Response`
|
8383
8383
|
|
8384
8384
|
:example:
|
8385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
|
8386
8386
|
"""
|
8387
8387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8388
8388
|
required_arguments = []
|
@@ -8478,7 +8478,7 @@ class DatabaseClient(object):
|
|
8478
8478
|
:rtype: :class:`~oci.response.Response`
|
8479
8479
|
|
8480
8480
|
:example:
|
8481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
|
8482
8482
|
"""
|
8483
8483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8484
8484
|
required_arguments = []
|
@@ -8574,7 +8574,7 @@ class DatabaseClient(object):
|
|
8574
8574
|
:rtype: :class:`~oci.response.Response`
|
8575
8575
|
|
8576
8576
|
:example:
|
8577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
|
8578
8578
|
"""
|
8579
8579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8580
8580
|
required_arguments = []
|
@@ -8671,7 +8671,7 @@ class DatabaseClient(object):
|
|
8671
8671
|
:rtype: :class:`~oci.response.Response`
|
8672
8672
|
|
8673
8673
|
:example:
|
8674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
8675
8675
|
"""
|
8676
8676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8677
8677
|
required_arguments = []
|
@@ -8765,7 +8765,7 @@ class DatabaseClient(object):
|
|
8765
8765
|
:rtype: :class:`~oci.response.Response`
|
8766
8766
|
|
8767
8767
|
:example:
|
8768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
8769
8769
|
"""
|
8770
8770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8771
8771
|
required_arguments = []
|
@@ -8861,7 +8861,7 @@ class DatabaseClient(object):
|
|
8861
8861
|
:rtype: :class:`~oci.response.Response`
|
8862
8862
|
|
8863
8863
|
:example:
|
8864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
8865
8865
|
"""
|
8866
8866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8867
8867
|
required_arguments = []
|
@@ -8957,7 +8957,7 @@ class DatabaseClient(object):
|
|
8957
8957
|
:rtype: :class:`~oci.response.Response`
|
8958
8958
|
|
8959
8959
|
:example:
|
8960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
8961
8961
|
"""
|
8962
8962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8963
8963
|
required_arguments = []
|
@@ -9054,7 +9054,7 @@ class DatabaseClient(object):
|
|
9054
9054
|
:rtype: :class:`~oci.response.Response`
|
9055
9055
|
|
9056
9056
|
:example:
|
9057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
9058
9058
|
"""
|
9059
9059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9060
9060
|
required_arguments = []
|
@@ -9150,7 +9150,7 @@ class DatabaseClient(object):
|
|
9150
9150
|
:rtype: :class:`~oci.response.Response`
|
9151
9151
|
|
9152
9152
|
:example:
|
9153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
9154
9154
|
"""
|
9155
9155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9156
9156
|
required_arguments = []
|
@@ -9249,7 +9249,7 @@ class DatabaseClient(object):
|
|
9249
9249
|
:rtype: :class:`~oci.response.Response`
|
9250
9250
|
|
9251
9251
|
:example:
|
9252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
9253
9253
|
"""
|
9254
9254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9255
9255
|
required_arguments = []
|
@@ -9345,7 +9345,7 @@ class DatabaseClient(object):
|
|
9345
9345
|
:rtype: :class:`~oci.response.Response`
|
9346
9346
|
|
9347
9347
|
:example:
|
9348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
9349
9349
|
"""
|
9350
9350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9351
9351
|
required_arguments = []
|
@@ -9443,7 +9443,7 @@ class DatabaseClient(object):
|
|
9443
9443
|
:rtype: :class:`~oci.response.Response`
|
9444
9444
|
|
9445
9445
|
:example:
|
9446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
9447
9447
|
"""
|
9448
9448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9449
9449
|
required_arguments = []
|
@@ -9539,7 +9539,7 @@ class DatabaseClient(object):
|
|
9539
9539
|
:rtype: :class:`~oci.response.Response`
|
9540
9540
|
|
9541
9541
|
:example:
|
9542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
|
9543
9543
|
"""
|
9544
9544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9545
9545
|
required_arguments = []
|
@@ -9635,7 +9635,7 @@ class DatabaseClient(object):
|
|
9635
9635
|
:rtype: :class:`~oci.response.Response`
|
9636
9636
|
|
9637
9637
|
:example:
|
9638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
|
9639
9639
|
"""
|
9640
9640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9641
9641
|
required_arguments = []
|
@@ -9731,7 +9731,7 @@ class DatabaseClient(object):
|
|
9731
9731
|
:rtype: :class:`~oci.response.Response`
|
9732
9732
|
|
9733
9733
|
:example:
|
9734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
|
9735
9735
|
"""
|
9736
9736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9737
9737
|
required_arguments = []
|
@@ -9832,7 +9832,7 @@ class DatabaseClient(object):
|
|
9832
9832
|
:rtype: :class:`~oci.response.Response`
|
9833
9833
|
|
9834
9834
|
:example:
|
9835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
|
9836
9836
|
"""
|
9837
9837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9838
9838
|
required_arguments = ['schedulingPolicyId']
|
@@ -9941,7 +9941,7 @@ class DatabaseClient(object):
|
|
9941
9941
|
:rtype: :class:`~oci.response.Response`
|
9942
9942
|
|
9943
9943
|
:example:
|
9944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
9945
9945
|
"""
|
9946
9946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9947
9947
|
required_arguments = []
|
@@ -10043,7 +10043,7 @@ class DatabaseClient(object):
|
|
10043
10043
|
:rtype: :class:`~oci.response.Response`
|
10044
10044
|
|
10045
10045
|
:example:
|
10046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
10047
10047
|
"""
|
10048
10048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10049
10049
|
required_arguments = ['exadataInfrastructureId']
|
@@ -10172,7 +10172,7 @@ class DatabaseClient(object):
|
|
10172
10172
|
:rtype: :class:`~oci.response.Response`
|
10173
10173
|
|
10174
10174
|
:example:
|
10175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
10176
10176
|
"""
|
10177
10177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10178
10178
|
required_arguments = ['dbNodeId', 'action']
|
@@ -10285,7 +10285,7 @@ class DatabaseClient(object):
|
|
10285
10285
|
:rtype: :class:`~oci.response.Response`
|
10286
10286
|
|
10287
10287
|
:example:
|
10288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
10289
10289
|
"""
|
10290
10290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10291
10291
|
required_arguments = ['applicationVipId']
|
@@ -10392,7 +10392,7 @@ class DatabaseClient(object):
|
|
10392
10392
|
:rtype: :class:`~oci.response.Response`
|
10393
10393
|
|
10394
10394
|
:example:
|
10395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
10396
10396
|
"""
|
10397
10397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10398
10398
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10501,7 +10501,7 @@ class DatabaseClient(object):
|
|
10501
10501
|
:rtype: :class:`~oci.response.Response`
|
10502
10502
|
|
10503
10503
|
:example:
|
10504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
10505
10505
|
"""
|
10506
10506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10507
10507
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -10606,7 +10606,7 @@ class DatabaseClient(object):
|
|
10606
10606
|
:rtype: :class:`~oci.response.Response`
|
10607
10607
|
|
10608
10608
|
:example:
|
10609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
10610
10610
|
"""
|
10611
10611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10612
10612
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -10709,7 +10709,7 @@ class DatabaseClient(object):
|
|
10709
10709
|
:rtype: :class:`~oci.response.Response`
|
10710
10710
|
|
10711
10711
|
:example:
|
10712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
10713
10713
|
"""
|
10714
10714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10715
10715
|
required_arguments = ['autonomousVmClusterId']
|
@@ -10809,7 +10809,7 @@ class DatabaseClient(object):
|
|
10809
10809
|
:rtype: :class:`~oci.response.Response`
|
10810
10810
|
|
10811
10811
|
:example:
|
10812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
10813
10813
|
"""
|
10814
10814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10815
10815
|
required_arguments = ['backupId']
|
@@ -10910,7 +10910,7 @@ class DatabaseClient(object):
|
|
10910
10910
|
:rtype: :class:`~oci.response.Response`
|
10911
10911
|
|
10912
10912
|
:example:
|
10913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
10914
10914
|
"""
|
10915
10915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10916
10916
|
required_arguments = ['backupDestinationId']
|
@@ -11013,7 +11013,7 @@ class DatabaseClient(object):
|
|
11013
11013
|
:rtype: :class:`~oci.response.Response`
|
11014
11014
|
|
11015
11015
|
:example:
|
11016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
11017
11017
|
"""
|
11018
11018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11019
11019
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -11119,7 +11119,7 @@ class DatabaseClient(object):
|
|
11119
11119
|
:rtype: :class:`~oci.response.Response`
|
11120
11120
|
|
11121
11121
|
:example:
|
11122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
11123
11123
|
"""
|
11124
11124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11125
11125
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -11230,7 +11230,7 @@ class DatabaseClient(object):
|
|
11230
11230
|
:rtype: :class:`~oci.response.Response`
|
11231
11231
|
|
11232
11232
|
:example:
|
11233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
11234
11234
|
"""
|
11235
11235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11236
11236
|
required_arguments = ['cloudVmClusterId']
|
@@ -11333,7 +11333,7 @@ class DatabaseClient(object):
|
|
11333
11333
|
:rtype: :class:`~oci.response.Response`
|
11334
11334
|
|
11335
11335
|
:example:
|
11336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
11337
11337
|
"""
|
11338
11338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11339
11339
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -11438,7 +11438,7 @@ class DatabaseClient(object):
|
|
11438
11438
|
:rtype: :class:`~oci.response.Response`
|
11439
11439
|
|
11440
11440
|
:example:
|
11441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
11442
11442
|
"""
|
11443
11443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11444
11444
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -11551,7 +11551,7 @@ class DatabaseClient(object):
|
|
11551
11551
|
:rtype: :class:`~oci.response.Response`
|
11552
11552
|
|
11553
11553
|
:example:
|
11554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
11555
11555
|
"""
|
11556
11556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11557
11557
|
required_arguments = ['databaseId']
|
@@ -11659,7 +11659,7 @@ class DatabaseClient(object):
|
|
11659
11659
|
:rtype: :class:`~oci.response.Response`
|
11660
11660
|
|
11661
11661
|
:example:
|
11662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
11663
11663
|
"""
|
11664
11664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11665
11665
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -11766,7 +11766,7 @@ class DatabaseClient(object):
|
|
11766
11766
|
:rtype: :class:`~oci.response.Response`
|
11767
11767
|
|
11768
11768
|
:example:
|
11769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
11770
11770
|
"""
|
11771
11771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11772
11772
|
required_arguments = ['dbHomeId']
|
@@ -11875,7 +11875,7 @@ class DatabaseClient(object):
|
|
11875
11875
|
:rtype: :class:`~oci.response.Response`
|
11876
11876
|
|
11877
11877
|
:example:
|
11878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
11879
11879
|
"""
|
11880
11880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11881
11881
|
required_arguments = ['exadataInfrastructureId']
|
@@ -11978,7 +11978,7 @@ class DatabaseClient(object):
|
|
11978
11978
|
:rtype: :class:`~oci.response.Response`
|
11979
11979
|
|
11980
11980
|
:example:
|
11981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
|
11982
11982
|
"""
|
11983
11983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11984
11984
|
required_arguments = ['exadbVmClusterId']
|
@@ -12081,7 +12081,7 @@ class DatabaseClient(object):
|
|
12081
12081
|
:rtype: :class:`~oci.response.Response`
|
12082
12082
|
|
12083
12083
|
:example:
|
12084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
|
12085
12085
|
"""
|
12086
12086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12087
12087
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -12184,7 +12184,7 @@ class DatabaseClient(object):
|
|
12184
12184
|
:rtype: :class:`~oci.response.Response`
|
12185
12185
|
|
12186
12186
|
:example:
|
12187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
|
12188
12188
|
"""
|
12189
12189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12190
12190
|
required_arguments = ['executionActionId']
|
@@ -12287,7 +12287,7 @@ class DatabaseClient(object):
|
|
12287
12287
|
:rtype: :class:`~oci.response.Response`
|
12288
12288
|
|
12289
12289
|
:example:
|
12290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
|
12291
12291
|
"""
|
12292
12292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12293
12293
|
required_arguments = ['executionWindowId']
|
@@ -12392,7 +12392,7 @@ class DatabaseClient(object):
|
|
12392
12392
|
:rtype: :class:`~oci.response.Response`
|
12393
12393
|
|
12394
12394
|
:example:
|
12395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
12396
12396
|
"""
|
12397
12397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12398
12398
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12498,7 +12498,7 @@ class DatabaseClient(object):
|
|
12498
12498
|
:rtype: :class:`~oci.response.Response`
|
12499
12499
|
|
12500
12500
|
:example:
|
12501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
12502
12502
|
"""
|
12503
12503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12504
12504
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -12601,7 +12601,7 @@ class DatabaseClient(object):
|
|
12601
12601
|
:rtype: :class:`~oci.response.Response`
|
12602
12602
|
|
12603
12603
|
:example:
|
12604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
12605
12605
|
"""
|
12606
12606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12607
12607
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12705,7 +12705,7 @@ class DatabaseClient(object):
|
|
12705
12705
|
:rtype: :class:`~oci.response.Response`
|
12706
12706
|
|
12707
12707
|
:example:
|
12708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
12709
12709
|
"""
|
12710
12710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12711
12711
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12808,7 +12808,7 @@ class DatabaseClient(object):
|
|
12808
12808
|
:rtype: :class:`~oci.response.Response`
|
12809
12809
|
|
12810
12810
|
:example:
|
12811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
12812
12812
|
"""
|
12813
12813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12814
12814
|
required_arguments = ['keyStoreId']
|
@@ -12911,7 +12911,7 @@ class DatabaseClient(object):
|
|
12911
12911
|
:rtype: :class:`~oci.response.Response`
|
12912
12912
|
|
12913
12913
|
:example:
|
12914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
12915
12915
|
"""
|
12916
12916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12917
12917
|
required_arguments = ['oneoffPatchId']
|
@@ -13014,7 +13014,7 @@ class DatabaseClient(object):
|
|
13014
13014
|
:rtype: :class:`~oci.response.Response`
|
13015
13015
|
|
13016
13016
|
:example:
|
13017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
13018
13018
|
"""
|
13019
13019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13020
13020
|
required_arguments = ['pluggableDatabaseId']
|
@@ -13117,7 +13117,7 @@ class DatabaseClient(object):
|
|
13117
13117
|
:rtype: :class:`~oci.response.Response`
|
13118
13118
|
|
13119
13119
|
:example:
|
13120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
|
13121
13121
|
"""
|
13122
13122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13123
13123
|
required_arguments = ['scheduledActionId']
|
@@ -13220,7 +13220,7 @@ class DatabaseClient(object):
|
|
13220
13220
|
:rtype: :class:`~oci.response.Response`
|
13221
13221
|
|
13222
13222
|
:example:
|
13223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
|
13224
13224
|
"""
|
13225
13225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13226
13226
|
required_arguments = ['schedulingPlanId']
|
@@ -13323,7 +13323,7 @@ class DatabaseClient(object):
|
|
13323
13323
|
:rtype: :class:`~oci.response.Response`
|
13324
13324
|
|
13325
13325
|
:example:
|
13326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
|
13327
13327
|
"""
|
13328
13328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13329
13329
|
required_arguments = ['schedulingPolicyId']
|
@@ -13431,7 +13431,7 @@ class DatabaseClient(object):
|
|
13431
13431
|
:rtype: :class:`~oci.response.Response`
|
13432
13432
|
|
13433
13433
|
:example:
|
13434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
|
13435
13435
|
"""
|
13436
13436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13437
13437
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -13535,7 +13535,7 @@ class DatabaseClient(object):
|
|
13535
13535
|
:rtype: :class:`~oci.response.Response`
|
13536
13536
|
|
13537
13537
|
:example:
|
13538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
13539
13539
|
"""
|
13540
13540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13541
13541
|
required_arguments = ['vmClusterId']
|
@@ -13644,7 +13644,7 @@ class DatabaseClient(object):
|
|
13644
13644
|
:rtype: :class:`~oci.response.Response`
|
13645
13645
|
|
13646
13646
|
:example:
|
13647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
13648
13648
|
"""
|
13649
13649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13650
13650
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -13750,7 +13750,7 @@ class DatabaseClient(object):
|
|
13750
13750
|
:rtype: :class:`~oci.response.Response`
|
13751
13751
|
|
13752
13752
|
:example:
|
13753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
13754
13754
|
"""
|
13755
13755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13756
13756
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13855,7 +13855,7 @@ class DatabaseClient(object):
|
|
13855
13855
|
:rtype: :class:`~oci.response.Response`
|
13856
13856
|
|
13857
13857
|
:example:
|
13858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
13859
13859
|
"""
|
13860
13860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13861
13861
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13957,7 +13957,7 @@ class DatabaseClient(object):
|
|
13957
13957
|
:rtype: :class:`~oci.response.Response`
|
13958
13958
|
|
13959
13959
|
:example:
|
13960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
13961
13961
|
"""
|
13962
13962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13963
13963
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14067,7 +14067,7 @@ class DatabaseClient(object):
|
|
14067
14067
|
:rtype: :class:`~oci.response.Response`
|
14068
14068
|
|
14069
14069
|
:example:
|
14070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
14071
14071
|
"""
|
14072
14072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14073
14073
|
required_arguments = ['databaseId']
|
@@ -14182,7 +14182,7 @@ class DatabaseClient(object):
|
|
14182
14182
|
:rtype: :class:`~oci.response.Response`
|
14183
14183
|
|
14184
14184
|
:example:
|
14185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
14186
14186
|
"""
|
14187
14187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14188
14188
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -14295,7 +14295,7 @@ class DatabaseClient(object):
|
|
14295
14295
|
:rtype: :class:`~oci.response.Response`
|
14296
14296
|
|
14297
14297
|
:example:
|
14298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
14299
14299
|
"""
|
14300
14300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14301
14301
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -14412,7 +14412,7 @@ class DatabaseClient(object):
|
|
14412
14412
|
:rtype: :class:`~oci.response.Response`
|
14413
14413
|
|
14414
14414
|
:example:
|
14415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
14416
14416
|
"""
|
14417
14417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14418
14418
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14525,7 +14525,7 @@ class DatabaseClient(object):
|
|
14525
14525
|
:rtype: :class:`~oci.response.Response`
|
14526
14526
|
|
14527
14527
|
:example:
|
14528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
14529
14529
|
"""
|
14530
14530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14531
14531
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14638,7 +14638,7 @@ class DatabaseClient(object):
|
|
14638
14638
|
:rtype: :class:`~oci.response.Response`
|
14639
14639
|
|
14640
14640
|
:example:
|
14641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
14642
14642
|
"""
|
14643
14643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14644
14644
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14755,7 +14755,7 @@ class DatabaseClient(object):
|
|
14755
14755
|
:rtype: :class:`~oci.response.Response`
|
14756
14756
|
|
14757
14757
|
:example:
|
14758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
14759
14759
|
"""
|
14760
14760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14761
14761
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14868,7 +14868,7 @@ class DatabaseClient(object):
|
|
14868
14868
|
:rtype: :class:`~oci.response.Response`
|
14869
14869
|
|
14870
14870
|
:example:
|
14871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
14872
14872
|
"""
|
14873
14873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14874
14874
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14981,7 +14981,7 @@ class DatabaseClient(object):
|
|
14981
14981
|
:rtype: :class:`~oci.response.Response`
|
14982
14982
|
|
14983
14983
|
:example:
|
14984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
14985
14985
|
"""
|
14986
14986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14987
14987
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -15094,7 +15094,7 @@ class DatabaseClient(object):
|
|
15094
15094
|
:rtype: :class:`~oci.response.Response`
|
15095
15095
|
|
15096
15096
|
:example:
|
15097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
15098
15098
|
"""
|
15099
15099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15100
15100
|
required_arguments = ['pluggableDatabaseId']
|
@@ -15204,7 +15204,7 @@ class DatabaseClient(object):
|
|
15204
15204
|
:rtype: :class:`~oci.response.Response`
|
15205
15205
|
|
15206
15206
|
:example:
|
15207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
15208
15208
|
"""
|
15209
15209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15210
15210
|
required_arguments = ['exadataInfrastructureId']
|
@@ -15317,7 +15317,7 @@ class DatabaseClient(object):
|
|
15317
15317
|
:rtype: :class:`~oci.response.Response`
|
15318
15318
|
|
15319
15319
|
:example:
|
15320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
15321
15321
|
"""
|
15322
15322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15323
15323
|
required_arguments = ['oneoffPatchId']
|
@@ -15432,7 +15432,7 @@ class DatabaseClient(object):
|
|
15432
15432
|
:rtype: :class:`~oci.response.Response`
|
15433
15433
|
|
15434
15434
|
:example:
|
15435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
15436
15436
|
"""
|
15437
15437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15438
15438
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -15546,7 +15546,7 @@ class DatabaseClient(object):
|
|
15546
15546
|
:rtype: :class:`~oci.response.Response`
|
15547
15547
|
|
15548
15548
|
:example:
|
15549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
15550
15550
|
"""
|
15551
15551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15552
15552
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -15666,7 +15666,7 @@ class DatabaseClient(object):
|
|
15666
15666
|
:rtype: :class:`~oci.response.Response`
|
15667
15667
|
|
15668
15668
|
:example:
|
15669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
|
15670
15670
|
"""
|
15671
15671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15672
15672
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -15775,7 +15775,7 @@ class DatabaseClient(object):
|
|
15775
15775
|
:rtype: :class:`~oci.response.Response`
|
15776
15776
|
|
15777
15777
|
:example:
|
15778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
15779
15779
|
"""
|
15780
15780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15781
15781
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15877,7 +15877,7 @@ class DatabaseClient(object):
|
|
15877
15877
|
:rtype: :class:`~oci.response.Response`
|
15878
15878
|
|
15879
15879
|
:example:
|
15880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15880
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
15881
15881
|
"""
|
15882
15882
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15883
15883
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15990,7 +15990,7 @@ class DatabaseClient(object):
|
|
15990
15990
|
:rtype: :class:`~oci.response.Response`
|
15991
15991
|
|
15992
15992
|
:example:
|
15993
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
15994
15994
|
"""
|
15995
15995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15996
15996
|
required_arguments = ['databaseId']
|
@@ -16114,7 +16114,7 @@ class DatabaseClient(object):
|
|
16114
16114
|
:rtype: :class:`~oci.response.Response`
|
16115
16115
|
|
16116
16116
|
:example:
|
16117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
16118
16118
|
"""
|
16119
16119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16120
16120
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -16232,7 +16232,7 @@ class DatabaseClient(object):
|
|
16232
16232
|
:rtype: :class:`~oci.response.Response`
|
16233
16233
|
|
16234
16234
|
:example:
|
16235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
16236
16236
|
"""
|
16237
16237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16238
16238
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -16354,7 +16354,7 @@ class DatabaseClient(object):
|
|
16354
16354
|
:rtype: :class:`~oci.response.Response`
|
16355
16355
|
|
16356
16356
|
:example:
|
16357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
16358
16358
|
"""
|
16359
16359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16360
16360
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16472,7 +16472,7 @@ class DatabaseClient(object):
|
|
16472
16472
|
:rtype: :class:`~oci.response.Response`
|
16473
16473
|
|
16474
16474
|
:example:
|
16475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
16476
16476
|
"""
|
16477
16477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16478
16478
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16590,7 +16590,7 @@ class DatabaseClient(object):
|
|
16590
16590
|
:rtype: :class:`~oci.response.Response`
|
16591
16591
|
|
16592
16592
|
:example:
|
16593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
16594
16594
|
"""
|
16595
16595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16596
16596
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16712,7 +16712,7 @@ class DatabaseClient(object):
|
|
16712
16712
|
:rtype: :class:`~oci.response.Response`
|
16713
16713
|
|
16714
16714
|
:example:
|
16715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
16716
16716
|
"""
|
16717
16717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16718
16718
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16830,7 +16830,7 @@ class DatabaseClient(object):
|
|
16830
16830
|
:rtype: :class:`~oci.response.Response`
|
16831
16831
|
|
16832
16832
|
:example:
|
16833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
16834
16834
|
"""
|
16835
16835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16836
16836
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16948,7 +16948,7 @@ class DatabaseClient(object):
|
|
16948
16948
|
:rtype: :class:`~oci.response.Response`
|
16949
16949
|
|
16950
16950
|
:example:
|
16951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
16952
16952
|
"""
|
16953
16953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16954
16954
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -17066,7 +17066,7 @@ class DatabaseClient(object):
|
|
17066
17066
|
:rtype: :class:`~oci.response.Response`
|
17067
17067
|
|
17068
17068
|
:example:
|
17069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
17070
17070
|
"""
|
17071
17071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17072
17072
|
required_arguments = ['pluggableDatabaseId']
|
@@ -17195,7 +17195,7 @@ class DatabaseClient(object):
|
|
17195
17195
|
:rtype: :class:`~oci.response.Response`
|
17196
17196
|
|
17197
17197
|
:example:
|
17198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
17199
17199
|
"""
|
17200
17200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17201
17201
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17316,7 +17316,7 @@ class DatabaseClient(object):
|
|
17316
17316
|
:rtype: :class:`~oci.response.Response`
|
17317
17317
|
|
17318
17318
|
:example:
|
17319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
|
17320
17320
|
"""
|
17321
17321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17322
17322
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -17425,7 +17425,7 @@ class DatabaseClient(object):
|
|
17425
17425
|
:rtype: :class:`~oci.response.Response`
|
17426
17426
|
|
17427
17427
|
:example:
|
17428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
17429
17429
|
"""
|
17430
17430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17431
17431
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -17545,7 +17545,7 @@ class DatabaseClient(object):
|
|
17545
17545
|
:rtype: :class:`~oci.response.Response`
|
17546
17546
|
|
17547
17547
|
:example:
|
17548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
|
17549
17549
|
"""
|
17550
17550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17551
17551
|
required_arguments = ['databaseId']
|
@@ -17664,7 +17664,7 @@ class DatabaseClient(object):
|
|
17664
17664
|
:rtype: :class:`~oci.response.Response`
|
17665
17665
|
|
17666
17666
|
:example:
|
17667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
17668
17668
|
"""
|
17669
17669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17670
17670
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -17779,7 +17779,7 @@ class DatabaseClient(object):
|
|
17779
17779
|
:rtype: :class:`~oci.response.Response`
|
17780
17780
|
|
17781
17781
|
:example:
|
17782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
17783
17783
|
"""
|
17784
17784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17785
17785
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17894,7 +17894,7 @@ class DatabaseClient(object):
|
|
17894
17894
|
:rtype: :class:`~oci.response.Response`
|
17895
17895
|
|
17896
17896
|
:example:
|
17897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
17898
17898
|
"""
|
17899
17899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17900
17900
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17997,7 +17997,7 @@ class DatabaseClient(object):
|
|
17997
17997
|
:rtype: :class:`~oci.response.Response`
|
17998
17998
|
|
17999
17999
|
:example:
|
18000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
18001
18001
|
"""
|
18002
18002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18003
18003
|
required_arguments = ['applicationVipId']
|
@@ -18092,7 +18092,7 @@ class DatabaseClient(object):
|
|
18092
18092
|
:rtype: :class:`~oci.response.Response`
|
18093
18093
|
|
18094
18094
|
:example:
|
18095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
18096
18096
|
"""
|
18097
18097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18098
18098
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -18185,7 +18185,7 @@ class DatabaseClient(object):
|
|
18185
18185
|
:rtype: :class:`~oci.response.Response`
|
18186
18186
|
|
18187
18187
|
:example:
|
18188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
18189
18189
|
"""
|
18190
18190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18191
18191
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -18277,7 +18277,7 @@ class DatabaseClient(object):
|
|
18277
18277
|
:rtype: :class:`~oci.response.Response`
|
18278
18278
|
|
18279
18279
|
:example:
|
18280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
18281
18281
|
"""
|
18282
18282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18283
18283
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -18375,7 +18375,7 @@ class DatabaseClient(object):
|
|
18375
18375
|
:rtype: :class:`~oci.response.Response`
|
18376
18376
|
|
18377
18377
|
:example:
|
18378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
18379
18379
|
"""
|
18380
18380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18381
18381
|
required_arguments = ['autonomousDatabaseId']
|
@@ -18473,7 +18473,7 @@ class DatabaseClient(object):
|
|
18473
18473
|
:rtype: :class:`~oci.response.Response`
|
18474
18474
|
|
18475
18475
|
:example:
|
18476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
18477
18477
|
"""
|
18478
18478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18479
18479
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -18576,7 +18576,7 @@ class DatabaseClient(object):
|
|
18576
18576
|
:rtype: :class:`~oci.response.Response`
|
18577
18577
|
|
18578
18578
|
:example:
|
18579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
18580
18580
|
"""
|
18581
18581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18582
18582
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -18670,7 +18670,7 @@ class DatabaseClient(object):
|
|
18670
18670
|
:rtype: :class:`~oci.response.Response`
|
18671
18671
|
|
18672
18672
|
:example:
|
18673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
18674
18674
|
"""
|
18675
18675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18676
18676
|
required_arguments = []
|
@@ -18756,7 +18756,7 @@ class DatabaseClient(object):
|
|
18756
18756
|
:rtype: :class:`~oci.response.Response`
|
18757
18757
|
|
18758
18758
|
:example:
|
18759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
18760
18760
|
"""
|
18761
18761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18762
18762
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -18854,7 +18854,7 @@ class DatabaseClient(object):
|
|
18854
18854
|
:rtype: :class:`~oci.response.Response`
|
18855
18855
|
|
18856
18856
|
:example:
|
18857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
18858
18858
|
"""
|
18859
18859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18860
18860
|
required_arguments = ['autonomousDatabaseId']
|
@@ -18949,7 +18949,7 @@ class DatabaseClient(object):
|
|
18949
18949
|
:rtype: :class:`~oci.response.Response`
|
18950
18950
|
|
18951
18951
|
:example:
|
18952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
18953
18953
|
"""
|
18954
18954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18955
18955
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -19037,7 +19037,7 @@ class DatabaseClient(object):
|
|
19037
19037
|
:rtype: :class:`~oci.response.Response`
|
19038
19038
|
|
19039
19039
|
:example:
|
19040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
19041
19041
|
"""
|
19042
19042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19043
19043
|
required_arguments = ['autonomousPatchId']
|
@@ -19128,7 +19128,7 @@ class DatabaseClient(object):
|
|
19128
19128
|
:rtype: :class:`~oci.response.Response`
|
19129
19129
|
|
19130
19130
|
:example:
|
19131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
19132
19132
|
"""
|
19133
19133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19134
19134
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -19226,7 +19226,7 @@ class DatabaseClient(object):
|
|
19226
19226
|
:rtype: :class:`~oci.response.Response`
|
19227
19227
|
|
19228
19228
|
:example:
|
19229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
19230
19230
|
"""
|
19231
19231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19232
19232
|
required_arguments = ['autonomousVmClusterId']
|
@@ -19324,7 +19324,7 @@ class DatabaseClient(object):
|
|
19324
19324
|
:rtype: :class:`~oci.response.Response`
|
19325
19325
|
|
19326
19326
|
:example:
|
19327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
19328
19328
|
"""
|
19329
19329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19330
19330
|
required_arguments = ['autonomousVmClusterId']
|
@@ -19419,7 +19419,7 @@ class DatabaseClient(object):
|
|
19419
19419
|
:rtype: :class:`~oci.response.Response`
|
19420
19420
|
|
19421
19421
|
:example:
|
19422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
19423
19423
|
"""
|
19424
19424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19425
19425
|
required_arguments = ['backupId']
|
@@ -19510,7 +19510,7 @@ class DatabaseClient(object):
|
|
19510
19510
|
:rtype: :class:`~oci.response.Response`
|
19511
19511
|
|
19512
19512
|
:example:
|
19513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
19514
19514
|
"""
|
19515
19515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19516
19516
|
required_arguments = ['backupDestinationId']
|
@@ -19608,7 +19608,7 @@ class DatabaseClient(object):
|
|
19608
19608
|
:rtype: :class:`~oci.response.Response`
|
19609
19609
|
|
19610
19610
|
:example:
|
19611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
19612
19612
|
"""
|
19613
19613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19614
19614
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -19706,7 +19706,7 @@ class DatabaseClient(object):
|
|
19706
19706
|
:rtype: :class:`~oci.response.Response`
|
19707
19707
|
|
19708
19708
|
:example:
|
19709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
19710
19710
|
"""
|
19711
19711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19712
19712
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -19804,7 +19804,7 @@ class DatabaseClient(object):
|
|
19804
19804
|
:rtype: :class:`~oci.response.Response`
|
19805
19805
|
|
19806
19806
|
:example:
|
19807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
19808
19808
|
"""
|
19809
19809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19810
19810
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -19907,7 +19907,7 @@ class DatabaseClient(object):
|
|
19907
19907
|
:rtype: :class:`~oci.response.Response`
|
19908
19908
|
|
19909
19909
|
:example:
|
19910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
19911
19911
|
"""
|
19912
19912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19913
19913
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -20013,7 +20013,7 @@ class DatabaseClient(object):
|
|
20013
20013
|
:rtype: :class:`~oci.response.Response`
|
20014
20014
|
|
20015
20015
|
:example:
|
20016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
20017
20017
|
"""
|
20018
20018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20019
20019
|
required_arguments = ['cloudVmClusterId']
|
@@ -20112,7 +20112,7 @@ class DatabaseClient(object):
|
|
20112
20112
|
:rtype: :class:`~oci.response.Response`
|
20113
20113
|
|
20114
20114
|
:example:
|
20115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
20116
20116
|
"""
|
20117
20117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20118
20118
|
required_arguments = ['cloudVmClusterId']
|
@@ -20215,7 +20215,7 @@ class DatabaseClient(object):
|
|
20215
20215
|
:rtype: :class:`~oci.response.Response`
|
20216
20216
|
|
20217
20217
|
:example:
|
20218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
20219
20219
|
"""
|
20220
20220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20221
20221
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -20319,7 +20319,7 @@ class DatabaseClient(object):
|
|
20319
20319
|
:rtype: :class:`~oci.response.Response`
|
20320
20320
|
|
20321
20321
|
:example:
|
20322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
20323
20323
|
"""
|
20324
20324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20325
20325
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -20418,7 +20418,7 @@ class DatabaseClient(object):
|
|
20418
20418
|
:rtype: :class:`~oci.response.Response`
|
20419
20419
|
|
20420
20420
|
:example:
|
20421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
20422
20422
|
"""
|
20423
20423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20424
20424
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -20513,7 +20513,7 @@ class DatabaseClient(object):
|
|
20513
20513
|
:rtype: :class:`~oci.response.Response`
|
20514
20514
|
|
20515
20515
|
:example:
|
20516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
20517
20517
|
"""
|
20518
20518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20519
20519
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -20615,7 +20615,7 @@ class DatabaseClient(object):
|
|
20615
20615
|
:rtype: :class:`~oci.response.Response`
|
20616
20616
|
|
20617
20617
|
:example:
|
20618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
20619
20619
|
"""
|
20620
20620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20621
20621
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -20716,7 +20716,7 @@ class DatabaseClient(object):
|
|
20716
20716
|
:rtype: :class:`~oci.response.Response`
|
20717
20717
|
|
20718
20718
|
:example:
|
20719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
20720
20720
|
"""
|
20721
20721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20722
20722
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -20805,7 +20805,7 @@ class DatabaseClient(object):
|
|
20805
20805
|
:rtype: :class:`~oci.response.Response`
|
20806
20806
|
|
20807
20807
|
:example:
|
20808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
20809
20809
|
"""
|
20810
20810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20811
20811
|
required_arguments = ['databaseId']
|
@@ -20893,7 +20893,7 @@ class DatabaseClient(object):
|
|
20893
20893
|
:rtype: :class:`~oci.response.Response`
|
20894
20894
|
|
20895
20895
|
:example:
|
20896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
20897
20897
|
"""
|
20898
20898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20899
20899
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -20989,7 +20989,7 @@ class DatabaseClient(object):
|
|
20989
20989
|
:rtype: :class:`~oci.response.Response`
|
20990
20990
|
|
20991
20991
|
:example:
|
20992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
20993
20993
|
"""
|
20994
20994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20995
20995
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -21085,7 +21085,7 @@ class DatabaseClient(object):
|
|
21085
21085
|
:rtype: :class:`~oci.response.Response`
|
21086
21086
|
|
21087
21087
|
:example:
|
21088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
21089
21089
|
"""
|
21090
21090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21091
21091
|
required_arguments = ['dbHomeId']
|
@@ -21178,7 +21178,7 @@ class DatabaseClient(object):
|
|
21178
21178
|
:rtype: :class:`~oci.response.Response`
|
21179
21179
|
|
21180
21180
|
:example:
|
21181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
21182
21182
|
"""
|
21183
21183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21184
21184
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -21272,7 +21272,7 @@ class DatabaseClient(object):
|
|
21272
21272
|
:rtype: :class:`~oci.response.Response`
|
21273
21273
|
|
21274
21274
|
:example:
|
21275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
21276
21276
|
"""
|
21277
21277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21278
21278
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -21361,7 +21361,7 @@ class DatabaseClient(object):
|
|
21361
21361
|
:rtype: :class:`~oci.response.Response`
|
21362
21362
|
|
21363
21363
|
:example:
|
21364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
21365
21365
|
"""
|
21366
21366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21367
21367
|
required_arguments = ['dbNodeId']
|
@@ -21457,7 +21457,7 @@ class DatabaseClient(object):
|
|
21457
21457
|
:rtype: :class:`~oci.response.Response`
|
21458
21458
|
|
21459
21459
|
:example:
|
21460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
21461
21461
|
"""
|
21462
21462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21463
21463
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -21566,7 +21566,7 @@ class DatabaseClient(object):
|
|
21566
21566
|
:rtype: :class:`~oci.response.Response`
|
21567
21567
|
|
21568
21568
|
:example:
|
21569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
21570
21570
|
"""
|
21571
21571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21572
21572
|
required_arguments = ['dbSystemId']
|
@@ -21659,7 +21659,7 @@ class DatabaseClient(object):
|
|
21659
21659
|
:rtype: :class:`~oci.response.Response`
|
21660
21660
|
|
21661
21661
|
:example:
|
21662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
21663
21663
|
"""
|
21664
21664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21665
21665
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -21753,7 +21753,7 @@ class DatabaseClient(object):
|
|
21753
21753
|
:rtype: :class:`~oci.response.Response`
|
21754
21754
|
|
21755
21755
|
:example:
|
21756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
21757
21757
|
"""
|
21758
21758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21759
21759
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -21850,7 +21850,7 @@ class DatabaseClient(object):
|
|
21850
21850
|
:rtype: :class:`~oci.response.Response`
|
21851
21851
|
|
21852
21852
|
:example:
|
21853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
21854
21854
|
"""
|
21855
21855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21856
21856
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -21955,7 +21955,7 @@ class DatabaseClient(object):
|
|
21955
21955
|
:rtype: :class:`~oci.response.Response`
|
21956
21956
|
|
21957
21957
|
:example:
|
21958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
21959
21959
|
"""
|
21960
21960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21961
21961
|
required_arguments = ['exadataInfrastructureId']
|
@@ -22069,7 +22069,7 @@ class DatabaseClient(object):
|
|
22069
22069
|
:rtype: :class:`~oci.response.Response`
|
22070
22070
|
|
22071
22071
|
:example:
|
22072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
22073
22073
|
"""
|
22074
22074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22075
22075
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -22172,7 +22172,7 @@ class DatabaseClient(object):
|
|
22172
22172
|
:rtype: :class:`~oci.response.Response`
|
22173
22173
|
|
22174
22174
|
:example:
|
22175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
22176
22176
|
"""
|
22177
22177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22178
22178
|
required_arguments = ['exadataInfrastructureId']
|
@@ -22289,7 +22289,7 @@ class DatabaseClient(object):
|
|
22289
22289
|
:rtype: :class:`~oci.response.Response`
|
22290
22290
|
|
22291
22291
|
:example:
|
22292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
22293
22293
|
"""
|
22294
22294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22295
22295
|
required_arguments = ['dbSystemId']
|
@@ -22387,7 +22387,7 @@ class DatabaseClient(object):
|
|
22387
22387
|
:rtype: :class:`~oci.response.Response`
|
22388
22388
|
|
22389
22389
|
:example:
|
22390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
|
22391
22391
|
"""
|
22392
22392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22393
22393
|
required_arguments = ['exadbVmClusterId']
|
@@ -22490,7 +22490,7 @@ class DatabaseClient(object):
|
|
22490
22490
|
:rtype: :class:`~oci.response.Response`
|
22491
22491
|
|
22492
22492
|
:example:
|
22493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
|
22494
22494
|
"""
|
22495
22495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22496
22496
|
required_arguments = ['exadbVmClusterId', 'updateId']
|
@@ -22594,7 +22594,7 @@ class DatabaseClient(object):
|
|
22594
22594
|
:rtype: :class:`~oci.response.Response`
|
22595
22595
|
|
22596
22596
|
:example:
|
22597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
22598
22598
|
"""
|
22599
22599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22600
22600
|
required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
|
@@ -22693,7 +22693,7 @@ class DatabaseClient(object):
|
|
22693
22693
|
:rtype: :class:`~oci.response.Response`
|
22694
22694
|
|
22695
22695
|
:example:
|
22696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
|
22697
22697
|
"""
|
22698
22698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22699
22699
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -22791,7 +22791,7 @@ class DatabaseClient(object):
|
|
22791
22791
|
:rtype: :class:`~oci.response.Response`
|
22792
22792
|
|
22793
22793
|
:example:
|
22794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
|
22795
22795
|
"""
|
22796
22796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22797
22797
|
required_arguments = ['executionActionId']
|
@@ -22889,7 +22889,7 @@ class DatabaseClient(object):
|
|
22889
22889
|
:rtype: :class:`~oci.response.Response`
|
22890
22890
|
|
22891
22891
|
:example:
|
22892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
|
22893
22893
|
"""
|
22894
22894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22895
22895
|
required_arguments = ['executionWindowId']
|
@@ -22988,7 +22988,7 @@ class DatabaseClient(object):
|
|
22988
22988
|
:rtype: :class:`~oci.response.Response`
|
22989
22989
|
|
22990
22990
|
:example:
|
22991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
22992
22992
|
"""
|
22993
22993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22994
22994
|
required_arguments = ['backupId']
|
@@ -23079,7 +23079,7 @@ class DatabaseClient(object):
|
|
23079
23079
|
:rtype: :class:`~oci.response.Response`
|
23080
23080
|
|
23081
23081
|
:example:
|
23082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
23083
23083
|
"""
|
23084
23084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23085
23085
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -23178,7 +23178,7 @@ class DatabaseClient(object):
|
|
23178
23178
|
:rtype: :class:`~oci.response.Response`
|
23179
23179
|
|
23180
23180
|
:example:
|
23181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
23182
23182
|
"""
|
23183
23183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23184
23184
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -23276,7 +23276,7 @@ class DatabaseClient(object):
|
|
23276
23276
|
:rtype: :class:`~oci.response.Response`
|
23277
23277
|
|
23278
23278
|
:example:
|
23279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
23280
23280
|
"""
|
23281
23281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23282
23282
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -23375,7 +23375,7 @@ class DatabaseClient(object):
|
|
23375
23375
|
:rtype: :class:`~oci.response.Response`
|
23376
23376
|
|
23377
23377
|
:example:
|
23378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
23379
23379
|
"""
|
23380
23380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23381
23381
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -23482,7 +23482,7 @@ class DatabaseClient(object):
|
|
23482
23482
|
:rtype: :class:`~oci.response.Response`
|
23483
23483
|
|
23484
23484
|
:example:
|
23485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
23486
23486
|
"""
|
23487
23487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23488
23488
|
required_arguments = ['compartmentId']
|
@@ -23586,7 +23586,7 @@ class DatabaseClient(object):
|
|
23586
23586
|
:rtype: :class:`~oci.response.Response`
|
23587
23587
|
|
23588
23588
|
:example:
|
23589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
23590
23590
|
"""
|
23591
23591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23592
23592
|
required_arguments = ['keyStoreId']
|
@@ -23679,7 +23679,7 @@ class DatabaseClient(object):
|
|
23679
23679
|
:rtype: :class:`~oci.response.Response`
|
23680
23680
|
|
23681
23681
|
:example:
|
23682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
23683
23683
|
"""
|
23684
23684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23685
23685
|
required_arguments = ['maintenanceRunId']
|
@@ -23765,7 +23765,7 @@ class DatabaseClient(object):
|
|
23765
23765
|
:rtype: :class:`~oci.response.Response`
|
23766
23766
|
|
23767
23767
|
:example:
|
23768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
23769
23769
|
"""
|
23770
23770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23771
23771
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -23856,7 +23856,7 @@ class DatabaseClient(object):
|
|
23856
23856
|
:rtype: :class:`~oci.response.Response`
|
23857
23857
|
|
23858
23858
|
:example:
|
23859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
23860
23860
|
"""
|
23861
23861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23862
23862
|
required_arguments = ['oneoffPatchId']
|
@@ -23959,7 +23959,7 @@ class DatabaseClient(object):
|
|
23959
23959
|
:rtype: :class:`~oci.response.Response`
|
23960
23960
|
|
23961
23961
|
:example:
|
23962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
23963
23963
|
"""
|
23964
23964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23965
23965
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -24055,7 +24055,7 @@ class DatabaseClient(object):
|
|
24055
24055
|
:rtype: :class:`~oci.response.Response`
|
24056
24056
|
|
24057
24057
|
:example:
|
24058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
24059
24059
|
"""
|
24060
24060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24061
24061
|
required_arguments = ['pluggableDatabaseId']
|
@@ -24146,7 +24146,7 @@ class DatabaseClient(object):
|
|
24146
24146
|
:rtype: :class:`~oci.response.Response`
|
24147
24147
|
|
24148
24148
|
:example:
|
24149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
|
24150
24150
|
"""
|
24151
24151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24152
24152
|
required_arguments = ['scheduledActionId']
|
@@ -24244,7 +24244,7 @@ class DatabaseClient(object):
|
|
24244
24244
|
:rtype: :class:`~oci.response.Response`
|
24245
24245
|
|
24246
24246
|
:example:
|
24247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
|
24248
24248
|
"""
|
24249
24249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24250
24250
|
required_arguments = ['schedulingPlanId']
|
@@ -24342,7 +24342,7 @@ class DatabaseClient(object):
|
|
24342
24342
|
:rtype: :class:`~oci.response.Response`
|
24343
24343
|
|
24344
24344
|
:example:
|
24345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
|
24346
24346
|
"""
|
24347
24347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24348
24348
|
required_arguments = ['schedulingPolicyId']
|
@@ -24445,7 +24445,7 @@ class DatabaseClient(object):
|
|
24445
24445
|
:rtype: :class:`~oci.response.Response`
|
24446
24446
|
|
24447
24447
|
:example:
|
24448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
|
24449
24449
|
"""
|
24450
24450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24451
24451
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -24544,7 +24544,7 @@ class DatabaseClient(object):
|
|
24544
24544
|
:rtype: :class:`~oci.response.Response`
|
24545
24545
|
|
24546
24546
|
:example:
|
24547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
24548
24548
|
"""
|
24549
24549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24550
24550
|
required_arguments = ['vmClusterId']
|
@@ -24648,7 +24648,7 @@ class DatabaseClient(object):
|
|
24648
24648
|
:rtype: :class:`~oci.response.Response`
|
24649
24649
|
|
24650
24650
|
:example:
|
24651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
24652
24652
|
"""
|
24653
24653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24654
24654
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -24749,7 +24749,7 @@ class DatabaseClient(object):
|
|
24749
24749
|
:rtype: :class:`~oci.response.Response`
|
24750
24750
|
|
24751
24751
|
:example:
|
24752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
24753
24753
|
"""
|
24754
24754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24755
24755
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -24843,7 +24843,7 @@ class DatabaseClient(object):
|
|
24843
24843
|
:rtype: :class:`~oci.response.Response`
|
24844
24844
|
|
24845
24845
|
:example:
|
24846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
24847
24847
|
"""
|
24848
24848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24849
24849
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -24940,7 +24940,7 @@ class DatabaseClient(object):
|
|
24940
24940
|
:rtype: :class:`~oci.response.Response`
|
24941
24941
|
|
24942
24942
|
:example:
|
24943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
24944
24944
|
"""
|
24945
24945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24946
24946
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -25044,7 +25044,7 @@ class DatabaseClient(object):
|
|
25044
25044
|
:rtype: :class:`~oci.response.Response`
|
25045
25045
|
|
25046
25046
|
:example:
|
25047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
25048
25048
|
"""
|
25049
25049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25050
25050
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -25145,7 +25145,7 @@ class DatabaseClient(object):
|
|
25145
25145
|
:rtype: :class:`~oci.response.Response`
|
25146
25146
|
|
25147
25147
|
:example:
|
25148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
25149
25149
|
"""
|
25150
25150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25151
25151
|
required_arguments = []
|
@@ -25257,7 +25257,7 @@ class DatabaseClient(object):
|
|
25257
25257
|
:rtype: :class:`~oci.response.Response`
|
25258
25258
|
|
25259
25259
|
:example:
|
25260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
25261
25261
|
"""
|
25262
25262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25263
25263
|
required_arguments = []
|
@@ -25375,7 +25375,7 @@ class DatabaseClient(object):
|
|
25375
25375
|
:rtype: :class:`~oci.response.Response`
|
25376
25376
|
|
25377
25377
|
:example:
|
25378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
25379
25379
|
"""
|
25380
25380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25381
25381
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -25539,7 +25539,7 @@ class DatabaseClient(object):
|
|
25539
25539
|
:rtype: :class:`~oci.response.Response`
|
25540
25540
|
|
25541
25541
|
:example:
|
25542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_container_database_backups.py.html>`__ to see an example of how to use list_autonomous_container_database_backups API.
|
25543
25543
|
"""
|
25544
25544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25545
25545
|
required_arguments = []
|
@@ -25682,7 +25682,7 @@ class DatabaseClient(object):
|
|
25682
25682
|
:rtype: :class:`~oci.response.Response`
|
25683
25683
|
|
25684
25684
|
:example:
|
25685
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
25686
25686
|
"""
|
25687
25687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25688
25688
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -25803,7 +25803,7 @@ class DatabaseClient(object):
|
|
25803
25803
|
:rtype: :class:`~oci.response.Response`
|
25804
25804
|
|
25805
25805
|
:example:
|
25806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
25807
25807
|
"""
|
25808
25808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25809
25809
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -25965,7 +25965,7 @@ class DatabaseClient(object):
|
|
25965
25965
|
:rtype: :class:`~oci.response.Response`
|
25966
25966
|
|
25967
25967
|
:example:
|
25968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
25969
25969
|
"""
|
25970
25970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25971
25971
|
required_arguments = ['compartmentId']
|
@@ -26141,7 +26141,7 @@ class DatabaseClient(object):
|
|
26141
26141
|
:rtype: :class:`~oci.response.Response`
|
26142
26142
|
|
26143
26143
|
:example:
|
26144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
26145
26145
|
"""
|
26146
26146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26147
26147
|
required_arguments = []
|
@@ -26278,7 +26278,7 @@ class DatabaseClient(object):
|
|
26278
26278
|
:rtype: :class:`~oci.response.Response`
|
26279
26279
|
|
26280
26280
|
:example:
|
26281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
26282
26282
|
"""
|
26283
26283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26284
26284
|
required_arguments = []
|
@@ -26419,7 +26419,7 @@ class DatabaseClient(object):
|
|
26419
26419
|
:rtype: :class:`~oci.response.Response`
|
26420
26420
|
|
26421
26421
|
:example:
|
26422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
26423
26423
|
"""
|
26424
26424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26425
26425
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -26569,7 +26569,7 @@ class DatabaseClient(object):
|
|
26569
26569
|
:rtype: :class:`~oci.response.Response`
|
26570
26570
|
|
26571
26571
|
:example:
|
26572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
26573
26573
|
"""
|
26574
26574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26575
26575
|
required_arguments = ['autonomousDatabaseId']
|
@@ -26680,7 +26680,7 @@ class DatabaseClient(object):
|
|
26680
26680
|
:rtype: :class:`~oci.response.Response`
|
26681
26681
|
|
26682
26682
|
:example:
|
26683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
26684
26684
|
"""
|
26685
26685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26686
26686
|
required_arguments = ['autonomousDatabaseId']
|
@@ -26794,7 +26794,7 @@ class DatabaseClient(object):
|
|
26794
26794
|
:rtype: :class:`~oci.response.Response`
|
26795
26795
|
|
26796
26796
|
:example:
|
26797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
26798
26798
|
"""
|
26799
26799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26800
26800
|
required_arguments = ['autonomousDatabaseId']
|
@@ -26931,7 +26931,7 @@ class DatabaseClient(object):
|
|
26931
26931
|
:rtype: :class:`~oci.response.Response`
|
26932
26932
|
|
26933
26933
|
:example:
|
26934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
26935
26935
|
"""
|
26936
26936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26937
26937
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -27132,7 +27132,7 @@ class DatabaseClient(object):
|
|
27132
27132
|
:rtype: :class:`~oci.response.Response`
|
27133
27133
|
|
27134
27134
|
:example:
|
27135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
27136
27136
|
"""
|
27137
27137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27138
27138
|
required_arguments = ['compartmentId']
|
@@ -27318,7 +27318,7 @@ class DatabaseClient(object):
|
|
27318
27318
|
:rtype: :class:`~oci.response.Response`
|
27319
27319
|
|
27320
27320
|
:example:
|
27321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
27322
27322
|
"""
|
27323
27323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27324
27324
|
required_arguments = ['compartmentId']
|
@@ -27449,7 +27449,7 @@ class DatabaseClient(object):
|
|
27449
27449
|
:rtype: :class:`~oci.response.Response`
|
27450
27450
|
|
27451
27451
|
:example:
|
27452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
27453
27453
|
"""
|
27454
27454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27455
27455
|
required_arguments = ['compartmentId']
|
@@ -27573,7 +27573,7 @@ class DatabaseClient(object):
|
|
27573
27573
|
:rtype: :class:`~oci.response.Response`
|
27574
27574
|
|
27575
27575
|
:example:
|
27576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
27577
27577
|
"""
|
27578
27578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27579
27579
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -27697,7 +27697,7 @@ class DatabaseClient(object):
|
|
27697
27697
|
:rtype: :class:`~oci.response.Response`
|
27698
27698
|
|
27699
27699
|
:example:
|
27700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
27701
27701
|
"""
|
27702
27702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27703
27703
|
required_arguments = ['compartmentId']
|
@@ -27838,7 +27838,7 @@ class DatabaseClient(object):
|
|
27838
27838
|
:rtype: :class:`~oci.response.Response`
|
27839
27839
|
|
27840
27840
|
:example:
|
27841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
27842
27842
|
"""
|
27843
27843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27844
27844
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -27956,7 +27956,7 @@ class DatabaseClient(object):
|
|
27956
27956
|
:rtype: :class:`~oci.response.Response`
|
27957
27957
|
|
27958
27958
|
:example:
|
27959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
27960
27960
|
"""
|
27961
27961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27962
27962
|
required_arguments = ['autonomousVmClusterId']
|
@@ -28093,7 +28093,7 @@ class DatabaseClient(object):
|
|
28093
28093
|
:rtype: :class:`~oci.response.Response`
|
28094
28094
|
|
28095
28095
|
:example:
|
28096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
28097
28097
|
"""
|
28098
28098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28099
28099
|
required_arguments = ['compartmentId']
|
@@ -28230,7 +28230,7 @@ class DatabaseClient(object):
|
|
28230
28230
|
:rtype: :class:`~oci.response.Response`
|
28231
28231
|
|
28232
28232
|
:example:
|
28233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
28234
28234
|
"""
|
28235
28235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28236
28236
|
required_arguments = ['compartmentId']
|
@@ -28362,7 +28362,7 @@ class DatabaseClient(object):
|
|
28362
28362
|
:rtype: :class:`~oci.response.Response`
|
28363
28363
|
|
28364
28364
|
:example:
|
28365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
28366
28366
|
"""
|
28367
28367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28368
28368
|
required_arguments = []
|
@@ -28499,7 +28499,7 @@ class DatabaseClient(object):
|
|
28499
28499
|
:rtype: :class:`~oci.response.Response`
|
28500
28500
|
|
28501
28501
|
:example:
|
28502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
28503
28503
|
"""
|
28504
28504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28505
28505
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -28639,7 +28639,7 @@ class DatabaseClient(object):
|
|
28639
28639
|
:rtype: :class:`~oci.response.Response`
|
28640
28640
|
|
28641
28641
|
:example:
|
28642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
28643
28643
|
"""
|
28644
28644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28645
28645
|
required_arguments = ['compartmentId']
|
@@ -28796,7 +28796,7 @@ class DatabaseClient(object):
|
|
28796
28796
|
:rtype: :class:`~oci.response.Response`
|
28797
28797
|
|
28798
28798
|
:example:
|
28799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
28800
28800
|
"""
|
28801
28801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28802
28802
|
required_arguments = ['compartmentId']
|
@@ -28935,7 +28935,7 @@ class DatabaseClient(object):
|
|
28935
28935
|
:rtype: :class:`~oci.response.Response`
|
28936
28936
|
|
28937
28937
|
:example:
|
28938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
28939
28939
|
"""
|
28940
28940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28941
28941
|
required_arguments = ['cloudVmClusterId']
|
@@ -29063,7 +29063,7 @@ class DatabaseClient(object):
|
|
29063
29063
|
:rtype: :class:`~oci.response.Response`
|
29064
29064
|
|
29065
29065
|
:example:
|
29066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
29067
29067
|
"""
|
29068
29068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29069
29069
|
required_arguments = ['cloudVmClusterId']
|
@@ -29212,7 +29212,7 @@ class DatabaseClient(object):
|
|
29212
29212
|
:rtype: :class:`~oci.response.Response`
|
29213
29213
|
|
29214
29214
|
:example:
|
29215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
29216
29216
|
"""
|
29217
29217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29218
29218
|
required_arguments = ['compartmentId']
|
@@ -29346,7 +29346,7 @@ class DatabaseClient(object):
|
|
29346
29346
|
:rtype: :class:`~oci.response.Response`
|
29347
29347
|
|
29348
29348
|
:example:
|
29349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
29350
29350
|
"""
|
29351
29351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29352
29352
|
required_arguments = ['dbNodeId']
|
@@ -29461,7 +29461,7 @@ class DatabaseClient(object):
|
|
29461
29461
|
:rtype: :class:`~oci.response.Response`
|
29462
29462
|
|
29463
29463
|
:example:
|
29464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
29465
29465
|
"""
|
29466
29466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29467
29467
|
required_arguments = ['dbNodeId']
|
@@ -29611,7 +29611,7 @@ class DatabaseClient(object):
|
|
29611
29611
|
:rtype: :class:`~oci.response.Response`
|
29612
29612
|
|
29613
29613
|
:example:
|
29614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
29615
29615
|
"""
|
29616
29616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29617
29617
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -29729,7 +29729,7 @@ class DatabaseClient(object):
|
|
29729
29729
|
:rtype: :class:`~oci.response.Response`
|
29730
29730
|
|
29731
29731
|
:example:
|
29732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
29733
29733
|
"""
|
29734
29734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29735
29735
|
required_arguments = ['databaseId']
|
@@ -29877,7 +29877,7 @@ class DatabaseClient(object):
|
|
29877
29877
|
:rtype: :class:`~oci.response.Response`
|
29878
29878
|
|
29879
29879
|
:example:
|
29880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29880
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
29881
29881
|
"""
|
29882
29882
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29883
29883
|
required_arguments = ['compartmentId']
|
@@ -30050,7 +30050,7 @@ class DatabaseClient(object):
|
|
30050
30050
|
:rtype: :class:`~oci.response.Response`
|
30051
30051
|
|
30052
30052
|
:example:
|
30053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
30054
30054
|
"""
|
30055
30055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30056
30056
|
required_arguments = ['databaseId']
|
@@ -30225,7 +30225,7 @@ class DatabaseClient(object):
|
|
30225
30225
|
:rtype: :class:`~oci.response.Response`
|
30226
30226
|
|
30227
30227
|
:example:
|
30228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
30229
30229
|
"""
|
30230
30230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30231
30231
|
required_arguments = ['compartmentId']
|
@@ -30355,7 +30355,7 @@ class DatabaseClient(object):
|
|
30355
30355
|
:rtype: :class:`~oci.response.Response`
|
30356
30356
|
|
30357
30357
|
:example:
|
30358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
30359
30359
|
"""
|
30360
30360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30361
30361
|
required_arguments = ['dbHomeId']
|
@@ -30463,7 +30463,7 @@ class DatabaseClient(object):
|
|
30463
30463
|
:rtype: :class:`~oci.response.Response`
|
30464
30464
|
|
30465
30465
|
:example:
|
30466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
30467
30467
|
"""
|
30468
30468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30469
30469
|
required_arguments = ['dbHomeId']
|
@@ -30607,7 +30607,7 @@ class DatabaseClient(object):
|
|
30607
30607
|
:rtype: :class:`~oci.response.Response`
|
30608
30608
|
|
30609
30609
|
:example:
|
30610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
30611
30611
|
"""
|
30612
30612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30613
30613
|
required_arguments = ['compartmentId']
|
@@ -30771,7 +30771,7 @@ class DatabaseClient(object):
|
|
30771
30771
|
:rtype: :class:`~oci.response.Response`
|
30772
30772
|
|
30773
30773
|
:example:
|
30774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
30775
30775
|
"""
|
30776
30776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30777
30777
|
required_arguments = ['compartmentId']
|
@@ -30927,7 +30927,7 @@ class DatabaseClient(object):
|
|
30927
30927
|
:rtype: :class:`~oci.response.Response`
|
30928
30928
|
|
30929
30929
|
:example:
|
30930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
30931
30931
|
"""
|
30932
30932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30933
30933
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -31052,7 +31052,7 @@ class DatabaseClient(object):
|
|
31052
31052
|
:rtype: :class:`~oci.response.Response`
|
31053
31053
|
|
31054
31054
|
:example:
|
31055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
31056
31056
|
"""
|
31057
31057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31058
31058
|
required_arguments = []
|
@@ -31149,7 +31149,7 @@ class DatabaseClient(object):
|
|
31149
31149
|
:rtype: :class:`~oci.response.Response`
|
31150
31150
|
|
31151
31151
|
:example:
|
31152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
31153
31153
|
"""
|
31154
31154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31155
31155
|
required_arguments = ['dbSystemId']
|
@@ -31257,7 +31257,7 @@ class DatabaseClient(object):
|
|
31257
31257
|
:rtype: :class:`~oci.response.Response`
|
31258
31258
|
|
31259
31259
|
:example:
|
31260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
31261
31261
|
"""
|
31262
31262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31263
31263
|
required_arguments = ['dbSystemId']
|
@@ -31368,7 +31368,7 @@ class DatabaseClient(object):
|
|
31368
31368
|
:rtype: :class:`~oci.response.Response`
|
31369
31369
|
|
31370
31370
|
:example:
|
31371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
31372
31372
|
"""
|
31373
31373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31374
31374
|
required_arguments = ['compartmentId']
|
@@ -31474,7 +31474,7 @@ class DatabaseClient(object):
|
|
31474
31474
|
:rtype: :class:`~oci.response.Response`
|
31475
31475
|
|
31476
31476
|
:example:
|
31477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
31478
31478
|
"""
|
31479
31479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31480
31480
|
required_arguments = ['storageManagement']
|
@@ -31610,7 +31610,7 @@ class DatabaseClient(object):
|
|
31610
31610
|
:rtype: :class:`~oci.response.Response`
|
31611
31611
|
|
31612
31612
|
:example:
|
31613
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31613
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
31614
31614
|
"""
|
31615
31615
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31616
31616
|
required_arguments = ['dbSystemId']
|
@@ -31757,7 +31757,7 @@ class DatabaseClient(object):
|
|
31757
31757
|
:rtype: :class:`~oci.response.Response`
|
31758
31758
|
|
31759
31759
|
:example:
|
31760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
|
31761
31761
|
"""
|
31762
31762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31763
31763
|
required_arguments = ['dbSystemId']
|
@@ -31900,7 +31900,7 @@ class DatabaseClient(object):
|
|
31900
31900
|
:rtype: :class:`~oci.response.Response`
|
31901
31901
|
|
31902
31902
|
:example:
|
31903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
31904
31904
|
"""
|
31905
31905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31906
31906
|
required_arguments = ['compartmentId']
|
@@ -32051,7 +32051,7 @@ class DatabaseClient(object):
|
|
32051
32051
|
:rtype: :class:`~oci.response.Response`
|
32052
32052
|
|
32053
32053
|
:example:
|
32054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
32055
32055
|
"""
|
32056
32056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32057
32057
|
required_arguments = ['compartmentId']
|
@@ -32192,7 +32192,7 @@ class DatabaseClient(object):
|
|
32192
32192
|
:rtype: :class:`~oci.response.Response`
|
32193
32193
|
|
32194
32194
|
:example:
|
32195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
32196
32196
|
"""
|
32197
32197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32198
32198
|
required_arguments = ['compartmentId']
|
@@ -32339,7 +32339,7 @@ class DatabaseClient(object):
|
|
32339
32339
|
:rtype: :class:`~oci.response.Response`
|
32340
32340
|
|
32341
32341
|
:example:
|
32342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
32343
32343
|
"""
|
32344
32344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32345
32345
|
required_arguments = ['exadbVmClusterId']
|
@@ -32470,7 +32470,7 @@ class DatabaseClient(object):
|
|
32470
32470
|
:rtype: :class:`~oci.response.Response`
|
32471
32471
|
|
32472
32472
|
:example:
|
32473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
|
32474
32474
|
"""
|
32475
32475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32476
32476
|
required_arguments = ['exadbVmClusterId']
|
@@ -32619,7 +32619,7 @@ class DatabaseClient(object):
|
|
32619
32619
|
:rtype: :class:`~oci.response.Response`
|
32620
32620
|
|
32621
32621
|
:example:
|
32622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
|
32623
32623
|
"""
|
32624
32624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32625
32625
|
required_arguments = ['compartmentId']
|
@@ -32779,7 +32779,7 @@ class DatabaseClient(object):
|
|
32779
32779
|
:rtype: :class:`~oci.response.Response`
|
32780
32780
|
|
32781
32781
|
:example:
|
32782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
|
32783
32783
|
"""
|
32784
32784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32785
32785
|
required_arguments = ['compartmentId']
|
@@ -32936,7 +32936,7 @@ class DatabaseClient(object):
|
|
32936
32936
|
:rtype: :class:`~oci.response.Response`
|
32937
32937
|
|
32938
32938
|
:example:
|
32939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
|
32940
32940
|
"""
|
32941
32941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32942
32942
|
required_arguments = ['compartmentId']
|
@@ -33091,7 +33091,7 @@ class DatabaseClient(object):
|
|
33091
33091
|
:rtype: :class:`~oci.response.Response`
|
33092
33092
|
|
33093
33093
|
:example:
|
33094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
|
33095
33095
|
"""
|
33096
33096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33097
33097
|
required_arguments = ['compartmentId']
|
@@ -33246,7 +33246,7 @@ class DatabaseClient(object):
|
|
33246
33246
|
:rtype: :class:`~oci.response.Response`
|
33247
33247
|
|
33248
33248
|
:example:
|
33249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
33250
33250
|
"""
|
33251
33251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33252
33252
|
required_arguments = ['compartmentId']
|
@@ -33404,7 +33404,7 @@ class DatabaseClient(object):
|
|
33404
33404
|
:rtype: :class:`~oci.response.Response`
|
33405
33405
|
|
33406
33406
|
:example:
|
33407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
33408
33408
|
"""
|
33409
33409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33410
33410
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -33558,7 +33558,7 @@ class DatabaseClient(object):
|
|
33558
33558
|
:rtype: :class:`~oci.response.Response`
|
33559
33559
|
|
33560
33560
|
:example:
|
33561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
33562
33562
|
"""
|
33563
33563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33564
33564
|
required_arguments = ['compartmentId']
|
@@ -33717,7 +33717,7 @@ class DatabaseClient(object):
|
|
33717
33717
|
:rtype: :class:`~oci.response.Response`
|
33718
33718
|
|
33719
33719
|
:example:
|
33720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
33721
33721
|
"""
|
33722
33722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33723
33723
|
required_arguments = ['compartmentId']
|
@@ -33864,7 +33864,7 @@ class DatabaseClient(object):
|
|
33864
33864
|
:rtype: :class:`~oci.response.Response`
|
33865
33865
|
|
33866
33866
|
:example:
|
33867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
33868
33868
|
"""
|
33869
33869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33870
33870
|
required_arguments = ['compartmentId']
|
@@ -34013,7 +34013,7 @@ class DatabaseClient(object):
|
|
34013
34013
|
:rtype: :class:`~oci.response.Response`
|
34014
34014
|
|
34015
34015
|
:example:
|
34016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
|
34017
34017
|
"""
|
34018
34018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34019
34019
|
required_arguments = ['version']
|
@@ -34173,7 +34173,7 @@ class DatabaseClient(object):
|
|
34173
34173
|
:rtype: :class:`~oci.response.Response`
|
34174
34174
|
|
34175
34175
|
:example:
|
34176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
34177
34177
|
"""
|
34178
34178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34179
34179
|
required_arguments = ['compartmentId']
|
@@ -34288,7 +34288,7 @@ class DatabaseClient(object):
|
|
34288
34288
|
:rtype: :class:`~oci.response.Response`
|
34289
34289
|
|
34290
34290
|
:example:
|
34291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
34292
34292
|
"""
|
34293
34293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34294
34294
|
required_arguments = ['compartmentId']
|
@@ -34426,7 +34426,7 @@ class DatabaseClient(object):
|
|
34426
34426
|
:rtype: :class:`~oci.response.Response`
|
34427
34427
|
|
34428
34428
|
:example:
|
34429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
34430
34430
|
"""
|
34431
34431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34432
34432
|
required_arguments = ['compartmentId']
|
@@ -34622,7 +34622,7 @@ class DatabaseClient(object):
|
|
34622
34622
|
:rtype: :class:`~oci.response.Response`
|
34623
34623
|
|
34624
34624
|
:example:
|
34625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
34626
34626
|
"""
|
34627
34627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34628
34628
|
required_arguments = ['compartmentId']
|
@@ -34800,7 +34800,7 @@ class DatabaseClient(object):
|
|
34800
34800
|
:rtype: :class:`~oci.response.Response`
|
34801
34801
|
|
34802
34802
|
:example:
|
34803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
34804
34804
|
"""
|
34805
34805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34806
34806
|
required_arguments = ['compartmentId']
|
@@ -34932,7 +34932,7 @@ class DatabaseClient(object):
|
|
34932
34932
|
:rtype: :class:`~oci.response.Response`
|
34933
34933
|
|
34934
34934
|
:example:
|
34935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
|
34936
34936
|
"""
|
34937
34937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34938
34938
|
required_arguments = ['type']
|
@@ -35061,7 +35061,7 @@ class DatabaseClient(object):
|
|
35061
35061
|
:rtype: :class:`~oci.response.Response`
|
35062
35062
|
|
35063
35063
|
:example:
|
35064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
35065
35065
|
"""
|
35066
35066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35067
35067
|
required_arguments = ['databaseId']
|
@@ -35231,7 +35231,7 @@ class DatabaseClient(object):
|
|
35231
35231
|
:rtype: :class:`~oci.response.Response`
|
35232
35232
|
|
35233
35233
|
:example:
|
35234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
35235
35235
|
"""
|
35236
35236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35237
35237
|
required_arguments = []
|
@@ -35373,7 +35373,7 @@ class DatabaseClient(object):
|
|
35373
35373
|
:rtype: :class:`~oci.response.Response`
|
35374
35374
|
|
35375
35375
|
:example:
|
35376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
|
35377
35377
|
"""
|
35378
35378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35379
35379
|
required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
|
@@ -35495,7 +35495,7 @@ class DatabaseClient(object):
|
|
35495
35495
|
:rtype: :class:`~oci.response.Response`
|
35496
35496
|
|
35497
35497
|
:example:
|
35498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_resource_pool_members.py.html>`__ to see an example of how to use list_resource_pool_members API.
|
35499
35499
|
"""
|
35500
35500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35501
35501
|
required_arguments = ['autonomousDatabaseId']
|
@@ -35636,7 +35636,7 @@ class DatabaseClient(object):
|
|
35636
35636
|
:rtype: :class:`~oci.response.Response`
|
35637
35637
|
|
35638
35638
|
:example:
|
35639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
|
35640
35640
|
"""
|
35641
35641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35642
35642
|
required_arguments = ['compartmentId']
|
@@ -35801,7 +35801,7 @@ class DatabaseClient(object):
|
|
35801
35801
|
:rtype: :class:`~oci.response.Response`
|
35802
35802
|
|
35803
35803
|
:example:
|
35804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
|
35805
35805
|
"""
|
35806
35806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35807
35807
|
required_arguments = ['compartmentId']
|
@@ -35957,7 +35957,7 @@ class DatabaseClient(object):
|
|
35957
35957
|
:rtype: :class:`~oci.response.Response`
|
35958
35958
|
|
35959
35959
|
:example:
|
35960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
|
35961
35961
|
"""
|
35962
35962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35963
35963
|
required_arguments = ['compartmentId']
|
@@ -36112,7 +36112,7 @@ class DatabaseClient(object):
|
|
36112
36112
|
:rtype: :class:`~oci.response.Response`
|
36113
36113
|
|
36114
36114
|
:example:
|
36115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
|
36116
36116
|
"""
|
36117
36117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36118
36118
|
required_arguments = ['schedulingPolicyId']
|
@@ -36277,7 +36277,7 @@ class DatabaseClient(object):
|
|
36277
36277
|
:rtype: :class:`~oci.response.Response`
|
36278
36278
|
|
36279
36279
|
:example:
|
36280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
|
36281
36281
|
"""
|
36282
36282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36283
36283
|
required_arguments = ['majorVersion', 'compartmentId', 'giVersion']
|
@@ -36425,7 +36425,7 @@ class DatabaseClient(object):
|
|
36425
36425
|
:rtype: :class:`~oci.response.Response`
|
36426
36426
|
|
36427
36427
|
:example:
|
36428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
36429
36429
|
"""
|
36430
36430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36431
36431
|
required_arguments = ['compartmentId', 'giVersion']
|
@@ -36567,7 +36567,7 @@ class DatabaseClient(object):
|
|
36567
36567
|
:rtype: :class:`~oci.response.Response`
|
36568
36568
|
|
36569
36569
|
:example:
|
36570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
36571
36571
|
"""
|
36572
36572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36573
36573
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -36708,7 +36708,7 @@ class DatabaseClient(object):
|
|
36708
36708
|
:rtype: :class:`~oci.response.Response`
|
36709
36709
|
|
36710
36710
|
:example:
|
36711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
36712
36712
|
"""
|
36713
36713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36714
36714
|
required_arguments = ['vmClusterId']
|
@@ -36816,7 +36816,7 @@ class DatabaseClient(object):
|
|
36816
36816
|
:rtype: :class:`~oci.response.Response`
|
36817
36817
|
|
36818
36818
|
:example:
|
36819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
36820
36820
|
"""
|
36821
36821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36822
36822
|
required_arguments = ['vmClusterId']
|
@@ -36937,7 +36937,7 @@ class DatabaseClient(object):
|
|
36937
36937
|
:rtype: :class:`~oci.response.Response`
|
36938
36938
|
|
36939
36939
|
:example:
|
36940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
36941
36941
|
"""
|
36942
36942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36943
36943
|
required_arguments = ['vmClusterId']
|
@@ -37079,7 +37079,7 @@ class DatabaseClient(object):
|
|
37079
37079
|
:rtype: :class:`~oci.response.Response`
|
37080
37080
|
|
37081
37081
|
:example:
|
37082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
37083
37083
|
"""
|
37084
37084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37085
37085
|
required_arguments = ['vmClusterId']
|
@@ -37238,7 +37238,7 @@ class DatabaseClient(object):
|
|
37238
37238
|
:rtype: :class:`~oci.response.Response`
|
37239
37239
|
|
37240
37240
|
:example:
|
37241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
37242
37242
|
"""
|
37243
37243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37244
37244
|
required_arguments = ['compartmentId']
|
@@ -37391,7 +37391,7 @@ class DatabaseClient(object):
|
|
37391
37391
|
:rtype: :class:`~oci.response.Response`
|
37392
37392
|
|
37393
37393
|
:example:
|
37394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
37395
37395
|
"""
|
37396
37396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37397
37397
|
required_arguments = ['pluggableDatabaseId']
|
@@ -37506,7 +37506,7 @@ class DatabaseClient(object):
|
|
37506
37506
|
:rtype: :class:`~oci.response.Response`
|
37507
37507
|
|
37508
37508
|
:example:
|
37509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
|
37510
37510
|
"""
|
37511
37511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37512
37512
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -37626,7 +37626,7 @@ class DatabaseClient(object):
|
|
37626
37626
|
:rtype: :class:`~oci.response.Response`
|
37627
37627
|
|
37628
37628
|
:example:
|
37629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/migrate_data_guard_association_to_multi_data_guards.py.html>`__ to see an example of how to use migrate_data_guard_association_to_multi_data_guards API.
|
37630
37630
|
"""
|
37631
37631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37632
37632
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -37745,7 +37745,7 @@ class DatabaseClient(object):
|
|
37745
37745
|
:rtype: :class:`~oci.response.Response`
|
37746
37746
|
|
37747
37747
|
:example:
|
37748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
37749
37749
|
"""
|
37750
37750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37751
37751
|
required_arguments = ['dbSystemId']
|
@@ -37865,7 +37865,7 @@ class DatabaseClient(object):
|
|
37865
37865
|
:rtype: :class:`~oci.response.Response`
|
37866
37866
|
|
37867
37867
|
:example:
|
37868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
37869
37869
|
"""
|
37870
37870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37871
37871
|
required_arguments = ['databaseId']
|
@@ -37985,7 +37985,7 @@ class DatabaseClient(object):
|
|
37985
37985
|
:rtype: :class:`~oci.response.Response`
|
37986
37986
|
|
37987
37987
|
:example:
|
37988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
37989
37989
|
"""
|
37990
37990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37991
37991
|
required_arguments = ['databaseId']
|
@@ -38105,7 +38105,7 @@ class DatabaseClient(object):
|
|
38105
38105
|
:rtype: :class:`~oci.response.Response`
|
38106
38106
|
|
38107
38107
|
:example:
|
38108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
38109
38109
|
"""
|
38110
38110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38111
38111
|
required_arguments = ['pluggableDatabaseId']
|
@@ -38225,7 +38225,7 @@ class DatabaseClient(object):
|
|
38225
38225
|
:rtype: :class:`~oci.response.Response`
|
38226
38226
|
|
38227
38227
|
:example:
|
38228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
|
38229
38229
|
"""
|
38230
38230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38231
38231
|
required_arguments = ['executionActionId']
|
@@ -38342,7 +38342,7 @@ class DatabaseClient(object):
|
|
38342
38342
|
:rtype: :class:`~oci.response.Response`
|
38343
38343
|
|
38344
38344
|
:example:
|
38345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
38346
38346
|
"""
|
38347
38347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38348
38348
|
required_arguments = ['pluggableDatabaseId']
|
@@ -38452,7 +38452,7 @@ class DatabaseClient(object):
|
|
38452
38452
|
:rtype: :class:`~oci.response.Response`
|
38453
38453
|
|
38454
38454
|
:example:
|
38455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
38456
38456
|
"""
|
38457
38457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38458
38458
|
required_arguments = ['autonomousDatabaseId']
|
@@ -38568,7 +38568,7 @@ class DatabaseClient(object):
|
|
38568
38568
|
:rtype: :class:`~oci.response.Response`
|
38569
38569
|
|
38570
38570
|
:example:
|
38571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/register_cloud_vm_cluster_pkcs.py.html>`__ to see an example of how to use register_cloud_vm_cluster_pkcs API.
|
38572
38572
|
"""
|
38573
38573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38574
38574
|
required_arguments = ['cloudVmClusterId']
|
@@ -38679,7 +38679,7 @@ class DatabaseClient(object):
|
|
38679
38679
|
:rtype: :class:`~oci.response.Response`
|
38680
38680
|
|
38681
38681
|
:example:
|
38682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
|
38683
38683
|
"""
|
38684
38684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38685
38685
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -38786,7 +38786,7 @@ class DatabaseClient(object):
|
|
38786
38786
|
:rtype: :class:`~oci.response.Response`
|
38787
38787
|
|
38788
38788
|
:example:
|
38789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
38790
38790
|
"""
|
38791
38791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38792
38792
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -38902,7 +38902,7 @@ class DatabaseClient(object):
|
|
38902
38902
|
:rtype: :class:`~oci.response.Response`
|
38903
38903
|
|
38904
38904
|
:example:
|
38905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
|
38906
38906
|
"""
|
38907
38907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38908
38908
|
required_arguments = ['databaseId']
|
@@ -39017,7 +39017,7 @@ class DatabaseClient(object):
|
|
39017
39017
|
:rtype: :class:`~oci.response.Response`
|
39018
39018
|
|
39019
39019
|
:example:
|
39020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
39021
39021
|
"""
|
39022
39022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39023
39023
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -39135,7 +39135,7 @@ class DatabaseClient(object):
|
|
39135
39135
|
:rtype: :class:`~oci.response.Response`
|
39136
39136
|
|
39137
39137
|
:example:
|
39138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
39139
39139
|
"""
|
39140
39140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39141
39141
|
required_arguments = ['pluggableDatabaseId']
|
@@ -39255,7 +39255,7 @@ class DatabaseClient(object):
|
|
39255
39255
|
:rtype: :class:`~oci.response.Response`
|
39256
39256
|
|
39257
39257
|
:example:
|
39258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
39259
39259
|
"""
|
39260
39260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39261
39261
|
required_arguments = ['cloudVmClusterId']
|
@@ -39375,7 +39375,7 @@ class DatabaseClient(object):
|
|
39375
39375
|
:rtype: :class:`~oci.response.Response`
|
39376
39376
|
|
39377
39377
|
:example:
|
39378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
39379
39379
|
"""
|
39380
39380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39381
39381
|
required_arguments = ['exadbVmClusterId']
|
@@ -39495,7 +39495,7 @@ class DatabaseClient(object):
|
|
39495
39495
|
:rtype: :class:`~oci.response.Response`
|
39496
39496
|
|
39497
39497
|
:example:
|
39498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
39499
39499
|
"""
|
39500
39500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39501
39501
|
required_arguments = ['vmClusterId']
|
@@ -39615,7 +39615,7 @@ class DatabaseClient(object):
|
|
39615
39615
|
:rtype: :class:`~oci.response.Response`
|
39616
39616
|
|
39617
39617
|
:example:
|
39618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
|
39619
39619
|
"""
|
39620
39620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39621
39621
|
required_arguments = ['executionWindowId']
|
@@ -39735,7 +39735,7 @@ class DatabaseClient(object):
|
|
39735
39735
|
:rtype: :class:`~oci.response.Response`
|
39736
39736
|
|
39737
39737
|
:example:
|
39738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
|
39739
39739
|
"""
|
39740
39740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39741
39741
|
required_arguments = ['schedulingPlanId']
|
@@ -39861,7 +39861,7 @@ class DatabaseClient(object):
|
|
39861
39861
|
:rtype: :class:`~oci.response.Response`
|
39862
39862
|
|
39863
39863
|
:example:
|
39864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
39865
39865
|
"""
|
39866
39866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39867
39867
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -39980,7 +39980,7 @@ class DatabaseClient(object):
|
|
39980
39980
|
:rtype: :class:`~oci.response.Response`
|
39981
39981
|
|
39982
39982
|
:example:
|
39983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39983
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
39984
39984
|
"""
|
39985
39985
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39986
39986
|
required_arguments = []
|
@@ -40086,7 +40086,7 @@ class DatabaseClient(object):
|
|
40086
40086
|
:rtype: :class:`~oci.response.Response`
|
40087
40087
|
|
40088
40088
|
:example:
|
40089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
40090
40090
|
"""
|
40091
40091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40092
40092
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -40192,7 +40192,7 @@ class DatabaseClient(object):
|
|
40192
40192
|
:rtype: :class:`~oci.response.Response`
|
40193
40193
|
|
40194
40194
|
:example:
|
40195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
40196
40196
|
"""
|
40197
40197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40198
40198
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40301,7 +40301,7 @@ class DatabaseClient(object):
|
|
40301
40301
|
:rtype: :class:`~oci.response.Response`
|
40302
40302
|
|
40303
40303
|
:example:
|
40304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
40305
40305
|
"""
|
40306
40306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40307
40307
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40408,7 +40408,7 @@ class DatabaseClient(object):
|
|
40408
40408
|
:rtype: :class:`~oci.response.Response`
|
40409
40409
|
|
40410
40410
|
:example:
|
40411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
40412
40412
|
"""
|
40413
40413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40414
40414
|
required_arguments = ['databaseId']
|
@@ -40525,7 +40525,7 @@ class DatabaseClient(object):
|
|
40525
40525
|
:rtype: :class:`~oci.response.Response`
|
40526
40526
|
|
40527
40527
|
:example:
|
40528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
40529
40529
|
"""
|
40530
40530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40531
40531
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -40648,7 +40648,7 @@ class DatabaseClient(object):
|
|
40648
40648
|
:rtype: :class:`~oci.response.Response`
|
40649
40649
|
|
40650
40650
|
:example:
|
40651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
40652
40652
|
"""
|
40653
40653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40654
40654
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40769,7 +40769,7 @@ class DatabaseClient(object):
|
|
40769
40769
|
:rtype: :class:`~oci.response.Response`
|
40770
40770
|
|
40771
40771
|
:example:
|
40772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
40773
40773
|
"""
|
40774
40774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40775
40775
|
required_arguments = ['autonomousVmClusterId']
|
@@ -40887,7 +40887,7 @@ class DatabaseClient(object):
|
|
40887
40887
|
:rtype: :class:`~oci.response.Response`
|
40888
40888
|
|
40889
40889
|
:example:
|
40890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
40891
40891
|
"""
|
40892
40892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40893
40893
|
required_arguments = ['autonomousVmClusterId']
|
@@ -41005,7 +41005,7 @@ class DatabaseClient(object):
|
|
41005
41005
|
:rtype: :class:`~oci.response.Response`
|
41006
41006
|
|
41007
41007
|
:example:
|
41008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
41009
41009
|
"""
|
41010
41010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41011
41011
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -41124,7 +41124,7 @@ class DatabaseClient(object):
|
|
41124
41124
|
:rtype: :class:`~oci.response.Response`
|
41125
41125
|
|
41126
41126
|
:example:
|
41127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
41128
41128
|
"""
|
41129
41129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41130
41130
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -41240,7 +41240,7 @@ class DatabaseClient(object):
|
|
41240
41240
|
:rtype: :class:`~oci.response.Response`
|
41241
41241
|
|
41242
41242
|
:example:
|
41243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
41244
41244
|
"""
|
41245
41245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41246
41246
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -41353,7 +41353,7 @@ class DatabaseClient(object):
|
|
41353
41353
|
:rtype: :class:`~oci.response.Response`
|
41354
41354
|
|
41355
41355
|
:example:
|
41356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41356
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
41357
41357
|
"""
|
41358
41358
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41359
41359
|
required_arguments = ['pluggableDatabaseId']
|
@@ -41466,7 +41466,7 @@ class DatabaseClient(object):
|
|
41466
41466
|
:rtype: :class:`~oci.response.Response`
|
41467
41467
|
|
41468
41468
|
:example:
|
41469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
41470
41470
|
"""
|
41471
41471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41472
41472
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -41581,7 +41581,7 @@ class DatabaseClient(object):
|
|
41581
41581
|
:rtype: :class:`~oci.response.Response`
|
41582
41582
|
|
41583
41583
|
:example:
|
41584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
41585
41585
|
"""
|
41586
41586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41587
41587
|
required_arguments = ['databaseId']
|
@@ -41684,7 +41684,7 @@ class DatabaseClient(object):
|
|
41684
41684
|
:rtype: :class:`~oci.response.Response`
|
41685
41685
|
|
41686
41686
|
:example:
|
41687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
41688
41688
|
"""
|
41689
41689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41690
41690
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41796,7 +41796,7 @@ class DatabaseClient(object):
|
|
41796
41796
|
:rtype: :class:`~oci.response.Response`
|
41797
41797
|
|
41798
41798
|
:example:
|
41799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
41800
41800
|
"""
|
41801
41801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41802
41802
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -41919,7 +41919,7 @@ class DatabaseClient(object):
|
|
41919
41919
|
:rtype: :class:`~oci.response.Response`
|
41920
41920
|
|
41921
41921
|
:example:
|
41922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
|
41923
41923
|
"""
|
41924
41924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41925
41925
|
required_arguments = ['databaseId']
|
@@ -42041,7 +42041,7 @@ class DatabaseClient(object):
|
|
42041
42041
|
:rtype: :class:`~oci.response.Response`
|
42042
42042
|
|
42043
42043
|
:example:
|
42044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
|
42045
42045
|
"""
|
42046
42046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42047
42047
|
required_arguments = ['pluggableDatabaseId']
|
@@ -42152,7 +42152,7 @@ class DatabaseClient(object):
|
|
42152
42152
|
:rtype: :class:`~oci.response.Response`
|
42153
42153
|
|
42154
42154
|
:example:
|
42155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
42156
42156
|
"""
|
42157
42157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42158
42158
|
required_arguments = ['autonomousDatabaseId']
|
@@ -42258,7 +42258,7 @@ class DatabaseClient(object):
|
|
42258
42258
|
:rtype: :class:`~oci.response.Response`
|
42259
42259
|
|
42260
42260
|
:example:
|
42261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
42262
42262
|
"""
|
42263
42263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42264
42264
|
required_arguments = ['autonomousDatabaseId']
|
@@ -42370,7 +42370,7 @@ class DatabaseClient(object):
|
|
42370
42370
|
:rtype: :class:`~oci.response.Response`
|
42371
42371
|
|
42372
42372
|
:example:
|
42373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
42374
42374
|
"""
|
42375
42375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42376
42376
|
required_arguments = ['pluggableDatabaseId']
|
@@ -42482,7 +42482,7 @@ class DatabaseClient(object):
|
|
42482
42482
|
:rtype: :class:`~oci.response.Response`
|
42483
42483
|
|
42484
42484
|
:example:
|
42485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
42486
42486
|
"""
|
42487
42487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42488
42488
|
required_arguments = ['autonomousDatabaseId']
|
@@ -42596,7 +42596,7 @@ class DatabaseClient(object):
|
|
42596
42596
|
:rtype: :class:`~oci.response.Response`
|
42597
42597
|
|
42598
42598
|
:example:
|
42599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
42600
42600
|
"""
|
42601
42601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42602
42602
|
required_arguments = ['pluggableDatabaseId']
|
@@ -42719,7 +42719,7 @@ class DatabaseClient(object):
|
|
42719
42719
|
:rtype: :class:`~oci.response.Response`
|
42720
42720
|
|
42721
42721
|
:example:
|
42722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
|
42723
42723
|
"""
|
42724
42724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42725
42725
|
required_arguments = ['databaseId']
|
@@ -42832,7 +42832,7 @@ class DatabaseClient(object):
|
|
42832
42832
|
:rtype: :class:`~oci.response.Response`
|
42833
42833
|
|
42834
42834
|
:example:
|
42835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
|
42836
42836
|
"""
|
42837
42837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42838
42838
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -42941,7 +42941,7 @@ class DatabaseClient(object):
|
|
42941
42941
|
:rtype: :class:`~oci.response.Response`
|
42942
42942
|
|
42943
42943
|
:example:
|
42944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
42945
42945
|
"""
|
42946
42946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42947
42947
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -43064,7 +43064,7 @@ class DatabaseClient(object):
|
|
43064
43064
|
:rtype: :class:`~oci.response.Response`
|
43065
43065
|
|
43066
43066
|
:example:
|
43067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
43067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
43068
43068
|
"""
|
43069
43069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43070
43070
|
required_arguments = ['autonomousDatabaseId']
|
@@ -43190,7 +43190,7 @@ class DatabaseClient(object):
|
|
43190
43190
|
:rtype: :class:`~oci.response.Response`
|
43191
43191
|
|
43192
43192
|
:example:
|
43193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
43193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
43194
43194
|
"""
|
43195
43195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43196
43196
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -43293,7 +43293,7 @@ class DatabaseClient(object):
|
|
43293
43293
|
:rtype: :class:`~oci.response.Response`
|
43294
43294
|
|
43295
43295
|
:example:
|
43296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
43296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
43297
43297
|
"""
|
43298
43298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43299
43299
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -43391,7 +43391,7 @@ class DatabaseClient(object):
|
|
43391
43391
|
:rtype: :class:`~oci.response.Response`
|
43392
43392
|
|
43393
43393
|
:example:
|
43394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
43394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
43395
43395
|
"""
|
43396
43396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43397
43397
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -43496,7 +43496,7 @@ class DatabaseClient(object):
|
|
43496
43496
|
:rtype: :class:`~oci.response.Response`
|
43497
43497
|
|
43498
43498
|
:example:
|
43499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
43499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
43500
43500
|
"""
|
43501
43501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43502
43502
|
required_arguments = ['dbSystemId']
|
@@ -43607,7 +43607,7 @@ class DatabaseClient(object):
|
|
43607
43607
|
:rtype: :class:`~oci.response.Response`
|
43608
43608
|
|
43609
43609
|
:example:
|
43610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
43610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/unregister_cloud_vm_cluster_pkcs.py.html>`__ to see an example of how to use unregister_cloud_vm_cluster_pkcs API.
|
43611
43611
|
"""
|
43612
43612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43613
43613
|
required_arguments = ['cloudVmClusterId']
|
@@ -43715,7 +43715,7 @@ class DatabaseClient(object):
|
|
43715
43715
|
:rtype: :class:`~oci.response.Response`
|
43716
43716
|
|
43717
43717
|
:example:
|
43718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
43718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
43719
43719
|
"""
|
43720
43720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43721
43721
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -43828,7 +43828,7 @@ class DatabaseClient(object):
|
|
43828
43828
|
:rtype: :class:`~oci.response.Response`
|
43829
43829
|
|
43830
43830
|
:example:
|
43831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
43831
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
43832
43832
|
"""
|
43833
43833
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43834
43834
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -43943,7 +43943,7 @@ class DatabaseClient(object):
|
|
43943
43943
|
:rtype: :class:`~oci.response.Response`
|
43944
43944
|
|
43945
43945
|
:example:
|
43946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
43946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
43947
43947
|
"""
|
43948
43948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43949
43949
|
required_arguments = ['autonomousDatabaseId']
|
@@ -44059,7 +44059,7 @@ class DatabaseClient(object):
|
|
44059
44059
|
:rtype: :class:`~oci.response.Response`
|
44060
44060
|
|
44061
44061
|
:example:
|
44062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
44062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
44063
44063
|
"""
|
44064
44064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44065
44065
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -44165,7 +44165,7 @@ class DatabaseClient(object):
|
|
44165
44165
|
:rtype: :class:`~oci.response.Response`
|
44166
44166
|
|
44167
44167
|
:example:
|
44168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
44168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
44169
44169
|
"""
|
44170
44170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44171
44171
|
required_arguments = []
|
@@ -44261,7 +44261,7 @@ class DatabaseClient(object):
|
|
44261
44261
|
:rtype: :class:`~oci.response.Response`
|
44262
44262
|
|
44263
44263
|
:example:
|
44264
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
44264
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
44265
44265
|
"""
|
44266
44266
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44267
44267
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -44370,7 +44370,7 @@ class DatabaseClient(object):
|
|
44370
44370
|
:rtype: :class:`~oci.response.Response`
|
44371
44371
|
|
44372
44372
|
:example:
|
44373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
44373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
44374
44374
|
"""
|
44375
44375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44376
44376
|
required_arguments = ['autonomousDatabaseId']
|
@@ -44475,7 +44475,7 @@ class DatabaseClient(object):
|
|
44475
44475
|
:rtype: :class:`~oci.response.Response`
|
44476
44476
|
|
44477
44477
|
:example:
|
44478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
44478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
44479
44479
|
"""
|
44480
44480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44481
44481
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -44583,7 +44583,7 @@ class DatabaseClient(object):
|
|
44583
44583
|
:rtype: :class:`~oci.response.Response`
|
44584
44584
|
|
44585
44585
|
:example:
|
44586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
44586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
44587
44587
|
"""
|
44588
44588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44589
44589
|
required_arguments = ['autonomousVmClusterId']
|
@@ -44693,7 +44693,7 @@ class DatabaseClient(object):
|
|
44693
44693
|
:rtype: :class:`~oci.response.Response`
|
44694
44694
|
|
44695
44695
|
:example:
|
44696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
44696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
|
44697
44697
|
"""
|
44698
44698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44699
44699
|
required_arguments = ['backupId']
|
@@ -44806,7 +44806,7 @@ class DatabaseClient(object):
|
|
44806
44806
|
:rtype: :class:`~oci.response.Response`
|
44807
44807
|
|
44808
44808
|
:example:
|
44809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
44809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
44810
44810
|
"""
|
44811
44811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44812
44812
|
required_arguments = ['backupDestinationId']
|
@@ -44920,7 +44920,7 @@ class DatabaseClient(object):
|
|
44920
44920
|
:rtype: :class:`~oci.response.Response`
|
44921
44921
|
|
44922
44922
|
:example:
|
44923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
44923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
44924
44924
|
"""
|
44925
44925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44926
44926
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -45032,7 +45032,7 @@ class DatabaseClient(object):
|
|
45032
45032
|
:rtype: :class:`~oci.response.Response`
|
45033
45033
|
|
45034
45034
|
:example:
|
45035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
45035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
45036
45036
|
"""
|
45037
45037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45038
45038
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -45142,7 +45142,7 @@ class DatabaseClient(object):
|
|
45142
45142
|
:rtype: :class:`~oci.response.Response`
|
45143
45143
|
|
45144
45144
|
:example:
|
45145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
45145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
45146
45146
|
"""
|
45147
45147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45148
45148
|
required_arguments = ['cloudVmClusterId']
|
@@ -45252,7 +45252,7 @@ class DatabaseClient(object):
|
|
45252
45252
|
:rtype: :class:`~oci.response.Response`
|
45253
45253
|
|
45254
45254
|
:example:
|
45255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
45255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
|
45256
45256
|
"""
|
45257
45257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45258
45258
|
required_arguments = ['cloudVmClusterId']
|
@@ -45365,7 +45365,7 @@ class DatabaseClient(object):
|
|
45365
45365
|
:rtype: :class:`~oci.response.Response`
|
45366
45366
|
|
45367
45367
|
:example:
|
45368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
45368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
45369
45369
|
"""
|
45370
45370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45371
45371
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -45479,7 +45479,7 @@ class DatabaseClient(object):
|
|
45479
45479
|
:rtype: :class:`~oci.response.Response`
|
45480
45480
|
|
45481
45481
|
:example:
|
45482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
45482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
45483
45483
|
"""
|
45484
45484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45485
45485
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -45600,7 +45600,7 @@ class DatabaseClient(object):
|
|
45600
45600
|
:rtype: :class:`~oci.response.Response`
|
45601
45601
|
|
45602
45602
|
:example:
|
45603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
45603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
|
45604
45604
|
"""
|
45605
45605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45606
45606
|
required_arguments = ['databaseId']
|
@@ -45718,7 +45718,7 @@ class DatabaseClient(object):
|
|
45718
45718
|
:rtype: :class:`~oci.response.Response`
|
45719
45719
|
|
45720
45720
|
:example:
|
45721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
45721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
45722
45722
|
"""
|
45723
45723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45724
45724
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -45826,7 +45826,7 @@ class DatabaseClient(object):
|
|
45826
45826
|
:rtype: :class:`~oci.response.Response`
|
45827
45827
|
|
45828
45828
|
:example:
|
45829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
45829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
45830
45830
|
"""
|
45831
45831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45832
45832
|
required_arguments = ['databaseId']
|
@@ -45931,7 +45931,7 @@ class DatabaseClient(object):
|
|
45931
45931
|
:rtype: :class:`~oci.response.Response`
|
45932
45932
|
|
45933
45933
|
:example:
|
45934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
45934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
45935
45935
|
"""
|
45936
45936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45937
45937
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -46036,7 +46036,7 @@ class DatabaseClient(object):
|
|
46036
46036
|
:rtype: :class:`~oci.response.Response`
|
46037
46037
|
|
46038
46038
|
:example:
|
46039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
46039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
46040
46040
|
"""
|
46041
46041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46042
46042
|
required_arguments = ['dbHomeId']
|
@@ -46144,7 +46144,7 @@ class DatabaseClient(object):
|
|
46144
46144
|
:rtype: :class:`~oci.response.Response`
|
46145
46145
|
|
46146
46146
|
:example:
|
46147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
46147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
46148
46148
|
"""
|
46149
46149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46150
46150
|
required_arguments = ['dbNodeId']
|
@@ -46258,7 +46258,7 @@ class DatabaseClient(object):
|
|
46258
46258
|
:rtype: :class:`~oci.response.Response`
|
46259
46259
|
|
46260
46260
|
:example:
|
46261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
46261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
46262
46262
|
"""
|
46263
46263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46264
46264
|
required_arguments = ['dbSystemId']
|
@@ -46367,7 +46367,7 @@ class DatabaseClient(object):
|
|
46367
46367
|
:rtype: :class:`~oci.response.Response`
|
46368
46368
|
|
46369
46369
|
:example:
|
46370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
46370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
46371
46371
|
"""
|
46372
46372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46373
46373
|
required_arguments = ['exadataInfrastructureId']
|
@@ -46487,7 +46487,7 @@ class DatabaseClient(object):
|
|
46487
46487
|
:rtype: :class:`~oci.response.Response`
|
46488
46488
|
|
46489
46489
|
:example:
|
46490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
46490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
46491
46491
|
"""
|
46492
46492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46493
46493
|
required_arguments = ['dbSystemId']
|
@@ -46597,7 +46597,7 @@ class DatabaseClient(object):
|
|
46597
46597
|
:rtype: :class:`~oci.response.Response`
|
46598
46598
|
|
46599
46599
|
:example:
|
46600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
46600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
|
46601
46601
|
"""
|
46602
46602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46603
46603
|
required_arguments = ['exadbVmClusterId']
|
@@ -46707,7 +46707,7 @@ class DatabaseClient(object):
|
|
46707
46707
|
:rtype: :class:`~oci.response.Response`
|
46708
46708
|
|
46709
46709
|
:example:
|
46710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
46710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
|
46711
46711
|
"""
|
46712
46712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46713
46713
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -46817,7 +46817,7 @@ class DatabaseClient(object):
|
|
46817
46817
|
:rtype: :class:`~oci.response.Response`
|
46818
46818
|
|
46819
46819
|
:example:
|
46820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
46820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
|
46821
46821
|
"""
|
46822
46822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46823
46823
|
required_arguments = ['executionActionId']
|
@@ -46927,7 +46927,7 @@ class DatabaseClient(object):
|
|
46927
46927
|
:rtype: :class:`~oci.response.Response`
|
46928
46928
|
|
46929
46929
|
:example:
|
46930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
46930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
|
46931
46931
|
"""
|
46932
46932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46933
46933
|
required_arguments = ['executionWindowId']
|
@@ -47040,7 +47040,7 @@ class DatabaseClient(object):
|
|
47040
47040
|
:rtype: :class:`~oci.response.Response`
|
47041
47041
|
|
47042
47042
|
:example:
|
47043
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
47043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
47044
47044
|
"""
|
47045
47045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47046
47046
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -47151,7 +47151,7 @@ class DatabaseClient(object):
|
|
47151
47151
|
:rtype: :class:`~oci.response.Response`
|
47152
47152
|
|
47153
47153
|
:example:
|
47154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
47154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
47155
47155
|
"""
|
47156
47156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47157
47157
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -47261,7 +47261,7 @@ class DatabaseClient(object):
|
|
47261
47261
|
:rtype: :class:`~oci.response.Response`
|
47262
47262
|
|
47263
47263
|
:example:
|
47264
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
47264
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
47265
47265
|
"""
|
47266
47266
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47267
47267
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -47373,7 +47373,7 @@ class DatabaseClient(object):
|
|
47373
47373
|
:rtype: :class:`~oci.response.Response`
|
47374
47374
|
|
47375
47375
|
:example:
|
47376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
47376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
47377
47377
|
"""
|
47378
47378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47379
47379
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -47483,7 +47483,7 @@ class DatabaseClient(object):
|
|
47483
47483
|
:rtype: :class:`~oci.response.Response`
|
47484
47484
|
|
47485
47485
|
:example:
|
47486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
47486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
47487
47487
|
"""
|
47488
47488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47489
47489
|
required_arguments = ['keyStoreId']
|
@@ -47588,7 +47588,7 @@ class DatabaseClient(object):
|
|
47588
47588
|
:rtype: :class:`~oci.response.Response`
|
47589
47589
|
|
47590
47590
|
:example:
|
47591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
47591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
47592
47592
|
"""
|
47593
47593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47594
47594
|
required_arguments = ['maintenanceRunId']
|
@@ -47696,7 +47696,7 @@ class DatabaseClient(object):
|
|
47696
47696
|
:rtype: :class:`~oci.response.Response`
|
47697
47697
|
|
47698
47698
|
:example:
|
47699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
47699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
47700
47700
|
"""
|
47701
47701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47702
47702
|
required_arguments = ['oneoffPatchId']
|
@@ -47803,7 +47803,7 @@ class DatabaseClient(object):
|
|
47803
47803
|
:rtype: :class:`~oci.response.Response`
|
47804
47804
|
|
47805
47805
|
:example:
|
47806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
47806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
47807
47807
|
"""
|
47808
47808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47809
47809
|
required_arguments = ['pluggableDatabaseId']
|
@@ -47911,7 +47911,7 @@ class DatabaseClient(object):
|
|
47911
47911
|
:rtype: :class:`~oci.response.Response`
|
47912
47912
|
|
47913
47913
|
:example:
|
47914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
47914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
|
47915
47915
|
"""
|
47916
47916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47917
47917
|
required_arguments = ['scheduledActionId']
|
@@ -48021,7 +48021,7 @@ class DatabaseClient(object):
|
|
48021
48021
|
:rtype: :class:`~oci.response.Response`
|
48022
48022
|
|
48023
48023
|
:example:
|
48024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
48024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
|
48025
48025
|
"""
|
48026
48026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
48027
48027
|
required_arguments = ['schedulingPolicyId']
|
@@ -48136,7 +48136,7 @@ class DatabaseClient(object):
|
|
48136
48136
|
:rtype: :class:`~oci.response.Response`
|
48137
48137
|
|
48138
48138
|
:example:
|
48139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
48139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
|
48140
48140
|
"""
|
48141
48141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
48142
48142
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -48247,7 +48247,7 @@ class DatabaseClient(object):
|
|
48247
48247
|
:rtype: :class:`~oci.response.Response`
|
48248
48248
|
|
48249
48249
|
:example:
|
48250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
48250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
48251
48251
|
"""
|
48252
48252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
48253
48253
|
required_arguments = ['vmClusterId']
|
@@ -48363,7 +48363,7 @@ class DatabaseClient(object):
|
|
48363
48363
|
:rtype: :class:`~oci.response.Response`
|
48364
48364
|
|
48365
48365
|
:example:
|
48366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
48366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
48367
48367
|
"""
|
48368
48368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
48369
48369
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -48474,7 +48474,7 @@ class DatabaseClient(object):
|
|
48474
48474
|
:rtype: :class:`~oci.response.Response`
|
48475
48475
|
|
48476
48476
|
:example:
|
48477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
48477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
48478
48478
|
"""
|
48479
48479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
48480
48480
|
required_arguments = ['databaseId']
|
@@ -48591,7 +48591,7 @@ class DatabaseClient(object):
|
|
48591
48591
|
:rtype: :class:`~oci.response.Response`
|
48592
48592
|
|
48593
48593
|
:example:
|
48594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
48594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
48595
48595
|
"""
|
48596
48596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
48597
48597
|
required_arguments = ['dbSystemId']
|
@@ -48708,7 +48708,7 @@ class DatabaseClient(object):
|
|
48708
48708
|
:rtype: :class:`~oci.response.Response`
|
48709
48709
|
|
48710
48710
|
:example:
|
48711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
48711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
48712
48712
|
"""
|
48713
48713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
48714
48714
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|