oci 2.152.1__py3-none-any.whl → 2.153.0__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/addons/adk/tool/function_tool.py +2 -1
- oci/adm/application_dependency_management_client.py +38 -38
- oci/adm/models/application_dependency.py +4 -3
- oci/adm/models/application_dependency_recommendation_summary.py +4 -4
- oci/adm/models/application_dependency_vulnerability_summary.py +57 -6
- oci/adm/models/detect_configuration.py +7 -7
- oci/adm/models/network_configuration.py +1 -2
- oci/adm/models/vulnerability.py +8 -4
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +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/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 +30 -30
- oci/apm_synthetics/models/create_script_details.py +10 -6
- oci/apm_synthetics/models/monitor.py +51 -0
- oci/apm_synthetics/models/monitor_result.py +2 -2
- oci/apm_synthetics/models/script.py +9 -5
- oci/apm_synthetics/models/script_summary.py +7 -3
- oci/apm_synthetics/models/update_script_details.py +10 -6
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +578 -86
- oci/bds/bds_client_composite_operations.py +42 -0
- oci/bds/models/__init__.py +26 -0
- oci/bds/models/bds_capacity_report.py +132 -0
- oci/bds/models/bds_software_update.py +109 -0
- oci/bds/models/capacity_availability.py +121 -0
- oci/bds/models/capacity_report_shape_availability.py +128 -0
- oci/bds/models/create_bds_capacity_report_details.py +101 -0
- oci/bds/models/create_capacity_report_shape_availability_details.py +97 -0
- oci/bds/models/domain_type_capacity_report.py +107 -0
- oci/bds/models/install_os_patch_details.py +33 -2
- oci/bds/models/install_software_updates_details.py +70 -0
- oci/bds/models/multi_ad_capacity_report.py +107 -0
- oci/bds/models/os_patch_package_summary.py +57 -2
- oci/bds/models/patch_history_summary.py +13 -7
- oci/bds/models/single_ad_capacity_report.py +107 -0
- oci/bds/models/software_update.py +253 -0
- oci/bds/models/software_update_collection.py +70 -0
- oci/bds/models/software_update_summary.py +194 -0
- oci/bds/models/work_request.py +7 -3
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/__init__.py +5 -1
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +1645 -0
- oci/capacity_management/demand_signal_client_composite_operations.py +318 -0
- oci/capacity_management/internal_demand_signal_client.py +1605 -0
- oci/capacity_management/internal_demand_signal_client_composite_operations.py +172 -0
- oci/capacity_management/models/__init__.py +79 -1
- oci/capacity_management/models/bulk_create_occm_demand_signal_item.py +400 -0
- oci/capacity_management/models/bulk_create_occm_demand_signal_item_details.py +101 -0
- oci/capacity_management/models/create_internal_occm_demand_signal_delivery_details.py +322 -0
- oci/capacity_management/models/create_occm_demand_signal_details.py +198 -0
- oci/capacity_management/models/create_occm_demand_signal_item_details.py +462 -0
- oci/capacity_management/models/internal_occm_demand_signal.py +431 -0
- oci/capacity_management/models/internal_occm_demand_signal_catalog_resource.py +620 -0
- oci/capacity_management/models/internal_occm_demand_signal_catalog_resource_collection.py +70 -0
- oci/capacity_management/models/internal_occm_demand_signal_catalog_resource_summary.py +588 -0
- oci/capacity_management/models/internal_occm_demand_signal_collection.py +70 -0
- oci/capacity_management/models/internal_occm_demand_signal_delivery.py +555 -0
- oci/capacity_management/models/internal_occm_demand_signal_delivery_collection.py +70 -0
- oci/capacity_management/models/internal_occm_demand_signal_delivery_summary.py +495 -0
- oci/capacity_management/models/internal_occm_demand_signal_item_collection.py +70 -0
- oci/capacity_management/models/internal_occm_demand_signal_item_summary.py +674 -0
- oci/capacity_management/models/internal_occm_demand_signal_summary.py +431 -0
- oci/capacity_management/models/occm_demand_signal.py +464 -0
- oci/capacity_management/models/occm_demand_signal_catalog.py +418 -0
- oci/capacity_management/models/occm_demand_signal_catalog_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_catalog_resource.py +558 -0
- oci/capacity_management/models/occm_demand_signal_catalog_resource_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_catalog_resource_summary.py +526 -0
- oci/capacity_management/models/occm_demand_signal_catalog_summary.py +386 -0
- oci/capacity_management/models/occm_demand_signal_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_delivery_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_delivery_summary.py +481 -0
- oci/capacity_management/models/occm_demand_signal_item.py +675 -0
- oci/capacity_management/models/occm_demand_signal_item_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_item_summary.py +643 -0
- oci/capacity_management/models/occm_demand_signal_resource_properties_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_resource_properties_summary.py +256 -0
- oci/capacity_management/models/occm_demand_signal_resource_property_constraints_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_resource_property_constraints_summary.py +101 -0
- oci/capacity_management/models/occm_demand_signal_resource_property_option_summary.py +101 -0
- oci/capacity_management/models/occm_demand_signal_summary.py +400 -0
- oci/capacity_management/models/update_internal_occm_demand_signal_delivery_details.py +260 -0
- oci/capacity_management/models/update_internal_occm_demand_signal_details.py +98 -0
- oci/capacity_management/models/update_occm_demand_signal_details.py +210 -0
- oci/capacity_management/models/update_occm_demand_signal_item_details.py +326 -0
- 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_engine/models/cluster.py +33 -2
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +1095 -163
- oci/core/compute_client_composite_operations.py +403 -0
- oci/core/compute_management_client.py +32 -32
- oci/core/models/__init__.py +30 -0
- oci/core/models/attach_compute_host_group_host_details.py +74 -0
- oci/core/models/change_compute_host_group_compartment_details.py +76 -0
- oci/core/models/compute_bare_metal_host_placement_constraint_details.py +79 -0
- oci/core/models/compute_host.py +191 -0
- oci/core/models/compute_host_configuration_check_details.py +243 -0
- oci/core/models/compute_host_configuration_data.py +97 -0
- oci/core/models/compute_host_group.py +483 -0
- oci/core/models/compute_host_group_collection.py +70 -0
- oci/core/models/compute_host_group_summary.py +428 -0
- oci/core/models/compute_host_summary.py +62 -0
- oci/core/models/create_compute_host_group_details.py +282 -0
- oci/core/models/create_dedicated_vm_host_details.py +29 -2
- oci/core/models/create_ipv6_details.py +4 -4
- oci/core/models/create_local_peering_gateway_details.py +45 -0
- oci/core/models/create_private_ip_details.py +4 -4
- oci/core/models/create_vcn_details.py +33 -2
- oci/core/models/create_volume_details.py +8 -2
- oci/core/models/dedicated_vm_host.py +27 -0
- oci/core/models/detach_compute_host_group_host_details.py +74 -0
- oci/core/models/host_group_configuration.py +152 -0
- oci/core/models/host_group_placement_constraint_details.py +79 -0
- oci/core/models/instance.py +64 -2
- oci/core/models/instance_configuration_create_volume_details.py +8 -2
- oci/core/models/ipv6.py +4 -4
- oci/core/models/launch_instance_details.py +58 -0
- oci/core/models/local_peering_gateway.py +45 -0
- oci/core/models/placement_constraint_details.py +91 -0
- oci/core/models/private_ip.py +4 -4
- oci/core/models/recycle_details.py +125 -0
- oci/core/models/update_compute_host_group_details.py +216 -0
- oci/core/models/update_ipv6_details.py +4 -4
- oci/core/models/update_local_peering_gateway_details.py +45 -0
- oci/core/models/update_private_ip_details.py +4 -4
- oci/core/models/update_vcn_details.py +33 -2
- oci/core/models/update_vnic_details.py +2 -2
- oci/core/models/update_volume_details.py +8 -2
- oci/core/models/vcn.py +33 -2
- oci/core/models/vnic.py +2 -2
- oci/core/models/volume.py +8 -2
- oci/core/virtual_network_client.py +260 -260
- 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 +466 -455
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/backup.py +7 -3
- oci/database/models/backup_summary.py +7 -3
- oci/database/models/create_database_base.py +1 -1
- oci/database/models/create_external_backup_job_details.py +7 -3
- oci/database/models/db_system.py +7 -3
- oci/database/models/db_system_summary.py +7 -3
- oci/database/models/external_container_database.py +7 -3
- oci/database/models/external_container_database_summary.py +7 -3
- oci/database/models/external_database_base.py +7 -3
- oci/database/models/external_non_container_database.py +7 -3
- oci/database/models/external_non_container_database_summary.py +7 -3
- oci/database/models/external_pluggable_database.py +7 -3
- oci/database/models/external_pluggable_database_summary.py +7 -3
- oci/database/models/launch_db_system_details.py +7 -3
- oci/database/models/launch_db_system_from_backup_details.py +7 -3
- oci/database/models/launch_db_system_from_database_details.py +7 -3
- 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 +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +14 -14
- 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 +474 -14
- oci/management_dashboard/models/management_dashboard_tile_details.py +33 -2
- 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 +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/__init__.py +6 -0
- oci/mysql/models/create_db_system_details.py +27 -0
- oci/mysql/models/create_rest_details.py +117 -0
- oci/mysql/models/db_system.py +27 -0
- oci/mysql/models/db_system_snapshot.py +27 -0
- oci/mysql/models/db_system_summary.py +27 -0
- oci/mysql/models/rest_details.py +117 -0
- oci/mysql/models/update_db_system_details.py +27 -0
- oci/mysql/models/update_rest_details.py +117 -0
- 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/models/__init__.py +24 -0
- oci/network_firewall/models/create_nat_rule_details.py +193 -0
- oci/network_firewall/models/create_nat_v4_rule_details.py +144 -0
- oci/network_firewall/models/create_network_firewall_details.py +27 -0
- oci/network_firewall/models/nat_configuration_request.py +70 -0
- oci/network_firewall/models/nat_configuration_response.py +101 -0
- oci/network_firewall/models/nat_rule.py +254 -0
- oci/network_firewall/models/nat_rule_collection.py +70 -0
- oci/network_firewall/models/nat_rule_match_criteria.py +132 -0
- oci/network_firewall/models/nat_rule_summary.py +228 -0
- oci/network_firewall/models/nat_v4_nat_rule.py +159 -0
- oci/network_firewall/models/nat_v4_nat_summary.py +152 -0
- oci/network_firewall/models/network_firewall.py +30 -11
- oci/network_firewall/models/network_firewall_policy.py +3 -11
- oci/network_firewall/models/network_firewall_policy_summary.py +3 -11
- oci/network_firewall/models/network_firewall_summary.py +30 -11
- oci/network_firewall/models/update_nat_rule_details.py +162 -0
- oci/network_firewall/models/update_nat_v4_rule_details.py +137 -0
- oci/network_firewall/models/update_network_firewall_details.py +27 -0
- oci/network_firewall/network_firewall_client.py +848 -108
- oci/network_firewall/network_firewall_client_composite_operations.py +42 -0
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/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/operations_insights_client.py +181 -181
- 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/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/redis_cluster_client.py +12 -12
- 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/models/average_carbon_emission.py +3 -3
- oci/usage_api/models/create_email_recipients_group_details.py +3 -3
- oci/usage_api/models/email_recipient.py +6 -6
- oci/usage_api/models/email_recipients_group.py +5 -5
- oci/usage_api/models/email_recipients_group_collection.py +3 -3
- oci/usage_api/models/email_recipients_group_summary.py +5 -5
- oci/usage_api/models/forecast.py +5 -3
- oci/usage_api/models/report_query.py +16 -16
- oci/usage_api/models/request_summarized_usages_details.py +4 -4
- oci/usage_api/models/request_usage_carbon_emissions_details.py +143 -2
- oci/usage_api/models/saved_custom_table.py +4 -4
- oci/usage_api/models/scheduled_run.py +12 -12
- oci/usage_api/models/scheduled_run_summary.py +12 -12
- oci/usage_api/models/update_email_recipients_group_details.py +3 -3
- oci/usage_api/models/usage_carbon_emission_aggregation.py +5 -5
- oci/usage_api/models/usage_carbon_emission_summary.py +36 -5
- oci/usage_api/models/usage_carbon_emissions_query.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_query_collection.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_query_summary.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_report_query.py +98 -5
- oci/usage_api/usageapi_client.py +69 -69
- oci/usage_api/usageapi_client_composite_operations.py +4 -4
- 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/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/METADATA +1 -1
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/RECORD +459 -373
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/WHEEL +0 -0
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -157,7 +157,7 @@ class DatabaseClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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']
|
@@ -233,12 +233,10 @@ class DatabaseClient(object):
|
|
233
233
|
|
234
234
|
def add_standby_autonomous_container_database(self, add_standby_autonomous_container_database_details, autonomous_container_database_id, **kwargs):
|
235
235
|
"""
|
236
|
-
|
237
|
-
|
238
|
-
`Create Standby Autonomous Container Database`__ and `Convert Snapshot Standby to Physical Standby`__.
|
236
|
+
Add a standby Autonomous Container Database. For more information about Autonomous Data Guard,see
|
237
|
+
`Protect Critical Databases from Failures and Disasters Using Autonomous Data Guard`__.
|
239
238
|
|
240
|
-
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/
|
241
|
-
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-E8D7E0EE-8244-467D-B33A-1BC6F969A0A4
|
239
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbau/GUID-C57B9A6E-7471-4CDC-8F10-B8386538E31C
|
242
240
|
|
243
241
|
|
244
242
|
:param oci.database.models.AddStandbyAutonomousContainerDatabaseDetails add_standby_autonomous_container_database_details: (required)
|
@@ -280,7 +278,7 @@ class DatabaseClient(object):
|
|
280
278
|
:rtype: :class:`~oci.response.Response`
|
281
279
|
|
282
280
|
:example:
|
283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
|
284
282
|
"""
|
285
283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
286
284
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -397,7 +395,7 @@ class DatabaseClient(object):
|
|
397
395
|
:rtype: :class:`~oci.response.Response`
|
398
396
|
|
399
397
|
:example:
|
400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
|
401
399
|
"""
|
402
400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
403
401
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -512,7 +510,7 @@ class DatabaseClient(object):
|
|
512
510
|
:rtype: :class:`~oci.response.Response`
|
513
511
|
|
514
512
|
:example:
|
515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
516
514
|
"""
|
517
515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
518
516
|
required_arguments = ['exadataInfrastructureId']
|
@@ -630,7 +628,7 @@ class DatabaseClient(object):
|
|
630
628
|
:rtype: :class:`~oci.response.Response`
|
631
629
|
|
632
630
|
:example:
|
633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
634
632
|
"""
|
635
633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
636
634
|
required_arguments = ['cloudVmClusterId']
|
@@ -750,7 +748,7 @@ class DatabaseClient(object):
|
|
750
748
|
:rtype: :class:`~oci.response.Response`
|
751
749
|
|
752
750
|
:example:
|
753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
|
754
752
|
"""
|
755
753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
756
754
|
required_arguments = ['vmClusterId']
|
@@ -874,7 +872,7 @@ class DatabaseClient(object):
|
|
874
872
|
:rtype: :class:`~oci.response.Response`
|
875
873
|
|
876
874
|
:example:
|
877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
878
876
|
"""
|
879
877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
880
878
|
required_arguments = ['autonomousDatabaseId']
|
@@ -993,7 +991,7 @@ class DatabaseClient(object):
|
|
993
991
|
:rtype: :class:`~oci.response.Response`
|
994
992
|
|
995
993
|
:example:
|
996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
997
995
|
"""
|
998
996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
999
997
|
required_arguments = ['backupId']
|
@@ -1109,7 +1107,7 @@ class DatabaseClient(object):
|
|
1109
1107
|
:rtype: :class:`~oci.response.Response`
|
1110
1108
|
|
1111
1109
|
:example:
|
1112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
|
1113
1111
|
"""
|
1114
1112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1115
1113
|
required_arguments = ['executionWindowId']
|
@@ -1226,7 +1224,7 @@ class DatabaseClient(object):
|
|
1226
1224
|
:rtype: :class:`~oci.response.Response`
|
1227
1225
|
|
1228
1226
|
:example:
|
1229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
|
1230
1228
|
"""
|
1231
1229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1232
1230
|
required_arguments = ['schedulingPlanId']
|
@@ -1304,7 +1302,7 @@ class DatabaseClient(object):
|
|
1304
1302
|
For more information about moving Autonomous Container Databases, see
|
1305
1303
|
`Moving Database Resources to a Different Compartment`__.
|
1306
1304
|
|
1307
|
-
__ https://docs.
|
1305
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/raqyy/#articletitle.html
|
1308
1306
|
|
1309
1307
|
|
1310
1308
|
:param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required)
|
@@ -1346,7 +1344,7 @@ class DatabaseClient(object):
|
|
1346
1344
|
:rtype: :class:`~oci.response.Response`
|
1347
1345
|
|
1348
1346
|
:example:
|
1349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
1350
1348
|
"""
|
1351
1349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1352
1350
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1472,7 +1470,7 @@ class DatabaseClient(object):
|
|
1472
1470
|
:rtype: :class:`~oci.response.Response`
|
1473
1471
|
|
1474
1472
|
:example:
|
1475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1476
1474
|
"""
|
1477
1475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1478
1476
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1592,7 +1590,7 @@ class DatabaseClient(object):
|
|
1592
1590
|
:rtype: :class:`~oci.response.Response`
|
1593
1591
|
|
1594
1592
|
:example:
|
1595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
|
1596
1594
|
"""
|
1597
1595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1598
1596
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1714,7 +1712,7 @@ class DatabaseClient(object):
|
|
1714
1712
|
:rtype: :class:`~oci.response.Response`
|
1715
1713
|
|
1716
1714
|
:example:
|
1717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
|
1718
1716
|
"""
|
1719
1717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1720
1718
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1838,7 +1836,7 @@ class DatabaseClient(object):
|
|
1838
1836
|
:rtype: :class:`~oci.response.Response`
|
1839
1837
|
|
1840
1838
|
:example:
|
1841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1842
1840
|
"""
|
1843
1841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1844
1842
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1956,7 +1954,7 @@ class DatabaseClient(object):
|
|
1956
1954
|
:rtype: :class:`~oci.response.Response`
|
1957
1955
|
|
1958
1956
|
:example:
|
1959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1960
1958
|
"""
|
1961
1959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1962
1960
|
required_arguments = ['autonomousVmClusterId']
|
@@ -2078,7 +2076,7 @@ class DatabaseClient(object):
|
|
2078
2076
|
:rtype: :class:`~oci.response.Response`
|
2079
2077
|
|
2080
2078
|
:example:
|
2081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
2082
2080
|
"""
|
2083
2081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2084
2082
|
required_arguments = ['backupDestinationId']
|
@@ -2196,7 +2194,7 @@ class DatabaseClient(object):
|
|
2196
2194
|
:rtype: :class:`~oci.response.Response`
|
2197
2195
|
|
2198
2196
|
:example:
|
2199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
2200
2198
|
"""
|
2201
2199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2202
2200
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -2316,7 +2314,7 @@ class DatabaseClient(object):
|
|
2316
2314
|
:rtype: :class:`~oci.response.Response`
|
2317
2315
|
|
2318
2316
|
:example:
|
2319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
2320
2318
|
"""
|
2321
2319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2322
2320
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2434,7 +2432,7 @@ class DatabaseClient(object):
|
|
2434
2432
|
:rtype: :class:`~oci.response.Response`
|
2435
2433
|
|
2436
2434
|
:example:
|
2437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
|
2438
2436
|
"""
|
2439
2437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2440
2438
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2552,7 +2550,7 @@ class DatabaseClient(object):
|
|
2552
2550
|
:rtype: :class:`~oci.response.Response`
|
2553
2551
|
|
2554
2552
|
:example:
|
2555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
2556
2554
|
"""
|
2557
2555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2558
2556
|
required_arguments = ['cloudVmClusterId']
|
@@ -2670,7 +2668,7 @@ class DatabaseClient(object):
|
|
2670
2668
|
:rtype: :class:`~oci.response.Response`
|
2671
2669
|
|
2672
2670
|
:example:
|
2673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
|
2674
2672
|
"""
|
2675
2673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2676
2674
|
required_arguments = ['cloudVmClusterId']
|
@@ -2792,7 +2790,7 @@ class DatabaseClient(object):
|
|
2792
2790
|
:rtype: :class:`~oci.response.Response`
|
2793
2791
|
|
2794
2792
|
:example:
|
2795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2796
2794
|
"""
|
2797
2795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2798
2796
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2868,8 +2866,8 @@ class DatabaseClient(object):
|
|
2868
2866
|
|
2869
2867
|
def change_dataguard_role(self, change_dataguard_role_details, autonomous_container_database_id, **kwargs):
|
2870
2868
|
"""
|
2871
|
-
|
2872
|
-
For more information about changing
|
2869
|
+
**Deprecated.** Use the :func:`convert_standby_autonomous_container_database` operation to switch the Autonomous Container Database (ACD) role between Standby and Snapshot Standby.
|
2870
|
+
For more information about changing ACD Role, see
|
2873
2871
|
`Convert Physical Standby to Snapshot Standby`__ and `Convert Snapshot Standby to Physical Standby`__.
|
2874
2872
|
|
2875
2873
|
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-D3B503F1-0032-4B0D-9F00-ACAE8151AB80
|
@@ -2915,7 +2913,7 @@ class DatabaseClient(object):
|
|
2915
2913
|
:rtype: :class:`~oci.response.Response`
|
2916
2914
|
|
2917
2915
|
:example:
|
2918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2919
2917
|
"""
|
2920
2918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2921
2919
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -3046,7 +3044,7 @@ class DatabaseClient(object):
|
|
3046
3044
|
:rtype: :class:`~oci.response.Response`
|
3047
3045
|
|
3048
3046
|
:example:
|
3049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
3050
3048
|
"""
|
3051
3049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3052
3050
|
required_arguments = ['dbSystemId']
|
@@ -3161,7 +3159,7 @@ class DatabaseClient(object):
|
|
3161
3159
|
:rtype: :class:`~oci.response.Response`
|
3162
3160
|
|
3163
3161
|
:example:
|
3164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
3165
3163
|
"""
|
3166
3164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3167
3165
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3280,7 +3278,7 @@ class DatabaseClient(object):
|
|
3280
3278
|
:rtype: :class:`~oci.response.Response`
|
3281
3279
|
|
3282
3280
|
:example:
|
3283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
|
3284
3282
|
"""
|
3285
3283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3286
3284
|
required_arguments = ['databaseId']
|
@@ -3399,7 +3397,7 @@ class DatabaseClient(object):
|
|
3399
3397
|
:rtype: :class:`~oci.response.Response`
|
3400
3398
|
|
3401
3399
|
:example:
|
3402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
3403
3401
|
"""
|
3404
3402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3405
3403
|
required_arguments = ['exadataInfrastructureId']
|
@@ -3517,7 +3515,7 @@ class DatabaseClient(object):
|
|
3517
3515
|
:rtype: :class:`~oci.response.Response`
|
3518
3516
|
|
3519
3517
|
:example:
|
3520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
|
3521
3519
|
"""
|
3522
3520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3523
3521
|
required_arguments = ['exadbVmClusterId']
|
@@ -3635,7 +3633,7 @@ class DatabaseClient(object):
|
|
3635
3633
|
:rtype: :class:`~oci.response.Response`
|
3636
3634
|
|
3637
3635
|
:example:
|
3638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
|
3639
3637
|
"""
|
3640
3638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3641
3639
|
required_arguments = ['exadbVmClusterId']
|
@@ -3753,7 +3751,7 @@ class DatabaseClient(object):
|
|
3753
3751
|
:rtype: :class:`~oci.response.Response`
|
3754
3752
|
|
3755
3753
|
:example:
|
3756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
|
3757
3755
|
"""
|
3758
3756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3759
3757
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -3871,7 +3869,7 @@ class DatabaseClient(object):
|
|
3871
3869
|
:rtype: :class:`~oci.response.Response`
|
3872
3870
|
|
3873
3871
|
:example:
|
3874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
|
3875
3873
|
"""
|
3876
3874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3877
3875
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -3994,7 +3992,7 @@ class DatabaseClient(object):
|
|
3994
3992
|
:rtype: :class:`~oci.response.Response`
|
3995
3993
|
|
3996
3994
|
:example:
|
3997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
3998
3996
|
"""
|
3999
3997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4000
3998
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -4116,7 +4114,7 @@ class DatabaseClient(object):
|
|
4116
4114
|
:rtype: :class:`~oci.response.Response`
|
4117
4115
|
|
4118
4116
|
:example:
|
4119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
4120
4118
|
"""
|
4121
4119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4122
4120
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -4241,7 +4239,7 @@ class DatabaseClient(object):
|
|
4241
4239
|
:rtype: :class:`~oci.response.Response`
|
4242
4240
|
|
4243
4241
|
:example:
|
4244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
4245
4243
|
"""
|
4246
4244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4247
4245
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -4363,7 +4361,7 @@ class DatabaseClient(object):
|
|
4363
4361
|
:rtype: :class:`~oci.response.Response`
|
4364
4362
|
|
4365
4363
|
:example:
|
4366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
4367
4365
|
"""
|
4368
4366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4369
4367
|
required_arguments = ['keyStoreId']
|
@@ -4481,7 +4479,7 @@ class DatabaseClient(object):
|
|
4481
4479
|
:rtype: :class:`~oci.response.Response`
|
4482
4480
|
|
4483
4481
|
:example:
|
4484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
4485
4483
|
"""
|
4486
4484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4487
4485
|
required_arguments = ['databaseId']
|
@@ -4599,7 +4597,7 @@ class DatabaseClient(object):
|
|
4599
4597
|
:rtype: :class:`~oci.response.Response`
|
4600
4598
|
|
4601
4599
|
:example:
|
4602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
4603
4601
|
"""
|
4604
4602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4605
4603
|
required_arguments = ['oneoffPatchId']
|
@@ -4717,7 +4715,7 @@ class DatabaseClient(object):
|
|
4717
4715
|
:rtype: :class:`~oci.response.Response`
|
4718
4716
|
|
4719
4717
|
:example:
|
4720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
|
4721
4719
|
"""
|
4722
4720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4723
4721
|
required_arguments = ['schedulingPlanId']
|
@@ -4835,7 +4833,7 @@ class DatabaseClient(object):
|
|
4835
4833
|
:rtype: :class:`~oci.response.Response`
|
4836
4834
|
|
4837
4835
|
:example:
|
4838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
|
4839
4837
|
"""
|
4840
4838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4841
4839
|
required_arguments = ['schedulingPolicyId']
|
@@ -4954,7 +4952,7 @@ class DatabaseClient(object):
|
|
4954
4952
|
:rtype: :class:`~oci.response.Response`
|
4955
4953
|
|
4956
4954
|
:example:
|
4957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4955
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
4958
4956
|
"""
|
4959
4957
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4960
4958
|
required_arguments = ['vmClusterId']
|
@@ -5071,7 +5069,7 @@ class DatabaseClient(object):
|
|
5071
5069
|
:rtype: :class:`~oci.response.Response`
|
5072
5070
|
|
5073
5071
|
:example:
|
5074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
5075
5073
|
"""
|
5076
5074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5077
5075
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -5188,7 +5186,7 @@ class DatabaseClient(object):
|
|
5188
5186
|
:rtype: :class:`~oci.response.Response`
|
5189
5187
|
|
5190
5188
|
:example:
|
5191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
5192
5190
|
"""
|
5193
5191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5194
5192
|
required_arguments = ['backupId']
|
@@ -5314,7 +5312,7 @@ class DatabaseClient(object):
|
|
5314
5312
|
:rtype: :class:`~oci.response.Response`
|
5315
5313
|
|
5316
5314
|
:example:
|
5317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
5318
5316
|
"""
|
5319
5317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5320
5318
|
required_arguments = ['autonomousDatabaseId']
|
@@ -5434,7 +5432,7 @@ class DatabaseClient(object):
|
|
5434
5432
|
:rtype: :class:`~oci.response.Response`
|
5435
5433
|
|
5436
5434
|
:example:
|
5437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
|
5438
5436
|
"""
|
5439
5437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5440
5438
|
required_arguments = ['exadataInfrastructureId']
|
@@ -5551,7 +5549,7 @@ class DatabaseClient(object):
|
|
5551
5549
|
:rtype: :class:`~oci.response.Response`
|
5552
5550
|
|
5553
5551
|
:example:
|
5554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
5555
5553
|
"""
|
5556
5554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5557
5555
|
required_arguments = ['autonomousDatabaseId']
|
@@ -5668,7 +5666,7 @@ class DatabaseClient(object):
|
|
5668
5666
|
:rtype: :class:`~oci.response.Response`
|
5669
5667
|
|
5670
5668
|
:example:
|
5671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
|
5672
5670
|
"""
|
5673
5671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5674
5672
|
required_arguments = ['keyStoreId']
|
@@ -5742,9 +5740,8 @@ class DatabaseClient(object):
|
|
5742
5740
|
|
5743
5741
|
def convert_standby_autonomous_container_database(self, convert_standby_autonomous_container_database_details, autonomous_container_database_id, **kwargs):
|
5744
5742
|
"""
|
5745
|
-
Convert between and
|
5746
|
-
|
5747
|
-
`Convert Standby Autonomous Container Database`__ and `Convert Snapshot Standby to Physical Standby`__.
|
5743
|
+
Convert the standby Autonomous Container Database (ACD) between physical standby and snapshot standby ACD. For more information about converting standby ACDs, see
|
5744
|
+
`Convert Physical Standby to Snapshot Standby`__ and `Convert Snapshot Standby to Physical Standby`__.
|
5748
5745
|
|
5749
5746
|
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-D3B503F1-0032-4B0D-9F00-ACAE8151AB80
|
5750
5747
|
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-E8D7E0EE-8244-467D-B33A-1BC6F969A0A4
|
@@ -5789,7 +5786,7 @@ class DatabaseClient(object):
|
|
5789
5786
|
:rtype: :class:`~oci.response.Response`
|
5790
5787
|
|
5791
5788
|
:example:
|
5792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
|
5793
5790
|
"""
|
5794
5791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5795
5792
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -5902,7 +5899,7 @@ class DatabaseClient(object):
|
|
5902
5899
|
:rtype: :class:`~oci.response.Response`
|
5903
5900
|
|
5904
5901
|
:example:
|
5905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
5906
5903
|
"""
|
5907
5904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5908
5905
|
required_arguments = ['databaseId']
|
@@ -6020,7 +6017,7 @@ class DatabaseClient(object):
|
|
6020
6017
|
:rtype: :class:`~oci.response.Response`
|
6021
6018
|
|
6022
6019
|
:example:
|
6023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
6024
6021
|
"""
|
6025
6022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6026
6023
|
required_arguments = ['pluggableDatabaseId']
|
@@ -6144,7 +6141,7 @@ class DatabaseClient(object):
|
|
6144
6141
|
:rtype: :class:`~oci.response.Response`
|
6145
6142
|
|
6146
6143
|
:example:
|
6147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
|
6148
6145
|
"""
|
6149
6146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6150
6147
|
required_arguments = ['databaseId']
|
@@ -6254,7 +6251,7 @@ class DatabaseClient(object):
|
|
6254
6251
|
:rtype: :class:`~oci.response.Response`
|
6255
6252
|
|
6256
6253
|
:example:
|
6257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
6258
6255
|
"""
|
6259
6256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6260
6257
|
required_arguments = []
|
@@ -6347,7 +6344,7 @@ class DatabaseClient(object):
|
|
6347
6344
|
:rtype: :class:`~oci.response.Response`
|
6348
6345
|
|
6349
6346
|
:example:
|
6350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
6351
6348
|
"""
|
6352
6349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6353
6350
|
required_arguments = []
|
@@ -6409,17 +6406,10 @@ class DatabaseClient(object):
|
|
6409
6406
|
|
6410
6407
|
def create_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, create_autonomous_container_database_dataguard_association_details, **kwargs):
|
6411
6408
|
"""
|
6412
|
-
|
6409
|
+
**Deprecated.** Use the :func:`add_standby_autonomous_container_database` operation to create a new Autonomous Data Guard association. An Autonomous Data Guard association represents the replication relationship between the
|
6413
6410
|
specified Autonomous Container database and a peer Autonomous Container database. For more information, see `Using Oracle Data Guard`__.
|
6414
6411
|
|
6415
|
-
|
6416
|
-
called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response.
|
6417
|
-
You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the
|
6418
|
-
resource in the Console. For more information, see
|
6419
|
-
`Resource Identifiers`__.
|
6420
|
-
|
6421
|
-
__ https://docs.cloud.oracle.com/Content/Database/Tasks/usingdataguard.htm
|
6422
|
-
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
6412
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbau/#articletitle.html
|
6423
6413
|
|
6424
6414
|
|
6425
6415
|
:param str autonomous_container_database_id: (required)
|
@@ -6453,7 +6443,7 @@ class DatabaseClient(object):
|
|
6453
6443
|
:rtype: :class:`~oci.response.Response`
|
6454
6444
|
|
6455
6445
|
:example:
|
6456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
6457
6447
|
"""
|
6458
6448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6459
6449
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -6563,7 +6553,7 @@ class DatabaseClient(object):
|
|
6563
6553
|
:rtype: :class:`~oci.response.Response`
|
6564
6554
|
|
6565
6555
|
:example:
|
6566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
6567
6557
|
"""
|
6568
6558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6569
6559
|
required_arguments = []
|
@@ -6665,7 +6655,7 @@ class DatabaseClient(object):
|
|
6665
6655
|
:rtype: :class:`~oci.response.Response`
|
6666
6656
|
|
6667
6657
|
:example:
|
6668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
6669
6659
|
"""
|
6670
6660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6671
6661
|
required_arguments = []
|
@@ -6763,7 +6753,7 @@ class DatabaseClient(object):
|
|
6763
6753
|
:rtype: :class:`~oci.response.Response`
|
6764
6754
|
|
6765
6755
|
:example:
|
6766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
6767
6757
|
"""
|
6768
6758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6769
6759
|
required_arguments = []
|
@@ -6859,7 +6849,7 @@ class DatabaseClient(object):
|
|
6859
6849
|
:rtype: :class:`~oci.response.Response`
|
6860
6850
|
|
6861
6851
|
:example:
|
6862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
6863
6853
|
"""
|
6864
6854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6865
6855
|
required_arguments = []
|
@@ -6952,7 +6942,7 @@ class DatabaseClient(object):
|
|
6952
6942
|
:rtype: :class:`~oci.response.Response`
|
6953
6943
|
|
6954
6944
|
:example:
|
6955
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
6956
6946
|
"""
|
6957
6947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6958
6948
|
required_arguments = []
|
@@ -7046,7 +7036,7 @@ class DatabaseClient(object):
|
|
7046
7036
|
:rtype: :class:`~oci.response.Response`
|
7047
7037
|
|
7048
7038
|
:example:
|
7049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
7050
7040
|
"""
|
7051
7041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7052
7042
|
required_arguments = []
|
@@ -7142,7 +7132,7 @@ class DatabaseClient(object):
|
|
7142
7132
|
:rtype: :class:`~oci.response.Response`
|
7143
7133
|
|
7144
7134
|
:example:
|
7145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
7146
7136
|
"""
|
7147
7137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7148
7138
|
required_arguments = []
|
@@ -7246,7 +7236,7 @@ class DatabaseClient(object):
|
|
7246
7236
|
:rtype: :class:`~oci.response.Response`
|
7247
7237
|
|
7248
7238
|
:example:
|
7249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
7250
7240
|
"""
|
7251
7241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7252
7242
|
required_arguments = []
|
@@ -7350,7 +7340,7 @@ class DatabaseClient(object):
|
|
7350
7340
|
:rtype: :class:`~oci.response.Response`
|
7351
7341
|
|
7352
7342
|
:example:
|
7353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
7354
7344
|
"""
|
7355
7345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7356
7346
|
required_arguments = []
|
@@ -7452,7 +7442,7 @@ class DatabaseClient(object):
|
|
7452
7442
|
:rtype: :class:`~oci.response.Response`
|
7453
7443
|
|
7454
7444
|
:example:
|
7455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
7456
7446
|
"""
|
7457
7447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7458
7448
|
required_arguments = ['dbNodeId']
|
@@ -7563,7 +7553,7 @@ class DatabaseClient(object):
|
|
7563
7553
|
:rtype: :class:`~oci.response.Response`
|
7564
7554
|
|
7565
7555
|
:example:
|
7566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
7567
7557
|
"""
|
7568
7558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7569
7559
|
required_arguments = ['dbNodeId']
|
@@ -7683,7 +7673,7 @@ class DatabaseClient(object):
|
|
7683
7673
|
:rtype: :class:`~oci.response.Response`
|
7684
7674
|
|
7685
7675
|
:example:
|
7686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
7687
7677
|
"""
|
7688
7678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7689
7679
|
required_arguments = ['databaseId']
|
@@ -7789,7 +7779,7 @@ class DatabaseClient(object):
|
|
7789
7779
|
:rtype: :class:`~oci.response.Response`
|
7790
7780
|
|
7791
7781
|
:example:
|
7792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
7793
7783
|
"""
|
7794
7784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7795
7785
|
required_arguments = []
|
@@ -7882,7 +7872,7 @@ class DatabaseClient(object):
|
|
7882
7872
|
:rtype: :class:`~oci.response.Response`
|
7883
7873
|
|
7884
7874
|
:example:
|
7885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
7886
7876
|
"""
|
7887
7877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7888
7878
|
required_arguments = []
|
@@ -7973,7 +7963,7 @@ class DatabaseClient(object):
|
|
7973
7963
|
:rtype: :class:`~oci.response.Response`
|
7974
7964
|
|
7975
7965
|
:example:
|
7976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
7977
7967
|
"""
|
7978
7968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7979
7969
|
required_arguments = []
|
@@ -8068,7 +8058,7 @@ class DatabaseClient(object):
|
|
8068
8058
|
:rtype: :class:`~oci.response.Response`
|
8069
8059
|
|
8070
8060
|
:example:
|
8071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
8072
8062
|
"""
|
8073
8063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8074
8064
|
required_arguments = []
|
@@ -8166,7 +8156,7 @@ class DatabaseClient(object):
|
|
8166
8156
|
:rtype: :class:`~oci.response.Response`
|
8167
8157
|
|
8168
8158
|
:example:
|
8169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
|
8170
8160
|
"""
|
8171
8161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8172
8162
|
required_arguments = []
|
@@ -8262,7 +8252,7 @@ class DatabaseClient(object):
|
|
8262
8252
|
:rtype: :class:`~oci.response.Response`
|
8263
8253
|
|
8264
8254
|
:example:
|
8265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
|
8266
8256
|
"""
|
8267
8257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8268
8258
|
required_arguments = []
|
@@ -8358,7 +8348,7 @@ class DatabaseClient(object):
|
|
8358
8348
|
:rtype: :class:`~oci.response.Response`
|
8359
8349
|
|
8360
8350
|
:example:
|
8361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
|
8362
8352
|
"""
|
8363
8353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8364
8354
|
required_arguments = []
|
@@ -8454,7 +8444,7 @@ class DatabaseClient(object):
|
|
8454
8444
|
:rtype: :class:`~oci.response.Response`
|
8455
8445
|
|
8456
8446
|
:example:
|
8457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
|
8458
8448
|
"""
|
8459
8449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8460
8450
|
required_arguments = []
|
@@ -8551,7 +8541,7 @@ class DatabaseClient(object):
|
|
8551
8541
|
:rtype: :class:`~oci.response.Response`
|
8552
8542
|
|
8553
8543
|
:example:
|
8554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
8555
8545
|
"""
|
8556
8546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8557
8547
|
required_arguments = []
|
@@ -8645,7 +8635,7 @@ class DatabaseClient(object):
|
|
8645
8635
|
:rtype: :class:`~oci.response.Response`
|
8646
8636
|
|
8647
8637
|
:example:
|
8648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
8649
8639
|
"""
|
8650
8640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8651
8641
|
required_arguments = []
|
@@ -8741,7 +8731,7 @@ class DatabaseClient(object):
|
|
8741
8731
|
:rtype: :class:`~oci.response.Response`
|
8742
8732
|
|
8743
8733
|
:example:
|
8744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
8745
8735
|
"""
|
8746
8736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8747
8737
|
required_arguments = []
|
@@ -8837,7 +8827,7 @@ class DatabaseClient(object):
|
|
8837
8827
|
:rtype: :class:`~oci.response.Response`
|
8838
8828
|
|
8839
8829
|
:example:
|
8840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
8841
8831
|
"""
|
8842
8832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8843
8833
|
required_arguments = []
|
@@ -8934,7 +8924,7 @@ class DatabaseClient(object):
|
|
8934
8924
|
:rtype: :class:`~oci.response.Response`
|
8935
8925
|
|
8936
8926
|
:example:
|
8937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
8938
8928
|
"""
|
8939
8929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8940
8930
|
required_arguments = []
|
@@ -9030,7 +9020,7 @@ class DatabaseClient(object):
|
|
9030
9020
|
:rtype: :class:`~oci.response.Response`
|
9031
9021
|
|
9032
9022
|
:example:
|
9033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
9034
9024
|
"""
|
9035
9025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9036
9026
|
required_arguments = []
|
@@ -9129,7 +9119,7 @@ class DatabaseClient(object):
|
|
9129
9119
|
:rtype: :class:`~oci.response.Response`
|
9130
9120
|
|
9131
9121
|
:example:
|
9132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
9133
9123
|
"""
|
9134
9124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9135
9125
|
required_arguments = []
|
@@ -9225,7 +9215,7 @@ class DatabaseClient(object):
|
|
9225
9215
|
:rtype: :class:`~oci.response.Response`
|
9226
9216
|
|
9227
9217
|
:example:
|
9228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
9229
9219
|
"""
|
9230
9220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9231
9221
|
required_arguments = []
|
@@ -9323,7 +9313,7 @@ class DatabaseClient(object):
|
|
9323
9313
|
:rtype: :class:`~oci.response.Response`
|
9324
9314
|
|
9325
9315
|
:example:
|
9326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
9327
9317
|
"""
|
9328
9318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9329
9319
|
required_arguments = []
|
@@ -9419,7 +9409,7 @@ class DatabaseClient(object):
|
|
9419
9409
|
:rtype: :class:`~oci.response.Response`
|
9420
9410
|
|
9421
9411
|
:example:
|
9422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
|
9423
9413
|
"""
|
9424
9414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9425
9415
|
required_arguments = []
|
@@ -9515,7 +9505,7 @@ class DatabaseClient(object):
|
|
9515
9505
|
:rtype: :class:`~oci.response.Response`
|
9516
9506
|
|
9517
9507
|
:example:
|
9518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
|
9519
9509
|
"""
|
9520
9510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9521
9511
|
required_arguments = []
|
@@ -9611,7 +9601,7 @@ class DatabaseClient(object):
|
|
9611
9601
|
:rtype: :class:`~oci.response.Response`
|
9612
9602
|
|
9613
9603
|
:example:
|
9614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
|
9615
9605
|
"""
|
9616
9606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9617
9607
|
required_arguments = []
|
@@ -9712,7 +9702,7 @@ class DatabaseClient(object):
|
|
9712
9702
|
:rtype: :class:`~oci.response.Response`
|
9713
9703
|
|
9714
9704
|
:example:
|
9715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
|
9716
9706
|
"""
|
9717
9707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9718
9708
|
required_arguments = ['schedulingPolicyId']
|
@@ -9821,7 +9811,7 @@ class DatabaseClient(object):
|
|
9821
9811
|
:rtype: :class:`~oci.response.Response`
|
9822
9812
|
|
9823
9813
|
:example:
|
9824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
9825
9815
|
"""
|
9826
9816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9827
9817
|
required_arguments = []
|
@@ -9923,7 +9913,7 @@ class DatabaseClient(object):
|
|
9923
9913
|
:rtype: :class:`~oci.response.Response`
|
9924
9914
|
|
9925
9915
|
:example:
|
9926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
9927
9917
|
"""
|
9928
9918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9929
9919
|
required_arguments = ['exadataInfrastructureId']
|
@@ -10052,7 +10042,7 @@ class DatabaseClient(object):
|
|
10052
10042
|
:rtype: :class:`~oci.response.Response`
|
10053
10043
|
|
10054
10044
|
:example:
|
10055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
10056
10046
|
"""
|
10057
10047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10058
10048
|
required_arguments = ['dbNodeId', 'action']
|
@@ -10165,7 +10155,7 @@ class DatabaseClient(object):
|
|
10165
10155
|
:rtype: :class:`~oci.response.Response`
|
10166
10156
|
|
10167
10157
|
:example:
|
10168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
10169
10159
|
"""
|
10170
10160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10171
10161
|
required_arguments = ['applicationVipId']
|
@@ -10272,7 +10262,7 @@ class DatabaseClient(object):
|
|
10272
10262
|
:rtype: :class:`~oci.response.Response`
|
10273
10263
|
|
10274
10264
|
:example:
|
10275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
10276
10266
|
"""
|
10277
10267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10278
10268
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10381,7 +10371,7 @@ class DatabaseClient(object):
|
|
10381
10371
|
:rtype: :class:`~oci.response.Response`
|
10382
10372
|
|
10383
10373
|
:example:
|
10384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
10385
10375
|
"""
|
10386
10376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10387
10377
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -10486,7 +10476,7 @@ class DatabaseClient(object):
|
|
10486
10476
|
:rtype: :class:`~oci.response.Response`
|
10487
10477
|
|
10488
10478
|
:example:
|
10489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
10490
10480
|
"""
|
10491
10481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10492
10482
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -10589,7 +10579,7 @@ class DatabaseClient(object):
|
|
10589
10579
|
:rtype: :class:`~oci.response.Response`
|
10590
10580
|
|
10591
10581
|
:example:
|
10592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
10593
10583
|
"""
|
10594
10584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10595
10585
|
required_arguments = ['autonomousVmClusterId']
|
@@ -10689,7 +10679,7 @@ class DatabaseClient(object):
|
|
10689
10679
|
:rtype: :class:`~oci.response.Response`
|
10690
10680
|
|
10691
10681
|
:example:
|
10692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
10693
10683
|
"""
|
10694
10684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10695
10685
|
required_arguments = ['backupId']
|
@@ -10790,7 +10780,7 @@ class DatabaseClient(object):
|
|
10790
10780
|
:rtype: :class:`~oci.response.Response`
|
10791
10781
|
|
10792
10782
|
:example:
|
10793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
10794
10784
|
"""
|
10795
10785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10796
10786
|
required_arguments = ['backupDestinationId']
|
@@ -10893,7 +10883,7 @@ class DatabaseClient(object):
|
|
10893
10883
|
:rtype: :class:`~oci.response.Response`
|
10894
10884
|
|
10895
10885
|
:example:
|
10896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
10897
10887
|
"""
|
10898
10888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10899
10889
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -10999,7 +10989,7 @@ class DatabaseClient(object):
|
|
10999
10989
|
:rtype: :class:`~oci.response.Response`
|
11000
10990
|
|
11001
10991
|
:example:
|
11002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
11003
10993
|
"""
|
11004
10994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11005
10995
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -11110,7 +11100,7 @@ class DatabaseClient(object):
|
|
11110
11100
|
:rtype: :class:`~oci.response.Response`
|
11111
11101
|
|
11112
11102
|
:example:
|
11113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
11114
11104
|
"""
|
11115
11105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11116
11106
|
required_arguments = ['cloudVmClusterId']
|
@@ -11213,7 +11203,7 @@ class DatabaseClient(object):
|
|
11213
11203
|
:rtype: :class:`~oci.response.Response`
|
11214
11204
|
|
11215
11205
|
:example:
|
11216
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
11217
11207
|
"""
|
11218
11208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11219
11209
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -11318,7 +11308,7 @@ class DatabaseClient(object):
|
|
11318
11308
|
:rtype: :class:`~oci.response.Response`
|
11319
11309
|
|
11320
11310
|
:example:
|
11321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
11322
11312
|
"""
|
11323
11313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11324
11314
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -11431,7 +11421,7 @@ class DatabaseClient(object):
|
|
11431
11421
|
:rtype: :class:`~oci.response.Response`
|
11432
11422
|
|
11433
11423
|
:example:
|
11434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
11435
11425
|
"""
|
11436
11426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11437
11427
|
required_arguments = ['databaseId']
|
@@ -11539,7 +11529,7 @@ class DatabaseClient(object):
|
|
11539
11529
|
:rtype: :class:`~oci.response.Response`
|
11540
11530
|
|
11541
11531
|
:example:
|
11542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
11543
11533
|
"""
|
11544
11534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11545
11535
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -11646,7 +11636,7 @@ class DatabaseClient(object):
|
|
11646
11636
|
:rtype: :class:`~oci.response.Response`
|
11647
11637
|
|
11648
11638
|
:example:
|
11649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
11650
11640
|
"""
|
11651
11641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11652
11642
|
required_arguments = ['dbHomeId']
|
@@ -11755,7 +11745,7 @@ class DatabaseClient(object):
|
|
11755
11745
|
:rtype: :class:`~oci.response.Response`
|
11756
11746
|
|
11757
11747
|
:example:
|
11758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
11759
11749
|
"""
|
11760
11750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11761
11751
|
required_arguments = ['exadataInfrastructureId']
|
@@ -11858,7 +11848,7 @@ class DatabaseClient(object):
|
|
11858
11848
|
:rtype: :class:`~oci.response.Response`
|
11859
11849
|
|
11860
11850
|
:example:
|
11861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
|
11862
11852
|
"""
|
11863
11853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11864
11854
|
required_arguments = ['exadbVmClusterId']
|
@@ -11961,7 +11951,7 @@ class DatabaseClient(object):
|
|
11961
11951
|
:rtype: :class:`~oci.response.Response`
|
11962
11952
|
|
11963
11953
|
:example:
|
11964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
|
11965
11955
|
"""
|
11966
11956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11967
11957
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -12064,7 +12054,7 @@ class DatabaseClient(object):
|
|
12064
12054
|
:rtype: :class:`~oci.response.Response`
|
12065
12055
|
|
12066
12056
|
:example:
|
12067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
|
12068
12058
|
"""
|
12069
12059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12070
12060
|
required_arguments = ['executionActionId']
|
@@ -12167,7 +12157,7 @@ class DatabaseClient(object):
|
|
12167
12157
|
:rtype: :class:`~oci.response.Response`
|
12168
12158
|
|
12169
12159
|
:example:
|
12170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
|
12171
12161
|
"""
|
12172
12162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12173
12163
|
required_arguments = ['executionWindowId']
|
@@ -12272,7 +12262,7 @@ class DatabaseClient(object):
|
|
12272
12262
|
:rtype: :class:`~oci.response.Response`
|
12273
12263
|
|
12274
12264
|
:example:
|
12275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
12276
12266
|
"""
|
12277
12267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12278
12268
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12378,7 +12368,7 @@ class DatabaseClient(object):
|
|
12378
12368
|
:rtype: :class:`~oci.response.Response`
|
12379
12369
|
|
12380
12370
|
:example:
|
12381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
12382
12372
|
"""
|
12383
12373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12384
12374
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -12481,7 +12471,7 @@ class DatabaseClient(object):
|
|
12481
12471
|
:rtype: :class:`~oci.response.Response`
|
12482
12472
|
|
12483
12473
|
:example:
|
12484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
12485
12475
|
"""
|
12486
12476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12487
12477
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12585,7 +12575,7 @@ class DatabaseClient(object):
|
|
12585
12575
|
:rtype: :class:`~oci.response.Response`
|
12586
12576
|
|
12587
12577
|
:example:
|
12588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
12589
12579
|
"""
|
12590
12580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12591
12581
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12688,7 +12678,7 @@ class DatabaseClient(object):
|
|
12688
12678
|
:rtype: :class:`~oci.response.Response`
|
12689
12679
|
|
12690
12680
|
:example:
|
12691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
12692
12682
|
"""
|
12693
12683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12694
12684
|
required_arguments = ['keyStoreId']
|
@@ -12791,7 +12781,7 @@ class DatabaseClient(object):
|
|
12791
12781
|
:rtype: :class:`~oci.response.Response`
|
12792
12782
|
|
12793
12783
|
:example:
|
12794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
12795
12785
|
"""
|
12796
12786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12797
12787
|
required_arguments = ['oneoffPatchId']
|
@@ -12894,7 +12884,7 @@ class DatabaseClient(object):
|
|
12894
12884
|
:rtype: :class:`~oci.response.Response`
|
12895
12885
|
|
12896
12886
|
:example:
|
12897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
12898
12888
|
"""
|
12899
12889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12900
12890
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12997,7 +12987,7 @@ class DatabaseClient(object):
|
|
12997
12987
|
:rtype: :class:`~oci.response.Response`
|
12998
12988
|
|
12999
12989
|
:example:
|
13000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
|
13001
12991
|
"""
|
13002
12992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13003
12993
|
required_arguments = ['scheduledActionId']
|
@@ -13100,7 +13090,7 @@ class DatabaseClient(object):
|
|
13100
13090
|
:rtype: :class:`~oci.response.Response`
|
13101
13091
|
|
13102
13092
|
:example:
|
13103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
|
13104
13094
|
"""
|
13105
13095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13106
13096
|
required_arguments = ['schedulingPlanId']
|
@@ -13203,7 +13193,7 @@ class DatabaseClient(object):
|
|
13203
13193
|
:rtype: :class:`~oci.response.Response`
|
13204
13194
|
|
13205
13195
|
:example:
|
13206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
|
13207
13197
|
"""
|
13208
13198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13209
13199
|
required_arguments = ['schedulingPolicyId']
|
@@ -13311,7 +13301,7 @@ class DatabaseClient(object):
|
|
13311
13301
|
:rtype: :class:`~oci.response.Response`
|
13312
13302
|
|
13313
13303
|
:example:
|
13314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
|
13315
13305
|
"""
|
13316
13306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13317
13307
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -13415,7 +13405,7 @@ class DatabaseClient(object):
|
|
13415
13405
|
:rtype: :class:`~oci.response.Response`
|
13416
13406
|
|
13417
13407
|
:example:
|
13418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
13419
13409
|
"""
|
13420
13410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13421
13411
|
required_arguments = ['vmClusterId']
|
@@ -13524,7 +13514,7 @@ class DatabaseClient(object):
|
|
13524
13514
|
:rtype: :class:`~oci.response.Response`
|
13525
13515
|
|
13526
13516
|
:example:
|
13527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
13528
13518
|
"""
|
13529
13519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13530
13520
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -13630,7 +13620,7 @@ class DatabaseClient(object):
|
|
13630
13620
|
:rtype: :class:`~oci.response.Response`
|
13631
13621
|
|
13632
13622
|
:example:
|
13633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
13634
13624
|
"""
|
13635
13625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13636
13626
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13735,7 +13725,7 @@ class DatabaseClient(object):
|
|
13735
13725
|
:rtype: :class:`~oci.response.Response`
|
13736
13726
|
|
13737
13727
|
:example:
|
13738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13728
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
13739
13729
|
"""
|
13740
13730
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13741
13731
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13837,7 +13827,7 @@ class DatabaseClient(object):
|
|
13837
13827
|
:rtype: :class:`~oci.response.Response`
|
13838
13828
|
|
13839
13829
|
:example:
|
13840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
13841
13831
|
"""
|
13842
13832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13843
13833
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13947,7 +13937,7 @@ class DatabaseClient(object):
|
|
13947
13937
|
:rtype: :class:`~oci.response.Response`
|
13948
13938
|
|
13949
13939
|
:example:
|
13950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
13951
13941
|
"""
|
13952
13942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13953
13943
|
required_arguments = ['databaseId']
|
@@ -14062,7 +14052,7 @@ class DatabaseClient(object):
|
|
14062
14052
|
:rtype: :class:`~oci.response.Response`
|
14063
14053
|
|
14064
14054
|
:example:
|
14065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
14066
14056
|
"""
|
14067
14057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14068
14058
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -14175,7 +14165,7 @@ class DatabaseClient(object):
|
|
14175
14165
|
:rtype: :class:`~oci.response.Response`
|
14176
14166
|
|
14177
14167
|
:example:
|
14178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
14179
14169
|
"""
|
14180
14170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14181
14171
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -14292,7 +14282,7 @@ class DatabaseClient(object):
|
|
14292
14282
|
:rtype: :class:`~oci.response.Response`
|
14293
14283
|
|
14294
14284
|
:example:
|
14295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
14296
14286
|
"""
|
14297
14287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14298
14288
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14405,7 +14395,7 @@ class DatabaseClient(object):
|
|
14405
14395
|
:rtype: :class:`~oci.response.Response`
|
14406
14396
|
|
14407
14397
|
:example:
|
14408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
14409
14399
|
"""
|
14410
14400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14411
14401
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14518,7 +14508,7 @@ class DatabaseClient(object):
|
|
14518
14508
|
:rtype: :class:`~oci.response.Response`
|
14519
14509
|
|
14520
14510
|
:example:
|
14521
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
14522
14512
|
"""
|
14523
14513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14524
14514
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14635,7 +14625,7 @@ class DatabaseClient(object):
|
|
14635
14625
|
:rtype: :class:`~oci.response.Response`
|
14636
14626
|
|
14637
14627
|
:example:
|
14638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
14639
14629
|
"""
|
14640
14630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14641
14631
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14748,7 +14738,7 @@ class DatabaseClient(object):
|
|
14748
14738
|
:rtype: :class:`~oci.response.Response`
|
14749
14739
|
|
14750
14740
|
:example:
|
14751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
14752
14742
|
"""
|
14753
14743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14754
14744
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14861,7 +14851,7 @@ class DatabaseClient(object):
|
|
14861
14851
|
:rtype: :class:`~oci.response.Response`
|
14862
14852
|
|
14863
14853
|
:example:
|
14864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
14865
14855
|
"""
|
14866
14856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14867
14857
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14974,7 +14964,7 @@ class DatabaseClient(object):
|
|
14974
14964
|
:rtype: :class:`~oci.response.Response`
|
14975
14965
|
|
14976
14966
|
:example:
|
14977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
14978
14968
|
"""
|
14979
14969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14980
14970
|
required_arguments = ['pluggableDatabaseId']
|
@@ -15084,7 +15074,7 @@ class DatabaseClient(object):
|
|
15084
15074
|
:rtype: :class:`~oci.response.Response`
|
15085
15075
|
|
15086
15076
|
:example:
|
15087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
15088
15078
|
"""
|
15089
15079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15090
15080
|
required_arguments = ['exadataInfrastructureId']
|
@@ -15197,7 +15187,7 @@ class DatabaseClient(object):
|
|
15197
15187
|
:rtype: :class:`~oci.response.Response`
|
15198
15188
|
|
15199
15189
|
:example:
|
15200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
15201
15191
|
"""
|
15202
15192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15203
15193
|
required_arguments = ['oneoffPatchId']
|
@@ -15312,7 +15302,7 @@ class DatabaseClient(object):
|
|
15312
15302
|
:rtype: :class:`~oci.response.Response`
|
15313
15303
|
|
15314
15304
|
:example:
|
15315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
15316
15306
|
"""
|
15317
15307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15318
15308
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -15426,7 +15416,7 @@ class DatabaseClient(object):
|
|
15426
15416
|
:rtype: :class:`~oci.response.Response`
|
15427
15417
|
|
15428
15418
|
:example:
|
15429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
15430
15420
|
"""
|
15431
15421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15432
15422
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -15501,12 +15491,10 @@ class DatabaseClient(object):
|
|
15501
15491
|
|
15502
15492
|
def edit_autonomous_container_database_dataguard(self, edit_autonomous_container_database_dataguard_details, autonomous_container_database_id, **kwargs):
|
15503
15493
|
"""
|
15504
|
-
|
15505
|
-
|
15506
|
-
`Update Autonomous Container Database Dataguard`__ and `Convert Snapshot Standby to Physical Standby`__.
|
15494
|
+
Modify Autonomous Container Database Data Guard settings such as protection mode, automatic failover, and fast start failover lag limit. For more information, see
|
15495
|
+
`Update Autonomous Container Database Dataguard`__.
|
15507
15496
|
|
15508
|
-
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-
|
15509
|
-
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-E8D7E0EE-8244-467D-B33A-1BC6F969A0A4
|
15497
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-3A936EC7-7A49-4FD2-9F39-8DB6B22011CE
|
15510
15498
|
|
15511
15499
|
|
15512
15500
|
:param oci.database.models.EditAutonomousContainerDatabaseDataguardDetails edit_autonomous_container_database_dataguard_details: (required)
|
@@ -15548,7 +15536,7 @@ class DatabaseClient(object):
|
|
15548
15536
|
:rtype: :class:`~oci.response.Response`
|
15549
15537
|
|
15550
15538
|
:example:
|
15551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
|
15552
15540
|
"""
|
15553
15541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15554
15542
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -15657,7 +15645,7 @@ class DatabaseClient(object):
|
|
15657
15645
|
:rtype: :class:`~oci.response.Response`
|
15658
15646
|
|
15659
15647
|
:example:
|
15660
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
15661
15649
|
"""
|
15662
15650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15663
15651
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15759,7 +15747,7 @@ class DatabaseClient(object):
|
|
15759
15747
|
:rtype: :class:`~oci.response.Response`
|
15760
15748
|
|
15761
15749
|
:example:
|
15762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
15763
15751
|
"""
|
15764
15752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15765
15753
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15872,7 +15860,7 @@ class DatabaseClient(object):
|
|
15872
15860
|
:rtype: :class:`~oci.response.Response`
|
15873
15861
|
|
15874
15862
|
:example:
|
15875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
15876
15864
|
"""
|
15877
15865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15878
15866
|
required_arguments = ['databaseId']
|
@@ -15996,7 +15984,7 @@ class DatabaseClient(object):
|
|
15996
15984
|
:rtype: :class:`~oci.response.Response`
|
15997
15985
|
|
15998
15986
|
:example:
|
15999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
16000
15988
|
"""
|
16001
15989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16002
15990
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -16114,7 +16102,7 @@ class DatabaseClient(object):
|
|
16114
16102
|
:rtype: :class:`~oci.response.Response`
|
16115
16103
|
|
16116
16104
|
:example:
|
16117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
16118
16106
|
"""
|
16119
16107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16120
16108
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -16236,7 +16224,7 @@ class DatabaseClient(object):
|
|
16236
16224
|
:rtype: :class:`~oci.response.Response`
|
16237
16225
|
|
16238
16226
|
:example:
|
16239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
16240
16228
|
"""
|
16241
16229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16242
16230
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16354,7 +16342,7 @@ class DatabaseClient(object):
|
|
16354
16342
|
:rtype: :class:`~oci.response.Response`
|
16355
16343
|
|
16356
16344
|
:example:
|
16357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
16358
16346
|
"""
|
16359
16347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16360
16348
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16472,7 +16460,7 @@ class DatabaseClient(object):
|
|
16472
16460
|
:rtype: :class:`~oci.response.Response`
|
16473
16461
|
|
16474
16462
|
:example:
|
16475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
16476
16464
|
"""
|
16477
16465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16478
16466
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16594,7 +16582,7 @@ class DatabaseClient(object):
|
|
16594
16582
|
:rtype: :class:`~oci.response.Response`
|
16595
16583
|
|
16596
16584
|
:example:
|
16597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
16598
16586
|
"""
|
16599
16587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16600
16588
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16712,7 +16700,7 @@ class DatabaseClient(object):
|
|
16712
16700
|
:rtype: :class:`~oci.response.Response`
|
16713
16701
|
|
16714
16702
|
:example:
|
16715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
16716
16704
|
"""
|
16717
16705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16718
16706
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16830,7 +16818,7 @@ class DatabaseClient(object):
|
|
16830
16818
|
:rtype: :class:`~oci.response.Response`
|
16831
16819
|
|
16832
16820
|
:example:
|
16833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
16834
16822
|
"""
|
16835
16823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16836
16824
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16948,7 +16936,7 @@ class DatabaseClient(object):
|
|
16948
16936
|
:rtype: :class:`~oci.response.Response`
|
16949
16937
|
|
16950
16938
|
:example:
|
16951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
16952
16940
|
"""
|
16953
16941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16954
16942
|
required_arguments = ['pluggableDatabaseId']
|
@@ -17077,7 +17065,7 @@ class DatabaseClient(object):
|
|
17077
17065
|
:rtype: :class:`~oci.response.Response`
|
17078
17066
|
|
17079
17067
|
:example:
|
17080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
17081
17069
|
"""
|
17082
17070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17083
17071
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17163,7 +17151,10 @@ class DatabaseClient(object):
|
|
17163
17151
|
|
17164
17152
|
def failover_autonomous_container_database_dataguard(self, autonomous_container_database_id, **kwargs):
|
17165
17153
|
"""
|
17166
|
-
|
17154
|
+
Performs failover to a standby Autonomous Container Database (ACD) identified by the autonomousContainerDatabaseId parameter. This standby ACD will become the new primary ACD when the failover completes successfully. For more information, see
|
17155
|
+
`Fail Over to the Standby in an Autonomous Data Guard Configuration`__.
|
17156
|
+
|
17157
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-C8FFA343-223C-4F41-9656-AEC356AD90A0
|
17167
17158
|
|
17168
17159
|
|
17169
17160
|
:param str autonomous_container_database_id: (required)
|
@@ -17195,7 +17186,7 @@ class DatabaseClient(object):
|
|
17195
17186
|
:rtype: :class:`~oci.response.Response`
|
17196
17187
|
|
17197
17188
|
:example:
|
17198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
|
17199
17190
|
"""
|
17200
17191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17201
17192
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -17268,7 +17259,7 @@ class DatabaseClient(object):
|
|
17268
17259
|
|
17269
17260
|
def failover_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, **kwargs):
|
17270
17261
|
"""
|
17271
|
-
|
17262
|
+
**Deprecated.** Use the :func:`failover_autonomous_container_database_dataguard` operation to fail over the standby Autonomous Container Database (ACD) to the primary ACD after the existing primary ACD fails or becomes unreachable.
|
17272
17263
|
|
17273
17264
|
A failover can result in data loss, depending on the protection mode in effect at the time the primary Autonomous Container Database fails.
|
17274
17265
|
|
@@ -17304,7 +17295,7 @@ class DatabaseClient(object):
|
|
17304
17295
|
:rtype: :class:`~oci.response.Response`
|
17305
17296
|
|
17306
17297
|
:example:
|
17307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
17308
17299
|
"""
|
17309
17300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17310
17301
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -17424,7 +17415,7 @@ class DatabaseClient(object):
|
|
17424
17415
|
:rtype: :class:`~oci.response.Response`
|
17425
17416
|
|
17426
17417
|
:example:
|
17427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
|
17428
17419
|
"""
|
17429
17420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17430
17421
|
required_arguments = ['databaseId']
|
@@ -17543,7 +17534,7 @@ class DatabaseClient(object):
|
|
17543
17534
|
:rtype: :class:`~oci.response.Response`
|
17544
17535
|
|
17545
17536
|
:example:
|
17546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
17547
17538
|
"""
|
17548
17539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17549
17540
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -17658,7 +17649,7 @@ class DatabaseClient(object):
|
|
17658
17649
|
:rtype: :class:`~oci.response.Response`
|
17659
17650
|
|
17660
17651
|
:example:
|
17661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
17662
17653
|
"""
|
17663
17654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17664
17655
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17773,7 +17764,7 @@ class DatabaseClient(object):
|
|
17773
17764
|
:rtype: :class:`~oci.response.Response`
|
17774
17765
|
|
17775
17766
|
:example:
|
17776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
17777
17768
|
"""
|
17778
17769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17779
17770
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17876,7 +17867,7 @@ class DatabaseClient(object):
|
|
17876
17867
|
:rtype: :class:`~oci.response.Response`
|
17877
17868
|
|
17878
17869
|
:example:
|
17879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
17880
17871
|
"""
|
17881
17872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17882
17873
|
required_arguments = ['applicationVipId']
|
@@ -17971,7 +17962,7 @@ class DatabaseClient(object):
|
|
17971
17962
|
:rtype: :class:`~oci.response.Response`
|
17972
17963
|
|
17973
17964
|
:example:
|
17974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
17975
17966
|
"""
|
17976
17967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17977
17968
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -18035,7 +18026,7 @@ class DatabaseClient(object):
|
|
18035
18026
|
|
18036
18027
|
def get_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, **kwargs):
|
18037
18028
|
"""
|
18038
|
-
|
18029
|
+
**Deprecated.** Use the :func:`get_autonomous_container_database` operation to get the details of an Autonomous Container Database (ACD) enabled with Autonomous Data Guard associated with the specified ACD.
|
18039
18030
|
|
18040
18031
|
|
18041
18032
|
:param str autonomous_container_database_id: (required)
|
@@ -18064,7 +18055,7 @@ class DatabaseClient(object):
|
|
18064
18055
|
:rtype: :class:`~oci.response.Response`
|
18065
18056
|
|
18066
18057
|
:example:
|
18067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
18068
18059
|
"""
|
18069
18060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18070
18061
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -18156,7 +18147,7 @@ class DatabaseClient(object):
|
|
18156
18147
|
:rtype: :class:`~oci.response.Response`
|
18157
18148
|
|
18158
18149
|
:example:
|
18159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
18160
18151
|
"""
|
18161
18152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18162
18153
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -18254,7 +18245,7 @@ class DatabaseClient(object):
|
|
18254
18245
|
:rtype: :class:`~oci.response.Response`
|
18255
18246
|
|
18256
18247
|
:example:
|
18257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
18258
18249
|
"""
|
18259
18250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18260
18251
|
required_arguments = ['autonomousDatabaseId']
|
@@ -18352,7 +18343,7 @@ class DatabaseClient(object):
|
|
18352
18343
|
:rtype: :class:`~oci.response.Response`
|
18353
18344
|
|
18354
18345
|
:example:
|
18355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
18356
18347
|
"""
|
18357
18348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18358
18349
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -18423,7 +18414,7 @@ class DatabaseClient(object):
|
|
18423
18414
|
|
18424
18415
|
def get_autonomous_database_dataguard_association(self, autonomous_database_id, autonomous_database_dataguard_association_id, **kwargs):
|
18425
18416
|
"""
|
18426
|
-
|
18417
|
+
*Deprecated.* Use the :func:`get_autonomous_container_database` operation to gets an Autonomous Data Guard-enabled database associated with the specified Autonomous Database.
|
18427
18418
|
|
18428
18419
|
|
18429
18420
|
:param str autonomous_database_id: (required)
|
@@ -18455,7 +18446,7 @@ class DatabaseClient(object):
|
|
18455
18446
|
:rtype: :class:`~oci.response.Response`
|
18456
18447
|
|
18457
18448
|
:example:
|
18458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
18459
18450
|
"""
|
18460
18451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18461
18452
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -18549,7 +18540,7 @@ class DatabaseClient(object):
|
|
18549
18540
|
:rtype: :class:`~oci.response.Response`
|
18550
18541
|
|
18551
18542
|
:example:
|
18552
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18543
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
18553
18544
|
"""
|
18554
18545
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18555
18546
|
required_arguments = []
|
@@ -18635,7 +18626,7 @@ class DatabaseClient(object):
|
|
18635
18626
|
:rtype: :class:`~oci.response.Response`
|
18636
18627
|
|
18637
18628
|
:example:
|
18638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
18639
18630
|
"""
|
18640
18631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18641
18632
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -18733,7 +18724,7 @@ class DatabaseClient(object):
|
|
18733
18724
|
:rtype: :class:`~oci.response.Response`
|
18734
18725
|
|
18735
18726
|
:example:
|
18736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
18737
18728
|
"""
|
18738
18729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18739
18730
|
required_arguments = ['autonomousDatabaseId']
|
@@ -18828,7 +18819,7 @@ class DatabaseClient(object):
|
|
18828
18819
|
:rtype: :class:`~oci.response.Response`
|
18829
18820
|
|
18830
18821
|
:example:
|
18831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
18832
18823
|
"""
|
18833
18824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18834
18825
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -18916,7 +18907,7 @@ class DatabaseClient(object):
|
|
18916
18907
|
:rtype: :class:`~oci.response.Response`
|
18917
18908
|
|
18918
18909
|
:example:
|
18919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
18920
18911
|
"""
|
18921
18912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18922
18913
|
required_arguments = ['autonomousPatchId']
|
@@ -19007,7 +18998,7 @@ class DatabaseClient(object):
|
|
19007
18998
|
:rtype: :class:`~oci.response.Response`
|
19008
18999
|
|
19009
19000
|
:example:
|
19010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
19011
19002
|
"""
|
19012
19003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19013
19004
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -19105,7 +19096,7 @@ class DatabaseClient(object):
|
|
19105
19096
|
:rtype: :class:`~oci.response.Response`
|
19106
19097
|
|
19107
19098
|
:example:
|
19108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
19109
19100
|
"""
|
19110
19101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19111
19102
|
required_arguments = ['autonomousVmClusterId']
|
@@ -19203,7 +19194,7 @@ class DatabaseClient(object):
|
|
19203
19194
|
:rtype: :class:`~oci.response.Response`
|
19204
19195
|
|
19205
19196
|
:example:
|
19206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
19207
19198
|
"""
|
19208
19199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19209
19200
|
required_arguments = ['autonomousVmClusterId']
|
@@ -19298,7 +19289,7 @@ class DatabaseClient(object):
|
|
19298
19289
|
:rtype: :class:`~oci.response.Response`
|
19299
19290
|
|
19300
19291
|
:example:
|
19301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
19302
19293
|
"""
|
19303
19294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19304
19295
|
required_arguments = ['backupId']
|
@@ -19389,7 +19380,7 @@ class DatabaseClient(object):
|
|
19389
19380
|
:rtype: :class:`~oci.response.Response`
|
19390
19381
|
|
19391
19382
|
:example:
|
19392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
19393
19384
|
"""
|
19394
19385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19395
19386
|
required_arguments = ['backupDestinationId']
|
@@ -19487,7 +19478,7 @@ class DatabaseClient(object):
|
|
19487
19478
|
:rtype: :class:`~oci.response.Response`
|
19488
19479
|
|
19489
19480
|
:example:
|
19490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
19491
19482
|
"""
|
19492
19483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19493
19484
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -19585,7 +19576,7 @@ class DatabaseClient(object):
|
|
19585
19576
|
:rtype: :class:`~oci.response.Response`
|
19586
19577
|
|
19587
19578
|
:example:
|
19588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
19589
19580
|
"""
|
19590
19581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19591
19582
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -19683,7 +19674,7 @@ class DatabaseClient(object):
|
|
19683
19674
|
:rtype: :class:`~oci.response.Response`
|
19684
19675
|
|
19685
19676
|
:example:
|
19686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
19687
19678
|
"""
|
19688
19679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19689
19680
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -19786,14 +19777,14 @@ class DatabaseClient(object):
|
|
19786
19777
|
:rtype: :class:`~oci.response.Response`
|
19787
19778
|
|
19788
19779
|
:example:
|
19789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
19790
19781
|
"""
|
19791
19782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19792
19783
|
required_arguments = ['cloudExadataInfrastructureId']
|
19793
19784
|
resource_path = "/cloudExadataInfrastructures/{cloudExadataInfrastructureId}/unAllocatedResources"
|
19794
19785
|
method = "GET"
|
19795
19786
|
operation_name = "get_cloud_exadata_infrastructure_unallocated_resources"
|
19796
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/
|
19787
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/GetCloudExadataInfrastructureUnallocatedResources"
|
19797
19788
|
|
19798
19789
|
# Don't accept unknown kwargs
|
19799
19790
|
expected_kwargs = [
|
@@ -19892,7 +19883,7 @@ class DatabaseClient(object):
|
|
19892
19883
|
:rtype: :class:`~oci.response.Response`
|
19893
19884
|
|
19894
19885
|
:example:
|
19895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
19896
19887
|
"""
|
19897
19888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19898
19889
|
required_arguments = ['cloudVmClusterId']
|
@@ -19991,7 +19982,7 @@ class DatabaseClient(object):
|
|
19991
19982
|
:rtype: :class:`~oci.response.Response`
|
19992
19983
|
|
19993
19984
|
:example:
|
19994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
19995
19986
|
"""
|
19996
19987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19997
19988
|
required_arguments = ['cloudVmClusterId']
|
@@ -20094,7 +20085,7 @@ class DatabaseClient(object):
|
|
20094
20085
|
:rtype: :class:`~oci.response.Response`
|
20095
20086
|
|
20096
20087
|
:example:
|
20097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
20098
20089
|
"""
|
20099
20090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20100
20091
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -20198,7 +20189,7 @@ class DatabaseClient(object):
|
|
20198
20189
|
:rtype: :class:`~oci.response.Response`
|
20199
20190
|
|
20200
20191
|
:example:
|
20201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
20202
20193
|
"""
|
20203
20194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20204
20195
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -20297,7 +20288,7 @@ class DatabaseClient(object):
|
|
20297
20288
|
:rtype: :class:`~oci.response.Response`
|
20298
20289
|
|
20299
20290
|
:example:
|
20300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
20301
20292
|
"""
|
20302
20293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20303
20294
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -20392,7 +20383,7 @@ class DatabaseClient(object):
|
|
20392
20383
|
:rtype: :class:`~oci.response.Response`
|
20393
20384
|
|
20394
20385
|
:example:
|
20395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
20396
20387
|
"""
|
20397
20388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20398
20389
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -20494,7 +20485,7 @@ class DatabaseClient(object):
|
|
20494
20485
|
:rtype: :class:`~oci.response.Response`
|
20495
20486
|
|
20496
20487
|
:example:
|
20497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
20498
20489
|
"""
|
20499
20490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20500
20491
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -20595,7 +20586,7 @@ class DatabaseClient(object):
|
|
20595
20586
|
:rtype: :class:`~oci.response.Response`
|
20596
20587
|
|
20597
20588
|
:example:
|
20598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
20599
20590
|
"""
|
20600
20591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20601
20592
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -20684,7 +20675,7 @@ class DatabaseClient(object):
|
|
20684
20675
|
:rtype: :class:`~oci.response.Response`
|
20685
20676
|
|
20686
20677
|
:example:
|
20687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
20688
20679
|
"""
|
20689
20680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20690
20681
|
required_arguments = ['databaseId']
|
@@ -20772,7 +20763,7 @@ class DatabaseClient(object):
|
|
20772
20763
|
:rtype: :class:`~oci.response.Response`
|
20773
20764
|
|
20774
20765
|
:example:
|
20775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
20776
20767
|
"""
|
20777
20768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20778
20769
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -20868,7 +20859,7 @@ class DatabaseClient(object):
|
|
20868
20859
|
:rtype: :class:`~oci.response.Response`
|
20869
20860
|
|
20870
20861
|
:example:
|
20871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
20872
20863
|
"""
|
20873
20864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20874
20865
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -20964,7 +20955,7 @@ class DatabaseClient(object):
|
|
20964
20955
|
:rtype: :class:`~oci.response.Response`
|
20965
20956
|
|
20966
20957
|
:example:
|
20967
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
20968
20959
|
"""
|
20969
20960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20970
20961
|
required_arguments = ['dbHomeId']
|
@@ -21057,7 +21048,7 @@ class DatabaseClient(object):
|
|
21057
21048
|
:rtype: :class:`~oci.response.Response`
|
21058
21049
|
|
21059
21050
|
:example:
|
21060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
21061
21052
|
"""
|
21062
21053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21063
21054
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -21151,7 +21142,7 @@ class DatabaseClient(object):
|
|
21151
21142
|
:rtype: :class:`~oci.response.Response`
|
21152
21143
|
|
21153
21144
|
:example:
|
21154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
21155
21146
|
"""
|
21156
21147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21157
21148
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -21240,7 +21231,7 @@ class DatabaseClient(object):
|
|
21240
21231
|
:rtype: :class:`~oci.response.Response`
|
21241
21232
|
|
21242
21233
|
:example:
|
21243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
21244
21235
|
"""
|
21245
21236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21246
21237
|
required_arguments = ['dbNodeId']
|
@@ -21336,7 +21327,7 @@ class DatabaseClient(object):
|
|
21336
21327
|
:rtype: :class:`~oci.response.Response`
|
21337
21328
|
|
21338
21329
|
:example:
|
21339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
21340
21331
|
"""
|
21341
21332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21342
21333
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -21445,7 +21436,7 @@ class DatabaseClient(object):
|
|
21445
21436
|
:rtype: :class:`~oci.response.Response`
|
21446
21437
|
|
21447
21438
|
:example:
|
21448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
21449
21440
|
"""
|
21450
21441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21451
21442
|
required_arguments = ['dbSystemId']
|
@@ -21538,7 +21529,7 @@ class DatabaseClient(object):
|
|
21538
21529
|
:rtype: :class:`~oci.response.Response`
|
21539
21530
|
|
21540
21531
|
:example:
|
21541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
21542
21533
|
"""
|
21543
21534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21544
21535
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -21632,7 +21623,7 @@ class DatabaseClient(object):
|
|
21632
21623
|
:rtype: :class:`~oci.response.Response`
|
21633
21624
|
|
21634
21625
|
:example:
|
21635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
21636
21627
|
"""
|
21637
21628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21638
21629
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -21729,7 +21720,7 @@ class DatabaseClient(object):
|
|
21729
21720
|
:rtype: :class:`~oci.response.Response`
|
21730
21721
|
|
21731
21722
|
:example:
|
21732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
21733
21724
|
"""
|
21734
21725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21735
21726
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -21834,7 +21825,7 @@ class DatabaseClient(object):
|
|
21834
21825
|
:rtype: :class:`~oci.response.Response`
|
21835
21826
|
|
21836
21827
|
:example:
|
21837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
21838
21829
|
"""
|
21839
21830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21840
21831
|
required_arguments = ['exadataInfrastructureId']
|
@@ -21948,7 +21939,7 @@ class DatabaseClient(object):
|
|
21948
21939
|
:rtype: :class:`~oci.response.Response`
|
21949
21940
|
|
21950
21941
|
:example:
|
21951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
21952
21943
|
"""
|
21953
21944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21954
21945
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -22051,7 +22042,7 @@ class DatabaseClient(object):
|
|
22051
22042
|
:rtype: :class:`~oci.response.Response`
|
22052
22043
|
|
22053
22044
|
:example:
|
22054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
22055
22046
|
"""
|
22056
22047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22057
22048
|
required_arguments = ['exadataInfrastructureId']
|
@@ -22168,7 +22159,7 @@ class DatabaseClient(object):
|
|
22168
22159
|
:rtype: :class:`~oci.response.Response`
|
22169
22160
|
|
22170
22161
|
:example:
|
22171
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
22172
22163
|
"""
|
22173
22164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22174
22165
|
required_arguments = ['dbSystemId']
|
@@ -22266,7 +22257,7 @@ class DatabaseClient(object):
|
|
22266
22257
|
:rtype: :class:`~oci.response.Response`
|
22267
22258
|
|
22268
22259
|
:example:
|
22269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
|
22270
22261
|
"""
|
22271
22262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22272
22263
|
required_arguments = ['exadbVmClusterId']
|
@@ -22369,7 +22360,7 @@ class DatabaseClient(object):
|
|
22369
22360
|
:rtype: :class:`~oci.response.Response`
|
22370
22361
|
|
22371
22362
|
:example:
|
22372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
|
22373
22364
|
"""
|
22374
22365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22375
22366
|
required_arguments = ['exadbVmClusterId', 'updateId']
|
@@ -22473,7 +22464,7 @@ class DatabaseClient(object):
|
|
22473
22464
|
:rtype: :class:`~oci.response.Response`
|
22474
22465
|
|
22475
22466
|
:example:
|
22476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
22477
22468
|
"""
|
22478
22469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22479
22470
|
required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
|
@@ -22572,7 +22563,7 @@ class DatabaseClient(object):
|
|
22572
22563
|
:rtype: :class:`~oci.response.Response`
|
22573
22564
|
|
22574
22565
|
:example:
|
22575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
|
22576
22567
|
"""
|
22577
22568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22578
22569
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -22670,7 +22661,7 @@ class DatabaseClient(object):
|
|
22670
22661
|
:rtype: :class:`~oci.response.Response`
|
22671
22662
|
|
22672
22663
|
:example:
|
22673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
|
22674
22665
|
"""
|
22675
22666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22676
22667
|
required_arguments = ['executionActionId']
|
@@ -22768,7 +22759,7 @@ class DatabaseClient(object):
|
|
22768
22759
|
:rtype: :class:`~oci.response.Response`
|
22769
22760
|
|
22770
22761
|
:example:
|
22771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
|
22772
22763
|
"""
|
22773
22764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22774
22765
|
required_arguments = ['executionWindowId']
|
@@ -22867,7 +22858,7 @@ class DatabaseClient(object):
|
|
22867
22858
|
:rtype: :class:`~oci.response.Response`
|
22868
22859
|
|
22869
22860
|
:example:
|
22870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
22871
22862
|
"""
|
22872
22863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22873
22864
|
required_arguments = ['backupId']
|
@@ -22958,7 +22949,7 @@ class DatabaseClient(object):
|
|
22958
22949
|
:rtype: :class:`~oci.response.Response`
|
22959
22950
|
|
22960
22951
|
:example:
|
22961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
22962
22953
|
"""
|
22963
22954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22964
22955
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -23057,7 +23048,7 @@ class DatabaseClient(object):
|
|
23057
23048
|
:rtype: :class:`~oci.response.Response`
|
23058
23049
|
|
23059
23050
|
:example:
|
23060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
23061
23052
|
"""
|
23062
23053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23063
23054
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -23155,7 +23146,7 @@ class DatabaseClient(object):
|
|
23155
23146
|
:rtype: :class:`~oci.response.Response`
|
23156
23147
|
|
23157
23148
|
:example:
|
23158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
23159
23150
|
"""
|
23160
23151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23161
23152
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -23254,7 +23245,7 @@ class DatabaseClient(object):
|
|
23254
23245
|
:rtype: :class:`~oci.response.Response`
|
23255
23246
|
|
23256
23247
|
:example:
|
23257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
23258
23249
|
"""
|
23259
23250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23260
23251
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -23361,7 +23352,7 @@ class DatabaseClient(object):
|
|
23361
23352
|
:rtype: :class:`~oci.response.Response`
|
23362
23353
|
|
23363
23354
|
:example:
|
23364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
23365
23356
|
"""
|
23366
23357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23367
23358
|
required_arguments = ['compartmentId']
|
@@ -23465,7 +23456,7 @@ class DatabaseClient(object):
|
|
23465
23456
|
:rtype: :class:`~oci.response.Response`
|
23466
23457
|
|
23467
23458
|
:example:
|
23468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
23469
23460
|
"""
|
23470
23461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23471
23462
|
required_arguments = ['keyStoreId']
|
@@ -23558,7 +23549,7 @@ class DatabaseClient(object):
|
|
23558
23549
|
:rtype: :class:`~oci.response.Response`
|
23559
23550
|
|
23560
23551
|
:example:
|
23561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
23562
23553
|
"""
|
23563
23554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23564
23555
|
required_arguments = ['maintenanceRunId']
|
@@ -23644,7 +23635,7 @@ class DatabaseClient(object):
|
|
23644
23635
|
:rtype: :class:`~oci.response.Response`
|
23645
23636
|
|
23646
23637
|
:example:
|
23647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
23648
23639
|
"""
|
23649
23640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23650
23641
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -23735,7 +23726,7 @@ class DatabaseClient(object):
|
|
23735
23726
|
:rtype: :class:`~oci.response.Response`
|
23736
23727
|
|
23737
23728
|
:example:
|
23738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
23739
23730
|
"""
|
23740
23731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23741
23732
|
required_arguments = ['oneoffPatchId']
|
@@ -23838,7 +23829,7 @@ class DatabaseClient(object):
|
|
23838
23829
|
:rtype: :class:`~oci.response.Response`
|
23839
23830
|
|
23840
23831
|
:example:
|
23841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
23842
23833
|
"""
|
23843
23834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23844
23835
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -23934,7 +23925,7 @@ class DatabaseClient(object):
|
|
23934
23925
|
:rtype: :class:`~oci.response.Response`
|
23935
23926
|
|
23936
23927
|
:example:
|
23937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
23938
23929
|
"""
|
23939
23930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23940
23931
|
required_arguments = ['pluggableDatabaseId']
|
@@ -24025,7 +24016,7 @@ class DatabaseClient(object):
|
|
24025
24016
|
:rtype: :class:`~oci.response.Response`
|
24026
24017
|
|
24027
24018
|
:example:
|
24028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
|
24029
24020
|
"""
|
24030
24021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24031
24022
|
required_arguments = ['scheduledActionId']
|
@@ -24123,7 +24114,7 @@ class DatabaseClient(object):
|
|
24123
24114
|
:rtype: :class:`~oci.response.Response`
|
24124
24115
|
|
24125
24116
|
:example:
|
24126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
|
24127
24118
|
"""
|
24128
24119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24129
24120
|
required_arguments = ['schedulingPlanId']
|
@@ -24221,7 +24212,7 @@ class DatabaseClient(object):
|
|
24221
24212
|
:rtype: :class:`~oci.response.Response`
|
24222
24213
|
|
24223
24214
|
:example:
|
24224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
|
24225
24216
|
"""
|
24226
24217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24227
24218
|
required_arguments = ['schedulingPolicyId']
|
@@ -24324,7 +24315,7 @@ class DatabaseClient(object):
|
|
24324
24315
|
:rtype: :class:`~oci.response.Response`
|
24325
24316
|
|
24326
24317
|
:example:
|
24327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
|
24328
24319
|
"""
|
24329
24320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24330
24321
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -24423,7 +24414,7 @@ class DatabaseClient(object):
|
|
24423
24414
|
:rtype: :class:`~oci.response.Response`
|
24424
24415
|
|
24425
24416
|
:example:
|
24426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
24427
24418
|
"""
|
24428
24419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24429
24420
|
required_arguments = ['vmClusterId']
|
@@ -24527,7 +24518,7 @@ class DatabaseClient(object):
|
|
24527
24518
|
:rtype: :class:`~oci.response.Response`
|
24528
24519
|
|
24529
24520
|
:example:
|
24530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
24531
24522
|
"""
|
24532
24523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24533
24524
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -24628,7 +24619,7 @@ class DatabaseClient(object):
|
|
24628
24619
|
:rtype: :class:`~oci.response.Response`
|
24629
24620
|
|
24630
24621
|
:example:
|
24631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
24632
24623
|
"""
|
24633
24624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24634
24625
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -24722,7 +24713,7 @@ class DatabaseClient(object):
|
|
24722
24713
|
:rtype: :class:`~oci.response.Response`
|
24723
24714
|
|
24724
24715
|
:example:
|
24725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
24726
24717
|
"""
|
24727
24718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24728
24719
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -24819,7 +24810,7 @@ class DatabaseClient(object):
|
|
24819
24810
|
:rtype: :class:`~oci.response.Response`
|
24820
24811
|
|
24821
24812
|
:example:
|
24822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
24823
24814
|
"""
|
24824
24815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24825
24816
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -24923,7 +24914,7 @@ class DatabaseClient(object):
|
|
24923
24914
|
:rtype: :class:`~oci.response.Response`
|
24924
24915
|
|
24925
24916
|
:example:
|
24926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
24927
24918
|
"""
|
24928
24919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24929
24920
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -25024,7 +25015,7 @@ class DatabaseClient(object):
|
|
25024
25015
|
:rtype: :class:`~oci.response.Response`
|
25025
25016
|
|
25026
25017
|
:example:
|
25027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
25028
25019
|
"""
|
25029
25020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25030
25021
|
required_arguments = []
|
@@ -25136,7 +25127,7 @@ class DatabaseClient(object):
|
|
25136
25127
|
:rtype: :class:`~oci.response.Response`
|
25137
25128
|
|
25138
25129
|
:example:
|
25139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
25140
25131
|
"""
|
25141
25132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25142
25133
|
required_arguments = []
|
@@ -25254,7 +25245,7 @@ class DatabaseClient(object):
|
|
25254
25245
|
:rtype: :class:`~oci.response.Response`
|
25255
25246
|
|
25256
25247
|
:example:
|
25257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
25258
25249
|
"""
|
25259
25250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25260
25251
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -25352,7 +25343,7 @@ class DatabaseClient(object):
|
|
25352
25343
|
|
25353
25344
|
def list_autonomous_container_database_dataguard_associations(self, autonomous_container_database_id, **kwargs):
|
25354
25345
|
"""
|
25355
|
-
|
25346
|
+
**Deprecated.** Use the :func:`list_autonomous_container_databases` operation to get a list of the Autonomous Container Databases (ACDs)with Autonomous Data Guard-enabled associated with the specified ACD.
|
25356
25347
|
|
25357
25348
|
|
25358
25349
|
:param str autonomous_container_database_id: (required)
|
@@ -25382,7 +25373,7 @@ class DatabaseClient(object):
|
|
25382
25373
|
:rtype: :class:`~oci.response.Response`
|
25383
25374
|
|
25384
25375
|
:example:
|
25385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
25386
25377
|
"""
|
25387
25378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25388
25379
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -25503,7 +25494,7 @@ class DatabaseClient(object):
|
|
25503
25494
|
:rtype: :class:`~oci.response.Response`
|
25504
25495
|
|
25505
25496
|
:example:
|
25506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
25507
25498
|
"""
|
25508
25499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25509
25500
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -25665,7 +25656,7 @@ class DatabaseClient(object):
|
|
25665
25656
|
:rtype: :class:`~oci.response.Response`
|
25666
25657
|
|
25667
25658
|
:example:
|
25668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
25669
25660
|
"""
|
25670
25661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25671
25662
|
required_arguments = ['compartmentId']
|
@@ -25841,7 +25832,7 @@ class DatabaseClient(object):
|
|
25841
25832
|
:rtype: :class:`~oci.response.Response`
|
25842
25833
|
|
25843
25834
|
:example:
|
25844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
25845
25836
|
"""
|
25846
25837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25847
25838
|
required_arguments = []
|
@@ -25978,7 +25969,7 @@ class DatabaseClient(object):
|
|
25978
25969
|
:rtype: :class:`~oci.response.Response`
|
25979
25970
|
|
25980
25971
|
:example:
|
25981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
25982
25973
|
"""
|
25983
25974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25984
25975
|
required_arguments = []
|
@@ -26119,7 +26110,7 @@ class DatabaseClient(object):
|
|
26119
26110
|
:rtype: :class:`~oci.response.Response`
|
26120
26111
|
|
26121
26112
|
:example:
|
26122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
26123
26114
|
"""
|
26124
26115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26125
26116
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -26239,7 +26230,7 @@ class DatabaseClient(object):
|
|
26239
26230
|
|
26240
26231
|
def list_autonomous_database_dataguard_associations(self, autonomous_database_id, **kwargs):
|
26241
26232
|
"""
|
26242
|
-
|
26233
|
+
*Deprecated.* Use the :func:`get_autonomous_container_database` operation to get a list of the Autonomous Data Guard-enabled databases associated with the specified Autonomous Database.
|
26243
26234
|
|
26244
26235
|
|
26245
26236
|
:param str autonomous_database_id: (required)
|
@@ -26269,7 +26260,7 @@ class DatabaseClient(object):
|
|
26269
26260
|
:rtype: :class:`~oci.response.Response`
|
26270
26261
|
|
26271
26262
|
:example:
|
26272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
26273
26264
|
"""
|
26274
26265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26275
26266
|
required_arguments = ['autonomousDatabaseId']
|
@@ -26380,7 +26371,7 @@ class DatabaseClient(object):
|
|
26380
26371
|
:rtype: :class:`~oci.response.Response`
|
26381
26372
|
|
26382
26373
|
:example:
|
26383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
26384
26375
|
"""
|
26385
26376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26386
26377
|
required_arguments = ['autonomousDatabaseId']
|
@@ -26494,7 +26485,7 @@ class DatabaseClient(object):
|
|
26494
26485
|
:rtype: :class:`~oci.response.Response`
|
26495
26486
|
|
26496
26487
|
:example:
|
26497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
26498
26489
|
"""
|
26499
26490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26500
26491
|
required_arguments = ['autonomousDatabaseId']
|
@@ -26631,7 +26622,7 @@ class DatabaseClient(object):
|
|
26631
26622
|
:rtype: :class:`~oci.response.Response`
|
26632
26623
|
|
26633
26624
|
:example:
|
26634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
26635
26626
|
"""
|
26636
26627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26637
26628
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -26832,7 +26823,7 @@ class DatabaseClient(object):
|
|
26832
26823
|
:rtype: :class:`~oci.response.Response`
|
26833
26824
|
|
26834
26825
|
:example:
|
26835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
26836
26827
|
"""
|
26837
26828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26838
26829
|
required_arguments = ['compartmentId']
|
@@ -27018,7 +27009,7 @@ class DatabaseClient(object):
|
|
27018
27009
|
:rtype: :class:`~oci.response.Response`
|
27019
27010
|
|
27020
27011
|
:example:
|
27021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
27022
27013
|
"""
|
27023
27014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27024
27015
|
required_arguments = ['compartmentId']
|
@@ -27149,7 +27140,7 @@ class DatabaseClient(object):
|
|
27149
27140
|
:rtype: :class:`~oci.response.Response`
|
27150
27141
|
|
27151
27142
|
:example:
|
27152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
27153
27144
|
"""
|
27154
27145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27155
27146
|
required_arguments = ['compartmentId']
|
@@ -27273,7 +27264,7 @@ class DatabaseClient(object):
|
|
27273
27264
|
:rtype: :class:`~oci.response.Response`
|
27274
27265
|
|
27275
27266
|
:example:
|
27276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
27277
27268
|
"""
|
27278
27269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27279
27270
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -27397,7 +27388,7 @@ class DatabaseClient(object):
|
|
27397
27388
|
:rtype: :class:`~oci.response.Response`
|
27398
27389
|
|
27399
27390
|
:example:
|
27400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
27401
27392
|
"""
|
27402
27393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27403
27394
|
required_arguments = ['compartmentId']
|
@@ -27538,7 +27529,7 @@ class DatabaseClient(object):
|
|
27538
27529
|
:rtype: :class:`~oci.response.Response`
|
27539
27530
|
|
27540
27531
|
:example:
|
27541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
27542
27533
|
"""
|
27543
27534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27544
27535
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -27656,7 +27647,7 @@ class DatabaseClient(object):
|
|
27656
27647
|
:rtype: :class:`~oci.response.Response`
|
27657
27648
|
|
27658
27649
|
:example:
|
27659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
27660
27651
|
"""
|
27661
27652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27662
27653
|
required_arguments = ['autonomousVmClusterId']
|
@@ -27793,7 +27784,7 @@ class DatabaseClient(object):
|
|
27793
27784
|
:rtype: :class:`~oci.response.Response`
|
27794
27785
|
|
27795
27786
|
:example:
|
27796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
27797
27788
|
"""
|
27798
27789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27799
27790
|
required_arguments = ['compartmentId']
|
@@ -27930,7 +27921,7 @@ class DatabaseClient(object):
|
|
27930
27921
|
:rtype: :class:`~oci.response.Response`
|
27931
27922
|
|
27932
27923
|
:example:
|
27933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
27934
27925
|
"""
|
27935
27926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27936
27927
|
required_arguments = ['compartmentId']
|
@@ -28062,7 +28053,7 @@ class DatabaseClient(object):
|
|
28062
28053
|
:rtype: :class:`~oci.response.Response`
|
28063
28054
|
|
28064
28055
|
:example:
|
28065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
28066
28057
|
"""
|
28067
28058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28068
28059
|
required_arguments = []
|
@@ -28199,7 +28190,7 @@ class DatabaseClient(object):
|
|
28199
28190
|
:rtype: :class:`~oci.response.Response`
|
28200
28191
|
|
28201
28192
|
:example:
|
28202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
28203
28194
|
"""
|
28204
28195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28205
28196
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -28339,7 +28330,7 @@ class DatabaseClient(object):
|
|
28339
28330
|
:rtype: :class:`~oci.response.Response`
|
28340
28331
|
|
28341
28332
|
:example:
|
28342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
28343
28334
|
"""
|
28344
28335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28345
28336
|
required_arguments = ['compartmentId']
|
@@ -28496,7 +28487,7 @@ class DatabaseClient(object):
|
|
28496
28487
|
:rtype: :class:`~oci.response.Response`
|
28497
28488
|
|
28498
28489
|
:example:
|
28499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
28500
28491
|
"""
|
28501
28492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28502
28493
|
required_arguments = ['compartmentId']
|
@@ -28635,7 +28626,7 @@ class DatabaseClient(object):
|
|
28635
28626
|
:rtype: :class:`~oci.response.Response`
|
28636
28627
|
|
28637
28628
|
:example:
|
28638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
28639
28630
|
"""
|
28640
28631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28641
28632
|
required_arguments = ['cloudVmClusterId']
|
@@ -28763,7 +28754,7 @@ class DatabaseClient(object):
|
|
28763
28754
|
:rtype: :class:`~oci.response.Response`
|
28764
28755
|
|
28765
28756
|
:example:
|
28766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
28767
28758
|
"""
|
28768
28759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28769
28760
|
required_arguments = ['cloudVmClusterId']
|
@@ -28912,7 +28903,7 @@ class DatabaseClient(object):
|
|
28912
28903
|
:rtype: :class:`~oci.response.Response`
|
28913
28904
|
|
28914
28905
|
:example:
|
28915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
28916
28907
|
"""
|
28917
28908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28918
28909
|
required_arguments = ['compartmentId']
|
@@ -29046,7 +29037,7 @@ class DatabaseClient(object):
|
|
29046
29037
|
:rtype: :class:`~oci.response.Response`
|
29047
29038
|
|
29048
29039
|
:example:
|
29049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
29050
29041
|
"""
|
29051
29042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29052
29043
|
required_arguments = ['dbNodeId']
|
@@ -29161,7 +29152,7 @@ class DatabaseClient(object):
|
|
29161
29152
|
:rtype: :class:`~oci.response.Response`
|
29162
29153
|
|
29163
29154
|
:example:
|
29164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
29165
29156
|
"""
|
29166
29157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29167
29158
|
required_arguments = ['dbNodeId']
|
@@ -29311,7 +29302,7 @@ class DatabaseClient(object):
|
|
29311
29302
|
:rtype: :class:`~oci.response.Response`
|
29312
29303
|
|
29313
29304
|
:example:
|
29314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
29315
29306
|
"""
|
29316
29307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29317
29308
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -29429,7 +29420,7 @@ class DatabaseClient(object):
|
|
29429
29420
|
:rtype: :class:`~oci.response.Response`
|
29430
29421
|
|
29431
29422
|
:example:
|
29432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29423
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
29433
29424
|
"""
|
29434
29425
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29435
29426
|
required_arguments = ['databaseId']
|
@@ -29577,7 +29568,7 @@ class DatabaseClient(object):
|
|
29577
29568
|
:rtype: :class:`~oci.response.Response`
|
29578
29569
|
|
29579
29570
|
:example:
|
29580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
29581
29572
|
"""
|
29582
29573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29583
29574
|
required_arguments = ['compartmentId']
|
@@ -29750,7 +29741,7 @@ class DatabaseClient(object):
|
|
29750
29741
|
:rtype: :class:`~oci.response.Response`
|
29751
29742
|
|
29752
29743
|
:example:
|
29753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
29754
29745
|
"""
|
29755
29746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29756
29747
|
required_arguments = ['databaseId']
|
@@ -29925,7 +29916,7 @@ class DatabaseClient(object):
|
|
29925
29916
|
:rtype: :class:`~oci.response.Response`
|
29926
29917
|
|
29927
29918
|
:example:
|
29928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
29929
29920
|
"""
|
29930
29921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29931
29922
|
required_arguments = ['compartmentId']
|
@@ -30055,7 +30046,7 @@ class DatabaseClient(object):
|
|
30055
30046
|
:rtype: :class:`~oci.response.Response`
|
30056
30047
|
|
30057
30048
|
:example:
|
30058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
30059
30050
|
"""
|
30060
30051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30061
30052
|
required_arguments = ['dbHomeId']
|
@@ -30163,7 +30154,7 @@ class DatabaseClient(object):
|
|
30163
30154
|
:rtype: :class:`~oci.response.Response`
|
30164
30155
|
|
30165
30156
|
:example:
|
30166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
30167
30158
|
"""
|
30168
30159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30169
30160
|
required_arguments = ['dbHomeId']
|
@@ -30307,7 +30298,7 @@ class DatabaseClient(object):
|
|
30307
30298
|
:rtype: :class:`~oci.response.Response`
|
30308
30299
|
|
30309
30300
|
:example:
|
30310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
30311
30302
|
"""
|
30312
30303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30313
30304
|
required_arguments = ['compartmentId']
|
@@ -30411,7 +30402,7 @@ class DatabaseClient(object):
|
|
30411
30402
|
|
30412
30403
|
def list_db_nodes(self, compartment_id, **kwargs):
|
30413
30404
|
"""
|
30414
|
-
Lists the database nodes in the specified DB system and compartment.
|
30405
|
+
Lists the database nodes in the specified DB system and compartment. In addition to the other required parameters, either '--db-system-id' or '--vm-cluster-id' also must be provided, depending on the service being accessed.
|
30415
30406
|
|
30416
30407
|
|
30417
30408
|
:param str compartment_id: (required)
|
@@ -30471,7 +30462,7 @@ class DatabaseClient(object):
|
|
30471
30462
|
:rtype: :class:`~oci.response.Response`
|
30472
30463
|
|
30473
30464
|
:example:
|
30474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
30475
30466
|
"""
|
30476
30467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30477
30468
|
required_arguments = ['compartmentId']
|
@@ -30627,7 +30618,7 @@ class DatabaseClient(object):
|
|
30627
30618
|
:rtype: :class:`~oci.response.Response`
|
30628
30619
|
|
30629
30620
|
:example:
|
30630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
30631
30622
|
"""
|
30632
30623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30633
30624
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -30752,7 +30743,7 @@ class DatabaseClient(object):
|
|
30752
30743
|
:rtype: :class:`~oci.response.Response`
|
30753
30744
|
|
30754
30745
|
:example:
|
30755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
30756
30747
|
"""
|
30757
30748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30758
30749
|
required_arguments = []
|
@@ -30849,7 +30840,7 @@ class DatabaseClient(object):
|
|
30849
30840
|
:rtype: :class:`~oci.response.Response`
|
30850
30841
|
|
30851
30842
|
:example:
|
30852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
30853
30844
|
"""
|
30854
30845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30855
30846
|
required_arguments = ['dbSystemId']
|
@@ -30957,7 +30948,7 @@ class DatabaseClient(object):
|
|
30957
30948
|
:rtype: :class:`~oci.response.Response`
|
30958
30949
|
|
30959
30950
|
:example:
|
30960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
30961
30952
|
"""
|
30962
30953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30963
30954
|
required_arguments = ['dbSystemId']
|
@@ -31068,7 +31059,7 @@ class DatabaseClient(object):
|
|
31068
31059
|
:rtype: :class:`~oci.response.Response`
|
31069
31060
|
|
31070
31061
|
:example:
|
31071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
31072
31063
|
"""
|
31073
31064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31074
31065
|
required_arguments = ['compartmentId']
|
@@ -31150,6 +31141,11 @@ class DatabaseClient(object):
|
|
31150
31141
|
:param str shape_type: (optional)
|
31151
31142
|
Optional. Filters the performance results by shape type.
|
31152
31143
|
|
31144
|
+
:param str database_edition: (optional)
|
31145
|
+
The database edition of quota (STANDARD_EDITION/ENTERPRISE_EDITION/ENTERPRISE_EDITION_HIGH_PERFORMANCE/ENTERPRISE_EDITION_EXTREME/ENTERPRISE_EDITION_DEVELOPER)
|
31146
|
+
|
31147
|
+
Allowed values are: "STANDARD_EDITION", "ENTERPRISE_EDITION", "ENTERPRISE_EDITION_HIGH_PERFORMANCE", "ENTERPRISE_EDITION_EXTREME", "ENTERPRISE_EDITION_DEVELOPER"
|
31148
|
+
|
31153
31149
|
:param str opc_request_id: (optional)
|
31154
31150
|
Unique identifier for the request.
|
31155
31151
|
|
@@ -31169,7 +31165,7 @@ class DatabaseClient(object):
|
|
31169
31165
|
:rtype: :class:`~oci.response.Response`
|
31170
31166
|
|
31171
31167
|
:example:
|
31172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
31173
31169
|
"""
|
31174
31170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31175
31171
|
required_arguments = ['storageManagement']
|
@@ -31183,6 +31179,7 @@ class DatabaseClient(object):
|
|
31183
31179
|
"allow_control_chars",
|
31184
31180
|
"retry_strategy",
|
31185
31181
|
"shape_type",
|
31182
|
+
"database_edition",
|
31186
31183
|
"opc_request_id"
|
31187
31184
|
]
|
31188
31185
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
@@ -31196,9 +31193,17 @@ class DatabaseClient(object):
|
|
31196
31193
|
f"Invalid value for `storage_management`, must be one of { storage_management_allowed_values }"
|
31197
31194
|
)
|
31198
31195
|
|
31196
|
+
if 'database_edition' in kwargs:
|
31197
|
+
database_edition_allowed_values = ["STANDARD_EDITION", "ENTERPRISE_EDITION", "ENTERPRISE_EDITION_HIGH_PERFORMANCE", "ENTERPRISE_EDITION_EXTREME", "ENTERPRISE_EDITION_DEVELOPER"]
|
31198
|
+
if kwargs['database_edition'] not in database_edition_allowed_values:
|
31199
|
+
raise ValueError(
|
31200
|
+
f"Invalid value for `database_edition`, must be one of { database_edition_allowed_values }"
|
31201
|
+
)
|
31202
|
+
|
31199
31203
|
query_params = {
|
31200
31204
|
"storageManagement": storage_management,
|
31201
|
-
"shapeType": kwargs.get("shape_type", missing)
|
31205
|
+
"shapeType": kwargs.get("shape_type", missing),
|
31206
|
+
"databaseEdition": kwargs.get("database_edition", missing)
|
31202
31207
|
}
|
31203
31208
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
31204
31209
|
|
@@ -31296,7 +31301,7 @@ class DatabaseClient(object):
|
|
31296
31301
|
:rtype: :class:`~oci.response.Response`
|
31297
31302
|
|
31298
31303
|
:example:
|
31299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
31300
31305
|
"""
|
31301
31306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31302
31307
|
required_arguments = ['dbSystemId']
|
@@ -31443,7 +31448,7 @@ class DatabaseClient(object):
|
|
31443
31448
|
:rtype: :class:`~oci.response.Response`
|
31444
31449
|
|
31445
31450
|
:example:
|
31446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
|
31447
31452
|
"""
|
31448
31453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31449
31454
|
required_arguments = ['dbSystemId']
|
@@ -31586,7 +31591,7 @@ class DatabaseClient(object):
|
|
31586
31591
|
:rtype: :class:`~oci.response.Response`
|
31587
31592
|
|
31588
31593
|
:example:
|
31589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
31590
31595
|
"""
|
31591
31596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31592
31597
|
required_arguments = ['compartmentId']
|
@@ -31737,7 +31742,7 @@ class DatabaseClient(object):
|
|
31737
31742
|
:rtype: :class:`~oci.response.Response`
|
31738
31743
|
|
31739
31744
|
:example:
|
31740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
31741
31746
|
"""
|
31742
31747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31743
31748
|
required_arguments = ['compartmentId']
|
@@ -31878,7 +31883,7 @@ class DatabaseClient(object):
|
|
31878
31883
|
:rtype: :class:`~oci.response.Response`
|
31879
31884
|
|
31880
31885
|
:example:
|
31881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
31882
31887
|
"""
|
31883
31888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31884
31889
|
required_arguments = ['compartmentId']
|
@@ -32025,7 +32030,7 @@ class DatabaseClient(object):
|
|
32025
32030
|
:rtype: :class:`~oci.response.Response`
|
32026
32031
|
|
32027
32032
|
:example:
|
32028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
32029
32034
|
"""
|
32030
32035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32031
32036
|
required_arguments = ['exadbVmClusterId']
|
@@ -32156,7 +32161,7 @@ class DatabaseClient(object):
|
|
32156
32161
|
:rtype: :class:`~oci.response.Response`
|
32157
32162
|
|
32158
32163
|
:example:
|
32159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
|
32160
32165
|
"""
|
32161
32166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32162
32167
|
required_arguments = ['exadbVmClusterId']
|
@@ -32305,7 +32310,7 @@ class DatabaseClient(object):
|
|
32305
32310
|
:rtype: :class:`~oci.response.Response`
|
32306
32311
|
|
32307
32312
|
:example:
|
32308
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
|
32309
32314
|
"""
|
32310
32315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32311
32316
|
required_arguments = ['compartmentId']
|
@@ -32465,7 +32470,7 @@ class DatabaseClient(object):
|
|
32465
32470
|
:rtype: :class:`~oci.response.Response`
|
32466
32471
|
|
32467
32472
|
:example:
|
32468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
|
32469
32474
|
"""
|
32470
32475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32471
32476
|
required_arguments = ['compartmentId']
|
@@ -32622,7 +32627,7 @@ class DatabaseClient(object):
|
|
32622
32627
|
:rtype: :class:`~oci.response.Response`
|
32623
32628
|
|
32624
32629
|
:example:
|
32625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
|
32626
32631
|
"""
|
32627
32632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32628
32633
|
required_arguments = ['compartmentId']
|
@@ -32777,7 +32782,7 @@ class DatabaseClient(object):
|
|
32777
32782
|
:rtype: :class:`~oci.response.Response`
|
32778
32783
|
|
32779
32784
|
:example:
|
32780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
|
32781
32786
|
"""
|
32782
32787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32783
32788
|
required_arguments = ['compartmentId']
|
@@ -32932,7 +32937,7 @@ class DatabaseClient(object):
|
|
32932
32937
|
:rtype: :class:`~oci.response.Response`
|
32933
32938
|
|
32934
32939
|
:example:
|
32935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
32936
32941
|
"""
|
32937
32942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32938
32943
|
required_arguments = ['compartmentId']
|
@@ -33090,7 +33095,7 @@ class DatabaseClient(object):
|
|
33090
33095
|
:rtype: :class:`~oci.response.Response`
|
33091
33096
|
|
33092
33097
|
:example:
|
33093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
33094
33099
|
"""
|
33095
33100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33096
33101
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -33244,7 +33249,7 @@ class DatabaseClient(object):
|
|
33244
33249
|
:rtype: :class:`~oci.response.Response`
|
33245
33250
|
|
33246
33251
|
:example:
|
33247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
33248
33253
|
"""
|
33249
33254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33250
33255
|
required_arguments = ['compartmentId']
|
@@ -33403,7 +33408,7 @@ class DatabaseClient(object):
|
|
33403
33408
|
:rtype: :class:`~oci.response.Response`
|
33404
33409
|
|
33405
33410
|
:example:
|
33406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
33407
33412
|
"""
|
33408
33413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33409
33414
|
required_arguments = ['compartmentId']
|
@@ -33550,7 +33555,7 @@ class DatabaseClient(object):
|
|
33550
33555
|
:rtype: :class:`~oci.response.Response`
|
33551
33556
|
|
33552
33557
|
:example:
|
33553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
33554
33559
|
"""
|
33555
33560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33556
33561
|
required_arguments = ['compartmentId']
|
@@ -33699,7 +33704,7 @@ class DatabaseClient(object):
|
|
33699
33704
|
:rtype: :class:`~oci.response.Response`
|
33700
33705
|
|
33701
33706
|
:example:
|
33702
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
|
33703
33708
|
"""
|
33704
33709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33705
33710
|
required_arguments = ['version']
|
@@ -33859,7 +33864,7 @@ class DatabaseClient(object):
|
|
33859
33864
|
:rtype: :class:`~oci.response.Response`
|
33860
33865
|
|
33861
33866
|
:example:
|
33862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
33863
33868
|
"""
|
33864
33869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33865
33870
|
required_arguments = ['compartmentId']
|
@@ -33974,7 +33979,7 @@ class DatabaseClient(object):
|
|
33974
33979
|
:rtype: :class:`~oci.response.Response`
|
33975
33980
|
|
33976
33981
|
:example:
|
33977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
33978
33983
|
"""
|
33979
33984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33980
33985
|
required_arguments = ['compartmentId']
|
@@ -34112,7 +34117,7 @@ class DatabaseClient(object):
|
|
34112
34117
|
:rtype: :class:`~oci.response.Response`
|
34113
34118
|
|
34114
34119
|
:example:
|
34115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
34116
34121
|
"""
|
34117
34122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34118
34123
|
required_arguments = ['compartmentId']
|
@@ -34308,7 +34313,7 @@ class DatabaseClient(object):
|
|
34308
34313
|
:rtype: :class:`~oci.response.Response`
|
34309
34314
|
|
34310
34315
|
:example:
|
34311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
34312
34317
|
"""
|
34313
34318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34314
34319
|
required_arguments = ['compartmentId']
|
@@ -34486,7 +34491,7 @@ class DatabaseClient(object):
|
|
34486
34491
|
:rtype: :class:`~oci.response.Response`
|
34487
34492
|
|
34488
34493
|
:example:
|
34489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
34490
34495
|
"""
|
34491
34496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34492
34497
|
required_arguments = ['compartmentId']
|
@@ -34618,7 +34623,7 @@ class DatabaseClient(object):
|
|
34618
34623
|
:rtype: :class:`~oci.response.Response`
|
34619
34624
|
|
34620
34625
|
:example:
|
34621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
|
34622
34627
|
"""
|
34623
34628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34624
34629
|
required_arguments = ['type']
|
@@ -34747,7 +34752,7 @@ class DatabaseClient(object):
|
|
34747
34752
|
:rtype: :class:`~oci.response.Response`
|
34748
34753
|
|
34749
34754
|
:example:
|
34750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
34751
34756
|
"""
|
34752
34757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34753
34758
|
required_arguments = ['databaseId']
|
@@ -34917,7 +34922,7 @@ class DatabaseClient(object):
|
|
34917
34922
|
:rtype: :class:`~oci.response.Response`
|
34918
34923
|
|
34919
34924
|
:example:
|
34920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
34921
34926
|
"""
|
34922
34927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34923
34928
|
required_arguments = []
|
@@ -35059,7 +35064,7 @@ class DatabaseClient(object):
|
|
35059
35064
|
:rtype: :class:`~oci.response.Response`
|
35060
35065
|
|
35061
35066
|
:example:
|
35062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
|
35063
35068
|
"""
|
35064
35069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35065
35070
|
required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
|
@@ -35208,7 +35213,7 @@ class DatabaseClient(object):
|
|
35208
35213
|
:rtype: :class:`~oci.response.Response`
|
35209
35214
|
|
35210
35215
|
:example:
|
35211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35216
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
|
35212
35217
|
"""
|
35213
35218
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35214
35219
|
required_arguments = ['compartmentId']
|
@@ -35373,7 +35378,7 @@ class DatabaseClient(object):
|
|
35373
35378
|
:rtype: :class:`~oci.response.Response`
|
35374
35379
|
|
35375
35380
|
:example:
|
35376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
|
35377
35382
|
"""
|
35378
35383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35379
35384
|
required_arguments = ['compartmentId']
|
@@ -35529,7 +35534,7 @@ class DatabaseClient(object):
|
|
35529
35534
|
:rtype: :class:`~oci.response.Response`
|
35530
35535
|
|
35531
35536
|
:example:
|
35532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
|
35533
35538
|
"""
|
35534
35539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35535
35540
|
required_arguments = ['compartmentId']
|
@@ -35684,7 +35689,7 @@ class DatabaseClient(object):
|
|
35684
35689
|
:rtype: :class:`~oci.response.Response`
|
35685
35690
|
|
35686
35691
|
:example:
|
35687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
|
35688
35693
|
"""
|
35689
35694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35690
35695
|
required_arguments = ['schedulingPolicyId']
|
@@ -35849,7 +35854,7 @@ class DatabaseClient(object):
|
|
35849
35854
|
:rtype: :class:`~oci.response.Response`
|
35850
35855
|
|
35851
35856
|
:example:
|
35852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
|
35853
35858
|
"""
|
35854
35859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35855
35860
|
required_arguments = ['majorVersion', 'compartmentId', 'giVersion']
|
@@ -35997,7 +36002,7 @@ class DatabaseClient(object):
|
|
35997
36002
|
:rtype: :class:`~oci.response.Response`
|
35998
36003
|
|
35999
36004
|
:example:
|
36000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
36001
36006
|
"""
|
36002
36007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36003
36008
|
required_arguments = ['compartmentId', 'giVersion']
|
@@ -36139,7 +36144,7 @@ class DatabaseClient(object):
|
|
36139
36144
|
:rtype: :class:`~oci.response.Response`
|
36140
36145
|
|
36141
36146
|
:example:
|
36142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
36143
36148
|
"""
|
36144
36149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36145
36150
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -36280,7 +36285,7 @@ class DatabaseClient(object):
|
|
36280
36285
|
:rtype: :class:`~oci.response.Response`
|
36281
36286
|
|
36282
36287
|
:example:
|
36283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
36284
36289
|
"""
|
36285
36290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36286
36291
|
required_arguments = ['vmClusterId']
|
@@ -36388,7 +36393,7 @@ class DatabaseClient(object):
|
|
36388
36393
|
:rtype: :class:`~oci.response.Response`
|
36389
36394
|
|
36390
36395
|
:example:
|
36391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
36392
36397
|
"""
|
36393
36398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36394
36399
|
required_arguments = ['vmClusterId']
|
@@ -36509,7 +36514,7 @@ class DatabaseClient(object):
|
|
36509
36514
|
:rtype: :class:`~oci.response.Response`
|
36510
36515
|
|
36511
36516
|
:example:
|
36512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
36513
36518
|
"""
|
36514
36519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36515
36520
|
required_arguments = ['vmClusterId']
|
@@ -36651,7 +36656,7 @@ class DatabaseClient(object):
|
|
36651
36656
|
:rtype: :class:`~oci.response.Response`
|
36652
36657
|
|
36653
36658
|
:example:
|
36654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
36655
36660
|
"""
|
36656
36661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36657
36662
|
required_arguments = ['vmClusterId']
|
@@ -36810,7 +36815,7 @@ class DatabaseClient(object):
|
|
36810
36815
|
:rtype: :class:`~oci.response.Response`
|
36811
36816
|
|
36812
36817
|
:example:
|
36813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
36814
36819
|
"""
|
36815
36820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36816
36821
|
required_arguments = ['compartmentId']
|
@@ -36963,7 +36968,7 @@ class DatabaseClient(object):
|
|
36963
36968
|
:rtype: :class:`~oci.response.Response`
|
36964
36969
|
|
36965
36970
|
:example:
|
36966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
36967
36972
|
"""
|
36968
36973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36969
36974
|
required_arguments = ['pluggableDatabaseId']
|
@@ -37078,7 +37083,7 @@ class DatabaseClient(object):
|
|
37078
37083
|
:rtype: :class:`~oci.response.Response`
|
37079
37084
|
|
37080
37085
|
:example:
|
37081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
|
37082
37087
|
"""
|
37083
37088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37084
37089
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -37198,7 +37203,7 @@ class DatabaseClient(object):
|
|
37198
37203
|
:rtype: :class:`~oci.response.Response`
|
37199
37204
|
|
37200
37205
|
:example:
|
37201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
37202
37207
|
"""
|
37203
37208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37204
37209
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -37317,7 +37322,7 @@ class DatabaseClient(object):
|
|
37317
37322
|
:rtype: :class:`~oci.response.Response`
|
37318
37323
|
|
37319
37324
|
:example:
|
37320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
37321
37326
|
"""
|
37322
37327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37323
37328
|
required_arguments = ['dbSystemId']
|
@@ -37437,7 +37442,7 @@ class DatabaseClient(object):
|
|
37437
37442
|
:rtype: :class:`~oci.response.Response`
|
37438
37443
|
|
37439
37444
|
:example:
|
37440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
37441
37446
|
"""
|
37442
37447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37443
37448
|
required_arguments = ['databaseId']
|
@@ -37557,7 +37562,7 @@ class DatabaseClient(object):
|
|
37557
37562
|
:rtype: :class:`~oci.response.Response`
|
37558
37563
|
|
37559
37564
|
:example:
|
37560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
37561
37566
|
"""
|
37562
37567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37563
37568
|
required_arguments = ['databaseId']
|
@@ -37677,7 +37682,7 @@ class DatabaseClient(object):
|
|
37677
37682
|
:rtype: :class:`~oci.response.Response`
|
37678
37683
|
|
37679
37684
|
:example:
|
37680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
37681
37686
|
"""
|
37682
37687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37683
37688
|
required_arguments = ['pluggableDatabaseId']
|
@@ -37797,7 +37802,7 @@ class DatabaseClient(object):
|
|
37797
37802
|
:rtype: :class:`~oci.response.Response`
|
37798
37803
|
|
37799
37804
|
:example:
|
37800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
|
37801
37806
|
"""
|
37802
37807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37803
37808
|
required_arguments = ['executionActionId']
|
@@ -37914,7 +37919,7 @@ class DatabaseClient(object):
|
|
37914
37919
|
:rtype: :class:`~oci.response.Response`
|
37915
37920
|
|
37916
37921
|
:example:
|
37917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
37918
37923
|
"""
|
37919
37924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37920
37925
|
required_arguments = ['pluggableDatabaseId']
|
@@ -38024,7 +38029,7 @@ class DatabaseClient(object):
|
|
38024
38029
|
:rtype: :class:`~oci.response.Response`
|
38025
38030
|
|
38026
38031
|
:example:
|
38027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
38028
38033
|
"""
|
38029
38034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38030
38035
|
required_arguments = ['autonomousDatabaseId']
|
@@ -38098,7 +38103,10 @@ class DatabaseClient(object):
|
|
38098
38103
|
|
38099
38104
|
def reinstate_autonomous_container_database_dataguard(self, autonomous_container_database_id, **kwargs):
|
38100
38105
|
"""
|
38101
|
-
Reinstates a disabled standby Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter
|
38106
|
+
Reinstates a disabled standby Autonomous Container Database (ACD), identified by the autonomousContainerDatabaseId parameter to an active standby ACD. For more information, see
|
38107
|
+
`Reinstate the Disabled Standby in an Autonomous Data Guard Configuration`__.
|
38108
|
+
|
38109
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-B5C6A90D-72E3-4F32-988D-8AECC0A2D947
|
38102
38110
|
|
38103
38111
|
|
38104
38112
|
:param str autonomous_container_database_id: (required)
|
@@ -38130,7 +38138,7 @@ class DatabaseClient(object):
|
|
38130
38138
|
:rtype: :class:`~oci.response.Response`
|
38131
38139
|
|
38132
38140
|
:example:
|
38133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
|
38134
38142
|
"""
|
38135
38143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38136
38144
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -38203,7 +38211,7 @@ class DatabaseClient(object):
|
|
38203
38211
|
|
38204
38212
|
def reinstate_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, **kwargs):
|
38205
38213
|
"""
|
38206
|
-
|
38214
|
+
**Deprecated.** Use the :func:`reinstate_autonomous_container_database_dataguard` operation to reinstate a disabled standby Autonomous Container Database (ACD), identified by the autonomousContainerDatabaseId parameter, to an active standby ACD.
|
38207
38215
|
|
38208
38216
|
|
38209
38217
|
:param str autonomous_container_database_id: (required)
|
@@ -38237,7 +38245,7 @@ class DatabaseClient(object):
|
|
38237
38245
|
:rtype: :class:`~oci.response.Response`
|
38238
38246
|
|
38239
38247
|
:example:
|
38240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
38241
38249
|
"""
|
38242
38250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38243
38251
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -38353,7 +38361,7 @@ class DatabaseClient(object):
|
|
38353
38361
|
:rtype: :class:`~oci.response.Response`
|
38354
38362
|
|
38355
38363
|
:example:
|
38356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
|
38357
38365
|
"""
|
38358
38366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38359
38367
|
required_arguments = ['databaseId']
|
@@ -38468,7 +38476,7 @@ class DatabaseClient(object):
|
|
38468
38476
|
:rtype: :class:`~oci.response.Response`
|
38469
38477
|
|
38470
38478
|
:example:
|
38471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
38472
38480
|
"""
|
38473
38481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38474
38482
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -38586,7 +38594,7 @@ class DatabaseClient(object):
|
|
38586
38594
|
:rtype: :class:`~oci.response.Response`
|
38587
38595
|
|
38588
38596
|
:example:
|
38589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
38590
38598
|
"""
|
38591
38599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38592
38600
|
required_arguments = ['pluggableDatabaseId']
|
@@ -38706,7 +38714,7 @@ class DatabaseClient(object):
|
|
38706
38714
|
:rtype: :class:`~oci.response.Response`
|
38707
38715
|
|
38708
38716
|
:example:
|
38709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
38710
38718
|
"""
|
38711
38719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38712
38720
|
required_arguments = ['cloudVmClusterId']
|
@@ -38826,7 +38834,7 @@ class DatabaseClient(object):
|
|
38826
38834
|
:rtype: :class:`~oci.response.Response`
|
38827
38835
|
|
38828
38836
|
:example:
|
38829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
38830
38838
|
"""
|
38831
38839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38832
38840
|
required_arguments = ['exadbVmClusterId']
|
@@ -38946,7 +38954,7 @@ class DatabaseClient(object):
|
|
38946
38954
|
:rtype: :class:`~oci.response.Response`
|
38947
38955
|
|
38948
38956
|
:example:
|
38949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
38950
38958
|
"""
|
38951
38959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38952
38960
|
required_arguments = ['vmClusterId']
|
@@ -39066,7 +39074,7 @@ class DatabaseClient(object):
|
|
39066
39074
|
:rtype: :class:`~oci.response.Response`
|
39067
39075
|
|
39068
39076
|
:example:
|
39069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
|
39070
39078
|
"""
|
39071
39079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39072
39080
|
required_arguments = ['executionWindowId']
|
@@ -39186,7 +39194,7 @@ class DatabaseClient(object):
|
|
39186
39194
|
:rtype: :class:`~oci.response.Response`
|
39187
39195
|
|
39188
39196
|
:example:
|
39189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
|
39190
39198
|
"""
|
39191
39199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39192
39200
|
required_arguments = ['schedulingPlanId']
|
@@ -39312,7 +39320,7 @@ class DatabaseClient(object):
|
|
39312
39320
|
:rtype: :class:`~oci.response.Response`
|
39313
39321
|
|
39314
39322
|
:example:
|
39315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
39316
39324
|
"""
|
39317
39325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39318
39326
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -39431,7 +39439,7 @@ class DatabaseClient(object):
|
|
39431
39439
|
:rtype: :class:`~oci.response.Response`
|
39432
39440
|
|
39433
39441
|
:example:
|
39434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
39435
39443
|
"""
|
39436
39444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39437
39445
|
required_arguments = []
|
@@ -39537,7 +39545,7 @@ class DatabaseClient(object):
|
|
39537
39545
|
:rtype: :class:`~oci.response.Response`
|
39538
39546
|
|
39539
39547
|
:example:
|
39540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
39541
39549
|
"""
|
39542
39550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39543
39551
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -39643,7 +39651,7 @@ class DatabaseClient(object):
|
|
39643
39651
|
:rtype: :class:`~oci.response.Response`
|
39644
39652
|
|
39645
39653
|
:example:
|
39646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
39647
39655
|
"""
|
39648
39656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39649
39657
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39752,7 +39760,7 @@ class DatabaseClient(object):
|
|
39752
39760
|
:rtype: :class:`~oci.response.Response`
|
39753
39761
|
|
39754
39762
|
:example:
|
39755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
39756
39764
|
"""
|
39757
39765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39758
39766
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39859,7 +39867,7 @@ class DatabaseClient(object):
|
|
39859
39867
|
:rtype: :class:`~oci.response.Response`
|
39860
39868
|
|
39861
39869
|
:example:
|
39862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
39863
39871
|
"""
|
39864
39872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39865
39873
|
required_arguments = ['databaseId']
|
@@ -39976,7 +39984,7 @@ class DatabaseClient(object):
|
|
39976
39984
|
:rtype: :class:`~oci.response.Response`
|
39977
39985
|
|
39978
39986
|
:example:
|
39979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
39980
39988
|
"""
|
39981
39989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39982
39990
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -40099,7 +40107,7 @@ class DatabaseClient(object):
|
|
40099
40107
|
:rtype: :class:`~oci.response.Response`
|
40100
40108
|
|
40101
40109
|
:example:
|
40102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
40103
40111
|
"""
|
40104
40112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40105
40113
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40220,7 +40228,7 @@ class DatabaseClient(object):
|
|
40220
40228
|
:rtype: :class:`~oci.response.Response`
|
40221
40229
|
|
40222
40230
|
:example:
|
40223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
40224
40232
|
"""
|
40225
40233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40226
40234
|
required_arguments = ['autonomousVmClusterId']
|
@@ -40338,7 +40346,7 @@ class DatabaseClient(object):
|
|
40338
40346
|
:rtype: :class:`~oci.response.Response`
|
40339
40347
|
|
40340
40348
|
:example:
|
40341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
40342
40350
|
"""
|
40343
40351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40344
40352
|
required_arguments = ['autonomousVmClusterId']
|
@@ -40456,7 +40464,7 @@ class DatabaseClient(object):
|
|
40456
40464
|
:rtype: :class:`~oci.response.Response`
|
40457
40465
|
|
40458
40466
|
:example:
|
40459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
40460
40468
|
"""
|
40461
40469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40462
40470
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -40575,7 +40583,7 @@ class DatabaseClient(object):
|
|
40575
40583
|
:rtype: :class:`~oci.response.Response`
|
40576
40584
|
|
40577
40585
|
:example:
|
40578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.
|
40579
40587
|
"""
|
40580
40588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40581
40589
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -40691,7 +40699,7 @@ class DatabaseClient(object):
|
|
40691
40699
|
:rtype: :class:`~oci.response.Response`
|
40692
40700
|
|
40693
40701
|
:example:
|
40694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40702
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
40695
40703
|
"""
|
40696
40704
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40697
40705
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -40804,7 +40812,7 @@ class DatabaseClient(object):
|
|
40804
40812
|
:rtype: :class:`~oci.response.Response`
|
40805
40813
|
|
40806
40814
|
:example:
|
40807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
40808
40816
|
"""
|
40809
40817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40810
40818
|
required_arguments = ['pluggableDatabaseId']
|
@@ -40917,7 +40925,7 @@ class DatabaseClient(object):
|
|
40917
40925
|
:rtype: :class:`~oci.response.Response`
|
40918
40926
|
|
40919
40927
|
:example:
|
40920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
40921
40929
|
"""
|
40922
40930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40923
40931
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -41032,7 +41040,7 @@ class DatabaseClient(object):
|
|
41032
41040
|
:rtype: :class:`~oci.response.Response`
|
41033
41041
|
|
41034
41042
|
:example:
|
41035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
41036
41044
|
"""
|
41037
41045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41038
41046
|
required_arguments = ['databaseId']
|
@@ -41135,7 +41143,7 @@ class DatabaseClient(object):
|
|
41135
41143
|
:rtype: :class:`~oci.response.Response`
|
41136
41144
|
|
41137
41145
|
:example:
|
41138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
41139
41147
|
"""
|
41140
41148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41141
41149
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41247,7 +41255,7 @@ class DatabaseClient(object):
|
|
41247
41255
|
:rtype: :class:`~oci.response.Response`
|
41248
41256
|
|
41249
41257
|
:example:
|
41250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
41251
41259
|
"""
|
41252
41260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41253
41261
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -41370,7 +41378,7 @@ class DatabaseClient(object):
|
|
41370
41378
|
:rtype: :class:`~oci.response.Response`
|
41371
41379
|
|
41372
41380
|
:example:
|
41373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
|
41374
41382
|
"""
|
41375
41383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41376
41384
|
required_arguments = ['databaseId']
|
@@ -41492,7 +41500,7 @@ class DatabaseClient(object):
|
|
41492
41500
|
:rtype: :class:`~oci.response.Response`
|
41493
41501
|
|
41494
41502
|
:example:
|
41495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
|
41496
41504
|
"""
|
41497
41505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41498
41506
|
required_arguments = ['pluggableDatabaseId']
|
@@ -41603,7 +41611,7 @@ class DatabaseClient(object):
|
|
41603
41611
|
:rtype: :class:`~oci.response.Response`
|
41604
41612
|
|
41605
41613
|
:example:
|
41606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
41607
41615
|
"""
|
41608
41616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41609
41617
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41709,7 +41717,7 @@ class DatabaseClient(object):
|
|
41709
41717
|
:rtype: :class:`~oci.response.Response`
|
41710
41718
|
|
41711
41719
|
:example:
|
41712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
41713
41721
|
"""
|
41714
41722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41715
41723
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41821,7 +41829,7 @@ class DatabaseClient(object):
|
|
41821
41829
|
:rtype: :class:`~oci.response.Response`
|
41822
41830
|
|
41823
41831
|
:example:
|
41824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
41825
41833
|
"""
|
41826
41834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41827
41835
|
required_arguments = ['pluggableDatabaseId']
|
@@ -41933,7 +41941,7 @@ class DatabaseClient(object):
|
|
41933
41941
|
:rtype: :class:`~oci.response.Response`
|
41934
41942
|
|
41935
41943
|
:example:
|
41936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
41937
41945
|
"""
|
41938
41946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41939
41947
|
required_arguments = ['autonomousDatabaseId']
|
@@ -42047,7 +42055,7 @@ class DatabaseClient(object):
|
|
42047
42055
|
:rtype: :class:`~oci.response.Response`
|
42048
42056
|
|
42049
42057
|
:example:
|
42050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
42051
42059
|
"""
|
42052
42060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42053
42061
|
required_arguments = ['pluggableDatabaseId']
|
@@ -42170,7 +42178,7 @@ class DatabaseClient(object):
|
|
42170
42178
|
:rtype: :class:`~oci.response.Response`
|
42171
42179
|
|
42172
42180
|
:example:
|
42173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
|
42174
42182
|
"""
|
42175
42183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42176
42184
|
required_arguments = ['databaseId']
|
@@ -42248,7 +42256,10 @@ class DatabaseClient(object):
|
|
42248
42256
|
|
42249
42257
|
def switchover_autonomous_container_database_dataguard(self, autonomous_container_database_id, **kwargs):
|
42250
42258
|
"""
|
42251
|
-
Switchover Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby
|
42259
|
+
Switchover an Autonomous Container Database (ACD), identified by the autonomousContainerDatabaseId parameter, to an active standby ACD. This standby ACD will become the new primary ACD when the switchover completes successfully. For more information, see
|
42260
|
+
`Switch Roles in an Autonomous Data Guard Configuration`__.
|
42261
|
+
|
42262
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-A2AB31F6-D52D-493C-9BA7-D87A0F17078F
|
42252
42263
|
|
42253
42264
|
|
42254
42265
|
:param str autonomous_container_database_id: (required)
|
@@ -42280,7 +42291,7 @@ class DatabaseClient(object):
|
|
42280
42291
|
:rtype: :class:`~oci.response.Response`
|
42281
42292
|
|
42282
42293
|
:example:
|
42283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
|
42284
42295
|
"""
|
42285
42296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42286
42297
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -42353,7 +42364,7 @@ class DatabaseClient(object):
|
|
42353
42364
|
|
42354
42365
|
def switchover_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, **kwargs):
|
42355
42366
|
"""
|
42356
|
-
|
42367
|
+
**Deprecated.** Use the :func:`switchover_autonomous_container_database_dataguard` operation to switches over the primary Autonomous Container Database (ACD) of an Autonomous Data Guard peer association to standby role. The standby ACD associated with autonomousContainerDatabaseDataguardAssociationId assumes the primary ACD role.
|
42357
42368
|
|
42358
42369
|
A switchover incurs no data loss.
|
42359
42370
|
|
@@ -42389,7 +42400,7 @@ class DatabaseClient(object):
|
|
42389
42400
|
:rtype: :class:`~oci.response.Response`
|
42390
42401
|
|
42391
42402
|
:example:
|
42392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
42393
42404
|
"""
|
42394
42405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42395
42406
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -42512,7 +42523,7 @@ class DatabaseClient(object):
|
|
42512
42523
|
:rtype: :class:`~oci.response.Response`
|
42513
42524
|
|
42514
42525
|
:example:
|
42515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
42516
42527
|
"""
|
42517
42528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42518
42529
|
required_arguments = ['autonomousDatabaseId']
|
@@ -42638,7 +42649,7 @@ class DatabaseClient(object):
|
|
42638
42649
|
:rtype: :class:`~oci.response.Response`
|
42639
42650
|
|
42640
42651
|
:example:
|
42641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
42642
42653
|
"""
|
42643
42654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42644
42655
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -42741,7 +42752,7 @@ class DatabaseClient(object):
|
|
42741
42752
|
:rtype: :class:`~oci.response.Response`
|
42742
42753
|
|
42743
42754
|
:example:
|
42744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
42745
42756
|
"""
|
42746
42757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42747
42758
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -42839,7 +42850,7 @@ class DatabaseClient(object):
|
|
42839
42850
|
:rtype: :class:`~oci.response.Response`
|
42840
42851
|
|
42841
42852
|
:example:
|
42842
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
42843
42854
|
"""
|
42844
42855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42845
42856
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -42944,7 +42955,7 @@ class DatabaseClient(object):
|
|
42944
42955
|
:rtype: :class:`~oci.response.Response`
|
42945
42956
|
|
42946
42957
|
:example:
|
42947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
42948
42959
|
"""
|
42949
42960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42950
42961
|
required_arguments = ['dbSystemId']
|
@@ -43045,7 +43056,7 @@ class DatabaseClient(object):
|
|
43045
43056
|
:rtype: :class:`~oci.response.Response`
|
43046
43057
|
|
43047
43058
|
:example:
|
43048
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43059
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
43049
43060
|
"""
|
43050
43061
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43051
43062
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -43118,7 +43129,7 @@ class DatabaseClient(object):
|
|
43118
43129
|
|
43119
43130
|
def update_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, update_autonomous_container_database_data_guard_association_details, **kwargs):
|
43120
43131
|
"""
|
43121
|
-
|
43132
|
+
**Deprecated.** Use the :func:`edit_autonomous_container_database_dataguard` operation to update an Autonomous Data Guard association.
|
43122
43133
|
|
43123
43134
|
|
43124
43135
|
:param str autonomous_container_database_id: (required)
|
@@ -43158,7 +43169,7 @@ class DatabaseClient(object):
|
|
43158
43169
|
:rtype: :class:`~oci.response.Response`
|
43159
43170
|
|
43160
43171
|
:example:
|
43161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
43162
43173
|
"""
|
43163
43174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43164
43175
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -43273,7 +43284,7 @@ class DatabaseClient(object):
|
|
43273
43284
|
:rtype: :class:`~oci.response.Response`
|
43274
43285
|
|
43275
43286
|
:example:
|
43276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
43277
43288
|
"""
|
43278
43289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43279
43290
|
required_arguments = ['autonomousDatabaseId']
|
@@ -43389,7 +43400,7 @@ class DatabaseClient(object):
|
|
43389
43400
|
:rtype: :class:`~oci.response.Response`
|
43390
43401
|
|
43391
43402
|
:example:
|
43392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
43393
43404
|
"""
|
43394
43405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43395
43406
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -43495,7 +43506,7 @@ class DatabaseClient(object):
|
|
43495
43506
|
:rtype: :class:`~oci.response.Response`
|
43496
43507
|
|
43497
43508
|
:example:
|
43498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
43499
43510
|
"""
|
43500
43511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43501
43512
|
required_arguments = []
|
@@ -43591,7 +43602,7 @@ class DatabaseClient(object):
|
|
43591
43602
|
:rtype: :class:`~oci.response.Response`
|
43592
43603
|
|
43593
43604
|
:example:
|
43594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
43595
43606
|
"""
|
43596
43607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43597
43608
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -43700,7 +43711,7 @@ class DatabaseClient(object):
|
|
43700
43711
|
:rtype: :class:`~oci.response.Response`
|
43701
43712
|
|
43702
43713
|
:example:
|
43703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
43704
43715
|
"""
|
43705
43716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43706
43717
|
required_arguments = ['autonomousDatabaseId']
|
@@ -43805,7 +43816,7 @@ class DatabaseClient(object):
|
|
43805
43816
|
:rtype: :class:`~oci.response.Response`
|
43806
43817
|
|
43807
43818
|
:example:
|
43808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
43809
43820
|
"""
|
43810
43821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43811
43822
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -43913,7 +43924,7 @@ class DatabaseClient(object):
|
|
43913
43924
|
:rtype: :class:`~oci.response.Response`
|
43914
43925
|
|
43915
43926
|
:example:
|
43916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
43917
43928
|
"""
|
43918
43929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43919
43930
|
required_arguments = ['autonomousVmClusterId']
|
@@ -44023,7 +44034,7 @@ class DatabaseClient(object):
|
|
44023
44034
|
:rtype: :class:`~oci.response.Response`
|
44024
44035
|
|
44025
44036
|
:example:
|
44026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
|
44027
44038
|
"""
|
44028
44039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44029
44040
|
required_arguments = ['backupId']
|
@@ -44136,7 +44147,7 @@ class DatabaseClient(object):
|
|
44136
44147
|
:rtype: :class:`~oci.response.Response`
|
44137
44148
|
|
44138
44149
|
:example:
|
44139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
44140
44151
|
"""
|
44141
44152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44142
44153
|
required_arguments = ['backupDestinationId']
|
@@ -44246,7 +44257,7 @@ class DatabaseClient(object):
|
|
44246
44257
|
:rtype: :class:`~oci.response.Response`
|
44247
44258
|
|
44248
44259
|
:example:
|
44249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
44250
44261
|
"""
|
44251
44262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44252
44263
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -44356,7 +44367,7 @@ class DatabaseClient(object):
|
|
44356
44367
|
:rtype: :class:`~oci.response.Response`
|
44357
44368
|
|
44358
44369
|
:example:
|
44359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
44360
44371
|
"""
|
44361
44372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44362
44373
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -44466,7 +44477,7 @@ class DatabaseClient(object):
|
|
44466
44477
|
:rtype: :class:`~oci.response.Response`
|
44467
44478
|
|
44468
44479
|
:example:
|
44469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
44470
44481
|
"""
|
44471
44482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44472
44483
|
required_arguments = ['cloudVmClusterId']
|
@@ -44576,7 +44587,7 @@ class DatabaseClient(object):
|
|
44576
44587
|
:rtype: :class:`~oci.response.Response`
|
44577
44588
|
|
44578
44589
|
:example:
|
44579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
44580
44591
|
"""
|
44581
44592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44582
44593
|
required_arguments = ['cloudVmClusterId']
|
@@ -44689,7 +44700,7 @@ class DatabaseClient(object):
|
|
44689
44700
|
:rtype: :class:`~oci.response.Response`
|
44690
44701
|
|
44691
44702
|
:example:
|
44692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
44693
44704
|
"""
|
44694
44705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44695
44706
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -44803,7 +44814,7 @@ class DatabaseClient(object):
|
|
44803
44814
|
:rtype: :class:`~oci.response.Response`
|
44804
44815
|
|
44805
44816
|
:example:
|
44806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
44807
44818
|
"""
|
44808
44819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44809
44820
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -44924,7 +44935,7 @@ class DatabaseClient(object):
|
|
44924
44935
|
:rtype: :class:`~oci.response.Response`
|
44925
44936
|
|
44926
44937
|
:example:
|
44927
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
|
44928
44939
|
"""
|
44929
44940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44930
44941
|
required_arguments = ['databaseId']
|
@@ -45042,7 +45053,7 @@ class DatabaseClient(object):
|
|
45042
45053
|
:rtype: :class:`~oci.response.Response`
|
45043
45054
|
|
45044
45055
|
:example:
|
45045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
45046
45057
|
"""
|
45047
45058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45048
45059
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -45150,7 +45161,7 @@ class DatabaseClient(object):
|
|
45150
45161
|
:rtype: :class:`~oci.response.Response`
|
45151
45162
|
|
45152
45163
|
:example:
|
45153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
45154
45165
|
"""
|
45155
45166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45156
45167
|
required_arguments = ['databaseId']
|
@@ -45255,7 +45266,7 @@ class DatabaseClient(object):
|
|
45255
45266
|
:rtype: :class:`~oci.response.Response`
|
45256
45267
|
|
45257
45268
|
:example:
|
45258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
45259
45270
|
"""
|
45260
45271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45261
45272
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -45360,7 +45371,7 @@ class DatabaseClient(object):
|
|
45360
45371
|
:rtype: :class:`~oci.response.Response`
|
45361
45372
|
|
45362
45373
|
:example:
|
45363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
45364
45375
|
"""
|
45365
45376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45366
45377
|
required_arguments = ['dbHomeId']
|
@@ -45468,7 +45479,7 @@ class DatabaseClient(object):
|
|
45468
45479
|
:rtype: :class:`~oci.response.Response`
|
45469
45480
|
|
45470
45481
|
:example:
|
45471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
45472
45483
|
"""
|
45473
45484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45474
45485
|
required_arguments = ['dbNodeId']
|
@@ -45582,7 +45593,7 @@ class DatabaseClient(object):
|
|
45582
45593
|
:rtype: :class:`~oci.response.Response`
|
45583
45594
|
|
45584
45595
|
:example:
|
45585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
45586
45597
|
"""
|
45587
45598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45588
45599
|
required_arguments = ['dbSystemId']
|
@@ -45691,7 +45702,7 @@ class DatabaseClient(object):
|
|
45691
45702
|
:rtype: :class:`~oci.response.Response`
|
45692
45703
|
|
45693
45704
|
:example:
|
45694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
45695
45706
|
"""
|
45696
45707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45697
45708
|
required_arguments = ['exadataInfrastructureId']
|
@@ -45811,7 +45822,7 @@ class DatabaseClient(object):
|
|
45811
45822
|
:rtype: :class:`~oci.response.Response`
|
45812
45823
|
|
45813
45824
|
:example:
|
45814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
45815
45826
|
"""
|
45816
45827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45817
45828
|
required_arguments = ['dbSystemId']
|
@@ -45921,7 +45932,7 @@ class DatabaseClient(object):
|
|
45921
45932
|
:rtype: :class:`~oci.response.Response`
|
45922
45933
|
|
45923
45934
|
:example:
|
45924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
|
45925
45936
|
"""
|
45926
45937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45927
45938
|
required_arguments = ['exadbVmClusterId']
|
@@ -46031,7 +46042,7 @@ class DatabaseClient(object):
|
|
46031
46042
|
:rtype: :class:`~oci.response.Response`
|
46032
46043
|
|
46033
46044
|
:example:
|
46034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
|
46035
46046
|
"""
|
46036
46047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46037
46048
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -46141,7 +46152,7 @@ class DatabaseClient(object):
|
|
46141
46152
|
:rtype: :class:`~oci.response.Response`
|
46142
46153
|
|
46143
46154
|
:example:
|
46144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
|
46145
46156
|
"""
|
46146
46157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46147
46158
|
required_arguments = ['executionActionId']
|
@@ -46251,7 +46262,7 @@ class DatabaseClient(object):
|
|
46251
46262
|
:rtype: :class:`~oci.response.Response`
|
46252
46263
|
|
46253
46264
|
:example:
|
46254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
|
46255
46266
|
"""
|
46256
46267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46257
46268
|
required_arguments = ['executionWindowId']
|
@@ -46364,7 +46375,7 @@ class DatabaseClient(object):
|
|
46364
46375
|
:rtype: :class:`~oci.response.Response`
|
46365
46376
|
|
46366
46377
|
:example:
|
46367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
46368
46379
|
"""
|
46369
46380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46370
46381
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -46475,7 +46486,7 @@ class DatabaseClient(object):
|
|
46475
46486
|
:rtype: :class:`~oci.response.Response`
|
46476
46487
|
|
46477
46488
|
:example:
|
46478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
46479
46490
|
"""
|
46480
46491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46481
46492
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -46585,7 +46596,7 @@ class DatabaseClient(object):
|
|
46585
46596
|
:rtype: :class:`~oci.response.Response`
|
46586
46597
|
|
46587
46598
|
:example:
|
46588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
46589
46600
|
"""
|
46590
46601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46591
46602
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -46697,7 +46708,7 @@ class DatabaseClient(object):
|
|
46697
46708
|
:rtype: :class:`~oci.response.Response`
|
46698
46709
|
|
46699
46710
|
:example:
|
46700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
46701
46712
|
"""
|
46702
46713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46703
46714
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -46807,7 +46818,7 @@ class DatabaseClient(object):
|
|
46807
46818
|
:rtype: :class:`~oci.response.Response`
|
46808
46819
|
|
46809
46820
|
:example:
|
46810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
46811
46822
|
"""
|
46812
46823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46813
46824
|
required_arguments = ['keyStoreId']
|
@@ -46912,7 +46923,7 @@ class DatabaseClient(object):
|
|
46912
46923
|
:rtype: :class:`~oci.response.Response`
|
46913
46924
|
|
46914
46925
|
:example:
|
46915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
46916
46927
|
"""
|
46917
46928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46918
46929
|
required_arguments = ['maintenanceRunId']
|
@@ -47020,7 +47031,7 @@ class DatabaseClient(object):
|
|
47020
47031
|
:rtype: :class:`~oci.response.Response`
|
47021
47032
|
|
47022
47033
|
:example:
|
47023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
47024
47035
|
"""
|
47025
47036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47026
47037
|
required_arguments = ['oneoffPatchId']
|
@@ -47127,7 +47138,7 @@ class DatabaseClient(object):
|
|
47127
47138
|
:rtype: :class:`~oci.response.Response`
|
47128
47139
|
|
47129
47140
|
:example:
|
47130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
47131
47142
|
"""
|
47132
47143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47133
47144
|
required_arguments = ['pluggableDatabaseId']
|
@@ -47235,7 +47246,7 @@ class DatabaseClient(object):
|
|
47235
47246
|
:rtype: :class:`~oci.response.Response`
|
47236
47247
|
|
47237
47248
|
:example:
|
47238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
|
47239
47250
|
"""
|
47240
47251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47241
47252
|
required_arguments = ['scheduledActionId']
|
@@ -47345,7 +47356,7 @@ class DatabaseClient(object):
|
|
47345
47356
|
:rtype: :class:`~oci.response.Response`
|
47346
47357
|
|
47347
47358
|
:example:
|
47348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
|
47349
47360
|
"""
|
47350
47361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47351
47362
|
required_arguments = ['schedulingPolicyId']
|
@@ -47460,7 +47471,7 @@ class DatabaseClient(object):
|
|
47460
47471
|
:rtype: :class:`~oci.response.Response`
|
47461
47472
|
|
47462
47473
|
:example:
|
47463
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
|
47464
47475
|
"""
|
47465
47476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47466
47477
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -47571,7 +47582,7 @@ class DatabaseClient(object):
|
|
47571
47582
|
:rtype: :class:`~oci.response.Response`
|
47572
47583
|
|
47573
47584
|
:example:
|
47574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
47575
47586
|
"""
|
47576
47587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47577
47588
|
required_arguments = ['vmClusterId']
|
@@ -47687,7 +47698,7 @@ class DatabaseClient(object):
|
|
47687
47698
|
:rtype: :class:`~oci.response.Response`
|
47688
47699
|
|
47689
47700
|
:example:
|
47690
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
47691
47702
|
"""
|
47692
47703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47693
47704
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -47798,7 +47809,7 @@ class DatabaseClient(object):
|
|
47798
47809
|
:rtype: :class:`~oci.response.Response`
|
47799
47810
|
|
47800
47811
|
:example:
|
47801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
47802
47813
|
"""
|
47803
47814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47804
47815
|
required_arguments = ['databaseId']
|
@@ -47915,7 +47926,7 @@ class DatabaseClient(object):
|
|
47915
47926
|
:rtype: :class:`~oci.response.Response`
|
47916
47927
|
|
47917
47928
|
:example:
|
47918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
47919
47930
|
"""
|
47920
47931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47921
47932
|
required_arguments = ['dbSystemId']
|
@@ -48032,7 +48043,7 @@ class DatabaseClient(object):
|
|
48032
48043
|
:rtype: :class:`~oci.response.Response`
|
48033
48044
|
|
48034
48045
|
:example:
|
48035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
48046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
48036
48047
|
"""
|
48037
48048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
48038
48049
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|