oci 2.115.1__py3-none-any.whl → 2.116.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/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_speech/models/__init__.py +4 -0
- oci/ai_speech/models/create_transcription_job_details.py +4 -4
- oci/ai_speech/models/diarization.py +103 -0
- oci/ai_speech/models/transcription_job.py +6 -6
- oci/ai_speech/models/transcription_job_summary.py +6 -6
- oci/ai_speech/models/transcription_model_details.py +29 -2
- oci/ai_speech/models/transcription_settings.py +68 -0
- oci/ai_speech/models/update_transcription_job_details.py +4 -4
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +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 +521 -47
- oci/bds/bds_client_composite_operations.py +123 -0
- oci/bds/models/__init__.py +14 -0
- oci/bds/models/certificate_service_info_details.py +72 -0
- oci/bds/models/certificate_service_info_summary.py +206 -0
- oci/bds/models/disable_certificate_details.py +103 -0
- oci/bds/models/enable_certificate_details.py +196 -0
- oci/bds/models/host_cert_details.py +134 -0
- oci/bds/models/host_specific_certificate_details.py +150 -0
- oci/bds/models/renew_certificate_details.py +196 -0
- oci/bds/models/work_request.py +7 -3
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +1480 -210
- oci/core/compute_client_composite_operations.py +195 -0
- oci/core/compute_management_client.py +32 -32
- oci/core/models/__init__.py +42 -0
- oci/core/models/capacity_source.py +101 -0
- oci/core/models/change_compute_capacity_topology_compartment_details.py +78 -0
- oci/core/models/compute_bare_metal_host.py +458 -0
- oci/core/models/compute_bare_metal_host_collection.py +72 -0
- oci/core/models/compute_bare_metal_host_summary.py +422 -0
- oci/core/models/compute_capacity_topology.py +425 -0
- oci/core/models/compute_capacity_topology_collection.py +72 -0
- oci/core/models/compute_capacity_topology_summary.py +370 -0
- oci/core/models/compute_hpc_island.py +267 -0
- oci/core/models/compute_hpc_island_collection.py +72 -0
- oci/core/models/compute_hpc_island_summary.py +251 -0
- oci/core/models/compute_network_block.py +302 -0
- oci/core/models/compute_network_block_collection.py +72 -0
- oci/core/models/compute_network_block_summary.py +286 -0
- oci/core/models/create_capacity_source_details.py +89 -0
- oci/core/models/create_compute_capacity_topology_details.py +253 -0
- oci/core/models/create_dedicated_capacity_source_details.py +85 -0
- oci/core/models/dedicated_capacity_source.py +86 -0
- oci/core/models/update_capacity_source_details.py +89 -0
- oci/core/models/update_compute_capacity_topology_details.py +183 -0
- oci/core/models/update_dedicated_capacity_source_details.py +50 -0
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +141 -141
- oci/data_flow/data_flow_client.py +42 -42
- 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 +252 -252
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +320 -320
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +57 -57
- 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 +20355 -6173
- oci/identity_domains/models/__init__.py +216 -0
- oci/identity_domains/models/app_extension_radius_app_app.py +55 -0
- oci/identity_domains/models/approval_workflow.py +832 -0
- oci/identity_domains/models/approval_workflow_approval_workflow_steps.py +294 -0
- oci/identity_domains/models/approval_workflow_assignment.py +771 -0
- oci/identity_domains/models/approval_workflow_assignment_approval_workflow.py +318 -0
- oci/identity_domains/models/approval_workflow_assignment_assigned_to.py +318 -0
- oci/identity_domains/models/approval_workflow_assignments.py +196 -0
- oci/identity_domains/models/approval_workflow_max_duration.py +185 -0
- oci/identity_domains/models/approval_workflow_step.py +929 -0
- oci/identity_domains/models/approval_workflow_step_approvers.py +294 -0
- oci/identity_domains/models/approval_workflow_steps.py +196 -0
- oci/identity_domains/models/approval_workflows.py +196 -0
- oci/identity_domains/models/authentication_factors_remover.py +51 -2
- oci/identity_domains/models/branding_setting.py +1556 -0
- oci/identity_domains/models/branding_settings.py +196 -0
- oci/identity_domains/models/branding_settings_company_names.py +131 -0
- oci/identity_domains/models/branding_settings_default_company_names.py +143 -0
- oci/identity_domains/models/branding_settings_default_images.py +188 -0
- oci/identity_domains/models/branding_settings_default_login_texts.py +143 -0
- oci/identity_domains/models/branding_settings_images.py +176 -0
- oci/identity_domains/models/branding_settings_login_texts.py +131 -0
- oci/identity_domains/models/cloud_gate.py +1239 -0
- oci/identity_domains/models/cloud_gate_ext_mappings.py +610 -0
- oci/identity_domains/models/cloud_gate_ext_servers.py +296 -0
- oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.py +316 -0
- oci/identity_domains/models/cloud_gate_ext_upstream_servers.py +426 -0
- oci/identity_domains/models/cloud_gate_mapping.py +1068 -0
- oci/identity_domains/models/cloud_gate_mapping_cloud_gate.py +153 -0
- oci/identity_domains/models/cloud_gate_mapping_gateway_app.py +204 -0
- oci/identity_domains/models/cloud_gate_mapping_search_request.py +364 -0
- oci/identity_domains/models/cloud_gate_mapping_server.py +153 -0
- oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.py +217 -0
- oci/identity_domains/models/cloud_gate_mappings.py +196 -0
- oci/identity_domains/models/cloud_gate_oauth_client.py +208 -0
- oci/identity_domains/models/cloud_gate_search_request.py +364 -0
- oci/identity_domains/models/cloud_gate_server.py +1042 -0
- oci/identity_domains/models/cloud_gate_server_cloud_gate.py +153 -0
- oci/identity_domains/models/cloud_gate_server_search_request.py +364 -0
- oci/identity_domains/models/cloud_gate_servers.py +196 -0
- oci/identity_domains/models/cloud_gates.py +196 -0
- oci/identity_domains/models/condition.py +1063 -0
- oci/identity_domains/models/condition_search_request.py +364 -0
- oci/identity_domains/models/conditions.py +196 -0
- oci/identity_domains/models/defined_tags.py +2 -0
- oci/identity_domains/models/extension_social_identity_provider.py +55 -0
- oci/identity_domains/models/freeform_tags.py +2 -0
- oci/identity_domains/models/identity_provider_relay_idp_param_mappings.py +159 -0
- oci/identity_domains/models/me_password_changer.py +2 -2
- oci/identity_domains/models/my_authentication_factors_remover.py +51 -2
- oci/identity_domains/models/my_completed_approval.py +1146 -0
- oci/identity_domains/models/my_completed_approvals.py +196 -0
- oci/identity_domains/models/my_pending_approval.py +1146 -0
- oci/identity_domains/models/my_pending_approvals.py +196 -0
- oci/identity_domains/models/my_request.py +217 -2
- oci/identity_domains/models/my_request_approval_details.py +398 -0
- oci/identity_domains/models/my_request_requesting.py +53 -0
- oci/identity_domains/models/network_perimeter.py +852 -0
- oci/identity_domains/models/network_perimeter_ip_addresses.py +228 -0
- oci/identity_domains/models/network_perimeter_search_request.py +364 -0
- oci/identity_domains/models/network_perimeters.py +196 -0
- oci/identity_domains/models/notification_setting.py +1038 -0
- oci/identity_domains/models/notification_settings.py +196 -0
- oci/identity_domains/models/notification_settings_event_settings.py +143 -0
- oci/identity_domains/models/notification_settings_from_email_address.py +278 -0
- oci/identity_domains/models/notification_settings_search_request.py +171 -0
- oci/identity_domains/models/o_auth_client_certificate.py +1187 -0
- oci/identity_domains/models/o_auth_client_certificate_search_request.py +364 -0
- oci/identity_domains/models/o_auth_client_certificates.py +196 -0
- oci/identity_domains/models/o_auth_partner_certificate.py +1187 -0
- oci/identity_domains/models/o_auth_partner_certificate_search_request.py +364 -0
- oci/identity_domains/models/o_auth_partner_certificates.py +196 -0
- oci/identity_domains/models/policies.py +196 -0
- oci/identity_domains/models/policy.py +979 -0
- oci/identity_domains/models/policy_policy_type.py +150 -0
- oci/identity_domains/models/policy_rules.py +247 -0
- oci/identity_domains/models/policy_search_request.py +364 -0
- oci/identity_domains/models/rule.py +1110 -0
- oci/identity_domains/models/rule_condition_group.py +270 -0
- oci/identity_domains/models/rule_policy_type.py +150 -0
- oci/identity_domains/models/rule_return.py +188 -0
- oci/identity_domains/models/rule_search_request.py +364 -0
- oci/identity_domains/models/rules.py +196 -0
- oci/identity_domains/models/schema.py +537 -0
- oci/identity_domains/models/schema_attributes.py +4165 -0
- oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.py +188 -0
- oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.py +433 -0
- oci/identity_domains/models/schema_localized_canonical_values.py +188 -0
- oci/identity_domains/models/schema_localized_display_name.py +147 -0
- oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.py +139 -0
- oci/identity_domains/models/schema_resolve_value_using_resource_type.py +139 -0
- oci/identity_domains/models/schema_search_request.py +329 -0
- oci/identity_domains/models/schema_sub_attributes.py +3209 -0
- oci/identity_domains/models/schemas.py +196 -0
- oci/identity_domains/models/self_registration_profile.py +1636 -0
- oci/identity_domains/models/self_registration_profile_after_submit_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_consent_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_default_groups.py +190 -0
- oci/identity_domains/models/self_registration_profile_display_name.py +194 -0
- oci/identity_domains/models/self_registration_profile_email_template.py +202 -0
- oci/identity_domains/models/self_registration_profile_footer_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_header_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_search_request.py +364 -0
- oci/identity_domains/models/self_registration_profile_user_attributes.py +286 -0
- oci/identity_domains/models/self_registration_profiles.py +196 -0
- oci/identity_domains/models/setting.py +3110 -0
- oci/identity_domains/models/settings.py +196 -0
- oci/identity_domains/models/settings_certificate_validation.py +566 -0
- oci/identity_domains/models/settings_cloud_gate_cors_settings.py +318 -0
- oci/identity_domains/models/settings_company_names.py +135 -0
- oci/identity_domains/models/settings_default_company_names.py +143 -0
- oci/identity_domains/models/settings_default_images.py +188 -0
- oci/identity_domains/models/settings_default_login_texts.py +145 -0
- oci/identity_domains/models/settings_images.py +176 -0
- oci/identity_domains/models/settings_login_texts.py +137 -0
- oci/identity_domains/models/settings_purge_configs.py +139 -0
- oci/identity_domains/models/settings_search_request.py +171 -0
- oci/identity_domains/models/settings_tenant_custom_claims.py +438 -0
- oci/identity_domains/models/user_ext_risk_scores.py +4 -0
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_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 +23 -23
- oci/log_analytics/log_analytics_client.py +192 -192
- 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 +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- 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/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/__init__.py +14 -0
- oci/psql/models/__init__.py +166 -0
- oci/psql/models/backup.py +645 -0
- oci/psql/models/backup_collection.py +72 -0
- oci/psql/models/backup_policy.py +156 -0
- oci/psql/models/backup_source_details.py +113 -0
- oci/psql/models/backup_summary.py +481 -0
- oci/psql/models/change_backup_compartment_details.py +74 -0
- oci/psql/models/change_configuration_compartment_details.py +74 -0
- oci/psql/models/change_db_system_compartment_details.py +78 -0
- oci/psql/models/config_overrides.py +103 -0
- oci/psql/models/config_params.py +289 -0
- oci/psql/models/configuration.py +532 -0
- oci/psql/models/configuration_collection.py +72 -0
- oci/psql/models/configuration_details.py +72 -0
- oci/psql/models/configuration_summary.py +450 -0
- oci/psql/models/connection_details.py +134 -0
- oci/psql/models/create_backup_details.py +262 -0
- oci/psql/models/create_configuration_details.py +384 -0
- oci/psql/models/create_db_instance_details.py +136 -0
- oci/psql/models/create_db_system_details.py +585 -0
- oci/psql/models/credentials.py +100 -0
- oci/psql/models/daily_backup_policy.py +89 -0
- oci/psql/models/db_configuration_override_collection.py +72 -0
- oci/psql/models/db_instance.py +325 -0
- oci/psql/models/db_instance_endpoint.py +99 -0
- oci/psql/models/db_system.py +827 -0
- oci/psql/models/db_system_collection.py +72 -0
- oci/psql/models/db_system_details.py +103 -0
- oci/psql/models/db_system_summary.py +574 -0
- oci/psql/models/default_config_params.py +258 -0
- oci/psql/models/default_configuration.py +406 -0
- oci/psql/models/default_configuration_collection.py +72 -0
- oci/psql/models/default_configuration_details.py +72 -0
- oci/psql/models/default_configuration_summary.py +320 -0
- oci/psql/models/endpoint.py +134 -0
- oci/psql/models/failover_db_system_details.py +107 -0
- oci/psql/models/management_policy.py +99 -0
- oci/psql/models/management_policy_details.py +99 -0
- oci/psql/models/monthly_backup_policy.py +122 -0
- oci/psql/models/network_details.py +136 -0
- oci/psql/models/none_backup_policy.py +58 -0
- oci/psql/models/none_source_details.py +51 -0
- oci/psql/models/oci_optimized_storage_details.py +95 -0
- oci/psql/models/password_details.py +110 -0
- oci/psql/models/patch_db_system_details.py +74 -0
- oci/psql/models/patch_insert_instruction.py +171 -0
- oci/psql/models/patch_instruction.py +184 -0
- oci/psql/models/patch_merge_instruction.py +97 -0
- oci/psql/models/patch_move_instruction.py +147 -0
- oci/psql/models/patch_prohibit_instruction.py +100 -0
- oci/psql/models/patch_remove_instruction.py +59 -0
- oci/psql/models/patch_replace_instruction.py +92 -0
- oci/psql/models/patch_require_instruction.py +99 -0
- oci/psql/models/plain_text_password_details.py +82 -0
- oci/psql/models/primary_db_instance_details.py +72 -0
- oci/psql/models/reset_master_user_password_details.py +69 -0
- oci/psql/models/restart_db_instance_in_db_system_details.py +119 -0
- oci/psql/models/restore_db_system_details.py +105 -0
- oci/psql/models/shape_collection.py +72 -0
- oci/psql/models/shape_summary.py +165 -0
- oci/psql/models/source_details.py +109 -0
- oci/psql/models/storage_details.py +161 -0
- oci/psql/models/update_backup_details.py +200 -0
- oci/psql/models/update_configuration_details.py +103 -0
- oci/psql/models/update_db_config_params.py +121 -0
- oci/psql/models/update_db_system_db_instance_details.py +103 -0
- oci/psql/models/update_db_system_details.py +250 -0
- oci/psql/models/update_storage_details_params.py +74 -0
- oci/psql/models/vault_secret_password_details.py +113 -0
- oci/psql/models/weekly_backup_policy.py +157 -0
- oci/psql/models/work_request.py +412 -0
- oci/psql/models/work_request_error.py +136 -0
- oci/psql/models/work_request_error_collection.py +72 -0
- oci/psql/models/work_request_log_entry.py +103 -0
- oci/psql/models/work_request_log_entry_collection.py +72 -0
- oci/psql/models/work_request_resource.py +228 -0
- oci/psql/models/work_request_summary.py +412 -0
- oci/psql/models/work_request_summary_collection.py +72 -0
- oci/psql/postgresql_client.py +3980 -0
- oci/psql/postgresql_client_composite_operations.py +807 -0
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +58 -58
- 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 +19 -19
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/METADATA +1 -1
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/RECORD +478 -259
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/WHEEL +0 -0
- {oci-2.115.1.dist-info → oci-2.116.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.116.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']
|
@@ -272,7 +272,7 @@ class DatabaseClient(object):
|
|
272
272
|
:rtype: :class:`~oci.response.Response`
|
273
273
|
|
274
274
|
:example:
|
275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
276
276
|
"""
|
277
277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
278
278
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -387,7 +387,7 @@ class DatabaseClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = ['exadataInfrastructureId']
|
@@ -505,7 +505,7 @@ class DatabaseClient(object):
|
|
505
505
|
:rtype: :class:`~oci.response.Response`
|
506
506
|
|
507
507
|
:example:
|
508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
509
509
|
"""
|
510
510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
511
511
|
required_arguments = ['cloudVmClusterId']
|
@@ -625,7 +625,7 @@ class DatabaseClient(object):
|
|
625
625
|
:rtype: :class:`~oci.response.Response`
|
626
626
|
|
627
627
|
:example:
|
628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
629
629
|
"""
|
630
630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
631
631
|
required_arguments = ['vmClusterId']
|
@@ -745,7 +745,7 @@ class DatabaseClient(object):
|
|
745
745
|
:rtype: :class:`~oci.response.Response`
|
746
746
|
|
747
747
|
:example:
|
748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
|
749
749
|
"""
|
750
750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
751
751
|
required_arguments = ['autonomousDatabaseId']
|
@@ -862,7 +862,7 @@ class DatabaseClient(object):
|
|
862
862
|
:rtype: :class:`~oci.response.Response`
|
863
863
|
|
864
864
|
:example:
|
865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
|
866
866
|
"""
|
867
867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
868
868
|
required_arguments = ['backupId']
|
@@ -982,7 +982,7 @@ class DatabaseClient(object):
|
|
982
982
|
:rtype: :class:`~oci.response.Response`
|
983
983
|
|
984
984
|
:example:
|
985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
|
986
986
|
"""
|
987
987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
988
988
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -1104,7 +1104,7 @@ class DatabaseClient(object):
|
|
1104
1104
|
:rtype: :class:`~oci.response.Response`
|
1105
1105
|
|
1106
1106
|
:example:
|
1107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
|
1108
1108
|
"""
|
1109
1109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1110
1110
|
required_arguments = ['autonomousDatabaseId']
|
@@ -1226,7 +1226,7 @@ class DatabaseClient(object):
|
|
1226
1226
|
:rtype: :class:`~oci.response.Response`
|
1227
1227
|
|
1228
1228
|
:example:
|
1229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
|
1230
1230
|
"""
|
1231
1231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1232
1232
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
|
|
1344
1344
|
:rtype: :class:`~oci.response.Response`
|
1345
1345
|
|
1346
1346
|
:example:
|
1347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
|
1348
1348
|
"""
|
1349
1349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1350
1350
|
required_arguments = ['autonomousVmClusterId']
|
@@ -1466,7 +1466,7 @@ class DatabaseClient(object):
|
|
1466
1466
|
:rtype: :class:`~oci.response.Response`
|
1467
1467
|
|
1468
1468
|
:example:
|
1469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
|
1470
1470
|
"""
|
1471
1471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1472
1472
|
required_arguments = ['backupDestinationId']
|
@@ -1584,7 +1584,7 @@ class DatabaseClient(object):
|
|
1584
1584
|
:rtype: :class:`~oci.response.Response`
|
1585
1585
|
|
1586
1586
|
:example:
|
1587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
1588
1588
|
"""
|
1589
1589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1590
1590
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -1704,7 +1704,7 @@ class DatabaseClient(object):
|
|
1704
1704
|
:rtype: :class:`~oci.response.Response`
|
1705
1705
|
|
1706
1706
|
:example:
|
1707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
|
1708
1708
|
"""
|
1709
1709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1710
1710
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -1822,7 +1822,7 @@ class DatabaseClient(object):
|
|
1822
1822
|
:rtype: :class:`~oci.response.Response`
|
1823
1823
|
|
1824
1824
|
:example:
|
1825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
|
1826
1826
|
"""
|
1827
1827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1828
1828
|
required_arguments = ['cloudVmClusterId']
|
@@ -1944,7 +1944,7 @@ class DatabaseClient(object):
|
|
1944
1944
|
:rtype: :class:`~oci.response.Response`
|
1945
1945
|
|
1946
1946
|
:example:
|
1947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
|
1948
1948
|
"""
|
1949
1949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1950
1950
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -2067,7 +2067,7 @@ class DatabaseClient(object):
|
|
2067
2067
|
:rtype: :class:`~oci.response.Response`
|
2068
2068
|
|
2069
2069
|
:example:
|
2070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
|
2071
2071
|
"""
|
2072
2072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2073
2073
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -2198,7 +2198,7 @@ class DatabaseClient(object):
|
|
2198
2198
|
:rtype: :class:`~oci.response.Response`
|
2199
2199
|
|
2200
2200
|
:example:
|
2201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
2202
2202
|
"""
|
2203
2203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2204
2204
|
required_arguments = ['dbSystemId']
|
@@ -2309,7 +2309,7 @@ class DatabaseClient(object):
|
|
2309
2309
|
:rtype: :class:`~oci.response.Response`
|
2310
2310
|
|
2311
2311
|
:example:
|
2312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
|
2313
2313
|
"""
|
2314
2314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2315
2315
|
required_arguments = ['autonomousDatabaseId']
|
@@ -2427,7 +2427,7 @@ class DatabaseClient(object):
|
|
2427
2427
|
:rtype: :class:`~oci.response.Response`
|
2428
2428
|
|
2429
2429
|
:example:
|
2430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
|
2431
2431
|
"""
|
2432
2432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2433
2433
|
required_arguments = ['exadataInfrastructureId']
|
@@ -2550,7 +2550,7 @@ class DatabaseClient(object):
|
|
2550
2550
|
:rtype: :class:`~oci.response.Response`
|
2551
2551
|
|
2552
2552
|
:example:
|
2553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
|
2554
2554
|
"""
|
2555
2555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2556
2556
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -2672,7 +2672,7 @@ class DatabaseClient(object):
|
|
2672
2672
|
:rtype: :class:`~oci.response.Response`
|
2673
2673
|
|
2674
2674
|
:example:
|
2675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
2676
2676
|
"""
|
2677
2677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2678
2678
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -2797,7 +2797,7 @@ class DatabaseClient(object):
|
|
2797
2797
|
:rtype: :class:`~oci.response.Response`
|
2798
2798
|
|
2799
2799
|
:example:
|
2800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
|
2801
2801
|
"""
|
2802
2802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2803
2803
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -2919,7 +2919,7 @@ class DatabaseClient(object):
|
|
2919
2919
|
:rtype: :class:`~oci.response.Response`
|
2920
2920
|
|
2921
2921
|
:example:
|
2922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
|
2923
2923
|
"""
|
2924
2924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2925
2925
|
required_arguments = ['keyStoreId']
|
@@ -3037,7 +3037,7 @@ class DatabaseClient(object):
|
|
3037
3037
|
:rtype: :class:`~oci.response.Response`
|
3038
3038
|
|
3039
3039
|
:example:
|
3040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
|
3041
3041
|
"""
|
3042
3042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3043
3043
|
required_arguments = ['databaseId']
|
@@ -3155,7 +3155,7 @@ class DatabaseClient(object):
|
|
3155
3155
|
:rtype: :class:`~oci.response.Response`
|
3156
3156
|
|
3157
3157
|
:example:
|
3158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
|
3159
3159
|
"""
|
3160
3160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3161
3161
|
required_arguments = ['oneoffPatchId']
|
@@ -3274,7 +3274,7 @@ class DatabaseClient(object):
|
|
3274
3274
|
:rtype: :class:`~oci.response.Response`
|
3275
3275
|
|
3276
3276
|
:example:
|
3277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
|
3278
3278
|
"""
|
3279
3279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3280
3280
|
required_arguments = ['vmClusterId']
|
@@ -3391,7 +3391,7 @@ class DatabaseClient(object):
|
|
3391
3391
|
:rtype: :class:`~oci.response.Response`
|
3392
3392
|
|
3393
3393
|
:example:
|
3394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
3395
3395
|
"""
|
3396
3396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3397
3397
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -3508,7 +3508,7 @@ class DatabaseClient(object):
|
|
3508
3508
|
:rtype: :class:`~oci.response.Response`
|
3509
3509
|
|
3510
3510
|
:example:
|
3511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
|
3512
3512
|
"""
|
3513
3513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3514
3514
|
required_arguments = ['backupId']
|
@@ -3630,7 +3630,7 @@ class DatabaseClient(object):
|
|
3630
3630
|
:rtype: :class:`~oci.response.Response`
|
3631
3631
|
|
3632
3632
|
:example:
|
3633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
|
3634
3634
|
"""
|
3635
3635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3636
3636
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3741,7 +3741,7 @@ class DatabaseClient(object):
|
|
3741
3741
|
:rtype: :class:`~oci.response.Response`
|
3742
3742
|
|
3743
3743
|
:example:
|
3744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
|
3745
3745
|
"""
|
3746
3746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3747
3747
|
required_arguments = ['autonomousDatabaseId']
|
@@ -3851,7 +3851,7 @@ class DatabaseClient(object):
|
|
3851
3851
|
:rtype: :class:`~oci.response.Response`
|
3852
3852
|
|
3853
3853
|
:example:
|
3854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
|
3855
3855
|
"""
|
3856
3856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3857
3857
|
required_arguments = ['databaseId']
|
@@ -3969,7 +3969,7 @@ class DatabaseClient(object):
|
|
3969
3969
|
:rtype: :class:`~oci.response.Response`
|
3970
3970
|
|
3971
3971
|
:example:
|
3972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
|
3973
3973
|
"""
|
3974
3974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3975
3975
|
required_arguments = ['pluggableDatabaseId']
|
@@ -4079,7 +4079,7 @@ class DatabaseClient(object):
|
|
4079
4079
|
:rtype: :class:`~oci.response.Response`
|
4080
4080
|
|
4081
4081
|
:example:
|
4082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
|
4083
4083
|
"""
|
4084
4084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4085
4085
|
required_arguments = []
|
@@ -4172,7 +4172,7 @@ class DatabaseClient(object):
|
|
4172
4172
|
:rtype: :class:`~oci.response.Response`
|
4173
4173
|
|
4174
4174
|
:example:
|
4175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
|
4176
4176
|
"""
|
4177
4177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4178
4178
|
required_arguments = []
|
@@ -4278,7 +4278,7 @@ class DatabaseClient(object):
|
|
4278
4278
|
:rtype: :class:`~oci.response.Response`
|
4279
4279
|
|
4280
4280
|
:example:
|
4281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
4282
4282
|
"""
|
4283
4283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4284
4284
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -4384,7 +4384,7 @@ class DatabaseClient(object):
|
|
4384
4384
|
:rtype: :class:`~oci.response.Response`
|
4385
4385
|
|
4386
4386
|
:example:
|
4387
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
|
4388
4388
|
"""
|
4389
4389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4390
4390
|
required_arguments = []
|
@@ -4480,7 +4480,7 @@ class DatabaseClient(object):
|
|
4480
4480
|
:rtype: :class:`~oci.response.Response`
|
4481
4481
|
|
4482
4482
|
:example:
|
4483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
|
4484
4484
|
"""
|
4485
4485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4486
4486
|
required_arguments = []
|
@@ -4576,7 +4576,7 @@ class DatabaseClient(object):
|
|
4576
4576
|
:rtype: :class:`~oci.response.Response`
|
4577
4577
|
|
4578
4578
|
:example:
|
4579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
|
4580
4580
|
"""
|
4581
4581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4582
4582
|
required_arguments = []
|
@@ -4669,7 +4669,7 @@ class DatabaseClient(object):
|
|
4669
4669
|
:rtype: :class:`~oci.response.Response`
|
4670
4670
|
|
4671
4671
|
:example:
|
4672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
4673
4673
|
"""
|
4674
4674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4675
4675
|
required_arguments = []
|
@@ -4763,7 +4763,7 @@ class DatabaseClient(object):
|
|
4763
4763
|
:rtype: :class:`~oci.response.Response`
|
4764
4764
|
|
4765
4765
|
:example:
|
4766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
|
4767
4767
|
"""
|
4768
4768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4769
4769
|
required_arguments = []
|
@@ -4859,7 +4859,7 @@ class DatabaseClient(object):
|
|
4859
4859
|
:rtype: :class:`~oci.response.Response`
|
4860
4860
|
|
4861
4861
|
:example:
|
4862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
|
4863
4863
|
"""
|
4864
4864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4865
4865
|
required_arguments = []
|
@@ -4959,7 +4959,7 @@ class DatabaseClient(object):
|
|
4959
4959
|
:rtype: :class:`~oci.response.Response`
|
4960
4960
|
|
4961
4961
|
:example:
|
4962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
|
4963
4963
|
"""
|
4964
4964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4965
4965
|
required_arguments = []
|
@@ -5057,7 +5057,7 @@ class DatabaseClient(object):
|
|
5057
5057
|
:rtype: :class:`~oci.response.Response`
|
5058
5058
|
|
5059
5059
|
:example:
|
5060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
|
5061
5061
|
"""
|
5062
5062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5063
5063
|
required_arguments = []
|
@@ -5157,7 +5157,7 @@ class DatabaseClient(object):
|
|
5157
5157
|
:rtype: :class:`~oci.response.Response`
|
5158
5158
|
|
5159
5159
|
:example:
|
5160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
|
5161
5161
|
"""
|
5162
5162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5163
5163
|
required_arguments = ['dbNodeId']
|
@@ -5275,7 +5275,7 @@ class DatabaseClient(object):
|
|
5275
5275
|
:rtype: :class:`~oci.response.Response`
|
5276
5276
|
|
5277
5277
|
:example:
|
5278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
5279
5279
|
"""
|
5280
5280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5281
5281
|
required_arguments = ['databaseId']
|
@@ -5381,7 +5381,7 @@ class DatabaseClient(object):
|
|
5381
5381
|
:rtype: :class:`~oci.response.Response`
|
5382
5382
|
|
5383
5383
|
:example:
|
5384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
5385
5385
|
"""
|
5386
5386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5387
5387
|
required_arguments = []
|
@@ -5474,7 +5474,7 @@ class DatabaseClient(object):
|
|
5474
5474
|
:rtype: :class:`~oci.response.Response`
|
5475
5475
|
|
5476
5476
|
:example:
|
5477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
5478
5478
|
"""
|
5479
5479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5480
5480
|
required_arguments = []
|
@@ -5565,7 +5565,7 @@ class DatabaseClient(object):
|
|
5565
5565
|
:rtype: :class:`~oci.response.Response`
|
5566
5566
|
|
5567
5567
|
:example:
|
5568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
5569
5569
|
"""
|
5570
5570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5571
5571
|
required_arguments = []
|
@@ -5660,7 +5660,7 @@ class DatabaseClient(object):
|
|
5660
5660
|
:rtype: :class:`~oci.response.Response`
|
5661
5661
|
|
5662
5662
|
:example:
|
5663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
5664
5664
|
"""
|
5665
5665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5666
5666
|
required_arguments = []
|
@@ -5757,7 +5757,7 @@ class DatabaseClient(object):
|
|
5757
5757
|
:rtype: :class:`~oci.response.Response`
|
5758
5758
|
|
5759
5759
|
:example:
|
5760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
5761
5761
|
"""
|
5762
5762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5763
5763
|
required_arguments = []
|
@@ -5851,7 +5851,7 @@ class DatabaseClient(object):
|
|
5851
5851
|
:rtype: :class:`~oci.response.Response`
|
5852
5852
|
|
5853
5853
|
:example:
|
5854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
5855
5855
|
"""
|
5856
5856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5857
5857
|
required_arguments = []
|
@@ -5947,7 +5947,7 @@ class DatabaseClient(object):
|
|
5947
5947
|
:rtype: :class:`~oci.response.Response`
|
5948
5948
|
|
5949
5949
|
:example:
|
5950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
5951
5951
|
"""
|
5952
5952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5953
5953
|
required_arguments = []
|
@@ -6043,7 +6043,7 @@ class DatabaseClient(object):
|
|
6043
6043
|
:rtype: :class:`~oci.response.Response`
|
6044
6044
|
|
6045
6045
|
:example:
|
6046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
6047
6047
|
"""
|
6048
6048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6049
6049
|
required_arguments = []
|
@@ -6140,7 +6140,7 @@ class DatabaseClient(object):
|
|
6140
6140
|
:rtype: :class:`~oci.response.Response`
|
6141
6141
|
|
6142
6142
|
:example:
|
6143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
6144
6144
|
"""
|
6145
6145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6146
6146
|
required_arguments = []
|
@@ -6236,7 +6236,7 @@ class DatabaseClient(object):
|
|
6236
6236
|
:rtype: :class:`~oci.response.Response`
|
6237
6237
|
|
6238
6238
|
:example:
|
6239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
6240
6240
|
"""
|
6241
6241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6242
6242
|
required_arguments = []
|
@@ -6335,7 +6335,7 @@ class DatabaseClient(object):
|
|
6335
6335
|
:rtype: :class:`~oci.response.Response`
|
6336
6336
|
|
6337
6337
|
:example:
|
6338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
6339
6339
|
"""
|
6340
6340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6341
6341
|
required_arguments = []
|
@@ -6431,7 +6431,7 @@ class DatabaseClient(object):
|
|
6431
6431
|
:rtype: :class:`~oci.response.Response`
|
6432
6432
|
|
6433
6433
|
:example:
|
6434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
6435
6435
|
"""
|
6436
6436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6437
6437
|
required_arguments = []
|
@@ -6529,7 +6529,7 @@ class DatabaseClient(object):
|
|
6529
6529
|
:rtype: :class:`~oci.response.Response`
|
6530
6530
|
|
6531
6531
|
:example:
|
6532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
6533
6533
|
"""
|
6534
6534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6535
6535
|
required_arguments = []
|
@@ -6626,7 +6626,7 @@ class DatabaseClient(object):
|
|
6626
6626
|
:rtype: :class:`~oci.response.Response`
|
6627
6627
|
|
6628
6628
|
:example:
|
6629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
6630
6630
|
"""
|
6631
6631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6632
6632
|
required_arguments = []
|
@@ -6728,7 +6728,7 @@ class DatabaseClient(object):
|
|
6728
6728
|
:rtype: :class:`~oci.response.Response`
|
6729
6729
|
|
6730
6730
|
:example:
|
6731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
6732
6732
|
"""
|
6733
6733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6734
6734
|
required_arguments = ['exadataInfrastructureId']
|
@@ -6857,7 +6857,7 @@ class DatabaseClient(object):
|
|
6857
6857
|
:rtype: :class:`~oci.response.Response`
|
6858
6858
|
|
6859
6859
|
:example:
|
6860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
6861
6861
|
"""
|
6862
6862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6863
6863
|
required_arguments = ['dbNodeId', 'action']
|
@@ -6970,7 +6970,7 @@ class DatabaseClient(object):
|
|
6970
6970
|
:rtype: :class:`~oci.response.Response`
|
6971
6971
|
|
6972
6972
|
:example:
|
6973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
6974
6974
|
"""
|
6975
6975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6976
6976
|
required_arguments = ['applicationVipId']
|
@@ -7073,7 +7073,7 @@ class DatabaseClient(object):
|
|
7073
7073
|
:rtype: :class:`~oci.response.Response`
|
7074
7074
|
|
7075
7075
|
:example:
|
7076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
7077
7077
|
"""
|
7078
7078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7079
7079
|
required_arguments = ['autonomousDatabaseId']
|
@@ -7176,7 +7176,7 @@ class DatabaseClient(object):
|
|
7176
7176
|
:rtype: :class:`~oci.response.Response`
|
7177
7177
|
|
7178
7178
|
:example:
|
7179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
7180
7180
|
"""
|
7181
7181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7182
7182
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -7279,7 +7279,7 @@ class DatabaseClient(object):
|
|
7279
7279
|
:rtype: :class:`~oci.response.Response`
|
7280
7280
|
|
7281
7281
|
:example:
|
7282
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
7283
7283
|
"""
|
7284
7284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7285
7285
|
required_arguments = ['autonomousVmClusterId']
|
@@ -7379,7 +7379,7 @@ class DatabaseClient(object):
|
|
7379
7379
|
:rtype: :class:`~oci.response.Response`
|
7380
7380
|
|
7381
7381
|
:example:
|
7382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
7383
7383
|
"""
|
7384
7384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7385
7385
|
required_arguments = ['backupId']
|
@@ -7480,7 +7480,7 @@ class DatabaseClient(object):
|
|
7480
7480
|
:rtype: :class:`~oci.response.Response`
|
7481
7481
|
|
7482
7482
|
:example:
|
7483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
7484
7484
|
"""
|
7485
7485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7486
7486
|
required_arguments = ['backupDestinationId']
|
@@ -7583,7 +7583,7 @@ class DatabaseClient(object):
|
|
7583
7583
|
:rtype: :class:`~oci.response.Response`
|
7584
7584
|
|
7585
7585
|
:example:
|
7586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
7587
7587
|
"""
|
7588
7588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7589
7589
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -7689,7 +7689,7 @@ class DatabaseClient(object):
|
|
7689
7689
|
:rtype: :class:`~oci.response.Response`
|
7690
7690
|
|
7691
7691
|
:example:
|
7692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
7693
7693
|
"""
|
7694
7694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7695
7695
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -7800,7 +7800,7 @@ class DatabaseClient(object):
|
|
7800
7800
|
:rtype: :class:`~oci.response.Response`
|
7801
7801
|
|
7802
7802
|
:example:
|
7803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
7804
7804
|
"""
|
7805
7805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7806
7806
|
required_arguments = ['cloudVmClusterId']
|
@@ -7903,7 +7903,7 @@ class DatabaseClient(object):
|
|
7903
7903
|
:rtype: :class:`~oci.response.Response`
|
7904
7904
|
|
7905
7905
|
:example:
|
7906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
7907
7907
|
"""
|
7908
7908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7909
7909
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -8014,7 +8014,7 @@ class DatabaseClient(object):
|
|
8014
8014
|
:rtype: :class:`~oci.response.Response`
|
8015
8015
|
|
8016
8016
|
:example:
|
8017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
8018
8018
|
"""
|
8019
8019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8020
8020
|
required_arguments = ['databaseId']
|
@@ -8122,7 +8122,7 @@ class DatabaseClient(object):
|
|
8122
8122
|
:rtype: :class:`~oci.response.Response`
|
8123
8123
|
|
8124
8124
|
:example:
|
8125
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8125
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
8126
8126
|
"""
|
8127
8127
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8128
8128
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -8229,7 +8229,7 @@ class DatabaseClient(object):
|
|
8229
8229
|
:rtype: :class:`~oci.response.Response`
|
8230
8230
|
|
8231
8231
|
:example:
|
8232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
8233
8233
|
"""
|
8234
8234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8235
8235
|
required_arguments = ['dbHomeId']
|
@@ -8338,7 +8338,7 @@ class DatabaseClient(object):
|
|
8338
8338
|
:rtype: :class:`~oci.response.Response`
|
8339
8339
|
|
8340
8340
|
:example:
|
8341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
8342
8342
|
"""
|
8343
8343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8344
8344
|
required_arguments = ['exadataInfrastructureId']
|
@@ -8443,7 +8443,7 @@ class DatabaseClient(object):
|
|
8443
8443
|
:rtype: :class:`~oci.response.Response`
|
8444
8444
|
|
8445
8445
|
:example:
|
8446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
8447
8447
|
"""
|
8448
8448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8449
8449
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -8549,7 +8549,7 @@ class DatabaseClient(object):
|
|
8549
8549
|
:rtype: :class:`~oci.response.Response`
|
8550
8550
|
|
8551
8551
|
:example:
|
8552
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
8553
8553
|
"""
|
8554
8554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8555
8555
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -8652,7 +8652,7 @@ class DatabaseClient(object):
|
|
8652
8652
|
:rtype: :class:`~oci.response.Response`
|
8653
8653
|
|
8654
8654
|
:example:
|
8655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
8656
8656
|
"""
|
8657
8657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8658
8658
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -8756,7 +8756,7 @@ class DatabaseClient(object):
|
|
8756
8756
|
:rtype: :class:`~oci.response.Response`
|
8757
8757
|
|
8758
8758
|
:example:
|
8759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
8760
8760
|
"""
|
8761
8761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8762
8762
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -8859,7 +8859,7 @@ class DatabaseClient(object):
|
|
8859
8859
|
:rtype: :class:`~oci.response.Response`
|
8860
8860
|
|
8861
8861
|
:example:
|
8862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
8863
8863
|
"""
|
8864
8864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8865
8865
|
required_arguments = ['keyStoreId']
|
@@ -8962,7 +8962,7 @@ class DatabaseClient(object):
|
|
8962
8962
|
:rtype: :class:`~oci.response.Response`
|
8963
8963
|
|
8964
8964
|
:example:
|
8965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
8966
8966
|
"""
|
8967
8967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8968
8968
|
required_arguments = ['oneoffPatchId']
|
@@ -9065,7 +9065,7 @@ class DatabaseClient(object):
|
|
9065
9065
|
:rtype: :class:`~oci.response.Response`
|
9066
9066
|
|
9067
9067
|
:example:
|
9068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
9069
9069
|
"""
|
9070
9070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9071
9071
|
required_arguments = ['pluggableDatabaseId']
|
@@ -9168,7 +9168,7 @@ class DatabaseClient(object):
|
|
9168
9168
|
:rtype: :class:`~oci.response.Response`
|
9169
9169
|
|
9170
9170
|
:example:
|
9171
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
9172
9172
|
"""
|
9173
9173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9174
9174
|
required_arguments = ['vmClusterId']
|
@@ -9277,7 +9277,7 @@ class DatabaseClient(object):
|
|
9277
9277
|
:rtype: :class:`~oci.response.Response`
|
9278
9278
|
|
9279
9279
|
:example:
|
9280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
9281
9281
|
"""
|
9282
9282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9283
9283
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -9379,7 +9379,7 @@ class DatabaseClient(object):
|
|
9379
9379
|
:rtype: :class:`~oci.response.Response`
|
9380
9380
|
|
9381
9381
|
:example:
|
9382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
9383
9383
|
"""
|
9384
9384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9385
9385
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9478,7 +9478,7 @@ class DatabaseClient(object):
|
|
9478
9478
|
:rtype: :class:`~oci.response.Response`
|
9479
9479
|
|
9480
9480
|
:example:
|
9481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
9482
9482
|
"""
|
9483
9483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9484
9484
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9574,7 +9574,7 @@ class DatabaseClient(object):
|
|
9574
9574
|
:rtype: :class:`~oci.response.Response`
|
9575
9575
|
|
9576
9576
|
:example:
|
9577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
9578
9578
|
"""
|
9579
9579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9580
9580
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9682,7 +9682,7 @@ class DatabaseClient(object):
|
|
9682
9682
|
:rtype: :class:`~oci.response.Response`
|
9683
9683
|
|
9684
9684
|
:example:
|
9685
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
9686
9686
|
"""
|
9687
9687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9688
9688
|
required_arguments = ['databaseId']
|
@@ -9797,7 +9797,7 @@ class DatabaseClient(object):
|
|
9797
9797
|
:rtype: :class:`~oci.response.Response`
|
9798
9798
|
|
9799
9799
|
:example:
|
9800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
9801
9801
|
"""
|
9802
9802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9803
9803
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -9910,7 +9910,7 @@ class DatabaseClient(object):
|
|
9910
9910
|
:rtype: :class:`~oci.response.Response`
|
9911
9911
|
|
9912
9912
|
:example:
|
9913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
9914
9914
|
"""
|
9915
9915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9916
9916
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10027,7 +10027,7 @@ class DatabaseClient(object):
|
|
10027
10027
|
:rtype: :class:`~oci.response.Response`
|
10028
10028
|
|
10029
10029
|
:example:
|
10030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
10031
10031
|
"""
|
10032
10032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10033
10033
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10140,7 +10140,7 @@ class DatabaseClient(object):
|
|
10140
10140
|
:rtype: :class:`~oci.response.Response`
|
10141
10141
|
|
10142
10142
|
:example:
|
10143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
10144
10144
|
"""
|
10145
10145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10146
10146
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10253,7 +10253,7 @@ class DatabaseClient(object):
|
|
10253
10253
|
:rtype: :class:`~oci.response.Response`
|
10254
10254
|
|
10255
10255
|
:example:
|
10256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
10257
10257
|
"""
|
10258
10258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10259
10259
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10370,7 +10370,7 @@ class DatabaseClient(object):
|
|
10370
10370
|
:rtype: :class:`~oci.response.Response`
|
10371
10371
|
|
10372
10372
|
:example:
|
10373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
10374
10374
|
"""
|
10375
10375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10376
10376
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10483,7 +10483,7 @@ class DatabaseClient(object):
|
|
10483
10483
|
:rtype: :class:`~oci.response.Response`
|
10484
10484
|
|
10485
10485
|
:example:
|
10486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
10487
10487
|
"""
|
10488
10488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10489
10489
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10596,7 +10596,7 @@ class DatabaseClient(object):
|
|
10596
10596
|
:rtype: :class:`~oci.response.Response`
|
10597
10597
|
|
10598
10598
|
:example:
|
10599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
10600
10600
|
"""
|
10601
10601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10602
10602
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10709,7 +10709,7 @@ class DatabaseClient(object):
|
|
10709
10709
|
:rtype: :class:`~oci.response.Response`
|
10710
10710
|
|
10711
10711
|
:example:
|
10712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
10713
10713
|
"""
|
10714
10714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10715
10715
|
required_arguments = ['pluggableDatabaseId']
|
@@ -10819,7 +10819,7 @@ class DatabaseClient(object):
|
|
10819
10819
|
:rtype: :class:`~oci.response.Response`
|
10820
10820
|
|
10821
10821
|
:example:
|
10822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
10823
10823
|
"""
|
10824
10824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10825
10825
|
required_arguments = ['exadataInfrastructureId']
|
@@ -10932,7 +10932,7 @@ class DatabaseClient(object):
|
|
10932
10932
|
:rtype: :class:`~oci.response.Response`
|
10933
10933
|
|
10934
10934
|
:example:
|
10935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
10936
10936
|
"""
|
10937
10937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10938
10938
|
required_arguments = ['oneoffPatchId']
|
@@ -11047,7 +11047,7 @@ class DatabaseClient(object):
|
|
11047
11047
|
:rtype: :class:`~oci.response.Response`
|
11048
11048
|
|
11049
11049
|
:example:
|
11050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
11051
11051
|
"""
|
11052
11052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11053
11053
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11161,7 +11161,7 @@ class DatabaseClient(object):
|
|
11161
11161
|
:rtype: :class:`~oci.response.Response`
|
11162
11162
|
|
11163
11163
|
:example:
|
11164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
11165
11165
|
"""
|
11166
11166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11167
11167
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11263,7 +11263,7 @@ class DatabaseClient(object):
|
|
11263
11263
|
:rtype: :class:`~oci.response.Response`
|
11264
11264
|
|
11265
11265
|
:example:
|
11266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
11267
11267
|
"""
|
11268
11268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11269
11269
|
required_arguments = ['autonomousDatabaseId']
|
@@ -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.116.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
11363
11363
|
"""
|
11364
11364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11365
11365
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11470,7 +11470,7 @@ class DatabaseClient(object):
|
|
11470
11470
|
:rtype: :class:`~oci.response.Response`
|
11471
11471
|
|
11472
11472
|
:example:
|
11473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
11474
11474
|
"""
|
11475
11475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11476
11476
|
required_arguments = ['databaseId']
|
@@ -11594,7 +11594,7 @@ class DatabaseClient(object):
|
|
11594
11594
|
:rtype: :class:`~oci.response.Response`
|
11595
11595
|
|
11596
11596
|
:example:
|
11597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
11598
11598
|
"""
|
11599
11599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11600
11600
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11712,7 +11712,7 @@ class DatabaseClient(object):
|
|
11712
11712
|
:rtype: :class:`~oci.response.Response`
|
11713
11713
|
|
11714
11714
|
:example:
|
11715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
11716
11716
|
"""
|
11717
11717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11718
11718
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11834,7 +11834,7 @@ class DatabaseClient(object):
|
|
11834
11834
|
:rtype: :class:`~oci.response.Response`
|
11835
11835
|
|
11836
11836
|
:example:
|
11837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
11838
11838
|
"""
|
11839
11839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11840
11840
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -11952,7 +11952,7 @@ class DatabaseClient(object):
|
|
11952
11952
|
:rtype: :class:`~oci.response.Response`
|
11953
11953
|
|
11954
11954
|
:example:
|
11955
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11955
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
11956
11956
|
"""
|
11957
11957
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11958
11958
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12070,7 +12070,7 @@ class DatabaseClient(object):
|
|
12070
12070
|
:rtype: :class:`~oci.response.Response`
|
12071
12071
|
|
12072
12072
|
:example:
|
12073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
12074
12074
|
"""
|
12075
12075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12076
12076
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12192,7 +12192,7 @@ class DatabaseClient(object):
|
|
12192
12192
|
:rtype: :class:`~oci.response.Response`
|
12193
12193
|
|
12194
12194
|
:example:
|
12195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
12196
12196
|
"""
|
12197
12197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12198
12198
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12310,7 +12310,7 @@ class DatabaseClient(object):
|
|
12310
12310
|
:rtype: :class:`~oci.response.Response`
|
12311
12311
|
|
12312
12312
|
:example:
|
12313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
12314
12314
|
"""
|
12315
12315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12316
12316
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12428,7 +12428,7 @@ class DatabaseClient(object):
|
|
12428
12428
|
:rtype: :class:`~oci.response.Response`
|
12429
12429
|
|
12430
12430
|
:example:
|
12431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
12432
12432
|
"""
|
12433
12433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12434
12434
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12546,7 +12546,7 @@ class DatabaseClient(object):
|
|
12546
12546
|
:rtype: :class:`~oci.response.Response`
|
12547
12547
|
|
12548
12548
|
:example:
|
12549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
12550
12550
|
"""
|
12551
12551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12552
12552
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12670,7 +12670,7 @@ class DatabaseClient(object):
|
|
12670
12670
|
:rtype: :class:`~oci.response.Response`
|
12671
12671
|
|
12672
12672
|
:example:
|
12673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
12674
12674
|
"""
|
12675
12675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12676
12676
|
required_arguments = ['autonomousDatabaseId']
|
@@ -12790,7 +12790,7 @@ class DatabaseClient(object):
|
|
12790
12790
|
:rtype: :class:`~oci.response.Response`
|
12791
12791
|
|
12792
12792
|
:example:
|
12793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
12794
12794
|
"""
|
12795
12795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12796
12796
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -12903,7 +12903,7 @@ class DatabaseClient(object):
|
|
12903
12903
|
:rtype: :class:`~oci.response.Response`
|
12904
12904
|
|
12905
12905
|
:example:
|
12906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
12907
12907
|
"""
|
12908
12908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12909
12909
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -13014,7 +13014,7 @@ class DatabaseClient(object):
|
|
13014
13014
|
:rtype: :class:`~oci.response.Response`
|
13015
13015
|
|
13016
13016
|
:example:
|
13017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
13018
13018
|
"""
|
13019
13019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13020
13020
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13127,7 +13127,7 @@ class DatabaseClient(object):
|
|
13127
13127
|
:rtype: :class:`~oci.response.Response`
|
13128
13128
|
|
13129
13129
|
:example:
|
13130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
13131
13131
|
"""
|
13132
13132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13133
13133
|
required_arguments = ['exadataInfrastructureId']
|
@@ -13230,7 +13230,7 @@ class DatabaseClient(object):
|
|
13230
13230
|
:rtype: :class:`~oci.response.Response`
|
13231
13231
|
|
13232
13232
|
:example:
|
13233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
13234
13234
|
"""
|
13235
13235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13236
13236
|
required_arguments = ['applicationVipId']
|
@@ -13325,7 +13325,7 @@ class DatabaseClient(object):
|
|
13325
13325
|
:rtype: :class:`~oci.response.Response`
|
13326
13326
|
|
13327
13327
|
:example:
|
13328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
13329
13329
|
"""
|
13330
13330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13331
13331
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -13418,7 +13418,7 @@ class DatabaseClient(object):
|
|
13418
13418
|
:rtype: :class:`~oci.response.Response`
|
13419
13419
|
|
13420
13420
|
:example:
|
13421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
13422
13422
|
"""
|
13423
13423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13424
13424
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -13510,7 +13510,7 @@ class DatabaseClient(object):
|
|
13510
13510
|
:rtype: :class:`~oci.response.Response`
|
13511
13511
|
|
13512
13512
|
:example:
|
13513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
13514
13514
|
"""
|
13515
13515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13516
13516
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -13608,7 +13608,7 @@ class DatabaseClient(object):
|
|
13608
13608
|
:rtype: :class:`~oci.response.Response`
|
13609
13609
|
|
13610
13610
|
:example:
|
13611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
13612
13612
|
"""
|
13613
13613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13614
13614
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13706,7 +13706,7 @@ class DatabaseClient(object):
|
|
13706
13706
|
:rtype: :class:`~oci.response.Response`
|
13707
13707
|
|
13708
13708
|
:example:
|
13709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
13710
13710
|
"""
|
13711
13711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13712
13712
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -13809,7 +13809,7 @@ class DatabaseClient(object):
|
|
13809
13809
|
:rtype: :class:`~oci.response.Response`
|
13810
13810
|
|
13811
13811
|
:example:
|
13812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
13813
13813
|
"""
|
13814
13814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13815
13815
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -13903,7 +13903,7 @@ class DatabaseClient(object):
|
|
13903
13903
|
:rtype: :class:`~oci.response.Response`
|
13904
13904
|
|
13905
13905
|
:example:
|
13906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
13907
13907
|
"""
|
13908
13908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13909
13909
|
required_arguments = []
|
@@ -13989,7 +13989,7 @@ class DatabaseClient(object):
|
|
13989
13989
|
:rtype: :class:`~oci.response.Response`
|
13990
13990
|
|
13991
13991
|
:example:
|
13992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
13993
13993
|
"""
|
13994
13994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13995
13995
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14084,7 +14084,7 @@ class DatabaseClient(object):
|
|
14084
14084
|
:rtype: :class:`~oci.response.Response`
|
14085
14085
|
|
14086
14086
|
:example:
|
14087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
14088
14088
|
"""
|
14089
14089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14090
14090
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -14172,7 +14172,7 @@ class DatabaseClient(object):
|
|
14172
14172
|
:rtype: :class:`~oci.response.Response`
|
14173
14173
|
|
14174
14174
|
:example:
|
14175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
14176
14176
|
"""
|
14177
14177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14178
14178
|
required_arguments = ['autonomousPatchId']
|
@@ -14263,7 +14263,7 @@ class DatabaseClient(object):
|
|
14263
14263
|
:rtype: :class:`~oci.response.Response`
|
14264
14264
|
|
14265
14265
|
:example:
|
14266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
14267
14267
|
"""
|
14268
14268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14269
14269
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -14361,7 +14361,7 @@ class DatabaseClient(object):
|
|
14361
14361
|
:rtype: :class:`~oci.response.Response`
|
14362
14362
|
|
14363
14363
|
:example:
|
14364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
14365
14365
|
"""
|
14366
14366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14367
14367
|
required_arguments = ['autonomousVmClusterId']
|
@@ -14459,7 +14459,7 @@ class DatabaseClient(object):
|
|
14459
14459
|
:rtype: :class:`~oci.response.Response`
|
14460
14460
|
|
14461
14461
|
:example:
|
14462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
14463
14463
|
"""
|
14464
14464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14465
14465
|
required_arguments = ['autonomousVmClusterId']
|
@@ -14554,7 +14554,7 @@ class DatabaseClient(object):
|
|
14554
14554
|
:rtype: :class:`~oci.response.Response`
|
14555
14555
|
|
14556
14556
|
:example:
|
14557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
14558
14558
|
"""
|
14559
14559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14560
14560
|
required_arguments = ['backupId']
|
@@ -14645,7 +14645,7 @@ class DatabaseClient(object):
|
|
14645
14645
|
:rtype: :class:`~oci.response.Response`
|
14646
14646
|
|
14647
14647
|
:example:
|
14648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
14649
14649
|
"""
|
14650
14650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14651
14651
|
required_arguments = ['backupDestinationId']
|
@@ -14743,7 +14743,7 @@ class DatabaseClient(object):
|
|
14743
14743
|
:rtype: :class:`~oci.response.Response`
|
14744
14744
|
|
14745
14745
|
:example:
|
14746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
14747
14747
|
"""
|
14748
14748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14749
14749
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -14841,7 +14841,7 @@ class DatabaseClient(object):
|
|
14841
14841
|
:rtype: :class:`~oci.response.Response`
|
14842
14842
|
|
14843
14843
|
:example:
|
14844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
14845
14845
|
"""
|
14846
14846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14847
14847
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -14939,7 +14939,7 @@ class DatabaseClient(object):
|
|
14939
14939
|
:rtype: :class:`~oci.response.Response`
|
14940
14940
|
|
14941
14941
|
:example:
|
14942
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
14943
14943
|
"""
|
14944
14944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14945
14945
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15042,7 +15042,7 @@ class DatabaseClient(object):
|
|
15042
15042
|
:rtype: :class:`~oci.response.Response`
|
15043
15043
|
|
15044
15044
|
:example:
|
15045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
15046
15046
|
"""
|
15047
15047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15048
15048
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15148,7 +15148,7 @@ class DatabaseClient(object):
|
|
15148
15148
|
:rtype: :class:`~oci.response.Response`
|
15149
15149
|
|
15150
15150
|
:example:
|
15151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
15152
15152
|
"""
|
15153
15153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15154
15154
|
required_arguments = ['cloudVmClusterId']
|
@@ -15247,7 +15247,7 @@ class DatabaseClient(object):
|
|
15247
15247
|
:rtype: :class:`~oci.response.Response`
|
15248
15248
|
|
15249
15249
|
:example:
|
15250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
15251
15251
|
"""
|
15252
15252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15253
15253
|
required_arguments = ['cloudVmClusterId']
|
@@ -15350,7 +15350,7 @@ class DatabaseClient(object):
|
|
15350
15350
|
:rtype: :class:`~oci.response.Response`
|
15351
15351
|
|
15352
15352
|
:example:
|
15353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
15354
15354
|
"""
|
15355
15355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15356
15356
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -15454,7 +15454,7 @@ class DatabaseClient(object):
|
|
15454
15454
|
:rtype: :class:`~oci.response.Response`
|
15455
15455
|
|
15456
15456
|
:example:
|
15457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
15458
15458
|
"""
|
15459
15459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15460
15460
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -15553,7 +15553,7 @@ class DatabaseClient(object):
|
|
15553
15553
|
:rtype: :class:`~oci.response.Response`
|
15554
15554
|
|
15555
15555
|
:example:
|
15556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
15557
15557
|
"""
|
15558
15558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15559
15559
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -15647,7 +15647,7 @@ class DatabaseClient(object):
|
|
15647
15647
|
:rtype: :class:`~oci.response.Response`
|
15648
15648
|
|
15649
15649
|
:example:
|
15650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
15651
15651
|
"""
|
15652
15652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15653
15653
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -15736,7 +15736,7 @@ class DatabaseClient(object):
|
|
15736
15736
|
:rtype: :class:`~oci.response.Response`
|
15737
15737
|
|
15738
15738
|
:example:
|
15739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
15740
15740
|
"""
|
15741
15741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15742
15742
|
required_arguments = ['databaseId']
|
@@ -15824,7 +15824,7 @@ class DatabaseClient(object):
|
|
15824
15824
|
:rtype: :class:`~oci.response.Response`
|
15825
15825
|
|
15826
15826
|
:example:
|
15827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
15828
15828
|
"""
|
15829
15829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15830
15830
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -15920,7 +15920,7 @@ class DatabaseClient(object):
|
|
15920
15920
|
:rtype: :class:`~oci.response.Response`
|
15921
15921
|
|
15922
15922
|
:example:
|
15923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
15924
15924
|
"""
|
15925
15925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15926
15926
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -16016,7 +16016,7 @@ class DatabaseClient(object):
|
|
16016
16016
|
:rtype: :class:`~oci.response.Response`
|
16017
16017
|
|
16018
16018
|
:example:
|
16019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
16020
16020
|
"""
|
16021
16021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16022
16022
|
required_arguments = ['dbHomeId']
|
@@ -16109,7 +16109,7 @@ class DatabaseClient(object):
|
|
16109
16109
|
:rtype: :class:`~oci.response.Response`
|
16110
16110
|
|
16111
16111
|
:example:
|
16112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
16113
16113
|
"""
|
16114
16114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16115
16115
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -16203,7 +16203,7 @@ class DatabaseClient(object):
|
|
16203
16203
|
:rtype: :class:`~oci.response.Response`
|
16204
16204
|
|
16205
16205
|
:example:
|
16206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
16207
16207
|
"""
|
16208
16208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16209
16209
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -16292,7 +16292,7 @@ class DatabaseClient(object):
|
|
16292
16292
|
:rtype: :class:`~oci.response.Response`
|
16293
16293
|
|
16294
16294
|
:example:
|
16295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
16296
16296
|
"""
|
16297
16297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16298
16298
|
required_arguments = ['dbNodeId']
|
@@ -16388,7 +16388,7 @@ class DatabaseClient(object):
|
|
16388
16388
|
:rtype: :class:`~oci.response.Response`
|
16389
16389
|
|
16390
16390
|
:example:
|
16391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
16392
16392
|
"""
|
16393
16393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16394
16394
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -16497,7 +16497,7 @@ class DatabaseClient(object):
|
|
16497
16497
|
:rtype: :class:`~oci.response.Response`
|
16498
16498
|
|
16499
16499
|
:example:
|
16500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
16501
16501
|
"""
|
16502
16502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16503
16503
|
required_arguments = ['dbSystemId']
|
@@ -16590,7 +16590,7 @@ class DatabaseClient(object):
|
|
16590
16590
|
:rtype: :class:`~oci.response.Response`
|
16591
16591
|
|
16592
16592
|
:example:
|
16593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
16594
16594
|
"""
|
16595
16595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16596
16596
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -16684,7 +16684,7 @@ class DatabaseClient(object):
|
|
16684
16684
|
:rtype: :class:`~oci.response.Response`
|
16685
16685
|
|
16686
16686
|
:example:
|
16687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
16688
16688
|
"""
|
16689
16689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16690
16690
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -16781,7 +16781,7 @@ class DatabaseClient(object):
|
|
16781
16781
|
:rtype: :class:`~oci.response.Response`
|
16782
16782
|
|
16783
16783
|
:example:
|
16784
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
16785
16785
|
"""
|
16786
16786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16787
16787
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -16886,7 +16886,7 @@ class DatabaseClient(object):
|
|
16886
16886
|
:rtype: :class:`~oci.response.Response`
|
16887
16887
|
|
16888
16888
|
:example:
|
16889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
16890
16890
|
"""
|
16891
16891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16892
16892
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17000,7 +17000,7 @@ class DatabaseClient(object):
|
|
17000
17000
|
:rtype: :class:`~oci.response.Response`
|
17001
17001
|
|
17002
17002
|
:example:
|
17003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
17004
17004
|
"""
|
17005
17005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17006
17006
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -17103,7 +17103,7 @@ class DatabaseClient(object):
|
|
17103
17103
|
:rtype: :class:`~oci.response.Response`
|
17104
17104
|
|
17105
17105
|
:example:
|
17106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
17107
17107
|
"""
|
17108
17108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17109
17109
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17220,7 +17220,7 @@ class DatabaseClient(object):
|
|
17220
17220
|
:rtype: :class:`~oci.response.Response`
|
17221
17221
|
|
17222
17222
|
:example:
|
17223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
17224
17224
|
"""
|
17225
17225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17226
17226
|
required_arguments = ['dbSystemId']
|
@@ -17319,7 +17319,7 @@ class DatabaseClient(object):
|
|
17319
17319
|
:rtype: :class:`~oci.response.Response`
|
17320
17320
|
|
17321
17321
|
:example:
|
17322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
17323
17323
|
"""
|
17324
17324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17325
17325
|
required_arguments = ['backupId']
|
@@ -17410,7 +17410,7 @@ class DatabaseClient(object):
|
|
17410
17410
|
:rtype: :class:`~oci.response.Response`
|
17411
17411
|
|
17412
17412
|
:example:
|
17413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
17414
17414
|
"""
|
17415
17415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17416
17416
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -17509,7 +17509,7 @@ class DatabaseClient(object):
|
|
17509
17509
|
:rtype: :class:`~oci.response.Response`
|
17510
17510
|
|
17511
17511
|
:example:
|
17512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
17513
17513
|
"""
|
17514
17514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17515
17515
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -17607,7 +17607,7 @@ class DatabaseClient(object):
|
|
17607
17607
|
:rtype: :class:`~oci.response.Response`
|
17608
17608
|
|
17609
17609
|
:example:
|
17610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
17611
17611
|
"""
|
17612
17612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17613
17613
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -17706,7 +17706,7 @@ class DatabaseClient(object):
|
|
17706
17706
|
:rtype: :class:`~oci.response.Response`
|
17707
17707
|
|
17708
17708
|
:example:
|
17709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
17710
17710
|
"""
|
17711
17711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17712
17712
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -17813,7 +17813,7 @@ class DatabaseClient(object):
|
|
17813
17813
|
:rtype: :class:`~oci.response.Response`
|
17814
17814
|
|
17815
17815
|
:example:
|
17816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
17817
17817
|
"""
|
17818
17818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17819
17819
|
required_arguments = ['compartmentId']
|
@@ -17917,7 +17917,7 @@ class DatabaseClient(object):
|
|
17917
17917
|
:rtype: :class:`~oci.response.Response`
|
17918
17918
|
|
17919
17919
|
:example:
|
17920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
17921
17921
|
"""
|
17922
17922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17923
17923
|
required_arguments = ['keyStoreId']
|
@@ -18010,7 +18010,7 @@ class DatabaseClient(object):
|
|
18010
18010
|
:rtype: :class:`~oci.response.Response`
|
18011
18011
|
|
18012
18012
|
:example:
|
18013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
18014
18014
|
"""
|
18015
18015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18016
18016
|
required_arguments = ['maintenanceRunId']
|
@@ -18096,7 +18096,7 @@ class DatabaseClient(object):
|
|
18096
18096
|
:rtype: :class:`~oci.response.Response`
|
18097
18097
|
|
18098
18098
|
:example:
|
18099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
18100
18100
|
"""
|
18101
18101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18102
18102
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -18187,7 +18187,7 @@ class DatabaseClient(object):
|
|
18187
18187
|
:rtype: :class:`~oci.response.Response`
|
18188
18188
|
|
18189
18189
|
:example:
|
18190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
18191
18191
|
"""
|
18192
18192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18193
18193
|
required_arguments = ['oneoffPatchId']
|
@@ -18290,7 +18290,7 @@ class DatabaseClient(object):
|
|
18290
18290
|
:rtype: :class:`~oci.response.Response`
|
18291
18291
|
|
18292
18292
|
:example:
|
18293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
18294
18294
|
"""
|
18295
18295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18296
18296
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -18386,7 +18386,7 @@ class DatabaseClient(object):
|
|
18386
18386
|
:rtype: :class:`~oci.response.Response`
|
18387
18387
|
|
18388
18388
|
:example:
|
18389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
18390
18390
|
"""
|
18391
18391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18392
18392
|
required_arguments = ['pluggableDatabaseId']
|
@@ -18477,7 +18477,7 @@ class DatabaseClient(object):
|
|
18477
18477
|
:rtype: :class:`~oci.response.Response`
|
18478
18478
|
|
18479
18479
|
:example:
|
18480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
18481
18481
|
"""
|
18482
18482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18483
18483
|
required_arguments = ['vmClusterId']
|
@@ -18581,7 +18581,7 @@ class DatabaseClient(object):
|
|
18581
18581
|
:rtype: :class:`~oci.response.Response`
|
18582
18582
|
|
18583
18583
|
:example:
|
18584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
18585
18585
|
"""
|
18586
18586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18587
18587
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -18682,7 +18682,7 @@ class DatabaseClient(object):
|
|
18682
18682
|
:rtype: :class:`~oci.response.Response`
|
18683
18683
|
|
18684
18684
|
:example:
|
18685
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
18686
18686
|
"""
|
18687
18687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18688
18688
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -18776,7 +18776,7 @@ class DatabaseClient(object):
|
|
18776
18776
|
:rtype: :class:`~oci.response.Response`
|
18777
18777
|
|
18778
18778
|
:example:
|
18779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
18780
18780
|
"""
|
18781
18781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18782
18782
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -18873,7 +18873,7 @@ class DatabaseClient(object):
|
|
18873
18873
|
:rtype: :class:`~oci.response.Response`
|
18874
18874
|
|
18875
18875
|
:example:
|
18876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
18877
18877
|
"""
|
18878
18878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18879
18879
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -18977,7 +18977,7 @@ class DatabaseClient(object):
|
|
18977
18977
|
:rtype: :class:`~oci.response.Response`
|
18978
18978
|
|
18979
18979
|
:example:
|
18980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
18981
18981
|
"""
|
18982
18982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18983
18983
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -19078,7 +19078,7 @@ class DatabaseClient(object):
|
|
19078
19078
|
:rtype: :class:`~oci.response.Response`
|
19079
19079
|
|
19080
19080
|
:example:
|
19081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
19082
19082
|
"""
|
19083
19083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19084
19084
|
required_arguments = []
|
@@ -19190,7 +19190,7 @@ class DatabaseClient(object):
|
|
19190
19190
|
:rtype: :class:`~oci.response.Response`
|
19191
19191
|
|
19192
19192
|
:example:
|
19193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
19194
19194
|
"""
|
19195
19195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19196
19196
|
required_arguments = []
|
@@ -19308,7 +19308,7 @@ class DatabaseClient(object):
|
|
19308
19308
|
:rtype: :class:`~oci.response.Response`
|
19309
19309
|
|
19310
19310
|
:example:
|
19311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
19312
19312
|
"""
|
19313
19313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19314
19314
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -19436,7 +19436,7 @@ class DatabaseClient(object):
|
|
19436
19436
|
:rtype: :class:`~oci.response.Response`
|
19437
19437
|
|
19438
19438
|
:example:
|
19439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
19440
19440
|
"""
|
19441
19441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19442
19442
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -19557,7 +19557,7 @@ class DatabaseClient(object):
|
|
19557
19557
|
:rtype: :class:`~oci.response.Response`
|
19558
19558
|
|
19559
19559
|
:example:
|
19560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
19561
19561
|
"""
|
19562
19562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19563
19563
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -19719,7 +19719,7 @@ class DatabaseClient(object):
|
|
19719
19719
|
:rtype: :class:`~oci.response.Response`
|
19720
19720
|
|
19721
19721
|
:example:
|
19722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
19723
19723
|
"""
|
19724
19724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19725
19725
|
required_arguments = ['compartmentId']
|
@@ -19895,7 +19895,7 @@ class DatabaseClient(object):
|
|
19895
19895
|
:rtype: :class:`~oci.response.Response`
|
19896
19896
|
|
19897
19897
|
:example:
|
19898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
19899
19899
|
"""
|
19900
19900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19901
19901
|
required_arguments = []
|
@@ -20032,7 +20032,7 @@ class DatabaseClient(object):
|
|
20032
20032
|
:rtype: :class:`~oci.response.Response`
|
20033
20033
|
|
20034
20034
|
:example:
|
20035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
20036
20036
|
"""
|
20037
20037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20038
20038
|
required_arguments = []
|
@@ -20173,7 +20173,7 @@ class DatabaseClient(object):
|
|
20173
20173
|
:rtype: :class:`~oci.response.Response`
|
20174
20174
|
|
20175
20175
|
:example:
|
20176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
20177
20177
|
"""
|
20178
20178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20179
20179
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -20323,7 +20323,7 @@ class DatabaseClient(object):
|
|
20323
20323
|
:rtype: :class:`~oci.response.Response`
|
20324
20324
|
|
20325
20325
|
:example:
|
20326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
20327
20327
|
"""
|
20328
20328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20329
20329
|
required_arguments = ['autonomousDatabaseId']
|
@@ -20434,7 +20434,7 @@ class DatabaseClient(object):
|
|
20434
20434
|
:rtype: :class:`~oci.response.Response`
|
20435
20435
|
|
20436
20436
|
:example:
|
20437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
20438
20438
|
"""
|
20439
20439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20440
20440
|
required_arguments = ['autonomousDatabaseId']
|
@@ -20605,7 +20605,7 @@ class DatabaseClient(object):
|
|
20605
20605
|
:rtype: :class:`~oci.response.Response`
|
20606
20606
|
|
20607
20607
|
:example:
|
20608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
20609
20609
|
"""
|
20610
20610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20611
20611
|
required_arguments = ['compartmentId']
|
@@ -20782,7 +20782,7 @@ class DatabaseClient(object):
|
|
20782
20782
|
:rtype: :class:`~oci.response.Response`
|
20783
20783
|
|
20784
20784
|
:example:
|
20785
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
20786
20786
|
"""
|
20787
20787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20788
20788
|
required_arguments = ['compartmentId']
|
@@ -20913,7 +20913,7 @@ class DatabaseClient(object):
|
|
20913
20913
|
:rtype: :class:`~oci.response.Response`
|
20914
20914
|
|
20915
20915
|
:example:
|
20916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
20917
20917
|
"""
|
20918
20918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20919
20919
|
required_arguments = ['compartmentId']
|
@@ -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.116.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
21041
21041
|
"""
|
21042
21042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21043
21043
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -21161,7 +21161,7 @@ class DatabaseClient(object):
|
|
21161
21161
|
:rtype: :class:`~oci.response.Response`
|
21162
21162
|
|
21163
21163
|
:example:
|
21164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
21165
21165
|
"""
|
21166
21166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21167
21167
|
required_arguments = ['compartmentId']
|
@@ -21302,7 +21302,7 @@ class DatabaseClient(object):
|
|
21302
21302
|
:rtype: :class:`~oci.response.Response`
|
21303
21303
|
|
21304
21304
|
:example:
|
21305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
21306
21306
|
"""
|
21307
21307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21308
21308
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -21420,7 +21420,7 @@ class DatabaseClient(object):
|
|
21420
21420
|
:rtype: :class:`~oci.response.Response`
|
21421
21421
|
|
21422
21422
|
:example:
|
21423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21423
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
21424
21424
|
"""
|
21425
21425
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21426
21426
|
required_arguments = ['autonomousVmClusterId']
|
@@ -21557,7 +21557,7 @@ class DatabaseClient(object):
|
|
21557
21557
|
:rtype: :class:`~oci.response.Response`
|
21558
21558
|
|
21559
21559
|
:example:
|
21560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
21561
21561
|
"""
|
21562
21562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21563
21563
|
required_arguments = ['compartmentId']
|
@@ -21694,7 +21694,7 @@ class DatabaseClient(object):
|
|
21694
21694
|
:rtype: :class:`~oci.response.Response`
|
21695
21695
|
|
21696
21696
|
:example:
|
21697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
21698
21698
|
"""
|
21699
21699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21700
21700
|
required_arguments = ['compartmentId']
|
@@ -21801,7 +21801,7 @@ class DatabaseClient(object):
|
|
21801
21801
|
:rtype: :class:`~oci.response.Response`
|
21802
21802
|
|
21803
21803
|
:example:
|
21804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
21805
21805
|
"""
|
21806
21806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21807
21807
|
required_arguments = []
|
@@ -21910,7 +21910,7 @@ class DatabaseClient(object):
|
|
21910
21910
|
:rtype: :class:`~oci.response.Response`
|
21911
21911
|
|
21912
21912
|
:example:
|
21913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
21914
21914
|
"""
|
21915
21915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21916
21916
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -22050,7 +22050,7 @@ class DatabaseClient(object):
|
|
22050
22050
|
:rtype: :class:`~oci.response.Response`
|
22051
22051
|
|
22052
22052
|
:example:
|
22053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
22054
22054
|
"""
|
22055
22055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22056
22056
|
required_arguments = ['compartmentId']
|
@@ -22204,7 +22204,7 @@ class DatabaseClient(object):
|
|
22204
22204
|
:rtype: :class:`~oci.response.Response`
|
22205
22205
|
|
22206
22206
|
:example:
|
22207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
22208
22208
|
"""
|
22209
22209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22210
22210
|
required_arguments = ['compartmentId']
|
@@ -22341,7 +22341,7 @@ class DatabaseClient(object):
|
|
22341
22341
|
:rtype: :class:`~oci.response.Response`
|
22342
22342
|
|
22343
22343
|
:example:
|
22344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
22345
22345
|
"""
|
22346
22346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22347
22347
|
required_arguments = ['cloudVmClusterId']
|
@@ -22469,7 +22469,7 @@ class DatabaseClient(object):
|
|
22469
22469
|
:rtype: :class:`~oci.response.Response`
|
22470
22470
|
|
22471
22471
|
:example:
|
22472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
22473
22473
|
"""
|
22474
22474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22475
22475
|
required_arguments = ['cloudVmClusterId']
|
@@ -22613,7 +22613,7 @@ class DatabaseClient(object):
|
|
22613
22613
|
:rtype: :class:`~oci.response.Response`
|
22614
22614
|
|
22615
22615
|
:example:
|
22616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
22617
22617
|
"""
|
22618
22618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22619
22619
|
required_arguments = ['compartmentId']
|
@@ -22738,7 +22738,7 @@ class DatabaseClient(object):
|
|
22738
22738
|
:rtype: :class:`~oci.response.Response`
|
22739
22739
|
|
22740
22740
|
:example:
|
22741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
22742
22742
|
"""
|
22743
22743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22744
22744
|
required_arguments = ['dbNodeId']
|
@@ -22842,7 +22842,7 @@ class DatabaseClient(object):
|
|
22842
22842
|
:rtype: :class:`~oci.response.Response`
|
22843
22843
|
|
22844
22844
|
:example:
|
22845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
22846
22846
|
"""
|
22847
22847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22848
22848
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -22960,7 +22960,7 @@ class DatabaseClient(object):
|
|
22960
22960
|
:rtype: :class:`~oci.response.Response`
|
22961
22961
|
|
22962
22962
|
:example:
|
22963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
22964
22964
|
"""
|
22965
22965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22966
22966
|
required_arguments = ['databaseId']
|
@@ -23099,7 +23099,7 @@ class DatabaseClient(object):
|
|
23099
23099
|
:rtype: :class:`~oci.response.Response`
|
23100
23100
|
|
23101
23101
|
:example:
|
23102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
23103
23103
|
"""
|
23104
23104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23105
23105
|
required_arguments = ['compartmentId']
|
@@ -23268,7 +23268,7 @@ class DatabaseClient(object):
|
|
23268
23268
|
:rtype: :class:`~oci.response.Response`
|
23269
23269
|
|
23270
23270
|
:example:
|
23271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
23272
23272
|
"""
|
23273
23273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23274
23274
|
required_arguments = ['databaseId']
|
@@ -23443,7 +23443,7 @@ class DatabaseClient(object):
|
|
23443
23443
|
:rtype: :class:`~oci.response.Response`
|
23444
23444
|
|
23445
23445
|
:example:
|
23446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
23447
23447
|
"""
|
23448
23448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23449
23449
|
required_arguments = ['compartmentId']
|
@@ -23573,7 +23573,7 @@ class DatabaseClient(object):
|
|
23573
23573
|
:rtype: :class:`~oci.response.Response`
|
23574
23574
|
|
23575
23575
|
:example:
|
23576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
23577
23577
|
"""
|
23578
23578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23579
23579
|
required_arguments = ['dbHomeId']
|
@@ -23681,7 +23681,7 @@ class DatabaseClient(object):
|
|
23681
23681
|
:rtype: :class:`~oci.response.Response`
|
23682
23682
|
|
23683
23683
|
:example:
|
23684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
23685
23685
|
"""
|
23686
23686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23687
23687
|
required_arguments = ['dbHomeId']
|
@@ -23825,7 +23825,7 @@ class DatabaseClient(object):
|
|
23825
23825
|
:rtype: :class:`~oci.response.Response`
|
23826
23826
|
|
23827
23827
|
:example:
|
23828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
23829
23829
|
"""
|
23830
23830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23831
23831
|
required_arguments = ['compartmentId']
|
@@ -23989,7 +23989,7 @@ class DatabaseClient(object):
|
|
23989
23989
|
:rtype: :class:`~oci.response.Response`
|
23990
23990
|
|
23991
23991
|
:example:
|
23992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
23993
23993
|
"""
|
23994
23994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23995
23995
|
required_arguments = ['compartmentId']
|
@@ -24145,7 +24145,7 @@ class DatabaseClient(object):
|
|
24145
24145
|
:rtype: :class:`~oci.response.Response`
|
24146
24146
|
|
24147
24147
|
:example:
|
24148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
24149
24149
|
"""
|
24150
24150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24151
24151
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -24270,7 +24270,7 @@ class DatabaseClient(object):
|
|
24270
24270
|
:rtype: :class:`~oci.response.Response`
|
24271
24271
|
|
24272
24272
|
:example:
|
24273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
24274
24274
|
"""
|
24275
24275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24276
24276
|
required_arguments = []
|
@@ -24367,7 +24367,7 @@ class DatabaseClient(object):
|
|
24367
24367
|
:rtype: :class:`~oci.response.Response`
|
24368
24368
|
|
24369
24369
|
:example:
|
24370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
24371
24371
|
"""
|
24372
24372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24373
24373
|
required_arguments = ['dbSystemId']
|
@@ -24475,7 +24475,7 @@ class DatabaseClient(object):
|
|
24475
24475
|
:rtype: :class:`~oci.response.Response`
|
24476
24476
|
|
24477
24477
|
:example:
|
24478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
24479
24479
|
"""
|
24480
24480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24481
24481
|
required_arguments = ['dbSystemId']
|
@@ -24586,7 +24586,7 @@ class DatabaseClient(object):
|
|
24586
24586
|
:rtype: :class:`~oci.response.Response`
|
24587
24587
|
|
24588
24588
|
:example:
|
24589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
24590
24590
|
"""
|
24591
24591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24592
24592
|
required_arguments = ['compartmentId']
|
@@ -24687,7 +24687,7 @@ class DatabaseClient(object):
|
|
24687
24687
|
:rtype: :class:`~oci.response.Response`
|
24688
24688
|
|
24689
24689
|
:example:
|
24690
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24690
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
24691
24691
|
"""
|
24692
24692
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24693
24693
|
required_arguments = ['storageManagement']
|
@@ -24814,7 +24814,7 @@ class DatabaseClient(object):
|
|
24814
24814
|
:rtype: :class:`~oci.response.Response`
|
24815
24815
|
|
24816
24816
|
:example:
|
24817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
24818
24818
|
"""
|
24819
24819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24820
24820
|
required_arguments = ['dbSystemId']
|
@@ -24996,7 +24996,7 @@ class DatabaseClient(object):
|
|
24996
24996
|
:rtype: :class:`~oci.response.Response`
|
24997
24997
|
|
24998
24998
|
:example:
|
24999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
25000
25000
|
"""
|
25001
25001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25002
25002
|
required_arguments = ['compartmentId']
|
@@ -25147,7 +25147,7 @@ class DatabaseClient(object):
|
|
25147
25147
|
:rtype: :class:`~oci.response.Response`
|
25148
25148
|
|
25149
25149
|
:example:
|
25150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
25151
25151
|
"""
|
25152
25152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25153
25153
|
required_arguments = ['compartmentId']
|
@@ -25288,7 +25288,7 @@ class DatabaseClient(object):
|
|
25288
25288
|
:rtype: :class:`~oci.response.Response`
|
25289
25289
|
|
25290
25290
|
:example:
|
25291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
25292
25292
|
"""
|
25293
25293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25294
25294
|
required_arguments = ['compartmentId']
|
@@ -25451,7 +25451,7 @@ class DatabaseClient(object):
|
|
25451
25451
|
:rtype: :class:`~oci.response.Response`
|
25452
25452
|
|
25453
25453
|
:example:
|
25454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
25455
25455
|
"""
|
25456
25456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25457
25457
|
required_arguments = ['compartmentId']
|
@@ -25609,7 +25609,7 @@ class DatabaseClient(object):
|
|
25609
25609
|
:rtype: :class:`~oci.response.Response`
|
25610
25610
|
|
25611
25611
|
:example:
|
25612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
25613
25613
|
"""
|
25614
25614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25615
25615
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -25763,7 +25763,7 @@ class DatabaseClient(object):
|
|
25763
25763
|
:rtype: :class:`~oci.response.Response`
|
25764
25764
|
|
25765
25765
|
:example:
|
25766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
25767
25767
|
"""
|
25768
25768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25769
25769
|
required_arguments = ['compartmentId']
|
@@ -25922,7 +25922,7 @@ class DatabaseClient(object):
|
|
25922
25922
|
:rtype: :class:`~oci.response.Response`
|
25923
25923
|
|
25924
25924
|
:example:
|
25925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
25926
25926
|
"""
|
25927
25927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25928
25928
|
required_arguments = ['compartmentId']
|
@@ -26066,7 +26066,7 @@ class DatabaseClient(object):
|
|
26066
26066
|
:rtype: :class:`~oci.response.Response`
|
26067
26067
|
|
26068
26068
|
:example:
|
26069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
26070
26070
|
"""
|
26071
26071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26072
26072
|
required_arguments = ['compartmentId']
|
@@ -26191,7 +26191,7 @@ class DatabaseClient(object):
|
|
26191
26191
|
:rtype: :class:`~oci.response.Response`
|
26192
26192
|
|
26193
26193
|
:example:
|
26194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
26195
26195
|
"""
|
26196
26196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26197
26197
|
required_arguments = ['compartmentId']
|
@@ -26302,7 +26302,7 @@ class DatabaseClient(object):
|
|
26302
26302
|
:rtype: :class:`~oci.response.Response`
|
26303
26303
|
|
26304
26304
|
:example:
|
26305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
26306
26306
|
"""
|
26307
26307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26308
26308
|
required_arguments = ['compartmentId']
|
@@ -26440,7 +26440,7 @@ class DatabaseClient(object):
|
|
26440
26440
|
:rtype: :class:`~oci.response.Response`
|
26441
26441
|
|
26442
26442
|
:example:
|
26443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
26444
26444
|
"""
|
26445
26445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26446
26446
|
required_arguments = ['compartmentId']
|
@@ -26633,7 +26633,7 @@ class DatabaseClient(object):
|
|
26633
26633
|
:rtype: :class:`~oci.response.Response`
|
26634
26634
|
|
26635
26635
|
:example:
|
26636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
26637
26637
|
"""
|
26638
26638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26639
26639
|
required_arguments = ['compartmentId']
|
@@ -26809,7 +26809,7 @@ class DatabaseClient(object):
|
|
26809
26809
|
:rtype: :class:`~oci.response.Response`
|
26810
26810
|
|
26811
26811
|
:example:
|
26812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
26813
26813
|
"""
|
26814
26814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26815
26815
|
required_arguments = ['compartmentId']
|
@@ -26961,7 +26961,7 @@ class DatabaseClient(object):
|
|
26961
26961
|
:rtype: :class:`~oci.response.Response`
|
26962
26962
|
|
26963
26963
|
:example:
|
26964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
26965
26965
|
"""
|
26966
26966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26967
26967
|
required_arguments = ['databaseId']
|
@@ -27131,7 +27131,7 @@ class DatabaseClient(object):
|
|
27131
27131
|
:rtype: :class:`~oci.response.Response`
|
27132
27132
|
|
27133
27133
|
:example:
|
27134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
27135
27135
|
"""
|
27136
27136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27137
27137
|
required_arguments = []
|
@@ -27286,7 +27286,7 @@ class DatabaseClient(object):
|
|
27286
27286
|
:rtype: :class:`~oci.response.Response`
|
27287
27287
|
|
27288
27288
|
:example:
|
27289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
27290
27290
|
"""
|
27291
27291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27292
27292
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -27427,7 +27427,7 @@ class DatabaseClient(object):
|
|
27427
27427
|
:rtype: :class:`~oci.response.Response`
|
27428
27428
|
|
27429
27429
|
:example:
|
27430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
27431
27431
|
"""
|
27432
27432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27433
27433
|
required_arguments = ['vmClusterId']
|
@@ -27535,7 +27535,7 @@ class DatabaseClient(object):
|
|
27535
27535
|
:rtype: :class:`~oci.response.Response`
|
27536
27536
|
|
27537
27537
|
:example:
|
27538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
27539
27539
|
"""
|
27540
27540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27541
27541
|
required_arguments = ['vmClusterId']
|
@@ -27656,7 +27656,7 @@ class DatabaseClient(object):
|
|
27656
27656
|
:rtype: :class:`~oci.response.Response`
|
27657
27657
|
|
27658
27658
|
:example:
|
27659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
27660
27660
|
"""
|
27661
27661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27662
27662
|
required_arguments = ['vmClusterId']
|
@@ -27798,7 +27798,7 @@ class DatabaseClient(object):
|
|
27798
27798
|
:rtype: :class:`~oci.response.Response`
|
27799
27799
|
|
27800
27800
|
:example:
|
27801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
27802
27802
|
"""
|
27803
27803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27804
27804
|
required_arguments = ['vmClusterId']
|
@@ -27952,7 +27952,7 @@ class DatabaseClient(object):
|
|
27952
27952
|
:rtype: :class:`~oci.response.Response`
|
27953
27953
|
|
27954
27954
|
:example:
|
27955
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27955
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
27956
27956
|
"""
|
27957
27957
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27958
27958
|
required_arguments = ['compartmentId']
|
@@ -28096,7 +28096,7 @@ class DatabaseClient(object):
|
|
28096
28096
|
:rtype: :class:`~oci.response.Response`
|
28097
28097
|
|
28098
28098
|
:example:
|
28099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
28100
28100
|
"""
|
28101
28101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28102
28102
|
required_arguments = ['pluggableDatabaseId']
|
@@ -28216,7 +28216,7 @@ class DatabaseClient(object):
|
|
28216
28216
|
:rtype: :class:`~oci.response.Response`
|
28217
28217
|
|
28218
28218
|
:example:
|
28219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
28220
28220
|
"""
|
28221
28221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28222
28222
|
required_arguments = ['dbSystemId']
|
@@ -28336,7 +28336,7 @@ class DatabaseClient(object):
|
|
28336
28336
|
:rtype: :class:`~oci.response.Response`
|
28337
28337
|
|
28338
28338
|
:example:
|
28339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
28340
28340
|
"""
|
28341
28341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28342
28342
|
required_arguments = ['databaseId']
|
@@ -28456,7 +28456,7 @@ class DatabaseClient(object):
|
|
28456
28456
|
:rtype: :class:`~oci.response.Response`
|
28457
28457
|
|
28458
28458
|
:example:
|
28459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
28460
28460
|
"""
|
28461
28461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28462
28462
|
required_arguments = ['databaseId']
|
@@ -28576,7 +28576,7 @@ class DatabaseClient(object):
|
|
28576
28576
|
:rtype: :class:`~oci.response.Response`
|
28577
28577
|
|
28578
28578
|
:example:
|
28579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
28580
28580
|
"""
|
28581
28581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28582
28582
|
required_arguments = ['pluggableDatabaseId']
|
@@ -28693,7 +28693,7 @@ class DatabaseClient(object):
|
|
28693
28693
|
:rtype: :class:`~oci.response.Response`
|
28694
28694
|
|
28695
28695
|
:example:
|
28696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
28697
28697
|
"""
|
28698
28698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28699
28699
|
required_arguments = ['pluggableDatabaseId']
|
@@ -28799,7 +28799,7 @@ class DatabaseClient(object):
|
|
28799
28799
|
:rtype: :class:`~oci.response.Response`
|
28800
28800
|
|
28801
28801
|
:example:
|
28802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
28803
28803
|
"""
|
28804
28804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28805
28805
|
required_arguments = ['autonomousDatabaseId']
|
@@ -28905,7 +28905,7 @@ class DatabaseClient(object):
|
|
28905
28905
|
:rtype: :class:`~oci.response.Response`
|
28906
28906
|
|
28907
28907
|
:example:
|
28908
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28908
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
28909
28909
|
"""
|
28910
28910
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28911
28911
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -29014,7 +29014,7 @@ class DatabaseClient(object):
|
|
29014
29014
|
:rtype: :class:`~oci.response.Response`
|
29015
29015
|
|
29016
29016
|
:example:
|
29017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
29018
29018
|
"""
|
29019
29019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29020
29020
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -29132,7 +29132,7 @@ class DatabaseClient(object):
|
|
29132
29132
|
:rtype: :class:`~oci.response.Response`
|
29133
29133
|
|
29134
29134
|
:example:
|
29135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
29136
29136
|
"""
|
29137
29137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29138
29138
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29252,7 +29252,7 @@ class DatabaseClient(object):
|
|
29252
29252
|
:rtype: :class:`~oci.response.Response`
|
29253
29253
|
|
29254
29254
|
:example:
|
29255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
29256
29256
|
"""
|
29257
29257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29258
29258
|
required_arguments = ['cloudVmClusterId']
|
@@ -29372,7 +29372,7 @@ class DatabaseClient(object):
|
|
29372
29372
|
:rtype: :class:`~oci.response.Response`
|
29373
29373
|
|
29374
29374
|
:example:
|
29375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
29376
29376
|
"""
|
29377
29377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29378
29378
|
required_arguments = ['vmClusterId']
|
@@ -29498,7 +29498,7 @@ class DatabaseClient(object):
|
|
29498
29498
|
:rtype: :class:`~oci.response.Response`
|
29499
29499
|
|
29500
29500
|
:example:
|
29501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
29502
29502
|
"""
|
29503
29503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29504
29504
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -29617,7 +29617,7 @@ class DatabaseClient(object):
|
|
29617
29617
|
:rtype: :class:`~oci.response.Response`
|
29618
29618
|
|
29619
29619
|
:example:
|
29620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
29621
29621
|
"""
|
29622
29622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29623
29623
|
required_arguments = []
|
@@ -29723,7 +29723,7 @@ class DatabaseClient(object):
|
|
29723
29723
|
:rtype: :class:`~oci.response.Response`
|
29724
29724
|
|
29725
29725
|
:example:
|
29726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
29727
29727
|
"""
|
29728
29728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29729
29729
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -29825,7 +29825,7 @@ class DatabaseClient(object):
|
|
29825
29825
|
:rtype: :class:`~oci.response.Response`
|
29826
29826
|
|
29827
29827
|
:example:
|
29828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
29829
29829
|
"""
|
29830
29830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29831
29831
|
required_arguments = ['autonomousDatabaseId']
|
@@ -29928,7 +29928,7 @@ class DatabaseClient(object):
|
|
29928
29928
|
:rtype: :class:`~oci.response.Response`
|
29929
29929
|
|
29930
29930
|
:example:
|
29931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
29932
29932
|
"""
|
29933
29933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29934
29934
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30033,7 +30033,7 @@ class DatabaseClient(object):
|
|
30033
30033
|
:rtype: :class:`~oci.response.Response`
|
30034
30034
|
|
30035
30035
|
:example:
|
30036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
30037
30037
|
"""
|
30038
30038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30039
30039
|
required_arguments = ['databaseId']
|
@@ -30147,7 +30147,7 @@ class DatabaseClient(object):
|
|
30147
30147
|
:rtype: :class:`~oci.response.Response`
|
30148
30148
|
|
30149
30149
|
:example:
|
30150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
30151
30151
|
"""
|
30152
30152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30153
30153
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -30264,7 +30264,7 @@ class DatabaseClient(object):
|
|
30264
30264
|
:rtype: :class:`~oci.response.Response`
|
30265
30265
|
|
30266
30266
|
:example:
|
30267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
30268
30268
|
"""
|
30269
30269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30270
30270
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30382,7 +30382,7 @@ class DatabaseClient(object):
|
|
30382
30382
|
:rtype: :class:`~oci.response.Response`
|
30383
30383
|
|
30384
30384
|
:example:
|
30385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
30386
30386
|
"""
|
30387
30387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30388
30388
|
required_arguments = ['autonomousVmClusterId']
|
@@ -30500,7 +30500,7 @@ class DatabaseClient(object):
|
|
30500
30500
|
:rtype: :class:`~oci.response.Response`
|
30501
30501
|
|
30502
30502
|
:example:
|
30503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
30504
30504
|
"""
|
30505
30505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30506
30506
|
required_arguments = ['autonomousVmClusterId']
|
@@ -30618,7 +30618,7 @@ class DatabaseClient(object):
|
|
30618
30618
|
:rtype: :class:`~oci.response.Response`
|
30619
30619
|
|
30620
30620
|
:example:
|
30621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
30622
30622
|
"""
|
30623
30623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30624
30624
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -30737,7 +30737,7 @@ class DatabaseClient(object):
|
|
30737
30737
|
:rtype: :class:`~oci.response.Response`
|
30738
30738
|
|
30739
30739
|
:example:
|
30740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
30741
30741
|
"""
|
30742
30742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30743
30743
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -30853,7 +30853,7 @@ class DatabaseClient(object):
|
|
30853
30853
|
:rtype: :class:`~oci.response.Response`
|
30854
30854
|
|
30855
30855
|
:example:
|
30856
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30856
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
30857
30857
|
"""
|
30858
30858
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30859
30859
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -30966,7 +30966,7 @@ class DatabaseClient(object):
|
|
30966
30966
|
:rtype: :class:`~oci.response.Response`
|
30967
30967
|
|
30968
30968
|
:example:
|
30969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
30970
30970
|
"""
|
30971
30971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30972
30972
|
required_arguments = ['pluggableDatabaseId']
|
@@ -31079,7 +31079,7 @@ class DatabaseClient(object):
|
|
31079
31079
|
:rtype: :class:`~oci.response.Response`
|
31080
31080
|
|
31081
31081
|
:example:
|
31082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
31083
31083
|
"""
|
31084
31084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31085
31085
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -31194,7 +31194,7 @@ class DatabaseClient(object):
|
|
31194
31194
|
:rtype: :class:`~oci.response.Response`
|
31195
31195
|
|
31196
31196
|
:example:
|
31197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
31198
31198
|
"""
|
31199
31199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31200
31200
|
required_arguments = ['databaseId']
|
@@ -31297,7 +31297,7 @@ class DatabaseClient(object):
|
|
31297
31297
|
:rtype: :class:`~oci.response.Response`
|
31298
31298
|
|
31299
31299
|
:example:
|
31300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
31301
31301
|
"""
|
31302
31302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31303
31303
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31409,7 +31409,7 @@ class DatabaseClient(object):
|
|
31409
31409
|
:rtype: :class:`~oci.response.Response`
|
31410
31410
|
|
31411
31411
|
:example:
|
31412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
31413
31413
|
"""
|
31414
31414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31415
31415
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -31517,7 +31517,7 @@ class DatabaseClient(object):
|
|
31517
31517
|
:rtype: :class:`~oci.response.Response`
|
31518
31518
|
|
31519
31519
|
:example:
|
31520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
31521
31521
|
"""
|
31522
31522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31523
31523
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31617,7 +31617,7 @@ class DatabaseClient(object):
|
|
31617
31617
|
:rtype: :class:`~oci.response.Response`
|
31618
31618
|
|
31619
31619
|
:example:
|
31620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
31621
31621
|
"""
|
31622
31622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31623
31623
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31727,7 +31727,7 @@ class DatabaseClient(object):
|
|
31727
31727
|
:rtype: :class:`~oci.response.Response`
|
31728
31728
|
|
31729
31729
|
:example:
|
31730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
31731
31731
|
"""
|
31732
31732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31733
31733
|
required_arguments = ['pluggableDatabaseId']
|
@@ -31835,7 +31835,7 @@ class DatabaseClient(object):
|
|
31835
31835
|
:rtype: :class:`~oci.response.Response`
|
31836
31836
|
|
31837
31837
|
:example:
|
31838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
31839
31839
|
"""
|
31840
31840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31841
31841
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31947,7 +31947,7 @@ class DatabaseClient(object):
|
|
31947
31947
|
:rtype: :class:`~oci.response.Response`
|
31948
31948
|
|
31949
31949
|
:example:
|
31950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
31951
31951
|
"""
|
31952
31952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31953
31953
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32059,7 +32059,7 @@ class DatabaseClient(object):
|
|
32059
32059
|
:rtype: :class:`~oci.response.Response`
|
32060
32060
|
|
32061
32061
|
:example:
|
32062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
32063
32063
|
"""
|
32064
32064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32065
32065
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -32177,7 +32177,7 @@ class DatabaseClient(object):
|
|
32177
32177
|
:rtype: :class:`~oci.response.Response`
|
32178
32178
|
|
32179
32179
|
:example:
|
32180
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
32181
32181
|
"""
|
32182
32182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32183
32183
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32301,7 +32301,7 @@ class DatabaseClient(object):
|
|
32301
32301
|
:rtype: :class:`~oci.response.Response`
|
32302
32302
|
|
32303
32303
|
:example:
|
32304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
32305
32305
|
"""
|
32306
32306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32307
32307
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -32404,7 +32404,7 @@ class DatabaseClient(object):
|
|
32404
32404
|
:rtype: :class:`~oci.response.Response`
|
32405
32405
|
|
32406
32406
|
:example:
|
32407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
32408
32408
|
"""
|
32409
32409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32410
32410
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -32502,7 +32502,7 @@ class DatabaseClient(object):
|
|
32502
32502
|
:rtype: :class:`~oci.response.Response`
|
32503
32503
|
|
32504
32504
|
:example:
|
32505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
32506
32506
|
"""
|
32507
32507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32508
32508
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -32607,7 +32607,7 @@ class DatabaseClient(object):
|
|
32607
32607
|
:rtype: :class:`~oci.response.Response`
|
32608
32608
|
|
32609
32609
|
:example:
|
32610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
32611
32611
|
"""
|
32612
32612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32613
32613
|
required_arguments = ['dbSystemId']
|
@@ -32708,7 +32708,7 @@ class DatabaseClient(object):
|
|
32708
32708
|
:rtype: :class:`~oci.response.Response`
|
32709
32709
|
|
32710
32710
|
:example:
|
32711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
32712
32712
|
"""
|
32713
32713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32714
32714
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -32821,7 +32821,7 @@ class DatabaseClient(object):
|
|
32821
32821
|
:rtype: :class:`~oci.response.Response`
|
32822
32822
|
|
32823
32823
|
:example:
|
32824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
32825
32825
|
"""
|
32826
32826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32827
32827
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -32932,7 +32932,7 @@ class DatabaseClient(object):
|
|
32932
32932
|
:rtype: :class:`~oci.response.Response`
|
32933
32933
|
|
32934
32934
|
:example:
|
32935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
32936
32936
|
"""
|
32937
32937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32938
32938
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33042,7 +33042,7 @@ class DatabaseClient(object):
|
|
33042
33042
|
:rtype: :class:`~oci.response.Response`
|
33043
33043
|
|
33044
33044
|
:example:
|
33045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
33046
33046
|
"""
|
33047
33047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33048
33048
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -33142,7 +33142,7 @@ class DatabaseClient(object):
|
|
33142
33142
|
:rtype: :class:`~oci.response.Response`
|
33143
33143
|
|
33144
33144
|
:example:
|
33145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
33146
33146
|
"""
|
33147
33147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33148
33148
|
required_arguments = []
|
@@ -33231,7 +33231,7 @@ class DatabaseClient(object):
|
|
33231
33231
|
:rtype: :class:`~oci.response.Response`
|
33232
33232
|
|
33233
33233
|
:example:
|
33234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
33235
33235
|
"""
|
33236
33236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33237
33237
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33334,7 +33334,7 @@ class DatabaseClient(object):
|
|
33334
33334
|
:rtype: :class:`~oci.response.Response`
|
33335
33335
|
|
33336
33336
|
:example:
|
33337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
33338
33338
|
"""
|
33339
33339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33340
33340
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -33442,7 +33442,7 @@ class DatabaseClient(object):
|
|
33442
33442
|
:rtype: :class:`~oci.response.Response`
|
33443
33443
|
|
33444
33444
|
:example:
|
33445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
33446
33446
|
"""
|
33447
33447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33448
33448
|
required_arguments = ['autonomousVmClusterId']
|
@@ -33555,7 +33555,7 @@ class DatabaseClient(object):
|
|
33555
33555
|
:rtype: :class:`~oci.response.Response`
|
33556
33556
|
|
33557
33557
|
:example:
|
33558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
33559
33559
|
"""
|
33560
33560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33561
33561
|
required_arguments = ['backupDestinationId']
|
@@ -33665,7 +33665,7 @@ class DatabaseClient(object):
|
|
33665
33665
|
:rtype: :class:`~oci.response.Response`
|
33666
33666
|
|
33667
33667
|
:example:
|
33668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
33669
33669
|
"""
|
33670
33670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33671
33671
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -33775,7 +33775,7 @@ class DatabaseClient(object):
|
|
33775
33775
|
:rtype: :class:`~oci.response.Response`
|
33776
33776
|
|
33777
33777
|
:example:
|
33778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
33779
33779
|
"""
|
33780
33780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33781
33781
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -33885,7 +33885,7 @@ class DatabaseClient(object):
|
|
33885
33885
|
:rtype: :class:`~oci.response.Response`
|
33886
33886
|
|
33887
33887
|
:example:
|
33888
|
-
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.116.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
33889
33889
|
"""
|
33890
33890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33891
33891
|
required_arguments = ['cloudVmClusterId']
|
@@ -33995,7 +33995,7 @@ class DatabaseClient(object):
|
|
33995
33995
|
:rtype: :class:`~oci.response.Response`
|
33996
33996
|
|
33997
33997
|
:example:
|
33998
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
|
33999
33999
|
"""
|
34000
34000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34001
34001
|
required_arguments = ['cloudVmClusterId']
|
@@ -34108,7 +34108,7 @@ class DatabaseClient(object):
|
|
34108
34108
|
:rtype: :class:`~oci.response.Response`
|
34109
34109
|
|
34110
34110
|
:example:
|
34111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
34112
34112
|
"""
|
34113
34113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34114
34114
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -34224,7 +34224,7 @@ class DatabaseClient(object):
|
|
34224
34224
|
:rtype: :class:`~oci.response.Response`
|
34225
34225
|
|
34226
34226
|
:example:
|
34227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
34228
34228
|
"""
|
34229
34229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34230
34230
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -34332,7 +34332,7 @@ class DatabaseClient(object):
|
|
34332
34332
|
:rtype: :class:`~oci.response.Response`
|
34333
34333
|
|
34334
34334
|
:example:
|
34335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
34336
34336
|
"""
|
34337
34337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34338
34338
|
required_arguments = ['databaseId']
|
@@ -34437,7 +34437,7 @@ class DatabaseClient(object):
|
|
34437
34437
|
:rtype: :class:`~oci.response.Response`
|
34438
34438
|
|
34439
34439
|
:example:
|
34440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
34441
34441
|
"""
|
34442
34442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34443
34443
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -34542,7 +34542,7 @@ class DatabaseClient(object):
|
|
34542
34542
|
:rtype: :class:`~oci.response.Response`
|
34543
34543
|
|
34544
34544
|
:example:
|
34545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
34546
34546
|
"""
|
34547
34547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34548
34548
|
required_arguments = ['dbHomeId']
|
@@ -34650,7 +34650,7 @@ class DatabaseClient(object):
|
|
34650
34650
|
:rtype: :class:`~oci.response.Response`
|
34651
34651
|
|
34652
34652
|
:example:
|
34653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
34654
34654
|
"""
|
34655
34655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34656
34656
|
required_arguments = ['dbNodeId']
|
@@ -34764,7 +34764,7 @@ class DatabaseClient(object):
|
|
34764
34764
|
:rtype: :class:`~oci.response.Response`
|
34765
34765
|
|
34766
34766
|
:example:
|
34767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
34768
34768
|
"""
|
34769
34769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34770
34770
|
required_arguments = ['dbSystemId']
|
@@ -34873,7 +34873,7 @@ class DatabaseClient(object):
|
|
34873
34873
|
:rtype: :class:`~oci.response.Response`
|
34874
34874
|
|
34875
34875
|
:example:
|
34876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
34877
34877
|
"""
|
34878
34878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34879
34879
|
required_arguments = ['exadataInfrastructureId']
|
@@ -34993,7 +34993,7 @@ class DatabaseClient(object):
|
|
34993
34993
|
:rtype: :class:`~oci.response.Response`
|
34994
34994
|
|
34995
34995
|
:example:
|
34996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34996
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
34997
34997
|
"""
|
34998
34998
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34999
34999
|
required_arguments = ['dbSystemId']
|
@@ -35106,7 +35106,7 @@ class DatabaseClient(object):
|
|
35106
35106
|
:rtype: :class:`~oci.response.Response`
|
35107
35107
|
|
35108
35108
|
:example:
|
35109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
35110
35110
|
"""
|
35111
35111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35112
35112
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -35217,7 +35217,7 @@ class DatabaseClient(object):
|
|
35217
35217
|
:rtype: :class:`~oci.response.Response`
|
35218
35218
|
|
35219
35219
|
:example:
|
35220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
35221
35221
|
"""
|
35222
35222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35223
35223
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -35327,7 +35327,7 @@ class DatabaseClient(object):
|
|
35327
35327
|
:rtype: :class:`~oci.response.Response`
|
35328
35328
|
|
35329
35329
|
:example:
|
35330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
35331
35331
|
"""
|
35332
35332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35333
35333
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -35439,7 +35439,7 @@ class DatabaseClient(object):
|
|
35439
35439
|
:rtype: :class:`~oci.response.Response`
|
35440
35440
|
|
35441
35441
|
:example:
|
35442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
35443
35443
|
"""
|
35444
35444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35445
35445
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -35549,7 +35549,7 @@ class DatabaseClient(object):
|
|
35549
35549
|
:rtype: :class:`~oci.response.Response`
|
35550
35550
|
|
35551
35551
|
:example:
|
35552
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
35553
35553
|
"""
|
35554
35554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35555
35555
|
required_arguments = ['keyStoreId']
|
@@ -35654,7 +35654,7 @@ class DatabaseClient(object):
|
|
35654
35654
|
:rtype: :class:`~oci.response.Response`
|
35655
35655
|
|
35656
35656
|
:example:
|
35657
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35657
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
35658
35658
|
"""
|
35659
35659
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35660
35660
|
required_arguments = ['maintenanceRunId']
|
@@ -35762,7 +35762,7 @@ class DatabaseClient(object):
|
|
35762
35762
|
:rtype: :class:`~oci.response.Response`
|
35763
35763
|
|
35764
35764
|
:example:
|
35765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
35766
35766
|
"""
|
35767
35767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35768
35768
|
required_arguments = ['oneoffPatchId']
|
@@ -35869,7 +35869,7 @@ class DatabaseClient(object):
|
|
35869
35869
|
:rtype: :class:`~oci.response.Response`
|
35870
35870
|
|
35871
35871
|
:example:
|
35872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
35873
35873
|
"""
|
35874
35874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35875
35875
|
required_arguments = ['pluggableDatabaseId']
|
@@ -35977,7 +35977,7 @@ class DatabaseClient(object):
|
|
35977
35977
|
:rtype: :class:`~oci.response.Response`
|
35978
35978
|
|
35979
35979
|
:example:
|
35980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
35981
35981
|
"""
|
35982
35982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35983
35983
|
required_arguments = ['vmClusterId']
|
@@ -36093,7 +36093,7 @@ class DatabaseClient(object):
|
|
36093
36093
|
:rtype: :class:`~oci.response.Response`
|
36094
36094
|
|
36095
36095
|
:example:
|
36096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
36097
36097
|
"""
|
36098
36098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36099
36099
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -36204,7 +36204,7 @@ class DatabaseClient(object):
|
|
36204
36204
|
:rtype: :class:`~oci.response.Response`
|
36205
36205
|
|
36206
36206
|
:example:
|
36207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
36208
36208
|
"""
|
36209
36209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36210
36210
|
required_arguments = ['databaseId']
|
@@ -36321,7 +36321,7 @@ class DatabaseClient(object):
|
|
36321
36321
|
:rtype: :class:`~oci.response.Response`
|
36322
36322
|
|
36323
36323
|
:example:
|
36324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
36325
36325
|
"""
|
36326
36326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36327
36327
|
required_arguments = ['dbSystemId']
|
@@ -36438,7 +36438,7 @@ class DatabaseClient(object):
|
|
36438
36438
|
:rtype: :class:`~oci.response.Response`
|
36439
36439
|
|
36440
36440
|
:example:
|
36441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
36442
36442
|
"""
|
36443
36443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36444
36444
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|