oci 2.102.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- 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/announcement_subscription_client_composite_operations.py +9 -1
- 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 +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- 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/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- 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_job_client_composite_operations.py +9 -1
- 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 +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- 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/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- 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/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- 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/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- 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/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- 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 +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- 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/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- 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_catalog/service_catalog_client_composite_operations.py +9 -1
- 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 +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- 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 +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- 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/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- 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/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/RECORD +336 -332
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -150,7 +150,7 @@ class DatabaseClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = ['exadataInfrastructureId']
|
@@ -265,7 +265,7 @@ class DatabaseClient(object):
|
|
265
265
|
:rtype: :class:`~oci.response.Response`
|
266
266
|
|
267
267
|
:example:
|
268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
|
269
269
|
"""
|
270
270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
271
271
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -380,7 +380,7 @@ class DatabaseClient(object):
|
|
380
380
|
:rtype: :class:`~oci.response.Response`
|
381
381
|
|
382
382
|
:example:
|
383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
384
384
|
"""
|
385
385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
386
386
|
required_arguments = ['exadataInfrastructureId']
|
@@ -498,7 +498,7 @@ class DatabaseClient(object):
|
|
498
498
|
:rtype: :class:`~oci.response.Response`
|
499
499
|
|
500
500
|
:example:
|
501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
|
502
502
|
"""
|
503
503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
504
504
|
required_arguments = ['cloudVmClusterId']
|
@@ -618,7 +618,7 @@ class DatabaseClient(object):
|
|
618
618
|
:rtype: :class:`~oci.response.Response`
|
619
619
|
|
620
620
|
:example:
|
621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
|
622
622
|
"""
|
623
623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
624
624
|
required_arguments = ['vmClusterId']
|
@@ -738,7 +738,7 @@ class DatabaseClient(object):
|
|
738
738
|
:rtype: :class:`~oci.response.Response`
|
739
739
|
|
740
740
|
:example:
|
741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
742
742
|
"""
|
743
743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
744
744
|
required_arguments = ['autonomousDatabaseId']
|
@@ -855,7 +855,7 @@ class DatabaseClient(object):
|
|
855
855
|
:rtype: :class:`~oci.response.Response`
|
856
856
|
|
857
857
|
:example:
|
858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
859
859
|
"""
|
860
860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
861
861
|
required_arguments = ['backupId']
|
@@ -975,7 +975,7 @@ class DatabaseClient(object):
|
|
975
975
|
:rtype: :class:`~oci.response.Response`
|
976
976
|
|
977
977
|
:example:
|
978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
979
979
|
"""
|
980
980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
981
981
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1097,7 +1097,7 @@ class DatabaseClient(object):
|
|
1097
1097
|
:rtype: :class:`~oci.response.Response`
|
1098
1098
|
|
1099
1099
|
:example:
|
1100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1101
1101
|
"""
|
1102
1102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1103
1103
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1219,7 +1219,7 @@ class DatabaseClient(object):
|
|
1219
1219
|
:rtype: :class:`~oci.response.Response`
|
1220
1220
|
|
1221
1221
|
:example:
|
1222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1223
1223
|
"""
|
1224
1224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1225
1225
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1337,7 +1337,7 @@ class DatabaseClient(object):
|
|
1337
1337
|
:rtype: :class:`~oci.response.Response`
|
1338
1338
|
|
1339
1339
|
:example:
|
1340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1341
1341
|
"""
|
1342
1342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1343
1343
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1459,7 +1459,7 @@ class DatabaseClient(object):
|
|
1459
1459
|
:rtype: :class:`~oci.response.Response`
|
1460
1460
|
|
1461
1461
|
:example:
|
1462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1463
1463
|
"""
|
1464
1464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1465
1465
|
required_arguments = ['backupDestinationId']
|
@@ -1577,7 +1577,7 @@ class DatabaseClient(object):
|
|
1577
1577
|
:rtype: :class:`~oci.response.Response`
|
1578
1578
|
|
1579
1579
|
:example:
|
1580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
|
1581
1581
|
"""
|
1582
1582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1583
1583
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -1697,7 +1697,7 @@ class DatabaseClient(object):
|
|
1697
1697
|
:rtype: :class:`~oci.response.Response`
|
1698
1698
|
|
1699
1699
|
:example:
|
1700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
1701
1701
|
"""
|
1702
1702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1703
1703
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -1815,7 +1815,7 @@ class DatabaseClient(object):
|
|
1815
1815
|
:rtype: :class:`~oci.response.Response`
|
1816
1816
|
|
1817
1817
|
:example:
|
1818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
1819
1819
|
"""
|
1820
1820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1821
1821
|
required_arguments = ['cloudVmClusterId']
|
@@ -1937,7 +1937,7 @@ class DatabaseClient(object):
|
|
1937
1937
|
:rtype: :class:`~oci.response.Response`
|
1938
1938
|
|
1939
1939
|
:example:
|
1940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
1941
1941
|
"""
|
1942
1942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1943
1943
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2060,7 +2060,7 @@ class DatabaseClient(object):
|
|
2060
2060
|
:rtype: :class:`~oci.response.Response`
|
2061
2061
|
|
2062
2062
|
:example:
|
2063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2064
2064
|
"""
|
2065
2065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2066
2066
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2191,7 +2191,7 @@ class DatabaseClient(object):
|
|
2191
2191
|
:rtype: :class:`~oci.response.Response`
|
2192
2192
|
|
2193
2193
|
:example:
|
2194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2195
2195
|
"""
|
2196
2196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2197
2197
|
required_arguments = ['dbSystemId']
|
@@ -2302,7 +2302,7 @@ class DatabaseClient(object):
|
|
2302
2302
|
:rtype: :class:`~oci.response.Response`
|
2303
2303
|
|
2304
2304
|
:example:
|
2305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
2306
2306
|
"""
|
2307
2307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2308
2308
|
required_arguments = ['autonomousDatabaseId']
|
@@ -2420,7 +2420,7 @@ class DatabaseClient(object):
|
|
2420
2420
|
:rtype: :class:`~oci.response.Response`
|
2421
2421
|
|
2422
2422
|
:example:
|
2423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2423
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
2424
2424
|
"""
|
2425
2425
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2426
2426
|
required_arguments = ['exadataInfrastructureId']
|
@@ -2543,7 +2543,7 @@ class DatabaseClient(object):
|
|
2543
2543
|
:rtype: :class:`~oci.response.Response`
|
2544
2544
|
|
2545
2545
|
:example:
|
2546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
2547
2547
|
"""
|
2548
2548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2549
2549
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -2665,7 +2665,7 @@ class DatabaseClient(object):
|
|
2665
2665
|
:rtype: :class:`~oci.response.Response`
|
2666
2666
|
|
2667
2667
|
:example:
|
2668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
|
2669
2669
|
"""
|
2670
2670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2671
2671
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -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.
|
2793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_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 = ['externalPluggableDatabaseId']
|
@@ -2912,7 +2912,7 @@ class DatabaseClient(object):
|
|
2912
2912
|
:rtype: :class:`~oci.response.Response`
|
2913
2913
|
|
2914
2914
|
:example:
|
2915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
2916
2916
|
"""
|
2917
2917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2918
2918
|
required_arguments = ['keyStoreId']
|
@@ -3030,7 +3030,7 @@ class DatabaseClient(object):
|
|
3030
3030
|
:rtype: :class:`~oci.response.Response`
|
3031
3031
|
|
3032
3032
|
:example:
|
3033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
3034
3034
|
"""
|
3035
3035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3036
3036
|
required_arguments = ['oneoffPatchId']
|
@@ -3149,7 +3149,7 @@ class DatabaseClient(object):
|
|
3149
3149
|
:rtype: :class:`~oci.response.Response`
|
3150
3150
|
|
3151
3151
|
:example:
|
3152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
3153
3153
|
"""
|
3154
3154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3155
3155
|
required_arguments = ['vmClusterId']
|
@@ -3266,7 +3266,7 @@ class DatabaseClient(object):
|
|
3266
3266
|
:rtype: :class:`~oci.response.Response`
|
3267
3267
|
|
3268
3268
|
:example:
|
3269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
|
3270
3270
|
"""
|
3271
3271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3272
3272
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -3383,7 +3383,7 @@ class DatabaseClient(object):
|
|
3383
3383
|
:rtype: :class:`~oci.response.Response`
|
3384
3384
|
|
3385
3385
|
:example:
|
3386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
3387
3387
|
"""
|
3388
3388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3389
3389
|
required_arguments = ['backupId']
|
@@ -3505,7 +3505,7 @@ class DatabaseClient(object):
|
|
3505
3505
|
:rtype: :class:`~oci.response.Response`
|
3506
3506
|
|
3507
3507
|
:example:
|
3508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
3509
3509
|
"""
|
3510
3510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3511
3511
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3616,7 +3616,7 @@ class DatabaseClient(object):
|
|
3616
3616
|
:rtype: :class:`~oci.response.Response`
|
3617
3617
|
|
3618
3618
|
:example:
|
3619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
3620
3620
|
"""
|
3621
3621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3622
3622
|
required_arguments = ['databaseId']
|
@@ -3723,7 +3723,7 @@ class DatabaseClient(object):
|
|
3723
3723
|
:rtype: :class:`~oci.response.Response`
|
3724
3724
|
|
3725
3725
|
:example:
|
3726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
3727
3727
|
"""
|
3728
3728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3729
3729
|
required_arguments = []
|
@@ -3816,7 +3816,7 @@ class DatabaseClient(object):
|
|
3816
3816
|
:rtype: :class:`~oci.response.Response`
|
3817
3817
|
|
3818
3818
|
:example:
|
3819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
3820
3820
|
"""
|
3821
3821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3822
3822
|
required_arguments = []
|
@@ -3910,7 +3910,7 @@ class DatabaseClient(object):
|
|
3910
3910
|
:rtype: :class:`~oci.response.Response`
|
3911
3911
|
|
3912
3912
|
:example:
|
3913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
3914
3914
|
"""
|
3915
3915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3916
3916
|
required_arguments = []
|
@@ -4006,7 +4006,7 @@ class DatabaseClient(object):
|
|
4006
4006
|
:rtype: :class:`~oci.response.Response`
|
4007
4007
|
|
4008
4008
|
:example:
|
4009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
4010
4010
|
"""
|
4011
4011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4012
4012
|
required_arguments = []
|
@@ -4102,7 +4102,7 @@ class DatabaseClient(object):
|
|
4102
4102
|
:rtype: :class:`~oci.response.Response`
|
4103
4103
|
|
4104
4104
|
:example:
|
4105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
4106
4106
|
"""
|
4107
4107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4108
4108
|
required_arguments = []
|
@@ -4195,7 +4195,7 @@ class DatabaseClient(object):
|
|
4195
4195
|
:rtype: :class:`~oci.response.Response`
|
4196
4196
|
|
4197
4197
|
:example:
|
4198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
4199
4199
|
"""
|
4200
4200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4201
4201
|
required_arguments = []
|
@@ -4289,7 +4289,7 @@ class DatabaseClient(object):
|
|
4289
4289
|
:rtype: :class:`~oci.response.Response`
|
4290
4290
|
|
4291
4291
|
:example:
|
4292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
4293
4293
|
"""
|
4294
4294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4295
4295
|
required_arguments = []
|
@@ -4385,7 +4385,7 @@ class DatabaseClient(object):
|
|
4385
4385
|
:rtype: :class:`~oci.response.Response`
|
4386
4386
|
|
4387
4387
|
:example:
|
4388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
4389
4389
|
"""
|
4390
4390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4391
4391
|
required_arguments = []
|
@@ -4485,7 +4485,7 @@ class DatabaseClient(object):
|
|
4485
4485
|
:rtype: :class:`~oci.response.Response`
|
4486
4486
|
|
4487
4487
|
:example:
|
4488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
4489
4489
|
"""
|
4490
4490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4491
4491
|
required_arguments = []
|
@@ -4583,7 +4583,7 @@ class DatabaseClient(object):
|
|
4583
4583
|
:rtype: :class:`~oci.response.Response`
|
4584
4584
|
|
4585
4585
|
:example:
|
4586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
4587
4587
|
"""
|
4588
4588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4589
4589
|
required_arguments = []
|
@@ -4683,7 +4683,7 @@ class DatabaseClient(object):
|
|
4683
4683
|
:rtype: :class:`~oci.response.Response`
|
4684
4684
|
|
4685
4685
|
:example:
|
4686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
4687
4687
|
"""
|
4688
4688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4689
4689
|
required_arguments = ['dbNodeId']
|
@@ -4801,7 +4801,7 @@ class DatabaseClient(object):
|
|
4801
4801
|
:rtype: :class:`~oci.response.Response`
|
4802
4802
|
|
4803
4803
|
:example:
|
4804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
4805
4805
|
"""
|
4806
4806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4807
4807
|
required_arguments = ['databaseId']
|
@@ -4907,7 +4907,7 @@ class DatabaseClient(object):
|
|
4907
4907
|
:rtype: :class:`~oci.response.Response`
|
4908
4908
|
|
4909
4909
|
:example:
|
4910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
4911
4911
|
"""
|
4912
4912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4913
4913
|
required_arguments = []
|
@@ -5000,7 +5000,7 @@ class DatabaseClient(object):
|
|
5000
5000
|
:rtype: :class:`~oci.response.Response`
|
5001
5001
|
|
5002
5002
|
:example:
|
5003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
5004
5004
|
"""
|
5005
5005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5006
5006
|
required_arguments = []
|
@@ -5091,7 +5091,7 @@ class DatabaseClient(object):
|
|
5091
5091
|
:rtype: :class:`~oci.response.Response`
|
5092
5092
|
|
5093
5093
|
:example:
|
5094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
5095
5095
|
"""
|
5096
5096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5097
5097
|
required_arguments = []
|
@@ -5186,7 +5186,7 @@ class DatabaseClient(object):
|
|
5186
5186
|
:rtype: :class:`~oci.response.Response`
|
5187
5187
|
|
5188
5188
|
:example:
|
5189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
5190
5190
|
"""
|
5191
5191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5192
5192
|
required_arguments = []
|
@@ -5283,7 +5283,7 @@ class DatabaseClient(object):
|
|
5283
5283
|
:rtype: :class:`~oci.response.Response`
|
5284
5284
|
|
5285
5285
|
:example:
|
5286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
5287
5287
|
"""
|
5288
5288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5289
5289
|
required_arguments = []
|
@@ -5377,7 +5377,7 @@ class DatabaseClient(object):
|
|
5377
5377
|
:rtype: :class:`~oci.response.Response`
|
5378
5378
|
|
5379
5379
|
:example:
|
5380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
5381
5381
|
"""
|
5382
5382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5383
5383
|
required_arguments = []
|
@@ -5473,7 +5473,7 @@ class DatabaseClient(object):
|
|
5473
5473
|
:rtype: :class:`~oci.response.Response`
|
5474
5474
|
|
5475
5475
|
:example:
|
5476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
5477
5477
|
"""
|
5478
5478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5479
5479
|
required_arguments = []
|
@@ -5569,7 +5569,7 @@ class DatabaseClient(object):
|
|
5569
5569
|
:rtype: :class:`~oci.response.Response`
|
5570
5570
|
|
5571
5571
|
:example:
|
5572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
5573
5573
|
"""
|
5574
5574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5575
5575
|
required_arguments = []
|
@@ -5666,7 +5666,7 @@ class DatabaseClient(object):
|
|
5666
5666
|
:rtype: :class:`~oci.response.Response`
|
5667
5667
|
|
5668
5668
|
:example:
|
5669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
5670
5670
|
"""
|
5671
5671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5672
5672
|
required_arguments = []
|
@@ -5762,7 +5762,7 @@ class DatabaseClient(object):
|
|
5762
5762
|
:rtype: :class:`~oci.response.Response`
|
5763
5763
|
|
5764
5764
|
:example:
|
5765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
5766
5766
|
"""
|
5767
5767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5768
5768
|
required_arguments = []
|
@@ -5858,7 +5858,7 @@ class DatabaseClient(object):
|
|
5858
5858
|
:rtype: :class:`~oci.response.Response`
|
5859
5859
|
|
5860
5860
|
:example:
|
5861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
5862
5862
|
"""
|
5863
5863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5864
5864
|
required_arguments = []
|
@@ -5955,7 +5955,7 @@ class DatabaseClient(object):
|
|
5955
5955
|
:rtype: :class:`~oci.response.Response`
|
5956
5956
|
|
5957
5957
|
:example:
|
5958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
5959
5959
|
"""
|
5960
5960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5961
5961
|
required_arguments = []
|
@@ -6052,7 +6052,7 @@ class DatabaseClient(object):
|
|
6052
6052
|
:rtype: :class:`~oci.response.Response`
|
6053
6053
|
|
6054
6054
|
:example:
|
6055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
6056
6056
|
"""
|
6057
6057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6058
6058
|
required_arguments = []
|
@@ -6154,7 +6154,7 @@ class DatabaseClient(object):
|
|
6154
6154
|
:rtype: :class:`~oci.response.Response`
|
6155
6155
|
|
6156
6156
|
:example:
|
6157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
6158
6158
|
"""
|
6159
6159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6160
6160
|
required_arguments = ['exadataInfrastructureId']
|
@@ -6283,7 +6283,7 @@ class DatabaseClient(object):
|
|
6283
6283
|
:rtype: :class:`~oci.response.Response`
|
6284
6284
|
|
6285
6285
|
:example:
|
6286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
6287
6287
|
"""
|
6288
6288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6289
6289
|
required_arguments = ['dbNodeId', 'action']
|
@@ -6396,7 +6396,7 @@ class DatabaseClient(object):
|
|
6396
6396
|
:rtype: :class:`~oci.response.Response`
|
6397
6397
|
|
6398
6398
|
:example:
|
6399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
6400
6400
|
"""
|
6401
6401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6402
6402
|
required_arguments = ['applicationVipId']
|
@@ -6499,7 +6499,7 @@ class DatabaseClient(object):
|
|
6499
6499
|
:rtype: :class:`~oci.response.Response`
|
6500
6500
|
|
6501
6501
|
:example:
|
6502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
6503
6503
|
"""
|
6504
6504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6505
6505
|
required_arguments = ['autonomousDatabaseId']
|
@@ -6602,7 +6602,7 @@ class DatabaseClient(object):
|
|
6602
6602
|
:rtype: :class:`~oci.response.Response`
|
6603
6603
|
|
6604
6604
|
:example:
|
6605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
6606
6606
|
"""
|
6607
6607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6608
6608
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -6705,7 +6705,7 @@ class DatabaseClient(object):
|
|
6705
6705
|
:rtype: :class:`~oci.response.Response`
|
6706
6706
|
|
6707
6707
|
:example:
|
6708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
6709
6709
|
"""
|
6710
6710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6711
6711
|
required_arguments = ['autonomousVmClusterId']
|
@@ -6805,7 +6805,7 @@ class DatabaseClient(object):
|
|
6805
6805
|
:rtype: :class:`~oci.response.Response`
|
6806
6806
|
|
6807
6807
|
:example:
|
6808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
6809
6809
|
"""
|
6810
6810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6811
6811
|
required_arguments = ['backupId']
|
@@ -6906,7 +6906,7 @@ class DatabaseClient(object):
|
|
6906
6906
|
:rtype: :class:`~oci.response.Response`
|
6907
6907
|
|
6908
6908
|
:example:
|
6909
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6909
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
6910
6910
|
"""
|
6911
6911
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6912
6912
|
required_arguments = ['backupDestinationId']
|
@@ -7009,7 +7009,7 @@ class DatabaseClient(object):
|
|
7009
7009
|
:rtype: :class:`~oci.response.Response`
|
7010
7010
|
|
7011
7011
|
:example:
|
7012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
7013
7013
|
"""
|
7014
7014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7015
7015
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -7115,7 +7115,7 @@ class DatabaseClient(object):
|
|
7115
7115
|
:rtype: :class:`~oci.response.Response`
|
7116
7116
|
|
7117
7117
|
:example:
|
7118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
7119
7119
|
"""
|
7120
7120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7121
7121
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -7226,7 +7226,7 @@ class DatabaseClient(object):
|
|
7226
7226
|
:rtype: :class:`~oci.response.Response`
|
7227
7227
|
|
7228
7228
|
:example:
|
7229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
7230
7230
|
"""
|
7231
7231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7232
7232
|
required_arguments = ['cloudVmClusterId']
|
@@ -7329,7 +7329,7 @@ class DatabaseClient(object):
|
|
7329
7329
|
:rtype: :class:`~oci.response.Response`
|
7330
7330
|
|
7331
7331
|
:example:
|
7332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
7333
7333
|
"""
|
7334
7334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7335
7335
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -7440,7 +7440,7 @@ class DatabaseClient(object):
|
|
7440
7440
|
:rtype: :class:`~oci.response.Response`
|
7441
7441
|
|
7442
7442
|
:example:
|
7443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
7444
7444
|
"""
|
7445
7445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7446
7446
|
required_arguments = ['databaseId']
|
@@ -7548,7 +7548,7 @@ class DatabaseClient(object):
|
|
7548
7548
|
:rtype: :class:`~oci.response.Response`
|
7549
7549
|
|
7550
7550
|
:example:
|
7551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
7552
7552
|
"""
|
7553
7553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7554
7554
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -7655,7 +7655,7 @@ class DatabaseClient(object):
|
|
7655
7655
|
:rtype: :class:`~oci.response.Response`
|
7656
7656
|
|
7657
7657
|
:example:
|
7658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
7659
7659
|
"""
|
7660
7660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7661
7661
|
required_arguments = ['dbHomeId']
|
@@ -7764,7 +7764,7 @@ class DatabaseClient(object):
|
|
7764
7764
|
:rtype: :class:`~oci.response.Response`
|
7765
7765
|
|
7766
7766
|
:example:
|
7767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
7768
7768
|
"""
|
7769
7769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7770
7770
|
required_arguments = ['exadataInfrastructureId']
|
@@ -7869,7 +7869,7 @@ class DatabaseClient(object):
|
|
7869
7869
|
:rtype: :class:`~oci.response.Response`
|
7870
7870
|
|
7871
7871
|
:example:
|
7872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
7873
7873
|
"""
|
7874
7874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7875
7875
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -7975,7 +7975,7 @@ class DatabaseClient(object):
|
|
7975
7975
|
:rtype: :class:`~oci.response.Response`
|
7976
7976
|
|
7977
7977
|
:example:
|
7978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
7979
7979
|
"""
|
7980
7980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7981
7981
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -8078,7 +8078,7 @@ class DatabaseClient(object):
|
|
8078
8078
|
:rtype: :class:`~oci.response.Response`
|
8079
8079
|
|
8080
8080
|
:example:
|
8081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
8082
8082
|
"""
|
8083
8083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8084
8084
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -8182,7 +8182,7 @@ class DatabaseClient(object):
|
|
8182
8182
|
:rtype: :class:`~oci.response.Response`
|
8183
8183
|
|
8184
8184
|
:example:
|
8185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
8186
8186
|
"""
|
8187
8187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8188
8188
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -8285,7 +8285,7 @@ class DatabaseClient(object):
|
|
8285
8285
|
:rtype: :class:`~oci.response.Response`
|
8286
8286
|
|
8287
8287
|
:example:
|
8288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
8289
8289
|
"""
|
8290
8290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8291
8291
|
required_arguments = ['keyStoreId']
|
@@ -8388,7 +8388,7 @@ class DatabaseClient(object):
|
|
8388
8388
|
:rtype: :class:`~oci.response.Response`
|
8389
8389
|
|
8390
8390
|
:example:
|
8391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
8392
8392
|
"""
|
8393
8393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8394
8394
|
required_arguments = ['oneoffPatchId']
|
@@ -8491,7 +8491,7 @@ class DatabaseClient(object):
|
|
8491
8491
|
:rtype: :class:`~oci.response.Response`
|
8492
8492
|
|
8493
8493
|
:example:
|
8494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
8495
8495
|
"""
|
8496
8496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8497
8497
|
required_arguments = ['pluggableDatabaseId']
|
@@ -8594,7 +8594,7 @@ class DatabaseClient(object):
|
|
8594
8594
|
:rtype: :class:`~oci.response.Response`
|
8595
8595
|
|
8596
8596
|
:example:
|
8597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
8598
8598
|
"""
|
8599
8599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8600
8600
|
required_arguments = ['vmClusterId']
|
@@ -8703,7 +8703,7 @@ class DatabaseClient(object):
|
|
8703
8703
|
:rtype: :class:`~oci.response.Response`
|
8704
8704
|
|
8705
8705
|
:example:
|
8706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
8707
8707
|
"""
|
8708
8708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8709
8709
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -8805,7 +8805,7 @@ class DatabaseClient(object):
|
|
8805
8805
|
:rtype: :class:`~oci.response.Response`
|
8806
8806
|
|
8807
8807
|
:example:
|
8808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
8809
8809
|
"""
|
8810
8810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8811
8811
|
required_arguments = ['autonomousDatabaseId']
|
@@ -8904,7 +8904,7 @@ class DatabaseClient(object):
|
|
8904
8904
|
:rtype: :class:`~oci.response.Response`
|
8905
8905
|
|
8906
8906
|
:example:
|
8907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
8908
8908
|
"""
|
8909
8909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8910
8910
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9000,7 +9000,7 @@ class DatabaseClient(object):
|
|
9000
9000
|
:rtype: :class:`~oci.response.Response`
|
9001
9001
|
|
9002
9002
|
:example:
|
9003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
9004
9004
|
"""
|
9005
9005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9006
9006
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9108,7 +9108,7 @@ class DatabaseClient(object):
|
|
9108
9108
|
:rtype: :class:`~oci.response.Response`
|
9109
9109
|
|
9110
9110
|
:example:
|
9111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
9112
9112
|
"""
|
9113
9113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9114
9114
|
required_arguments = ['databaseId']
|
@@ -9223,7 +9223,7 @@ class DatabaseClient(object):
|
|
9223
9223
|
:rtype: :class:`~oci.response.Response`
|
9224
9224
|
|
9225
9225
|
:example:
|
9226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9226
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
|
9227
9227
|
"""
|
9228
9228
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9229
9229
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -9336,7 +9336,7 @@ class DatabaseClient(object):
|
|
9336
9336
|
:rtype: :class:`~oci.response.Response`
|
9337
9337
|
|
9338
9338
|
:example:
|
9339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
|
9340
9340
|
"""
|
9341
9341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9342
9342
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -9453,7 +9453,7 @@ class DatabaseClient(object):
|
|
9453
9453
|
:rtype: :class:`~oci.response.Response`
|
9454
9454
|
|
9455
9455
|
:example:
|
9456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
|
9457
9457
|
"""
|
9458
9458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9459
9459
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -9566,7 +9566,7 @@ class DatabaseClient(object):
|
|
9566
9566
|
:rtype: :class:`~oci.response.Response`
|
9567
9567
|
|
9568
9568
|
:example:
|
9569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
|
9570
9570
|
"""
|
9571
9571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9572
9572
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -9679,7 +9679,7 @@ class DatabaseClient(object):
|
|
9679
9679
|
:rtype: :class:`~oci.response.Response`
|
9680
9680
|
|
9681
9681
|
:example:
|
9682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
|
9683
9683
|
"""
|
9684
9684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9685
9685
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -9796,7 +9796,7 @@ class DatabaseClient(object):
|
|
9796
9796
|
:rtype: :class:`~oci.response.Response`
|
9797
9797
|
|
9798
9798
|
:example:
|
9799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
|
9800
9800
|
"""
|
9801
9801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9802
9802
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -9909,7 +9909,7 @@ class DatabaseClient(object):
|
|
9909
9909
|
:rtype: :class:`~oci.response.Response`
|
9910
9910
|
|
9911
9911
|
:example:
|
9912
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
|
9913
9913
|
"""
|
9914
9914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9915
9915
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10022,7 +10022,7 @@ class DatabaseClient(object):
|
|
10022
10022
|
:rtype: :class:`~oci.response.Response`
|
10023
10023
|
|
10024
10024
|
:example:
|
10025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
|
10026
10026
|
"""
|
10027
10027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10028
10028
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10135,7 +10135,7 @@ class DatabaseClient(object):
|
|
10135
10135
|
:rtype: :class:`~oci.response.Response`
|
10136
10136
|
|
10137
10137
|
:example:
|
10138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
10139
10139
|
"""
|
10140
10140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10141
10141
|
required_arguments = ['pluggableDatabaseId']
|
@@ -10245,7 +10245,7 @@ class DatabaseClient(object):
|
|
10245
10245
|
:rtype: :class:`~oci.response.Response`
|
10246
10246
|
|
10247
10247
|
:example:
|
10248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
10249
10249
|
"""
|
10250
10250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10251
10251
|
required_arguments = ['exadataInfrastructureId']
|
@@ -10358,7 +10358,7 @@ class DatabaseClient(object):
|
|
10358
10358
|
:rtype: :class:`~oci.response.Response`
|
10359
10359
|
|
10360
10360
|
:example:
|
10361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
10362
10362
|
"""
|
10363
10363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10364
10364
|
required_arguments = ['oneoffPatchId']
|
@@ -10473,7 +10473,7 @@ class DatabaseClient(object):
|
|
10473
10473
|
:rtype: :class:`~oci.response.Response`
|
10474
10474
|
|
10475
10475
|
:example:
|
10476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
10477
10477
|
"""
|
10478
10478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10479
10479
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -10587,7 +10587,7 @@ class DatabaseClient(object):
|
|
10587
10587
|
:rtype: :class:`~oci.response.Response`
|
10588
10588
|
|
10589
10589
|
:example:
|
10590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
|
10591
10591
|
"""
|
10592
10592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10593
10593
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -10689,7 +10689,7 @@ class DatabaseClient(object):
|
|
10689
10689
|
:rtype: :class:`~oci.response.Response`
|
10690
10690
|
|
10691
10691
|
:example:
|
10692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
10693
10693
|
"""
|
10694
10694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10695
10695
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10785,7 +10785,7 @@ class DatabaseClient(object):
|
|
10785
10785
|
:rtype: :class:`~oci.response.Response`
|
10786
10786
|
|
10787
10787
|
:example:
|
10788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
10789
10789
|
"""
|
10790
10790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10791
10791
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10896,7 +10896,7 @@ class DatabaseClient(object):
|
|
10896
10896
|
:rtype: :class:`~oci.response.Response`
|
10897
10897
|
|
10898
10898
|
:example:
|
10899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
10900
10900
|
"""
|
10901
10901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10902
10902
|
required_arguments = ['databaseId']
|
@@ -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.
|
11023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
|
11024
11024
|
"""
|
11025
11025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11026
11026
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11138,7 +11138,7 @@ class DatabaseClient(object):
|
|
11138
11138
|
:rtype: :class:`~oci.response.Response`
|
11139
11139
|
|
11140
11140
|
:example:
|
11141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
|
11142
11142
|
"""
|
11143
11143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11144
11144
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11260,7 +11260,7 @@ class DatabaseClient(object):
|
|
11260
11260
|
:rtype: :class:`~oci.response.Response`
|
11261
11261
|
|
11262
11262
|
:example:
|
11263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
|
11264
11264
|
"""
|
11265
11265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11266
11266
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11378,7 +11378,7 @@ class DatabaseClient(object):
|
|
11378
11378
|
:rtype: :class:`~oci.response.Response`
|
11379
11379
|
|
11380
11380
|
:example:
|
11381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
|
11382
11382
|
"""
|
11383
11383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11384
11384
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11496,7 +11496,7 @@ class DatabaseClient(object):
|
|
11496
11496
|
:rtype: :class:`~oci.response.Response`
|
11497
11497
|
|
11498
11498
|
:example:
|
11499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
|
11500
11500
|
"""
|
11501
11501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11502
11502
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11618,7 +11618,7 @@ class DatabaseClient(object):
|
|
11618
11618
|
:rtype: :class:`~oci.response.Response`
|
11619
11619
|
|
11620
11620
|
:example:
|
11621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
|
11622
11622
|
"""
|
11623
11623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11624
11624
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11736,7 +11736,7 @@ class DatabaseClient(object):
|
|
11736
11736
|
:rtype: :class:`~oci.response.Response`
|
11737
11737
|
|
11738
11738
|
:example:
|
11739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
|
11740
11740
|
"""
|
11741
11741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11742
11742
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11854,7 +11854,7 @@ class DatabaseClient(object):
|
|
11854
11854
|
:rtype: :class:`~oci.response.Response`
|
11855
11855
|
|
11856
11856
|
:example:
|
11857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
|
11858
11858
|
"""
|
11859
11859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11860
11860
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -11972,7 +11972,7 @@ class DatabaseClient(object):
|
|
11972
11972
|
:rtype: :class:`~oci.response.Response`
|
11973
11973
|
|
11974
11974
|
:example:
|
11975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
11976
11976
|
"""
|
11977
11977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11978
11978
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12096,7 +12096,7 @@ class DatabaseClient(object):
|
|
12096
12096
|
:rtype: :class:`~oci.response.Response`
|
12097
12097
|
|
12098
12098
|
:example:
|
12099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
12100
12100
|
"""
|
12101
12101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12102
12102
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12216,7 +12216,7 @@ class DatabaseClient(object):
|
|
12216
12216
|
:rtype: :class:`~oci.response.Response`
|
12217
12217
|
|
12218
12218
|
:example:
|
12219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
|
12220
12220
|
"""
|
12221
12221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12222
12222
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -12329,7 +12329,7 @@ class DatabaseClient(object):
|
|
12329
12329
|
:rtype: :class:`~oci.response.Response`
|
12330
12330
|
|
12331
12331
|
:example:
|
12332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
12333
12333
|
"""
|
12334
12334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12335
12335
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -12440,7 +12440,7 @@ class DatabaseClient(object):
|
|
12440
12440
|
:rtype: :class:`~oci.response.Response`
|
12441
12441
|
|
12442
12442
|
:example:
|
12443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
12444
12444
|
"""
|
12445
12445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12446
12446
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12553,7 +12553,7 @@ class DatabaseClient(object):
|
|
12553
12553
|
:rtype: :class:`~oci.response.Response`
|
12554
12554
|
|
12555
12555
|
:example:
|
12556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
12557
12557
|
"""
|
12558
12558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12559
12559
|
required_arguments = ['exadataInfrastructureId']
|
@@ -12656,7 +12656,7 @@ class DatabaseClient(object):
|
|
12656
12656
|
:rtype: :class:`~oci.response.Response`
|
12657
12657
|
|
12658
12658
|
:example:
|
12659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
12660
12660
|
"""
|
12661
12661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12662
12662
|
required_arguments = ['applicationVipId']
|
@@ -12751,7 +12751,7 @@ class DatabaseClient(object):
|
|
12751
12751
|
:rtype: :class:`~oci.response.Response`
|
12752
12752
|
|
12753
12753
|
:example:
|
12754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
12755
12755
|
"""
|
12756
12756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12757
12757
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -12844,7 +12844,7 @@ class DatabaseClient(object):
|
|
12844
12844
|
:rtype: :class:`~oci.response.Response`
|
12845
12845
|
|
12846
12846
|
:example:
|
12847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
|
12848
12848
|
"""
|
12849
12849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12850
12850
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -12936,7 +12936,7 @@ class DatabaseClient(object):
|
|
12936
12936
|
:rtype: :class:`~oci.response.Response`
|
12937
12937
|
|
12938
12938
|
:example:
|
12939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
12940
12940
|
"""
|
12941
12941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12942
12942
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13034,7 +13034,7 @@ class DatabaseClient(object):
|
|
13034
13034
|
:rtype: :class:`~oci.response.Response`
|
13035
13035
|
|
13036
13036
|
:example:
|
13037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
13038
13038
|
"""
|
13039
13039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13040
13040
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -13137,7 +13137,7 @@ class DatabaseClient(object):
|
|
13137
13137
|
:rtype: :class:`~oci.response.Response`
|
13138
13138
|
|
13139
13139
|
:example:
|
13140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
13141
13141
|
"""
|
13142
13142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13143
13143
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -13231,7 +13231,7 @@ class DatabaseClient(object):
|
|
13231
13231
|
:rtype: :class:`~oci.response.Response`
|
13232
13232
|
|
13233
13233
|
:example:
|
13234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
13235
13235
|
"""
|
13236
13236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13237
13237
|
required_arguments = []
|
@@ -13317,7 +13317,7 @@ class DatabaseClient(object):
|
|
13317
13317
|
:rtype: :class:`~oci.response.Response`
|
13318
13318
|
|
13319
13319
|
:example:
|
13320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
13321
13321
|
"""
|
13322
13322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13323
13323
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13412,7 +13412,7 @@ class DatabaseClient(object):
|
|
13412
13412
|
:rtype: :class:`~oci.response.Response`
|
13413
13413
|
|
13414
13414
|
:example:
|
13415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
13416
13416
|
"""
|
13417
13417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13418
13418
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -13500,7 +13500,7 @@ class DatabaseClient(object):
|
|
13500
13500
|
:rtype: :class:`~oci.response.Response`
|
13501
13501
|
|
13502
13502
|
:example:
|
13503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
13504
13504
|
"""
|
13505
13505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13506
13506
|
required_arguments = ['autonomousPatchId']
|
@@ -13591,7 +13591,7 @@ class DatabaseClient(object):
|
|
13591
13591
|
:rtype: :class:`~oci.response.Response`
|
13592
13592
|
|
13593
13593
|
:example:
|
13594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
13595
13595
|
"""
|
13596
13596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13597
13597
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -13689,7 +13689,7 @@ class DatabaseClient(object):
|
|
13689
13689
|
:rtype: :class:`~oci.response.Response`
|
13690
13690
|
|
13691
13691
|
:example:
|
13692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
13693
13693
|
"""
|
13694
13694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13695
13695
|
required_arguments = ['autonomousVmClusterId']
|
@@ -13784,7 +13784,7 @@ class DatabaseClient(object):
|
|
13784
13784
|
:rtype: :class:`~oci.response.Response`
|
13785
13785
|
|
13786
13786
|
:example:
|
13787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
13788
13788
|
"""
|
13789
13789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13790
13790
|
required_arguments = ['backupId']
|
@@ -13875,7 +13875,7 @@ class DatabaseClient(object):
|
|
13875
13875
|
:rtype: :class:`~oci.response.Response`
|
13876
13876
|
|
13877
13877
|
:example:
|
13878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
13879
13879
|
"""
|
13880
13880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13881
13881
|
required_arguments = ['backupDestinationId']
|
@@ -13973,7 +13973,7 @@ class DatabaseClient(object):
|
|
13973
13973
|
:rtype: :class:`~oci.response.Response`
|
13974
13974
|
|
13975
13975
|
:example:
|
13976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
13977
13977
|
"""
|
13978
13978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13979
13979
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -14071,7 +14071,7 @@ class DatabaseClient(object):
|
|
14071
14071
|
:rtype: :class:`~oci.response.Response`
|
14072
14072
|
|
14073
14073
|
:example:
|
14074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
14075
14075
|
"""
|
14076
14076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14077
14077
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -14153,6 +14153,11 @@ class DatabaseClient(object):
|
|
14153
14153
|
:param str opc_request_id: (optional)
|
14154
14154
|
Unique identifier for the request.
|
14155
14155
|
|
14156
|
+
:param list[str] db_servers: (optional)
|
14157
|
+
The list of `OCIDs`__ of the Db servers.
|
14158
|
+
|
14159
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
14160
|
+
|
14156
14161
|
:param obj retry_strategy: (optional)
|
14157
14162
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
14158
14163
|
|
@@ -14169,7 +14174,7 @@ class DatabaseClient(object):
|
|
14169
14174
|
:rtype: :class:`~oci.response.Response`
|
14170
14175
|
|
14171
14176
|
:example:
|
14172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
|
14173
14178
|
"""
|
14174
14179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14175
14180
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -14182,7 +14187,8 @@ class DatabaseClient(object):
|
|
14182
14187
|
expected_kwargs = [
|
14183
14188
|
"allow_control_chars",
|
14184
14189
|
"retry_strategy",
|
14185
|
-
"opc_request_id"
|
14190
|
+
"opc_request_id",
|
14191
|
+
"db_servers"
|
14186
14192
|
]
|
14187
14193
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
14188
14194
|
if extra_kwargs:
|
@@ -14199,6 +14205,11 @@ class DatabaseClient(object):
|
|
14199
14205
|
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
14200
14206
|
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
14201
14207
|
|
14208
|
+
query_params = {
|
14209
|
+
"dbServers": self.base_client.generate_collection_format_param(kwargs.get("db_servers", missing), 'multi')
|
14210
|
+
}
|
14211
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
14212
|
+
|
14202
14213
|
header_params = {
|
14203
14214
|
"accept": "application/json",
|
14204
14215
|
"content-type": "application/json",
|
@@ -14220,6 +14231,7 @@ class DatabaseClient(object):
|
|
14220
14231
|
resource_path=resource_path,
|
14221
14232
|
method=method,
|
14222
14233
|
path_params=path_params,
|
14234
|
+
query_params=query_params,
|
14223
14235
|
header_params=header_params,
|
14224
14236
|
response_type="CloudExadataInfrastructureUnallocatedResources",
|
14225
14237
|
allow_control_chars=kwargs.get('allow_control_chars'),
|
@@ -14231,6 +14243,7 @@ class DatabaseClient(object):
|
|
14231
14243
|
resource_path=resource_path,
|
14232
14244
|
method=method,
|
14233
14245
|
path_params=path_params,
|
14246
|
+
query_params=query_params,
|
14234
14247
|
header_params=header_params,
|
14235
14248
|
response_type="CloudExadataInfrastructureUnallocatedResources",
|
14236
14249
|
allow_control_chars=kwargs.get('allow_control_chars'),
|
@@ -14267,7 +14280,7 @@ class DatabaseClient(object):
|
|
14267
14280
|
:rtype: :class:`~oci.response.Response`
|
14268
14281
|
|
14269
14282
|
:example:
|
14270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
14271
14284
|
"""
|
14272
14285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14273
14286
|
required_arguments = ['cloudVmClusterId']
|
@@ -14366,7 +14379,7 @@ class DatabaseClient(object):
|
|
14366
14379
|
:rtype: :class:`~oci.response.Response`
|
14367
14380
|
|
14368
14381
|
:example:
|
14369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
|
14370
14383
|
"""
|
14371
14384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14372
14385
|
required_arguments = ['cloudVmClusterId']
|
@@ -14469,7 +14482,7 @@ class DatabaseClient(object):
|
|
14469
14482
|
:rtype: :class:`~oci.response.Response`
|
14470
14483
|
|
14471
14484
|
:example:
|
14472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
14473
14486
|
"""
|
14474
14487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14475
14488
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -14573,7 +14586,7 @@ class DatabaseClient(object):
|
|
14573
14586
|
:rtype: :class:`~oci.response.Response`
|
14574
14587
|
|
14575
14588
|
:example:
|
14576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
|
14577
14590
|
"""
|
14578
14591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14579
14592
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -14672,7 +14685,7 @@ class DatabaseClient(object):
|
|
14672
14685
|
:rtype: :class:`~oci.response.Response`
|
14673
14686
|
|
14674
14687
|
:example:
|
14675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
14676
14689
|
"""
|
14677
14690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14678
14691
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -14766,7 +14779,7 @@ class DatabaseClient(object):
|
|
14766
14779
|
:rtype: :class:`~oci.response.Response`
|
14767
14780
|
|
14768
14781
|
:example:
|
14769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
14770
14783
|
"""
|
14771
14784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14772
14785
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -14855,7 +14868,7 @@ class DatabaseClient(object):
|
|
14855
14868
|
:rtype: :class:`~oci.response.Response`
|
14856
14869
|
|
14857
14870
|
:example:
|
14858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
14859
14872
|
"""
|
14860
14873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14861
14874
|
required_arguments = ['databaseId']
|
@@ -14943,7 +14956,7 @@ class DatabaseClient(object):
|
|
14943
14956
|
:rtype: :class:`~oci.response.Response`
|
14944
14957
|
|
14945
14958
|
:example:
|
14946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
14947
14960
|
"""
|
14948
14961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14949
14962
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -15039,7 +15052,7 @@ class DatabaseClient(object):
|
|
15039
15052
|
:rtype: :class:`~oci.response.Response`
|
15040
15053
|
|
15041
15054
|
:example:
|
15042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
15043
15056
|
"""
|
15044
15057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15045
15058
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -15135,7 +15148,7 @@ class DatabaseClient(object):
|
|
15135
15148
|
:rtype: :class:`~oci.response.Response`
|
15136
15149
|
|
15137
15150
|
:example:
|
15138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
15139
15152
|
"""
|
15140
15153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15141
15154
|
required_arguments = ['dbHomeId']
|
@@ -15228,7 +15241,7 @@ class DatabaseClient(object):
|
|
15228
15241
|
:rtype: :class:`~oci.response.Response`
|
15229
15242
|
|
15230
15243
|
:example:
|
15231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
15232
15245
|
"""
|
15233
15246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15234
15247
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -15322,7 +15335,7 @@ class DatabaseClient(object):
|
|
15322
15335
|
:rtype: :class:`~oci.response.Response`
|
15323
15336
|
|
15324
15337
|
:example:
|
15325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
|
15326
15339
|
"""
|
15327
15340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15328
15341
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -15411,7 +15424,7 @@ class DatabaseClient(object):
|
|
15411
15424
|
:rtype: :class:`~oci.response.Response`
|
15412
15425
|
|
15413
15426
|
:example:
|
15414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
15415
15428
|
"""
|
15416
15429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15417
15430
|
required_arguments = ['dbNodeId']
|
@@ -15507,7 +15520,7 @@ class DatabaseClient(object):
|
|
15507
15520
|
:rtype: :class:`~oci.response.Response`
|
15508
15521
|
|
15509
15522
|
:example:
|
15510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
15511
15524
|
"""
|
15512
15525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15513
15526
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -15616,7 +15629,7 @@ class DatabaseClient(object):
|
|
15616
15629
|
:rtype: :class:`~oci.response.Response`
|
15617
15630
|
|
15618
15631
|
:example:
|
15619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
15620
15633
|
"""
|
15621
15634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15622
15635
|
required_arguments = ['dbSystemId']
|
@@ -15709,7 +15722,7 @@ class DatabaseClient(object):
|
|
15709
15722
|
:rtype: :class:`~oci.response.Response`
|
15710
15723
|
|
15711
15724
|
:example:
|
15712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
15713
15726
|
"""
|
15714
15727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15715
15728
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -15803,7 +15816,7 @@ class DatabaseClient(object):
|
|
15803
15816
|
:rtype: :class:`~oci.response.Response`
|
15804
15817
|
|
15805
15818
|
:example:
|
15806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
|
15807
15820
|
"""
|
15808
15821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15809
15822
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -15900,7 +15913,7 @@ class DatabaseClient(object):
|
|
15900
15913
|
:rtype: :class:`~oci.response.Response`
|
15901
15914
|
|
15902
15915
|
:example:
|
15903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
|
15904
15917
|
"""
|
15905
15918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15906
15919
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -16005,7 +16018,7 @@ class DatabaseClient(object):
|
|
16005
16018
|
:rtype: :class:`~oci.response.Response`
|
16006
16019
|
|
16007
16020
|
:example:
|
16008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
16009
16022
|
"""
|
16010
16023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16011
16024
|
required_arguments = ['exadataInfrastructureId']
|
@@ -16119,7 +16132,7 @@ class DatabaseClient(object):
|
|
16119
16132
|
:rtype: :class:`~oci.response.Response`
|
16120
16133
|
|
16121
16134
|
:example:
|
16122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
16123
16136
|
"""
|
16124
16137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16125
16138
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -16188,6 +16201,117 @@ class DatabaseClient(object):
|
|
16188
16201
|
api_reference_link=api_reference_link,
|
16189
16202
|
required_arguments=required_arguments)
|
16190
16203
|
|
16204
|
+
def get_exadata_infrastructure_un_allocated_resources(self, exadata_infrastructure_id, **kwargs):
|
16205
|
+
"""
|
16206
|
+
Gets un allocated resources information for the specified Exadata infrastructure. Applies to Exadata Cloud@Customer instances only.
|
16207
|
+
|
16208
|
+
|
16209
|
+
:param str exadata_infrastructure_id: (required)
|
16210
|
+
The Exadata infrastructure `OCID`__.
|
16211
|
+
|
16212
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
16213
|
+
|
16214
|
+
:param str opc_request_id: (optional)
|
16215
|
+
Unique identifier for the request.
|
16216
|
+
|
16217
|
+
:param list[str] db_servers: (optional)
|
16218
|
+
The list of `OCIDs`__ of the Db servers.
|
16219
|
+
|
16220
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
16221
|
+
|
16222
|
+
:param obj retry_strategy: (optional)
|
16223
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
16224
|
+
|
16225
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
16226
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
16227
|
+
|
16228
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
16229
|
+
|
16230
|
+
:param bool allow_control_chars: (optional)
|
16231
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
16232
|
+
By default, the response will not allow control characters in strings
|
16233
|
+
|
16234
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.ExadataInfrastructureUnAllocatedResources`
|
16235
|
+
:rtype: :class:`~oci.response.Response`
|
16236
|
+
|
16237
|
+
:example:
|
16238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
|
16239
|
+
"""
|
16240
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16241
|
+
required_arguments = ['exadataInfrastructureId']
|
16242
|
+
resource_path = "/exadataInfrastructures/{exadataInfrastructureId}/unAllocatedResources"
|
16243
|
+
method = "GET"
|
16244
|
+
operation_name = "get_exadata_infrastructure_un_allocated_resources"
|
16245
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/ExadataInfrastructureUnAllocatedResources/GetExadataInfrastructureUnAllocatedResources"
|
16246
|
+
|
16247
|
+
# Don't accept unknown kwargs
|
16248
|
+
expected_kwargs = [
|
16249
|
+
"allow_control_chars",
|
16250
|
+
"retry_strategy",
|
16251
|
+
"opc_request_id",
|
16252
|
+
"db_servers"
|
16253
|
+
]
|
16254
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
16255
|
+
if extra_kwargs:
|
16256
|
+
raise ValueError(
|
16257
|
+
"get_exadata_infrastructure_un_allocated_resources got unknown kwargs: {!r}".format(extra_kwargs))
|
16258
|
+
|
16259
|
+
path_params = {
|
16260
|
+
"exadataInfrastructureId": exadata_infrastructure_id
|
16261
|
+
}
|
16262
|
+
|
16263
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
16264
|
+
|
16265
|
+
for (k, v) in six.iteritems(path_params):
|
16266
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
16267
|
+
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
|
16268
|
+
|
16269
|
+
query_params = {
|
16270
|
+
"dbServers": self.base_client.generate_collection_format_param(kwargs.get("db_servers", missing), 'multi')
|
16271
|
+
}
|
16272
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
16273
|
+
|
16274
|
+
header_params = {
|
16275
|
+
"accept": "application/json",
|
16276
|
+
"content-type": "application/json",
|
16277
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
16278
|
+
}
|
16279
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
16280
|
+
|
16281
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
16282
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
16283
|
+
client_retry_strategy=self.retry_strategy
|
16284
|
+
)
|
16285
|
+
|
16286
|
+
if retry_strategy:
|
16287
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
16288
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
16289
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
16290
|
+
return retry_strategy.make_retrying_call(
|
16291
|
+
self.base_client.call_api,
|
16292
|
+
resource_path=resource_path,
|
16293
|
+
method=method,
|
16294
|
+
path_params=path_params,
|
16295
|
+
query_params=query_params,
|
16296
|
+
header_params=header_params,
|
16297
|
+
response_type="ExadataInfrastructureUnAllocatedResources",
|
16298
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
16299
|
+
operation_name=operation_name,
|
16300
|
+
api_reference_link=api_reference_link,
|
16301
|
+
required_arguments=required_arguments)
|
16302
|
+
else:
|
16303
|
+
return self.base_client.call_api(
|
16304
|
+
resource_path=resource_path,
|
16305
|
+
method=method,
|
16306
|
+
path_params=path_params,
|
16307
|
+
query_params=query_params,
|
16308
|
+
header_params=header_params,
|
16309
|
+
response_type="ExadataInfrastructureUnAllocatedResources",
|
16310
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
16311
|
+
operation_name=operation_name,
|
16312
|
+
api_reference_link=api_reference_link,
|
16313
|
+
required_arguments=required_arguments)
|
16314
|
+
|
16191
16315
|
def get_exadata_iorm_config(self, db_system_id, **kwargs):
|
16192
16316
|
"""
|
16193
16317
|
Gets the IORM configuration settings for the specified cloud Exadata DB system.
|
@@ -16228,7 +16352,7 @@ class DatabaseClient(object):
|
|
16228
16352
|
:rtype: :class:`~oci.response.Response`
|
16229
16353
|
|
16230
16354
|
:example:
|
16231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
16232
16356
|
"""
|
16233
16357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16234
16358
|
required_arguments = ['dbSystemId']
|
@@ -16327,7 +16451,7 @@ class DatabaseClient(object):
|
|
16327
16451
|
:rtype: :class:`~oci.response.Response`
|
16328
16452
|
|
16329
16453
|
:example:
|
16330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
16331
16455
|
"""
|
16332
16456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16333
16457
|
required_arguments = ['backupId']
|
@@ -16418,7 +16542,7 @@ class DatabaseClient(object):
|
|
16418
16542
|
:rtype: :class:`~oci.response.Response`
|
16419
16543
|
|
16420
16544
|
:example:
|
16421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
16422
16546
|
"""
|
16423
16547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16424
16548
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -16517,7 +16641,7 @@ class DatabaseClient(object):
|
|
16517
16641
|
:rtype: :class:`~oci.response.Response`
|
16518
16642
|
|
16519
16643
|
:example:
|
16520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
16521
16645
|
"""
|
16522
16646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16523
16647
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -16615,7 +16739,7 @@ class DatabaseClient(object):
|
|
16615
16739
|
:rtype: :class:`~oci.response.Response`
|
16616
16740
|
|
16617
16741
|
:example:
|
16618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
16619
16743
|
"""
|
16620
16744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16621
16745
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16714,7 +16838,7 @@ class DatabaseClient(object):
|
|
16714
16838
|
:rtype: :class:`~oci.response.Response`
|
16715
16839
|
|
16716
16840
|
:example:
|
16717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
16718
16842
|
"""
|
16719
16843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16720
16844
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16821,7 +16945,7 @@ class DatabaseClient(object):
|
|
16821
16945
|
:rtype: :class:`~oci.response.Response`
|
16822
16946
|
|
16823
16947
|
:example:
|
16824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
16825
16949
|
"""
|
16826
16950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16827
16951
|
required_arguments = ['compartmentId']
|
@@ -16925,7 +17049,7 @@ class DatabaseClient(object):
|
|
16925
17049
|
:rtype: :class:`~oci.response.Response`
|
16926
17050
|
|
16927
17051
|
:example:
|
16928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
16929
17053
|
"""
|
16930
17054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16931
17055
|
required_arguments = ['keyStoreId']
|
@@ -17018,7 +17142,7 @@ class DatabaseClient(object):
|
|
17018
17142
|
:rtype: :class:`~oci.response.Response`
|
17019
17143
|
|
17020
17144
|
:example:
|
17021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
17022
17146
|
"""
|
17023
17147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17024
17148
|
required_arguments = ['maintenanceRunId']
|
@@ -17104,7 +17228,7 @@ class DatabaseClient(object):
|
|
17104
17228
|
:rtype: :class:`~oci.response.Response`
|
17105
17229
|
|
17106
17230
|
:example:
|
17107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
17108
17232
|
"""
|
17109
17233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17110
17234
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -17195,7 +17319,7 @@ class DatabaseClient(object):
|
|
17195
17319
|
:rtype: :class:`~oci.response.Response`
|
17196
17320
|
|
17197
17321
|
:example:
|
17198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
17199
17323
|
"""
|
17200
17324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17201
17325
|
required_arguments = ['oneoffPatchId']
|
@@ -17298,7 +17422,7 @@ class DatabaseClient(object):
|
|
17298
17422
|
:rtype: :class:`~oci.response.Response`
|
17299
17423
|
|
17300
17424
|
:example:
|
17301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
17302
17426
|
"""
|
17303
17427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17304
17428
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -17394,7 +17518,7 @@ class DatabaseClient(object):
|
|
17394
17518
|
:rtype: :class:`~oci.response.Response`
|
17395
17519
|
|
17396
17520
|
:example:
|
17397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
17398
17522
|
"""
|
17399
17523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17400
17524
|
required_arguments = ['pluggableDatabaseId']
|
@@ -17485,7 +17609,7 @@ class DatabaseClient(object):
|
|
17485
17609
|
:rtype: :class:`~oci.response.Response`
|
17486
17610
|
|
17487
17611
|
:example:
|
17488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
17489
17613
|
"""
|
17490
17614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17491
17615
|
required_arguments = ['vmClusterId']
|
@@ -17589,7 +17713,7 @@ class DatabaseClient(object):
|
|
17589
17713
|
:rtype: :class:`~oci.response.Response`
|
17590
17714
|
|
17591
17715
|
:example:
|
17592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
17593
17717
|
"""
|
17594
17718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17595
17719
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -17690,7 +17814,7 @@ class DatabaseClient(object):
|
|
17690
17814
|
:rtype: :class:`~oci.response.Response`
|
17691
17815
|
|
17692
17816
|
:example:
|
17693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
17694
17818
|
"""
|
17695
17819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17696
17820
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -17784,7 +17908,7 @@ class DatabaseClient(object):
|
|
17784
17908
|
:rtype: :class:`~oci.response.Response`
|
17785
17909
|
|
17786
17910
|
:example:
|
17787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
|
17788
17912
|
"""
|
17789
17913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17790
17914
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -17881,7 +18005,7 @@ class DatabaseClient(object):
|
|
17881
18005
|
:rtype: :class:`~oci.response.Response`
|
17882
18006
|
|
17883
18007
|
:example:
|
17884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
17885
18009
|
"""
|
17886
18010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17887
18011
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -17985,7 +18109,7 @@ class DatabaseClient(object):
|
|
17985
18109
|
:rtype: :class:`~oci.response.Response`
|
17986
18110
|
|
17987
18111
|
:example:
|
17988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
|
17989
18113
|
"""
|
17990
18114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17991
18115
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -18086,7 +18210,7 @@ class DatabaseClient(object):
|
|
18086
18210
|
:rtype: :class:`~oci.response.Response`
|
18087
18211
|
|
18088
18212
|
:example:
|
18089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
18090
18214
|
"""
|
18091
18215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18092
18216
|
required_arguments = []
|
@@ -18198,7 +18322,7 @@ class DatabaseClient(object):
|
|
18198
18322
|
:rtype: :class:`~oci.response.Response`
|
18199
18323
|
|
18200
18324
|
:example:
|
18201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
18202
18326
|
"""
|
18203
18327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18204
18328
|
required_arguments = []
|
@@ -18316,7 +18440,7 @@ class DatabaseClient(object):
|
|
18316
18440
|
:rtype: :class:`~oci.response.Response`
|
18317
18441
|
|
18318
18442
|
:example:
|
18319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
18320
18444
|
"""
|
18321
18445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18322
18446
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -18444,7 +18568,7 @@ class DatabaseClient(object):
|
|
18444
18568
|
:rtype: :class:`~oci.response.Response`
|
18445
18569
|
|
18446
18570
|
:example:
|
18447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
|
18448
18572
|
"""
|
18449
18573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18450
18574
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -18565,7 +18689,7 @@ class DatabaseClient(object):
|
|
18565
18689
|
:rtype: :class:`~oci.response.Response`
|
18566
18690
|
|
18567
18691
|
:example:
|
18568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
18569
18693
|
"""
|
18570
18694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18571
18695
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -18727,7 +18851,7 @@ class DatabaseClient(object):
|
|
18727
18851
|
:rtype: :class:`~oci.response.Response`
|
18728
18852
|
|
18729
18853
|
:example:
|
18730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
18731
18855
|
"""
|
18732
18856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18733
18857
|
required_arguments = ['compartmentId']
|
@@ -18903,7 +19027,7 @@ class DatabaseClient(object):
|
|
18903
19027
|
:rtype: :class:`~oci.response.Response`
|
18904
19028
|
|
18905
19029
|
:example:
|
18906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
18907
19031
|
"""
|
18908
19032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18909
19033
|
required_arguments = []
|
@@ -19037,7 +19161,7 @@ class DatabaseClient(object):
|
|
19037
19161
|
:rtype: :class:`~oci.response.Response`
|
19038
19162
|
|
19039
19163
|
:example:
|
19040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
19041
19165
|
"""
|
19042
19166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19043
19167
|
required_arguments = []
|
@@ -19176,7 +19300,7 @@ class DatabaseClient(object):
|
|
19176
19300
|
:rtype: :class:`~oci.response.Response`
|
19177
19301
|
|
19178
19302
|
:example:
|
19179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
19180
19304
|
"""
|
19181
19305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19182
19306
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -19326,7 +19450,7 @@ class DatabaseClient(object):
|
|
19326
19450
|
:rtype: :class:`~oci.response.Response`
|
19327
19451
|
|
19328
19452
|
:example:
|
19329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
19330
19454
|
"""
|
19331
19455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19332
19456
|
required_arguments = ['autonomousDatabaseId']
|
@@ -19437,7 +19561,7 @@ class DatabaseClient(object):
|
|
19437
19561
|
:rtype: :class:`~oci.response.Response`
|
19438
19562
|
|
19439
19563
|
:example:
|
19440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
19441
19565
|
"""
|
19442
19566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19443
19567
|
required_arguments = ['autonomousDatabaseId']
|
@@ -19600,7 +19724,7 @@ class DatabaseClient(object):
|
|
19600
19724
|
:rtype: :class:`~oci.response.Response`
|
19601
19725
|
|
19602
19726
|
:example:
|
19603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
19604
19728
|
"""
|
19605
19729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19606
19730
|
required_arguments = ['compartmentId']
|
@@ -19775,7 +19899,7 @@ class DatabaseClient(object):
|
|
19775
19899
|
:rtype: :class:`~oci.response.Response`
|
19776
19900
|
|
19777
19901
|
:example:
|
19778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
19779
19903
|
"""
|
19780
19904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19781
19905
|
required_arguments = ['compartmentId']
|
@@ -19906,7 +20030,7 @@ class DatabaseClient(object):
|
|
19906
20030
|
:rtype: :class:`~oci.response.Response`
|
19907
20031
|
|
19908
20032
|
:example:
|
19909
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
19910
20034
|
"""
|
19911
20035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19912
20036
|
required_arguments = ['compartmentId']
|
@@ -20030,7 +20154,7 @@ class DatabaseClient(object):
|
|
20030
20154
|
:rtype: :class:`~oci.response.Response`
|
20031
20155
|
|
20032
20156
|
:example:
|
20033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
20034
20158
|
"""
|
20035
20159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20036
20160
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -20154,7 +20278,7 @@ class DatabaseClient(object):
|
|
20154
20278
|
:rtype: :class:`~oci.response.Response`
|
20155
20279
|
|
20156
20280
|
:example:
|
20157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
20158
20282
|
"""
|
20159
20283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20160
20284
|
required_arguments = ['compartmentId']
|
@@ -20295,7 +20419,7 @@ class DatabaseClient(object):
|
|
20295
20419
|
:rtype: :class:`~oci.response.Response`
|
20296
20420
|
|
20297
20421
|
:example:
|
20298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
20299
20423
|
"""
|
20300
20424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20301
20425
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -20429,7 +20553,7 @@ class DatabaseClient(object):
|
|
20429
20553
|
:rtype: :class:`~oci.response.Response`
|
20430
20554
|
|
20431
20555
|
:example:
|
20432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
20433
20557
|
"""
|
20434
20558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20435
20559
|
required_arguments = ['compartmentId']
|
@@ -20566,7 +20690,7 @@ class DatabaseClient(object):
|
|
20566
20690
|
:rtype: :class:`~oci.response.Response`
|
20567
20691
|
|
20568
20692
|
:example:
|
20569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
20570
20694
|
"""
|
20571
20695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20572
20696
|
required_arguments = ['compartmentId']
|
@@ -20673,7 +20797,7 @@ class DatabaseClient(object):
|
|
20673
20797
|
:rtype: :class:`~oci.response.Response`
|
20674
20798
|
|
20675
20799
|
:example:
|
20676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
20677
20801
|
"""
|
20678
20802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20679
20803
|
required_arguments = []
|
@@ -20800,7 +20924,7 @@ class DatabaseClient(object):
|
|
20800
20924
|
:rtype: :class:`~oci.response.Response`
|
20801
20925
|
|
20802
20926
|
:example:
|
20803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
20804
20928
|
"""
|
20805
20929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20806
20930
|
required_arguments = ['compartmentId']
|
@@ -20954,7 +21078,7 @@ class DatabaseClient(object):
|
|
20954
21078
|
:rtype: :class:`~oci.response.Response`
|
20955
21079
|
|
20956
21080
|
:example:
|
20957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
20958
21082
|
"""
|
20959
21083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20960
21084
|
required_arguments = ['compartmentId']
|
@@ -21091,7 +21215,7 @@ class DatabaseClient(object):
|
|
21091
21215
|
:rtype: :class:`~oci.response.Response`
|
21092
21216
|
|
21093
21217
|
:example:
|
21094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
|
21095
21219
|
"""
|
21096
21220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21097
21221
|
required_arguments = ['cloudVmClusterId']
|
@@ -21219,7 +21343,7 @@ class DatabaseClient(object):
|
|
21219
21343
|
:rtype: :class:`~oci.response.Response`
|
21220
21344
|
|
21221
21345
|
:example:
|
21222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
21223
21347
|
"""
|
21224
21348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21225
21349
|
required_arguments = ['cloudVmClusterId']
|
@@ -21363,7 +21487,7 @@ class DatabaseClient(object):
|
|
21363
21487
|
:rtype: :class:`~oci.response.Response`
|
21364
21488
|
|
21365
21489
|
:example:
|
21366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
21367
21491
|
"""
|
21368
21492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21369
21493
|
required_arguments = ['compartmentId']
|
@@ -21488,7 +21612,7 @@ class DatabaseClient(object):
|
|
21488
21612
|
:rtype: :class:`~oci.response.Response`
|
21489
21613
|
|
21490
21614
|
:example:
|
21491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
21492
21616
|
"""
|
21493
21617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21494
21618
|
required_arguments = ['dbNodeId']
|
@@ -21587,7 +21711,7 @@ class DatabaseClient(object):
|
|
21587
21711
|
:rtype: :class:`~oci.response.Response`
|
21588
21712
|
|
21589
21713
|
:example:
|
21590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
21591
21715
|
"""
|
21592
21716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21593
21717
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -21696,7 +21820,7 @@ class DatabaseClient(object):
|
|
21696
21820
|
:rtype: :class:`~oci.response.Response`
|
21697
21821
|
|
21698
21822
|
:example:
|
21699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
21700
21824
|
"""
|
21701
21825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21702
21826
|
required_arguments = ['databaseId']
|
@@ -21835,7 +21959,7 @@ class DatabaseClient(object):
|
|
21835
21959
|
:rtype: :class:`~oci.response.Response`
|
21836
21960
|
|
21837
21961
|
:example:
|
21838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
21839
21963
|
"""
|
21840
21964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21841
21965
|
required_arguments = ['compartmentId']
|
@@ -22004,7 +22128,7 @@ class DatabaseClient(object):
|
|
22004
22128
|
:rtype: :class:`~oci.response.Response`
|
22005
22129
|
|
22006
22130
|
:example:
|
22007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
22008
22132
|
"""
|
22009
22133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22010
22134
|
required_arguments = ['databaseId']
|
@@ -22179,7 +22303,7 @@ class DatabaseClient(object):
|
|
22179
22303
|
:rtype: :class:`~oci.response.Response`
|
22180
22304
|
|
22181
22305
|
:example:
|
22182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22306
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
22183
22307
|
"""
|
22184
22308
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22185
22309
|
required_arguments = ['compartmentId']
|
@@ -22309,7 +22433,7 @@ class DatabaseClient(object):
|
|
22309
22433
|
:rtype: :class:`~oci.response.Response`
|
22310
22434
|
|
22311
22435
|
:example:
|
22312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
|
22313
22437
|
"""
|
22314
22438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22315
22439
|
required_arguments = ['dbHomeId']
|
@@ -22417,7 +22541,7 @@ class DatabaseClient(object):
|
|
22417
22541
|
:rtype: :class:`~oci.response.Response`
|
22418
22542
|
|
22419
22543
|
:example:
|
22420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
22421
22545
|
"""
|
22422
22546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22423
22547
|
required_arguments = ['dbHomeId']
|
@@ -22561,7 +22685,7 @@ class DatabaseClient(object):
|
|
22561
22685
|
:rtype: :class:`~oci.response.Response`
|
22562
22686
|
|
22563
22687
|
:example:
|
22564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
22565
22689
|
"""
|
22566
22690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22567
22691
|
required_arguments = ['compartmentId']
|
@@ -22725,7 +22849,7 @@ class DatabaseClient(object):
|
|
22725
22849
|
:rtype: :class:`~oci.response.Response`
|
22726
22850
|
|
22727
22851
|
:example:
|
22728
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
22729
22853
|
"""
|
22730
22854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22731
22855
|
required_arguments = ['compartmentId']
|
@@ -22881,7 +23005,7 @@ class DatabaseClient(object):
|
|
22881
23005
|
:rtype: :class:`~oci.response.Response`
|
22882
23006
|
|
22883
23007
|
:example:
|
22884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
22885
23009
|
"""
|
22886
23010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22887
23011
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -23006,7 +23130,7 @@ class DatabaseClient(object):
|
|
23006
23130
|
:rtype: :class:`~oci.response.Response`
|
23007
23131
|
|
23008
23132
|
:example:
|
23009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
23010
23134
|
"""
|
23011
23135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23012
23136
|
required_arguments = []
|
@@ -23103,7 +23227,7 @@ class DatabaseClient(object):
|
|
23103
23227
|
:rtype: :class:`~oci.response.Response`
|
23104
23228
|
|
23105
23229
|
:example:
|
23106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
|
23107
23231
|
"""
|
23108
23232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23109
23233
|
required_arguments = ['dbSystemId']
|
@@ -23211,7 +23335,7 @@ class DatabaseClient(object):
|
|
23211
23335
|
:rtype: :class:`~oci.response.Response`
|
23212
23336
|
|
23213
23337
|
:example:
|
23214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
23215
23339
|
"""
|
23216
23340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23217
23341
|
required_arguments = ['dbSystemId']
|
@@ -23322,7 +23446,7 @@ class DatabaseClient(object):
|
|
23322
23446
|
:rtype: :class:`~oci.response.Response`
|
23323
23447
|
|
23324
23448
|
:example:
|
23325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
23326
23450
|
"""
|
23327
23451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23328
23452
|
required_arguments = ['compartmentId']
|
@@ -23423,7 +23547,7 @@ class DatabaseClient(object):
|
|
23423
23547
|
:rtype: :class:`~oci.response.Response`
|
23424
23548
|
|
23425
23549
|
:example:
|
23426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
23427
23551
|
"""
|
23428
23552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23429
23553
|
required_arguments = ['storageManagement']
|
@@ -23550,7 +23674,7 @@ class DatabaseClient(object):
|
|
23550
23674
|
:rtype: :class:`~oci.response.Response`
|
23551
23675
|
|
23552
23676
|
:example:
|
23553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
|
23554
23678
|
"""
|
23555
23679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23556
23680
|
required_arguments = ['dbSystemId']
|
@@ -23732,7 +23856,7 @@ class DatabaseClient(object):
|
|
23732
23856
|
:rtype: :class:`~oci.response.Response`
|
23733
23857
|
|
23734
23858
|
:example:
|
23735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
23736
23860
|
"""
|
23737
23861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23738
23862
|
required_arguments = ['compartmentId']
|
@@ -23883,7 +24007,7 @@ class DatabaseClient(object):
|
|
23883
24007
|
:rtype: :class:`~oci.response.Response`
|
23884
24008
|
|
23885
24009
|
:example:
|
23886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
23887
24011
|
"""
|
23888
24012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23889
24013
|
required_arguments = ['compartmentId']
|
@@ -24024,7 +24148,7 @@ class DatabaseClient(object):
|
|
24024
24148
|
:rtype: :class:`~oci.response.Response`
|
24025
24149
|
|
24026
24150
|
:example:
|
24027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
24028
24152
|
"""
|
24029
24153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24030
24154
|
required_arguments = ['compartmentId']
|
@@ -24187,7 +24311,7 @@ class DatabaseClient(object):
|
|
24187
24311
|
:rtype: :class:`~oci.response.Response`
|
24188
24312
|
|
24189
24313
|
:example:
|
24190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
24191
24315
|
"""
|
24192
24316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24193
24317
|
required_arguments = ['compartmentId']
|
@@ -24345,7 +24469,7 @@ class DatabaseClient(object):
|
|
24345
24469
|
:rtype: :class:`~oci.response.Response`
|
24346
24470
|
|
24347
24471
|
:example:
|
24348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
24349
24473
|
"""
|
24350
24474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24351
24475
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -24499,7 +24623,7 @@ class DatabaseClient(object):
|
|
24499
24623
|
:rtype: :class:`~oci.response.Response`
|
24500
24624
|
|
24501
24625
|
:example:
|
24502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
24503
24627
|
"""
|
24504
24628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24505
24629
|
required_arguments = ['compartmentId']
|
@@ -24658,7 +24782,7 @@ class DatabaseClient(object):
|
|
24658
24782
|
:rtype: :class:`~oci.response.Response`
|
24659
24783
|
|
24660
24784
|
:example:
|
24661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
24662
24786
|
"""
|
24663
24787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24664
24788
|
required_arguments = ['compartmentId']
|
@@ -24802,7 +24926,7 @@ class DatabaseClient(object):
|
|
24802
24926
|
:rtype: :class:`~oci.response.Response`
|
24803
24927
|
|
24804
24928
|
:example:
|
24805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
24806
24930
|
"""
|
24807
24931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24808
24932
|
required_arguments = ['compartmentId']
|
@@ -24927,7 +25051,7 @@ class DatabaseClient(object):
|
|
24927
25051
|
:rtype: :class:`~oci.response.Response`
|
24928
25052
|
|
24929
25053
|
:example:
|
24930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
24931
25055
|
"""
|
24932
25056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24933
25057
|
required_arguments = ['compartmentId']
|
@@ -25038,7 +25162,7 @@ class DatabaseClient(object):
|
|
25038
25162
|
:rtype: :class:`~oci.response.Response`
|
25039
25163
|
|
25040
25164
|
:example:
|
25041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
25042
25166
|
"""
|
25043
25167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25044
25168
|
required_arguments = ['compartmentId']
|
@@ -25176,7 +25300,7 @@ class DatabaseClient(object):
|
|
25176
25300
|
:rtype: :class:`~oci.response.Response`
|
25177
25301
|
|
25178
25302
|
:example:
|
25179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
25180
25304
|
"""
|
25181
25305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25182
25306
|
required_arguments = ['compartmentId']
|
@@ -25369,7 +25493,7 @@ class DatabaseClient(object):
|
|
25369
25493
|
:rtype: :class:`~oci.response.Response`
|
25370
25494
|
|
25371
25495
|
:example:
|
25372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
25373
25497
|
"""
|
25374
25498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25375
25499
|
required_arguments = ['compartmentId']
|
@@ -25545,7 +25669,7 @@ class DatabaseClient(object):
|
|
25545
25669
|
:rtype: :class:`~oci.response.Response`
|
25546
25670
|
|
25547
25671
|
:example:
|
25548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
25549
25673
|
"""
|
25550
25674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25551
25675
|
required_arguments = ['compartmentId']
|
@@ -25697,7 +25821,7 @@ class DatabaseClient(object):
|
|
25697
25821
|
:rtype: :class:`~oci.response.Response`
|
25698
25822
|
|
25699
25823
|
:example:
|
25700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
25701
25825
|
"""
|
25702
25826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25703
25827
|
required_arguments = ['databaseId']
|
@@ -25867,7 +25991,7 @@ class DatabaseClient(object):
|
|
25867
25991
|
:rtype: :class:`~oci.response.Response`
|
25868
25992
|
|
25869
25993
|
:example:
|
25870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
25871
25995
|
"""
|
25872
25996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25873
25997
|
required_arguments = []
|
@@ -26022,7 +26146,7 @@ class DatabaseClient(object):
|
|
26022
26146
|
:rtype: :class:`~oci.response.Response`
|
26023
26147
|
|
26024
26148
|
:example:
|
26025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
26026
26150
|
"""
|
26027
26151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26028
26152
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -26163,7 +26287,7 @@ class DatabaseClient(object):
|
|
26163
26287
|
:rtype: :class:`~oci.response.Response`
|
26164
26288
|
|
26165
26289
|
:example:
|
26166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
|
26167
26291
|
"""
|
26168
26292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26169
26293
|
required_arguments = ['vmClusterId']
|
@@ -26271,7 +26395,7 @@ class DatabaseClient(object):
|
|
26271
26395
|
:rtype: :class:`~oci.response.Response`
|
26272
26396
|
|
26273
26397
|
:example:
|
26274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
26275
26399
|
"""
|
26276
26400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26277
26401
|
required_arguments = ['vmClusterId']
|
@@ -26392,7 +26516,7 @@ class DatabaseClient(object):
|
|
26392
26516
|
:rtype: :class:`~oci.response.Response`
|
26393
26517
|
|
26394
26518
|
:example:
|
26395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
|
26396
26520
|
"""
|
26397
26521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26398
26522
|
required_arguments = ['vmClusterId']
|
@@ -26534,7 +26658,7 @@ class DatabaseClient(object):
|
|
26534
26658
|
:rtype: :class:`~oci.response.Response`
|
26535
26659
|
|
26536
26660
|
:example:
|
26537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
26538
26662
|
"""
|
26539
26663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26540
26664
|
required_arguments = ['vmClusterId']
|
@@ -26688,7 +26812,7 @@ class DatabaseClient(object):
|
|
26688
26812
|
:rtype: :class:`~oci.response.Response`
|
26689
26813
|
|
26690
26814
|
:example:
|
26691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
26692
26816
|
"""
|
26693
26817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26694
26818
|
required_arguments = ['compartmentId']
|
@@ -26831,7 +26955,7 @@ class DatabaseClient(object):
|
|
26831
26955
|
:rtype: :class:`~oci.response.Response`
|
26832
26956
|
|
26833
26957
|
:example:
|
26834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
26835
26959
|
"""
|
26836
26960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26837
26961
|
required_arguments = ['pluggableDatabaseId']
|
@@ -26951,7 +27075,7 @@ class DatabaseClient(object):
|
|
26951
27075
|
:rtype: :class:`~oci.response.Response`
|
26952
27076
|
|
26953
27077
|
:example:
|
26954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
|
26955
27079
|
"""
|
26956
27080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26957
27081
|
required_arguments = ['dbSystemId']
|
@@ -27071,7 +27195,7 @@ class DatabaseClient(object):
|
|
27071
27195
|
:rtype: :class:`~oci.response.Response`
|
27072
27196
|
|
27073
27197
|
:example:
|
27074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
27075
27199
|
"""
|
27076
27200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27077
27201
|
required_arguments = ['databaseId']
|
@@ -27191,7 +27315,7 @@ class DatabaseClient(object):
|
|
27191
27315
|
:rtype: :class:`~oci.response.Response`
|
27192
27316
|
|
27193
27317
|
:example:
|
27194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
27195
27319
|
"""
|
27196
27320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27197
27321
|
required_arguments = ['databaseId']
|
@@ -27311,7 +27435,7 @@ class DatabaseClient(object):
|
|
27311
27435
|
:rtype: :class:`~oci.response.Response`
|
27312
27436
|
|
27313
27437
|
:example:
|
27314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
27315
27439
|
"""
|
27316
27440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27317
27441
|
required_arguments = ['pluggableDatabaseId']
|
@@ -27419,7 +27543,7 @@ class DatabaseClient(object):
|
|
27419
27543
|
:rtype: :class:`~oci.response.Response`
|
27420
27544
|
|
27421
27545
|
:example:
|
27422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
27423
27547
|
"""
|
27424
27548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27425
27549
|
required_arguments = ['autonomousDatabaseId']
|
@@ -27525,7 +27649,7 @@ class DatabaseClient(object):
|
|
27525
27649
|
:rtype: :class:`~oci.response.Response`
|
27526
27650
|
|
27527
27651
|
:example:
|
27528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
|
27529
27653
|
"""
|
27530
27654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27531
27655
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -27634,7 +27758,7 @@ class DatabaseClient(object):
|
|
27634
27758
|
:rtype: :class:`~oci.response.Response`
|
27635
27759
|
|
27636
27760
|
:example:
|
27637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
27638
27762
|
"""
|
27639
27763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27640
27764
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -27751,7 +27875,7 @@ class DatabaseClient(object):
|
|
27751
27875
|
:rtype: :class:`~oci.response.Response`
|
27752
27876
|
|
27753
27877
|
:example:
|
27754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
27755
27879
|
"""
|
27756
27880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27757
27881
|
required_arguments = ['pluggableDatabaseId']
|
@@ -27871,7 +27995,7 @@ class DatabaseClient(object):
|
|
27871
27995
|
:rtype: :class:`~oci.response.Response`
|
27872
27996
|
|
27873
27997
|
:example:
|
27874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
|
27875
27999
|
"""
|
27876
28000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27877
28001
|
required_arguments = ['cloudVmClusterId']
|
@@ -27991,7 +28115,7 @@ class DatabaseClient(object):
|
|
27991
28115
|
:rtype: :class:`~oci.response.Response`
|
27992
28116
|
|
27993
28117
|
:example:
|
27994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
|
27995
28119
|
"""
|
27996
28120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27997
28121
|
required_arguments = ['vmClusterId']
|
@@ -28117,7 +28241,7 @@ class DatabaseClient(object):
|
|
28117
28241
|
:rtype: :class:`~oci.response.Response`
|
28118
28242
|
|
28119
28243
|
:example:
|
28120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
28121
28245
|
"""
|
28122
28246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28123
28247
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -28228,7 +28352,7 @@ class DatabaseClient(object):
|
|
28228
28352
|
:rtype: :class:`~oci.response.Response`
|
28229
28353
|
|
28230
28354
|
:example:
|
28231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
28232
28356
|
"""
|
28233
28357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28234
28358
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -28330,7 +28454,7 @@ class DatabaseClient(object):
|
|
28330
28454
|
:rtype: :class:`~oci.response.Response`
|
28331
28455
|
|
28332
28456
|
:example:
|
28333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
28334
28458
|
"""
|
28335
28459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28336
28460
|
required_arguments = ['autonomousDatabaseId']
|
@@ -28433,7 +28557,7 @@ class DatabaseClient(object):
|
|
28433
28557
|
:rtype: :class:`~oci.response.Response`
|
28434
28558
|
|
28435
28559
|
:example:
|
28436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
28437
28561
|
"""
|
28438
28562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28439
28563
|
required_arguments = ['autonomousDatabaseId']
|
@@ -28538,7 +28662,7 @@ class DatabaseClient(object):
|
|
28538
28662
|
:rtype: :class:`~oci.response.Response`
|
28539
28663
|
|
28540
28664
|
:example:
|
28541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
28542
28666
|
"""
|
28543
28667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28544
28668
|
required_arguments = ['databaseId']
|
@@ -28652,7 +28776,7 @@ class DatabaseClient(object):
|
|
28652
28776
|
:rtype: :class:`~oci.response.Response`
|
28653
28777
|
|
28654
28778
|
:example:
|
28655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
|
28656
28780
|
"""
|
28657
28781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28658
28782
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -28769,7 +28893,7 @@ class DatabaseClient(object):
|
|
28769
28893
|
:rtype: :class:`~oci.response.Response`
|
28770
28894
|
|
28771
28895
|
:example:
|
28772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
28773
28897
|
"""
|
28774
28898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28775
28899
|
required_arguments = ['autonomousDatabaseId']
|
@@ -28887,7 +29011,7 @@ class DatabaseClient(object):
|
|
28887
29011
|
:rtype: :class:`~oci.response.Response`
|
28888
29012
|
|
28889
29013
|
:example:
|
28890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
|
28891
29015
|
"""
|
28892
29016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28893
29017
|
required_arguments = ['autonomousVmClusterId']
|
@@ -29005,7 +29129,7 @@ class DatabaseClient(object):
|
|
29005
29129
|
:rtype: :class:`~oci.response.Response`
|
29006
29130
|
|
29007
29131
|
:example:
|
29008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
|
29009
29133
|
"""
|
29010
29134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29011
29135
|
required_arguments = ['autonomousVmClusterId']
|
@@ -29123,7 +29247,7 @@ class DatabaseClient(object):
|
|
29123
29247
|
:rtype: :class:`~oci.response.Response`
|
29124
29248
|
|
29125
29249
|
:example:
|
29126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
|
29127
29251
|
"""
|
29128
29252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29129
29253
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -29242,7 +29366,7 @@ class DatabaseClient(object):
|
|
29242
29366
|
:rtype: :class:`~oci.response.Response`
|
29243
29367
|
|
29244
29368
|
:example:
|
29245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
|
29246
29370
|
"""
|
29247
29371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29248
29372
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -29358,7 +29482,7 @@ class DatabaseClient(object):
|
|
29358
29482
|
:rtype: :class:`~oci.response.Response`
|
29359
29483
|
|
29360
29484
|
:example:
|
29361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
29362
29486
|
"""
|
29363
29487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29364
29488
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -29471,7 +29595,7 @@ class DatabaseClient(object):
|
|
29471
29595
|
:rtype: :class:`~oci.response.Response`
|
29472
29596
|
|
29473
29597
|
:example:
|
29474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
29475
29599
|
"""
|
29476
29600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29477
29601
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -29586,7 +29710,7 @@ class DatabaseClient(object):
|
|
29586
29710
|
:rtype: :class:`~oci.response.Response`
|
29587
29711
|
|
29588
29712
|
:example:
|
29589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
29590
29714
|
"""
|
29591
29715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29592
29716
|
required_arguments = ['databaseId']
|
@@ -29703,7 +29827,7 @@ class DatabaseClient(object):
|
|
29703
29827
|
:rtype: :class:`~oci.response.Response`
|
29704
29828
|
|
29705
29829
|
:example:
|
29706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
|
29707
29831
|
"""
|
29708
29832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29709
29833
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -29811,7 +29935,7 @@ class DatabaseClient(object):
|
|
29811
29935
|
:rtype: :class:`~oci.response.Response`
|
29812
29936
|
|
29813
29937
|
:example:
|
29814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
29815
29939
|
"""
|
29816
29940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29817
29941
|
required_arguments = ['autonomousDatabaseId']
|
@@ -29911,7 +30035,7 @@ class DatabaseClient(object):
|
|
29911
30035
|
:rtype: :class:`~oci.response.Response`
|
29912
30036
|
|
29913
30037
|
:example:
|
29914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
29915
30039
|
"""
|
29916
30040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29917
30041
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30021,7 +30145,7 @@ class DatabaseClient(object):
|
|
30021
30145
|
:rtype: :class:`~oci.response.Response`
|
30022
30146
|
|
30023
30147
|
:example:
|
30024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
30025
30149
|
"""
|
30026
30150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30027
30151
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30129,7 +30253,7 @@ class DatabaseClient(object):
|
|
30129
30253
|
:rtype: :class:`~oci.response.Response`
|
30130
30254
|
|
30131
30255
|
:example:
|
30132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
30133
30257
|
"""
|
30134
30258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30135
30259
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30241,7 +30365,7 @@ class DatabaseClient(object):
|
|
30241
30365
|
:rtype: :class:`~oci.response.Response`
|
30242
30366
|
|
30243
30367
|
:example:
|
30244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
30245
30369
|
"""
|
30246
30370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30247
30371
|
required_arguments = ['pluggableDatabaseId']
|
@@ -30353,7 +30477,7 @@ class DatabaseClient(object):
|
|
30353
30477
|
:rtype: :class:`~oci.response.Response`
|
30354
30478
|
|
30355
30479
|
:example:
|
30356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
|
30357
30481
|
"""
|
30358
30482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30359
30483
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -30471,7 +30595,7 @@ class DatabaseClient(object):
|
|
30471
30595
|
:rtype: :class:`~oci.response.Response`
|
30472
30596
|
|
30473
30597
|
:example:
|
30474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
30475
30599
|
"""
|
30476
30600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30477
30601
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30595,7 +30719,7 @@ class DatabaseClient(object):
|
|
30595
30719
|
:rtype: :class:`~oci.response.Response`
|
30596
30720
|
|
30597
30721
|
:example:
|
30598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
30599
30723
|
"""
|
30600
30724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30601
30725
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -30698,7 +30822,7 @@ class DatabaseClient(object):
|
|
30698
30822
|
:rtype: :class:`~oci.response.Response`
|
30699
30823
|
|
30700
30824
|
:example:
|
30701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
30702
30826
|
"""
|
30703
30827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30704
30828
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -30796,7 +30920,7 @@ class DatabaseClient(object):
|
|
30796
30920
|
:rtype: :class:`~oci.response.Response`
|
30797
30921
|
|
30798
30922
|
:example:
|
30799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
30800
30924
|
"""
|
30801
30925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30802
30926
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -30901,7 +31025,7 @@ class DatabaseClient(object):
|
|
30901
31025
|
:rtype: :class:`~oci.response.Response`
|
30902
31026
|
|
30903
31027
|
:example:
|
30904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
30905
31029
|
"""
|
30906
31030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30907
31031
|
required_arguments = ['dbSystemId']
|
@@ -31002,7 +31126,7 @@ class DatabaseClient(object):
|
|
31002
31126
|
:rtype: :class:`~oci.response.Response`
|
31003
31127
|
|
31004
31128
|
:example:
|
31005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
31006
31130
|
"""
|
31007
31131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31008
31132
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -31115,7 +31239,7 @@ class DatabaseClient(object):
|
|
31115
31239
|
:rtype: :class:`~oci.response.Response`
|
31116
31240
|
|
31117
31241
|
:example:
|
31118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
|
31119
31243
|
"""
|
31120
31244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31121
31245
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -31226,7 +31350,7 @@ class DatabaseClient(object):
|
|
31226
31350
|
:rtype: :class:`~oci.response.Response`
|
31227
31351
|
|
31228
31352
|
:example:
|
31229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
31230
31354
|
"""
|
31231
31355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31232
31356
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31336,7 +31460,7 @@ class DatabaseClient(object):
|
|
31336
31460
|
:rtype: :class:`~oci.response.Response`
|
31337
31461
|
|
31338
31462
|
:example:
|
31339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
31340
31464
|
"""
|
31341
31465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31342
31466
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -31436,7 +31560,7 @@ class DatabaseClient(object):
|
|
31436
31560
|
:rtype: :class:`~oci.response.Response`
|
31437
31561
|
|
31438
31562
|
:example:
|
31439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
31440
31564
|
"""
|
31441
31565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31442
31566
|
required_arguments = []
|
@@ -31525,7 +31649,7 @@ class DatabaseClient(object):
|
|
31525
31649
|
:rtype: :class:`~oci.response.Response`
|
31526
31650
|
|
31527
31651
|
:example:
|
31528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
31529
31653
|
"""
|
31530
31654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31531
31655
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31628,7 +31752,7 @@ class DatabaseClient(object):
|
|
31628
31752
|
:rtype: :class:`~oci.response.Response`
|
31629
31753
|
|
31630
31754
|
:example:
|
31631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
31632
31756
|
"""
|
31633
31757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31634
31758
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -31736,7 +31860,7 @@ class DatabaseClient(object):
|
|
31736
31860
|
:rtype: :class:`~oci.response.Response`
|
31737
31861
|
|
31738
31862
|
:example:
|
31739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
31740
31864
|
"""
|
31741
31865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31742
31866
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31849,7 +31973,7 @@ class DatabaseClient(object):
|
|
31849
31973
|
:rtype: :class:`~oci.response.Response`
|
31850
31974
|
|
31851
31975
|
:example:
|
31852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
31853
31977
|
"""
|
31854
31978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31855
31979
|
required_arguments = ['backupDestinationId']
|
@@ -31959,7 +32083,7 @@ class DatabaseClient(object):
|
|
31959
32083
|
:rtype: :class:`~oci.response.Response`
|
31960
32084
|
|
31961
32085
|
:example:
|
31962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
31963
32087
|
"""
|
31964
32088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31965
32089
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -32069,7 +32193,7 @@ class DatabaseClient(object):
|
|
32069
32193
|
:rtype: :class:`~oci.response.Response`
|
32070
32194
|
|
32071
32195
|
:example:
|
32072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
32073
32197
|
"""
|
32074
32198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32075
32199
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -32179,7 +32303,7 @@ class DatabaseClient(object):
|
|
32179
32303
|
:rtype: :class:`~oci.response.Response`
|
32180
32304
|
|
32181
32305
|
:example:
|
32182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32306
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
32183
32307
|
"""
|
32184
32308
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32185
32309
|
required_arguments = ['cloudVmClusterId']
|
@@ -32289,7 +32413,7 @@ class DatabaseClient(object):
|
|
32289
32413
|
:rtype: :class:`~oci.response.Response`
|
32290
32414
|
|
32291
32415
|
:example:
|
32292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
|
32293
32417
|
"""
|
32294
32418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32295
32419
|
required_arguments = ['cloudVmClusterId']
|
@@ -32404,7 +32528,7 @@ class DatabaseClient(object):
|
|
32404
32528
|
:rtype: :class:`~oci.response.Response`
|
32405
32529
|
|
32406
32530
|
:example:
|
32407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
32408
32532
|
"""
|
32409
32533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32410
32534
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -32512,7 +32636,7 @@ class DatabaseClient(object):
|
|
32512
32636
|
:rtype: :class:`~oci.response.Response`
|
32513
32637
|
|
32514
32638
|
:example:
|
32515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
32516
32640
|
"""
|
32517
32641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32518
32642
|
required_arguments = ['databaseId']
|
@@ -32617,7 +32741,7 @@ class DatabaseClient(object):
|
|
32617
32741
|
:rtype: :class:`~oci.response.Response`
|
32618
32742
|
|
32619
32743
|
:example:
|
32620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
32621
32745
|
"""
|
32622
32746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32623
32747
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -32722,7 +32846,7 @@ class DatabaseClient(object):
|
|
32722
32846
|
:rtype: :class:`~oci.response.Response`
|
32723
32847
|
|
32724
32848
|
:example:
|
32725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
32726
32850
|
"""
|
32727
32851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32728
32852
|
required_arguments = ['dbHomeId']
|
@@ -32834,7 +32958,7 @@ class DatabaseClient(object):
|
|
32834
32958
|
:rtype: :class:`~oci.response.Response`
|
32835
32959
|
|
32836
32960
|
:example:
|
32837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
32838
32962
|
"""
|
32839
32963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32840
32964
|
required_arguments = ['dbSystemId']
|
@@ -32943,7 +33067,7 @@ class DatabaseClient(object):
|
|
32943
33067
|
:rtype: :class:`~oci.response.Response`
|
32944
33068
|
|
32945
33069
|
:example:
|
32946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
32947
33071
|
"""
|
32948
33072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32949
33073
|
required_arguments = ['exadataInfrastructureId']
|
@@ -33063,7 +33187,7 @@ class DatabaseClient(object):
|
|
33063
33187
|
:rtype: :class:`~oci.response.Response`
|
33064
33188
|
|
33065
33189
|
:example:
|
33066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
33067
33191
|
"""
|
33068
33192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33069
33193
|
required_arguments = ['dbSystemId']
|
@@ -33176,7 +33300,7 @@ class DatabaseClient(object):
|
|
33176
33300
|
:rtype: :class:`~oci.response.Response`
|
33177
33301
|
|
33178
33302
|
:example:
|
33179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
33180
33304
|
"""
|
33181
33305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33182
33306
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -33287,7 +33411,7 @@ class DatabaseClient(object):
|
|
33287
33411
|
:rtype: :class:`~oci.response.Response`
|
33288
33412
|
|
33289
33413
|
:example:
|
33290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
33291
33415
|
"""
|
33292
33416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33293
33417
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -33397,7 +33521,7 @@ class DatabaseClient(object):
|
|
33397
33521
|
:rtype: :class:`~oci.response.Response`
|
33398
33522
|
|
33399
33523
|
:example:
|
33400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
33401
33525
|
"""
|
33402
33526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33403
33527
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -33509,7 +33633,7 @@ class DatabaseClient(object):
|
|
33509
33633
|
:rtype: :class:`~oci.response.Response`
|
33510
33634
|
|
33511
33635
|
:example:
|
33512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
33513
33637
|
"""
|
33514
33638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33515
33639
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -33619,7 +33743,7 @@ class DatabaseClient(object):
|
|
33619
33743
|
:rtype: :class:`~oci.response.Response`
|
33620
33744
|
|
33621
33745
|
:example:
|
33622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
33623
33747
|
"""
|
33624
33748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33625
33749
|
required_arguments = ['keyStoreId']
|
@@ -33724,7 +33848,7 @@ class DatabaseClient(object):
|
|
33724
33848
|
:rtype: :class:`~oci.response.Response`
|
33725
33849
|
|
33726
33850
|
:example:
|
33727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
33728
33852
|
"""
|
33729
33853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33730
33854
|
required_arguments = ['maintenanceRunId']
|
@@ -33832,7 +33956,7 @@ class DatabaseClient(object):
|
|
33832
33956
|
:rtype: :class:`~oci.response.Response`
|
33833
33957
|
|
33834
33958
|
:example:
|
33835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
33836
33960
|
"""
|
33837
33961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33838
33962
|
required_arguments = ['oneoffPatchId']
|
@@ -33939,7 +34063,7 @@ class DatabaseClient(object):
|
|
33939
34063
|
:rtype: :class:`~oci.response.Response`
|
33940
34064
|
|
33941
34065
|
:example:
|
33942
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
33943
34067
|
"""
|
33944
34068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33945
34069
|
required_arguments = ['pluggableDatabaseId']
|
@@ -34047,7 +34171,7 @@ class DatabaseClient(object):
|
|
34047
34171
|
:rtype: :class:`~oci.response.Response`
|
34048
34172
|
|
34049
34173
|
:example:
|
34050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
34051
34175
|
"""
|
34052
34176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34053
34177
|
required_arguments = ['vmClusterId']
|
@@ -34163,7 +34287,7 @@ class DatabaseClient(object):
|
|
34163
34287
|
:rtype: :class:`~oci.response.Response`
|
34164
34288
|
|
34165
34289
|
:example:
|
34166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
34167
34291
|
"""
|
34168
34292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34169
34293
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -34274,7 +34398,7 @@ class DatabaseClient(object):
|
|
34274
34398
|
:rtype: :class:`~oci.response.Response`
|
34275
34399
|
|
34276
34400
|
:example:
|
34277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
34278
34402
|
"""
|
34279
34403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34280
34404
|
required_arguments = ['databaseId']
|
@@ -34391,7 +34515,7 @@ class DatabaseClient(object):
|
|
34391
34515
|
:rtype: :class:`~oci.response.Response`
|
34392
34516
|
|
34393
34517
|
:example:
|
34394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
34395
34519
|
"""
|
34396
34520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34397
34521
|
required_arguments = ['dbSystemId']
|
@@ -34508,7 +34632,7 @@ class DatabaseClient(object):
|
|
34508
34632
|
:rtype: :class:`~oci.response.Response`
|
34509
34633
|
|
34510
34634
|
:example:
|
34511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
34512
34636
|
"""
|
34513
34637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34514
34638
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|