oci 2.126.0__py3-none-any.whl → 2.126.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- 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 +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/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 +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +272 -150
- oci/data_catalog/models/__init__.py +4 -0
- oci/data_catalog/models/import_lineage_details.py +72 -0
- oci/data_catalog/models/import_lineage_job_result.py +232 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/create_workspace_details.py +33 -2
- oci/data_integration/models/update_workspace_details.py +33 -2
- oci/data_integration/models/workspace.py +33 -2
- oci/data_integration/models/workspace_summary.py +33 -2
- 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 +1181 -397
- oci/data_safe/data_safe_client_composite_operations.py +89 -0
- oci/data_safe/models/__init__.py +14 -0
- oci/data_safe/models/change_masking_policy_health_report_compartment_details.py +72 -0
- oci/data_safe/models/generate_health_report_details.py +261 -0
- oci/data_safe/models/masking_policy_health_report.py +434 -0
- oci/data_safe/models/masking_policy_health_report_collection.py +72 -0
- oci/data_safe/models/masking_policy_health_report_log_collection.py +72 -0
- oci/data_safe/models/masking_policy_health_report_log_summary.py +220 -0
- oci/data_safe/models/masking_policy_health_report_summary.py +371 -0
- oci/data_safe/models/work_request.py +7 -3
- oci/data_safe/models/work_request_summary.py +7 -3
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +343 -337
- oci/database/models/autonomous_container_database.py +6 -6
- oci/database/models/autonomous_container_database_summary.py +6 -6
- oci/database/models/autonomous_database.py +10 -6
- oci/database/models/autonomous_database_summary.py +10 -6
- oci/database/models/cloud_vm_cluster.py +37 -2
- oci/database/models/cloud_vm_cluster_summary.py +37 -2
- oci/database/models/create_autonomous_container_database_details.py +6 -6
- oci/database/models/create_autonomous_database_base.py +8 -4
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +2 -26
- oci/database/models/create_cross_region_disaster_recovery_details.py +2 -23
- oci/database/models/create_db_home_base.py +33 -2
- oci/database/models/create_db_home_with_db_system_id_details.py +7 -0
- oci/database/models/create_db_home_with_db_system_id_from_backup_details.py +7 -0
- oci/database/models/create_db_home_with_db_system_id_from_database_details.py +7 -0
- oci/database/models/create_db_home_with_vm_cluster_id_details.py +7 -0
- oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.py +7 -0
- oci/database/models/db_home.py +33 -2
- oci/database/models/db_home_from_agent_resource_id.py +33 -2
- oci/database/models/db_home_summary.py +33 -2
- oci/database/models/db_system.py +35 -0
- oci/database/models/db_system_summary.py +35 -0
- oci/database/models/update_autonomous_database_details.py +8 -4
- oci/database/models/update_details.py +37 -2
- oci/database/models/vm_cluster.py +37 -2
- oci/database/models/vm_cluster_summary.py +37 -2
- oci/database/models/vm_cluster_update_details.py +37 -2
- oci/database_management/db_management_client.py +1965 -494
- oci/database_management/db_management_client_composite_operations.py +528 -0
- oci/database_management/diagnosability_client.py +7 -7
- oci/database_management/managed_my_sql_databases_client.py +10 -10
- oci/database_management/models/__init__.py +54 -0
- oci/database_management/models/basic_database_connection_string_details.py +160 -0
- oci/database_management/models/child_database.py +45 -2
- oci/database_management/models/connector_details.py +123 -0
- oci/database_management/models/database_connection_details.py +95 -0
- oci/database_management/models/database_connection_string_details.py +103 -0
- oci/database_management/models/database_diagnostics_and_management_feature_configuration.py +120 -0
- oci/database_management/models/database_diagnostics_and_management_feature_details.py +143 -0
- oci/database_management/models/database_feature_configuration.py +234 -0
- oci/database_management/models/database_feature_details.py +155 -0
- oci/database_management/models/db_management_private_endpoint.py +45 -2
- oci/database_management/models/db_management_private_endpoint_summary.py +45 -2
- oci/database_management/models/disable_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_container_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_non_container_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_pluggable_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_pluggable_database_management_feature_details.py +84 -0
- oci/database_management/models/enable_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_container_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_non_container_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/external_asm.py +45 -2
- oci/database_management/models/external_asm_instance.py +45 -2
- oci/database_management/models/external_asm_instance_summary.py +45 -2
- oci/database_management/models/external_asm_summary.py +45 -2
- oci/database_management/models/external_cluster.py +45 -2
- oci/database_management/models/external_cluster_instance.py +45 -2
- oci/database_management/models/external_cluster_instance_summary.py +45 -2
- oci/database_management/models/external_cluster_summary.py +45 -2
- oci/database_management/models/external_connector_details.py +86 -0
- oci/database_management/models/external_database_diagnostics_and_management_feature_details.py +105 -0
- oci/database_management/models/external_database_feature_details.py +128 -0
- oci/database_management/models/external_database_summary.py +45 -2
- oci/database_management/models/external_db_home.py +45 -2
- oci/database_management/models/external_db_home_summary.py +45 -2
- oci/database_management/models/external_db_node.py +45 -2
- oci/database_management/models/external_db_node_summary.py +45 -2
- oci/database_management/models/external_db_system.py +45 -2
- oci/database_management/models/external_db_system_connector_summary.py +45 -2
- oci/database_management/models/external_db_system_discovery.py +45 -2
- oci/database_management/models/external_db_system_discovery_summary.py +45 -2
- oci/database_management/models/external_db_system_macs_connector.py +45 -2
- oci/database_management/models/external_db_system_summary.py +45 -2
- oci/database_management/models/external_exadata_infrastructure.py +45 -2
- oci/database_management/models/external_exadata_infrastructure_summary.py +45 -2
- oci/database_management/models/external_exadata_storage_connector.py +45 -2
- oci/database_management/models/external_exadata_storage_connector_summary.py +45 -2
- oci/database_management/models/external_exadata_storage_grid.py +45 -2
- oci/database_management/models/external_exadata_storage_server.py +45 -2
- oci/database_management/models/external_exadata_storage_server_summary.py +45 -2
- oci/database_management/models/external_listener.py +45 -2
- oci/database_management/models/external_listener_summary.py +45 -2
- oci/database_management/models/external_pluggable_database_diagnostics_and_management_feature_details.py +58 -0
- oci/database_management/models/external_pluggable_database_feature_details.py +128 -0
- oci/database_management/models/heat_wave_cluster_usage_metrics.py +12 -12
- oci/database_management/models/heat_wave_fleet_metrics.py +2 -2
- oci/database_management/models/heat_wave_fleet_summary.py +5 -5
- oci/database_management/models/heat_wave_node.py +2 -2
- oci/database_management/models/job_summary.py +45 -2
- oci/database_management/models/load_sql_tuning_set_details.py +7 -3
- oci/database_management/models/macs_connector_details.py +86 -0
- oci/database_management/models/managed_database.py +45 -2
- oci/database_management/models/managed_database_group.py +45 -2
- oci/database_management/models/managed_database_group_summary.py +45 -2
- oci/database_management/models/managed_database_summary.py +45 -2
- oci/database_management/models/managed_my_sql_database.py +10 -10
- oci/database_management/models/modify_database_management_feature_details.py +68 -0
- oci/database_management/models/modify_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/my_sql_database_usage_metrics.py +2 -2
- oci/database_management/models/my_sql_fleet_metric_definition.py +31 -0
- oci/database_management/models/named_credential.py +45 -2
- oci/database_management/models/named_credential_summary.py +45 -2
- oci/database_management/models/private_end_point_connector_details.py +86 -0
- oci/database_management/models/save_sql_tuning_set_as_details.py +7 -3
- oci/database_management/models/sql_job.py +45 -2
- oci/database_management/models/sql_plan_baseline.py +96 -0
- oci/database_management/models/sql_plan_baseline_summary.py +96 -0
- oci/database_management/models/sql_tuning_set.py +16 -0
- oci/database_management/models/work_request.py +39 -3
- oci/database_management/models/work_request_summary.py +39 -3
- oci/database_management/perfhub_client.py +4 -4
- oci/database_management/sql_tuning_client.py +20 -20
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +26 -26
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- 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 +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- 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 +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- 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 +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +298 -40
- oci/recovery/database_recovery_client_composite_operations.py +39 -0
- oci/recovery/models/__init__.py +2 -0
- oci/recovery/models/create_protection_policy_details.py +45 -0
- oci/recovery/models/create_recovery_service_subnet_details.py +72 -4
- oci/recovery/models/fetch_protected_database_configuration_details.py +7 -3
- oci/recovery/models/metrics.py +33 -2
- oci/recovery/models/metrics_summary.py +33 -2
- oci/recovery/models/protected_database.py +48 -13
- oci/recovery/models/protected_database_summary.py +44 -3
- oci/recovery/models/protection_policy.py +41 -18
- oci/recovery/models/protection_policy_summary.py +38 -3
- oci/recovery/models/recovery_service_subnet.py +78 -20
- oci/recovery/models/recovery_service_subnet_details.py +7 -3
- oci/recovery/models/recovery_service_subnet_summary.py +78 -20
- oci/recovery/models/schedule_protected_database_deletion_details.py +92 -0
- oci/recovery/models/update_protection_policy_details.py +45 -0
- oci/recovery/models/update_recovery_service_subnet_details.py +68 -0
- oci/recovery/models/work_request.py +7 -3
- oci/recovery/models/work_request_summary.py +7 -3
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- 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/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 +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/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-2.126.0.dist-info → oci-2.126.1.dist-info}/METADATA +1 -1
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/RECORD +393 -356
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/WHEEL +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -157,7 +157,7 @@ class DatabaseClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['exadataInfrastructureId']
|
@@ -272,7 +272,7 @@ class DatabaseClient(object):
|
|
272
272
|
:rtype: :class:`~oci.response.Response`
|
273
273
|
|
274
274
|
:example:
|
275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
|
276
276
|
"""
|
277
277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
278
278
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -387,7 +387,7 @@ class DatabaseClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = ['exadataInfrastructureId']
|
@@ -505,7 +505,7 @@ class DatabaseClient(object):
|
|
505
505
|
:rtype: :class:`~oci.response.Response`
|
506
506
|
|
507
507
|
:example:
|
508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
|
509
509
|
"""
|
510
510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
511
511
|
required_arguments = ['cloudVmClusterId']
|
@@ -625,7 +625,7 @@ class DatabaseClient(object):
|
|
625
625
|
:rtype: :class:`~oci.response.Response`
|
626
626
|
|
627
627
|
:example:
|
628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
|
629
629
|
"""
|
630
630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
631
631
|
required_arguments = ['vmClusterId']
|
@@ -745,7 +745,7 @@ class DatabaseClient(object):
|
|
745
745
|
:rtype: :class:`~oci.response.Response`
|
746
746
|
|
747
747
|
:example:
|
748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
749
749
|
"""
|
750
750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
751
751
|
required_arguments = ['autonomousDatabaseId']
|
@@ -862,7 +862,7 @@ class DatabaseClient(object):
|
|
862
862
|
:rtype: :class:`~oci.response.Response`
|
863
863
|
|
864
864
|
:example:
|
865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
866
866
|
"""
|
867
867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
868
868
|
required_arguments = ['backupId']
|
@@ -982,7 +982,7 @@ class DatabaseClient(object):
|
|
982
982
|
:rtype: :class:`~oci.response.Response`
|
983
983
|
|
984
984
|
:example:
|
985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
986
986
|
"""
|
987
987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
988
988
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1104,7 +1104,7 @@ class DatabaseClient(object):
|
|
1104
1104
|
:rtype: :class:`~oci.response.Response`
|
1105
1105
|
|
1106
1106
|
:example:
|
1107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1108
1108
|
"""
|
1109
1109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1110
1110
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1222,7 +1222,7 @@ class DatabaseClient(object):
|
|
1222
1222
|
:rtype: :class:`~oci.response.Response`
|
1223
1223
|
|
1224
1224
|
:example:
|
1225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
|
1226
1226
|
"""
|
1227
1227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1228
1228
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
|
|
1344
1344
|
:rtype: :class:`~oci.response.Response`
|
1345
1345
|
|
1346
1346
|
:example:
|
1347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1348
1348
|
"""
|
1349
1349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1350
1350
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1462,7 +1462,7 @@ class DatabaseClient(object):
|
|
1462
1462
|
:rtype: :class:`~oci.response.Response`
|
1463
1463
|
|
1464
1464
|
:example:
|
1465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1466
1466
|
"""
|
1467
1467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1468
1468
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1584,7 +1584,7 @@ class DatabaseClient(object):
|
|
1584
1584
|
:rtype: :class:`~oci.response.Response`
|
1585
1585
|
|
1586
1586
|
:example:
|
1587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1588
1588
|
"""
|
1589
1589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1590
1590
|
required_arguments = ['backupDestinationId']
|
@@ -1702,7 +1702,7 @@ class DatabaseClient(object):
|
|
1702
1702
|
:rtype: :class:`~oci.response.Response`
|
1703
1703
|
|
1704
1704
|
:example:
|
1705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
1706
1706
|
"""
|
1707
1707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1708
1708
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -1822,7 +1822,7 @@ class DatabaseClient(object):
|
|
1822
1822
|
:rtype: :class:`~oci.response.Response`
|
1823
1823
|
|
1824
1824
|
:example:
|
1825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
1826
1826
|
"""
|
1827
1827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1828
1828
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -1940,7 +1940,7 @@ class DatabaseClient(object):
|
|
1940
1940
|
:rtype: :class:`~oci.response.Response`
|
1941
1941
|
|
1942
1942
|
:example:
|
1943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
1944
1944
|
"""
|
1945
1945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1946
1946
|
required_arguments = ['cloudVmClusterId']
|
@@ -2062,7 +2062,7 @@ class DatabaseClient(object):
|
|
2062
2062
|
:rtype: :class:`~oci.response.Response`
|
2063
2063
|
|
2064
2064
|
:example:
|
2065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2066
2066
|
"""
|
2067
2067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2068
2068
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2185,7 +2185,7 @@ class DatabaseClient(object):
|
|
2185
2185
|
:rtype: :class:`~oci.response.Response`
|
2186
2186
|
|
2187
2187
|
:example:
|
2188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2189
2189
|
"""
|
2190
2190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2191
2191
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2316,7 +2316,7 @@ class DatabaseClient(object):
|
|
2316
2316
|
:rtype: :class:`~oci.response.Response`
|
2317
2317
|
|
2318
2318
|
:example:
|
2319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2320
2320
|
"""
|
2321
2321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2322
2322
|
required_arguments = ['dbSystemId']
|
@@ -2427,7 +2427,7 @@ class DatabaseClient(object):
|
|
2427
2427
|
:rtype: :class:`~oci.response.Response`
|
2428
2428
|
|
2429
2429
|
:example:
|
2430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
2431
2431
|
"""
|
2432
2432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2433
2433
|
required_arguments = ['autonomousDatabaseId']
|
@@ -2545,7 +2545,7 @@ class DatabaseClient(object):
|
|
2545
2545
|
:rtype: :class:`~oci.response.Response`
|
2546
2546
|
|
2547
2547
|
:example:
|
2548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
2549
2549
|
"""
|
2550
2550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2551
2551
|
required_arguments = ['exadataInfrastructureId']
|
@@ -2668,7 +2668,7 @@ class DatabaseClient(object):
|
|
2668
2668
|
:rtype: :class:`~oci.response.Response`
|
2669
2669
|
|
2670
2670
|
:example:
|
2671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
2672
2672
|
"""
|
2673
2673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2674
2674
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -2790,7 +2790,7 @@ class DatabaseClient(object):
|
|
2790
2790
|
:rtype: :class:`~oci.response.Response`
|
2791
2791
|
|
2792
2792
|
:example:
|
2793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
2794
2794
|
"""
|
2795
2795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2796
2796
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -2915,7 +2915,7 @@ class DatabaseClient(object):
|
|
2915
2915
|
:rtype: :class:`~oci.response.Response`
|
2916
2916
|
|
2917
2917
|
:example:
|
2918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
2919
2919
|
"""
|
2920
2920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2921
2921
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -3037,7 +3037,7 @@ class DatabaseClient(object):
|
|
3037
3037
|
:rtype: :class:`~oci.response.Response`
|
3038
3038
|
|
3039
3039
|
:example:
|
3040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
3041
3041
|
"""
|
3042
3042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3043
3043
|
required_arguments = ['keyStoreId']
|
@@ -3155,7 +3155,7 @@ class DatabaseClient(object):
|
|
3155
3155
|
:rtype: :class:`~oci.response.Response`
|
3156
3156
|
|
3157
3157
|
:example:
|
3158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
3159
3159
|
"""
|
3160
3160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3161
3161
|
required_arguments = ['databaseId']
|
@@ -3273,7 +3273,7 @@ class DatabaseClient(object):
|
|
3273
3273
|
:rtype: :class:`~oci.response.Response`
|
3274
3274
|
|
3275
3275
|
:example:
|
3276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
3277
3277
|
"""
|
3278
3278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3279
3279
|
required_arguments = ['oneoffPatchId']
|
@@ -3392,7 +3392,7 @@ class DatabaseClient(object):
|
|
3392
3392
|
:rtype: :class:`~oci.response.Response`
|
3393
3393
|
|
3394
3394
|
:example:
|
3395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
3396
3396
|
"""
|
3397
3397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3398
3398
|
required_arguments = ['vmClusterId']
|
@@ -3509,7 +3509,7 @@ class DatabaseClient(object):
|
|
3509
3509
|
:rtype: :class:`~oci.response.Response`
|
3510
3510
|
|
3511
3511
|
:example:
|
3512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
3513
3513
|
"""
|
3514
3514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3515
3515
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -3626,7 +3626,7 @@ class DatabaseClient(object):
|
|
3626
3626
|
:rtype: :class:`~oci.response.Response`
|
3627
3627
|
|
3628
3628
|
:example:
|
3629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
3630
3630
|
"""
|
3631
3631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3632
3632
|
required_arguments = ['backupId']
|
@@ -3748,7 +3748,7 @@ class DatabaseClient(object):
|
|
3748
3748
|
:rtype: :class:`~oci.response.Response`
|
3749
3749
|
|
3750
3750
|
:example:
|
3751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
3752
3752
|
"""
|
3753
3753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3754
3754
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3859,7 +3859,7 @@ class DatabaseClient(object):
|
|
3859
3859
|
:rtype: :class:`~oci.response.Response`
|
3860
3860
|
|
3861
3861
|
:example:
|
3862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
3863
3863
|
"""
|
3864
3864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3865
3865
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3969,7 +3969,7 @@ class DatabaseClient(object):
|
|
3969
3969
|
:rtype: :class:`~oci.response.Response`
|
3970
3970
|
|
3971
3971
|
:example:
|
3972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
3973
3973
|
"""
|
3974
3974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3975
3975
|
required_arguments = ['databaseId']
|
@@ -4087,7 +4087,7 @@ class DatabaseClient(object):
|
|
4087
4087
|
:rtype: :class:`~oci.response.Response`
|
4088
4088
|
|
4089
4089
|
:example:
|
4090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
4091
4091
|
"""
|
4092
4092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4093
4093
|
required_arguments = ['pluggableDatabaseId']
|
@@ -4197,7 +4197,7 @@ class DatabaseClient(object):
|
|
4197
4197
|
:rtype: :class:`~oci.response.Response`
|
4198
4198
|
|
4199
4199
|
:example:
|
4200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
4201
4201
|
"""
|
4202
4202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4203
4203
|
required_arguments = []
|
@@ -4290,7 +4290,7 @@ class DatabaseClient(object):
|
|
4290
4290
|
:rtype: :class:`~oci.response.Response`
|
4291
4291
|
|
4292
4292
|
:example:
|
4293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
4294
4294
|
"""
|
4295
4295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4296
4296
|
required_arguments = []
|
@@ -4396,7 +4396,7 @@ class DatabaseClient(object):
|
|
4396
4396
|
:rtype: :class:`~oci.response.Response`
|
4397
4397
|
|
4398
4398
|
:example:
|
4399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
4400
4400
|
"""
|
4401
4401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4402
4402
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -4502,7 +4502,7 @@ class DatabaseClient(object):
|
|
4502
4502
|
:rtype: :class:`~oci.response.Response`
|
4503
4503
|
|
4504
4504
|
:example:
|
4505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
4506
4506
|
"""
|
4507
4507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4508
4508
|
required_arguments = []
|
@@ -4598,7 +4598,7 @@ class DatabaseClient(object):
|
|
4598
4598
|
:rtype: :class:`~oci.response.Response`
|
4599
4599
|
|
4600
4600
|
:example:
|
4601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
4602
4602
|
"""
|
4603
4603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4604
4604
|
required_arguments = []
|
@@ -4694,7 +4694,7 @@ class DatabaseClient(object):
|
|
4694
4694
|
:rtype: :class:`~oci.response.Response`
|
4695
4695
|
|
4696
4696
|
:example:
|
4697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
4698
4698
|
"""
|
4699
4699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4700
4700
|
required_arguments = []
|
@@ -4790,7 +4790,7 @@ class DatabaseClient(object):
|
|
4790
4790
|
:rtype: :class:`~oci.response.Response`
|
4791
4791
|
|
4792
4792
|
:example:
|
4793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
4794
4794
|
"""
|
4795
4795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4796
4796
|
required_arguments = []
|
@@ -4883,7 +4883,7 @@ class DatabaseClient(object):
|
|
4883
4883
|
:rtype: :class:`~oci.response.Response`
|
4884
4884
|
|
4885
4885
|
:example:
|
4886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
4887
4887
|
"""
|
4888
4888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4889
4889
|
required_arguments = []
|
@@ -4977,7 +4977,7 @@ class DatabaseClient(object):
|
|
4977
4977
|
:rtype: :class:`~oci.response.Response`
|
4978
4978
|
|
4979
4979
|
:example:
|
4980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
4981
4981
|
"""
|
4982
4982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4983
4983
|
required_arguments = []
|
@@ -5073,7 +5073,7 @@ class DatabaseClient(object):
|
|
5073
5073
|
:rtype: :class:`~oci.response.Response`
|
5074
5074
|
|
5075
5075
|
:example:
|
5076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
5077
5077
|
"""
|
5078
5078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5079
5079
|
required_arguments = []
|
@@ -5173,7 +5173,7 @@ class DatabaseClient(object):
|
|
5173
5173
|
:rtype: :class:`~oci.response.Response`
|
5174
5174
|
|
5175
5175
|
:example:
|
5176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
5177
5177
|
"""
|
5178
5178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5179
5179
|
required_arguments = []
|
@@ -5271,7 +5271,7 @@ class DatabaseClient(object):
|
|
5271
5271
|
:rtype: :class:`~oci.response.Response`
|
5272
5272
|
|
5273
5273
|
:example:
|
5274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
5275
5275
|
"""
|
5276
5276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5277
5277
|
required_arguments = []
|
@@ -5371,7 +5371,7 @@ class DatabaseClient(object):
|
|
5371
5371
|
:rtype: :class:`~oci.response.Response`
|
5372
5372
|
|
5373
5373
|
:example:
|
5374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
5375
5375
|
"""
|
5376
5376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5377
5377
|
required_arguments = ['dbNodeId']
|
@@ -5482,7 +5482,7 @@ class DatabaseClient(object):
|
|
5482
5482
|
:rtype: :class:`~oci.response.Response`
|
5483
5483
|
|
5484
5484
|
:example:
|
5485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
5486
5486
|
"""
|
5487
5487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5488
5488
|
required_arguments = ['dbNodeId']
|
@@ -5602,7 +5602,7 @@ class DatabaseClient(object):
|
|
5602
5602
|
:rtype: :class:`~oci.response.Response`
|
5603
5603
|
|
5604
5604
|
:example:
|
5605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
5606
5606
|
"""
|
5607
5607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5608
5608
|
required_arguments = ['databaseId']
|
@@ -5708,7 +5708,7 @@ class DatabaseClient(object):
|
|
5708
5708
|
:rtype: :class:`~oci.response.Response`
|
5709
5709
|
|
5710
5710
|
:example:
|
5711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
5712
5712
|
"""
|
5713
5713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5714
5714
|
required_arguments = []
|
@@ -5801,7 +5801,7 @@ class DatabaseClient(object):
|
|
5801
5801
|
:rtype: :class:`~oci.response.Response`
|
5802
5802
|
|
5803
5803
|
:example:
|
5804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
5805
5805
|
"""
|
5806
5806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5807
5807
|
required_arguments = []
|
@@ -5892,7 +5892,7 @@ class DatabaseClient(object):
|
|
5892
5892
|
:rtype: :class:`~oci.response.Response`
|
5893
5893
|
|
5894
5894
|
:example:
|
5895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
5896
5896
|
"""
|
5897
5897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5898
5898
|
required_arguments = []
|
@@ -5987,7 +5987,7 @@ class DatabaseClient(object):
|
|
5987
5987
|
:rtype: :class:`~oci.response.Response`
|
5988
5988
|
|
5989
5989
|
:example:
|
5990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
5991
5991
|
"""
|
5992
5992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5993
5993
|
required_arguments = []
|
@@ -6084,7 +6084,7 @@ class DatabaseClient(object):
|
|
6084
6084
|
:rtype: :class:`~oci.response.Response`
|
6085
6085
|
|
6086
6086
|
:example:
|
6087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
6088
6088
|
"""
|
6089
6089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6090
6090
|
required_arguments = []
|
@@ -6178,7 +6178,7 @@ class DatabaseClient(object):
|
|
6178
6178
|
:rtype: :class:`~oci.response.Response`
|
6179
6179
|
|
6180
6180
|
:example:
|
6181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
6182
6182
|
"""
|
6183
6183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6184
6184
|
required_arguments = []
|
@@ -6274,7 +6274,7 @@ class DatabaseClient(object):
|
|
6274
6274
|
:rtype: :class:`~oci.response.Response`
|
6275
6275
|
|
6276
6276
|
:example:
|
6277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
6278
6278
|
"""
|
6279
6279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6280
6280
|
required_arguments = []
|
@@ -6370,7 +6370,7 @@ class DatabaseClient(object):
|
|
6370
6370
|
:rtype: :class:`~oci.response.Response`
|
6371
6371
|
|
6372
6372
|
:example:
|
6373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
6374
6374
|
"""
|
6375
6375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6376
6376
|
required_arguments = []
|
@@ -6467,7 +6467,7 @@ class DatabaseClient(object):
|
|
6467
6467
|
:rtype: :class:`~oci.response.Response`
|
6468
6468
|
|
6469
6469
|
:example:
|
6470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
6471
6471
|
"""
|
6472
6472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6473
6473
|
required_arguments = []
|
@@ -6563,7 +6563,7 @@ class DatabaseClient(object):
|
|
6563
6563
|
:rtype: :class:`~oci.response.Response`
|
6564
6564
|
|
6565
6565
|
:example:
|
6566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
6567
6567
|
"""
|
6568
6568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6569
6569
|
required_arguments = []
|
@@ -6662,7 +6662,7 @@ class DatabaseClient(object):
|
|
6662
6662
|
:rtype: :class:`~oci.response.Response`
|
6663
6663
|
|
6664
6664
|
:example:
|
6665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
6666
6666
|
"""
|
6667
6667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6668
6668
|
required_arguments = []
|
@@ -6758,7 +6758,7 @@ class DatabaseClient(object):
|
|
6758
6758
|
:rtype: :class:`~oci.response.Response`
|
6759
6759
|
|
6760
6760
|
:example:
|
6761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
6762
6762
|
"""
|
6763
6763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6764
6764
|
required_arguments = []
|
@@ -6856,7 +6856,7 @@ class DatabaseClient(object):
|
|
6856
6856
|
:rtype: :class:`~oci.response.Response`
|
6857
6857
|
|
6858
6858
|
:example:
|
6859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
6860
6860
|
"""
|
6861
6861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6862
6862
|
required_arguments = []
|
@@ -6953,7 +6953,7 @@ class DatabaseClient(object):
|
|
6953
6953
|
:rtype: :class:`~oci.response.Response`
|
6954
6954
|
|
6955
6955
|
:example:
|
6956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
6957
6957
|
"""
|
6958
6958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6959
6959
|
required_arguments = []
|
@@ -7055,7 +7055,7 @@ class DatabaseClient(object):
|
|
7055
7055
|
:rtype: :class:`~oci.response.Response`
|
7056
7056
|
|
7057
7057
|
:example:
|
7058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
7059
7059
|
"""
|
7060
7060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7061
7061
|
required_arguments = ['exadataInfrastructureId']
|
@@ -7184,7 +7184,7 @@ class DatabaseClient(object):
|
|
7184
7184
|
:rtype: :class:`~oci.response.Response`
|
7185
7185
|
|
7186
7186
|
:example:
|
7187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
7188
7188
|
"""
|
7189
7189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7190
7190
|
required_arguments = ['dbNodeId', 'action']
|
@@ -7297,7 +7297,7 @@ class DatabaseClient(object):
|
|
7297
7297
|
:rtype: :class:`~oci.response.Response`
|
7298
7298
|
|
7299
7299
|
:example:
|
7300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
7301
7301
|
"""
|
7302
7302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7303
7303
|
required_arguments = ['applicationVipId']
|
@@ -7400,7 +7400,7 @@ class DatabaseClient(object):
|
|
7400
7400
|
:rtype: :class:`~oci.response.Response`
|
7401
7401
|
|
7402
7402
|
:example:
|
7403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
7404
7404
|
"""
|
7405
7405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7406
7406
|
required_arguments = ['autonomousDatabaseId']
|
@@ -7503,7 +7503,7 @@ class DatabaseClient(object):
|
|
7503
7503
|
:rtype: :class:`~oci.response.Response`
|
7504
7504
|
|
7505
7505
|
:example:
|
7506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
7507
7507
|
"""
|
7508
7508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7509
7509
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -7606,7 +7606,7 @@ class DatabaseClient(object):
|
|
7606
7606
|
:rtype: :class:`~oci.response.Response`
|
7607
7607
|
|
7608
7608
|
:example:
|
7609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
7610
7610
|
"""
|
7611
7611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7612
7612
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -7709,7 +7709,7 @@ class DatabaseClient(object):
|
|
7709
7709
|
:rtype: :class:`~oci.response.Response`
|
7710
7710
|
|
7711
7711
|
:example:
|
7712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
7713
7713
|
"""
|
7714
7714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7715
7715
|
required_arguments = ['autonomousVmClusterId']
|
@@ -7809,7 +7809,7 @@ class DatabaseClient(object):
|
|
7809
7809
|
:rtype: :class:`~oci.response.Response`
|
7810
7810
|
|
7811
7811
|
:example:
|
7812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
7813
7813
|
"""
|
7814
7814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7815
7815
|
required_arguments = ['backupId']
|
@@ -7910,7 +7910,7 @@ class DatabaseClient(object):
|
|
7910
7910
|
:rtype: :class:`~oci.response.Response`
|
7911
7911
|
|
7912
7912
|
:example:
|
7913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
7914
7914
|
"""
|
7915
7915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7916
7916
|
required_arguments = ['backupDestinationId']
|
@@ -8013,7 +8013,7 @@ class DatabaseClient(object):
|
|
8013
8013
|
:rtype: :class:`~oci.response.Response`
|
8014
8014
|
|
8015
8015
|
:example:
|
8016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
8017
8017
|
"""
|
8018
8018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8019
8019
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -8119,7 +8119,7 @@ class DatabaseClient(object):
|
|
8119
8119
|
:rtype: :class:`~oci.response.Response`
|
8120
8120
|
|
8121
8121
|
:example:
|
8122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
8123
8123
|
"""
|
8124
8124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8125
8125
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -8230,7 +8230,7 @@ class DatabaseClient(object):
|
|
8230
8230
|
:rtype: :class:`~oci.response.Response`
|
8231
8231
|
|
8232
8232
|
:example:
|
8233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
8234
8234
|
"""
|
8235
8235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8236
8236
|
required_arguments = ['cloudVmClusterId']
|
@@ -8333,7 +8333,7 @@ class DatabaseClient(object):
|
|
8333
8333
|
:rtype: :class:`~oci.response.Response`
|
8334
8334
|
|
8335
8335
|
:example:
|
8336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
8337
8337
|
"""
|
8338
8338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8339
8339
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -8438,7 +8438,7 @@ class DatabaseClient(object):
|
|
8438
8438
|
:rtype: :class:`~oci.response.Response`
|
8439
8439
|
|
8440
8440
|
:example:
|
8441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
8442
8442
|
"""
|
8443
8443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8444
8444
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -8551,7 +8551,7 @@ class DatabaseClient(object):
|
|
8551
8551
|
:rtype: :class:`~oci.response.Response`
|
8552
8552
|
|
8553
8553
|
:example:
|
8554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
8555
8555
|
"""
|
8556
8556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8557
8557
|
required_arguments = ['databaseId']
|
@@ -8659,7 +8659,7 @@ class DatabaseClient(object):
|
|
8659
8659
|
:rtype: :class:`~oci.response.Response`
|
8660
8660
|
|
8661
8661
|
:example:
|
8662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
8663
8663
|
"""
|
8664
8664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8665
8665
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -8766,7 +8766,7 @@ class DatabaseClient(object):
|
|
8766
8766
|
:rtype: :class:`~oci.response.Response`
|
8767
8767
|
|
8768
8768
|
:example:
|
8769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
8770
8770
|
"""
|
8771
8771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8772
8772
|
required_arguments = ['dbHomeId']
|
@@ -8875,7 +8875,7 @@ class DatabaseClient(object):
|
|
8875
8875
|
:rtype: :class:`~oci.response.Response`
|
8876
8876
|
|
8877
8877
|
:example:
|
8878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
8879
8879
|
"""
|
8880
8880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8881
8881
|
required_arguments = ['exadataInfrastructureId']
|
@@ -8980,7 +8980,7 @@ class DatabaseClient(object):
|
|
8980
8980
|
:rtype: :class:`~oci.response.Response`
|
8981
8981
|
|
8982
8982
|
:example:
|
8983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8983
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
8984
8984
|
"""
|
8985
8985
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8986
8986
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -9086,7 +9086,7 @@ class DatabaseClient(object):
|
|
9086
9086
|
:rtype: :class:`~oci.response.Response`
|
9087
9087
|
|
9088
9088
|
:example:
|
9089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
9090
9090
|
"""
|
9091
9091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9092
9092
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -9189,7 +9189,7 @@ class DatabaseClient(object):
|
|
9189
9189
|
:rtype: :class:`~oci.response.Response`
|
9190
9190
|
|
9191
9191
|
:example:
|
9192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
9193
9193
|
"""
|
9194
9194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9195
9195
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -9293,7 +9293,7 @@ class DatabaseClient(object):
|
|
9293
9293
|
:rtype: :class:`~oci.response.Response`
|
9294
9294
|
|
9295
9295
|
:example:
|
9296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
9297
9297
|
"""
|
9298
9298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9299
9299
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -9396,7 +9396,7 @@ class DatabaseClient(object):
|
|
9396
9396
|
:rtype: :class:`~oci.response.Response`
|
9397
9397
|
|
9398
9398
|
:example:
|
9399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
9400
9400
|
"""
|
9401
9401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9402
9402
|
required_arguments = ['keyStoreId']
|
@@ -9499,7 +9499,7 @@ class DatabaseClient(object):
|
|
9499
9499
|
:rtype: :class:`~oci.response.Response`
|
9500
9500
|
|
9501
9501
|
:example:
|
9502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
9503
9503
|
"""
|
9504
9504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9505
9505
|
required_arguments = ['oneoffPatchId']
|
@@ -9602,7 +9602,7 @@ class DatabaseClient(object):
|
|
9602
9602
|
:rtype: :class:`~oci.response.Response`
|
9603
9603
|
|
9604
9604
|
:example:
|
9605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
9606
9606
|
"""
|
9607
9607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9608
9608
|
required_arguments = ['pluggableDatabaseId']
|
@@ -9705,7 +9705,7 @@ class DatabaseClient(object):
|
|
9705
9705
|
:rtype: :class:`~oci.response.Response`
|
9706
9706
|
|
9707
9707
|
:example:
|
9708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
9709
9709
|
"""
|
9710
9710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9711
9711
|
required_arguments = ['vmClusterId']
|
@@ -9814,7 +9814,7 @@ class DatabaseClient(object):
|
|
9814
9814
|
:rtype: :class:`~oci.response.Response`
|
9815
9815
|
|
9816
9816
|
:example:
|
9817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
9818
9818
|
"""
|
9819
9819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9820
9820
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -9916,7 +9916,7 @@ class DatabaseClient(object):
|
|
9916
9916
|
:rtype: :class:`~oci.response.Response`
|
9917
9917
|
|
9918
9918
|
:example:
|
9919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
9920
9920
|
"""
|
9921
9921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9922
9922
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10015,7 +10015,7 @@ class DatabaseClient(object):
|
|
10015
10015
|
:rtype: :class:`~oci.response.Response`
|
10016
10016
|
|
10017
10017
|
:example:
|
10018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
10019
10019
|
"""
|
10020
10020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10021
10021
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10111,7 +10111,7 @@ class DatabaseClient(object):
|
|
10111
10111
|
:rtype: :class:`~oci.response.Response`
|
10112
10112
|
|
10113
10113
|
:example:
|
10114
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
10115
10115
|
"""
|
10116
10116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10117
10117
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10219,7 +10219,7 @@ class DatabaseClient(object):
|
|
10219
10219
|
:rtype: :class:`~oci.response.Response`
|
10220
10220
|
|
10221
10221
|
:example:
|
10222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
10223
10223
|
"""
|
10224
10224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10225
10225
|
required_arguments = ['databaseId']
|
@@ -10334,7 +10334,7 @@ class DatabaseClient(object):
|
|
10334
10334
|
:rtype: :class:`~oci.response.Response`
|
10335
10335
|
|
10336
10336
|
:example:
|
10337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
10338
10338
|
"""
|
10339
10339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10340
10340
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10447,7 +10447,7 @@ class DatabaseClient(object):
|
|
10447
10447
|
:rtype: :class:`~oci.response.Response`
|
10448
10448
|
|
10449
10449
|
:example:
|
10450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
10451
10451
|
"""
|
10452
10452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10453
10453
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10564,7 +10564,7 @@ class DatabaseClient(object):
|
|
10564
10564
|
:rtype: :class:`~oci.response.Response`
|
10565
10565
|
|
10566
10566
|
:example:
|
10567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
|
10568
10568
|
"""
|
10569
10569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10570
10570
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10677,7 +10677,7 @@ class DatabaseClient(object):
|
|
10677
10677
|
:rtype: :class:`~oci.response.Response`
|
10678
10678
|
|
10679
10679
|
:example:
|
10680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
|
10681
10681
|
"""
|
10682
10682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10683
10683
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10790,7 +10790,7 @@ class DatabaseClient(object):
|
|
10790
10790
|
:rtype: :class:`~oci.response.Response`
|
10791
10791
|
|
10792
10792
|
:example:
|
10793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
|
10794
10794
|
"""
|
10795
10795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10796
10796
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10907,7 +10907,7 @@ class DatabaseClient(object):
|
|
10907
10907
|
:rtype: :class:`~oci.response.Response`
|
10908
10908
|
|
10909
10909
|
:example:
|
10910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
10911
10911
|
"""
|
10912
10912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10913
10913
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11020,7 +11020,7 @@ class DatabaseClient(object):
|
|
11020
11020
|
:rtype: :class:`~oci.response.Response`
|
11021
11021
|
|
11022
11022
|
:example:
|
11023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
11024
11024
|
"""
|
11025
11025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11026
11026
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11133,7 +11133,7 @@ class DatabaseClient(object):
|
|
11133
11133
|
:rtype: :class:`~oci.response.Response`
|
11134
11134
|
|
11135
11135
|
:example:
|
11136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11136
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
11137
11137
|
"""
|
11138
11138
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11139
11139
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11246,7 +11246,7 @@ class DatabaseClient(object):
|
|
11246
11246
|
:rtype: :class:`~oci.response.Response`
|
11247
11247
|
|
11248
11248
|
:example:
|
11249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
11250
11250
|
"""
|
11251
11251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11252
11252
|
required_arguments = ['pluggableDatabaseId']
|
@@ -11356,7 +11356,7 @@ class DatabaseClient(object):
|
|
11356
11356
|
:rtype: :class:`~oci.response.Response`
|
11357
11357
|
|
11358
11358
|
:example:
|
11359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
11360
11360
|
"""
|
11361
11361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11362
11362
|
required_arguments = ['exadataInfrastructureId']
|
@@ -11469,7 +11469,7 @@ class DatabaseClient(object):
|
|
11469
11469
|
:rtype: :class:`~oci.response.Response`
|
11470
11470
|
|
11471
11471
|
:example:
|
11472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
11473
11473
|
"""
|
11474
11474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11475
11475
|
required_arguments = ['oneoffPatchId']
|
@@ -11584,7 +11584,7 @@ class DatabaseClient(object):
|
|
11584
11584
|
:rtype: :class:`~oci.response.Response`
|
11585
11585
|
|
11586
11586
|
:example:
|
11587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
11588
11588
|
"""
|
11589
11589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11590
11590
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11698,7 +11698,7 @@ class DatabaseClient(object):
|
|
11698
11698
|
:rtype: :class:`~oci.response.Response`
|
11699
11699
|
|
11700
11700
|
:example:
|
11701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
11702
11702
|
"""
|
11703
11703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11704
11704
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11800,7 +11800,7 @@ class DatabaseClient(object):
|
|
11800
11800
|
:rtype: :class:`~oci.response.Response`
|
11801
11801
|
|
11802
11802
|
:example:
|
11803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
11804
11804
|
"""
|
11805
11805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11806
11806
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11896,7 +11896,7 @@ class DatabaseClient(object):
|
|
11896
11896
|
:rtype: :class:`~oci.response.Response`
|
11897
11897
|
|
11898
11898
|
:example:
|
11899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
11900
11900
|
"""
|
11901
11901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11902
11902
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12007,7 +12007,7 @@ class DatabaseClient(object):
|
|
12007
12007
|
:rtype: :class:`~oci.response.Response`
|
12008
12008
|
|
12009
12009
|
:example:
|
12010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
12011
12011
|
"""
|
12012
12012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12013
12013
|
required_arguments = ['databaseId']
|
@@ -12131,7 +12131,7 @@ class DatabaseClient(object):
|
|
12131
12131
|
:rtype: :class:`~oci.response.Response`
|
12132
12132
|
|
12133
12133
|
:example:
|
12134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
12135
12135
|
"""
|
12136
12136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12137
12137
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12249,7 +12249,7 @@ class DatabaseClient(object):
|
|
12249
12249
|
:rtype: :class:`~oci.response.Response`
|
12250
12250
|
|
12251
12251
|
:example:
|
12252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
12253
12253
|
"""
|
12254
12254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12255
12255
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12371,7 +12371,7 @@ class DatabaseClient(object):
|
|
12371
12371
|
:rtype: :class:`~oci.response.Response`
|
12372
12372
|
|
12373
12373
|
:example:
|
12374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
|
12375
12375
|
"""
|
12376
12376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12377
12377
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12489,7 +12489,7 @@ class DatabaseClient(object):
|
|
12489
12489
|
:rtype: :class:`~oci.response.Response`
|
12490
12490
|
|
12491
12491
|
:example:
|
12492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12492
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
|
12493
12493
|
"""
|
12494
12494
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12495
12495
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12607,7 +12607,7 @@ class DatabaseClient(object):
|
|
12607
12607
|
:rtype: :class:`~oci.response.Response`
|
12608
12608
|
|
12609
12609
|
:example:
|
12610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
|
12611
12611
|
"""
|
12612
12612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12613
12613
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12729,7 +12729,7 @@ class DatabaseClient(object):
|
|
12729
12729
|
:rtype: :class:`~oci.response.Response`
|
12730
12730
|
|
12731
12731
|
:example:
|
12732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
12733
12733
|
"""
|
12734
12734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12735
12735
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12847,7 +12847,7 @@ class DatabaseClient(object):
|
|
12847
12847
|
:rtype: :class:`~oci.response.Response`
|
12848
12848
|
|
12849
12849
|
:example:
|
12850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
12851
12851
|
"""
|
12852
12852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12853
12853
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12965,7 +12965,7 @@ class DatabaseClient(object):
|
|
12965
12965
|
:rtype: :class:`~oci.response.Response`
|
12966
12966
|
|
12967
12967
|
:example:
|
12968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
12969
12969
|
"""
|
12970
12970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12971
12971
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -13083,7 +13083,7 @@ class DatabaseClient(object):
|
|
13083
13083
|
:rtype: :class:`~oci.response.Response`
|
13084
13084
|
|
13085
13085
|
:example:
|
13086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
13087
13087
|
"""
|
13088
13088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13089
13089
|
required_arguments = ['pluggableDatabaseId']
|
@@ -13208,7 +13208,7 @@ class DatabaseClient(object):
|
|
13208
13208
|
:rtype: :class:`~oci.response.Response`
|
13209
13209
|
|
13210
13210
|
:example:
|
13211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
13212
13212
|
"""
|
13213
13213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13214
13214
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13328,7 +13328,7 @@ class DatabaseClient(object):
|
|
13328
13328
|
:rtype: :class:`~oci.response.Response`
|
13329
13329
|
|
13330
13330
|
:example:
|
13331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
13332
13332
|
"""
|
13333
13333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13334
13334
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -13441,7 +13441,7 @@ class DatabaseClient(object):
|
|
13441
13441
|
:rtype: :class:`~oci.response.Response`
|
13442
13442
|
|
13443
13443
|
:example:
|
13444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
13445
13445
|
"""
|
13446
13446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13447
13447
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -13552,7 +13552,7 @@ class DatabaseClient(object):
|
|
13552
13552
|
:rtype: :class:`~oci.response.Response`
|
13553
13553
|
|
13554
13554
|
:example:
|
13555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
13556
13556
|
"""
|
13557
13557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13558
13558
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13665,7 +13665,7 @@ class DatabaseClient(object):
|
|
13665
13665
|
:rtype: :class:`~oci.response.Response`
|
13666
13666
|
|
13667
13667
|
:example:
|
13668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
13669
13669
|
"""
|
13670
13670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13671
13671
|
required_arguments = ['exadataInfrastructureId']
|
@@ -13768,7 +13768,7 @@ class DatabaseClient(object):
|
|
13768
13768
|
:rtype: :class:`~oci.response.Response`
|
13769
13769
|
|
13770
13770
|
:example:
|
13771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
13772
13772
|
"""
|
13773
13773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13774
13774
|
required_arguments = ['applicationVipId']
|
@@ -13863,7 +13863,7 @@ class DatabaseClient(object):
|
|
13863
13863
|
:rtype: :class:`~oci.response.Response`
|
13864
13864
|
|
13865
13865
|
:example:
|
13866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
13867
13867
|
"""
|
13868
13868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13869
13869
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -13956,7 +13956,7 @@ class DatabaseClient(object):
|
|
13956
13956
|
:rtype: :class:`~oci.response.Response`
|
13957
13957
|
|
13958
13958
|
:example:
|
13959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
13960
13960
|
"""
|
13961
13961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13962
13962
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -14048,7 +14048,7 @@ class DatabaseClient(object):
|
|
14048
14048
|
:rtype: :class:`~oci.response.Response`
|
14049
14049
|
|
14050
14050
|
:example:
|
14051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
14052
14052
|
"""
|
14053
14053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14054
14054
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -14146,7 +14146,7 @@ class DatabaseClient(object):
|
|
14146
14146
|
:rtype: :class:`~oci.response.Response`
|
14147
14147
|
|
14148
14148
|
:example:
|
14149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
14150
14150
|
"""
|
14151
14151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14152
14152
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14244,7 +14244,7 @@ class DatabaseClient(object):
|
|
14244
14244
|
:rtype: :class:`~oci.response.Response`
|
14245
14245
|
|
14246
14246
|
:example:
|
14247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
14248
14248
|
"""
|
14249
14249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14250
14250
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -14347,7 +14347,7 @@ class DatabaseClient(object):
|
|
14347
14347
|
:rtype: :class:`~oci.response.Response`
|
14348
14348
|
|
14349
14349
|
:example:
|
14350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
14351
14351
|
"""
|
14352
14352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14353
14353
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -14441,7 +14441,7 @@ class DatabaseClient(object):
|
|
14441
14441
|
:rtype: :class:`~oci.response.Response`
|
14442
14442
|
|
14443
14443
|
:example:
|
14444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
14445
14445
|
"""
|
14446
14446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14447
14447
|
required_arguments = []
|
@@ -14527,7 +14527,7 @@ class DatabaseClient(object):
|
|
14527
14527
|
:rtype: :class:`~oci.response.Response`
|
14528
14528
|
|
14529
14529
|
:example:
|
14530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
14531
14531
|
"""
|
14532
14532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14533
14533
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -14625,7 +14625,7 @@ class DatabaseClient(object):
|
|
14625
14625
|
:rtype: :class:`~oci.response.Response`
|
14626
14626
|
|
14627
14627
|
:example:
|
14628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
14629
14629
|
"""
|
14630
14630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14631
14631
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14720,7 +14720,7 @@ class DatabaseClient(object):
|
|
14720
14720
|
:rtype: :class:`~oci.response.Response`
|
14721
14721
|
|
14722
14722
|
:example:
|
14723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
14724
14724
|
"""
|
14725
14725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14726
14726
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -14808,7 +14808,7 @@ class DatabaseClient(object):
|
|
14808
14808
|
:rtype: :class:`~oci.response.Response`
|
14809
14809
|
|
14810
14810
|
:example:
|
14811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
14812
14812
|
"""
|
14813
14813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14814
14814
|
required_arguments = ['autonomousPatchId']
|
@@ -14899,7 +14899,7 @@ class DatabaseClient(object):
|
|
14899
14899
|
:rtype: :class:`~oci.response.Response`
|
14900
14900
|
|
14901
14901
|
:example:
|
14902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
14903
14903
|
"""
|
14904
14904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14905
14905
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -14997,7 +14997,7 @@ class DatabaseClient(object):
|
|
14997
14997
|
:rtype: :class:`~oci.response.Response`
|
14998
14998
|
|
14999
14999
|
:example:
|
15000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
15001
15001
|
"""
|
15002
15002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15003
15003
|
required_arguments = ['autonomousVmClusterId']
|
@@ -15095,7 +15095,7 @@ class DatabaseClient(object):
|
|
15095
15095
|
:rtype: :class:`~oci.response.Response`
|
15096
15096
|
|
15097
15097
|
:example:
|
15098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
15099
15099
|
"""
|
15100
15100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15101
15101
|
required_arguments = ['autonomousVmClusterId']
|
@@ -15190,7 +15190,7 @@ class DatabaseClient(object):
|
|
15190
15190
|
:rtype: :class:`~oci.response.Response`
|
15191
15191
|
|
15192
15192
|
:example:
|
15193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
15194
15194
|
"""
|
15195
15195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15196
15196
|
required_arguments = ['backupId']
|
@@ -15281,7 +15281,7 @@ class DatabaseClient(object):
|
|
15281
15281
|
:rtype: :class:`~oci.response.Response`
|
15282
15282
|
|
15283
15283
|
:example:
|
15284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
15285
15285
|
"""
|
15286
15286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15287
15287
|
required_arguments = ['backupDestinationId']
|
@@ -15379,7 +15379,7 @@ class DatabaseClient(object):
|
|
15379
15379
|
:rtype: :class:`~oci.response.Response`
|
15380
15380
|
|
15381
15381
|
:example:
|
15382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
15383
15383
|
"""
|
15384
15384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15385
15385
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15477,7 +15477,7 @@ class DatabaseClient(object):
|
|
15477
15477
|
:rtype: :class:`~oci.response.Response`
|
15478
15478
|
|
15479
15479
|
:example:
|
15480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
|
15481
15481
|
"""
|
15482
15482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15483
15483
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15575,7 +15575,7 @@ class DatabaseClient(object):
|
|
15575
15575
|
:rtype: :class:`~oci.response.Response`
|
15576
15576
|
|
15577
15577
|
:example:
|
15578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
15579
15579
|
"""
|
15580
15580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15581
15581
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15678,7 +15678,7 @@ class DatabaseClient(object):
|
|
15678
15678
|
:rtype: :class:`~oci.response.Response`
|
15679
15679
|
|
15680
15680
|
:example:
|
15681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
15682
15682
|
"""
|
15683
15683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15684
15684
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15784,7 +15784,7 @@ class DatabaseClient(object):
|
|
15784
15784
|
:rtype: :class:`~oci.response.Response`
|
15785
15785
|
|
15786
15786
|
:example:
|
15787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
15788
15788
|
"""
|
15789
15789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15790
15790
|
required_arguments = ['cloudVmClusterId']
|
@@ -15883,7 +15883,7 @@ class DatabaseClient(object):
|
|
15883
15883
|
:rtype: :class:`~oci.response.Response`
|
15884
15884
|
|
15885
15885
|
:example:
|
15886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
15887
15887
|
"""
|
15888
15888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15889
15889
|
required_arguments = ['cloudVmClusterId']
|
@@ -15986,7 +15986,7 @@ class DatabaseClient(object):
|
|
15986
15986
|
:rtype: :class:`~oci.response.Response`
|
15987
15987
|
|
15988
15988
|
:example:
|
15989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
15990
15990
|
"""
|
15991
15991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15992
15992
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -16090,7 +16090,7 @@ class DatabaseClient(object):
|
|
16090
16090
|
:rtype: :class:`~oci.response.Response`
|
16091
16091
|
|
16092
16092
|
:example:
|
16093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
|
16094
16094
|
"""
|
16095
16095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16096
16096
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -16189,7 +16189,7 @@ class DatabaseClient(object):
|
|
16189
16189
|
:rtype: :class:`~oci.response.Response`
|
16190
16190
|
|
16191
16191
|
:example:
|
16192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
16193
16193
|
"""
|
16194
16194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16195
16195
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -16284,7 +16284,7 @@ class DatabaseClient(object):
|
|
16284
16284
|
:rtype: :class:`~oci.response.Response`
|
16285
16285
|
|
16286
16286
|
:example:
|
16287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
16288
16288
|
"""
|
16289
16289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16290
16290
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -16386,7 +16386,7 @@ class DatabaseClient(object):
|
|
16386
16386
|
:rtype: :class:`~oci.response.Response`
|
16387
16387
|
|
16388
16388
|
:example:
|
16389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
16390
16390
|
"""
|
16391
16391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16392
16392
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -16487,7 +16487,7 @@ class DatabaseClient(object):
|
|
16487
16487
|
:rtype: :class:`~oci.response.Response`
|
16488
16488
|
|
16489
16489
|
:example:
|
16490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
16491
16491
|
"""
|
16492
16492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16493
16493
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -16576,7 +16576,7 @@ class DatabaseClient(object):
|
|
16576
16576
|
:rtype: :class:`~oci.response.Response`
|
16577
16577
|
|
16578
16578
|
:example:
|
16579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
16580
16580
|
"""
|
16581
16581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16582
16582
|
required_arguments = ['databaseId']
|
@@ -16664,7 +16664,7 @@ class DatabaseClient(object):
|
|
16664
16664
|
:rtype: :class:`~oci.response.Response`
|
16665
16665
|
|
16666
16666
|
:example:
|
16667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
16668
16668
|
"""
|
16669
16669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16670
16670
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -16760,7 +16760,7 @@ class DatabaseClient(object):
|
|
16760
16760
|
:rtype: :class:`~oci.response.Response`
|
16761
16761
|
|
16762
16762
|
:example:
|
16763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
16764
16764
|
"""
|
16765
16765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16766
16766
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -16856,7 +16856,7 @@ class DatabaseClient(object):
|
|
16856
16856
|
:rtype: :class:`~oci.response.Response`
|
16857
16857
|
|
16858
16858
|
:example:
|
16859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
16860
16860
|
"""
|
16861
16861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16862
16862
|
required_arguments = ['dbHomeId']
|
@@ -16949,7 +16949,7 @@ class DatabaseClient(object):
|
|
16949
16949
|
:rtype: :class:`~oci.response.Response`
|
16950
16950
|
|
16951
16951
|
:example:
|
16952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
16953
16953
|
"""
|
16954
16954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16955
16955
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -17043,7 +17043,7 @@ class DatabaseClient(object):
|
|
17043
17043
|
:rtype: :class:`~oci.response.Response`
|
17044
17044
|
|
17045
17045
|
:example:
|
17046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
17047
17047
|
"""
|
17048
17048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17049
17049
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -17132,7 +17132,7 @@ class DatabaseClient(object):
|
|
17132
17132
|
:rtype: :class:`~oci.response.Response`
|
17133
17133
|
|
17134
17134
|
:example:
|
17135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
17136
17136
|
"""
|
17137
17137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17138
17138
|
required_arguments = ['dbNodeId']
|
@@ -17228,7 +17228,7 @@ class DatabaseClient(object):
|
|
17228
17228
|
:rtype: :class:`~oci.response.Response`
|
17229
17229
|
|
17230
17230
|
:example:
|
17231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
17232
17232
|
"""
|
17233
17233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17234
17234
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -17337,7 +17337,7 @@ class DatabaseClient(object):
|
|
17337
17337
|
:rtype: :class:`~oci.response.Response`
|
17338
17338
|
|
17339
17339
|
:example:
|
17340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
17341
17341
|
"""
|
17342
17342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17343
17343
|
required_arguments = ['dbSystemId']
|
@@ -17430,7 +17430,7 @@ class DatabaseClient(object):
|
|
17430
17430
|
:rtype: :class:`~oci.response.Response`
|
17431
17431
|
|
17432
17432
|
:example:
|
17433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
17434
17434
|
"""
|
17435
17435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17436
17436
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -17524,7 +17524,7 @@ class DatabaseClient(object):
|
|
17524
17524
|
:rtype: :class:`~oci.response.Response`
|
17525
17525
|
|
17526
17526
|
:example:
|
17527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
17528
17528
|
"""
|
17529
17529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17530
17530
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -17621,7 +17621,7 @@ class DatabaseClient(object):
|
|
17621
17621
|
:rtype: :class:`~oci.response.Response`
|
17622
17622
|
|
17623
17623
|
:example:
|
17624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
17625
17625
|
"""
|
17626
17626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17627
17627
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -17726,7 +17726,7 @@ class DatabaseClient(object):
|
|
17726
17726
|
:rtype: :class:`~oci.response.Response`
|
17727
17727
|
|
17728
17728
|
:example:
|
17729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
17730
17730
|
"""
|
17731
17731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17732
17732
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17840,7 +17840,7 @@ class DatabaseClient(object):
|
|
17840
17840
|
:rtype: :class:`~oci.response.Response`
|
17841
17841
|
|
17842
17842
|
:example:
|
17843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
17844
17844
|
"""
|
17845
17845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17846
17846
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -17943,7 +17943,7 @@ class DatabaseClient(object):
|
|
17943
17943
|
:rtype: :class:`~oci.response.Response`
|
17944
17944
|
|
17945
17945
|
:example:
|
17946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
17947
17947
|
"""
|
17948
17948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17949
17949
|
required_arguments = ['exadataInfrastructureId']
|
@@ -18060,7 +18060,7 @@ class DatabaseClient(object):
|
|
18060
18060
|
:rtype: :class:`~oci.response.Response`
|
18061
18061
|
|
18062
18062
|
:example:
|
18063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
18064
18064
|
"""
|
18065
18065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18066
18066
|
required_arguments = ['dbSystemId']
|
@@ -18159,7 +18159,7 @@ class DatabaseClient(object):
|
|
18159
18159
|
:rtype: :class:`~oci.response.Response`
|
18160
18160
|
|
18161
18161
|
:example:
|
18162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
18163
18163
|
"""
|
18164
18164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18165
18165
|
required_arguments = ['backupId']
|
@@ -18250,7 +18250,7 @@ class DatabaseClient(object):
|
|
18250
18250
|
:rtype: :class:`~oci.response.Response`
|
18251
18251
|
|
18252
18252
|
:example:
|
18253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
18254
18254
|
"""
|
18255
18255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18256
18256
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -18349,7 +18349,7 @@ class DatabaseClient(object):
|
|
18349
18349
|
:rtype: :class:`~oci.response.Response`
|
18350
18350
|
|
18351
18351
|
:example:
|
18352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
18353
18353
|
"""
|
18354
18354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18355
18355
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -18447,7 +18447,7 @@ class DatabaseClient(object):
|
|
18447
18447
|
:rtype: :class:`~oci.response.Response`
|
18448
18448
|
|
18449
18449
|
:example:
|
18450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
18451
18451
|
"""
|
18452
18452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18453
18453
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -18546,7 +18546,7 @@ class DatabaseClient(object):
|
|
18546
18546
|
:rtype: :class:`~oci.response.Response`
|
18547
18547
|
|
18548
18548
|
:example:
|
18549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
18550
18550
|
"""
|
18551
18551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18552
18552
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -18653,7 +18653,7 @@ class DatabaseClient(object):
|
|
18653
18653
|
:rtype: :class:`~oci.response.Response`
|
18654
18654
|
|
18655
18655
|
:example:
|
18656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
18657
18657
|
"""
|
18658
18658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18659
18659
|
required_arguments = ['compartmentId']
|
@@ -18757,7 +18757,7 @@ class DatabaseClient(object):
|
|
18757
18757
|
:rtype: :class:`~oci.response.Response`
|
18758
18758
|
|
18759
18759
|
:example:
|
18760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
18761
18761
|
"""
|
18762
18762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18763
18763
|
required_arguments = ['keyStoreId']
|
@@ -18850,7 +18850,7 @@ class DatabaseClient(object):
|
|
18850
18850
|
:rtype: :class:`~oci.response.Response`
|
18851
18851
|
|
18852
18852
|
:example:
|
18853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
18854
18854
|
"""
|
18855
18855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18856
18856
|
required_arguments = ['maintenanceRunId']
|
@@ -18936,7 +18936,7 @@ class DatabaseClient(object):
|
|
18936
18936
|
:rtype: :class:`~oci.response.Response`
|
18937
18937
|
|
18938
18938
|
:example:
|
18939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
18940
18940
|
"""
|
18941
18941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18942
18942
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -19027,7 +19027,7 @@ class DatabaseClient(object):
|
|
19027
19027
|
:rtype: :class:`~oci.response.Response`
|
19028
19028
|
|
19029
19029
|
:example:
|
19030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
19031
19031
|
"""
|
19032
19032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19033
19033
|
required_arguments = ['oneoffPatchId']
|
@@ -19130,7 +19130,7 @@ class DatabaseClient(object):
|
|
19130
19130
|
:rtype: :class:`~oci.response.Response`
|
19131
19131
|
|
19132
19132
|
:example:
|
19133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
19134
19134
|
"""
|
19135
19135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19136
19136
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -19226,7 +19226,7 @@ class DatabaseClient(object):
|
|
19226
19226
|
:rtype: :class:`~oci.response.Response`
|
19227
19227
|
|
19228
19228
|
:example:
|
19229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
19230
19230
|
"""
|
19231
19231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19232
19232
|
required_arguments = ['pluggableDatabaseId']
|
@@ -19317,7 +19317,7 @@ class DatabaseClient(object):
|
|
19317
19317
|
:rtype: :class:`~oci.response.Response`
|
19318
19318
|
|
19319
19319
|
:example:
|
19320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
19321
19321
|
"""
|
19322
19322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19323
19323
|
required_arguments = ['vmClusterId']
|
@@ -19421,7 +19421,7 @@ class DatabaseClient(object):
|
|
19421
19421
|
:rtype: :class:`~oci.response.Response`
|
19422
19422
|
|
19423
19423
|
:example:
|
19424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
19425
19425
|
"""
|
19426
19426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19427
19427
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -19522,7 +19522,7 @@ class DatabaseClient(object):
|
|
19522
19522
|
:rtype: :class:`~oci.response.Response`
|
19523
19523
|
|
19524
19524
|
:example:
|
19525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
19526
19526
|
"""
|
19527
19527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19528
19528
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -19616,7 +19616,7 @@ class DatabaseClient(object):
|
|
19616
19616
|
:rtype: :class:`~oci.response.Response`
|
19617
19617
|
|
19618
19618
|
:example:
|
19619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
19620
19620
|
"""
|
19621
19621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19622
19622
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -19713,7 +19713,7 @@ class DatabaseClient(object):
|
|
19713
19713
|
:rtype: :class:`~oci.response.Response`
|
19714
19714
|
|
19715
19715
|
:example:
|
19716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
19717
19717
|
"""
|
19718
19718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19719
19719
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -19817,7 +19817,7 @@ class DatabaseClient(object):
|
|
19817
19817
|
:rtype: :class:`~oci.response.Response`
|
19818
19818
|
|
19819
19819
|
:example:
|
19820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
19821
19821
|
"""
|
19822
19822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19823
19823
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -19918,7 +19918,7 @@ class DatabaseClient(object):
|
|
19918
19918
|
:rtype: :class:`~oci.response.Response`
|
19919
19919
|
|
19920
19920
|
:example:
|
19921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
19922
19922
|
"""
|
19923
19923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19924
19924
|
required_arguments = []
|
@@ -20030,7 +20030,7 @@ class DatabaseClient(object):
|
|
20030
20030
|
:rtype: :class:`~oci.response.Response`
|
20031
20031
|
|
20032
20032
|
:example:
|
20033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
20034
20034
|
"""
|
20035
20035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20036
20036
|
required_arguments = []
|
@@ -20148,7 +20148,7 @@ class DatabaseClient(object):
|
|
20148
20148
|
:rtype: :class:`~oci.response.Response`
|
20149
20149
|
|
20150
20150
|
:example:
|
20151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
20152
20152
|
"""
|
20153
20153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20154
20154
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -20276,7 +20276,7 @@ class DatabaseClient(object):
|
|
20276
20276
|
:rtype: :class:`~oci.response.Response`
|
20277
20277
|
|
20278
20278
|
:example:
|
20279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
20280
20280
|
"""
|
20281
20281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20282
20282
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -20397,7 +20397,7 @@ class DatabaseClient(object):
|
|
20397
20397
|
:rtype: :class:`~oci.response.Response`
|
20398
20398
|
|
20399
20399
|
:example:
|
20400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
20401
20401
|
"""
|
20402
20402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20403
20403
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -20559,7 +20559,7 @@ class DatabaseClient(object):
|
|
20559
20559
|
:rtype: :class:`~oci.response.Response`
|
20560
20560
|
|
20561
20561
|
:example:
|
20562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
20563
20563
|
"""
|
20564
20564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20565
20565
|
required_arguments = ['compartmentId']
|
@@ -20735,7 +20735,7 @@ class DatabaseClient(object):
|
|
20735
20735
|
:rtype: :class:`~oci.response.Response`
|
20736
20736
|
|
20737
20737
|
:example:
|
20738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
20739
20739
|
"""
|
20740
20740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20741
20741
|
required_arguments = []
|
@@ -20872,7 +20872,7 @@ class DatabaseClient(object):
|
|
20872
20872
|
:rtype: :class:`~oci.response.Response`
|
20873
20873
|
|
20874
20874
|
:example:
|
20875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
20876
20876
|
"""
|
20877
20877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20878
20878
|
required_arguments = []
|
@@ -21013,7 +21013,7 @@ class DatabaseClient(object):
|
|
21013
21013
|
:rtype: :class:`~oci.response.Response`
|
21014
21014
|
|
21015
21015
|
:example:
|
21016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
21017
21017
|
"""
|
21018
21018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21019
21019
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -21163,7 +21163,7 @@ class DatabaseClient(object):
|
|
21163
21163
|
:rtype: :class:`~oci.response.Response`
|
21164
21164
|
|
21165
21165
|
:example:
|
21166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
21167
21167
|
"""
|
21168
21168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21169
21169
|
required_arguments = ['autonomousDatabaseId']
|
@@ -21274,7 +21274,7 @@ class DatabaseClient(object):
|
|
21274
21274
|
:rtype: :class:`~oci.response.Response`
|
21275
21275
|
|
21276
21276
|
:example:
|
21277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
21278
21278
|
"""
|
21279
21279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21280
21280
|
required_arguments = ['autonomousDatabaseId']
|
@@ -21411,7 +21411,7 @@ class DatabaseClient(object):
|
|
21411
21411
|
:rtype: :class:`~oci.response.Response`
|
21412
21412
|
|
21413
21413
|
:example:
|
21414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
21415
21415
|
"""
|
21416
21416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21417
21417
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -21607,7 +21607,7 @@ class DatabaseClient(object):
|
|
21607
21607
|
:rtype: :class:`~oci.response.Response`
|
21608
21608
|
|
21609
21609
|
:example:
|
21610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
21611
21611
|
"""
|
21612
21612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21613
21613
|
required_arguments = ['compartmentId']
|
@@ -21784,7 +21784,7 @@ class DatabaseClient(object):
|
|
21784
21784
|
:rtype: :class:`~oci.response.Response`
|
21785
21785
|
|
21786
21786
|
:example:
|
21787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
21788
21788
|
"""
|
21789
21789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21790
21790
|
required_arguments = ['compartmentId']
|
@@ -21915,7 +21915,7 @@ class DatabaseClient(object):
|
|
21915
21915
|
:rtype: :class:`~oci.response.Response`
|
21916
21916
|
|
21917
21917
|
:example:
|
21918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
21919
21919
|
"""
|
21920
21920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21921
21921
|
required_arguments = ['compartmentId']
|
@@ -22039,7 +22039,7 @@ class DatabaseClient(object):
|
|
22039
22039
|
:rtype: :class:`~oci.response.Response`
|
22040
22040
|
|
22041
22041
|
:example:
|
22042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
22043
22043
|
"""
|
22044
22044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22045
22045
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -22163,7 +22163,7 @@ class DatabaseClient(object):
|
|
22163
22163
|
:rtype: :class:`~oci.response.Response`
|
22164
22164
|
|
22165
22165
|
:example:
|
22166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
22167
22167
|
"""
|
22168
22168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22169
22169
|
required_arguments = ['compartmentId']
|
@@ -22304,7 +22304,7 @@ class DatabaseClient(object):
|
|
22304
22304
|
:rtype: :class:`~oci.response.Response`
|
22305
22305
|
|
22306
22306
|
:example:
|
22307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
22308
22308
|
"""
|
22309
22309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22310
22310
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -22422,7 +22422,7 @@ class DatabaseClient(object):
|
|
22422
22422
|
:rtype: :class:`~oci.response.Response`
|
22423
22423
|
|
22424
22424
|
:example:
|
22425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
|
22426
22426
|
"""
|
22427
22427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22428
22428
|
required_arguments = ['autonomousVmClusterId']
|
@@ -22559,7 +22559,7 @@ class DatabaseClient(object):
|
|
22559
22559
|
:rtype: :class:`~oci.response.Response`
|
22560
22560
|
|
22561
22561
|
:example:
|
22562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
22563
22563
|
"""
|
22564
22564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22565
22565
|
required_arguments = ['compartmentId']
|
@@ -22696,7 +22696,7 @@ class DatabaseClient(object):
|
|
22696
22696
|
:rtype: :class:`~oci.response.Response`
|
22697
22697
|
|
22698
22698
|
:example:
|
22699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
22700
22700
|
"""
|
22701
22701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22702
22702
|
required_arguments = ['compartmentId']
|
@@ -22803,7 +22803,7 @@ class DatabaseClient(object):
|
|
22803
22803
|
:rtype: :class:`~oci.response.Response`
|
22804
22804
|
|
22805
22805
|
:example:
|
22806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
22807
22807
|
"""
|
22808
22808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22809
22809
|
required_arguments = []
|
@@ -22912,7 +22912,7 @@ class DatabaseClient(object):
|
|
22912
22912
|
:rtype: :class:`~oci.response.Response`
|
22913
22913
|
|
22914
22914
|
:example:
|
22915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
|
22916
22916
|
"""
|
22917
22917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22918
22918
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -23052,7 +23052,7 @@ class DatabaseClient(object):
|
|
23052
23052
|
:rtype: :class:`~oci.response.Response`
|
23053
23053
|
|
23054
23054
|
:example:
|
23055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
23056
23056
|
"""
|
23057
23057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23058
23058
|
required_arguments = ['compartmentId']
|
@@ -23209,7 +23209,7 @@ class DatabaseClient(object):
|
|
23209
23209
|
:rtype: :class:`~oci.response.Response`
|
23210
23210
|
|
23211
23211
|
:example:
|
23212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
23213
23213
|
"""
|
23214
23214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23215
23215
|
required_arguments = ['compartmentId']
|
@@ -23348,7 +23348,7 @@ class DatabaseClient(object):
|
|
23348
23348
|
:rtype: :class:`~oci.response.Response`
|
23349
23349
|
|
23350
23350
|
:example:
|
23351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
|
23352
23352
|
"""
|
23353
23353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23354
23354
|
required_arguments = ['cloudVmClusterId']
|
@@ -23476,7 +23476,7 @@ class DatabaseClient(object):
|
|
23476
23476
|
:rtype: :class:`~oci.response.Response`
|
23477
23477
|
|
23478
23478
|
:example:
|
23479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
23480
23480
|
"""
|
23481
23481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23482
23482
|
required_arguments = ['cloudVmClusterId']
|
@@ -23620,7 +23620,7 @@ class DatabaseClient(object):
|
|
23620
23620
|
:rtype: :class:`~oci.response.Response`
|
23621
23621
|
|
23622
23622
|
:example:
|
23623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
23624
23624
|
"""
|
23625
23625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23626
23626
|
required_arguments = ['compartmentId']
|
@@ -23745,7 +23745,7 @@ class DatabaseClient(object):
|
|
23745
23745
|
:rtype: :class:`~oci.response.Response`
|
23746
23746
|
|
23747
23747
|
:example:
|
23748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
23749
23749
|
"""
|
23750
23750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23751
23751
|
required_arguments = ['dbNodeId']
|
@@ -23860,7 +23860,7 @@ class DatabaseClient(object):
|
|
23860
23860
|
:rtype: :class:`~oci.response.Response`
|
23861
23861
|
|
23862
23862
|
:example:
|
23863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
23864
23864
|
"""
|
23865
23865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23866
23866
|
required_arguments = ['dbNodeId']
|
@@ -24010,7 +24010,7 @@ class DatabaseClient(object):
|
|
24010
24010
|
:rtype: :class:`~oci.response.Response`
|
24011
24011
|
|
24012
24012
|
:example:
|
24013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
24014
24014
|
"""
|
24015
24015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24016
24016
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -24128,7 +24128,7 @@ class DatabaseClient(object):
|
|
24128
24128
|
:rtype: :class:`~oci.response.Response`
|
24129
24129
|
|
24130
24130
|
:example:
|
24131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
24132
24132
|
"""
|
24133
24133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24134
24134
|
required_arguments = ['databaseId']
|
@@ -24222,8 +24222,9 @@ class DatabaseClient(object):
|
|
24222
24222
|
|
24223
24223
|
:param str sort_by: (optional)
|
24224
24224
|
The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
|
24225
|
+
Default order for PATCHSET is descending.
|
24225
24226
|
|
24226
|
-
Allowed values are: "TIMECREATED", "DISPLAYNAME"
|
24227
|
+
Allowed values are: "TIMECREATED", "DISPLAYNAME", "PATCHSET"
|
24227
24228
|
|
24228
24229
|
:param str sort_order: (optional)
|
24229
24230
|
The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
@@ -24248,6 +24249,9 @@ class DatabaseClient(object):
|
|
24248
24249
|
|
24249
24250
|
Allowed values are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE"
|
24250
24251
|
|
24252
|
+
:param str patch_set_greater_than_or_equal_to: (optional)
|
24253
|
+
A filter to return only resources with `patchSet` greater than or equal to given value.
|
24254
|
+
|
24251
24255
|
:param bool is_upgrade_supported: (optional)
|
24252
24256
|
If provided, filters the results to the set of database versions which are supported for Upgrade.
|
24253
24257
|
|
@@ -24267,7 +24271,7 @@ class DatabaseClient(object):
|
|
24267
24271
|
:rtype: :class:`~oci.response.Response`
|
24268
24272
|
|
24269
24273
|
:example:
|
24270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
24271
24275
|
"""
|
24272
24276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24273
24277
|
required_arguments = ['compartmentId']
|
@@ -24288,6 +24292,7 @@ class DatabaseClient(object):
|
|
24288
24292
|
"display_name",
|
24289
24293
|
"image_type",
|
24290
24294
|
"image_shape_family",
|
24295
|
+
"patch_set_greater_than_or_equal_to",
|
24291
24296
|
"is_upgrade_supported"
|
24292
24297
|
]
|
24293
24298
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
@@ -24296,7 +24301,7 @@ class DatabaseClient(object):
|
|
24296
24301
|
f"list_database_software_images got unknown kwargs: {extra_kwargs!r}")
|
24297
24302
|
|
24298
24303
|
if 'sort_by' in kwargs:
|
24299
|
-
sort_by_allowed_values = ["TIMECREATED", "DISPLAYNAME"]
|
24304
|
+
sort_by_allowed_values = ["TIMECREATED", "DISPLAYNAME", "PATCHSET"]
|
24300
24305
|
if kwargs['sort_by'] not in sort_by_allowed_values:
|
24301
24306
|
raise ValueError(
|
24302
24307
|
f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
|
@@ -24340,6 +24345,7 @@ class DatabaseClient(object):
|
|
24340
24345
|
"displayName": kwargs.get("display_name", missing),
|
24341
24346
|
"imageType": kwargs.get("image_type", missing),
|
24342
24347
|
"imageShapeFamily": kwargs.get("image_shape_family", missing),
|
24348
|
+
"patchSetGreaterThanOrEqualTo": kwargs.get("patch_set_greater_than_or_equal_to", missing),
|
24343
24349
|
"isUpgradeSupported": kwargs.get("is_upgrade_supported", missing)
|
24344
24350
|
}
|
24345
24351
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
@@ -24436,7 +24442,7 @@ class DatabaseClient(object):
|
|
24436
24442
|
:rtype: :class:`~oci.response.Response`
|
24437
24443
|
|
24438
24444
|
:example:
|
24439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
24440
24446
|
"""
|
24441
24447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24442
24448
|
required_arguments = ['databaseId']
|
@@ -24611,7 +24617,7 @@ class DatabaseClient(object):
|
|
24611
24617
|
:rtype: :class:`~oci.response.Response`
|
24612
24618
|
|
24613
24619
|
:example:
|
24614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
24615
24621
|
"""
|
24616
24622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24617
24623
|
required_arguments = ['compartmentId']
|
@@ -24741,7 +24747,7 @@ class DatabaseClient(object):
|
|
24741
24747
|
:rtype: :class:`~oci.response.Response`
|
24742
24748
|
|
24743
24749
|
:example:
|
24744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
24745
24751
|
"""
|
24746
24752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24747
24753
|
required_arguments = ['dbHomeId']
|
@@ -24849,7 +24855,7 @@ class DatabaseClient(object):
|
|
24849
24855
|
:rtype: :class:`~oci.response.Response`
|
24850
24856
|
|
24851
24857
|
:example:
|
24852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
24853
24859
|
"""
|
24854
24860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24855
24861
|
required_arguments = ['dbHomeId']
|
@@ -24993,7 +24999,7 @@ class DatabaseClient(object):
|
|
24993
24999
|
:rtype: :class:`~oci.response.Response`
|
24994
25000
|
|
24995
25001
|
:example:
|
24996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
24997
25003
|
"""
|
24998
25004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24999
25005
|
required_arguments = ['compartmentId']
|
@@ -25157,7 +25163,7 @@ class DatabaseClient(object):
|
|
25157
25163
|
:rtype: :class:`~oci.response.Response`
|
25158
25164
|
|
25159
25165
|
:example:
|
25160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
25161
25167
|
"""
|
25162
25168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25163
25169
|
required_arguments = ['compartmentId']
|
@@ -25313,7 +25319,7 @@ class DatabaseClient(object):
|
|
25313
25319
|
:rtype: :class:`~oci.response.Response`
|
25314
25320
|
|
25315
25321
|
:example:
|
25316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
25317
25323
|
"""
|
25318
25324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25319
25325
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -25438,7 +25444,7 @@ class DatabaseClient(object):
|
|
25438
25444
|
:rtype: :class:`~oci.response.Response`
|
25439
25445
|
|
25440
25446
|
:example:
|
25441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
25442
25448
|
"""
|
25443
25449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25444
25450
|
required_arguments = []
|
@@ -25535,7 +25541,7 @@ class DatabaseClient(object):
|
|
25535
25541
|
:rtype: :class:`~oci.response.Response`
|
25536
25542
|
|
25537
25543
|
:example:
|
25538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
25539
25545
|
"""
|
25540
25546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25541
25547
|
required_arguments = ['dbSystemId']
|
@@ -25643,7 +25649,7 @@ class DatabaseClient(object):
|
|
25643
25649
|
:rtype: :class:`~oci.response.Response`
|
25644
25650
|
|
25645
25651
|
:example:
|
25646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
25647
25653
|
"""
|
25648
25654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25649
25655
|
required_arguments = ['dbSystemId']
|
@@ -25754,7 +25760,7 @@ class DatabaseClient(object):
|
|
25754
25760
|
:rtype: :class:`~oci.response.Response`
|
25755
25761
|
|
25756
25762
|
:example:
|
25757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
25758
25764
|
"""
|
25759
25765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25760
25766
|
required_arguments = ['compartmentId']
|
@@ -25855,7 +25861,7 @@ class DatabaseClient(object):
|
|
25855
25861
|
:rtype: :class:`~oci.response.Response`
|
25856
25862
|
|
25857
25863
|
:example:
|
25858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
25859
25865
|
"""
|
25860
25866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25861
25867
|
required_arguments = ['storageManagement']
|
@@ -25982,7 +25988,7 @@ class DatabaseClient(object):
|
|
25982
25988
|
:rtype: :class:`~oci.response.Response`
|
25983
25989
|
|
25984
25990
|
:example:
|
25985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
25986
25992
|
"""
|
25987
25993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25988
25994
|
required_arguments = ['dbSystemId']
|
@@ -26164,7 +26170,7 @@ class DatabaseClient(object):
|
|
26164
26170
|
:rtype: :class:`~oci.response.Response`
|
26165
26171
|
|
26166
26172
|
:example:
|
26167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
26168
26174
|
"""
|
26169
26175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26170
26176
|
required_arguments = ['compartmentId']
|
@@ -26315,7 +26321,7 @@ class DatabaseClient(object):
|
|
26315
26321
|
:rtype: :class:`~oci.response.Response`
|
26316
26322
|
|
26317
26323
|
:example:
|
26318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
26319
26325
|
"""
|
26320
26326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26321
26327
|
required_arguments = ['compartmentId']
|
@@ -26456,7 +26462,7 @@ class DatabaseClient(object):
|
|
26456
26462
|
:rtype: :class:`~oci.response.Response`
|
26457
26463
|
|
26458
26464
|
:example:
|
26459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
26460
26466
|
"""
|
26461
26467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26462
26468
|
required_arguments = ['compartmentId']
|
@@ -26619,7 +26625,7 @@ class DatabaseClient(object):
|
|
26619
26625
|
:rtype: :class:`~oci.response.Response`
|
26620
26626
|
|
26621
26627
|
:example:
|
26622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
26623
26629
|
"""
|
26624
26630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26625
26631
|
required_arguments = ['compartmentId']
|
@@ -26777,7 +26783,7 @@ class DatabaseClient(object):
|
|
26777
26783
|
:rtype: :class:`~oci.response.Response`
|
26778
26784
|
|
26779
26785
|
:example:
|
26780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
26781
26787
|
"""
|
26782
26788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26783
26789
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -26931,7 +26937,7 @@ class DatabaseClient(object):
|
|
26931
26937
|
:rtype: :class:`~oci.response.Response`
|
26932
26938
|
|
26933
26939
|
:example:
|
26934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
26935
26941
|
"""
|
26936
26942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26937
26943
|
required_arguments = ['compartmentId']
|
@@ -27090,7 +27096,7 @@ class DatabaseClient(object):
|
|
27090
27096
|
:rtype: :class:`~oci.response.Response`
|
27091
27097
|
|
27092
27098
|
:example:
|
27093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
27094
27100
|
"""
|
27095
27101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27096
27102
|
required_arguments = ['compartmentId']
|
@@ -27234,7 +27240,7 @@ class DatabaseClient(object):
|
|
27234
27240
|
:rtype: :class:`~oci.response.Response`
|
27235
27241
|
|
27236
27242
|
:example:
|
27237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
27238
27244
|
"""
|
27239
27245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27240
27246
|
required_arguments = ['compartmentId']
|
@@ -27321,7 +27327,7 @@ class DatabaseClient(object):
|
|
27321
27327
|
|
27322
27328
|
def list_gi_versions(self, compartment_id, **kwargs):
|
27323
27329
|
"""
|
27324
|
-
Gets a list of supported GI versions
|
27330
|
+
Gets a list of supported GI versions.
|
27325
27331
|
|
27326
27332
|
|
27327
27333
|
:param str compartment_id: (required)
|
@@ -27359,7 +27365,7 @@ class DatabaseClient(object):
|
|
27359
27365
|
:rtype: :class:`~oci.response.Response`
|
27360
27366
|
|
27361
27367
|
:example:
|
27362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
27363
27369
|
"""
|
27364
27370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27365
27371
|
required_arguments = ['compartmentId']
|
@@ -27470,7 +27476,7 @@ class DatabaseClient(object):
|
|
27470
27476
|
:rtype: :class:`~oci.response.Response`
|
27471
27477
|
|
27472
27478
|
:example:
|
27473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
27474
27480
|
"""
|
27475
27481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27476
27482
|
required_arguments = ['compartmentId']
|
@@ -27608,7 +27614,7 @@ class DatabaseClient(object):
|
|
27608
27614
|
:rtype: :class:`~oci.response.Response`
|
27609
27615
|
|
27610
27616
|
:example:
|
27611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
27612
27618
|
"""
|
27613
27619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27614
27620
|
required_arguments = ['compartmentId']
|
@@ -27801,7 +27807,7 @@ class DatabaseClient(object):
|
|
27801
27807
|
:rtype: :class:`~oci.response.Response`
|
27802
27808
|
|
27803
27809
|
:example:
|
27804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
27805
27811
|
"""
|
27806
27812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27807
27813
|
required_arguments = ['compartmentId']
|
@@ -27977,7 +27983,7 @@ class DatabaseClient(object):
|
|
27977
27983
|
:rtype: :class:`~oci.response.Response`
|
27978
27984
|
|
27979
27985
|
:example:
|
27980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27986
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
27981
27987
|
"""
|
27982
27988
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27983
27989
|
required_arguments = ['compartmentId']
|
@@ -28129,7 +28135,7 @@ class DatabaseClient(object):
|
|
28129
28135
|
:rtype: :class:`~oci.response.Response`
|
28130
28136
|
|
28131
28137
|
:example:
|
28132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
28133
28139
|
"""
|
28134
28140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28135
28141
|
required_arguments = ['databaseId']
|
@@ -28299,7 +28305,7 @@ class DatabaseClient(object):
|
|
28299
28305
|
:rtype: :class:`~oci.response.Response`
|
28300
28306
|
|
28301
28307
|
:example:
|
28302
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28308
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
28303
28309
|
"""
|
28304
28310
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28305
28311
|
required_arguments = []
|
@@ -28442,7 +28448,7 @@ class DatabaseClient(object):
|
|
28442
28448
|
:rtype: :class:`~oci.response.Response`
|
28443
28449
|
|
28444
28450
|
:example:
|
28445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
28446
28452
|
"""
|
28447
28453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28448
28454
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -28579,7 +28585,7 @@ class DatabaseClient(object):
|
|
28579
28585
|
:rtype: :class:`~oci.response.Response`
|
28580
28586
|
|
28581
28587
|
:example:
|
28582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
28583
28589
|
"""
|
28584
28590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28585
28591
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -28720,7 +28726,7 @@ class DatabaseClient(object):
|
|
28720
28726
|
:rtype: :class:`~oci.response.Response`
|
28721
28727
|
|
28722
28728
|
:example:
|
28723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
28724
28730
|
"""
|
28725
28731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28726
28732
|
required_arguments = ['vmClusterId']
|
@@ -28828,7 +28834,7 @@ class DatabaseClient(object):
|
|
28828
28834
|
:rtype: :class:`~oci.response.Response`
|
28829
28835
|
|
28830
28836
|
:example:
|
28831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
28832
28838
|
"""
|
28833
28839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28834
28840
|
required_arguments = ['vmClusterId']
|
@@ -28949,7 +28955,7 @@ class DatabaseClient(object):
|
|
28949
28955
|
:rtype: :class:`~oci.response.Response`
|
28950
28956
|
|
28951
28957
|
:example:
|
28952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
28953
28959
|
"""
|
28954
28960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28955
28961
|
required_arguments = ['vmClusterId']
|
@@ -29091,7 +29097,7 @@ class DatabaseClient(object):
|
|
29091
29097
|
:rtype: :class:`~oci.response.Response`
|
29092
29098
|
|
29093
29099
|
:example:
|
29094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
29095
29101
|
"""
|
29096
29102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29097
29103
|
required_arguments = ['vmClusterId']
|
@@ -29245,7 +29251,7 @@ class DatabaseClient(object):
|
|
29245
29251
|
:rtype: :class:`~oci.response.Response`
|
29246
29252
|
|
29247
29253
|
:example:
|
29248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
29249
29255
|
"""
|
29250
29256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29251
29257
|
required_arguments = ['compartmentId']
|
@@ -29389,7 +29395,7 @@ class DatabaseClient(object):
|
|
29389
29395
|
:rtype: :class:`~oci.response.Response`
|
29390
29396
|
|
29391
29397
|
:example:
|
29392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
29393
29399
|
"""
|
29394
29400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29395
29401
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29509,7 +29515,7 @@ class DatabaseClient(object):
|
|
29509
29515
|
:rtype: :class:`~oci.response.Response`
|
29510
29516
|
|
29511
29517
|
:example:
|
29512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
29513
29519
|
"""
|
29514
29520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29515
29521
|
required_arguments = ['dbSystemId']
|
@@ -29629,7 +29635,7 @@ class DatabaseClient(object):
|
|
29629
29635
|
:rtype: :class:`~oci.response.Response`
|
29630
29636
|
|
29631
29637
|
:example:
|
29632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
29633
29639
|
"""
|
29634
29640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29635
29641
|
required_arguments = ['databaseId']
|
@@ -29749,7 +29755,7 @@ class DatabaseClient(object):
|
|
29749
29755
|
:rtype: :class:`~oci.response.Response`
|
29750
29756
|
|
29751
29757
|
:example:
|
29752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
29753
29759
|
"""
|
29754
29760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29755
29761
|
required_arguments = ['databaseId']
|
@@ -29869,7 +29875,7 @@ class DatabaseClient(object):
|
|
29869
29875
|
:rtype: :class:`~oci.response.Response`
|
29870
29876
|
|
29871
29877
|
:example:
|
29872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
29873
29879
|
"""
|
29874
29880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29875
29881
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29986,7 +29992,7 @@ class DatabaseClient(object):
|
|
29986
29992
|
:rtype: :class:`~oci.response.Response`
|
29987
29993
|
|
29988
29994
|
:example:
|
29989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
29990
29996
|
"""
|
29991
29997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29992
29998
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30092,7 +30098,7 @@ class DatabaseClient(object):
|
|
30092
30098
|
:rtype: :class:`~oci.response.Response`
|
30093
30099
|
|
30094
30100
|
:example:
|
30095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
30096
30102
|
"""
|
30097
30103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30098
30104
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30198,7 +30204,7 @@ class DatabaseClient(object):
|
|
30198
30204
|
:rtype: :class:`~oci.response.Response`
|
30199
30205
|
|
30200
30206
|
:example:
|
30201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
30202
30208
|
"""
|
30203
30209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30204
30210
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -30307,7 +30313,7 @@ class DatabaseClient(object):
|
|
30307
30313
|
:rtype: :class:`~oci.response.Response`
|
30308
30314
|
|
30309
30315
|
:example:
|
30310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
30311
30317
|
"""
|
30312
30318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30313
30319
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -30425,7 +30431,7 @@ class DatabaseClient(object):
|
|
30425
30431
|
:rtype: :class:`~oci.response.Response`
|
30426
30432
|
|
30427
30433
|
:example:
|
30428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
30429
30435
|
"""
|
30430
30436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30431
30437
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30545,7 +30551,7 @@ class DatabaseClient(object):
|
|
30545
30551
|
:rtype: :class:`~oci.response.Response`
|
30546
30552
|
|
30547
30553
|
:example:
|
30548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
|
30549
30555
|
"""
|
30550
30556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30551
30557
|
required_arguments = ['cloudVmClusterId']
|
@@ -30665,7 +30671,7 @@ class DatabaseClient(object):
|
|
30665
30671
|
:rtype: :class:`~oci.response.Response`
|
30666
30672
|
|
30667
30673
|
:example:
|
30668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
30669
30675
|
"""
|
30670
30676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30671
30677
|
required_arguments = ['vmClusterId']
|
@@ -30791,7 +30797,7 @@ class DatabaseClient(object):
|
|
30791
30797
|
:rtype: :class:`~oci.response.Response`
|
30792
30798
|
|
30793
30799
|
:example:
|
30794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
30795
30801
|
"""
|
30796
30802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30797
30803
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -30910,7 +30916,7 @@ class DatabaseClient(object):
|
|
30910
30916
|
:rtype: :class:`~oci.response.Response`
|
30911
30917
|
|
30912
30918
|
:example:
|
30913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
30914
30920
|
"""
|
30915
30921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30916
30922
|
required_arguments = []
|
@@ -31016,7 +31022,7 @@ class DatabaseClient(object):
|
|
31016
31022
|
:rtype: :class:`~oci.response.Response`
|
31017
31023
|
|
31018
31024
|
:example:
|
31019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
31020
31026
|
"""
|
31021
31027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31022
31028
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -31118,7 +31124,7 @@ class DatabaseClient(object):
|
|
31118
31124
|
:rtype: :class:`~oci.response.Response`
|
31119
31125
|
|
31120
31126
|
:example:
|
31121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
31122
31128
|
"""
|
31123
31129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31124
31130
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31221,7 +31227,7 @@ class DatabaseClient(object):
|
|
31221
31227
|
:rtype: :class:`~oci.response.Response`
|
31222
31228
|
|
31223
31229
|
:example:
|
31224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
31225
31231
|
"""
|
31226
31232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31227
31233
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31326,7 +31332,7 @@ class DatabaseClient(object):
|
|
31326
31332
|
:rtype: :class:`~oci.response.Response`
|
31327
31333
|
|
31328
31334
|
:example:
|
31329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
31330
31336
|
"""
|
31331
31337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31332
31338
|
required_arguments = ['databaseId']
|
@@ -31440,7 +31446,7 @@ class DatabaseClient(object):
|
|
31440
31446
|
:rtype: :class:`~oci.response.Response`
|
31441
31447
|
|
31442
31448
|
:example:
|
31443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
31444
31450
|
"""
|
31445
31451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31446
31452
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -31557,7 +31563,7 @@ class DatabaseClient(object):
|
|
31557
31563
|
:rtype: :class:`~oci.response.Response`
|
31558
31564
|
|
31559
31565
|
:example:
|
31560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
31561
31567
|
"""
|
31562
31568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31563
31569
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31675,7 +31681,7 @@ class DatabaseClient(object):
|
|
31675
31681
|
:rtype: :class:`~oci.response.Response`
|
31676
31682
|
|
31677
31683
|
:example:
|
31678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
31679
31685
|
"""
|
31680
31686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31681
31687
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31793,7 +31799,7 @@ class DatabaseClient(object):
|
|
31793
31799
|
:rtype: :class:`~oci.response.Response`
|
31794
31800
|
|
31795
31801
|
:example:
|
31796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
31797
31803
|
"""
|
31798
31804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31799
31805
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31911,7 +31917,7 @@ class DatabaseClient(object):
|
|
31911
31917
|
:rtype: :class:`~oci.response.Response`
|
31912
31918
|
|
31913
31919
|
:example:
|
31914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
|
31915
31921
|
"""
|
31916
31922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31917
31923
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -32030,7 +32036,7 @@ class DatabaseClient(object):
|
|
32030
32036
|
:rtype: :class:`~oci.response.Response`
|
32031
32037
|
|
32032
32038
|
:example:
|
32033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
|
32034
32040
|
"""
|
32035
32041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32036
32042
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -32146,7 +32152,7 @@ class DatabaseClient(object):
|
|
32146
32152
|
:rtype: :class:`~oci.response.Response`
|
32147
32153
|
|
32148
32154
|
:example:
|
32149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
32150
32156
|
"""
|
32151
32157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32152
32158
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -32259,7 +32265,7 @@ class DatabaseClient(object):
|
|
32259
32265
|
:rtype: :class:`~oci.response.Response`
|
32260
32266
|
|
32261
32267
|
:example:
|
32262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
32263
32269
|
"""
|
32264
32270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32265
32271
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32372,7 +32378,7 @@ class DatabaseClient(object):
|
|
32372
32378
|
:rtype: :class:`~oci.response.Response`
|
32373
32379
|
|
32374
32380
|
:example:
|
32375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
32376
32382
|
"""
|
32377
32383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32378
32384
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -32487,7 +32493,7 @@ class DatabaseClient(object):
|
|
32487
32493
|
:rtype: :class:`~oci.response.Response`
|
32488
32494
|
|
32489
32495
|
:example:
|
32490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
32491
32497
|
"""
|
32492
32498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32493
32499
|
required_arguments = ['databaseId']
|
@@ -32590,7 +32596,7 @@ class DatabaseClient(object):
|
|
32590
32596
|
:rtype: :class:`~oci.response.Response`
|
32591
32597
|
|
32592
32598
|
:example:
|
32593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
32594
32600
|
"""
|
32595
32601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32596
32602
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32702,7 +32708,7 @@ class DatabaseClient(object):
|
|
32702
32708
|
:rtype: :class:`~oci.response.Response`
|
32703
32709
|
|
32704
32710
|
:example:
|
32705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
32706
32712
|
"""
|
32707
32713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32708
32714
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -32810,7 +32816,7 @@ class DatabaseClient(object):
|
|
32810
32816
|
:rtype: :class:`~oci.response.Response`
|
32811
32817
|
|
32812
32818
|
:example:
|
32813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
32814
32820
|
"""
|
32815
32821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32816
32822
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32910,7 +32916,7 @@ class DatabaseClient(object):
|
|
32910
32916
|
:rtype: :class:`~oci.response.Response`
|
32911
32917
|
|
32912
32918
|
:example:
|
32913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
32914
32920
|
"""
|
32915
32921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32916
32922
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33020,7 +33026,7 @@ class DatabaseClient(object):
|
|
33020
33026
|
:rtype: :class:`~oci.response.Response`
|
33021
33027
|
|
33022
33028
|
:example:
|
33023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
33024
33030
|
"""
|
33025
33031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33026
33032
|
required_arguments = ['pluggableDatabaseId']
|
@@ -33128,7 +33134,7 @@ class DatabaseClient(object):
|
|
33128
33134
|
:rtype: :class:`~oci.response.Response`
|
33129
33135
|
|
33130
33136
|
:example:
|
33131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
33132
33138
|
"""
|
33133
33139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33134
33140
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33240,7 +33246,7 @@ class DatabaseClient(object):
|
|
33240
33246
|
:rtype: :class:`~oci.response.Response`
|
33241
33247
|
|
33242
33248
|
:example:
|
33243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
33244
33250
|
"""
|
33245
33251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33246
33252
|
required_arguments = ['pluggableDatabaseId']
|
@@ -33352,7 +33358,7 @@ class DatabaseClient(object):
|
|
33352
33358
|
:rtype: :class:`~oci.response.Response`
|
33353
33359
|
|
33354
33360
|
:example:
|
33355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
33356
33362
|
"""
|
33357
33363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33358
33364
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -33471,7 +33477,7 @@ class DatabaseClient(object):
|
|
33471
33477
|
:rtype: :class:`~oci.response.Response`
|
33472
33478
|
|
33473
33479
|
:example:
|
33474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
33475
33481
|
"""
|
33476
33482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33477
33483
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33595,7 +33601,7 @@ class DatabaseClient(object):
|
|
33595
33601
|
:rtype: :class:`~oci.response.Response`
|
33596
33602
|
|
33597
33603
|
:example:
|
33598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
33599
33605
|
"""
|
33600
33606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33601
33607
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -33698,7 +33704,7 @@ class DatabaseClient(object):
|
|
33698
33704
|
:rtype: :class:`~oci.response.Response`
|
33699
33705
|
|
33700
33706
|
:example:
|
33701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
33702
33708
|
"""
|
33703
33709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33704
33710
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33796,7 +33802,7 @@ class DatabaseClient(object):
|
|
33796
33802
|
:rtype: :class:`~oci.response.Response`
|
33797
33803
|
|
33798
33804
|
:example:
|
33799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
33800
33806
|
"""
|
33801
33807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33802
33808
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -33901,7 +33907,7 @@ class DatabaseClient(object):
|
|
33901
33907
|
:rtype: :class:`~oci.response.Response`
|
33902
33908
|
|
33903
33909
|
:example:
|
33904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
33905
33911
|
"""
|
33906
33912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33907
33913
|
required_arguments = ['dbSystemId']
|
@@ -34002,7 +34008,7 @@ class DatabaseClient(object):
|
|
34002
34008
|
:rtype: :class:`~oci.response.Response`
|
34003
34009
|
|
34004
34010
|
:example:
|
34005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
34006
34012
|
"""
|
34007
34013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34008
34014
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -34115,7 +34121,7 @@ class DatabaseClient(object):
|
|
34115
34121
|
:rtype: :class:`~oci.response.Response`
|
34116
34122
|
|
34117
34123
|
:example:
|
34118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
34119
34125
|
"""
|
34120
34126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34121
34127
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -34226,7 +34232,7 @@ class DatabaseClient(object):
|
|
34226
34232
|
:rtype: :class:`~oci.response.Response`
|
34227
34233
|
|
34228
34234
|
:example:
|
34229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
34230
34236
|
"""
|
34231
34237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34232
34238
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34336,7 +34342,7 @@ class DatabaseClient(object):
|
|
34336
34342
|
:rtype: :class:`~oci.response.Response`
|
34337
34343
|
|
34338
34344
|
:example:
|
34339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
34340
34346
|
"""
|
34341
34347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34342
34348
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -34436,7 +34442,7 @@ class DatabaseClient(object):
|
|
34436
34442
|
:rtype: :class:`~oci.response.Response`
|
34437
34443
|
|
34438
34444
|
:example:
|
34439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
34440
34446
|
"""
|
34441
34447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34442
34448
|
required_arguments = []
|
@@ -34530,7 +34536,7 @@ class DatabaseClient(object):
|
|
34530
34536
|
:rtype: :class:`~oci.response.Response`
|
34531
34537
|
|
34532
34538
|
:example:
|
34533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
34534
34540
|
"""
|
34535
34541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34536
34542
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -34635,7 +34641,7 @@ class DatabaseClient(object):
|
|
34635
34641
|
:rtype: :class:`~oci.response.Response`
|
34636
34642
|
|
34637
34643
|
:example:
|
34638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
34639
34645
|
"""
|
34640
34646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34641
34647
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34738,7 +34744,7 @@ class DatabaseClient(object):
|
|
34738
34744
|
:rtype: :class:`~oci.response.Response`
|
34739
34745
|
|
34740
34746
|
:example:
|
34741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
34742
34748
|
"""
|
34743
34749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34744
34750
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34846,7 +34852,7 @@ class DatabaseClient(object):
|
|
34846
34852
|
:rtype: :class:`~oci.response.Response`
|
34847
34853
|
|
34848
34854
|
:example:
|
34849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
34850
34856
|
"""
|
34851
34857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34852
34858
|
required_arguments = ['autonomousVmClusterId']
|
@@ -34959,7 +34965,7 @@ class DatabaseClient(object):
|
|
34959
34965
|
:rtype: :class:`~oci.response.Response`
|
34960
34966
|
|
34961
34967
|
:example:
|
34962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
34963
34969
|
"""
|
34964
34970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34965
34971
|
required_arguments = ['backupDestinationId']
|
@@ -35069,7 +35075,7 @@ class DatabaseClient(object):
|
|
35069
35075
|
:rtype: :class:`~oci.response.Response`
|
35070
35076
|
|
35071
35077
|
:example:
|
35072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
35073
35079
|
"""
|
35074
35080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35075
35081
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -35179,7 +35185,7 @@ class DatabaseClient(object):
|
|
35179
35185
|
:rtype: :class:`~oci.response.Response`
|
35180
35186
|
|
35181
35187
|
:example:
|
35182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
35183
35189
|
"""
|
35184
35190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35185
35191
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -35289,7 +35295,7 @@ class DatabaseClient(object):
|
|
35289
35295
|
:rtype: :class:`~oci.response.Response`
|
35290
35296
|
|
35291
35297
|
:example:
|
35292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
35293
35299
|
"""
|
35294
35300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35295
35301
|
required_arguments = ['cloudVmClusterId']
|
@@ -35399,7 +35405,7 @@ class DatabaseClient(object):
|
|
35399
35405
|
:rtype: :class:`~oci.response.Response`
|
35400
35406
|
|
35401
35407
|
:example:
|
35402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
35403
35409
|
"""
|
35404
35410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35405
35411
|
required_arguments = ['cloudVmClusterId']
|
@@ -35512,7 +35518,7 @@ class DatabaseClient(object):
|
|
35512
35518
|
:rtype: :class:`~oci.response.Response`
|
35513
35519
|
|
35514
35520
|
:example:
|
35515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
35516
35522
|
"""
|
35517
35523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35518
35524
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -35626,7 +35632,7 @@ class DatabaseClient(object):
|
|
35626
35632
|
:rtype: :class:`~oci.response.Response`
|
35627
35633
|
|
35628
35634
|
:example:
|
35629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
35630
35636
|
"""
|
35631
35637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35632
35638
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -35742,7 +35748,7 @@ class DatabaseClient(object):
|
|
35742
35748
|
:rtype: :class:`~oci.response.Response`
|
35743
35749
|
|
35744
35750
|
:example:
|
35745
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
35746
35752
|
"""
|
35747
35753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35748
35754
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -35850,7 +35856,7 @@ class DatabaseClient(object):
|
|
35850
35856
|
:rtype: :class:`~oci.response.Response`
|
35851
35857
|
|
35852
35858
|
:example:
|
35853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
35854
35860
|
"""
|
35855
35861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35856
35862
|
required_arguments = ['databaseId']
|
@@ -35955,7 +35961,7 @@ class DatabaseClient(object):
|
|
35955
35961
|
:rtype: :class:`~oci.response.Response`
|
35956
35962
|
|
35957
35963
|
:example:
|
35958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
35959
35965
|
"""
|
35960
35966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35961
35967
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -36060,7 +36066,7 @@ class DatabaseClient(object):
|
|
36060
36066
|
:rtype: :class:`~oci.response.Response`
|
36061
36067
|
|
36062
36068
|
:example:
|
36063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
36064
36070
|
"""
|
36065
36071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36066
36072
|
required_arguments = ['dbHomeId']
|
@@ -36168,7 +36174,7 @@ class DatabaseClient(object):
|
|
36168
36174
|
:rtype: :class:`~oci.response.Response`
|
36169
36175
|
|
36170
36176
|
:example:
|
36171
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
36172
36178
|
"""
|
36173
36179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36174
36180
|
required_arguments = ['dbNodeId']
|
@@ -36282,7 +36288,7 @@ class DatabaseClient(object):
|
|
36282
36288
|
:rtype: :class:`~oci.response.Response`
|
36283
36289
|
|
36284
36290
|
:example:
|
36285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
36286
36292
|
"""
|
36287
36293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36288
36294
|
required_arguments = ['dbSystemId']
|
@@ -36391,7 +36397,7 @@ class DatabaseClient(object):
|
|
36391
36397
|
:rtype: :class:`~oci.response.Response`
|
36392
36398
|
|
36393
36399
|
:example:
|
36394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
36395
36401
|
"""
|
36396
36402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36397
36403
|
required_arguments = ['exadataInfrastructureId']
|
@@ -36511,7 +36517,7 @@ class DatabaseClient(object):
|
|
36511
36517
|
:rtype: :class:`~oci.response.Response`
|
36512
36518
|
|
36513
36519
|
:example:
|
36514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
36515
36521
|
"""
|
36516
36522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36517
36523
|
required_arguments = ['dbSystemId']
|
@@ -36624,7 +36630,7 @@ class DatabaseClient(object):
|
|
36624
36630
|
:rtype: :class:`~oci.response.Response`
|
36625
36631
|
|
36626
36632
|
:example:
|
36627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
36628
36634
|
"""
|
36629
36635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36630
36636
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -36735,7 +36741,7 @@ class DatabaseClient(object):
|
|
36735
36741
|
:rtype: :class:`~oci.response.Response`
|
36736
36742
|
|
36737
36743
|
:example:
|
36738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
36739
36745
|
"""
|
36740
36746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36741
36747
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -36845,7 +36851,7 @@ class DatabaseClient(object):
|
|
36845
36851
|
:rtype: :class:`~oci.response.Response`
|
36846
36852
|
|
36847
36853
|
:example:
|
36848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
36849
36855
|
"""
|
36850
36856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36851
36857
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -36957,7 +36963,7 @@ class DatabaseClient(object):
|
|
36957
36963
|
:rtype: :class:`~oci.response.Response`
|
36958
36964
|
|
36959
36965
|
:example:
|
36960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
36961
36967
|
"""
|
36962
36968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36963
36969
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -37032,7 +37038,7 @@ class DatabaseClient(object):
|
|
37032
37038
|
|
37033
37039
|
def update_key_store(self, key_store_id, update_key_store_details, **kwargs):
|
37034
37040
|
"""
|
37035
|
-
|
37041
|
+
Edit the key store.
|
37036
37042
|
|
37037
37043
|
|
37038
37044
|
:param str key_store_id: (required)
|
@@ -37067,7 +37073,7 @@ class DatabaseClient(object):
|
|
37067
37073
|
:rtype: :class:`~oci.response.Response`
|
37068
37074
|
|
37069
37075
|
:example:
|
37070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
37071
37077
|
"""
|
37072
37078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37073
37079
|
required_arguments = ['keyStoreId']
|
@@ -37172,7 +37178,7 @@ class DatabaseClient(object):
|
|
37172
37178
|
:rtype: :class:`~oci.response.Response`
|
37173
37179
|
|
37174
37180
|
:example:
|
37175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
37176
37182
|
"""
|
37177
37183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37178
37184
|
required_arguments = ['maintenanceRunId']
|
@@ -37280,7 +37286,7 @@ class DatabaseClient(object):
|
|
37280
37286
|
:rtype: :class:`~oci.response.Response`
|
37281
37287
|
|
37282
37288
|
:example:
|
37283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
37284
37290
|
"""
|
37285
37291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37286
37292
|
required_arguments = ['oneoffPatchId']
|
@@ -37387,7 +37393,7 @@ class DatabaseClient(object):
|
|
37387
37393
|
:rtype: :class:`~oci.response.Response`
|
37388
37394
|
|
37389
37395
|
:example:
|
37390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
37391
37397
|
"""
|
37392
37398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37393
37399
|
required_arguments = ['pluggableDatabaseId']
|
@@ -37495,7 +37501,7 @@ class DatabaseClient(object):
|
|
37495
37501
|
:rtype: :class:`~oci.response.Response`
|
37496
37502
|
|
37497
37503
|
:example:
|
37498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
37499
37505
|
"""
|
37500
37506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37501
37507
|
required_arguments = ['vmClusterId']
|
@@ -37611,7 +37617,7 @@ class DatabaseClient(object):
|
|
37611
37617
|
:rtype: :class:`~oci.response.Response`
|
37612
37618
|
|
37613
37619
|
:example:
|
37614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
37615
37621
|
"""
|
37616
37622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37617
37623
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -37722,7 +37728,7 @@ class DatabaseClient(object):
|
|
37722
37728
|
:rtype: :class:`~oci.response.Response`
|
37723
37729
|
|
37724
37730
|
:example:
|
37725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
37726
37732
|
"""
|
37727
37733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37728
37734
|
required_arguments = ['databaseId']
|
@@ -37839,7 +37845,7 @@ class DatabaseClient(object):
|
|
37839
37845
|
:rtype: :class:`~oci.response.Response`
|
37840
37846
|
|
37841
37847
|
:example:
|
37842
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
37843
37849
|
"""
|
37844
37850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37845
37851
|
required_arguments = ['dbSystemId']
|
@@ -37956,7 +37962,7 @@ class DatabaseClient(object):
|
|
37956
37962
|
:rtype: :class:`~oci.response.Response`
|
37957
37963
|
|
37958
37964
|
:example:
|
37959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
37960
37966
|
"""
|
37961
37967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37962
37968
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|