oci 2.147.0__py3-none-any.whl → 2.148.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/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +57 -57
- oci/apm_synthetics/models/ftp_monitor_configuration.py +2 -2
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +84 -84
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +3343 -1855
- oci/data_safe/data_safe_client_composite_operations.py +217 -0
- oci/data_safe/models/__init__.py +28 -0
- oci/data_safe/models/change_sensitive_type_group_compartment_details.py +72 -0
- oci/data_safe/models/create_discovery_job_details.py +33 -0
- oci/data_safe/models/create_sensitive_data_model_details.py +33 -0
- oci/data_safe/models/create_sensitive_type_group_details.py +210 -0
- oci/data_safe/models/discovery_job.py +31 -0
- oci/data_safe/models/grouped_sensitive_type_collection.py +72 -0
- oci/data_safe/models/grouped_sensitive_type_summary.py +72 -0
- oci/data_safe/models/mask_data_details.py +53 -0
- oci/{opensearch/models/pipeline_validation_error_details.py → data_safe/models/masking_error_collection.py} +25 -21
- oci/data_safe/models/masking_error_summary.py +189 -0
- oci/data_safe/models/masking_report.py +111 -2
- oci/data_safe/models/masking_report_summary.py +111 -2
- oci/data_safe/models/patch_grouped_sensitive_types_details.py +72 -0
- oci/data_safe/models/report_definition.py +14 -6
- oci/data_safe/models/report_definition_summary.py +14 -6
- oci/data_safe/models/sensitive_column_analytics_collection.py +72 -0
- oci/data_safe/models/sensitive_column_analytics_dimensions.py +227 -0
- oci/data_safe/models/sensitive_column_analytics_summary.py +99 -0
- oci/data_safe/models/sensitive_data_model.py +31 -0
- oci/data_safe/models/sensitive_type_group.py +438 -0
- oci/data_safe/models/sensitive_type_group_collection.py +72 -0
- oci/data_safe/models/sensitive_type_group_summary.py +438 -0
- oci/data_safe/models/update_sensitive_data_model_details.py +31 -0
- oci/data_safe/models/update_sensitive_type_group_details.py +179 -0
- oci/data_science/data_science_client.py +1849 -409
- oci/data_science/data_science_client_composite_operations.py +44 -0
- oci/data_science/models/__init__.py +6 -0
- oci/data_science/models/metadata.py +74 -2
- oci/data_science/models/model.py +78 -0
- oci/data_science/models/model_artifact_reference_details.py +101 -0
- oci/data_science/models/model_summary.py +78 -0
- oci/data_science/models/model_version_set.py +47 -0
- oci/data_science/models/model_version_set_summary.py +47 -0
- oci/data_science/models/oss_model_artifact_reference_details.py +144 -0
- oci/data_science/models/register_model_artifact_reference_details.py +72 -0
- oci/data_science/models/work_request.py +7 -3
- oci/data_science/models/work_request_summary.py +7 -3
- oci/database/database_client.py +453 -418
- oci/database/models/application_vip.py +33 -2
- oci/database/models/application_vip_summary.py +33 -2
- oci/database/models/cloud_vm_cluster.py +141 -8
- oci/database/models/cloud_vm_cluster_summary.py +141 -8
- oci/database/models/create_application_vip_details.py +35 -4
- oci/database/models/create_cloud_vm_cluster_details.py +49 -2
- oci/database/models/create_vm_cluster_details.py +47 -0
- oci/database/models/db_node.py +90 -8
- oci/database/models/db_node_summary.py +90 -8
- oci/database/models/vm_cluster.py +47 -0
- oci/database/models/vm_cluster_summary.py +47 -0
- oci/database_management/db_management_client.py +228 -228
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +9 -9
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +12 -12
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +84 -84
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/__init__.py +2 -0
- oci/mysql/models/backup_policy.py +41 -0
- oci/mysql/models/copy_backup_details.py +35 -0
- oci/mysql/models/copy_policy.py +103 -0
- oci/mysql/models/create_backup_policy_details.py +41 -0
- oci/mysql/models/update_backup_policy_details.py +41 -0
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/__init__.py +3 -1
- oci/opensearch/models/__init__.py +6 -6
- oci/opensearch/models/create_opensearch_cluster_pipeline_details.py +152 -123
- oci/opensearch/models/force_patch_pipeline_details.py +103 -0
- oci/opensearch/models/opensearch_cluster_pipeline.py +198 -89
- oci/opensearch/models/opensearch_cluster_pipeline_collection.py +1 -1
- oci/opensearch/models/opensearch_cluster_pipeline_summary.py +195 -102
- oci/opensearch/models/opensearch_pipeline_reverse_connection_endpoint.py +103 -0
- oci/opensearch/models/update_opensearch_cluster_pipeline_details.py +337 -85
- oci/opensearch/models/update_pipeline_status_details.py +103 -0
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +16 -16
- oci/opensearch/opensearch_cluster_pipeline_client.py +688 -0
- oci/opensearch/opensearch_cluster_pipeline_client_composite_operations.py +154 -0
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +181 -181
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +24 -24
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/METADATA +1 -1
- {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/RECORD +327 -307
- oci/opensearch/models/opensearch_pipeline_validation_response.py +0 -103
- oci/opensearch/models/validate_opensearch_pipeline_details.py +0 -103
- {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/WHEEL +0 -0
- {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/top_level.txt +0 -0
oci/database/database_client.py
CHANGED
@@ -157,7 +157,7 @@ class DatabaseClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['exadataInfrastructureId']
|
@@ -280,7 +280,7 @@ class DatabaseClient(object):
|
|
280
280
|
:rtype: :class:`~oci.response.Response`
|
281
281
|
|
282
282
|
:example:
|
283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
|
284
284
|
"""
|
285
285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
286
286
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -397,7 +397,7 @@ class DatabaseClient(object):
|
|
397
397
|
:rtype: :class:`~oci.response.Response`
|
398
398
|
|
399
399
|
:example:
|
400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
|
401
401
|
"""
|
402
402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
403
403
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -512,7 +512,7 @@ class DatabaseClient(object):
|
|
512
512
|
:rtype: :class:`~oci.response.Response`
|
513
513
|
|
514
514
|
:example:
|
515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
516
516
|
"""
|
517
517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
518
518
|
required_arguments = ['exadataInfrastructureId']
|
@@ -630,7 +630,7 @@ class DatabaseClient(object):
|
|
630
630
|
:rtype: :class:`~oci.response.Response`
|
631
631
|
|
632
632
|
:example:
|
633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
|
634
634
|
"""
|
635
635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
636
636
|
required_arguments = ['cloudVmClusterId']
|
@@ -750,7 +750,7 @@ class DatabaseClient(object):
|
|
750
750
|
:rtype: :class:`~oci.response.Response`
|
751
751
|
|
752
752
|
:example:
|
753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
|
754
754
|
"""
|
755
755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
756
756
|
required_arguments = ['vmClusterId']
|
@@ -870,7 +870,7 @@ class DatabaseClient(object):
|
|
870
870
|
:rtype: :class:`~oci.response.Response`
|
871
871
|
|
872
872
|
:example:
|
873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
874
874
|
"""
|
875
875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
876
876
|
required_arguments = ['autonomousDatabaseId']
|
@@ -987,7 +987,7 @@ class DatabaseClient(object):
|
|
987
987
|
:rtype: :class:`~oci.response.Response`
|
988
988
|
|
989
989
|
:example:
|
990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
991
991
|
"""
|
992
992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
993
993
|
required_arguments = ['backupId']
|
@@ -1103,7 +1103,7 @@ class DatabaseClient(object):
|
|
1103
1103
|
:rtype: :class:`~oci.response.Response`
|
1104
1104
|
|
1105
1105
|
:example:
|
1106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
|
1107
1107
|
"""
|
1108
1108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1109
1109
|
required_arguments = ['executionWindowId']
|
@@ -1220,7 +1220,7 @@ class DatabaseClient(object):
|
|
1220
1220
|
:rtype: :class:`~oci.response.Response`
|
1221
1221
|
|
1222
1222
|
:example:
|
1223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
|
1224
1224
|
"""
|
1225
1225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1226
1226
|
required_arguments = ['schedulingPlanId']
|
@@ -1340,7 +1340,7 @@ class DatabaseClient(object):
|
|
1340
1340
|
:rtype: :class:`~oci.response.Response`
|
1341
1341
|
|
1342
1342
|
:example:
|
1343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
1344
1344
|
"""
|
1345
1345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1346
1346
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1462,7 +1462,7 @@ class DatabaseClient(object):
|
|
1462
1462
|
:rtype: :class:`~oci.response.Response`
|
1463
1463
|
|
1464
1464
|
:example:
|
1465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1466
1466
|
"""
|
1467
1467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1468
1468
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1580,7 +1580,7 @@ class DatabaseClient(object):
|
|
1580
1580
|
:rtype: :class:`~oci.response.Response`
|
1581
1581
|
|
1582
1582
|
:example:
|
1583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
|
1584
1584
|
"""
|
1585
1585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1586
1586
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -1698,7 +1698,7 @@ class DatabaseClient(object):
|
|
1698
1698
|
:rtype: :class:`~oci.response.Response`
|
1699
1699
|
|
1700
1700
|
:example:
|
1701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
|
1702
1702
|
"""
|
1703
1703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1704
1704
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1820,7 +1820,7 @@ class DatabaseClient(object):
|
|
1820
1820
|
:rtype: :class:`~oci.response.Response`
|
1821
1821
|
|
1822
1822
|
:example:
|
1823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1824
1824
|
"""
|
1825
1825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1826
1826
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1938,7 +1938,7 @@ class DatabaseClient(object):
|
|
1938
1938
|
:rtype: :class:`~oci.response.Response`
|
1939
1939
|
|
1940
1940
|
:example:
|
1941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1942
1942
|
"""
|
1943
1943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1944
1944
|
required_arguments = ['autonomousVmClusterId']
|
@@ -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.148.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
2064
2064
|
"""
|
2065
2065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2066
2066
|
required_arguments = ['backupDestinationId']
|
@@ -2178,7 +2178,7 @@ class DatabaseClient(object):
|
|
2178
2178
|
:rtype: :class:`~oci.response.Response`
|
2179
2179
|
|
2180
2180
|
:example:
|
2181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
2182
2182
|
"""
|
2183
2183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2184
2184
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -2298,7 +2298,7 @@ class DatabaseClient(object):
|
|
2298
2298
|
:rtype: :class:`~oci.response.Response`
|
2299
2299
|
|
2300
2300
|
:example:
|
2301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
2302
2302
|
"""
|
2303
2303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2304
2304
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2416,7 +2416,7 @@ class DatabaseClient(object):
|
|
2416
2416
|
:rtype: :class:`~oci.response.Response`
|
2417
2417
|
|
2418
2418
|
:example:
|
2419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
|
2420
2420
|
"""
|
2421
2421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2422
2422
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -2534,7 +2534,7 @@ class DatabaseClient(object):
|
|
2534
2534
|
:rtype: :class:`~oci.response.Response`
|
2535
2535
|
|
2536
2536
|
:example:
|
2537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
2538
2538
|
"""
|
2539
2539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2540
2540
|
required_arguments = ['cloudVmClusterId']
|
@@ -2652,7 +2652,7 @@ class DatabaseClient(object):
|
|
2652
2652
|
:rtype: :class:`~oci.response.Response`
|
2653
2653
|
|
2654
2654
|
:example:
|
2655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
|
2656
2656
|
"""
|
2657
2657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2658
2658
|
required_arguments = ['cloudVmClusterId']
|
@@ -2774,7 +2774,7 @@ class DatabaseClient(object):
|
|
2774
2774
|
:rtype: :class:`~oci.response.Response`
|
2775
2775
|
|
2776
2776
|
:example:
|
2777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
2778
2778
|
"""
|
2779
2779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2780
2780
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2897,7 +2897,7 @@ class DatabaseClient(object):
|
|
2897
2897
|
:rtype: :class:`~oci.response.Response`
|
2898
2898
|
|
2899
2899
|
:example:
|
2900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2901
2901
|
"""
|
2902
2902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2903
2903
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -3028,7 +3028,7 @@ class DatabaseClient(object):
|
|
3028
3028
|
:rtype: :class:`~oci.response.Response`
|
3029
3029
|
|
3030
3030
|
:example:
|
3031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
3032
3032
|
"""
|
3033
3033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3034
3034
|
required_arguments = ['dbSystemId']
|
@@ -3139,7 +3139,7 @@ class DatabaseClient(object):
|
|
3139
3139
|
:rtype: :class:`~oci.response.Response`
|
3140
3140
|
|
3141
3141
|
:example:
|
3142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
3143
3143
|
"""
|
3144
3144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3145
3145
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3256,7 +3256,7 @@ class DatabaseClient(object):
|
|
3256
3256
|
:rtype: :class:`~oci.response.Response`
|
3257
3257
|
|
3258
3258
|
:example:
|
3259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
|
3260
3260
|
"""
|
3261
3261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3262
3262
|
required_arguments = ['databaseId']
|
@@ -3375,7 +3375,7 @@ class DatabaseClient(object):
|
|
3375
3375
|
:rtype: :class:`~oci.response.Response`
|
3376
3376
|
|
3377
3377
|
:example:
|
3378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
3379
3379
|
"""
|
3380
3380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3381
3381
|
required_arguments = ['exadataInfrastructureId']
|
@@ -3493,7 +3493,7 @@ class DatabaseClient(object):
|
|
3493
3493
|
:rtype: :class:`~oci.response.Response`
|
3494
3494
|
|
3495
3495
|
:example:
|
3496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
|
3497
3497
|
"""
|
3498
3498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3499
3499
|
required_arguments = ['exadbVmClusterId']
|
@@ -3611,7 +3611,7 @@ class DatabaseClient(object):
|
|
3611
3611
|
:rtype: :class:`~oci.response.Response`
|
3612
3612
|
|
3613
3613
|
:example:
|
3614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
|
3615
3615
|
"""
|
3616
3616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3617
3617
|
required_arguments = ['exadbVmClusterId']
|
@@ -3729,7 +3729,7 @@ class DatabaseClient(object):
|
|
3729
3729
|
:rtype: :class:`~oci.response.Response`
|
3730
3730
|
|
3731
3731
|
:example:
|
3732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
|
3733
3733
|
"""
|
3734
3734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3735
3735
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -3847,7 +3847,7 @@ class DatabaseClient(object):
|
|
3847
3847
|
:rtype: :class:`~oci.response.Response`
|
3848
3848
|
|
3849
3849
|
:example:
|
3850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
|
3851
3851
|
"""
|
3852
3852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3853
3853
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -3970,7 +3970,7 @@ class DatabaseClient(object):
|
|
3970
3970
|
:rtype: :class:`~oci.response.Response`
|
3971
3971
|
|
3972
3972
|
:example:
|
3973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
3974
3974
|
"""
|
3975
3975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3976
3976
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -4092,7 +4092,7 @@ class DatabaseClient(object):
|
|
4092
4092
|
:rtype: :class:`~oci.response.Response`
|
4093
4093
|
|
4094
4094
|
:example:
|
4095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
4096
4096
|
"""
|
4097
4097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4098
4098
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -4217,7 +4217,7 @@ class DatabaseClient(object):
|
|
4217
4217
|
:rtype: :class:`~oci.response.Response`
|
4218
4218
|
|
4219
4219
|
:example:
|
4220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
4221
4221
|
"""
|
4222
4222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4223
4223
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -4339,7 +4339,7 @@ class DatabaseClient(object):
|
|
4339
4339
|
:rtype: :class:`~oci.response.Response`
|
4340
4340
|
|
4341
4341
|
:example:
|
4342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
4343
4343
|
"""
|
4344
4344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4345
4345
|
required_arguments = ['keyStoreId']
|
@@ -4457,7 +4457,7 @@ class DatabaseClient(object):
|
|
4457
4457
|
:rtype: :class:`~oci.response.Response`
|
4458
4458
|
|
4459
4459
|
:example:
|
4460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
4461
4461
|
"""
|
4462
4462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4463
4463
|
required_arguments = ['databaseId']
|
@@ -4575,7 +4575,7 @@ class DatabaseClient(object):
|
|
4575
4575
|
:rtype: :class:`~oci.response.Response`
|
4576
4576
|
|
4577
4577
|
:example:
|
4578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
4579
4579
|
"""
|
4580
4580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4581
4581
|
required_arguments = ['oneoffPatchId']
|
@@ -4693,7 +4693,7 @@ class DatabaseClient(object):
|
|
4693
4693
|
:rtype: :class:`~oci.response.Response`
|
4694
4694
|
|
4695
4695
|
:example:
|
4696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
|
4697
4697
|
"""
|
4698
4698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4699
4699
|
required_arguments = ['schedulingPlanId']
|
@@ -4811,7 +4811,7 @@ class DatabaseClient(object):
|
|
4811
4811
|
:rtype: :class:`~oci.response.Response`
|
4812
4812
|
|
4813
4813
|
:example:
|
4814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
|
4815
4815
|
"""
|
4816
4816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4817
4817
|
required_arguments = ['schedulingPolicyId']
|
@@ -4930,7 +4930,7 @@ class DatabaseClient(object):
|
|
4930
4930
|
:rtype: :class:`~oci.response.Response`
|
4931
4931
|
|
4932
4932
|
:example:
|
4933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
4934
4934
|
"""
|
4935
4935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4936
4936
|
required_arguments = ['vmClusterId']
|
@@ -5047,7 +5047,7 @@ class DatabaseClient(object):
|
|
5047
5047
|
:rtype: :class:`~oci.response.Response`
|
5048
5048
|
|
5049
5049
|
:example:
|
5050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
5051
5051
|
"""
|
5052
5052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5053
5053
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -5164,7 +5164,7 @@ class DatabaseClient(object):
|
|
5164
5164
|
:rtype: :class:`~oci.response.Response`
|
5165
5165
|
|
5166
5166
|
:example:
|
5167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
5168
5168
|
"""
|
5169
5169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5170
5170
|
required_arguments = ['backupId']
|
@@ -5286,7 +5286,7 @@ class DatabaseClient(object):
|
|
5286
5286
|
:rtype: :class:`~oci.response.Response`
|
5287
5287
|
|
5288
5288
|
:example:
|
5289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
5290
5290
|
"""
|
5291
5291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5292
5292
|
required_arguments = ['autonomousDatabaseId']
|
@@ -5404,7 +5404,7 @@ class DatabaseClient(object):
|
|
5404
5404
|
:rtype: :class:`~oci.response.Response`
|
5405
5405
|
|
5406
5406
|
:example:
|
5407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
|
5408
5408
|
"""
|
5409
5409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5410
5410
|
required_arguments = ['exadataInfrastructureId']
|
@@ -5517,7 +5517,7 @@ class DatabaseClient(object):
|
|
5517
5517
|
:rtype: :class:`~oci.response.Response`
|
5518
5518
|
|
5519
5519
|
:example:
|
5520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
5521
5521
|
"""
|
5522
5522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5523
5523
|
required_arguments = ['autonomousDatabaseId']
|
@@ -5632,7 +5632,7 @@ class DatabaseClient(object):
|
|
5632
5632
|
:rtype: :class:`~oci.response.Response`
|
5633
5633
|
|
5634
5634
|
:example:
|
5635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
|
5636
5636
|
"""
|
5637
5637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5638
5638
|
required_arguments = ['keyStoreId']
|
@@ -5753,7 +5753,7 @@ class DatabaseClient(object):
|
|
5753
5753
|
:rtype: :class:`~oci.response.Response`
|
5754
5754
|
|
5755
5755
|
:example:
|
5756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
|
5757
5757
|
"""
|
5758
5758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5759
5759
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -5866,7 +5866,7 @@ class DatabaseClient(object):
|
|
5866
5866
|
:rtype: :class:`~oci.response.Response`
|
5867
5867
|
|
5868
5868
|
:example:
|
5869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
5870
5870
|
"""
|
5871
5871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5872
5872
|
required_arguments = ['databaseId']
|
@@ -5984,7 +5984,7 @@ class DatabaseClient(object):
|
|
5984
5984
|
:rtype: :class:`~oci.response.Response`
|
5985
5985
|
|
5986
5986
|
:example:
|
5987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
5988
5988
|
"""
|
5989
5989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5990
5990
|
required_arguments = ['pluggableDatabaseId']
|
@@ -6108,7 +6108,7 @@ class DatabaseClient(object):
|
|
6108
6108
|
:rtype: :class:`~oci.response.Response`
|
6109
6109
|
|
6110
6110
|
:example:
|
6111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
|
6112
6112
|
"""
|
6113
6113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6114
6114
|
required_arguments = ['databaseId']
|
@@ -6218,7 +6218,7 @@ class DatabaseClient(object):
|
|
6218
6218
|
:rtype: :class:`~oci.response.Response`
|
6219
6219
|
|
6220
6220
|
:example:
|
6221
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6221
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
6222
6222
|
"""
|
6223
6223
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6224
6224
|
required_arguments = []
|
@@ -6311,7 +6311,7 @@ class DatabaseClient(object):
|
|
6311
6311
|
:rtype: :class:`~oci.response.Response`
|
6312
6312
|
|
6313
6313
|
:example:
|
6314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
6315
6315
|
"""
|
6316
6316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6317
6317
|
required_arguments = []
|
@@ -6417,7 +6417,7 @@ class DatabaseClient(object):
|
|
6417
6417
|
:rtype: :class:`~oci.response.Response`
|
6418
6418
|
|
6419
6419
|
:example:
|
6420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
|
6421
6421
|
"""
|
6422
6422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6423
6423
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -6523,7 +6523,7 @@ class DatabaseClient(object):
|
|
6523
6523
|
:rtype: :class:`~oci.response.Response`
|
6524
6524
|
|
6525
6525
|
:example:
|
6526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
6527
6527
|
"""
|
6528
6528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6529
6529
|
required_arguments = []
|
@@ -6619,7 +6619,7 @@ class DatabaseClient(object):
|
|
6619
6619
|
:rtype: :class:`~oci.response.Response`
|
6620
6620
|
|
6621
6621
|
:example:
|
6622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
6623
6623
|
"""
|
6624
6624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6625
6625
|
required_arguments = []
|
@@ -6715,7 +6715,7 @@ class DatabaseClient(object):
|
|
6715
6715
|
:rtype: :class:`~oci.response.Response`
|
6716
6716
|
|
6717
6717
|
:example:
|
6718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
|
6719
6719
|
"""
|
6720
6720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6721
6721
|
required_arguments = []
|
@@ -6811,7 +6811,7 @@ class DatabaseClient(object):
|
|
6811
6811
|
:rtype: :class:`~oci.response.Response`
|
6812
6812
|
|
6813
6813
|
:example:
|
6814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
6815
6815
|
"""
|
6816
6816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6817
6817
|
required_arguments = []
|
@@ -6904,7 +6904,7 @@ class DatabaseClient(object):
|
|
6904
6904
|
:rtype: :class:`~oci.response.Response`
|
6905
6905
|
|
6906
6906
|
:example:
|
6907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
6908
6908
|
"""
|
6909
6909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6910
6910
|
required_arguments = []
|
@@ -6998,7 +6998,7 @@ class DatabaseClient(object):
|
|
6998
6998
|
:rtype: :class:`~oci.response.Response`
|
6999
6999
|
|
7000
7000
|
:example:
|
7001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
7002
7002
|
"""
|
7003
7003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7004
7004
|
required_arguments = []
|
@@ -7094,7 +7094,7 @@ class DatabaseClient(object):
|
|
7094
7094
|
:rtype: :class:`~oci.response.Response`
|
7095
7095
|
|
7096
7096
|
:example:
|
7097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
7098
7098
|
"""
|
7099
7099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7100
7100
|
required_arguments = []
|
@@ -7194,7 +7194,7 @@ class DatabaseClient(object):
|
|
7194
7194
|
:rtype: :class:`~oci.response.Response`
|
7195
7195
|
|
7196
7196
|
:example:
|
7197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
7198
7198
|
"""
|
7199
7199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7200
7200
|
required_arguments = []
|
@@ -7292,7 +7292,7 @@ class DatabaseClient(object):
|
|
7292
7292
|
:rtype: :class:`~oci.response.Response`
|
7293
7293
|
|
7294
7294
|
:example:
|
7295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
7296
7296
|
"""
|
7297
7297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7298
7298
|
required_arguments = []
|
@@ -7392,7 +7392,7 @@ class DatabaseClient(object):
|
|
7392
7392
|
:rtype: :class:`~oci.response.Response`
|
7393
7393
|
|
7394
7394
|
:example:
|
7395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
7396
7396
|
"""
|
7397
7397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7398
7398
|
required_arguments = ['dbNodeId']
|
@@ -7503,7 +7503,7 @@ class DatabaseClient(object):
|
|
7503
7503
|
:rtype: :class:`~oci.response.Response`
|
7504
7504
|
|
7505
7505
|
:example:
|
7506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
7507
7507
|
"""
|
7508
7508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7509
7509
|
required_arguments = ['dbNodeId']
|
@@ -7623,7 +7623,7 @@ class DatabaseClient(object):
|
|
7623
7623
|
:rtype: :class:`~oci.response.Response`
|
7624
7624
|
|
7625
7625
|
:example:
|
7626
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
7627
7627
|
"""
|
7628
7628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7629
7629
|
required_arguments = ['databaseId']
|
@@ -7729,7 +7729,7 @@ class DatabaseClient(object):
|
|
7729
7729
|
:rtype: :class:`~oci.response.Response`
|
7730
7730
|
|
7731
7731
|
:example:
|
7732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
7733
7733
|
"""
|
7734
7734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7735
7735
|
required_arguments = []
|
@@ -7822,7 +7822,7 @@ class DatabaseClient(object):
|
|
7822
7822
|
:rtype: :class:`~oci.response.Response`
|
7823
7823
|
|
7824
7824
|
:example:
|
7825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
7826
7826
|
"""
|
7827
7827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7828
7828
|
required_arguments = []
|
@@ -7913,7 +7913,7 @@ class DatabaseClient(object):
|
|
7913
7913
|
:rtype: :class:`~oci.response.Response`
|
7914
7914
|
|
7915
7915
|
:example:
|
7916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
7917
7917
|
"""
|
7918
7918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7919
7919
|
required_arguments = []
|
@@ -8008,7 +8008,7 @@ class DatabaseClient(object):
|
|
8008
8008
|
:rtype: :class:`~oci.response.Response`
|
8009
8009
|
|
8010
8010
|
:example:
|
8011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
8012
8012
|
"""
|
8013
8013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8014
8014
|
required_arguments = []
|
@@ -8106,7 +8106,7 @@ class DatabaseClient(object):
|
|
8106
8106
|
:rtype: :class:`~oci.response.Response`
|
8107
8107
|
|
8108
8108
|
:example:
|
8109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
|
8110
8110
|
"""
|
8111
8111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8112
8112
|
required_arguments = []
|
@@ -8202,7 +8202,7 @@ class DatabaseClient(object):
|
|
8202
8202
|
:rtype: :class:`~oci.response.Response`
|
8203
8203
|
|
8204
8204
|
:example:
|
8205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
|
8206
8206
|
"""
|
8207
8207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8208
8208
|
required_arguments = []
|
@@ -8298,7 +8298,7 @@ class DatabaseClient(object):
|
|
8298
8298
|
:rtype: :class:`~oci.response.Response`
|
8299
8299
|
|
8300
8300
|
:example:
|
8301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
|
8302
8302
|
"""
|
8303
8303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8304
8304
|
required_arguments = []
|
@@ -8394,7 +8394,7 @@ class DatabaseClient(object):
|
|
8394
8394
|
:rtype: :class:`~oci.response.Response`
|
8395
8395
|
|
8396
8396
|
:example:
|
8397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
|
8398
8398
|
"""
|
8399
8399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8400
8400
|
required_arguments = []
|
@@ -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.148.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
8495
8495
|
"""
|
8496
8496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8497
8497
|
required_arguments = []
|
@@ -8585,7 +8585,7 @@ class DatabaseClient(object):
|
|
8585
8585
|
:rtype: :class:`~oci.response.Response`
|
8586
8586
|
|
8587
8587
|
:example:
|
8588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
8589
8589
|
"""
|
8590
8590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8591
8591
|
required_arguments = []
|
@@ -8681,7 +8681,7 @@ class DatabaseClient(object):
|
|
8681
8681
|
:rtype: :class:`~oci.response.Response`
|
8682
8682
|
|
8683
8683
|
:example:
|
8684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
8685
8685
|
"""
|
8686
8686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8687
8687
|
required_arguments = []
|
@@ -8777,7 +8777,7 @@ class DatabaseClient(object):
|
|
8777
8777
|
:rtype: :class:`~oci.response.Response`
|
8778
8778
|
|
8779
8779
|
:example:
|
8780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
8781
8781
|
"""
|
8782
8782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8783
8783
|
required_arguments = []
|
@@ -8874,7 +8874,7 @@ class DatabaseClient(object):
|
|
8874
8874
|
:rtype: :class:`~oci.response.Response`
|
8875
8875
|
|
8876
8876
|
:example:
|
8877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
8878
8878
|
"""
|
8879
8879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8880
8880
|
required_arguments = []
|
@@ -8970,7 +8970,7 @@ class DatabaseClient(object):
|
|
8970
8970
|
:rtype: :class:`~oci.response.Response`
|
8971
8971
|
|
8972
8972
|
:example:
|
8973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
8974
8974
|
"""
|
8975
8975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8976
8976
|
required_arguments = []
|
@@ -9069,7 +9069,7 @@ class DatabaseClient(object):
|
|
9069
9069
|
:rtype: :class:`~oci.response.Response`
|
9070
9070
|
|
9071
9071
|
:example:
|
9072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
9073
9073
|
"""
|
9074
9074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9075
9075
|
required_arguments = []
|
@@ -9165,7 +9165,7 @@ class DatabaseClient(object):
|
|
9165
9165
|
:rtype: :class:`~oci.response.Response`
|
9166
9166
|
|
9167
9167
|
:example:
|
9168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
9169
9169
|
"""
|
9170
9170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9171
9171
|
required_arguments = []
|
@@ -9263,7 +9263,7 @@ class DatabaseClient(object):
|
|
9263
9263
|
:rtype: :class:`~oci.response.Response`
|
9264
9264
|
|
9265
9265
|
:example:
|
9266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
9267
9267
|
"""
|
9268
9268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9269
9269
|
required_arguments = []
|
@@ -9359,7 +9359,7 @@ class DatabaseClient(object):
|
|
9359
9359
|
:rtype: :class:`~oci.response.Response`
|
9360
9360
|
|
9361
9361
|
:example:
|
9362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
|
9363
9363
|
"""
|
9364
9364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9365
9365
|
required_arguments = []
|
@@ -9455,7 +9455,7 @@ class DatabaseClient(object):
|
|
9455
9455
|
:rtype: :class:`~oci.response.Response`
|
9456
9456
|
|
9457
9457
|
:example:
|
9458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
|
9459
9459
|
"""
|
9460
9460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9461
9461
|
required_arguments = []
|
@@ -9551,7 +9551,7 @@ class DatabaseClient(object):
|
|
9551
9551
|
:rtype: :class:`~oci.response.Response`
|
9552
9552
|
|
9553
9553
|
:example:
|
9554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
|
9555
9555
|
"""
|
9556
9556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9557
9557
|
required_arguments = []
|
@@ -9652,7 +9652,7 @@ class DatabaseClient(object):
|
|
9652
9652
|
:rtype: :class:`~oci.response.Response`
|
9653
9653
|
|
9654
9654
|
:example:
|
9655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
|
9656
9656
|
"""
|
9657
9657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9658
9658
|
required_arguments = ['schedulingPolicyId']
|
@@ -9761,7 +9761,7 @@ class DatabaseClient(object):
|
|
9761
9761
|
:rtype: :class:`~oci.response.Response`
|
9762
9762
|
|
9763
9763
|
:example:
|
9764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
9765
9765
|
"""
|
9766
9766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9767
9767
|
required_arguments = []
|
@@ -9863,7 +9863,7 @@ class DatabaseClient(object):
|
|
9863
9863
|
:rtype: :class:`~oci.response.Response`
|
9864
9864
|
|
9865
9865
|
:example:
|
9866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
9867
9867
|
"""
|
9868
9868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9869
9869
|
required_arguments = ['exadataInfrastructureId']
|
@@ -9992,7 +9992,7 @@ class DatabaseClient(object):
|
|
9992
9992
|
:rtype: :class:`~oci.response.Response`
|
9993
9993
|
|
9994
9994
|
:example:
|
9995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
9996
9996
|
"""
|
9997
9997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9998
9998
|
required_arguments = ['dbNodeId', 'action']
|
@@ -10105,7 +10105,7 @@ class DatabaseClient(object):
|
|
10105
10105
|
:rtype: :class:`~oci.response.Response`
|
10106
10106
|
|
10107
10107
|
:example:
|
10108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
10109
10109
|
"""
|
10110
10110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10111
10111
|
required_arguments = ['applicationVipId']
|
@@ -10208,7 +10208,7 @@ class DatabaseClient(object):
|
|
10208
10208
|
:rtype: :class:`~oci.response.Response`
|
10209
10209
|
|
10210
10210
|
:example:
|
10211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
10212
10212
|
"""
|
10213
10213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10214
10214
|
required_arguments = ['autonomousDatabaseId']
|
@@ -10311,7 +10311,7 @@ class DatabaseClient(object):
|
|
10311
10311
|
:rtype: :class:`~oci.response.Response`
|
10312
10312
|
|
10313
10313
|
:example:
|
10314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
10315
10315
|
"""
|
10316
10316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10317
10317
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -10414,7 +10414,7 @@ class DatabaseClient(object):
|
|
10414
10414
|
:rtype: :class:`~oci.response.Response`
|
10415
10415
|
|
10416
10416
|
:example:
|
10417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
|
10418
10418
|
"""
|
10419
10419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10420
10420
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -10517,7 +10517,7 @@ class DatabaseClient(object):
|
|
10517
10517
|
:rtype: :class:`~oci.response.Response`
|
10518
10518
|
|
10519
10519
|
:example:
|
10520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
10521
10521
|
"""
|
10522
10522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10523
10523
|
required_arguments = ['autonomousVmClusterId']
|
@@ -10617,7 +10617,7 @@ class DatabaseClient(object):
|
|
10617
10617
|
:rtype: :class:`~oci.response.Response`
|
10618
10618
|
|
10619
10619
|
:example:
|
10620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
10621
10621
|
"""
|
10622
10622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10623
10623
|
required_arguments = ['backupId']
|
@@ -10718,7 +10718,7 @@ class DatabaseClient(object):
|
|
10718
10718
|
:rtype: :class:`~oci.response.Response`
|
10719
10719
|
|
10720
10720
|
:example:
|
10721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
10722
10722
|
"""
|
10723
10723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10724
10724
|
required_arguments = ['backupDestinationId']
|
@@ -10821,7 +10821,7 @@ class DatabaseClient(object):
|
|
10821
10821
|
:rtype: :class:`~oci.response.Response`
|
10822
10822
|
|
10823
10823
|
:example:
|
10824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
10825
10825
|
"""
|
10826
10826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10827
10827
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -10927,7 +10927,7 @@ class DatabaseClient(object):
|
|
10927
10927
|
:rtype: :class:`~oci.response.Response`
|
10928
10928
|
|
10929
10929
|
:example:
|
10930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
10931
10931
|
"""
|
10932
10932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10933
10933
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -11038,7 +11038,7 @@ class DatabaseClient(object):
|
|
11038
11038
|
:rtype: :class:`~oci.response.Response`
|
11039
11039
|
|
11040
11040
|
:example:
|
11041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
11042
11042
|
"""
|
11043
11043
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11044
11044
|
required_arguments = ['cloudVmClusterId']
|
@@ -11141,7 +11141,7 @@ class DatabaseClient(object):
|
|
11141
11141
|
:rtype: :class:`~oci.response.Response`
|
11142
11142
|
|
11143
11143
|
:example:
|
11144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
11145
11145
|
"""
|
11146
11146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11147
11147
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -11246,7 +11246,7 @@ class DatabaseClient(object):
|
|
11246
11246
|
:rtype: :class:`~oci.response.Response`
|
11247
11247
|
|
11248
11248
|
:example:
|
11249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
11250
11250
|
"""
|
11251
11251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11252
11252
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -11359,7 +11359,7 @@ class DatabaseClient(object):
|
|
11359
11359
|
:rtype: :class:`~oci.response.Response`
|
11360
11360
|
|
11361
11361
|
:example:
|
11362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
11363
11363
|
"""
|
11364
11364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11365
11365
|
required_arguments = ['databaseId']
|
@@ -11467,7 +11467,7 @@ class DatabaseClient(object):
|
|
11467
11467
|
:rtype: :class:`~oci.response.Response`
|
11468
11468
|
|
11469
11469
|
:example:
|
11470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
11471
11471
|
"""
|
11472
11472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11473
11473
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -11574,7 +11574,7 @@ class DatabaseClient(object):
|
|
11574
11574
|
:rtype: :class:`~oci.response.Response`
|
11575
11575
|
|
11576
11576
|
:example:
|
11577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
11578
11578
|
"""
|
11579
11579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11580
11580
|
required_arguments = ['dbHomeId']
|
@@ -11683,7 +11683,7 @@ class DatabaseClient(object):
|
|
11683
11683
|
:rtype: :class:`~oci.response.Response`
|
11684
11684
|
|
11685
11685
|
:example:
|
11686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
11687
11687
|
"""
|
11688
11688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11689
11689
|
required_arguments = ['exadataInfrastructureId']
|
@@ -11786,7 +11786,7 @@ class DatabaseClient(object):
|
|
11786
11786
|
:rtype: :class:`~oci.response.Response`
|
11787
11787
|
|
11788
11788
|
:example:
|
11789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
|
11790
11790
|
"""
|
11791
11791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11792
11792
|
required_arguments = ['exadbVmClusterId']
|
@@ -11889,7 +11889,7 @@ class DatabaseClient(object):
|
|
11889
11889
|
:rtype: :class:`~oci.response.Response`
|
11890
11890
|
|
11891
11891
|
:example:
|
11892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
|
11893
11893
|
"""
|
11894
11894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11895
11895
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -11992,7 +11992,7 @@ class DatabaseClient(object):
|
|
11992
11992
|
:rtype: :class:`~oci.response.Response`
|
11993
11993
|
|
11994
11994
|
:example:
|
11995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
|
11996
11996
|
"""
|
11997
11997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11998
11998
|
required_arguments = ['executionActionId']
|
@@ -12095,7 +12095,7 @@ class DatabaseClient(object):
|
|
12095
12095
|
:rtype: :class:`~oci.response.Response`
|
12096
12096
|
|
12097
12097
|
:example:
|
12098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
|
12099
12099
|
"""
|
12100
12100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12101
12101
|
required_arguments = ['executionWindowId']
|
@@ -12200,7 +12200,7 @@ class DatabaseClient(object):
|
|
12200
12200
|
:rtype: :class:`~oci.response.Response`
|
12201
12201
|
|
12202
12202
|
:example:
|
12203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
12204
12204
|
"""
|
12205
12205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12206
12206
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12306,7 +12306,7 @@ class DatabaseClient(object):
|
|
12306
12306
|
:rtype: :class:`~oci.response.Response`
|
12307
12307
|
|
12308
12308
|
:example:
|
12309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
12310
12310
|
"""
|
12311
12311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12312
12312
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -12409,7 +12409,7 @@ class DatabaseClient(object):
|
|
12409
12409
|
:rtype: :class:`~oci.response.Response`
|
12410
12410
|
|
12411
12411
|
:example:
|
12412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
12413
12413
|
"""
|
12414
12414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12415
12415
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12513,7 +12513,7 @@ class DatabaseClient(object):
|
|
12513
12513
|
:rtype: :class:`~oci.response.Response`
|
12514
12514
|
|
12515
12515
|
:example:
|
12516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
12517
12517
|
"""
|
12518
12518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12519
12519
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12616,7 +12616,7 @@ class DatabaseClient(object):
|
|
12616
12616
|
:rtype: :class:`~oci.response.Response`
|
12617
12617
|
|
12618
12618
|
:example:
|
12619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
12620
12620
|
"""
|
12621
12621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12622
12622
|
required_arguments = ['keyStoreId']
|
@@ -12719,7 +12719,7 @@ class DatabaseClient(object):
|
|
12719
12719
|
:rtype: :class:`~oci.response.Response`
|
12720
12720
|
|
12721
12721
|
:example:
|
12722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
12723
12723
|
"""
|
12724
12724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12725
12725
|
required_arguments = ['oneoffPatchId']
|
@@ -12822,7 +12822,7 @@ class DatabaseClient(object):
|
|
12822
12822
|
:rtype: :class:`~oci.response.Response`
|
12823
12823
|
|
12824
12824
|
:example:
|
12825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
12826
12826
|
"""
|
12827
12827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12828
12828
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12925,7 +12925,7 @@ class DatabaseClient(object):
|
|
12925
12925
|
:rtype: :class:`~oci.response.Response`
|
12926
12926
|
|
12927
12927
|
:example:
|
12928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
|
12929
12929
|
"""
|
12930
12930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12931
12931
|
required_arguments = ['scheduledActionId']
|
@@ -13028,7 +13028,7 @@ class DatabaseClient(object):
|
|
13028
13028
|
:rtype: :class:`~oci.response.Response`
|
13029
13029
|
|
13030
13030
|
:example:
|
13031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
|
13032
13032
|
"""
|
13033
13033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13034
13034
|
required_arguments = ['schedulingPlanId']
|
@@ -13131,7 +13131,7 @@ class DatabaseClient(object):
|
|
13131
13131
|
:rtype: :class:`~oci.response.Response`
|
13132
13132
|
|
13133
13133
|
:example:
|
13134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
|
13135
13135
|
"""
|
13136
13136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13137
13137
|
required_arguments = ['schedulingPolicyId']
|
@@ -13239,7 +13239,7 @@ class DatabaseClient(object):
|
|
13239
13239
|
:rtype: :class:`~oci.response.Response`
|
13240
13240
|
|
13241
13241
|
:example:
|
13242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
|
13243
13243
|
"""
|
13244
13244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13245
13245
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -13343,7 +13343,7 @@ class DatabaseClient(object):
|
|
13343
13343
|
:rtype: :class:`~oci.response.Response`
|
13344
13344
|
|
13345
13345
|
:example:
|
13346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
13347
13347
|
"""
|
13348
13348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13349
13349
|
required_arguments = ['vmClusterId']
|
@@ -13452,7 +13452,7 @@ class DatabaseClient(object):
|
|
13452
13452
|
:rtype: :class:`~oci.response.Response`
|
13453
13453
|
|
13454
13454
|
:example:
|
13455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
13456
13456
|
"""
|
13457
13457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13458
13458
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -13554,7 +13554,7 @@ class DatabaseClient(object):
|
|
13554
13554
|
:rtype: :class:`~oci.response.Response`
|
13555
13555
|
|
13556
13556
|
:example:
|
13557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
13558
13558
|
"""
|
13559
13559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13560
13560
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13653,7 +13653,7 @@ class DatabaseClient(object):
|
|
13653
13653
|
:rtype: :class:`~oci.response.Response`
|
13654
13654
|
|
13655
13655
|
:example:
|
13656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
13657
13657
|
"""
|
13658
13658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13659
13659
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13749,7 +13749,7 @@ class DatabaseClient(object):
|
|
13749
13749
|
:rtype: :class:`~oci.response.Response`
|
13750
13750
|
|
13751
13751
|
:example:
|
13752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
13753
13753
|
"""
|
13754
13754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13755
13755
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13857,7 +13857,7 @@ class DatabaseClient(object):
|
|
13857
13857
|
:rtype: :class:`~oci.response.Response`
|
13858
13858
|
|
13859
13859
|
:example:
|
13860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
13861
13861
|
"""
|
13862
13862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13863
13863
|
required_arguments = ['databaseId']
|
@@ -13972,7 +13972,7 @@ class DatabaseClient(object):
|
|
13972
13972
|
:rtype: :class:`~oci.response.Response`
|
13973
13973
|
|
13974
13974
|
:example:
|
13975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
13976
13976
|
"""
|
13977
13977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13978
13978
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -14085,7 +14085,7 @@ class DatabaseClient(object):
|
|
14085
14085
|
:rtype: :class:`~oci.response.Response`
|
14086
14086
|
|
14087
14087
|
:example:
|
14088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
14089
14089
|
"""
|
14090
14090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14091
14091
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -14202,7 +14202,7 @@ class DatabaseClient(object):
|
|
14202
14202
|
:rtype: :class:`~oci.response.Response`
|
14203
14203
|
|
14204
14204
|
:example:
|
14205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
14206
14206
|
"""
|
14207
14207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14208
14208
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14315,7 +14315,7 @@ class DatabaseClient(object):
|
|
14315
14315
|
:rtype: :class:`~oci.response.Response`
|
14316
14316
|
|
14317
14317
|
:example:
|
14318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
14319
14319
|
"""
|
14320
14320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14321
14321
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14428,7 +14428,7 @@ class DatabaseClient(object):
|
|
14428
14428
|
:rtype: :class:`~oci.response.Response`
|
14429
14429
|
|
14430
14430
|
:example:
|
14431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
14432
14432
|
"""
|
14433
14433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14434
14434
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -14545,7 +14545,7 @@ class DatabaseClient(object):
|
|
14545
14545
|
:rtype: :class:`~oci.response.Response`
|
14546
14546
|
|
14547
14547
|
:example:
|
14548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
14549
14549
|
"""
|
14550
14550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14551
14551
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14658,7 +14658,7 @@ class DatabaseClient(object):
|
|
14658
14658
|
:rtype: :class:`~oci.response.Response`
|
14659
14659
|
|
14660
14660
|
:example:
|
14661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
14662
14662
|
"""
|
14663
14663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14664
14664
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14771,7 +14771,7 @@ class DatabaseClient(object):
|
|
14771
14771
|
:rtype: :class:`~oci.response.Response`
|
14772
14772
|
|
14773
14773
|
:example:
|
14774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
14775
14775
|
"""
|
14776
14776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14777
14777
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -14884,7 +14884,7 @@ class DatabaseClient(object):
|
|
14884
14884
|
:rtype: :class:`~oci.response.Response`
|
14885
14885
|
|
14886
14886
|
:example:
|
14887
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
14888
14888
|
"""
|
14889
14889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14890
14890
|
required_arguments = ['pluggableDatabaseId']
|
@@ -14994,7 +14994,7 @@ class DatabaseClient(object):
|
|
14994
14994
|
:rtype: :class:`~oci.response.Response`
|
14995
14995
|
|
14996
14996
|
:example:
|
14997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
14998
14998
|
"""
|
14999
14999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15000
15000
|
required_arguments = ['exadataInfrastructureId']
|
@@ -15107,7 +15107,7 @@ class DatabaseClient(object):
|
|
15107
15107
|
:rtype: :class:`~oci.response.Response`
|
15108
15108
|
|
15109
15109
|
:example:
|
15110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
15111
15111
|
"""
|
15112
15112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15113
15113
|
required_arguments = ['oneoffPatchId']
|
@@ -15222,7 +15222,7 @@ class DatabaseClient(object):
|
|
15222
15222
|
:rtype: :class:`~oci.response.Response`
|
15223
15223
|
|
15224
15224
|
:example:
|
15225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
15226
15226
|
"""
|
15227
15227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15228
15228
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -15336,7 +15336,7 @@ class DatabaseClient(object):
|
|
15336
15336
|
:rtype: :class:`~oci.response.Response`
|
15337
15337
|
|
15338
15338
|
:example:
|
15339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
15340
15340
|
"""
|
15341
15341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15342
15342
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -15458,7 +15458,7 @@ class DatabaseClient(object):
|
|
15458
15458
|
:rtype: :class:`~oci.response.Response`
|
15459
15459
|
|
15460
15460
|
:example:
|
15461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
|
15462
15462
|
"""
|
15463
15463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15464
15464
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -15563,7 +15563,7 @@ class DatabaseClient(object):
|
|
15563
15563
|
:rtype: :class:`~oci.response.Response`
|
15564
15564
|
|
15565
15565
|
:example:
|
15566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
15567
15567
|
"""
|
15568
15568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15569
15569
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15659,7 +15659,7 @@ class DatabaseClient(object):
|
|
15659
15659
|
:rtype: :class:`~oci.response.Response`
|
15660
15660
|
|
15661
15661
|
:example:
|
15662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
15663
15663
|
"""
|
15664
15664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15665
15665
|
required_arguments = ['autonomousDatabaseId']
|
@@ -15770,7 +15770,7 @@ class DatabaseClient(object):
|
|
15770
15770
|
:rtype: :class:`~oci.response.Response`
|
15771
15771
|
|
15772
15772
|
:example:
|
15773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
15774
15774
|
"""
|
15775
15775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15776
15776
|
required_arguments = ['databaseId']
|
@@ -15894,7 +15894,7 @@ class DatabaseClient(object):
|
|
15894
15894
|
:rtype: :class:`~oci.response.Response`
|
15895
15895
|
|
15896
15896
|
:example:
|
15897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
15898
15898
|
"""
|
15899
15899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15900
15900
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -16012,7 +16012,7 @@ class DatabaseClient(object):
|
|
16012
16012
|
:rtype: :class:`~oci.response.Response`
|
16013
16013
|
|
16014
16014
|
:example:
|
16015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
16016
16016
|
"""
|
16017
16017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16018
16018
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -16134,7 +16134,7 @@ class DatabaseClient(object):
|
|
16134
16134
|
:rtype: :class:`~oci.response.Response`
|
16135
16135
|
|
16136
16136
|
:example:
|
16137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
16138
16138
|
"""
|
16139
16139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16140
16140
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16252,7 +16252,7 @@ class DatabaseClient(object):
|
|
16252
16252
|
:rtype: :class:`~oci.response.Response`
|
16253
16253
|
|
16254
16254
|
:example:
|
16255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
16256
16256
|
"""
|
16257
16257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16258
16258
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16370,7 +16370,7 @@ class DatabaseClient(object):
|
|
16370
16370
|
:rtype: :class:`~oci.response.Response`
|
16371
16371
|
|
16372
16372
|
:example:
|
16373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
16374
16374
|
"""
|
16375
16375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16376
16376
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -16492,7 +16492,7 @@ class DatabaseClient(object):
|
|
16492
16492
|
:rtype: :class:`~oci.response.Response`
|
16493
16493
|
|
16494
16494
|
:example:
|
16495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
16496
16496
|
"""
|
16497
16497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16498
16498
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16610,7 +16610,7 @@ class DatabaseClient(object):
|
|
16610
16610
|
:rtype: :class:`~oci.response.Response`
|
16611
16611
|
|
16612
16612
|
:example:
|
16613
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16613
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
16614
16614
|
"""
|
16615
16615
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16616
16616
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16728,7 +16728,7 @@ class DatabaseClient(object):
|
|
16728
16728
|
:rtype: :class:`~oci.response.Response`
|
16729
16729
|
|
16730
16730
|
:example:
|
16731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
16732
16732
|
"""
|
16733
16733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16734
16734
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -16846,7 +16846,7 @@ class DatabaseClient(object):
|
|
16846
16846
|
:rtype: :class:`~oci.response.Response`
|
16847
16847
|
|
16848
16848
|
:example:
|
16849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
16850
16850
|
"""
|
16851
16851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16852
16852
|
required_arguments = ['pluggableDatabaseId']
|
@@ -16971,7 +16971,7 @@ class DatabaseClient(object):
|
|
16971
16971
|
:rtype: :class:`~oci.response.Response`
|
16972
16972
|
|
16973
16973
|
:example:
|
16974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
16975
16975
|
"""
|
16976
16976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16977
16977
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17087,7 +17087,7 @@ class DatabaseClient(object):
|
|
17087
17087
|
:rtype: :class:`~oci.response.Response`
|
17088
17088
|
|
17089
17089
|
:example:
|
17090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
|
17091
17091
|
"""
|
17092
17092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17093
17093
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -17196,7 +17196,7 @@ class DatabaseClient(object):
|
|
17196
17196
|
:rtype: :class:`~oci.response.Response`
|
17197
17197
|
|
17198
17198
|
:example:
|
17199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
17200
17200
|
"""
|
17201
17201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17202
17202
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -17316,7 +17316,7 @@ class DatabaseClient(object):
|
|
17316
17316
|
:rtype: :class:`~oci.response.Response`
|
17317
17317
|
|
17318
17318
|
:example:
|
17319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
|
17320
17320
|
"""
|
17321
17321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17322
17322
|
required_arguments = ['databaseId']
|
@@ -17435,7 +17435,7 @@ class DatabaseClient(object):
|
|
17435
17435
|
:rtype: :class:`~oci.response.Response`
|
17436
17436
|
|
17437
17437
|
:example:
|
17438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
17439
17439
|
"""
|
17440
17440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17441
17441
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -17546,7 +17546,7 @@ class DatabaseClient(object):
|
|
17546
17546
|
:rtype: :class:`~oci.response.Response`
|
17547
17547
|
|
17548
17548
|
:example:
|
17549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
17550
17550
|
"""
|
17551
17551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17552
17552
|
required_arguments = ['autonomousDatabaseId']
|
@@ -17659,7 +17659,7 @@ class DatabaseClient(object):
|
|
17659
17659
|
:rtype: :class:`~oci.response.Response`
|
17660
17660
|
|
17661
17661
|
:example:
|
17662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
17663
17663
|
"""
|
17664
17664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17665
17665
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17762,7 +17762,7 @@ class DatabaseClient(object):
|
|
17762
17762
|
:rtype: :class:`~oci.response.Response`
|
17763
17763
|
|
17764
17764
|
:example:
|
17765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
17766
17766
|
"""
|
17767
17767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17768
17768
|
required_arguments = ['applicationVipId']
|
@@ -17857,7 +17857,7 @@ class DatabaseClient(object):
|
|
17857
17857
|
:rtype: :class:`~oci.response.Response`
|
17858
17858
|
|
17859
17859
|
:example:
|
17860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
17861
17861
|
"""
|
17862
17862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17863
17863
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -17950,7 +17950,7 @@ class DatabaseClient(object):
|
|
17950
17950
|
:rtype: :class:`~oci.response.Response`
|
17951
17951
|
|
17952
17952
|
:example:
|
17953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
17954
17954
|
"""
|
17955
17955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17956
17956
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -18042,7 +18042,7 @@ class DatabaseClient(object):
|
|
18042
18042
|
:rtype: :class:`~oci.response.Response`
|
18043
18043
|
|
18044
18044
|
:example:
|
18045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
|
18046
18046
|
"""
|
18047
18047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18048
18048
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -18140,7 +18140,7 @@ class DatabaseClient(object):
|
|
18140
18140
|
:rtype: :class:`~oci.response.Response`
|
18141
18141
|
|
18142
18142
|
:example:
|
18143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
18144
18144
|
"""
|
18145
18145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18146
18146
|
required_arguments = ['autonomousDatabaseId']
|
@@ -18238,7 +18238,7 @@ class DatabaseClient(object):
|
|
18238
18238
|
:rtype: :class:`~oci.response.Response`
|
18239
18239
|
|
18240
18240
|
:example:
|
18241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
18242
18242
|
"""
|
18243
18243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18244
18244
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -18341,7 +18341,7 @@ class DatabaseClient(object):
|
|
18341
18341
|
:rtype: :class:`~oci.response.Response`
|
18342
18342
|
|
18343
18343
|
:example:
|
18344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
18345
18345
|
"""
|
18346
18346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18347
18347
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -18435,7 +18435,7 @@ class DatabaseClient(object):
|
|
18435
18435
|
:rtype: :class:`~oci.response.Response`
|
18436
18436
|
|
18437
18437
|
:example:
|
18438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
18439
18439
|
"""
|
18440
18440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18441
18441
|
required_arguments = []
|
@@ -18521,7 +18521,7 @@ class DatabaseClient(object):
|
|
18521
18521
|
:rtype: :class:`~oci.response.Response`
|
18522
18522
|
|
18523
18523
|
:example:
|
18524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
|
18525
18525
|
"""
|
18526
18526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18527
18527
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -18619,7 +18619,7 @@ class DatabaseClient(object):
|
|
18619
18619
|
:rtype: :class:`~oci.response.Response`
|
18620
18620
|
|
18621
18621
|
:example:
|
18622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
18623
18623
|
"""
|
18624
18624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18625
18625
|
required_arguments = ['autonomousDatabaseId']
|
@@ -18714,7 +18714,7 @@ class DatabaseClient(object):
|
|
18714
18714
|
:rtype: :class:`~oci.response.Response`
|
18715
18715
|
|
18716
18716
|
:example:
|
18717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
18718
18718
|
"""
|
18719
18719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18720
18720
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -18802,7 +18802,7 @@ class DatabaseClient(object):
|
|
18802
18802
|
:rtype: :class:`~oci.response.Response`
|
18803
18803
|
|
18804
18804
|
:example:
|
18805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
18806
18806
|
"""
|
18807
18807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18808
18808
|
required_arguments = ['autonomousPatchId']
|
@@ -18893,7 +18893,7 @@ class DatabaseClient(object):
|
|
18893
18893
|
:rtype: :class:`~oci.response.Response`
|
18894
18894
|
|
18895
18895
|
:example:
|
18896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
18897
18897
|
"""
|
18898
18898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18899
18899
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -18991,7 +18991,7 @@ class DatabaseClient(object):
|
|
18991
18991
|
:rtype: :class:`~oci.response.Response`
|
18992
18992
|
|
18993
18993
|
:example:
|
18994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
18995
18995
|
"""
|
18996
18996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18997
18997
|
required_arguments = ['autonomousVmClusterId']
|
@@ -19089,7 +19089,7 @@ class DatabaseClient(object):
|
|
19089
19089
|
:rtype: :class:`~oci.response.Response`
|
19090
19090
|
|
19091
19091
|
:example:
|
19092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
|
19093
19093
|
"""
|
19094
19094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19095
19095
|
required_arguments = ['autonomousVmClusterId']
|
@@ -19184,7 +19184,7 @@ class DatabaseClient(object):
|
|
19184
19184
|
:rtype: :class:`~oci.response.Response`
|
19185
19185
|
|
19186
19186
|
:example:
|
19187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
19188
19188
|
"""
|
19189
19189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19190
19190
|
required_arguments = ['backupId']
|
@@ -19275,7 +19275,7 @@ class DatabaseClient(object):
|
|
19275
19275
|
:rtype: :class:`~oci.response.Response`
|
19276
19276
|
|
19277
19277
|
:example:
|
19278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
19279
19279
|
"""
|
19280
19280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19281
19281
|
required_arguments = ['backupDestinationId']
|
@@ -19373,7 +19373,7 @@ class DatabaseClient(object):
|
|
19373
19373
|
:rtype: :class:`~oci.response.Response`
|
19374
19374
|
|
19375
19375
|
:example:
|
19376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
19377
19377
|
"""
|
19378
19378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19379
19379
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -19471,7 +19471,7 @@ class DatabaseClient(object):
|
|
19471
19471
|
:rtype: :class:`~oci.response.Response`
|
19472
19472
|
|
19473
19473
|
:example:
|
19474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
|
19475
19475
|
"""
|
19476
19476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19477
19477
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -19569,7 +19569,7 @@ class DatabaseClient(object):
|
|
19569
19569
|
:rtype: :class:`~oci.response.Response`
|
19570
19570
|
|
19571
19571
|
:example:
|
19572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
19573
19573
|
"""
|
19574
19574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19575
19575
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -19672,7 +19672,7 @@ class DatabaseClient(object):
|
|
19672
19672
|
:rtype: :class:`~oci.response.Response`
|
19673
19673
|
|
19674
19674
|
:example:
|
19675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
19676
19676
|
"""
|
19677
19677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19678
19678
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -19778,7 +19778,7 @@ class DatabaseClient(object):
|
|
19778
19778
|
:rtype: :class:`~oci.response.Response`
|
19779
19779
|
|
19780
19780
|
:example:
|
19781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
19782
19782
|
"""
|
19783
19783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19784
19784
|
required_arguments = ['cloudVmClusterId']
|
@@ -19877,7 +19877,7 @@ class DatabaseClient(object):
|
|
19877
19877
|
:rtype: :class:`~oci.response.Response`
|
19878
19878
|
|
19879
19879
|
:example:
|
19880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19880
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
19881
19881
|
"""
|
19882
19882
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19883
19883
|
required_arguments = ['cloudVmClusterId']
|
@@ -19980,7 +19980,7 @@ class DatabaseClient(object):
|
|
19980
19980
|
:rtype: :class:`~oci.response.Response`
|
19981
19981
|
|
19982
19982
|
:example:
|
19983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19983
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
19984
19984
|
"""
|
19985
19985
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19986
19986
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -20084,7 +20084,7 @@ class DatabaseClient(object):
|
|
20084
20084
|
:rtype: :class:`~oci.response.Response`
|
20085
20085
|
|
20086
20086
|
:example:
|
20087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
20088
20088
|
"""
|
20089
20089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20090
20090
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -20183,7 +20183,7 @@ class DatabaseClient(object):
|
|
20183
20183
|
:rtype: :class:`~oci.response.Response`
|
20184
20184
|
|
20185
20185
|
:example:
|
20186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
20187
20187
|
"""
|
20188
20188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20189
20189
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -20278,7 +20278,7 @@ class DatabaseClient(object):
|
|
20278
20278
|
:rtype: :class:`~oci.response.Response`
|
20279
20279
|
|
20280
20280
|
:example:
|
20281
|
-
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.148.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
20282
20282
|
"""
|
20283
20283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20284
20284
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -20380,7 +20380,7 @@ class DatabaseClient(object):
|
|
20380
20380
|
:rtype: :class:`~oci.response.Response`
|
20381
20381
|
|
20382
20382
|
:example:
|
20383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
20384
20384
|
"""
|
20385
20385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20386
20386
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -20481,7 +20481,7 @@ class DatabaseClient(object):
|
|
20481
20481
|
:rtype: :class:`~oci.response.Response`
|
20482
20482
|
|
20483
20483
|
:example:
|
20484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
20485
20485
|
"""
|
20486
20486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20487
20487
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -20570,7 +20570,7 @@ class DatabaseClient(object):
|
|
20570
20570
|
:rtype: :class:`~oci.response.Response`
|
20571
20571
|
|
20572
20572
|
:example:
|
20573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
20574
20574
|
"""
|
20575
20575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20576
20576
|
required_arguments = ['databaseId']
|
@@ -20658,7 +20658,7 @@ class DatabaseClient(object):
|
|
20658
20658
|
:rtype: :class:`~oci.response.Response`
|
20659
20659
|
|
20660
20660
|
:example:
|
20661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
20662
20662
|
"""
|
20663
20663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20664
20664
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -20754,7 +20754,7 @@ class DatabaseClient(object):
|
|
20754
20754
|
:rtype: :class:`~oci.response.Response`
|
20755
20755
|
|
20756
20756
|
:example:
|
20757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
20758
20758
|
"""
|
20759
20759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20760
20760
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -20850,7 +20850,7 @@ class DatabaseClient(object):
|
|
20850
20850
|
:rtype: :class:`~oci.response.Response`
|
20851
20851
|
|
20852
20852
|
:example:
|
20853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
20854
20854
|
"""
|
20855
20855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20856
20856
|
required_arguments = ['dbHomeId']
|
@@ -20943,7 +20943,7 @@ class DatabaseClient(object):
|
|
20943
20943
|
:rtype: :class:`~oci.response.Response`
|
20944
20944
|
|
20945
20945
|
:example:
|
20946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
20947
20947
|
"""
|
20948
20948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20949
20949
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -21037,7 +21037,7 @@ class DatabaseClient(object):
|
|
21037
21037
|
:rtype: :class:`~oci.response.Response`
|
21038
21038
|
|
21039
21039
|
:example:
|
21040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
21041
21041
|
"""
|
21042
21042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21043
21043
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -21126,7 +21126,7 @@ class DatabaseClient(object):
|
|
21126
21126
|
:rtype: :class:`~oci.response.Response`
|
21127
21127
|
|
21128
21128
|
:example:
|
21129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
21130
21130
|
"""
|
21131
21131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21132
21132
|
required_arguments = ['dbNodeId']
|
@@ -21222,7 +21222,7 @@ class DatabaseClient(object):
|
|
21222
21222
|
:rtype: :class:`~oci.response.Response`
|
21223
21223
|
|
21224
21224
|
:example:
|
21225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
21226
21226
|
"""
|
21227
21227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21228
21228
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -21331,7 +21331,7 @@ class DatabaseClient(object):
|
|
21331
21331
|
:rtype: :class:`~oci.response.Response`
|
21332
21332
|
|
21333
21333
|
:example:
|
21334
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
21335
21335
|
"""
|
21336
21336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21337
21337
|
required_arguments = ['dbSystemId']
|
@@ -21424,7 +21424,7 @@ class DatabaseClient(object):
|
|
21424
21424
|
:rtype: :class:`~oci.response.Response`
|
21425
21425
|
|
21426
21426
|
:example:
|
21427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
21428
21428
|
"""
|
21429
21429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21430
21430
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -21518,7 +21518,7 @@ class DatabaseClient(object):
|
|
21518
21518
|
:rtype: :class:`~oci.response.Response`
|
21519
21519
|
|
21520
21520
|
:example:
|
21521
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
21522
21522
|
"""
|
21523
21523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21524
21524
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -21615,7 +21615,7 @@ class DatabaseClient(object):
|
|
21615
21615
|
:rtype: :class:`~oci.response.Response`
|
21616
21616
|
|
21617
21617
|
:example:
|
21618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
21619
21619
|
"""
|
21620
21620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21621
21621
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -21720,7 +21720,7 @@ class DatabaseClient(object):
|
|
21720
21720
|
:rtype: :class:`~oci.response.Response`
|
21721
21721
|
|
21722
21722
|
:example:
|
21723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
21724
21724
|
"""
|
21725
21725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21726
21726
|
required_arguments = ['exadataInfrastructureId']
|
@@ -21834,7 +21834,7 @@ class DatabaseClient(object):
|
|
21834
21834
|
:rtype: :class:`~oci.response.Response`
|
21835
21835
|
|
21836
21836
|
:example:
|
21837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
21838
21838
|
"""
|
21839
21839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21840
21840
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -21937,7 +21937,7 @@ class DatabaseClient(object):
|
|
21937
21937
|
:rtype: :class:`~oci.response.Response`
|
21938
21938
|
|
21939
21939
|
:example:
|
21940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
21941
21941
|
"""
|
21942
21942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21943
21943
|
required_arguments = ['exadataInfrastructureId']
|
@@ -22054,7 +22054,7 @@ class DatabaseClient(object):
|
|
22054
22054
|
:rtype: :class:`~oci.response.Response`
|
22055
22055
|
|
22056
22056
|
:example:
|
22057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
22058
22058
|
"""
|
22059
22059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22060
22060
|
required_arguments = ['dbSystemId']
|
@@ -22152,7 +22152,7 @@ class DatabaseClient(object):
|
|
22152
22152
|
:rtype: :class:`~oci.response.Response`
|
22153
22153
|
|
22154
22154
|
:example:
|
22155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
|
22156
22156
|
"""
|
22157
22157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22158
22158
|
required_arguments = ['exadbVmClusterId']
|
@@ -22255,7 +22255,7 @@ class DatabaseClient(object):
|
|
22255
22255
|
:rtype: :class:`~oci.response.Response`
|
22256
22256
|
|
22257
22257
|
:example:
|
22258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
|
22259
22259
|
"""
|
22260
22260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22261
22261
|
required_arguments = ['exadbVmClusterId', 'updateId']
|
@@ -22359,7 +22359,7 @@ class DatabaseClient(object):
|
|
22359
22359
|
:rtype: :class:`~oci.response.Response`
|
22360
22360
|
|
22361
22361
|
:example:
|
22362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
|
22363
22363
|
"""
|
22364
22364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22365
22365
|
required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
|
@@ -22458,7 +22458,7 @@ class DatabaseClient(object):
|
|
22458
22458
|
:rtype: :class:`~oci.response.Response`
|
22459
22459
|
|
22460
22460
|
:example:
|
22461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
|
22462
22462
|
"""
|
22463
22463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22464
22464
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -22556,7 +22556,7 @@ class DatabaseClient(object):
|
|
22556
22556
|
:rtype: :class:`~oci.response.Response`
|
22557
22557
|
|
22558
22558
|
:example:
|
22559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
|
22560
22560
|
"""
|
22561
22561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22562
22562
|
required_arguments = ['executionActionId']
|
@@ -22654,7 +22654,7 @@ class DatabaseClient(object):
|
|
22654
22654
|
:rtype: :class:`~oci.response.Response`
|
22655
22655
|
|
22656
22656
|
:example:
|
22657
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22657
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
|
22658
22658
|
"""
|
22659
22659
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22660
22660
|
required_arguments = ['executionWindowId']
|
@@ -22753,7 +22753,7 @@ class DatabaseClient(object):
|
|
22753
22753
|
:rtype: :class:`~oci.response.Response`
|
22754
22754
|
|
22755
22755
|
:example:
|
22756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
22757
22757
|
"""
|
22758
22758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22759
22759
|
required_arguments = ['backupId']
|
@@ -22844,7 +22844,7 @@ class DatabaseClient(object):
|
|
22844
22844
|
:rtype: :class:`~oci.response.Response`
|
22845
22845
|
|
22846
22846
|
:example:
|
22847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
22848
22848
|
"""
|
22849
22849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22850
22850
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -22943,7 +22943,7 @@ class DatabaseClient(object):
|
|
22943
22943
|
:rtype: :class:`~oci.response.Response`
|
22944
22944
|
|
22945
22945
|
:example:
|
22946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
22947
22947
|
"""
|
22948
22948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22949
22949
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -23041,7 +23041,7 @@ class DatabaseClient(object):
|
|
23041
23041
|
:rtype: :class:`~oci.response.Response`
|
23042
23042
|
|
23043
23043
|
:example:
|
23044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
23045
23045
|
"""
|
23046
23046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23047
23047
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -23140,7 +23140,7 @@ class DatabaseClient(object):
|
|
23140
23140
|
:rtype: :class:`~oci.response.Response`
|
23141
23141
|
|
23142
23142
|
:example:
|
23143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
23144
23144
|
"""
|
23145
23145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23146
23146
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -23247,7 +23247,7 @@ class DatabaseClient(object):
|
|
23247
23247
|
:rtype: :class:`~oci.response.Response`
|
23248
23248
|
|
23249
23249
|
:example:
|
23250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
23251
23251
|
"""
|
23252
23252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23253
23253
|
required_arguments = ['compartmentId']
|
@@ -23351,7 +23351,7 @@ class DatabaseClient(object):
|
|
23351
23351
|
:rtype: :class:`~oci.response.Response`
|
23352
23352
|
|
23353
23353
|
:example:
|
23354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
23355
23355
|
"""
|
23356
23356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23357
23357
|
required_arguments = ['keyStoreId']
|
@@ -23444,7 +23444,7 @@ class DatabaseClient(object):
|
|
23444
23444
|
:rtype: :class:`~oci.response.Response`
|
23445
23445
|
|
23446
23446
|
:example:
|
23447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
23448
23448
|
"""
|
23449
23449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23450
23450
|
required_arguments = ['maintenanceRunId']
|
@@ -23530,7 +23530,7 @@ class DatabaseClient(object):
|
|
23530
23530
|
:rtype: :class:`~oci.response.Response`
|
23531
23531
|
|
23532
23532
|
:example:
|
23533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
23534
23534
|
"""
|
23535
23535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23536
23536
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -23621,7 +23621,7 @@ class DatabaseClient(object):
|
|
23621
23621
|
:rtype: :class:`~oci.response.Response`
|
23622
23622
|
|
23623
23623
|
:example:
|
23624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
23625
23625
|
"""
|
23626
23626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23627
23627
|
required_arguments = ['oneoffPatchId']
|
@@ -23724,7 +23724,7 @@ class DatabaseClient(object):
|
|
23724
23724
|
:rtype: :class:`~oci.response.Response`
|
23725
23725
|
|
23726
23726
|
:example:
|
23727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
23728
23728
|
"""
|
23729
23729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23730
23730
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -23820,7 +23820,7 @@ class DatabaseClient(object):
|
|
23820
23820
|
:rtype: :class:`~oci.response.Response`
|
23821
23821
|
|
23822
23822
|
:example:
|
23823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
23824
23824
|
"""
|
23825
23825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23826
23826
|
required_arguments = ['pluggableDatabaseId']
|
@@ -23911,7 +23911,7 @@ class DatabaseClient(object):
|
|
23911
23911
|
:rtype: :class:`~oci.response.Response`
|
23912
23912
|
|
23913
23913
|
:example:
|
23914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
|
23915
23915
|
"""
|
23916
23916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23917
23917
|
required_arguments = ['scheduledActionId']
|
@@ -24009,7 +24009,7 @@ class DatabaseClient(object):
|
|
24009
24009
|
:rtype: :class:`~oci.response.Response`
|
24010
24010
|
|
24011
24011
|
:example:
|
24012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
|
24013
24013
|
"""
|
24014
24014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24015
24015
|
required_arguments = ['schedulingPlanId']
|
@@ -24107,7 +24107,7 @@ class DatabaseClient(object):
|
|
24107
24107
|
:rtype: :class:`~oci.response.Response`
|
24108
24108
|
|
24109
24109
|
:example:
|
24110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
|
24111
24111
|
"""
|
24112
24112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24113
24113
|
required_arguments = ['schedulingPolicyId']
|
@@ -24210,7 +24210,7 @@ class DatabaseClient(object):
|
|
24210
24210
|
:rtype: :class:`~oci.response.Response`
|
24211
24211
|
|
24212
24212
|
:example:
|
24213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
|
24214
24214
|
"""
|
24215
24215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24216
24216
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -24309,7 +24309,7 @@ class DatabaseClient(object):
|
|
24309
24309
|
:rtype: :class:`~oci.response.Response`
|
24310
24310
|
|
24311
24311
|
:example:
|
24312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
24313
24313
|
"""
|
24314
24314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24315
24315
|
required_arguments = ['vmClusterId']
|
@@ -24413,7 +24413,7 @@ class DatabaseClient(object):
|
|
24413
24413
|
:rtype: :class:`~oci.response.Response`
|
24414
24414
|
|
24415
24415
|
:example:
|
24416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
24417
24417
|
"""
|
24418
24418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24419
24419
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -24514,7 +24514,7 @@ class DatabaseClient(object):
|
|
24514
24514
|
:rtype: :class:`~oci.response.Response`
|
24515
24515
|
|
24516
24516
|
:example:
|
24517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
24518
24518
|
"""
|
24519
24519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24520
24520
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -24608,7 +24608,7 @@ class DatabaseClient(object):
|
|
24608
24608
|
:rtype: :class:`~oci.response.Response`
|
24609
24609
|
|
24610
24610
|
:example:
|
24611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
24612
24612
|
"""
|
24613
24613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24614
24614
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -24705,7 +24705,7 @@ class DatabaseClient(object):
|
|
24705
24705
|
:rtype: :class:`~oci.response.Response`
|
24706
24706
|
|
24707
24707
|
:example:
|
24708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
24709
24709
|
"""
|
24710
24710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24711
24711
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -24809,7 +24809,7 @@ class DatabaseClient(object):
|
|
24809
24809
|
:rtype: :class:`~oci.response.Response`
|
24810
24810
|
|
24811
24811
|
:example:
|
24812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
24813
24813
|
"""
|
24814
24814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24815
24815
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -24910,7 +24910,7 @@ class DatabaseClient(object):
|
|
24910
24910
|
:rtype: :class:`~oci.response.Response`
|
24911
24911
|
|
24912
24912
|
:example:
|
24913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
24914
24914
|
"""
|
24915
24915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24916
24916
|
required_arguments = []
|
@@ -25022,7 +25022,7 @@ class DatabaseClient(object):
|
|
25022
25022
|
:rtype: :class:`~oci.response.Response`
|
25023
25023
|
|
25024
25024
|
:example:
|
25025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
25026
25026
|
"""
|
25027
25027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25028
25028
|
required_arguments = []
|
@@ -25140,7 +25140,7 @@ class DatabaseClient(object):
|
|
25140
25140
|
:rtype: :class:`~oci.response.Response`
|
25141
25141
|
|
25142
25142
|
:example:
|
25143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
25144
25144
|
"""
|
25145
25145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25146
25146
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -25268,7 +25268,7 @@ class DatabaseClient(object):
|
|
25268
25268
|
:rtype: :class:`~oci.response.Response`
|
25269
25269
|
|
25270
25270
|
:example:
|
25271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
25272
25272
|
"""
|
25273
25273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25274
25274
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -25389,7 +25389,7 @@ class DatabaseClient(object):
|
|
25389
25389
|
:rtype: :class:`~oci.response.Response`
|
25390
25390
|
|
25391
25391
|
:example:
|
25392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
25393
25393
|
"""
|
25394
25394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25395
25395
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -25551,7 +25551,7 @@ class DatabaseClient(object):
|
|
25551
25551
|
:rtype: :class:`~oci.response.Response`
|
25552
25552
|
|
25553
25553
|
:example:
|
25554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
25555
25555
|
"""
|
25556
25556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25557
25557
|
required_arguments = ['compartmentId']
|
@@ -25727,7 +25727,7 @@ class DatabaseClient(object):
|
|
25727
25727
|
:rtype: :class:`~oci.response.Response`
|
25728
25728
|
|
25729
25729
|
:example:
|
25730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
25731
25731
|
"""
|
25732
25732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25733
25733
|
required_arguments = []
|
@@ -25864,7 +25864,7 @@ class DatabaseClient(object):
|
|
25864
25864
|
:rtype: :class:`~oci.response.Response`
|
25865
25865
|
|
25866
25866
|
:example:
|
25867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
25868
25868
|
"""
|
25869
25869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25870
25870
|
required_arguments = []
|
@@ -26005,7 +26005,7 @@ class DatabaseClient(object):
|
|
26005
26005
|
:rtype: :class:`~oci.response.Response`
|
26006
26006
|
|
26007
26007
|
:example:
|
26008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
26009
26009
|
"""
|
26010
26010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26011
26011
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -26155,7 +26155,7 @@ class DatabaseClient(object):
|
|
26155
26155
|
:rtype: :class:`~oci.response.Response`
|
26156
26156
|
|
26157
26157
|
:example:
|
26158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
26159
26159
|
"""
|
26160
26160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26161
26161
|
required_arguments = ['autonomousDatabaseId']
|
@@ -26266,7 +26266,7 @@ class DatabaseClient(object):
|
|
26266
26266
|
:rtype: :class:`~oci.response.Response`
|
26267
26267
|
|
26268
26268
|
:example:
|
26269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
|
26270
26270
|
"""
|
26271
26271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26272
26272
|
required_arguments = ['autonomousDatabaseId']
|
@@ -26380,7 +26380,7 @@ class DatabaseClient(object):
|
|
26380
26380
|
:rtype: :class:`~oci.response.Response`
|
26381
26381
|
|
26382
26382
|
:example:
|
26383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
26384
26384
|
"""
|
26385
26385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26386
26386
|
required_arguments = ['autonomousDatabaseId']
|
@@ -26517,7 +26517,7 @@ class DatabaseClient(object):
|
|
26517
26517
|
:rtype: :class:`~oci.response.Response`
|
26518
26518
|
|
26519
26519
|
:example:
|
26520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
|
26521
26521
|
"""
|
26522
26522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26523
26523
|
required_arguments = ['compartmentId', 'imageShapeFamily']
|
@@ -26718,7 +26718,7 @@ class DatabaseClient(object):
|
|
26718
26718
|
:rtype: :class:`~oci.response.Response`
|
26719
26719
|
|
26720
26720
|
:example:
|
26721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
26722
26722
|
"""
|
26723
26723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26724
26724
|
required_arguments = ['compartmentId']
|
@@ -26904,7 +26904,7 @@ class DatabaseClient(object):
|
|
26904
26904
|
:rtype: :class:`~oci.response.Response`
|
26905
26905
|
|
26906
26906
|
:example:
|
26907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
26908
26908
|
"""
|
26909
26909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26910
26910
|
required_arguments = ['compartmentId']
|
@@ -27035,7 +27035,7 @@ class DatabaseClient(object):
|
|
27035
27035
|
:rtype: :class:`~oci.response.Response`
|
27036
27036
|
|
27037
27037
|
:example:
|
27038
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
27039
27039
|
"""
|
27040
27040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27041
27041
|
required_arguments = ['compartmentId']
|
@@ -27159,7 +27159,7 @@ class DatabaseClient(object):
|
|
27159
27159
|
:rtype: :class:`~oci.response.Response`
|
27160
27160
|
|
27161
27161
|
:example:
|
27162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
27163
27163
|
"""
|
27164
27164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27165
27165
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -27283,7 +27283,7 @@ class DatabaseClient(object):
|
|
27283
27283
|
:rtype: :class:`~oci.response.Response`
|
27284
27284
|
|
27285
27285
|
:example:
|
27286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
27287
27287
|
"""
|
27288
27288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27289
27289
|
required_arguments = ['compartmentId']
|
@@ -27424,7 +27424,7 @@ class DatabaseClient(object):
|
|
27424
27424
|
:rtype: :class:`~oci.response.Response`
|
27425
27425
|
|
27426
27426
|
:example:
|
27427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
27428
27428
|
"""
|
27429
27429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27430
27430
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -27542,7 +27542,7 @@ class DatabaseClient(object):
|
|
27542
27542
|
:rtype: :class:`~oci.response.Response`
|
27543
27543
|
|
27544
27544
|
:example:
|
27545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
|
27546
27546
|
"""
|
27547
27547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27548
27548
|
required_arguments = ['autonomousVmClusterId']
|
@@ -27679,7 +27679,7 @@ class DatabaseClient(object):
|
|
27679
27679
|
:rtype: :class:`~oci.response.Response`
|
27680
27680
|
|
27681
27681
|
:example:
|
27682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
27683
27683
|
"""
|
27684
27684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27685
27685
|
required_arguments = ['compartmentId']
|
@@ -27816,7 +27816,7 @@ class DatabaseClient(object):
|
|
27816
27816
|
:rtype: :class:`~oci.response.Response`
|
27817
27817
|
|
27818
27818
|
:example:
|
27819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
27820
27820
|
"""
|
27821
27821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27822
27822
|
required_arguments = ['compartmentId']
|
@@ -27948,7 +27948,7 @@ class DatabaseClient(object):
|
|
27948
27948
|
:rtype: :class:`~oci.response.Response`
|
27949
27949
|
|
27950
27950
|
:example:
|
27951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
27952
27952
|
"""
|
27953
27953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27954
27954
|
required_arguments = []
|
@@ -28085,7 +28085,7 @@ class DatabaseClient(object):
|
|
28085
28085
|
:rtype: :class:`~oci.response.Response`
|
28086
28086
|
|
28087
28087
|
:example:
|
28088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
|
28089
28089
|
"""
|
28090
28090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28091
28091
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -28225,7 +28225,7 @@ class DatabaseClient(object):
|
|
28225
28225
|
:rtype: :class:`~oci.response.Response`
|
28226
28226
|
|
28227
28227
|
:example:
|
28228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
28229
28229
|
"""
|
28230
28230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28231
28231
|
required_arguments = ['compartmentId']
|
@@ -28382,7 +28382,7 @@ class DatabaseClient(object):
|
|
28382
28382
|
:rtype: :class:`~oci.response.Response`
|
28383
28383
|
|
28384
28384
|
:example:
|
28385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
28386
28386
|
"""
|
28387
28387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28388
28388
|
required_arguments = ['compartmentId']
|
@@ -28521,7 +28521,7 @@ class DatabaseClient(object):
|
|
28521
28521
|
:rtype: :class:`~oci.response.Response`
|
28522
28522
|
|
28523
28523
|
:example:
|
28524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
28525
28525
|
"""
|
28526
28526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28527
28527
|
required_arguments = ['cloudVmClusterId']
|
@@ -28649,7 +28649,7 @@ class DatabaseClient(object):
|
|
28649
28649
|
:rtype: :class:`~oci.response.Response`
|
28650
28650
|
|
28651
28651
|
:example:
|
28652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
28653
28653
|
"""
|
28654
28654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28655
28655
|
required_arguments = ['cloudVmClusterId']
|
@@ -28777,6 +28777,11 @@ class DatabaseClient(object):
|
|
28777
28777
|
:param str opc_request_id: (optional)
|
28778
28778
|
Unique identifier for the request.
|
28779
28779
|
|
28780
|
+
:param str vm_cluster_type: (optional)
|
28781
|
+
A filter to return only cloud vmclusters that match the given cloud vmcluster type exactly.
|
28782
|
+
|
28783
|
+
Allowed values are: "REGULAR", "DEVELOPER"
|
28784
|
+
|
28780
28785
|
:param obj retry_strategy: (optional)
|
28781
28786
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
28782
28787
|
|
@@ -28793,7 +28798,7 @@ class DatabaseClient(object):
|
|
28793
28798
|
:rtype: :class:`~oci.response.Response`
|
28794
28799
|
|
28795
28800
|
:example:
|
28796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
28797
28802
|
"""
|
28798
28803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28799
28804
|
required_arguments = ['compartmentId']
|
@@ -28813,7 +28818,8 @@ class DatabaseClient(object):
|
|
28813
28818
|
"sort_order",
|
28814
28819
|
"lifecycle_state",
|
28815
28820
|
"display_name",
|
28816
|
-
"opc_request_id"
|
28821
|
+
"opc_request_id",
|
28822
|
+
"vm_cluster_type"
|
28817
28823
|
]
|
28818
28824
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
28819
28825
|
if extra_kwargs:
|
@@ -28841,6 +28847,13 @@ class DatabaseClient(object):
|
|
28841
28847
|
f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
|
28842
28848
|
)
|
28843
28849
|
|
28850
|
+
if 'vm_cluster_type' in kwargs:
|
28851
|
+
vm_cluster_type_allowed_values = ["REGULAR", "DEVELOPER"]
|
28852
|
+
if kwargs['vm_cluster_type'] not in vm_cluster_type_allowed_values:
|
28853
|
+
raise ValueError(
|
28854
|
+
f"Invalid value for `vm_cluster_type`, must be one of { vm_cluster_type_allowed_values }"
|
28855
|
+
)
|
28856
|
+
|
28844
28857
|
query_params = {
|
28845
28858
|
"compartmentId": compartment_id,
|
28846
28859
|
"cloudExadataInfrastructureId": kwargs.get("cloud_exadata_infrastructure_id", missing),
|
@@ -28849,7 +28862,8 @@ class DatabaseClient(object):
|
|
28849
28862
|
"sortBy": kwargs.get("sort_by", missing),
|
28850
28863
|
"sortOrder": kwargs.get("sort_order", missing),
|
28851
28864
|
"lifecycleState": kwargs.get("lifecycle_state", missing),
|
28852
|
-
"displayName": kwargs.get("display_name", missing)
|
28865
|
+
"displayName": kwargs.get("display_name", missing),
|
28866
|
+
"vmClusterType": kwargs.get("vm_cluster_type", missing)
|
28853
28867
|
}
|
28854
28868
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
28855
28869
|
|
@@ -28918,7 +28932,7 @@ class DatabaseClient(object):
|
|
28918
28932
|
:rtype: :class:`~oci.response.Response`
|
28919
28933
|
|
28920
28934
|
:example:
|
28921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
28922
28936
|
"""
|
28923
28937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28924
28938
|
required_arguments = ['dbNodeId']
|
@@ -29033,7 +29047,7 @@ class DatabaseClient(object):
|
|
29033
29047
|
:rtype: :class:`~oci.response.Response`
|
29034
29048
|
|
29035
29049
|
:example:
|
29036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
29037
29051
|
"""
|
29038
29052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29039
29053
|
required_arguments = ['dbNodeId']
|
@@ -29183,7 +29197,7 @@ class DatabaseClient(object):
|
|
29183
29197
|
:rtype: :class:`~oci.response.Response`
|
29184
29198
|
|
29185
29199
|
:example:
|
29186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
29187
29201
|
"""
|
29188
29202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29189
29203
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -29301,7 +29315,7 @@ class DatabaseClient(object):
|
|
29301
29315
|
:rtype: :class:`~oci.response.Response`
|
29302
29316
|
|
29303
29317
|
:example:
|
29304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
29305
29319
|
"""
|
29306
29320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29307
29321
|
required_arguments = ['databaseId']
|
@@ -29425,6 +29439,11 @@ class DatabaseClient(object):
|
|
29425
29439
|
:param str patch_set_greater_than_or_equal_to: (optional)
|
29426
29440
|
A filter to return only resources with `patchSet` greater than or equal to given value.
|
29427
29441
|
|
29442
|
+
:param str db_system_id: (optional)
|
29443
|
+
The DB system `OCID`__. If provided, filters the results to the set of database versions which are supported for the DB system.
|
29444
|
+
|
29445
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
29446
|
+
|
29428
29447
|
:param bool is_upgrade_supported: (optional)
|
29429
29448
|
If provided, filters the results to the set of database versions which are supported for Upgrade.
|
29430
29449
|
|
@@ -29444,7 +29463,7 @@ class DatabaseClient(object):
|
|
29444
29463
|
:rtype: :class:`~oci.response.Response`
|
29445
29464
|
|
29446
29465
|
:example:
|
29447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
29448
29467
|
"""
|
29449
29468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29450
29469
|
required_arguments = ['compartmentId']
|
@@ -29466,6 +29485,7 @@ class DatabaseClient(object):
|
|
29466
29485
|
"image_type",
|
29467
29486
|
"image_shape_family",
|
29468
29487
|
"patch_set_greater_than_or_equal_to",
|
29488
|
+
"db_system_id",
|
29469
29489
|
"is_upgrade_supported"
|
29470
29490
|
]
|
29471
29491
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
@@ -29519,6 +29539,7 @@ class DatabaseClient(object):
|
|
29519
29539
|
"imageType": kwargs.get("image_type", missing),
|
29520
29540
|
"imageShapeFamily": kwargs.get("image_shape_family", missing),
|
29521
29541
|
"patchSetGreaterThanOrEqualTo": kwargs.get("patch_set_greater_than_or_equal_to", missing),
|
29542
|
+
"dbSystemId": kwargs.get("db_system_id", missing),
|
29522
29543
|
"isUpgradeSupported": kwargs.get("is_upgrade_supported", missing)
|
29523
29544
|
}
|
29524
29545
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
@@ -29615,7 +29636,7 @@ class DatabaseClient(object):
|
|
29615
29636
|
:rtype: :class:`~oci.response.Response`
|
29616
29637
|
|
29617
29638
|
:example:
|
29618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
29619
29640
|
"""
|
29620
29641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29621
29642
|
required_arguments = ['databaseId']
|
@@ -29790,7 +29811,7 @@ class DatabaseClient(object):
|
|
29790
29811
|
:rtype: :class:`~oci.response.Response`
|
29791
29812
|
|
29792
29813
|
:example:
|
29793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
29794
29815
|
"""
|
29795
29816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29796
29817
|
required_arguments = ['compartmentId']
|
@@ -29920,7 +29941,7 @@ class DatabaseClient(object):
|
|
29920
29941
|
:rtype: :class:`~oci.response.Response`
|
29921
29942
|
|
29922
29943
|
:example:
|
29923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
29924
29945
|
"""
|
29925
29946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29926
29947
|
required_arguments = ['dbHomeId']
|
@@ -30028,7 +30049,7 @@ class DatabaseClient(object):
|
|
30028
30049
|
:rtype: :class:`~oci.response.Response`
|
30029
30050
|
|
30030
30051
|
:example:
|
30031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
30032
30053
|
"""
|
30033
30054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30034
30055
|
required_arguments = ['dbHomeId']
|
@@ -30172,7 +30193,7 @@ class DatabaseClient(object):
|
|
30172
30193
|
:rtype: :class:`~oci.response.Response`
|
30173
30194
|
|
30174
30195
|
:example:
|
30175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
30176
30197
|
"""
|
30177
30198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30178
30199
|
required_arguments = ['compartmentId']
|
@@ -30336,7 +30357,7 @@ class DatabaseClient(object):
|
|
30336
30357
|
:rtype: :class:`~oci.response.Response`
|
30337
30358
|
|
30338
30359
|
:example:
|
30339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
30340
30361
|
"""
|
30341
30362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30342
30363
|
required_arguments = ['compartmentId']
|
@@ -30492,7 +30513,7 @@ class DatabaseClient(object):
|
|
30492
30513
|
:rtype: :class:`~oci.response.Response`
|
30493
30514
|
|
30494
30515
|
:example:
|
30495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
30496
30517
|
"""
|
30497
30518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30498
30519
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -30617,7 +30638,7 @@ class DatabaseClient(object):
|
|
30617
30638
|
:rtype: :class:`~oci.response.Response`
|
30618
30639
|
|
30619
30640
|
:example:
|
30620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
30621
30642
|
"""
|
30622
30643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30623
30644
|
required_arguments = []
|
@@ -30714,7 +30735,7 @@ class DatabaseClient(object):
|
|
30714
30735
|
:rtype: :class:`~oci.response.Response`
|
30715
30736
|
|
30716
30737
|
:example:
|
30717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
30718
30739
|
"""
|
30719
30740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30720
30741
|
required_arguments = ['dbSystemId']
|
@@ -30822,7 +30843,7 @@ class DatabaseClient(object):
|
|
30822
30843
|
:rtype: :class:`~oci.response.Response`
|
30823
30844
|
|
30824
30845
|
:example:
|
30825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
30826
30847
|
"""
|
30827
30848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30828
30849
|
required_arguments = ['dbSystemId']
|
@@ -30933,7 +30954,7 @@ class DatabaseClient(object):
|
|
30933
30954
|
:rtype: :class:`~oci.response.Response`
|
30934
30955
|
|
30935
30956
|
:example:
|
30936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
30937
30958
|
"""
|
30938
30959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30939
30960
|
required_arguments = ['compartmentId']
|
@@ -31034,7 +31055,7 @@ class DatabaseClient(object):
|
|
31034
31055
|
:rtype: :class:`~oci.response.Response`
|
31035
31056
|
|
31036
31057
|
:example:
|
31037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
31038
31059
|
"""
|
31039
31060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31040
31061
|
required_arguments = ['storageManagement']
|
@@ -31161,7 +31182,7 @@ class DatabaseClient(object):
|
|
31161
31182
|
:rtype: :class:`~oci.response.Response`
|
31162
31183
|
|
31163
31184
|
:example:
|
31164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
31165
31186
|
"""
|
31166
31187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31167
31188
|
required_arguments = ['dbSystemId']
|
@@ -31343,7 +31364,7 @@ class DatabaseClient(object):
|
|
31343
31364
|
:rtype: :class:`~oci.response.Response`
|
31344
31365
|
|
31345
31366
|
:example:
|
31346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
31347
31368
|
"""
|
31348
31369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31349
31370
|
required_arguments = ['compartmentId']
|
@@ -31494,7 +31515,7 @@ class DatabaseClient(object):
|
|
31494
31515
|
:rtype: :class:`~oci.response.Response`
|
31495
31516
|
|
31496
31517
|
:example:
|
31497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
31498
31519
|
"""
|
31499
31520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31500
31521
|
required_arguments = ['compartmentId']
|
@@ -31635,7 +31656,7 @@ class DatabaseClient(object):
|
|
31635
31656
|
:rtype: :class:`~oci.response.Response`
|
31636
31657
|
|
31637
31658
|
:example:
|
31638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
31639
31660
|
"""
|
31640
31661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31641
31662
|
required_arguments = ['compartmentId']
|
@@ -31782,7 +31803,7 @@ class DatabaseClient(object):
|
|
31782
31803
|
:rtype: :class:`~oci.response.Response`
|
31783
31804
|
|
31784
31805
|
:example:
|
31785
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
|
31786
31807
|
"""
|
31787
31808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31788
31809
|
required_arguments = ['exadbVmClusterId']
|
@@ -31913,7 +31934,7 @@ class DatabaseClient(object):
|
|
31913
31934
|
:rtype: :class:`~oci.response.Response`
|
31914
31935
|
|
31915
31936
|
:example:
|
31916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
|
31917
31938
|
"""
|
31918
31939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31919
31940
|
required_arguments = ['exadbVmClusterId']
|
@@ -32062,7 +32083,7 @@ class DatabaseClient(object):
|
|
32062
32083
|
:rtype: :class:`~oci.response.Response`
|
32063
32084
|
|
32064
32085
|
:example:
|
32065
|
-
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.148.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
|
32066
32087
|
"""
|
32067
32088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32068
32089
|
required_arguments = ['compartmentId']
|
@@ -32222,7 +32243,7 @@ class DatabaseClient(object):
|
|
32222
32243
|
:rtype: :class:`~oci.response.Response`
|
32223
32244
|
|
32224
32245
|
:example:
|
32225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
|
32226
32247
|
"""
|
32227
32248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32228
32249
|
required_arguments = ['compartmentId']
|
@@ -32379,7 +32400,7 @@ class DatabaseClient(object):
|
|
32379
32400
|
:rtype: :class:`~oci.response.Response`
|
32380
32401
|
|
32381
32402
|
:example:
|
32382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
|
32383
32404
|
"""
|
32384
32405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32385
32406
|
required_arguments = ['compartmentId']
|
@@ -32534,7 +32555,7 @@ class DatabaseClient(object):
|
|
32534
32555
|
:rtype: :class:`~oci.response.Response`
|
32535
32556
|
|
32536
32557
|
:example:
|
32537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
|
32538
32559
|
"""
|
32539
32560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32540
32561
|
required_arguments = ['compartmentId']
|
@@ -32689,7 +32710,7 @@ class DatabaseClient(object):
|
|
32689
32710
|
:rtype: :class:`~oci.response.Response`
|
32690
32711
|
|
32691
32712
|
:example:
|
32692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
32693
32714
|
"""
|
32694
32715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32695
32716
|
required_arguments = ['compartmentId']
|
@@ -32847,7 +32868,7 @@ class DatabaseClient(object):
|
|
32847
32868
|
:rtype: :class:`~oci.response.Response`
|
32848
32869
|
|
32849
32870
|
:example:
|
32850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
32851
32872
|
"""
|
32852
32873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32853
32874
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -33001,7 +33022,7 @@ class DatabaseClient(object):
|
|
33001
33022
|
:rtype: :class:`~oci.response.Response`
|
33002
33023
|
|
33003
33024
|
:example:
|
33004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
33005
33026
|
"""
|
33006
33027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33007
33028
|
required_arguments = ['compartmentId']
|
@@ -33160,7 +33181,7 @@ class DatabaseClient(object):
|
|
33160
33181
|
:rtype: :class:`~oci.response.Response`
|
33161
33182
|
|
33162
33183
|
:example:
|
33163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
33164
33185
|
"""
|
33165
33186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33166
33187
|
required_arguments = ['compartmentId']
|
@@ -33307,7 +33328,7 @@ class DatabaseClient(object):
|
|
33307
33328
|
:rtype: :class:`~oci.response.Response`
|
33308
33329
|
|
33309
33330
|
:example:
|
33310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
33311
33332
|
"""
|
33312
33333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33313
33334
|
required_arguments = ['compartmentId']
|
@@ -33456,7 +33477,7 @@ class DatabaseClient(object):
|
|
33456
33477
|
:rtype: :class:`~oci.response.Response`
|
33457
33478
|
|
33458
33479
|
:example:
|
33459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
|
33460
33481
|
"""
|
33461
33482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33462
33483
|
required_arguments = ['version']
|
@@ -33613,7 +33634,7 @@ class DatabaseClient(object):
|
|
33613
33634
|
:rtype: :class:`~oci.response.Response`
|
33614
33635
|
|
33615
33636
|
:example:
|
33616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
33617
33638
|
"""
|
33618
33639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33619
33640
|
required_arguments = ['compartmentId']
|
@@ -33726,7 +33747,7 @@ class DatabaseClient(object):
|
|
33726
33747
|
:rtype: :class:`~oci.response.Response`
|
33727
33748
|
|
33728
33749
|
:example:
|
33729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
33730
33751
|
"""
|
33731
33752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33732
33753
|
required_arguments = ['compartmentId']
|
@@ -33864,7 +33885,7 @@ class DatabaseClient(object):
|
|
33864
33885
|
:rtype: :class:`~oci.response.Response`
|
33865
33886
|
|
33866
33887
|
:example:
|
33867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
33868
33889
|
"""
|
33869
33890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33870
33891
|
required_arguments = ['compartmentId']
|
@@ -34060,7 +34081,7 @@ class DatabaseClient(object):
|
|
34060
34081
|
:rtype: :class:`~oci.response.Response`
|
34061
34082
|
|
34062
34083
|
:example:
|
34063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
34064
34085
|
"""
|
34065
34086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34066
34087
|
required_arguments = ['compartmentId']
|
@@ -34238,7 +34259,7 @@ class DatabaseClient(object):
|
|
34238
34259
|
:rtype: :class:`~oci.response.Response`
|
34239
34260
|
|
34240
34261
|
:example:
|
34241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
34242
34263
|
"""
|
34243
34264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34244
34265
|
required_arguments = ['compartmentId']
|
@@ -34370,7 +34391,7 @@ class DatabaseClient(object):
|
|
34370
34391
|
:rtype: :class:`~oci.response.Response`
|
34371
34392
|
|
34372
34393
|
:example:
|
34373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
|
34374
34395
|
"""
|
34375
34396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34376
34397
|
required_arguments = ['type']
|
@@ -34499,7 +34520,7 @@ class DatabaseClient(object):
|
|
34499
34520
|
:rtype: :class:`~oci.response.Response`
|
34500
34521
|
|
34501
34522
|
:example:
|
34502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
34503
34524
|
"""
|
34504
34525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34505
34526
|
required_arguments = ['databaseId']
|
@@ -34669,7 +34690,7 @@ class DatabaseClient(object):
|
|
34669
34690
|
:rtype: :class:`~oci.response.Response`
|
34670
34691
|
|
34671
34692
|
:example:
|
34672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
34673
34694
|
"""
|
34674
34695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34675
34696
|
required_arguments = []
|
@@ -34811,7 +34832,7 @@ class DatabaseClient(object):
|
|
34811
34832
|
:rtype: :class:`~oci.response.Response`
|
34812
34833
|
|
34813
34834
|
:example:
|
34814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
|
34815
34836
|
"""
|
34816
34837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34817
34838
|
required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
|
@@ -34960,7 +34981,7 @@ class DatabaseClient(object):
|
|
34960
34981
|
:rtype: :class:`~oci.response.Response`
|
34961
34982
|
|
34962
34983
|
:example:
|
34963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
|
34964
34985
|
"""
|
34965
34986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34966
34987
|
required_arguments = ['compartmentId']
|
@@ -35125,7 +35146,7 @@ class DatabaseClient(object):
|
|
35125
35146
|
:rtype: :class:`~oci.response.Response`
|
35126
35147
|
|
35127
35148
|
:example:
|
35128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
|
35129
35150
|
"""
|
35130
35151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35131
35152
|
required_arguments = ['compartmentId']
|
@@ -35281,7 +35302,7 @@ class DatabaseClient(object):
|
|
35281
35302
|
:rtype: :class:`~oci.response.Response`
|
35282
35303
|
|
35283
35304
|
:example:
|
35284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
|
35285
35306
|
"""
|
35286
35307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35287
35308
|
required_arguments = ['compartmentId']
|
@@ -35436,7 +35457,7 @@ class DatabaseClient(object):
|
|
35436
35457
|
:rtype: :class:`~oci.response.Response`
|
35437
35458
|
|
35438
35459
|
:example:
|
35439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
|
35440
35461
|
"""
|
35441
35462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35442
35463
|
required_arguments = ['schedulingPolicyId']
|
@@ -35592,7 +35613,7 @@ class DatabaseClient(object):
|
|
35592
35613
|
:rtype: :class:`~oci.response.Response`
|
35593
35614
|
|
35594
35615
|
:example:
|
35595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
35596
35617
|
"""
|
35597
35618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35598
35619
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -35729,7 +35750,7 @@ class DatabaseClient(object):
|
|
35729
35750
|
:rtype: :class:`~oci.response.Response`
|
35730
35751
|
|
35731
35752
|
:example:
|
35732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
35733
35754
|
"""
|
35734
35755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35735
35756
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -35870,7 +35891,7 @@ class DatabaseClient(object):
|
|
35870
35891
|
:rtype: :class:`~oci.response.Response`
|
35871
35892
|
|
35872
35893
|
:example:
|
35873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
35874
35895
|
"""
|
35875
35896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35876
35897
|
required_arguments = ['vmClusterId']
|
@@ -35978,7 +35999,7 @@ class DatabaseClient(object):
|
|
35978
35999
|
:rtype: :class:`~oci.response.Response`
|
35979
36000
|
|
35980
36001
|
:example:
|
35981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
35982
36003
|
"""
|
35983
36004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35984
36005
|
required_arguments = ['vmClusterId']
|
@@ -36099,7 +36120,7 @@ class DatabaseClient(object):
|
|
36099
36120
|
:rtype: :class:`~oci.response.Response`
|
36100
36121
|
|
36101
36122
|
:example:
|
36102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
36103
36124
|
"""
|
36104
36125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36105
36126
|
required_arguments = ['vmClusterId']
|
@@ -36241,7 +36262,7 @@ class DatabaseClient(object):
|
|
36241
36262
|
:rtype: :class:`~oci.response.Response`
|
36242
36263
|
|
36243
36264
|
:example:
|
36244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
36245
36266
|
"""
|
36246
36267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36247
36268
|
required_arguments = ['vmClusterId']
|
@@ -36379,6 +36400,11 @@ class DatabaseClient(object):
|
|
36379
36400
|
:param str opc_request_id: (optional)
|
36380
36401
|
Unique identifier for the request.
|
36381
36402
|
|
36403
|
+
:param str vm_cluster_type: (optional)
|
36404
|
+
A filter to return only vmclusters that match the given vmcluster type exactly.
|
36405
|
+
|
36406
|
+
Allowed values are: "REGULAR", "DEVELOPER"
|
36407
|
+
|
36382
36408
|
:param obj retry_strategy: (optional)
|
36383
36409
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
36384
36410
|
|
@@ -36395,7 +36421,7 @@ class DatabaseClient(object):
|
|
36395
36421
|
:rtype: :class:`~oci.response.Response`
|
36396
36422
|
|
36397
36423
|
:example:
|
36398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
36399
36425
|
"""
|
36400
36426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36401
36427
|
required_arguments = ['compartmentId']
|
@@ -36415,7 +36441,8 @@ class DatabaseClient(object):
|
|
36415
36441
|
"sort_order",
|
36416
36442
|
"lifecycle_state",
|
36417
36443
|
"display_name",
|
36418
|
-
"opc_request_id"
|
36444
|
+
"opc_request_id",
|
36445
|
+
"vm_cluster_type"
|
36419
36446
|
]
|
36420
36447
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
36421
36448
|
if extra_kwargs:
|
@@ -36443,6 +36470,13 @@ class DatabaseClient(object):
|
|
36443
36470
|
f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
|
36444
36471
|
)
|
36445
36472
|
|
36473
|
+
if 'vm_cluster_type' in kwargs:
|
36474
|
+
vm_cluster_type_allowed_values = ["REGULAR", "DEVELOPER"]
|
36475
|
+
if kwargs['vm_cluster_type'] not in vm_cluster_type_allowed_values:
|
36476
|
+
raise ValueError(
|
36477
|
+
f"Invalid value for `vm_cluster_type`, must be one of { vm_cluster_type_allowed_values }"
|
36478
|
+
)
|
36479
|
+
|
36446
36480
|
query_params = {
|
36447
36481
|
"compartmentId": compartment_id,
|
36448
36482
|
"exadataInfrastructureId": kwargs.get("exadata_infrastructure_id", missing),
|
@@ -36451,7 +36485,8 @@ class DatabaseClient(object):
|
|
36451
36485
|
"sortBy": kwargs.get("sort_by", missing),
|
36452
36486
|
"sortOrder": kwargs.get("sort_order", missing),
|
36453
36487
|
"lifecycleState": kwargs.get("lifecycle_state", missing),
|
36454
|
-
"displayName": kwargs.get("display_name", missing)
|
36488
|
+
"displayName": kwargs.get("display_name", missing),
|
36489
|
+
"vmClusterType": kwargs.get("vm_cluster_type", missing)
|
36455
36490
|
}
|
36456
36491
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
36457
36492
|
|
@@ -36539,7 +36574,7 @@ class DatabaseClient(object):
|
|
36539
36574
|
:rtype: :class:`~oci.response.Response`
|
36540
36575
|
|
36541
36576
|
:example:
|
36542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
36543
36578
|
"""
|
36544
36579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36545
36580
|
required_arguments = ['pluggableDatabaseId']
|
@@ -36654,7 +36689,7 @@ class DatabaseClient(object):
|
|
36654
36689
|
:rtype: :class:`~oci.response.Response`
|
36655
36690
|
|
36656
36691
|
:example:
|
36657
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
|
36658
36693
|
"""
|
36659
36694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36660
36695
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -36774,7 +36809,7 @@ class DatabaseClient(object):
|
|
36774
36809
|
:rtype: :class:`~oci.response.Response`
|
36775
36810
|
|
36776
36811
|
:example:
|
36777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/migrate_data_guard_association_to_multi_data_guards.py.html>`__ to see an example of how to use migrate_data_guard_association_to_multi_data_guards API.
|
36778
36813
|
"""
|
36779
36814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36780
36815
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -36893,7 +36928,7 @@ class DatabaseClient(object):
|
|
36893
36928
|
:rtype: :class:`~oci.response.Response`
|
36894
36929
|
|
36895
36930
|
:example:
|
36896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
36897
36932
|
"""
|
36898
36933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36899
36934
|
required_arguments = ['dbSystemId']
|
@@ -37013,7 +37048,7 @@ class DatabaseClient(object):
|
|
37013
37048
|
:rtype: :class:`~oci.response.Response`
|
37014
37049
|
|
37015
37050
|
:example:
|
37016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
37017
37052
|
"""
|
37018
37053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37019
37054
|
required_arguments = ['databaseId']
|
@@ -37133,7 +37168,7 @@ class DatabaseClient(object):
|
|
37133
37168
|
:rtype: :class:`~oci.response.Response`
|
37134
37169
|
|
37135
37170
|
:example:
|
37136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
37137
37172
|
"""
|
37138
37173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37139
37174
|
required_arguments = ['databaseId']
|
@@ -37253,7 +37288,7 @@ class DatabaseClient(object):
|
|
37253
37288
|
:rtype: :class:`~oci.response.Response`
|
37254
37289
|
|
37255
37290
|
:example:
|
37256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
37257
37292
|
"""
|
37258
37293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37259
37294
|
required_arguments = ['pluggableDatabaseId']
|
@@ -37373,7 +37408,7 @@ class DatabaseClient(object):
|
|
37373
37408
|
:rtype: :class:`~oci.response.Response`
|
37374
37409
|
|
37375
37410
|
:example:
|
37376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
|
37377
37412
|
"""
|
37378
37413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37379
37414
|
required_arguments = ['executionActionId']
|
@@ -37490,7 +37525,7 @@ class DatabaseClient(object):
|
|
37490
37525
|
:rtype: :class:`~oci.response.Response`
|
37491
37526
|
|
37492
37527
|
:example:
|
37493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
37494
37529
|
"""
|
37495
37530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37496
37531
|
required_arguments = ['pluggableDatabaseId']
|
@@ -37596,7 +37631,7 @@ class DatabaseClient(object):
|
|
37596
37631
|
:rtype: :class:`~oci.response.Response`
|
37597
37632
|
|
37598
37633
|
:example:
|
37599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
37600
37635
|
"""
|
37601
37636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37602
37637
|
required_arguments = ['autonomousDatabaseId']
|
@@ -37700,7 +37735,7 @@ class DatabaseClient(object):
|
|
37700
37735
|
:rtype: :class:`~oci.response.Response`
|
37701
37736
|
|
37702
37737
|
:example:
|
37703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
|
37704
37739
|
"""
|
37705
37740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37706
37741
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -37807,7 +37842,7 @@ class DatabaseClient(object):
|
|
37807
37842
|
:rtype: :class:`~oci.response.Response`
|
37808
37843
|
|
37809
37844
|
:example:
|
37810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
37811
37846
|
"""
|
37812
37847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37813
37848
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -37923,7 +37958,7 @@ class DatabaseClient(object):
|
|
37923
37958
|
:rtype: :class:`~oci.response.Response`
|
37924
37959
|
|
37925
37960
|
:example:
|
37926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
|
37927
37962
|
"""
|
37928
37963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37929
37964
|
required_arguments = ['databaseId']
|
@@ -38038,7 +38073,7 @@ class DatabaseClient(object):
|
|
38038
38073
|
:rtype: :class:`~oci.response.Response`
|
38039
38074
|
|
38040
38075
|
:example:
|
38041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
38042
38077
|
"""
|
38043
38078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38044
38079
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -38156,7 +38191,7 @@ class DatabaseClient(object):
|
|
38156
38191
|
:rtype: :class:`~oci.response.Response`
|
38157
38192
|
|
38158
38193
|
:example:
|
38159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
38160
38195
|
"""
|
38161
38196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38162
38197
|
required_arguments = ['pluggableDatabaseId']
|
@@ -38276,7 +38311,7 @@ class DatabaseClient(object):
|
|
38276
38311
|
:rtype: :class:`~oci.response.Response`
|
38277
38312
|
|
38278
38313
|
:example:
|
38279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
38280
38315
|
"""
|
38281
38316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38282
38317
|
required_arguments = ['cloudVmClusterId']
|
@@ -38396,7 +38431,7 @@ class DatabaseClient(object):
|
|
38396
38431
|
:rtype: :class:`~oci.response.Response`
|
38397
38432
|
|
38398
38433
|
:example:
|
38399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
|
38400
38435
|
"""
|
38401
38436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38402
38437
|
required_arguments = ['exadbVmClusterId']
|
@@ -38516,7 +38551,7 @@ class DatabaseClient(object):
|
|
38516
38551
|
:rtype: :class:`~oci.response.Response`
|
38517
38552
|
|
38518
38553
|
:example:
|
38519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
38520
38555
|
"""
|
38521
38556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38522
38557
|
required_arguments = ['vmClusterId']
|
@@ -38636,7 +38671,7 @@ class DatabaseClient(object):
|
|
38636
38671
|
:rtype: :class:`~oci.response.Response`
|
38637
38672
|
|
38638
38673
|
:example:
|
38639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
|
38640
38675
|
"""
|
38641
38676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38642
38677
|
required_arguments = ['executionWindowId']
|
@@ -38756,7 +38791,7 @@ class DatabaseClient(object):
|
|
38756
38791
|
:rtype: :class:`~oci.response.Response`
|
38757
38792
|
|
38758
38793
|
:example:
|
38759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
|
38760
38795
|
"""
|
38761
38796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38762
38797
|
required_arguments = ['schedulingPlanId']
|
@@ -38882,7 +38917,7 @@ class DatabaseClient(object):
|
|
38882
38917
|
:rtype: :class:`~oci.response.Response`
|
38883
38918
|
|
38884
38919
|
:example:
|
38885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
38886
38921
|
"""
|
38887
38922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38888
38923
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -39001,7 +39036,7 @@ class DatabaseClient(object):
|
|
39001
39036
|
:rtype: :class:`~oci.response.Response`
|
39002
39037
|
|
39003
39038
|
:example:
|
39004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
39005
39040
|
"""
|
39006
39041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39007
39042
|
required_arguments = []
|
@@ -39107,7 +39142,7 @@ class DatabaseClient(object):
|
|
39107
39142
|
:rtype: :class:`~oci.response.Response`
|
39108
39143
|
|
39109
39144
|
:example:
|
39110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
39111
39146
|
"""
|
39112
39147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39113
39148
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -39209,7 +39244,7 @@ class DatabaseClient(object):
|
|
39209
39244
|
:rtype: :class:`~oci.response.Response`
|
39210
39245
|
|
39211
39246
|
:example:
|
39212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
39213
39248
|
"""
|
39214
39249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39215
39250
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39312,7 +39347,7 @@ class DatabaseClient(object):
|
|
39312
39347
|
:rtype: :class:`~oci.response.Response`
|
39313
39348
|
|
39314
39349
|
:example:
|
39315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
39316
39351
|
"""
|
39317
39352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39318
39353
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39417,7 +39452,7 @@ class DatabaseClient(object):
|
|
39417
39452
|
:rtype: :class:`~oci.response.Response`
|
39418
39453
|
|
39419
39454
|
:example:
|
39420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
39421
39456
|
"""
|
39422
39457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39423
39458
|
required_arguments = ['databaseId']
|
@@ -39534,7 +39569,7 @@ class DatabaseClient(object):
|
|
39534
39569
|
:rtype: :class:`~oci.response.Response`
|
39535
39570
|
|
39536
39571
|
:example:
|
39537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
39538
39573
|
"""
|
39539
39574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39540
39575
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -39657,7 +39692,7 @@ class DatabaseClient(object):
|
|
39657
39692
|
:rtype: :class:`~oci.response.Response`
|
39658
39693
|
|
39659
39694
|
:example:
|
39660
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
39661
39696
|
"""
|
39662
39697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39663
39698
|
required_arguments = ['autonomousDatabaseId']
|
@@ -39778,7 +39813,7 @@ class DatabaseClient(object):
|
|
39778
39813
|
:rtype: :class:`~oci.response.Response`
|
39779
39814
|
|
39780
39815
|
:example:
|
39781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
39782
39817
|
"""
|
39783
39818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39784
39819
|
required_arguments = ['autonomousVmClusterId']
|
@@ -39896,7 +39931,7 @@ class DatabaseClient(object):
|
|
39896
39931
|
:rtype: :class:`~oci.response.Response`
|
39897
39932
|
|
39898
39933
|
:example:
|
39899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
39900
39935
|
"""
|
39901
39936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39902
39937
|
required_arguments = ['autonomousVmClusterId']
|
@@ -40014,7 +40049,7 @@ class DatabaseClient(object):
|
|
40014
40049
|
:rtype: :class:`~oci.response.Response`
|
40015
40050
|
|
40016
40051
|
:example:
|
40017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
40018
40053
|
"""
|
40019
40054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40020
40055
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -40133,7 +40168,7 @@ class DatabaseClient(object):
|
|
40133
40168
|
:rtype: :class:`~oci.response.Response`
|
40134
40169
|
|
40135
40170
|
:example:
|
40136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
40137
40172
|
"""
|
40138
40173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40139
40174
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -40249,7 +40284,7 @@ class DatabaseClient(object):
|
|
40249
40284
|
:rtype: :class:`~oci.response.Response`
|
40250
40285
|
|
40251
40286
|
:example:
|
40252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
40253
40288
|
"""
|
40254
40289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40255
40290
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -40362,7 +40397,7 @@ class DatabaseClient(object):
|
|
40362
40397
|
:rtype: :class:`~oci.response.Response`
|
40363
40398
|
|
40364
40399
|
:example:
|
40365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
40366
40401
|
"""
|
40367
40402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40368
40403
|
required_arguments = ['pluggableDatabaseId']
|
@@ -40475,7 +40510,7 @@ class DatabaseClient(object):
|
|
40475
40510
|
:rtype: :class:`~oci.response.Response`
|
40476
40511
|
|
40477
40512
|
:example:
|
40478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
40479
40514
|
"""
|
40480
40515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40481
40516
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -40590,7 +40625,7 @@ class DatabaseClient(object):
|
|
40590
40625
|
:rtype: :class:`~oci.response.Response`
|
40591
40626
|
|
40592
40627
|
:example:
|
40593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
40594
40629
|
"""
|
40595
40630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40596
40631
|
required_arguments = ['databaseId']
|
@@ -40693,7 +40728,7 @@ class DatabaseClient(object):
|
|
40693
40728
|
:rtype: :class:`~oci.response.Response`
|
40694
40729
|
|
40695
40730
|
:example:
|
40696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
40697
40732
|
"""
|
40698
40733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40699
40734
|
required_arguments = ['autonomousDatabaseId']
|
@@ -40805,7 +40840,7 @@ class DatabaseClient(object):
|
|
40805
40840
|
:rtype: :class:`~oci.response.Response`
|
40806
40841
|
|
40807
40842
|
:example:
|
40808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
40809
40844
|
"""
|
40810
40845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40811
40846
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -40928,7 +40963,7 @@ class DatabaseClient(object):
|
|
40928
40963
|
:rtype: :class:`~oci.response.Response`
|
40929
40964
|
|
40930
40965
|
:example:
|
40931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
|
40932
40967
|
"""
|
40933
40968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40934
40969
|
required_arguments = ['databaseId']
|
@@ -41050,7 +41085,7 @@ class DatabaseClient(object):
|
|
41050
41085
|
:rtype: :class:`~oci.response.Response`
|
41051
41086
|
|
41052
41087
|
:example:
|
41053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
|
41054
41089
|
"""
|
41055
41090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41056
41091
|
required_arguments = ['pluggableDatabaseId']
|
@@ -41157,7 +41192,7 @@ class DatabaseClient(object):
|
|
41157
41192
|
:rtype: :class:`~oci.response.Response`
|
41158
41193
|
|
41159
41194
|
:example:
|
41160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
41161
41196
|
"""
|
41162
41197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41163
41198
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41257,7 +41292,7 @@ class DatabaseClient(object):
|
|
41257
41292
|
:rtype: :class:`~oci.response.Response`
|
41258
41293
|
|
41259
41294
|
:example:
|
41260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
41261
41296
|
"""
|
41262
41297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41263
41298
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41367,7 +41402,7 @@ class DatabaseClient(object):
|
|
41367
41402
|
:rtype: :class:`~oci.response.Response`
|
41368
41403
|
|
41369
41404
|
:example:
|
41370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
41371
41406
|
"""
|
41372
41407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41373
41408
|
required_arguments = ['pluggableDatabaseId']
|
@@ -41475,7 +41510,7 @@ class DatabaseClient(object):
|
|
41475
41510
|
:rtype: :class:`~oci.response.Response`
|
41476
41511
|
|
41477
41512
|
:example:
|
41478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
41479
41514
|
"""
|
41480
41515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41481
41516
|
required_arguments = ['autonomousDatabaseId']
|
@@ -41587,7 +41622,7 @@ class DatabaseClient(object):
|
|
41587
41622
|
:rtype: :class:`~oci.response.Response`
|
41588
41623
|
|
41589
41624
|
:example:
|
41590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
41591
41626
|
"""
|
41592
41627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41593
41628
|
required_arguments = ['pluggableDatabaseId']
|
@@ -41710,7 +41745,7 @@ class DatabaseClient(object):
|
|
41710
41745
|
:rtype: :class:`~oci.response.Response`
|
41711
41746
|
|
41712
41747
|
:example:
|
41713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
|
41714
41749
|
"""
|
41715
41750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41716
41751
|
required_arguments = ['databaseId']
|
@@ -41820,7 +41855,7 @@ class DatabaseClient(object):
|
|
41820
41855
|
:rtype: :class:`~oci.response.Response`
|
41821
41856
|
|
41822
41857
|
:example:
|
41823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
|
41824
41859
|
"""
|
41825
41860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41826
41861
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -41929,7 +41964,7 @@ class DatabaseClient(object):
|
|
41929
41964
|
:rtype: :class:`~oci.response.Response`
|
41930
41965
|
|
41931
41966
|
:example:
|
41932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
41933
41968
|
"""
|
41934
41969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41935
41970
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -42048,7 +42083,7 @@ class DatabaseClient(object):
|
|
42048
42083
|
:rtype: :class:`~oci.response.Response`
|
42049
42084
|
|
42050
42085
|
:example:
|
42051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
42052
42087
|
"""
|
42053
42088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42054
42089
|
required_arguments = ['autonomousDatabaseId']
|
@@ -42172,7 +42207,7 @@ class DatabaseClient(object):
|
|
42172
42207
|
:rtype: :class:`~oci.response.Response`
|
42173
42208
|
|
42174
42209
|
:example:
|
42175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
42176
42211
|
"""
|
42177
42212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42178
42213
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -42275,7 +42310,7 @@ class DatabaseClient(object):
|
|
42275
42310
|
:rtype: :class:`~oci.response.Response`
|
42276
42311
|
|
42277
42312
|
:example:
|
42278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
42279
42314
|
"""
|
42280
42315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42281
42316
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -42373,7 +42408,7 @@ class DatabaseClient(object):
|
|
42373
42408
|
:rtype: :class:`~oci.response.Response`
|
42374
42409
|
|
42375
42410
|
:example:
|
42376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
42377
42412
|
"""
|
42378
42413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42379
42414
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -42478,7 +42513,7 @@ class DatabaseClient(object):
|
|
42478
42513
|
:rtype: :class:`~oci.response.Response`
|
42479
42514
|
|
42480
42515
|
:example:
|
42481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
42482
42517
|
"""
|
42483
42518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42484
42519
|
required_arguments = ['dbSystemId']
|
@@ -42579,7 +42614,7 @@ class DatabaseClient(object):
|
|
42579
42614
|
:rtype: :class:`~oci.response.Response`
|
42580
42615
|
|
42581
42616
|
:example:
|
42582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
42583
42618
|
"""
|
42584
42619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42585
42620
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -42692,7 +42727,7 @@ class DatabaseClient(object):
|
|
42692
42727
|
:rtype: :class:`~oci.response.Response`
|
42693
42728
|
|
42694
42729
|
:example:
|
42695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
42696
42731
|
"""
|
42697
42732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42698
42733
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -42803,7 +42838,7 @@ class DatabaseClient(object):
|
|
42803
42838
|
:rtype: :class:`~oci.response.Response`
|
42804
42839
|
|
42805
42840
|
:example:
|
42806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
42807
42842
|
"""
|
42808
42843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42809
42844
|
required_arguments = ['autonomousDatabaseId']
|
@@ -42913,7 +42948,7 @@ class DatabaseClient(object):
|
|
42913
42948
|
:rtype: :class:`~oci.response.Response`
|
42914
42949
|
|
42915
42950
|
:example:
|
42916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
42917
42952
|
"""
|
42918
42953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42919
42954
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -43013,7 +43048,7 @@ class DatabaseClient(object):
|
|
43013
43048
|
:rtype: :class:`~oci.response.Response`
|
43014
43049
|
|
43015
43050
|
:example:
|
43016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
43017
43052
|
"""
|
43018
43053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43019
43054
|
required_arguments = []
|
@@ -43107,7 +43142,7 @@ class DatabaseClient(object):
|
|
43107
43142
|
:rtype: :class:`~oci.response.Response`
|
43108
43143
|
|
43109
43144
|
:example:
|
43110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
|
43111
43146
|
"""
|
43112
43147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43113
43148
|
required_arguments = ['autonomousDatabaseSoftwareImageId']
|
@@ -43212,7 +43247,7 @@ class DatabaseClient(object):
|
|
43212
43247
|
:rtype: :class:`~oci.response.Response`
|
43213
43248
|
|
43214
43249
|
:example:
|
43215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
43216
43251
|
"""
|
43217
43252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43218
43253
|
required_arguments = ['autonomousDatabaseId']
|
@@ -43315,7 +43350,7 @@ class DatabaseClient(object):
|
|
43315
43350
|
:rtype: :class:`~oci.response.Response`
|
43316
43351
|
|
43317
43352
|
:example:
|
43318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
43319
43354
|
"""
|
43320
43355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43321
43356
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -43423,7 +43458,7 @@ class DatabaseClient(object):
|
|
43423
43458
|
:rtype: :class:`~oci.response.Response`
|
43424
43459
|
|
43425
43460
|
:example:
|
43426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
43427
43462
|
"""
|
43428
43463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43429
43464
|
required_arguments = ['autonomousVmClusterId']
|
@@ -43533,7 +43568,7 @@ class DatabaseClient(object):
|
|
43533
43568
|
:rtype: :class:`~oci.response.Response`
|
43534
43569
|
|
43535
43570
|
:example:
|
43536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
|
43537
43572
|
"""
|
43538
43573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43539
43574
|
required_arguments = ['backupId']
|
@@ -43646,7 +43681,7 @@ class DatabaseClient(object):
|
|
43646
43681
|
:rtype: :class:`~oci.response.Response`
|
43647
43682
|
|
43648
43683
|
:example:
|
43649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
43650
43685
|
"""
|
43651
43686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43652
43687
|
required_arguments = ['backupDestinationId']
|
@@ -43756,7 +43791,7 @@ class DatabaseClient(object):
|
|
43756
43791
|
:rtype: :class:`~oci.response.Response`
|
43757
43792
|
|
43758
43793
|
:example:
|
43759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
43760
43795
|
"""
|
43761
43796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43762
43797
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -43866,7 +43901,7 @@ class DatabaseClient(object):
|
|
43866
43901
|
:rtype: :class:`~oci.response.Response`
|
43867
43902
|
|
43868
43903
|
:example:
|
43869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
43904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
43870
43905
|
"""
|
43871
43906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43872
43907
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -43976,7 +44011,7 @@ class DatabaseClient(object):
|
|
43976
44011
|
:rtype: :class:`~oci.response.Response`
|
43977
44012
|
|
43978
44013
|
:example:
|
43979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
43980
44015
|
"""
|
43981
44016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
43982
44017
|
required_arguments = ['cloudVmClusterId']
|
@@ -44086,7 +44121,7 @@ class DatabaseClient(object):
|
|
44086
44121
|
:rtype: :class:`~oci.response.Response`
|
44087
44122
|
|
44088
44123
|
:example:
|
44089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.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.
|
44090
44125
|
"""
|
44091
44126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44092
44127
|
required_arguments = ['cloudVmClusterId']
|
@@ -44199,7 +44234,7 @@ class DatabaseClient(object):
|
|
44199
44234
|
:rtype: :class:`~oci.response.Response`
|
44200
44235
|
|
44201
44236
|
:example:
|
44202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
44203
44238
|
"""
|
44204
44239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44205
44240
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -44313,7 +44348,7 @@ class DatabaseClient(object):
|
|
44313
44348
|
:rtype: :class:`~oci.response.Response`
|
44314
44349
|
|
44315
44350
|
:example:
|
44316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
44317
44352
|
"""
|
44318
44353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44319
44354
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -44434,7 +44469,7 @@ class DatabaseClient(object):
|
|
44434
44469
|
:rtype: :class:`~oci.response.Response`
|
44435
44470
|
|
44436
44471
|
:example:
|
44437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
|
44438
44473
|
"""
|
44439
44474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44440
44475
|
required_arguments = ['databaseId']
|
@@ -44552,7 +44587,7 @@ class DatabaseClient(object):
|
|
44552
44587
|
:rtype: :class:`~oci.response.Response`
|
44553
44588
|
|
44554
44589
|
:example:
|
44555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
44556
44591
|
"""
|
44557
44592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44558
44593
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -44660,7 +44695,7 @@ class DatabaseClient(object):
|
|
44660
44695
|
:rtype: :class:`~oci.response.Response`
|
44661
44696
|
|
44662
44697
|
:example:
|
44663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
44664
44699
|
"""
|
44665
44700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44666
44701
|
required_arguments = ['databaseId']
|
@@ -44765,7 +44800,7 @@ class DatabaseClient(object):
|
|
44765
44800
|
:rtype: :class:`~oci.response.Response`
|
44766
44801
|
|
44767
44802
|
:example:
|
44768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
44769
44804
|
"""
|
44770
44805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44771
44806
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -44870,7 +44905,7 @@ class DatabaseClient(object):
|
|
44870
44905
|
:rtype: :class:`~oci.response.Response`
|
44871
44906
|
|
44872
44907
|
:example:
|
44873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
44908
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
44874
44909
|
"""
|
44875
44910
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44876
44911
|
required_arguments = ['dbHomeId']
|
@@ -44978,7 +45013,7 @@ class DatabaseClient(object):
|
|
44978
45013
|
:rtype: :class:`~oci.response.Response`
|
44979
45014
|
|
44980
45015
|
:example:
|
44981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
44982
45017
|
"""
|
44983
45018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
44984
45019
|
required_arguments = ['dbNodeId']
|
@@ -45092,7 +45127,7 @@ class DatabaseClient(object):
|
|
45092
45127
|
:rtype: :class:`~oci.response.Response`
|
45093
45128
|
|
45094
45129
|
:example:
|
45095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
45096
45131
|
"""
|
45097
45132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45098
45133
|
required_arguments = ['dbSystemId']
|
@@ -45201,7 +45236,7 @@ class DatabaseClient(object):
|
|
45201
45236
|
:rtype: :class:`~oci.response.Response`
|
45202
45237
|
|
45203
45238
|
:example:
|
45204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
45205
45240
|
"""
|
45206
45241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45207
45242
|
required_arguments = ['exadataInfrastructureId']
|
@@ -45321,7 +45356,7 @@ class DatabaseClient(object):
|
|
45321
45356
|
:rtype: :class:`~oci.response.Response`
|
45322
45357
|
|
45323
45358
|
:example:
|
45324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
45325
45360
|
"""
|
45326
45361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45327
45362
|
required_arguments = ['dbSystemId']
|
@@ -45431,7 +45466,7 @@ class DatabaseClient(object):
|
|
45431
45466
|
:rtype: :class:`~oci.response.Response`
|
45432
45467
|
|
45433
45468
|
:example:
|
45434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
|
45435
45470
|
"""
|
45436
45471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45437
45472
|
required_arguments = ['exadbVmClusterId']
|
@@ -45541,7 +45576,7 @@ class DatabaseClient(object):
|
|
45541
45576
|
:rtype: :class:`~oci.response.Response`
|
45542
45577
|
|
45543
45578
|
:example:
|
45544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
|
45545
45580
|
"""
|
45546
45581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45547
45582
|
required_arguments = ['exascaleDbStorageVaultId']
|
@@ -45651,7 +45686,7 @@ class DatabaseClient(object):
|
|
45651
45686
|
:rtype: :class:`~oci.response.Response`
|
45652
45687
|
|
45653
45688
|
:example:
|
45654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
|
45655
45690
|
"""
|
45656
45691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45657
45692
|
required_arguments = ['executionActionId']
|
@@ -45761,7 +45796,7 @@ class DatabaseClient(object):
|
|
45761
45796
|
:rtype: :class:`~oci.response.Response`
|
45762
45797
|
|
45763
45798
|
:example:
|
45764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
|
45765
45800
|
"""
|
45766
45801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45767
45802
|
required_arguments = ['executionWindowId']
|
@@ -45874,7 +45909,7 @@ class DatabaseClient(object):
|
|
45874
45909
|
:rtype: :class:`~oci.response.Response`
|
45875
45910
|
|
45876
45911
|
:example:
|
45877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
45912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
45878
45913
|
"""
|
45879
45914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45880
45915
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -45985,7 +46020,7 @@ class DatabaseClient(object):
|
|
45985
46020
|
:rtype: :class:`~oci.response.Response`
|
45986
46021
|
|
45987
46022
|
:example:
|
45988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
45989
46024
|
"""
|
45990
46025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
45991
46026
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -46095,7 +46130,7 @@ class DatabaseClient(object):
|
|
46095
46130
|
:rtype: :class:`~oci.response.Response`
|
46096
46131
|
|
46097
46132
|
:example:
|
46098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
46099
46134
|
"""
|
46100
46135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46101
46136
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -46207,7 +46242,7 @@ class DatabaseClient(object):
|
|
46207
46242
|
:rtype: :class:`~oci.response.Response`
|
46208
46243
|
|
46209
46244
|
:example:
|
46210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
46211
46246
|
"""
|
46212
46247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46213
46248
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -46317,7 +46352,7 @@ class DatabaseClient(object):
|
|
46317
46352
|
:rtype: :class:`~oci.response.Response`
|
46318
46353
|
|
46319
46354
|
:example:
|
46320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
46321
46356
|
"""
|
46322
46357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46323
46358
|
required_arguments = ['keyStoreId']
|
@@ -46422,7 +46457,7 @@ class DatabaseClient(object):
|
|
46422
46457
|
:rtype: :class:`~oci.response.Response`
|
46423
46458
|
|
46424
46459
|
:example:
|
46425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
46426
46461
|
"""
|
46427
46462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46428
46463
|
required_arguments = ['maintenanceRunId']
|
@@ -46530,7 +46565,7 @@ class DatabaseClient(object):
|
|
46530
46565
|
:rtype: :class:`~oci.response.Response`
|
46531
46566
|
|
46532
46567
|
:example:
|
46533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
46534
46569
|
"""
|
46535
46570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46536
46571
|
required_arguments = ['oneoffPatchId']
|
@@ -46637,7 +46672,7 @@ class DatabaseClient(object):
|
|
46637
46672
|
:rtype: :class:`~oci.response.Response`
|
46638
46673
|
|
46639
46674
|
:example:
|
46640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
46641
46676
|
"""
|
46642
46677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46643
46678
|
required_arguments = ['pluggableDatabaseId']
|
@@ -46745,7 +46780,7 @@ class DatabaseClient(object):
|
|
46745
46780
|
:rtype: :class:`~oci.response.Response`
|
46746
46781
|
|
46747
46782
|
:example:
|
46748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
|
46749
46784
|
"""
|
46750
46785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46751
46786
|
required_arguments = ['scheduledActionId']
|
@@ -46855,7 +46890,7 @@ class DatabaseClient(object):
|
|
46855
46890
|
:rtype: :class:`~oci.response.Response`
|
46856
46891
|
|
46857
46892
|
:example:
|
46858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
46893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
|
46859
46894
|
"""
|
46860
46895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46861
46896
|
required_arguments = ['schedulingPolicyId']
|
@@ -46970,7 +47005,7 @@ class DatabaseClient(object):
|
|
46970
47005
|
:rtype: :class:`~oci.response.Response`
|
46971
47006
|
|
46972
47007
|
:example:
|
46973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
|
46974
47009
|
"""
|
46975
47010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
46976
47011
|
required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
|
@@ -47081,7 +47116,7 @@ class DatabaseClient(object):
|
|
47081
47116
|
:rtype: :class:`~oci.response.Response`
|
47082
47117
|
|
47083
47118
|
:example:
|
47084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
47085
47120
|
"""
|
47086
47121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47087
47122
|
required_arguments = ['vmClusterId']
|
@@ -47197,7 +47232,7 @@ class DatabaseClient(object):
|
|
47197
47232
|
:rtype: :class:`~oci.response.Response`
|
47198
47233
|
|
47199
47234
|
:example:
|
47200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
47201
47236
|
"""
|
47202
47237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47203
47238
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -47308,7 +47343,7 @@ class DatabaseClient(object):
|
|
47308
47343
|
:rtype: :class:`~oci.response.Response`
|
47309
47344
|
|
47310
47345
|
:example:
|
47311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
47312
47347
|
"""
|
47313
47348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47314
47349
|
required_arguments = ['databaseId']
|
@@ -47425,7 +47460,7 @@ class DatabaseClient(object):
|
|
47425
47460
|
:rtype: :class:`~oci.response.Response`
|
47426
47461
|
|
47427
47462
|
:example:
|
47428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
47429
47464
|
"""
|
47430
47465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47431
47466
|
required_arguments = ['dbSystemId']
|
@@ -47542,7 +47577,7 @@ class DatabaseClient(object):
|
|
47542
47577
|
:rtype: :class:`~oci.response.Response`
|
47543
47578
|
|
47544
47579
|
:example:
|
47545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
47580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
47546
47581
|
"""
|
47547
47582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
47548
47583
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|