oci 2.122.0__py3-none-any.whl → 2.123.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/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 +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +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 +31 -19
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +111 -101
- oci/core/compute_management_client.py +32 -32
- oci/core/models/__init__.py +8 -0
- oci/core/models/attach_volume_details.py +6 -4
- oci/core/models/launch_attach_i_scsi_volume_details.py +203 -0
- oci/core/models/launch_attach_volume_details.py +279 -0
- oci/core/models/launch_create_volume_details.py +101 -0
- oci/core/models/launch_create_volume_from_attributes.py +240 -0
- oci/core/models/launch_instance_details.py +31 -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 +287 -153
- oci/data_catalog/models/__init__.py +4 -0
- oci/data_catalog/models/asynchronous_export_data_asset_details.py +99 -0
- oci/data_catalog/models/asynchronous_export_data_asset_result.py +196 -0
- oci/data_catalog/models/create_job_definition_details.py +7 -3
- oci/data_catalog/models/create_job_execution_details.py +7 -3
- oci/data_catalog/models/job.py +7 -3
- oci/data_catalog/models/job_definition.py +7 -3
- oci/data_catalog/models/job_definition_summary.py +7 -3
- oci/data_catalog/models/job_execution.py +7 -3
- oci/data_catalog/models/job_execution_summary.py +7 -3
- oci/data_catalog/models/job_summary.py +7 -3
- 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 +272 -272
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +351 -344
- oci/database/models/__init__.py +2 -2
- oci/database/models/autonomous_container_database.py +24 -30
- oci/database/models/autonomous_container_database_dataguard_association.py +37 -13
- oci/database/models/autonomous_container_database_resource_usage.py +6 -6
- oci/database/models/autonomous_container_database_summary.py +24 -30
- oci/database/models/autonomous_database.py +52 -71
- oci/database/models/autonomous_database_backup.py +6 -6
- oci/database/models/autonomous_database_backup_summary.py +6 -6
- oci/database/models/autonomous_database_dataguard_association.py +63 -11
- oci/database/models/autonomous_database_key_history_entry.py +4 -4
- oci/database/models/autonomous_database_summary.py +52 -71
- oci/database/models/autonomous_db_preview_version_summary.py +1 -1
- oci/database/models/autonomous_vm_cluster.py +14 -14
- oci/database/models/autonomous_vm_cluster_summary.py +14 -14
- oci/database/models/backup.py +6 -6
- oci/database/models/backup_summary.py +6 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +16 -16
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +16 -16
- oci/database/models/cloud_exadata_infrastructure.py +72 -0
- oci/database/models/cloud_exadata_infrastructure_summary.py +72 -0
- oci/database/models/cloud_vm_cluster.py +37 -0
- oci/database/models/cloud_vm_cluster_summary.py +37 -0
- oci/database/models/compute_performance_summary.py +2 -2
- oci/database/models/configure_autonomous_database_vault_key_details.py +2 -2
- oci/database/models/create_autonomous_container_database_dataguard_association_details.py +67 -1
- oci/database/models/create_autonomous_container_database_details.py +6 -6
- oci/database/models/create_autonomous_database_base.py +51 -68
- oci/database/models/create_autonomous_database_clone_details.py +0 -7
- oci/database/models/create_autonomous_database_details.py +0 -7
- oci/database/models/create_autonomous_database_from_backup_details.py +0 -7
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +0 -7
- oci/database/models/create_autonomous_vm_cluster_details.py +2 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -6
- oci/database/models/create_cloud_exadata_infrastructure_details.py +35 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +0 -7
- oci/database/models/create_cross_region_disaster_recovery_details.py +0 -7
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +4 -4
- oci/database/models/create_database_base.py +2 -2
- oci/database/models/create_database_details.py +4 -4
- oci/database/models/create_db_home_base.py +2 -2
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +0 -7
- oci/database/models/database.py +6 -6
- oci/database/models/database_connection_credentials.py +4 -4
- oci/database/models/{database_connection_credentails_by_name.py → database_connection_credentials_by_name.py} +8 -8
- oci/database/models/database_summary.py +6 -6
- oci/database/models/key_store_type_from_oracle_key_vault_details.py +2 -2
- oci/database/models/launch_db_system_base.py +2 -2
- oci/database/models/migrate_vault_key_details.py +4 -4
- oci/database/models/update_autonomous_database_details.py +45 -66
- oci/database/models/update_autonomous_vm_cluster_details.py +6 -6
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +10 -10
- oci/database_management/db_management_client.py +832 -198
- oci/database_management/db_management_client_composite_operations.py +188 -0
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/models/__init__.py +10 -0
- oci/database_management/models/child_database.py +80 -2
- oci/database_management/models/create_db_management_private_endpoint_details.py +80 -2
- oci/database_management/models/create_external_db_system_details.py +80 -2
- oci/database_management/models/create_external_db_system_discovery_details.py +80 -2
- oci/database_management/models/create_external_db_system_macs_connector_details.py +80 -2
- oci/database_management/models/create_external_exadata_infrastructure_details.py +80 -2
- oci/database_management/models/create_external_exadata_storage_connector_details.py +80 -2
- oci/database_management/models/create_managed_database_group_details.py +80 -2
- oci/database_management/models/create_named_credential_details.py +80 -2
- oci/database_management/models/create_sql_job_details.py +80 -2
- oci/database_management/models/db_management_private_endpoint.py +80 -2
- oci/database_management/models/db_management_private_endpoint_summary.py +80 -2
- oci/database_management/models/external_asm.py +80 -2
- oci/database_management/models/external_asm_instance.py +80 -2
- oci/database_management/models/external_asm_instance_summary.py +80 -2
- oci/database_management/models/external_asm_summary.py +80 -2
- oci/database_management/models/external_cluster.py +80 -2
- oci/database_management/models/external_cluster_instance.py +80 -2
- oci/database_management/models/external_cluster_instance_summary.py +80 -2
- oci/database_management/models/external_cluster_summary.py +80 -2
- oci/database_management/models/external_database_summary.py +80 -2
- oci/database_management/models/external_db_home.py +80 -2
- oci/database_management/models/external_db_home_summary.py +80 -2
- oci/database_management/models/external_db_node.py +80 -2
- oci/database_management/models/external_db_node_summary.py +80 -2
- oci/database_management/models/external_db_system.py +80 -2
- oci/database_management/models/external_db_system_connector_summary.py +80 -2
- oci/database_management/models/external_db_system_discovery.py +80 -2
- oci/database_management/models/external_db_system_discovery_summary.py +80 -2
- oci/database_management/models/external_db_system_macs_connector.py +80 -2
- oci/database_management/models/external_db_system_summary.py +80 -2
- oci/database_management/models/external_exadata_infrastructure.py +80 -2
- oci/database_management/models/external_exadata_infrastructure_summary.py +80 -2
- oci/database_management/models/external_exadata_storage_connector.py +80 -2
- oci/database_management/models/external_exadata_storage_connector_summary.py +80 -2
- oci/database_management/models/external_exadata_storage_grid.py +80 -2
- oci/database_management/models/external_exadata_storage_server.py +80 -2
- oci/database_management/models/external_exadata_storage_server_summary.py +80 -2
- oci/database_management/models/external_listener.py +80 -2
- oci/database_management/models/external_listener_summary.py +80 -2
- oci/database_management/models/job_summary.py +80 -2
- oci/database_management/models/managed_database.py +111 -2
- oci/database_management/models/managed_database_group.py +80 -2
- oci/database_management/models/managed_database_group_summary.py +80 -2
- oci/database_management/models/managed_database_summary.py +111 -2
- oci/database_management/models/named_credential.py +80 -2
- oci/database_management/models/named_credential_summary.py +80 -2
- oci/database_management/models/sql_job.py +80 -2
- oci/database_management/models/update_db_management_private_endpoint_details.py +80 -2
- oci/database_management/models/update_external_asm_details.py +80 -2
- oci/database_management/models/update_external_asm_instance_details.py +119 -0
- oci/database_management/models/update_external_cluster_details.py +80 -2
- oci/database_management/models/update_external_cluster_instance_details.py +80 -2
- oci/database_management/models/update_external_db_home_details.py +119 -0
- oci/database_management/models/update_external_db_node_details.py +80 -2
- oci/database_management/models/update_external_db_system_details.py +80 -2
- oci/database_management/models/update_external_db_system_discovery_details.py +80 -2
- oci/database_management/models/update_external_db_system_macs_connector_details.py +80 -2
- oci/database_management/models/update_external_exadata_infrastructure_details.py +80 -2
- oci/database_management/models/update_external_exadata_storage_connector_details.py +80 -2
- oci/database_management/models/update_external_exadata_storage_grid_details.py +119 -0
- oci/database_management/models/update_external_exadata_storage_server_details.py +119 -0
- oci/database_management/models/update_external_listener_details.py +80 -2
- oci/database_management/models/update_managed_database_details.py +119 -0
- oci/database_management/models/update_managed_database_group_details.py +80 -2
- oci/database_management/models/update_named_credential_details.py +80 -2
- oci/database_management/models/update_sql_job_details.py +80 -2
- 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/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +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/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +3 -3
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/key_management/models/__init__.py +2 -0
- oci/key_management/models/auto_key_rotation_details.py +247 -0
- oci/key_management/models/create_key_details.py +58 -0
- oci/key_management/models/import_key_details.py +58 -0
- oci/key_management/models/key.py +58 -0
- oci/key_management/models/key_summary.py +33 -2
- oci/key_management/models/key_version.py +33 -2
- oci/key_management/models/key_version_summary.py +33 -2
- oci/key_management/models/update_key_details.py +58 -0
- 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 +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +419 -56
- oci/oda/management_client_composite_operations.py +132 -0
- oci/oda/models/__init__.py +42 -0
- oci/oda/models/bot.py +31 -0
- oci/oda/models/bulk_create_skill_entities_details.py +72 -0
- oci/oda/models/clone_skill_details.py +7 -0
- oci/oda/models/composite_entity.py +154 -0
- oci/oda/models/create_new_skill_details.py +7 -0
- oci/oda/models/create_oda_instance_attachment_details.py +7 -3
- oci/oda/models/create_skill_composite_entity_details.py +147 -0
- oci/oda/models/create_skill_details.py +31 -0
- oci/oda/models/create_skill_entity_details.py +140 -0
- oci/oda/models/create_skill_value_list_entity_details.py +89 -0
- oci/oda/models/create_skill_version_details.py +7 -0
- oci/oda/models/digital_assistant.py +31 -0
- oci/oda/models/entity.py +171 -0
- oci/oda/models/entity_action.py +161 -0
- oci/oda/models/entity_action_argument.py +263 -0
- oci/oda/models/entity_action_argument_natural_language_mapping.py +72 -0
- oci/oda/models/entity_action_natural_language_mapping.py +72 -0
- oci/oda/models/entity_attribute.py +345 -0
- oci/oda/models/entity_attribute_natural_language_mapping.py +72 -0
- oci/oda/models/entity_natural_language_mapping.py +72 -0
- oci/oda/models/extend_skill_details.py +7 -0
- oci/oda/models/language_mapping.py +134 -0
- oci/oda/models/name_mapping.py +72 -0
- oci/oda/models/oda_instance_attachment.py +7 -3
- oci/oda/models/oda_instance_attachment_summary.py +7 -3
- oci/oda/models/skill.py +31 -0
- oci/oda/models/static_entity_value.py +99 -0
- oci/oda/models/static_entity_value_natural_language_mapping.py +72 -0
- oci/oda/models/train_skill_details.py +72 -0
- oci/oda/models/train_skill_parameter.py +101 -0
- oci/oda/models/train_skill_query_entity_parameter.py +51 -0
- oci/oda/models/value_list_entity.py +96 -0
- oci/oda/models/work_request.py +15 -3
- 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 +118 -9
- oci/operator_access_control/models/__init__.py +11 -1
- oci/operator_access_control/models/access_request.py +221 -0
- oci/operator_access_control/models/access_request_summary.py +35 -0
- oci/operator_access_control/models/approver_detail.py +235 -0
- oci/operator_access_control/models/assignment_validation_status.py +317 -0
- oci/operator_access_control/models/audit_log_report.py +193 -0
- oci/operator_access_control/models/create_operator_control_assignment_details.py +31 -0
- oci/operator_access_control/models/create_operator_control_details.py +31 -0
- oci/operator_access_control/models/operator_control.py +31 -0
- oci/operator_access_control/models/operator_control_assignment.py +62 -0
- oci/operator_access_control/models/operator_control_assignment_summary.py +93 -0
- oci/operator_access_control/models/operator_control_summary.py +31 -0
- oci/operator_access_control/models/status_detail.py +169 -0
- oci/operator_access_control/models/update_operator_control_assignment_details.py +31 -0
- oci/operator_access_control/models/update_operator_control_details.py +31 -0
- oci/operator_access_control/models/validate_operator_assignment_details.py +72 -0
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +224 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/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/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +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/__init__.py +3 -1
- oci/sch/connector_plugins_client.py +386 -0
- oci/sch/connector_plugins_client_composite_operations.py +26 -0
- oci/sch/models/__init__.py +16 -0
- oci/sch/models/change_service_connector_compartment_details.py +3 -3
- oci/sch/models/connector_plugin.py +355 -0
- oci/sch/models/connector_plugin_collection.py +72 -0
- oci/sch/models/connector_plugin_summary.py +322 -0
- oci/sch/models/create_service_connector_details.py +3 -3
- oci/sch/models/dimension_details.py +2 -2
- oci/sch/models/function_task_details.py +2 -2
- oci/sch/models/functions_target_details.py +98 -5
- oci/sch/models/latest_streaming_cursor.py +4 -2
- oci/sch/models/log_rule_task_details.py +5 -5
- oci/sch/models/log_source.py +4 -0
- oci/sch/models/logging_analytics_target_details.py +5 -5
- oci/sch/models/logging_source_details.py +3 -3
- oci/sch/models/monitoring_source.py +2 -2
- oci/sch/models/monitoring_source_details.py +5 -5
- oci/sch/models/monitoring_source_metric_details.py +2 -2
- oci/sch/models/monitoring_target_details.py +3 -3
- oci/sch/models/notifications_target_details.py +5 -5
- oci/sch/models/object_storage_target_details.py +9 -5
- oci/sch/models/plugin_source_details.py +123 -0
- oci/sch/models/service_connector.py +14 -14
- oci/sch/models/service_connector_collection.py +1 -1
- oci/sch/models/service_connector_summary.py +11 -11
- oci/sch/models/source_connector_plugin.py +132 -0
- oci/sch/models/source_connector_plugin_summary.py +125 -0
- oci/sch/models/source_details.py +19 -11
- oci/sch/models/streaming_cursor_details.py +7 -4
- oci/sch/models/streaming_source_details.py +5 -1
- oci/sch/models/streaming_target_details.py +3 -3
- oci/sch/models/target_connector_plugin.py +99 -0
- oci/sch/models/target_connector_plugin_summary.py +92 -0
- oci/sch/models/target_details.py +8 -8
- oci/sch/models/task_details.py +8 -8
- oci/sch/models/trim_horizon_streaming_cursor.py +4 -2
- oci/sch/models/update_service_connector_details.py +1 -1
- oci/sch/models/work_request.py +2 -2
- oci/sch/service_connector_client.py +138 -81
- oci/sch/service_connector_client_composite_operations.py +7 -7
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +28 -28
- oci/vault/models/__init__.py +8 -0
- oci/vault/models/bytes_generation_context.py +107 -0
- oci/vault/models/create_secret_details.py +61 -3
- oci/vault/models/passphrase_generation_context.py +138 -0
- oci/vault/models/secret.py +60 -2
- oci/vault/models/secret_generation_context.py +152 -0
- oci/vault/models/secret_summary.py +60 -2
- oci/vault/models/secret_version.py +33 -2
- oci/vault/models/secret_version_summary.py +33 -2
- oci/vault/models/ssh_key_generation_context.py +111 -0
- oci/vault/models/update_secret_details.py +60 -2
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/METADATA +3 -3
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/RECORD +494 -442
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/WHEEL +0 -0
- {oci-2.122.0.dist-info → oci-2.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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.123.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']
|
@@ -5268,7 +5268,7 @@ class DatabaseClient(object):
|
|
5268
5268
|
:rtype: :class:`~oci.response.Response`
|
5269
5269
|
|
5270
5270
|
:example:
|
5271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
|
5272
5272
|
"""
|
5273
5273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5274
5274
|
required_arguments = ['dbNodeId']
|
@@ -5388,7 +5388,7 @@ class DatabaseClient(object):
|
|
5388
5388
|
:rtype: :class:`~oci.response.Response`
|
5389
5389
|
|
5390
5390
|
:example:
|
5391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
|
5392
5392
|
"""
|
5393
5393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5394
5394
|
required_arguments = ['databaseId']
|
@@ -5494,7 +5494,7 @@ class DatabaseClient(object):
|
|
5494
5494
|
:rtype: :class:`~oci.response.Response`
|
5495
5495
|
|
5496
5496
|
:example:
|
5497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
|
5498
5498
|
"""
|
5499
5499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5500
5500
|
required_arguments = []
|
@@ -5587,7 +5587,7 @@ class DatabaseClient(object):
|
|
5587
5587
|
:rtype: :class:`~oci.response.Response`
|
5588
5588
|
|
5589
5589
|
:example:
|
5590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
|
5591
5591
|
"""
|
5592
5592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5593
5593
|
required_arguments = []
|
@@ -5678,7 +5678,7 @@ class DatabaseClient(object):
|
|
5678
5678
|
:rtype: :class:`~oci.response.Response`
|
5679
5679
|
|
5680
5680
|
:example:
|
5681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
|
5682
5682
|
"""
|
5683
5683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5684
5684
|
required_arguments = []
|
@@ -5773,7 +5773,7 @@ class DatabaseClient(object):
|
|
5773
5773
|
:rtype: :class:`~oci.response.Response`
|
5774
5774
|
|
5775
5775
|
:example:
|
5776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5776
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
|
5777
5777
|
"""
|
5778
5778
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5779
5779
|
required_arguments = []
|
@@ -5870,7 +5870,7 @@ class DatabaseClient(object):
|
|
5870
5870
|
:rtype: :class:`~oci.response.Response`
|
5871
5871
|
|
5872
5872
|
:example:
|
5873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
|
5874
5874
|
"""
|
5875
5875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5876
5876
|
required_arguments = []
|
@@ -5964,7 +5964,7 @@ class DatabaseClient(object):
|
|
5964
5964
|
:rtype: :class:`~oci.response.Response`
|
5965
5965
|
|
5966
5966
|
:example:
|
5967
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
|
5968
5968
|
"""
|
5969
5969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5970
5970
|
required_arguments = []
|
@@ -6060,7 +6060,7 @@ class DatabaseClient(object):
|
|
6060
6060
|
:rtype: :class:`~oci.response.Response`
|
6061
6061
|
|
6062
6062
|
:example:
|
6063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
|
6064
6064
|
"""
|
6065
6065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6066
6066
|
required_arguments = []
|
@@ -6156,7 +6156,7 @@ class DatabaseClient(object):
|
|
6156
6156
|
:rtype: :class:`~oci.response.Response`
|
6157
6157
|
|
6158
6158
|
:example:
|
6159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
|
6160
6160
|
"""
|
6161
6161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6162
6162
|
required_arguments = []
|
@@ -6253,7 +6253,7 @@ class DatabaseClient(object):
|
|
6253
6253
|
:rtype: :class:`~oci.response.Response`
|
6254
6254
|
|
6255
6255
|
:example:
|
6256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
|
6257
6257
|
"""
|
6258
6258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6259
6259
|
required_arguments = []
|
@@ -6349,7 +6349,7 @@ class DatabaseClient(object):
|
|
6349
6349
|
:rtype: :class:`~oci.response.Response`
|
6350
6350
|
|
6351
6351
|
:example:
|
6352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
|
6353
6353
|
"""
|
6354
6354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6355
6355
|
required_arguments = []
|
@@ -6414,9 +6414,9 @@ class DatabaseClient(object):
|
|
6414
6414
|
def create_maintenance_run(self, create_maintenance_run_details, **kwargs):
|
6415
6415
|
"""
|
6416
6416
|
Creates a maintenance run with one of the following:
|
6417
|
-
The latest available release update patch (RUP) for the Autonomous Container Database.
|
6418
|
-
The latest available RUP and DST time
|
6419
|
-
|
6417
|
+
1. The latest available release update patch (RUP) for the Autonomous Container Database.
|
6418
|
+
2. The latest available RUP and DST time-zone (TZ) file updates for the Autonomous Container Database.
|
6419
|
+
3. The DST TZ file updates for the Autonomous Container Database.
|
6420
6420
|
|
6421
6421
|
|
6422
6422
|
:param oci.database.models.CreateMaintenanceRunDetails create_maintenance_run_details: (required)
|
@@ -6448,7 +6448,7 @@ class DatabaseClient(object):
|
|
6448
6448
|
:rtype: :class:`~oci.response.Response`
|
6449
6449
|
|
6450
6450
|
:example:
|
6451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
|
6452
6452
|
"""
|
6453
6453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6454
6454
|
required_arguments = []
|
@@ -6544,7 +6544,7 @@ class DatabaseClient(object):
|
|
6544
6544
|
:rtype: :class:`~oci.response.Response`
|
6545
6545
|
|
6546
6546
|
:example:
|
6547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
|
6548
6548
|
"""
|
6549
6549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6550
6550
|
required_arguments = []
|
@@ -6642,7 +6642,7 @@ class DatabaseClient(object):
|
|
6642
6642
|
:rtype: :class:`~oci.response.Response`
|
6643
6643
|
|
6644
6644
|
:example:
|
6645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
|
6646
6646
|
"""
|
6647
6647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6648
6648
|
required_arguments = []
|
@@ -6739,7 +6739,7 @@ class DatabaseClient(object):
|
|
6739
6739
|
:rtype: :class:`~oci.response.Response`
|
6740
6740
|
|
6741
6741
|
:example:
|
6742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
|
6743
6743
|
"""
|
6744
6744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6745
6745
|
required_arguments = []
|
@@ -6841,7 +6841,7 @@ class DatabaseClient(object):
|
|
6841
6841
|
:rtype: :class:`~oci.response.Response`
|
6842
6842
|
|
6843
6843
|
:example:
|
6844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
|
6845
6845
|
"""
|
6846
6846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6847
6847
|
required_arguments = ['exadataInfrastructureId']
|
@@ -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.123.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
|
6974
6974
|
"""
|
6975
6975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6976
6976
|
required_arguments = ['dbNodeId', 'action']
|
@@ -7083,7 +7083,7 @@ class DatabaseClient(object):
|
|
7083
7083
|
:rtype: :class:`~oci.response.Response`
|
7084
7084
|
|
7085
7085
|
:example:
|
7086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
|
7087
7087
|
"""
|
7088
7088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7089
7089
|
required_arguments = ['applicationVipId']
|
@@ -7186,7 +7186,7 @@ class DatabaseClient(object):
|
|
7186
7186
|
:rtype: :class:`~oci.response.Response`
|
7187
7187
|
|
7188
7188
|
:example:
|
7189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
|
7190
7190
|
"""
|
7191
7191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7192
7192
|
required_arguments = ['autonomousDatabaseId']
|
@@ -7289,7 +7289,7 @@ class DatabaseClient(object):
|
|
7289
7289
|
:rtype: :class:`~oci.response.Response`
|
7290
7290
|
|
7291
7291
|
:example:
|
7292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
|
7293
7293
|
"""
|
7294
7294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7295
7295
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -7392,7 +7392,7 @@ class DatabaseClient(object):
|
|
7392
7392
|
:rtype: :class:`~oci.response.Response`
|
7393
7393
|
|
7394
7394
|
:example:
|
7395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
|
7396
7396
|
"""
|
7397
7397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7398
7398
|
required_arguments = ['autonomousVmClusterId']
|
@@ -7492,7 +7492,7 @@ class DatabaseClient(object):
|
|
7492
7492
|
:rtype: :class:`~oci.response.Response`
|
7493
7493
|
|
7494
7494
|
:example:
|
7495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
7496
7496
|
"""
|
7497
7497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7498
7498
|
required_arguments = ['backupId']
|
@@ -7593,7 +7593,7 @@ class DatabaseClient(object):
|
|
7593
7593
|
:rtype: :class:`~oci.response.Response`
|
7594
7594
|
|
7595
7595
|
:example:
|
7596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
|
7597
7597
|
"""
|
7598
7598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7599
7599
|
required_arguments = ['backupDestinationId']
|
@@ -7696,7 +7696,7 @@ class DatabaseClient(object):
|
|
7696
7696
|
:rtype: :class:`~oci.response.Response`
|
7697
7697
|
|
7698
7698
|
:example:
|
7699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
|
7700
7700
|
"""
|
7701
7701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7702
7702
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -7802,7 +7802,7 @@ class DatabaseClient(object):
|
|
7802
7802
|
:rtype: :class:`~oci.response.Response`
|
7803
7803
|
|
7804
7804
|
:example:
|
7805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
|
7806
7806
|
"""
|
7807
7807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7808
7808
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -7913,7 +7913,7 @@ class DatabaseClient(object):
|
|
7913
7913
|
:rtype: :class:`~oci.response.Response`
|
7914
7914
|
|
7915
7915
|
:example:
|
7916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
|
7917
7917
|
"""
|
7918
7918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7919
7919
|
required_arguments = ['cloudVmClusterId']
|
@@ -8016,7 +8016,7 @@ class DatabaseClient(object):
|
|
8016
8016
|
:rtype: :class:`~oci.response.Response`
|
8017
8017
|
|
8018
8018
|
:example:
|
8019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
|
8020
8020
|
"""
|
8021
8021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8022
8022
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -8121,7 +8121,7 @@ class DatabaseClient(object):
|
|
8121
8121
|
:rtype: :class:`~oci.response.Response`
|
8122
8122
|
|
8123
8123
|
:example:
|
8124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
8125
8125
|
"""
|
8126
8126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8127
8127
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -8234,7 +8234,7 @@ class DatabaseClient(object):
|
|
8234
8234
|
:rtype: :class:`~oci.response.Response`
|
8235
8235
|
|
8236
8236
|
:example:
|
8237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
|
8238
8238
|
"""
|
8239
8239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8240
8240
|
required_arguments = ['databaseId']
|
@@ -8342,7 +8342,7 @@ class DatabaseClient(object):
|
|
8342
8342
|
:rtype: :class:`~oci.response.Response`
|
8343
8343
|
|
8344
8344
|
:example:
|
8345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
|
8346
8346
|
"""
|
8347
8347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8348
8348
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -8449,7 +8449,7 @@ class DatabaseClient(object):
|
|
8449
8449
|
:rtype: :class:`~oci.response.Response`
|
8450
8450
|
|
8451
8451
|
:example:
|
8452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
|
8453
8453
|
"""
|
8454
8454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8455
8455
|
required_arguments = ['dbHomeId']
|
@@ -8558,7 +8558,7 @@ class DatabaseClient(object):
|
|
8558
8558
|
:rtype: :class:`~oci.response.Response`
|
8559
8559
|
|
8560
8560
|
:example:
|
8561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
|
8562
8562
|
"""
|
8563
8563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8564
8564
|
required_arguments = ['exadataInfrastructureId']
|
@@ -8663,7 +8663,7 @@ class DatabaseClient(object):
|
|
8663
8663
|
:rtype: :class:`~oci.response.Response`
|
8664
8664
|
|
8665
8665
|
:example:
|
8666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
|
8667
8667
|
"""
|
8668
8668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8669
8669
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -8769,7 +8769,7 @@ class DatabaseClient(object):
|
|
8769
8769
|
:rtype: :class:`~oci.response.Response`
|
8770
8770
|
|
8771
8771
|
:example:
|
8772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
|
8773
8773
|
"""
|
8774
8774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8775
8775
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -8872,7 +8872,7 @@ class DatabaseClient(object):
|
|
8872
8872
|
:rtype: :class:`~oci.response.Response`
|
8873
8873
|
|
8874
8874
|
:example:
|
8875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
|
8876
8876
|
"""
|
8877
8877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8878
8878
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -8976,7 +8976,7 @@ class DatabaseClient(object):
|
|
8976
8976
|
:rtype: :class:`~oci.response.Response`
|
8977
8977
|
|
8978
8978
|
:example:
|
8979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
|
8980
8980
|
"""
|
8981
8981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8982
8982
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -9079,7 +9079,7 @@ class DatabaseClient(object):
|
|
9079
9079
|
:rtype: :class:`~oci.response.Response`
|
9080
9080
|
|
9081
9081
|
:example:
|
9082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
|
9083
9083
|
"""
|
9084
9084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9085
9085
|
required_arguments = ['keyStoreId']
|
@@ -9182,7 +9182,7 @@ class DatabaseClient(object):
|
|
9182
9182
|
:rtype: :class:`~oci.response.Response`
|
9183
9183
|
|
9184
9184
|
:example:
|
9185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
|
9186
9186
|
"""
|
9187
9187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9188
9188
|
required_arguments = ['oneoffPatchId']
|
@@ -9285,7 +9285,7 @@ class DatabaseClient(object):
|
|
9285
9285
|
:rtype: :class:`~oci.response.Response`
|
9286
9286
|
|
9287
9287
|
:example:
|
9288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
|
9289
9289
|
"""
|
9290
9290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9291
9291
|
required_arguments = ['pluggableDatabaseId']
|
@@ -9388,7 +9388,7 @@ class DatabaseClient(object):
|
|
9388
9388
|
:rtype: :class:`~oci.response.Response`
|
9389
9389
|
|
9390
9390
|
:example:
|
9391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
|
9392
9392
|
"""
|
9393
9393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9394
9394
|
required_arguments = ['vmClusterId']
|
@@ -9497,7 +9497,7 @@ class DatabaseClient(object):
|
|
9497
9497
|
:rtype: :class:`~oci.response.Response`
|
9498
9498
|
|
9499
9499
|
:example:
|
9500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
|
9501
9501
|
"""
|
9502
9502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9503
9503
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -9599,7 +9599,7 @@ class DatabaseClient(object):
|
|
9599
9599
|
:rtype: :class:`~oci.response.Response`
|
9600
9600
|
|
9601
9601
|
:example:
|
9602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
|
9603
9603
|
"""
|
9604
9604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9605
9605
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9698,7 +9698,7 @@ class DatabaseClient(object):
|
|
9698
9698
|
:rtype: :class:`~oci.response.Response`
|
9699
9699
|
|
9700
9700
|
:example:
|
9701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
|
9702
9702
|
"""
|
9703
9703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9704
9704
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9794,7 +9794,7 @@ class DatabaseClient(object):
|
|
9794
9794
|
:rtype: :class:`~oci.response.Response`
|
9795
9795
|
|
9796
9796
|
:example:
|
9797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
|
9798
9798
|
"""
|
9799
9799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9800
9800
|
required_arguments = ['autonomousDatabaseId']
|
@@ -9902,7 +9902,7 @@ class DatabaseClient(object):
|
|
9902
9902
|
:rtype: :class:`~oci.response.Response`
|
9903
9903
|
|
9904
9904
|
:example:
|
9905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
|
9906
9906
|
"""
|
9907
9907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9908
9908
|
required_arguments = ['databaseId']
|
@@ -10017,7 +10017,7 @@ class DatabaseClient(object):
|
|
10017
10017
|
:rtype: :class:`~oci.response.Response`
|
10018
10018
|
|
10019
10019
|
:example:
|
10020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
10021
10021
|
"""
|
10022
10022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10023
10023
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10130,7 +10130,7 @@ class DatabaseClient(object):
|
|
10130
10130
|
:rtype: :class:`~oci.response.Response`
|
10131
10131
|
|
10132
10132
|
:example:
|
10133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
10134
10134
|
"""
|
10135
10135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10136
10136
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -10247,7 +10247,7 @@ class DatabaseClient(object):
|
|
10247
10247
|
:rtype: :class:`~oci.response.Response`
|
10248
10248
|
|
10249
10249
|
:example:
|
10250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
10251
10251
|
"""
|
10252
10252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10253
10253
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10360,7 +10360,7 @@ class DatabaseClient(object):
|
|
10360
10360
|
:rtype: :class:`~oci.response.Response`
|
10361
10361
|
|
10362
10362
|
:example:
|
10363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
10364
10364
|
"""
|
10365
10365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10366
10366
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10473,7 +10473,7 @@ class DatabaseClient(object):
|
|
10473
10473
|
:rtype: :class:`~oci.response.Response`
|
10474
10474
|
|
10475
10475
|
:example:
|
10476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
10477
10477
|
"""
|
10478
10478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10479
10479
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -10590,7 +10590,7 @@ class DatabaseClient(object):
|
|
10590
10590
|
:rtype: :class:`~oci.response.Response`
|
10591
10591
|
|
10592
10592
|
:example:
|
10593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
10594
10594
|
"""
|
10595
10595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10596
10596
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10703,7 +10703,7 @@ class DatabaseClient(object):
|
|
10703
10703
|
:rtype: :class:`~oci.response.Response`
|
10704
10704
|
|
10705
10705
|
:example:
|
10706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
10707
10707
|
"""
|
10708
10708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10709
10709
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10816,7 +10816,7 @@ class DatabaseClient(object):
|
|
10816
10816
|
:rtype: :class:`~oci.response.Response`
|
10817
10817
|
|
10818
10818
|
:example:
|
10819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
10820
10820
|
"""
|
10821
10821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10822
10822
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -10929,7 +10929,7 @@ class DatabaseClient(object):
|
|
10929
10929
|
:rtype: :class:`~oci.response.Response`
|
10930
10930
|
|
10931
10931
|
:example:
|
10932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
|
10933
10933
|
"""
|
10934
10934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10935
10935
|
required_arguments = ['pluggableDatabaseId']
|
@@ -11039,7 +11039,7 @@ class DatabaseClient(object):
|
|
11039
11039
|
:rtype: :class:`~oci.response.Response`
|
11040
11040
|
|
11041
11041
|
:example:
|
11042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
|
11043
11043
|
"""
|
11044
11044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11045
11045
|
required_arguments = ['exadataInfrastructureId']
|
@@ -11152,7 +11152,7 @@ class DatabaseClient(object):
|
|
11152
11152
|
:rtype: :class:`~oci.response.Response`
|
11153
11153
|
|
11154
11154
|
:example:
|
11155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
|
11156
11156
|
"""
|
11157
11157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11158
11158
|
required_arguments = ['oneoffPatchId']
|
@@ -11267,7 +11267,7 @@ class DatabaseClient(object):
|
|
11267
11267
|
:rtype: :class:`~oci.response.Response`
|
11268
11268
|
|
11269
11269
|
:example:
|
11270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
|
11271
11271
|
"""
|
11272
11272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11273
11273
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11381,7 +11381,7 @@ class DatabaseClient(object):
|
|
11381
11381
|
:rtype: :class:`~oci.response.Response`
|
11382
11382
|
|
11383
11383
|
:example:
|
11384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
11385
11385
|
"""
|
11386
11386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11387
11387
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -11483,7 +11483,7 @@ class DatabaseClient(object):
|
|
11483
11483
|
:rtype: :class:`~oci.response.Response`
|
11484
11484
|
|
11485
11485
|
:example:
|
11486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
|
11487
11487
|
"""
|
11488
11488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11489
11489
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11579,7 +11579,7 @@ class DatabaseClient(object):
|
|
11579
11579
|
:rtype: :class:`~oci.response.Response`
|
11580
11580
|
|
11581
11581
|
:example:
|
11582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
|
11583
11583
|
"""
|
11584
11584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11585
11585
|
required_arguments = ['autonomousDatabaseId']
|
@@ -11690,7 +11690,7 @@ class DatabaseClient(object):
|
|
11690
11690
|
:rtype: :class:`~oci.response.Response`
|
11691
11691
|
|
11692
11692
|
:example:
|
11693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
|
11694
11694
|
"""
|
11695
11695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11696
11696
|
required_arguments = ['databaseId']
|
@@ -11814,7 +11814,7 @@ class DatabaseClient(object):
|
|
11814
11814
|
:rtype: :class:`~oci.response.Response`
|
11815
11815
|
|
11816
11816
|
:example:
|
11817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
11818
11818
|
"""
|
11819
11819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11820
11820
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -11932,7 +11932,7 @@ class DatabaseClient(object):
|
|
11932
11932
|
:rtype: :class:`~oci.response.Response`
|
11933
11933
|
|
11934
11934
|
:example:
|
11935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
11936
11936
|
"""
|
11937
11937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11938
11938
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -12054,7 +12054,7 @@ class DatabaseClient(object):
|
|
12054
12054
|
:rtype: :class:`~oci.response.Response`
|
12055
12055
|
|
12056
12056
|
:example:
|
12057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
12058
12058
|
"""
|
12059
12059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12060
12060
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12172,7 +12172,7 @@ class DatabaseClient(object):
|
|
12172
12172
|
:rtype: :class:`~oci.response.Response`
|
12173
12173
|
|
12174
12174
|
:example:
|
12175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
12176
12176
|
"""
|
12177
12177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12178
12178
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12290,7 +12290,7 @@ class DatabaseClient(object):
|
|
12290
12290
|
:rtype: :class:`~oci.response.Response`
|
12291
12291
|
|
12292
12292
|
:example:
|
12293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
12294
12294
|
"""
|
12295
12295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12296
12296
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -12412,7 +12412,7 @@ class DatabaseClient(object):
|
|
12412
12412
|
:rtype: :class:`~oci.response.Response`
|
12413
12413
|
|
12414
12414
|
:example:
|
12415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
12416
12416
|
"""
|
12417
12417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12418
12418
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12530,7 +12530,7 @@ class DatabaseClient(object):
|
|
12530
12530
|
:rtype: :class:`~oci.response.Response`
|
12531
12531
|
|
12532
12532
|
:example:
|
12533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
12534
12534
|
"""
|
12535
12535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12536
12536
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12648,7 +12648,7 @@ class DatabaseClient(object):
|
|
12648
12648
|
:rtype: :class:`~oci.response.Response`
|
12649
12649
|
|
12650
12650
|
:example:
|
12651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
12652
12652
|
"""
|
12653
12653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12654
12654
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -12766,7 +12766,7 @@ class DatabaseClient(object):
|
|
12766
12766
|
:rtype: :class:`~oci.response.Response`
|
12767
12767
|
|
12768
12768
|
:example:
|
12769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
|
12770
12770
|
"""
|
12771
12771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12772
12772
|
required_arguments = ['pluggableDatabaseId']
|
@@ -12844,9 +12844,12 @@ class DatabaseClient(object):
|
|
12844
12844
|
|
12845
12845
|
def fail_over_autonomous_database(self, autonomous_database_id, **kwargs):
|
12846
12846
|
"""
|
12847
|
-
Initiates a failover the specified Autonomous Database to
|
12848
|
-
|
12849
|
-
|
12847
|
+
Initiates a failover of the specified Autonomous Database to the associated peer database. Applicable only to databases with Disaster Recovery enabled.
|
12848
|
+
This API should be called in the remote region where the peer database resides.
|
12849
|
+
Below parameter is optional:
|
12850
|
+
- `peerDbId`
|
12851
|
+
Use this parameter to specify the database OCID of the Disaster Recovery peer, which is located in a different (remote) region from the current peer database.
|
12852
|
+
If this parameter is not provided, the failover will happen in the same region.
|
12850
12853
|
|
12851
12854
|
|
12852
12855
|
:param str autonomous_database_id: (required)
|
@@ -12870,9 +12873,7 @@ class DatabaseClient(object):
|
|
12870
12873
|
Unique identifier for the request.
|
12871
12874
|
|
12872
12875
|
:param str peer_db_id: (optional)
|
12873
|
-
The database
|
12874
|
-
|
12875
|
-
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
12876
|
+
The database OCID(/Content/General/Concepts/identifiers.htm) of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
|
12876
12877
|
|
12877
12878
|
:param obj retry_strategy: (optional)
|
12878
12879
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -12890,7 +12891,7 @@ class DatabaseClient(object):
|
|
12890
12891
|
:rtype: :class:`~oci.response.Response`
|
12891
12892
|
|
12892
12893
|
:example:
|
12893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
|
12894
12895
|
"""
|
12895
12896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12896
12897
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13010,7 +13011,7 @@ class DatabaseClient(object):
|
|
13010
13011
|
:rtype: :class:`~oci.response.Response`
|
13011
13012
|
|
13012
13013
|
:example:
|
13013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
13014
13015
|
"""
|
13015
13016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13016
13017
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -13123,7 +13124,7 @@ class DatabaseClient(object):
|
|
13123
13124
|
:rtype: :class:`~oci.response.Response`
|
13124
13125
|
|
13125
13126
|
:example:
|
13126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
|
13127
13128
|
"""
|
13128
13129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13129
13130
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -13234,7 +13235,7 @@ class DatabaseClient(object):
|
|
13234
13235
|
:rtype: :class:`~oci.response.Response`
|
13235
13236
|
|
13236
13237
|
:example:
|
13237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
|
13238
13239
|
"""
|
13239
13240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13240
13241
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13347,7 +13348,7 @@ class DatabaseClient(object):
|
|
13347
13348
|
:rtype: :class:`~oci.response.Response`
|
13348
13349
|
|
13349
13350
|
:example:
|
13350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
|
13351
13352
|
"""
|
13352
13353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13353
13354
|
required_arguments = ['exadataInfrastructureId']
|
@@ -13450,7 +13451,7 @@ class DatabaseClient(object):
|
|
13450
13451
|
:rtype: :class:`~oci.response.Response`
|
13451
13452
|
|
13452
13453
|
:example:
|
13453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
|
13454
13455
|
"""
|
13455
13456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13456
13457
|
required_arguments = ['applicationVipId']
|
@@ -13545,7 +13546,7 @@ class DatabaseClient(object):
|
|
13545
13546
|
:rtype: :class:`~oci.response.Response`
|
13546
13547
|
|
13547
13548
|
:example:
|
13548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
|
13549
13550
|
"""
|
13550
13551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13551
13552
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -13638,7 +13639,7 @@ class DatabaseClient(object):
|
|
13638
13639
|
:rtype: :class:`~oci.response.Response`
|
13639
13640
|
|
13640
13641
|
:example:
|
13641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
13642
13643
|
"""
|
13643
13644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13644
13645
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -13730,7 +13731,7 @@ class DatabaseClient(object):
|
|
13730
13731
|
:rtype: :class:`~oci.response.Response`
|
13731
13732
|
|
13732
13733
|
:example:
|
13733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
13734
13735
|
"""
|
13735
13736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13736
13737
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -13828,7 +13829,7 @@ class DatabaseClient(object):
|
|
13828
13829
|
:rtype: :class:`~oci.response.Response`
|
13829
13830
|
|
13830
13831
|
:example:
|
13831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
|
13832
13833
|
"""
|
13833
13834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13834
13835
|
required_arguments = ['autonomousDatabaseId']
|
@@ -13926,7 +13927,7 @@ class DatabaseClient(object):
|
|
13926
13927
|
:rtype: :class:`~oci.response.Response`
|
13927
13928
|
|
13928
13929
|
:example:
|
13929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
|
13930
13931
|
"""
|
13931
13932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13932
13933
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -14029,7 +14030,7 @@ class DatabaseClient(object):
|
|
14029
14030
|
:rtype: :class:`~oci.response.Response`
|
14030
14031
|
|
14031
14032
|
:example:
|
14032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
|
14033
14034
|
"""
|
14034
14035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14035
14036
|
required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
|
@@ -14123,7 +14124,7 @@ class DatabaseClient(object):
|
|
14123
14124
|
:rtype: :class:`~oci.response.Response`
|
14124
14125
|
|
14125
14126
|
:example:
|
14126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
|
14127
14128
|
"""
|
14128
14129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14129
14130
|
required_arguments = []
|
@@ -14209,7 +14210,7 @@ class DatabaseClient(object):
|
|
14209
14210
|
:rtype: :class:`~oci.response.Response`
|
14210
14211
|
|
14211
14212
|
:example:
|
14212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
|
14213
14214
|
"""
|
14214
14215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14215
14216
|
required_arguments = ['autonomousDatabaseId']
|
@@ -14304,7 +14305,7 @@ class DatabaseClient(object):
|
|
14304
14305
|
:rtype: :class:`~oci.response.Response`
|
14305
14306
|
|
14306
14307
|
:example:
|
14307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14308
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
|
14308
14309
|
"""
|
14309
14310
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14310
14311
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -14392,7 +14393,7 @@ class DatabaseClient(object):
|
|
14392
14393
|
:rtype: :class:`~oci.response.Response`
|
14393
14394
|
|
14394
14395
|
:example:
|
14395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
|
14396
14397
|
"""
|
14397
14398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14398
14399
|
required_arguments = ['autonomousPatchId']
|
@@ -14483,7 +14484,7 @@ class DatabaseClient(object):
|
|
14483
14484
|
:rtype: :class:`~oci.response.Response`
|
14484
14485
|
|
14485
14486
|
:example:
|
14486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
|
14487
14488
|
"""
|
14488
14489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14489
14490
|
required_arguments = ['autonomousVirtualMachineId']
|
@@ -14581,7 +14582,7 @@ class DatabaseClient(object):
|
|
14581
14582
|
:rtype: :class:`~oci.response.Response`
|
14582
14583
|
|
14583
14584
|
:example:
|
14584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
|
14585
14586
|
"""
|
14586
14587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14587
14588
|
required_arguments = ['autonomousVmClusterId']
|
@@ -14679,7 +14680,7 @@ class DatabaseClient(object):
|
|
14679
14680
|
:rtype: :class:`~oci.response.Response`
|
14680
14681
|
|
14681
14682
|
:example:
|
14682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
14683
14684
|
"""
|
14684
14685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14685
14686
|
required_arguments = ['autonomousVmClusterId']
|
@@ -14774,7 +14775,7 @@ class DatabaseClient(object):
|
|
14774
14775
|
:rtype: :class:`~oci.response.Response`
|
14775
14776
|
|
14776
14777
|
:example:
|
14777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
14778
14779
|
"""
|
14779
14780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14780
14781
|
required_arguments = ['backupId']
|
@@ -14865,7 +14866,7 @@ class DatabaseClient(object):
|
|
14865
14866
|
:rtype: :class:`~oci.response.Response`
|
14866
14867
|
|
14867
14868
|
:example:
|
14868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
|
14869
14870
|
"""
|
14870
14871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14871
14872
|
required_arguments = ['backupDestinationId']
|
@@ -14963,7 +14964,7 @@ class DatabaseClient(object):
|
|
14963
14964
|
:rtype: :class:`~oci.response.Response`
|
14964
14965
|
|
14965
14966
|
:example:
|
14966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
|
14967
14968
|
"""
|
14968
14969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14969
14970
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15061,7 +15062,7 @@ class DatabaseClient(object):
|
|
15061
15062
|
:rtype: :class:`~oci.response.Response`
|
15062
15063
|
|
15063
15064
|
:example:
|
15064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
15065
15066
|
"""
|
15066
15067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15067
15068
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -15159,7 +15160,7 @@ class DatabaseClient(object):
|
|
15159
15160
|
:rtype: :class:`~oci.response.Response`
|
15160
15161
|
|
15161
15162
|
:example:
|
15162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
|
15163
15164
|
"""
|
15164
15165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15165
15166
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15262,7 +15263,7 @@ class DatabaseClient(object):
|
|
15262
15263
|
:rtype: :class:`~oci.response.Response`
|
15263
15264
|
|
15264
15265
|
:example:
|
15265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
15266
15267
|
"""
|
15267
15268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15268
15269
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -15368,7 +15369,7 @@ class DatabaseClient(object):
|
|
15368
15369
|
:rtype: :class:`~oci.response.Response`
|
15369
15370
|
|
15370
15371
|
:example:
|
15371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
|
15372
15373
|
"""
|
15373
15374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15374
15375
|
required_arguments = ['cloudVmClusterId']
|
@@ -15467,7 +15468,7 @@ class DatabaseClient(object):
|
|
15467
15468
|
:rtype: :class:`~oci.response.Response`
|
15468
15469
|
|
15469
15470
|
:example:
|
15470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
15471
15472
|
"""
|
15472
15473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15473
15474
|
required_arguments = ['cloudVmClusterId']
|
@@ -15570,7 +15571,7 @@ class DatabaseClient(object):
|
|
15570
15571
|
:rtype: :class:`~oci.response.Response`
|
15571
15572
|
|
15572
15573
|
:example:
|
15573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
|
15574
15575
|
"""
|
15575
15576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15576
15577
|
required_arguments = ['cloudVmClusterId', 'updateId']
|
@@ -15674,7 +15675,7 @@ class DatabaseClient(object):
|
|
15674
15675
|
:rtype: :class:`~oci.response.Response`
|
15675
15676
|
|
15676
15677
|
:example:
|
15677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
15678
15679
|
"""
|
15679
15680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15680
15681
|
required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
|
@@ -15773,7 +15774,7 @@ class DatabaseClient(object):
|
|
15773
15774
|
:rtype: :class:`~oci.response.Response`
|
15774
15775
|
|
15775
15776
|
:example:
|
15776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
|
15777
15778
|
"""
|
15778
15779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15779
15780
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -15868,7 +15869,7 @@ class DatabaseClient(object):
|
|
15868
15869
|
:rtype: :class:`~oci.response.Response`
|
15869
15870
|
|
15870
15871
|
:example:
|
15871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
15872
15873
|
"""
|
15873
15874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15874
15875
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -15970,7 +15971,7 @@ class DatabaseClient(object):
|
|
15970
15971
|
:rtype: :class:`~oci.response.Response`
|
15971
15972
|
|
15972
15973
|
:example:
|
15973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
15974
15975
|
"""
|
15975
15976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15976
15977
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -16071,7 +16072,7 @@ class DatabaseClient(object):
|
|
16071
16072
|
:rtype: :class:`~oci.response.Response`
|
16072
16073
|
|
16073
16074
|
:example:
|
16074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16075
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
|
16075
16076
|
"""
|
16076
16077
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16077
16078
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -16160,7 +16161,7 @@ class DatabaseClient(object):
|
|
16160
16161
|
:rtype: :class:`~oci.response.Response`
|
16161
16162
|
|
16162
16163
|
:example:
|
16163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
|
16164
16165
|
"""
|
16165
16166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16166
16167
|
required_arguments = ['databaseId']
|
@@ -16248,7 +16249,7 @@ class DatabaseClient(object):
|
|
16248
16249
|
:rtype: :class:`~oci.response.Response`
|
16249
16250
|
|
16250
16251
|
:example:
|
16251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
|
16252
16253
|
"""
|
16253
16254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16254
16255
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -16344,7 +16345,7 @@ class DatabaseClient(object):
|
|
16344
16345
|
:rtype: :class:`~oci.response.Response`
|
16345
16346
|
|
16346
16347
|
:example:
|
16347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
|
16348
16349
|
"""
|
16349
16350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16350
16351
|
required_arguments = ['databaseId', 'upgradeHistoryEntryId']
|
@@ -16440,7 +16441,7 @@ class DatabaseClient(object):
|
|
16440
16441
|
:rtype: :class:`~oci.response.Response`
|
16441
16442
|
|
16442
16443
|
:example:
|
16443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
|
16444
16445
|
"""
|
16445
16446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16446
16447
|
required_arguments = ['dbHomeId']
|
@@ -16533,7 +16534,7 @@ class DatabaseClient(object):
|
|
16533
16534
|
:rtype: :class:`~oci.response.Response`
|
16534
16535
|
|
16535
16536
|
:example:
|
16536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
|
16537
16538
|
"""
|
16538
16539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16539
16540
|
required_arguments = ['dbHomeId', 'patchId']
|
@@ -16627,7 +16628,7 @@ class DatabaseClient(object):
|
|
16627
16628
|
:rtype: :class:`~oci.response.Response`
|
16628
16629
|
|
16629
16630
|
:example:
|
16630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
16631
16632
|
"""
|
16632
16633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16633
16634
|
required_arguments = ['dbHomeId', 'patchHistoryEntryId']
|
@@ -16716,7 +16717,7 @@ class DatabaseClient(object):
|
|
16716
16717
|
:rtype: :class:`~oci.response.Response`
|
16717
16718
|
|
16718
16719
|
:example:
|
16719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
|
16720
16721
|
"""
|
16721
16722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16722
16723
|
required_arguments = ['dbNodeId']
|
@@ -16812,7 +16813,7 @@ class DatabaseClient(object):
|
|
16812
16813
|
:rtype: :class:`~oci.response.Response`
|
16813
16814
|
|
16814
16815
|
:example:
|
16815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
|
16816
16817
|
"""
|
16817
16818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16818
16819
|
required_arguments = ['dbServerId', 'exadataInfrastructureId']
|
@@ -16921,7 +16922,7 @@ class DatabaseClient(object):
|
|
16921
16922
|
:rtype: :class:`~oci.response.Response`
|
16922
16923
|
|
16923
16924
|
:example:
|
16924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
16925
16926
|
"""
|
16926
16927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16927
16928
|
required_arguments = ['dbSystemId']
|
@@ -17014,7 +17015,7 @@ class DatabaseClient(object):
|
|
17014
17015
|
:rtype: :class:`~oci.response.Response`
|
17015
17016
|
|
17016
17017
|
:example:
|
17017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
|
17018
17019
|
"""
|
17019
17020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17020
17021
|
required_arguments = ['dbSystemId', 'patchId']
|
@@ -17108,7 +17109,7 @@ class DatabaseClient(object):
|
|
17108
17109
|
:rtype: :class:`~oci.response.Response`
|
17109
17110
|
|
17110
17111
|
:example:
|
17111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
17112
17113
|
"""
|
17113
17114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17114
17115
|
required_arguments = ['dbSystemId', 'patchHistoryEntryId']
|
@@ -17205,7 +17206,7 @@ class DatabaseClient(object):
|
|
17205
17206
|
:rtype: :class:`~oci.response.Response`
|
17206
17207
|
|
17207
17208
|
:example:
|
17208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
17209
17210
|
"""
|
17210
17211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17211
17212
|
required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
|
@@ -17310,7 +17311,7 @@ class DatabaseClient(object):
|
|
17310
17311
|
:rtype: :class:`~oci.response.Response`
|
17311
17312
|
|
17312
17313
|
:example:
|
17313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
|
17314
17315
|
"""
|
17315
17316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17316
17317
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17424,7 +17425,7 @@ class DatabaseClient(object):
|
|
17424
17425
|
:rtype: :class:`~oci.response.Response`
|
17425
17426
|
|
17426
17427
|
:example:
|
17427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
|
17428
17429
|
"""
|
17429
17430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17430
17431
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -17527,7 +17528,7 @@ class DatabaseClient(object):
|
|
17527
17528
|
:rtype: :class:`~oci.response.Response`
|
17528
17529
|
|
17529
17530
|
:example:
|
17530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
17531
17532
|
"""
|
17532
17533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17533
17534
|
required_arguments = ['exadataInfrastructureId']
|
@@ -17644,7 +17645,7 @@ class DatabaseClient(object):
|
|
17644
17645
|
:rtype: :class:`~oci.response.Response`
|
17645
17646
|
|
17646
17647
|
:example:
|
17647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
|
17648
17649
|
"""
|
17649
17650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17650
17651
|
required_arguments = ['dbSystemId']
|
@@ -17743,7 +17744,7 @@ class DatabaseClient(object):
|
|
17743
17744
|
:rtype: :class:`~oci.response.Response`
|
17744
17745
|
|
17745
17746
|
:example:
|
17746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
|
17747
17748
|
"""
|
17748
17749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17749
17750
|
required_arguments = ['backupId']
|
@@ -17834,7 +17835,7 @@ class DatabaseClient(object):
|
|
17834
17835
|
:rtype: :class:`~oci.response.Response`
|
17835
17836
|
|
17836
17837
|
:example:
|
17837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
|
17838
17839
|
"""
|
17839
17840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17840
17841
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -17933,7 +17934,7 @@ class DatabaseClient(object):
|
|
17933
17934
|
:rtype: :class:`~oci.response.Response`
|
17934
17935
|
|
17935
17936
|
:example:
|
17936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
|
17937
17938
|
"""
|
17938
17939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17939
17940
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -18031,7 +18032,7 @@ class DatabaseClient(object):
|
|
18031
18032
|
:rtype: :class:`~oci.response.Response`
|
18032
18033
|
|
18033
18034
|
:example:
|
18034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
|
18035
18036
|
"""
|
18036
18037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18037
18038
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -18130,7 +18131,7 @@ class DatabaseClient(object):
|
|
18130
18131
|
:rtype: :class:`~oci.response.Response`
|
18131
18132
|
|
18132
18133
|
:example:
|
18133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
|
18134
18135
|
"""
|
18135
18136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18136
18137
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -18237,7 +18238,7 @@ class DatabaseClient(object):
|
|
18237
18238
|
:rtype: :class:`~oci.response.Response`
|
18238
18239
|
|
18239
18240
|
:example:
|
18240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
|
18241
18242
|
"""
|
18242
18243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18243
18244
|
required_arguments = ['compartmentId']
|
@@ -18341,7 +18342,7 @@ class DatabaseClient(object):
|
|
18341
18342
|
:rtype: :class:`~oci.response.Response`
|
18342
18343
|
|
18343
18344
|
:example:
|
18344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
|
18345
18346
|
"""
|
18346
18347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18347
18348
|
required_arguments = ['keyStoreId']
|
@@ -18434,7 +18435,7 @@ class DatabaseClient(object):
|
|
18434
18435
|
:rtype: :class:`~oci.response.Response`
|
18435
18436
|
|
18436
18437
|
:example:
|
18437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
|
18438
18439
|
"""
|
18439
18440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18440
18441
|
required_arguments = ['maintenanceRunId']
|
@@ -18520,7 +18521,7 @@ class DatabaseClient(object):
|
|
18520
18521
|
:rtype: :class:`~oci.response.Response`
|
18521
18522
|
|
18522
18523
|
:example:
|
18523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
|
18524
18525
|
"""
|
18525
18526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18526
18527
|
required_arguments = ['maintenanceRunHistoryId']
|
@@ -18611,7 +18612,7 @@ class DatabaseClient(object):
|
|
18611
18612
|
:rtype: :class:`~oci.response.Response`
|
18612
18613
|
|
18613
18614
|
:example:
|
18614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
|
18615
18616
|
"""
|
18616
18617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18617
18618
|
required_arguments = ['oneoffPatchId']
|
@@ -18714,7 +18715,7 @@ class DatabaseClient(object):
|
|
18714
18715
|
:rtype: :class:`~oci.response.Response`
|
18715
18716
|
|
18716
18717
|
:example:
|
18717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
|
18718
18719
|
"""
|
18719
18720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18720
18721
|
required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
|
@@ -18810,7 +18811,7 @@ class DatabaseClient(object):
|
|
18810
18811
|
:rtype: :class:`~oci.response.Response`
|
18811
18812
|
|
18812
18813
|
:example:
|
18813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
|
18814
18815
|
"""
|
18815
18816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18816
18817
|
required_arguments = ['pluggableDatabaseId']
|
@@ -18901,7 +18902,7 @@ class DatabaseClient(object):
|
|
18901
18902
|
:rtype: :class:`~oci.response.Response`
|
18902
18903
|
|
18903
18904
|
:example:
|
18904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
|
18905
18906
|
"""
|
18906
18907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18907
18908
|
required_arguments = ['vmClusterId']
|
@@ -19005,7 +19006,7 @@ class DatabaseClient(object):
|
|
19005
19006
|
:rtype: :class:`~oci.response.Response`
|
19006
19007
|
|
19007
19008
|
:example:
|
19008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
|
19009
19010
|
"""
|
19010
19011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19011
19012
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -19106,7 +19107,7 @@ class DatabaseClient(object):
|
|
19106
19107
|
:rtype: :class:`~oci.response.Response`
|
19107
19108
|
|
19108
19109
|
:example:
|
19109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
|
19110
19111
|
"""
|
19111
19112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19112
19113
|
required_arguments = ['vmClusterId', 'patchId']
|
@@ -19200,7 +19201,7 @@ class DatabaseClient(object):
|
|
19200
19201
|
:rtype: :class:`~oci.response.Response`
|
19201
19202
|
|
19202
19203
|
:example:
|
19203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
19204
19205
|
"""
|
19205
19206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19206
19207
|
required_arguments = ['vmClusterId', 'patchHistoryEntryId']
|
@@ -19297,7 +19298,7 @@ class DatabaseClient(object):
|
|
19297
19298
|
:rtype: :class:`~oci.response.Response`
|
19298
19299
|
|
19299
19300
|
:example:
|
19300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
|
19301
19302
|
"""
|
19302
19303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19303
19304
|
required_arguments = ['vmClusterId', 'updateId']
|
@@ -19401,7 +19402,7 @@ class DatabaseClient(object):
|
|
19401
19402
|
:rtype: :class:`~oci.response.Response`
|
19402
19403
|
|
19403
19404
|
:example:
|
19404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
19405
19406
|
"""
|
19406
19407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19407
19408
|
required_arguments = ['vmClusterId', 'updateHistoryEntryId']
|
@@ -19502,7 +19503,7 @@ class DatabaseClient(object):
|
|
19502
19503
|
:rtype: :class:`~oci.response.Response`
|
19503
19504
|
|
19504
19505
|
:example:
|
19505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
|
19506
19507
|
"""
|
19507
19508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19508
19509
|
required_arguments = []
|
@@ -19614,7 +19615,7 @@ class DatabaseClient(object):
|
|
19614
19615
|
:rtype: :class:`~oci.response.Response`
|
19615
19616
|
|
19616
19617
|
:example:
|
19617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
|
19618
19619
|
"""
|
19619
19620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19620
19621
|
required_arguments = []
|
@@ -19732,7 +19733,7 @@ class DatabaseClient(object):
|
|
19732
19733
|
:rtype: :class:`~oci.response.Response`
|
19733
19734
|
|
19734
19735
|
:example:
|
19735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
|
19736
19737
|
"""
|
19737
19738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19738
19739
|
required_arguments = ['compartmentId', 'cloudVmClusterId']
|
@@ -19860,7 +19861,7 @@ class DatabaseClient(object):
|
|
19860
19861
|
:rtype: :class:`~oci.response.Response`
|
19861
19862
|
|
19862
19863
|
:example:
|
19863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
19864
19865
|
"""
|
19865
19866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19866
19867
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -19981,7 +19982,7 @@ class DatabaseClient(object):
|
|
19981
19982
|
:rtype: :class:`~oci.response.Response`
|
19982
19983
|
|
19983
19984
|
:example:
|
19984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
|
19985
19986
|
"""
|
19986
19987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19987
19988
|
required_arguments = ['compartmentId', 'serviceComponent']
|
@@ -20143,7 +20144,7 @@ class DatabaseClient(object):
|
|
20143
20144
|
:rtype: :class:`~oci.response.Response`
|
20144
20145
|
|
20145
20146
|
:example:
|
20146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
|
20147
20148
|
"""
|
20148
20149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20149
20150
|
required_arguments = ['compartmentId']
|
@@ -20319,7 +20320,7 @@ class DatabaseClient(object):
|
|
20319
20320
|
:rtype: :class:`~oci.response.Response`
|
20320
20321
|
|
20321
20322
|
:example:
|
20322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
|
20323
20324
|
"""
|
20324
20325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20325
20326
|
required_arguments = []
|
@@ -20456,7 +20457,7 @@ class DatabaseClient(object):
|
|
20456
20457
|
:rtype: :class:`~oci.response.Response`
|
20457
20458
|
|
20458
20459
|
:example:
|
20459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
|
20460
20461
|
"""
|
20461
20462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20462
20463
|
required_arguments = []
|
@@ -20597,7 +20598,7 @@ class DatabaseClient(object):
|
|
20597
20598
|
:rtype: :class:`~oci.response.Response`
|
20598
20599
|
|
20599
20600
|
:example:
|
20600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
|
20601
20602
|
"""
|
20602
20603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20603
20604
|
required_arguments = ['autonomousDatabaseId', 'compartmentId']
|
@@ -20747,7 +20748,7 @@ class DatabaseClient(object):
|
|
20747
20748
|
:rtype: :class:`~oci.response.Response`
|
20748
20749
|
|
20749
20750
|
:example:
|
20750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
|
20751
20752
|
"""
|
20752
20753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20753
20754
|
required_arguments = ['autonomousDatabaseId']
|
@@ -20858,7 +20859,7 @@ class DatabaseClient(object):
|
|
20858
20859
|
:rtype: :class:`~oci.response.Response`
|
20859
20860
|
|
20860
20861
|
:example:
|
20861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
|
20862
20863
|
"""
|
20863
20864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20864
20865
|
required_arguments = ['autonomousDatabaseId']
|
@@ -21029,7 +21030,7 @@ class DatabaseClient(object):
|
|
21029
21030
|
:rtype: :class:`~oci.response.Response`
|
21030
21031
|
|
21031
21032
|
:example:
|
21032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
|
21033
21034
|
"""
|
21034
21035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21035
21036
|
required_arguments = ['compartmentId']
|
@@ -21206,7 +21207,7 @@ class DatabaseClient(object):
|
|
21206
21207
|
:rtype: :class:`~oci.response.Response`
|
21207
21208
|
|
21208
21209
|
:example:
|
21209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
|
21210
21211
|
"""
|
21211
21212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21212
21213
|
required_arguments = ['compartmentId']
|
@@ -21337,7 +21338,7 @@ class DatabaseClient(object):
|
|
21337
21338
|
:rtype: :class:`~oci.response.Response`
|
21338
21339
|
|
21339
21340
|
:example:
|
21340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
|
21341
21342
|
"""
|
21342
21343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21343
21344
|
required_arguments = ['compartmentId']
|
@@ -21461,7 +21462,7 @@ class DatabaseClient(object):
|
|
21461
21462
|
:rtype: :class:`~oci.response.Response`
|
21462
21463
|
|
21463
21464
|
:example:
|
21464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
|
21465
21466
|
"""
|
21466
21467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21467
21468
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -21585,7 +21586,7 @@ class DatabaseClient(object):
|
|
21585
21586
|
:rtype: :class:`~oci.response.Response`
|
21586
21587
|
|
21587
21588
|
:example:
|
21588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
|
21589
21590
|
"""
|
21590
21591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21591
21592
|
required_arguments = ['compartmentId']
|
@@ -21726,7 +21727,7 @@ class DatabaseClient(object):
|
|
21726
21727
|
:rtype: :class:`~oci.response.Response`
|
21727
21728
|
|
21728
21729
|
:example:
|
21729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
|
21730
21731
|
"""
|
21731
21732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21732
21733
|
required_arguments = ['compartmentId', 'autonomousVmClusterId']
|
@@ -21844,7 +21845,7 @@ class DatabaseClient(object):
|
|
21844
21845
|
:rtype: :class:`~oci.response.Response`
|
21845
21846
|
|
21846
21847
|
:example:
|
21847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
21848
21849
|
"""
|
21849
21850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21850
21851
|
required_arguments = ['autonomousVmClusterId']
|
@@ -21981,7 +21982,7 @@ class DatabaseClient(object):
|
|
21981
21982
|
:rtype: :class:`~oci.response.Response`
|
21982
21983
|
|
21983
21984
|
:example:
|
21984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
|
21985
21986
|
"""
|
21986
21987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21987
21988
|
required_arguments = ['compartmentId']
|
@@ -22118,7 +22119,7 @@ class DatabaseClient(object):
|
|
22118
22119
|
:rtype: :class:`~oci.response.Response`
|
22119
22120
|
|
22120
22121
|
:example:
|
22121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
|
22122
22123
|
"""
|
22123
22124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22124
22125
|
required_arguments = ['compartmentId']
|
@@ -22225,7 +22226,7 @@ class DatabaseClient(object):
|
|
22225
22226
|
:rtype: :class:`~oci.response.Response`
|
22226
22227
|
|
22227
22228
|
:example:
|
22228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
22229
22230
|
"""
|
22230
22231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22231
22232
|
required_arguments = []
|
@@ -22334,7 +22335,7 @@ class DatabaseClient(object):
|
|
22334
22335
|
:rtype: :class:`~oci.response.Response`
|
22335
22336
|
|
22336
22337
|
:example:
|
22337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
22338
22339
|
"""
|
22339
22340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22340
22341
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -22474,7 +22475,7 @@ class DatabaseClient(object):
|
|
22474
22475
|
:rtype: :class:`~oci.response.Response`
|
22475
22476
|
|
22476
22477
|
:example:
|
22477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
|
22478
22479
|
"""
|
22479
22480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22480
22481
|
required_arguments = ['compartmentId']
|
@@ -22612,6 +22613,9 @@ class DatabaseClient(object):
|
|
22612
22613
|
:param str display_name: (optional)
|
22613
22614
|
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
22614
22615
|
|
22616
|
+
:param str cluster_placement_group_id: (optional)
|
22617
|
+
A filter to return only resources that match the given cluster placement group ID exactly.
|
22618
|
+
|
22615
22619
|
:param obj retry_strategy: (optional)
|
22616
22620
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
22617
22621
|
|
@@ -22628,7 +22632,7 @@ class DatabaseClient(object):
|
|
22628
22632
|
:rtype: :class:`~oci.response.Response`
|
22629
22633
|
|
22630
22634
|
:example:
|
22631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
|
22632
22636
|
"""
|
22633
22637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22634
22638
|
required_arguments = ['compartmentId']
|
@@ -22647,7 +22651,8 @@ class DatabaseClient(object):
|
|
22647
22651
|
"sort_by",
|
22648
22652
|
"sort_order",
|
22649
22653
|
"lifecycle_state",
|
22650
|
-
"display_name"
|
22654
|
+
"display_name",
|
22655
|
+
"cluster_placement_group_id"
|
22651
22656
|
]
|
22652
22657
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
22653
22658
|
if extra_kwargs:
|
@@ -22682,7 +22687,8 @@ class DatabaseClient(object):
|
|
22682
22687
|
"sortBy": kwargs.get("sort_by", missing),
|
22683
22688
|
"sortOrder": kwargs.get("sort_order", missing),
|
22684
22689
|
"lifecycleState": kwargs.get("lifecycle_state", missing),
|
22685
|
-
"displayName": kwargs.get("display_name", missing)
|
22690
|
+
"displayName": kwargs.get("display_name", missing),
|
22691
|
+
"clusterPlacementGroupId": kwargs.get("cluster_placement_group_id", missing)
|
22686
22692
|
}
|
22687
22693
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
22688
22694
|
|
@@ -22765,7 +22771,7 @@ class DatabaseClient(object):
|
|
22765
22771
|
:rtype: :class:`~oci.response.Response`
|
22766
22772
|
|
22767
22773
|
:example:
|
22768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
22769
22775
|
"""
|
22770
22776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22771
22777
|
required_arguments = ['cloudVmClusterId']
|
@@ -22893,7 +22899,7 @@ class DatabaseClient(object):
|
|
22893
22899
|
:rtype: :class:`~oci.response.Response`
|
22894
22900
|
|
22895
22901
|
:example:
|
22896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
|
22897
22903
|
"""
|
22898
22904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22899
22905
|
required_arguments = ['cloudVmClusterId']
|
@@ -23037,7 +23043,7 @@ class DatabaseClient(object):
|
|
23037
23043
|
:rtype: :class:`~oci.response.Response`
|
23038
23044
|
|
23039
23045
|
:example:
|
23040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
|
23041
23047
|
"""
|
23042
23048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23043
23049
|
required_arguments = ['compartmentId']
|
@@ -23162,7 +23168,7 @@ class DatabaseClient(object):
|
|
23162
23168
|
:rtype: :class:`~oci.response.Response`
|
23163
23169
|
|
23164
23170
|
:example:
|
23165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
|
23166
23172
|
"""
|
23167
23173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23168
23174
|
required_arguments = ['dbNodeId']
|
@@ -23277,7 +23283,7 @@ class DatabaseClient(object):
|
|
23277
23283
|
:rtype: :class:`~oci.response.Response`
|
23278
23284
|
|
23279
23285
|
:example:
|
23280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
23281
23287
|
"""
|
23282
23288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23283
23289
|
required_arguments = ['dbNodeId']
|
@@ -23427,7 +23433,7 @@ class DatabaseClient(object):
|
|
23427
23433
|
:rtype: :class:`~oci.response.Response`
|
23428
23434
|
|
23429
23435
|
:example:
|
23430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
|
23431
23437
|
"""
|
23432
23438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23433
23439
|
required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
|
@@ -23545,7 +23551,7 @@ class DatabaseClient(object):
|
|
23545
23551
|
:rtype: :class:`~oci.response.Response`
|
23546
23552
|
|
23547
23553
|
:example:
|
23548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
|
23549
23555
|
"""
|
23550
23556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23551
23557
|
required_arguments = ['databaseId']
|
@@ -23684,7 +23690,7 @@ class DatabaseClient(object):
|
|
23684
23690
|
:rtype: :class:`~oci.response.Response`
|
23685
23691
|
|
23686
23692
|
:example:
|
23687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
|
23688
23694
|
"""
|
23689
23695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23690
23696
|
required_arguments = ['compartmentId']
|
@@ -23853,7 +23859,7 @@ class DatabaseClient(object):
|
|
23853
23859
|
:rtype: :class:`~oci.response.Response`
|
23854
23860
|
|
23855
23861
|
:example:
|
23856
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
|
23857
23863
|
"""
|
23858
23864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23859
23865
|
required_arguments = ['databaseId']
|
@@ -24028,7 +24034,7 @@ class DatabaseClient(object):
|
|
24028
24034
|
:rtype: :class:`~oci.response.Response`
|
24029
24035
|
|
24030
24036
|
:example:
|
24031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
|
24032
24038
|
"""
|
24033
24039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24034
24040
|
required_arguments = ['compartmentId']
|
@@ -24158,7 +24164,7 @@ class DatabaseClient(object):
|
|
24158
24164
|
:rtype: :class:`~oci.response.Response`
|
24159
24165
|
|
24160
24166
|
:example:
|
24161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
24162
24168
|
"""
|
24163
24169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24164
24170
|
required_arguments = ['dbHomeId']
|
@@ -24266,7 +24272,7 @@ class DatabaseClient(object):
|
|
24266
24272
|
:rtype: :class:`~oci.response.Response`
|
24267
24273
|
|
24268
24274
|
:example:
|
24269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
|
24270
24276
|
"""
|
24271
24277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24272
24278
|
required_arguments = ['dbHomeId']
|
@@ -24410,7 +24416,7 @@ class DatabaseClient(object):
|
|
24410
24416
|
:rtype: :class:`~oci.response.Response`
|
24411
24417
|
|
24412
24418
|
:example:
|
24413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
|
24414
24420
|
"""
|
24415
24421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24416
24422
|
required_arguments = ['compartmentId']
|
@@ -24574,7 +24580,7 @@ class DatabaseClient(object):
|
|
24574
24580
|
:rtype: :class:`~oci.response.Response`
|
24575
24581
|
|
24576
24582
|
:example:
|
24577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
|
24578
24584
|
"""
|
24579
24585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24580
24586
|
required_arguments = ['compartmentId']
|
@@ -24730,7 +24736,7 @@ class DatabaseClient(object):
|
|
24730
24736
|
:rtype: :class:`~oci.response.Response`
|
24731
24737
|
|
24732
24738
|
:example:
|
24733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
|
24734
24740
|
"""
|
24735
24741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24736
24742
|
required_arguments = ['compartmentId', 'exadataInfrastructureId']
|
@@ -24855,7 +24861,7 @@ class DatabaseClient(object):
|
|
24855
24861
|
:rtype: :class:`~oci.response.Response`
|
24856
24862
|
|
24857
24863
|
:example:
|
24858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
|
24859
24865
|
"""
|
24860
24866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24861
24867
|
required_arguments = []
|
@@ -24952,7 +24958,7 @@ class DatabaseClient(object):
|
|
24952
24958
|
:rtype: :class:`~oci.response.Response`
|
24953
24959
|
|
24954
24960
|
:example:
|
24955
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
24956
24962
|
"""
|
24957
24963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24958
24964
|
required_arguments = ['dbSystemId']
|
@@ -25060,7 +25066,7 @@ class DatabaseClient(object):
|
|
25060
25066
|
:rtype: :class:`~oci.response.Response`
|
25061
25067
|
|
25062
25068
|
:example:
|
25063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
|
25064
25070
|
"""
|
25065
25071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25066
25072
|
required_arguments = ['dbSystemId']
|
@@ -25171,7 +25177,7 @@ class DatabaseClient(object):
|
|
25171
25177
|
:rtype: :class:`~oci.response.Response`
|
25172
25178
|
|
25173
25179
|
:example:
|
25174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
|
25175
25181
|
"""
|
25176
25182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25177
25183
|
required_arguments = ['compartmentId']
|
@@ -25272,7 +25278,7 @@ class DatabaseClient(object):
|
|
25272
25278
|
:rtype: :class:`~oci.response.Response`
|
25273
25279
|
|
25274
25280
|
:example:
|
25275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
|
25276
25282
|
"""
|
25277
25283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25278
25284
|
required_arguments = ['storageManagement']
|
@@ -25399,7 +25405,7 @@ class DatabaseClient(object):
|
|
25399
25405
|
:rtype: :class:`~oci.response.Response`
|
25400
25406
|
|
25401
25407
|
:example:
|
25402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
25403
25409
|
"""
|
25404
25410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25405
25411
|
required_arguments = ['dbSystemId']
|
@@ -25581,7 +25587,7 @@ class DatabaseClient(object):
|
|
25581
25587
|
:rtype: :class:`~oci.response.Response`
|
25582
25588
|
|
25583
25589
|
:example:
|
25584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
25585
25591
|
"""
|
25586
25592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25587
25593
|
required_arguments = ['compartmentId']
|
@@ -25732,7 +25738,7 @@ class DatabaseClient(object):
|
|
25732
25738
|
:rtype: :class:`~oci.response.Response`
|
25733
25739
|
|
25734
25740
|
:example:
|
25735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
|
25736
25742
|
"""
|
25737
25743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25738
25744
|
required_arguments = ['compartmentId']
|
@@ -25873,7 +25879,7 @@ class DatabaseClient(object):
|
|
25873
25879
|
:rtype: :class:`~oci.response.Response`
|
25874
25880
|
|
25875
25881
|
:example:
|
25876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25882
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
|
25877
25883
|
"""
|
25878
25884
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25879
25885
|
required_arguments = ['compartmentId']
|
@@ -26036,7 +26042,7 @@ class DatabaseClient(object):
|
|
26036
26042
|
:rtype: :class:`~oci.response.Response`
|
26037
26043
|
|
26038
26044
|
:example:
|
26039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
|
26040
26046
|
"""
|
26041
26047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26042
26048
|
required_arguments = ['compartmentId']
|
@@ -26194,7 +26200,7 @@ class DatabaseClient(object):
|
|
26194
26200
|
:rtype: :class:`~oci.response.Response`
|
26195
26201
|
|
26196
26202
|
:example:
|
26197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
|
26198
26204
|
"""
|
26199
26205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26200
26206
|
required_arguments = ['compartmentId', 'externalDatabaseId']
|
@@ -26348,7 +26354,7 @@ class DatabaseClient(object):
|
|
26348
26354
|
:rtype: :class:`~oci.response.Response`
|
26349
26355
|
|
26350
26356
|
:example:
|
26351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
|
26352
26358
|
"""
|
26353
26359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26354
26360
|
required_arguments = ['compartmentId']
|
@@ -26507,7 +26513,7 @@ class DatabaseClient(object):
|
|
26507
26513
|
:rtype: :class:`~oci.response.Response`
|
26508
26514
|
|
26509
26515
|
:example:
|
26510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
|
26511
26517
|
"""
|
26512
26518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26513
26519
|
required_arguments = ['compartmentId']
|
@@ -26651,7 +26657,7 @@ class DatabaseClient(object):
|
|
26651
26657
|
:rtype: :class:`~oci.response.Response`
|
26652
26658
|
|
26653
26659
|
:example:
|
26654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
|
26655
26661
|
"""
|
26656
26662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26657
26663
|
required_arguments = ['compartmentId']
|
@@ -26776,7 +26782,7 @@ class DatabaseClient(object):
|
|
26776
26782
|
:rtype: :class:`~oci.response.Response`
|
26777
26783
|
|
26778
26784
|
:example:
|
26779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
|
26780
26786
|
"""
|
26781
26787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26782
26788
|
required_arguments = ['compartmentId']
|
@@ -26887,7 +26893,7 @@ class DatabaseClient(object):
|
|
26887
26893
|
:rtype: :class:`~oci.response.Response`
|
26888
26894
|
|
26889
26895
|
:example:
|
26890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
|
26891
26897
|
"""
|
26892
26898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26893
26899
|
required_arguments = ['compartmentId']
|
@@ -27025,7 +27031,7 @@ class DatabaseClient(object):
|
|
27025
27031
|
:rtype: :class:`~oci.response.Response`
|
27026
27032
|
|
27027
27033
|
:example:
|
27028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
|
27029
27035
|
"""
|
27030
27036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27031
27037
|
required_arguments = ['compartmentId']
|
@@ -27218,7 +27224,7 @@ class DatabaseClient(object):
|
|
27218
27224
|
:rtype: :class:`~oci.response.Response`
|
27219
27225
|
|
27220
27226
|
:example:
|
27221
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
|
27222
27228
|
"""
|
27223
27229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27224
27230
|
required_arguments = ['compartmentId']
|
@@ -27394,7 +27400,7 @@ class DatabaseClient(object):
|
|
27394
27400
|
:rtype: :class:`~oci.response.Response`
|
27395
27401
|
|
27396
27402
|
:example:
|
27397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
|
27398
27404
|
"""
|
27399
27405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27400
27406
|
required_arguments = ['compartmentId']
|
@@ -27546,7 +27552,7 @@ class DatabaseClient(object):
|
|
27546
27552
|
:rtype: :class:`~oci.response.Response`
|
27547
27553
|
|
27548
27554
|
:example:
|
27549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
|
27550
27556
|
"""
|
27551
27557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27552
27558
|
required_arguments = ['databaseId']
|
@@ -27716,7 +27722,7 @@ class DatabaseClient(object):
|
|
27716
27722
|
:rtype: :class:`~oci.response.Response`
|
27717
27723
|
|
27718
27724
|
:example:
|
27719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
|
27720
27726
|
"""
|
27721
27727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27722
27728
|
required_arguments = []
|
@@ -27859,7 +27865,7 @@ class DatabaseClient(object):
|
|
27859
27865
|
:rtype: :class:`~oci.response.Response`
|
27860
27866
|
|
27861
27867
|
:example:
|
27862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
|
27863
27869
|
"""
|
27864
27870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27865
27871
|
required_arguments = ['compartmentId', 'shape', 'giVersion']
|
@@ -27996,7 +28002,7 @@ class DatabaseClient(object):
|
|
27996
28002
|
:rtype: :class:`~oci.response.Response`
|
27997
28003
|
|
27998
28004
|
:example:
|
27999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
|
28000
28006
|
"""
|
28001
28007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28002
28008
|
required_arguments = ['exadataInfrastructureId', 'compartmentId']
|
@@ -28137,7 +28143,7 @@ class DatabaseClient(object):
|
|
28137
28143
|
:rtype: :class:`~oci.response.Response`
|
28138
28144
|
|
28139
28145
|
:example:
|
28140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
28141
28147
|
"""
|
28142
28148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28143
28149
|
required_arguments = ['vmClusterId']
|
@@ -28245,7 +28251,7 @@ class DatabaseClient(object):
|
|
28245
28251
|
:rtype: :class:`~oci.response.Response`
|
28246
28252
|
|
28247
28253
|
:example:
|
28248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
|
28249
28255
|
"""
|
28250
28256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28251
28257
|
required_arguments = ['vmClusterId']
|
@@ -28366,7 +28372,7 @@ class DatabaseClient(object):
|
|
28366
28372
|
:rtype: :class:`~oci.response.Response`
|
28367
28373
|
|
28368
28374
|
:example:
|
28369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
28370
28376
|
"""
|
28371
28377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28372
28378
|
required_arguments = ['vmClusterId']
|
@@ -28508,7 +28514,7 @@ class DatabaseClient(object):
|
|
28508
28514
|
:rtype: :class:`~oci.response.Response`
|
28509
28515
|
|
28510
28516
|
:example:
|
28511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
|
28512
28518
|
"""
|
28513
28519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28514
28520
|
required_arguments = ['vmClusterId']
|
@@ -28662,7 +28668,7 @@ class DatabaseClient(object):
|
|
28662
28668
|
:rtype: :class:`~oci.response.Response`
|
28663
28669
|
|
28664
28670
|
:example:
|
28665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
|
28666
28672
|
"""
|
28667
28673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28668
28674
|
required_arguments = ['compartmentId']
|
@@ -28806,7 +28812,7 @@ class DatabaseClient(object):
|
|
28806
28812
|
:rtype: :class:`~oci.response.Response`
|
28807
28813
|
|
28808
28814
|
:example:
|
28809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
|
28810
28816
|
"""
|
28811
28817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28812
28818
|
required_arguments = ['pluggableDatabaseId']
|
@@ -28926,7 +28932,7 @@ class DatabaseClient(object):
|
|
28926
28932
|
:rtype: :class:`~oci.response.Response`
|
28927
28933
|
|
28928
28934
|
:example:
|
28929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
28930
28936
|
"""
|
28931
28937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28932
28938
|
required_arguments = ['dbSystemId']
|
@@ -29046,7 +29052,7 @@ class DatabaseClient(object):
|
|
29046
29052
|
:rtype: :class:`~oci.response.Response`
|
29047
29053
|
|
29048
29054
|
:example:
|
29049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
|
29050
29056
|
"""
|
29051
29057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29052
29058
|
required_arguments = ['databaseId']
|
@@ -29166,7 +29172,7 @@ class DatabaseClient(object):
|
|
29166
29172
|
:rtype: :class:`~oci.response.Response`
|
29167
29173
|
|
29168
29174
|
:example:
|
29169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
|
29170
29176
|
"""
|
29171
29177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29172
29178
|
required_arguments = ['databaseId']
|
@@ -29286,7 +29292,7 @@ class DatabaseClient(object):
|
|
29286
29292
|
:rtype: :class:`~oci.response.Response`
|
29287
29293
|
|
29288
29294
|
:example:
|
29289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
|
29290
29296
|
"""
|
29291
29297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29292
29298
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29403,7 +29409,7 @@ class DatabaseClient(object):
|
|
29403
29409
|
:rtype: :class:`~oci.response.Response`
|
29404
29410
|
|
29405
29411
|
:example:
|
29406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
|
29407
29413
|
"""
|
29408
29414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29409
29415
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29509,7 +29515,7 @@ class DatabaseClient(object):
|
|
29509
29515
|
:rtype: :class:`~oci.response.Response`
|
29510
29516
|
|
29511
29517
|
:example:
|
29512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
|
29513
29519
|
"""
|
29514
29520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29515
29521
|
required_arguments = ['autonomousDatabaseId']
|
@@ -29615,7 +29621,7 @@ class DatabaseClient(object):
|
|
29615
29621
|
:rtype: :class:`~oci.response.Response`
|
29616
29622
|
|
29617
29623
|
:example:
|
29618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
29619
29625
|
"""
|
29620
29626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29621
29627
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -29724,7 +29730,7 @@ class DatabaseClient(object):
|
|
29724
29730
|
:rtype: :class:`~oci.response.Response`
|
29725
29731
|
|
29726
29732
|
:example:
|
29727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
|
29728
29734
|
"""
|
29729
29735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29730
29736
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -29842,7 +29848,7 @@ class DatabaseClient(object):
|
|
29842
29848
|
:rtype: :class:`~oci.response.Response`
|
29843
29849
|
|
29844
29850
|
:example:
|
29845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
|
29846
29852
|
"""
|
29847
29853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29848
29854
|
required_arguments = ['pluggableDatabaseId']
|
@@ -29962,7 +29968,7 @@ class DatabaseClient(object):
|
|
29962
29968
|
:rtype: :class:`~oci.response.Response`
|
29963
29969
|
|
29964
29970
|
:example:
|
29965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
29966
29972
|
"""
|
29967
29973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29968
29974
|
required_arguments = ['cloudVmClusterId']
|
@@ -30082,7 +30088,7 @@ class DatabaseClient(object):
|
|
30082
30088
|
:rtype: :class:`~oci.response.Response`
|
30083
30089
|
|
30084
30090
|
:example:
|
30085
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
30086
30092
|
"""
|
30087
30093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30088
30094
|
required_arguments = ['vmClusterId']
|
@@ -30208,7 +30214,7 @@ class DatabaseClient(object):
|
|
30208
30214
|
:rtype: :class:`~oci.response.Response`
|
30209
30215
|
|
30210
30216
|
:example:
|
30211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
|
30212
30218
|
"""
|
30213
30219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30214
30220
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -30327,7 +30333,7 @@ class DatabaseClient(object):
|
|
30327
30333
|
:rtype: :class:`~oci.response.Response`
|
30328
30334
|
|
30329
30335
|
:example:
|
30330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
|
30331
30337
|
"""
|
30332
30338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30333
30339
|
required_arguments = []
|
@@ -30433,7 +30439,7 @@ class DatabaseClient(object):
|
|
30433
30439
|
:rtype: :class:`~oci.response.Response`
|
30434
30440
|
|
30435
30441
|
:example:
|
30436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
|
30437
30443
|
"""
|
30438
30444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30439
30445
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -30535,7 +30541,7 @@ class DatabaseClient(object):
|
|
30535
30541
|
:rtype: :class:`~oci.response.Response`
|
30536
30542
|
|
30537
30543
|
:example:
|
30538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
|
30539
30545
|
"""
|
30540
30546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30541
30547
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30638,7 +30644,7 @@ class DatabaseClient(object):
|
|
30638
30644
|
:rtype: :class:`~oci.response.Response`
|
30639
30645
|
|
30640
30646
|
:example:
|
30641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
|
30642
30648
|
"""
|
30643
30649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30644
30650
|
required_arguments = ['autonomousDatabaseId']
|
@@ -30743,7 +30749,7 @@ class DatabaseClient(object):
|
|
30743
30749
|
:rtype: :class:`~oci.response.Response`
|
30744
30750
|
|
30745
30751
|
:example:
|
30746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
|
30747
30753
|
"""
|
30748
30754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30749
30755
|
required_arguments = ['databaseId']
|
@@ -30857,7 +30863,7 @@ class DatabaseClient(object):
|
|
30857
30863
|
:rtype: :class:`~oci.response.Response`
|
30858
30864
|
|
30859
30865
|
:example:
|
30860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
30861
30867
|
"""
|
30862
30868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30863
30869
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -30974,7 +30980,7 @@ class DatabaseClient(object):
|
|
30974
30980
|
:rtype: :class:`~oci.response.Response`
|
30975
30981
|
|
30976
30982
|
:example:
|
30977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30983
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
|
30978
30984
|
"""
|
30979
30985
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30980
30986
|
required_arguments = ['autonomousDatabaseId']
|
@@ -31092,7 +31098,7 @@ class DatabaseClient(object):
|
|
31092
31098
|
:rtype: :class:`~oci.response.Response`
|
31093
31099
|
|
31094
31100
|
:example:
|
31095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
31096
31102
|
"""
|
31097
31103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31098
31104
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31210,7 +31216,7 @@ class DatabaseClient(object):
|
|
31210
31216
|
:rtype: :class:`~oci.response.Response`
|
31211
31217
|
|
31212
31218
|
:example:
|
31213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
31214
31220
|
"""
|
31215
31221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31216
31222
|
required_arguments = ['autonomousVmClusterId']
|
@@ -31328,7 +31334,7 @@ class DatabaseClient(object):
|
|
31328
31334
|
:rtype: :class:`~oci.response.Response`
|
31329
31335
|
|
31330
31336
|
:example:
|
31331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
31332
31338
|
"""
|
31333
31339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31334
31340
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -31447,7 +31453,7 @@ class DatabaseClient(object):
|
|
31447
31453
|
:rtype: :class:`~oci.response.Response`
|
31448
31454
|
|
31449
31455
|
:example:
|
31450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
31451
31457
|
"""
|
31452
31458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31453
31459
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -31563,7 +31569,7 @@ class DatabaseClient(object):
|
|
31563
31569
|
:rtype: :class:`~oci.response.Response`
|
31564
31570
|
|
31565
31571
|
:example:
|
31566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
|
31567
31573
|
"""
|
31568
31574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31569
31575
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -31676,7 +31682,7 @@ class DatabaseClient(object):
|
|
31676
31682
|
:rtype: :class:`~oci.response.Response`
|
31677
31683
|
|
31678
31684
|
:example:
|
31679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
|
31680
31686
|
"""
|
31681
31687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31682
31688
|
required_arguments = ['pluggableDatabaseId']
|
@@ -31789,7 +31795,7 @@ class DatabaseClient(object):
|
|
31789
31795
|
:rtype: :class:`~oci.response.Response`
|
31790
31796
|
|
31791
31797
|
:example:
|
31792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
|
31793
31799
|
"""
|
31794
31800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31795
31801
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -31904,7 +31910,7 @@ class DatabaseClient(object):
|
|
31904
31910
|
:rtype: :class:`~oci.response.Response`
|
31905
31911
|
|
31906
31912
|
:example:
|
31907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
|
31908
31914
|
"""
|
31909
31915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31910
31916
|
required_arguments = ['databaseId']
|
@@ -32007,7 +32013,7 @@ class DatabaseClient(object):
|
|
32007
32013
|
:rtype: :class:`~oci.response.Response`
|
32008
32014
|
|
32009
32015
|
:example:
|
32010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
|
32011
32017
|
"""
|
32012
32018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32013
32019
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32119,7 +32125,7 @@ class DatabaseClient(object):
|
|
32119
32125
|
:rtype: :class:`~oci.response.Response`
|
32120
32126
|
|
32121
32127
|
:example:
|
32122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
32123
32129
|
"""
|
32124
32130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32125
32131
|
required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
|
@@ -32227,7 +32233,7 @@ class DatabaseClient(object):
|
|
32227
32233
|
:rtype: :class:`~oci.response.Response`
|
32228
32234
|
|
32229
32235
|
:example:
|
32230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
|
32231
32237
|
"""
|
32232
32238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32233
32239
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32327,7 +32333,7 @@ class DatabaseClient(object):
|
|
32327
32333
|
:rtype: :class:`~oci.response.Response`
|
32328
32334
|
|
32329
32335
|
:example:
|
32330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
|
32331
32337
|
"""
|
32332
32338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32333
32339
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32437,7 +32443,7 @@ class DatabaseClient(object):
|
|
32437
32443
|
:rtype: :class:`~oci.response.Response`
|
32438
32444
|
|
32439
32445
|
:example:
|
32440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
|
32441
32447
|
"""
|
32442
32448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32443
32449
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32545,7 +32551,7 @@ class DatabaseClient(object):
|
|
32545
32551
|
:rtype: :class:`~oci.response.Response`
|
32546
32552
|
|
32547
32553
|
:example:
|
32548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
|
32549
32555
|
"""
|
32550
32556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32551
32557
|
required_arguments = ['autonomousDatabaseId']
|
@@ -32657,7 +32663,7 @@ class DatabaseClient(object):
|
|
32657
32663
|
:rtype: :class:`~oci.response.Response`
|
32658
32664
|
|
32659
32665
|
:example:
|
32660
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
|
32661
32667
|
"""
|
32662
32668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32663
32669
|
required_arguments = ['pluggableDatabaseId']
|
@@ -32769,7 +32775,7 @@ class DatabaseClient(object):
|
|
32769
32775
|
:rtype: :class:`~oci.response.Response`
|
32770
32776
|
|
32771
32777
|
:example:
|
32772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
32773
32779
|
"""
|
32774
32780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32775
32781
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -32841,9 +32847,12 @@ class DatabaseClient(object):
|
|
32841
32847
|
|
32842
32848
|
def switchover_autonomous_database(self, autonomous_database_id, **kwargs):
|
32843
32849
|
"""
|
32844
|
-
Initiates a switchover of the specified Autonomous Database to the associated
|
32845
|
-
|
32846
|
-
|
32850
|
+
Initiates a switchover of the specified Autonomous Database to the associated peer database. Applicable only to databases with Disaster Recovery enabled.
|
32851
|
+
This API should be called in the remote region where the peer database resides.
|
32852
|
+
Below parameter is optional:
|
32853
|
+
- `peerDbId`
|
32854
|
+
Use this parameter to specify the database OCID of the Disaster Recovery peer, which is located in a different (remote) region from the current peer database.
|
32855
|
+
If this parameter is not provided, the switchover will happen in the same region.
|
32847
32856
|
|
32848
32857
|
|
32849
32858
|
:param str autonomous_database_id: (required)
|
@@ -32867,9 +32876,7 @@ class DatabaseClient(object):
|
|
32867
32876
|
Unique identifier for the request.
|
32868
32877
|
|
32869
32878
|
:param str peer_db_id: (optional)
|
32870
|
-
The database
|
32871
|
-
|
32872
|
-
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
32879
|
+
The database OCID(/Content/General/Concepts/identifiers.htm) of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
|
32873
32880
|
|
32874
32881
|
:param obj retry_strategy: (optional)
|
32875
32882
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -32887,7 +32894,7 @@ class DatabaseClient(object):
|
|
32887
32894
|
:rtype: :class:`~oci.response.Response`
|
32888
32895
|
|
32889
32896
|
:example:
|
32890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
|
32891
32898
|
"""
|
32892
32899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32893
32900
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33011,7 +33018,7 @@ class DatabaseClient(object):
|
|
33011
33018
|
:rtype: :class:`~oci.response.Response`
|
33012
33019
|
|
33013
33020
|
:example:
|
33014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
|
33015
33022
|
"""
|
33016
33023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33017
33024
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -33114,7 +33121,7 @@ class DatabaseClient(object):
|
|
33114
33121
|
:rtype: :class:`~oci.response.Response`
|
33115
33122
|
|
33116
33123
|
:example:
|
33117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
|
33118
33125
|
"""
|
33119
33126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33120
33127
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33212,7 +33219,7 @@ class DatabaseClient(object):
|
|
33212
33219
|
:rtype: :class:`~oci.response.Response`
|
33213
33220
|
|
33214
33221
|
:example:
|
33215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
|
33216
33223
|
"""
|
33217
33224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33218
33225
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -33317,7 +33324,7 @@ class DatabaseClient(object):
|
|
33317
33324
|
:rtype: :class:`~oci.response.Response`
|
33318
33325
|
|
33319
33326
|
:example:
|
33320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
|
33321
33328
|
"""
|
33322
33329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33323
33330
|
required_arguments = ['dbSystemId']
|
@@ -33418,7 +33425,7 @@ class DatabaseClient(object):
|
|
33418
33425
|
:rtype: :class:`~oci.response.Response`
|
33419
33426
|
|
33420
33427
|
:example:
|
33421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
|
33422
33429
|
"""
|
33423
33430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33424
33431
|
required_arguments = ['autonomousContainerDatabaseId']
|
@@ -33531,7 +33538,7 @@ class DatabaseClient(object):
|
|
33531
33538
|
:rtype: :class:`~oci.response.Response`
|
33532
33539
|
|
33533
33540
|
:example:
|
33534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
33535
33542
|
"""
|
33536
33543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33537
33544
|
required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
|
@@ -33642,7 +33649,7 @@ class DatabaseClient(object):
|
|
33642
33649
|
:rtype: :class:`~oci.response.Response`
|
33643
33650
|
|
33644
33651
|
:example:
|
33645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
|
33646
33653
|
"""
|
33647
33654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33648
33655
|
required_arguments = ['autonomousDatabaseId']
|
@@ -33752,7 +33759,7 @@ class DatabaseClient(object):
|
|
33752
33759
|
:rtype: :class:`~oci.response.Response`
|
33753
33760
|
|
33754
33761
|
:example:
|
33755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
|
33756
33763
|
"""
|
33757
33764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33758
33765
|
required_arguments = ['autonomousDatabaseBackupId']
|
@@ -33852,7 +33859,7 @@ class DatabaseClient(object):
|
|
33852
33859
|
:rtype: :class:`~oci.response.Response`
|
33853
33860
|
|
33854
33861
|
:example:
|
33855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
|
33856
33863
|
"""
|
33857
33864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33858
33865
|
required_arguments = []
|
@@ -33941,7 +33948,7 @@ class DatabaseClient(object):
|
|
33941
33948
|
:rtype: :class:`~oci.response.Response`
|
33942
33949
|
|
33943
33950
|
:example:
|
33944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
|
33945
33952
|
"""
|
33946
33953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33947
33954
|
required_arguments = ['autonomousDatabaseId']
|
@@ -34044,7 +34051,7 @@ class DatabaseClient(object):
|
|
34044
34051
|
:rtype: :class:`~oci.response.Response`
|
34045
34052
|
|
34046
34053
|
:example:
|
34047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
|
34048
34055
|
"""
|
34049
34056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34050
34057
|
required_arguments = ['autonomousExadataInfrastructureId']
|
@@ -34152,7 +34159,7 @@ class DatabaseClient(object):
|
|
34152
34159
|
:rtype: :class:`~oci.response.Response`
|
34153
34160
|
|
34154
34161
|
:example:
|
34155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
|
34156
34163
|
"""
|
34157
34164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34158
34165
|
required_arguments = ['autonomousVmClusterId']
|
@@ -34265,7 +34272,7 @@ class DatabaseClient(object):
|
|
34265
34272
|
:rtype: :class:`~oci.response.Response`
|
34266
34273
|
|
34267
34274
|
:example:
|
34268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
|
34269
34276
|
"""
|
34270
34277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34271
34278
|
required_arguments = ['backupDestinationId']
|
@@ -34375,7 +34382,7 @@ class DatabaseClient(object):
|
|
34375
34382
|
:rtype: :class:`~oci.response.Response`
|
34376
34383
|
|
34377
34384
|
:example:
|
34378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
|
34379
34386
|
"""
|
34380
34387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34381
34388
|
required_arguments = ['cloudAutonomousVmClusterId']
|
@@ -34485,7 +34492,7 @@ class DatabaseClient(object):
|
|
34485
34492
|
:rtype: :class:`~oci.response.Response`
|
34486
34493
|
|
34487
34494
|
:example:
|
34488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
|
34489
34496
|
"""
|
34490
34497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34491
34498
|
required_arguments = ['cloudExadataInfrastructureId']
|
@@ -34595,7 +34602,7 @@ class DatabaseClient(object):
|
|
34595
34602
|
:rtype: :class:`~oci.response.Response`
|
34596
34603
|
|
34597
34604
|
:example:
|
34598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
|
34599
34606
|
"""
|
34600
34607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34601
34608
|
required_arguments = ['cloudVmClusterId']
|
@@ -34705,7 +34712,7 @@ class DatabaseClient(object):
|
|
34705
34712
|
:rtype: :class:`~oci.response.Response`
|
34706
34713
|
|
34707
34714
|
:example:
|
34708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.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.
|
34709
34716
|
"""
|
34710
34717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34711
34718
|
required_arguments = ['cloudVmClusterId']
|
@@ -34818,7 +34825,7 @@ class DatabaseClient(object):
|
|
34818
34825
|
:rtype: :class:`~oci.response.Response`
|
34819
34826
|
|
34820
34827
|
:example:
|
34821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
|
34822
34829
|
"""
|
34823
34830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34824
34831
|
required_arguments = ['dbNodeId', 'consoleConnectionId']
|
@@ -34932,7 +34939,7 @@ class DatabaseClient(object):
|
|
34932
34939
|
:rtype: :class:`~oci.response.Response`
|
34933
34940
|
|
34934
34941
|
:example:
|
34935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
34936
34943
|
"""
|
34937
34944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34938
34945
|
required_arguments = ['dbNodeId', 'consoleHistoryId']
|
@@ -35048,7 +35055,7 @@ class DatabaseClient(object):
|
|
35048
35055
|
:rtype: :class:`~oci.response.Response`
|
35049
35056
|
|
35050
35057
|
:example:
|
35051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
|
35052
35059
|
"""
|
35053
35060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35054
35061
|
required_arguments = ['databaseId', 'dataGuardAssociationId']
|
@@ -35156,7 +35163,7 @@ class DatabaseClient(object):
|
|
35156
35163
|
:rtype: :class:`~oci.response.Response`
|
35157
35164
|
|
35158
35165
|
:example:
|
35159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
|
35160
35167
|
"""
|
35161
35168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35162
35169
|
required_arguments = ['databaseId']
|
@@ -35261,7 +35268,7 @@ class DatabaseClient(object):
|
|
35261
35268
|
:rtype: :class:`~oci.response.Response`
|
35262
35269
|
|
35263
35270
|
:example:
|
35264
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
|
35265
35272
|
"""
|
35266
35273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35267
35274
|
required_arguments = ['databaseSoftwareImageId']
|
@@ -35366,7 +35373,7 @@ class DatabaseClient(object):
|
|
35366
35373
|
:rtype: :class:`~oci.response.Response`
|
35367
35374
|
|
35368
35375
|
:example:
|
35369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
|
35370
35377
|
"""
|
35371
35378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35372
35379
|
required_arguments = ['dbHomeId']
|
@@ -35474,7 +35481,7 @@ class DatabaseClient(object):
|
|
35474
35481
|
:rtype: :class:`~oci.response.Response`
|
35475
35482
|
|
35476
35483
|
:example:
|
35477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
|
35478
35485
|
"""
|
35479
35486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35480
35487
|
required_arguments = ['dbNodeId']
|
@@ -35588,7 +35595,7 @@ class DatabaseClient(object):
|
|
35588
35595
|
:rtype: :class:`~oci.response.Response`
|
35589
35596
|
|
35590
35597
|
:example:
|
35591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
35592
35599
|
"""
|
35593
35600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35594
35601
|
required_arguments = ['dbSystemId']
|
@@ -35697,7 +35704,7 @@ class DatabaseClient(object):
|
|
35697
35704
|
:rtype: :class:`~oci.response.Response`
|
35698
35705
|
|
35699
35706
|
:example:
|
35700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
|
35701
35708
|
"""
|
35702
35709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35703
35710
|
required_arguments = ['exadataInfrastructureId']
|
@@ -35817,7 +35824,7 @@ class DatabaseClient(object):
|
|
35817
35824
|
:rtype: :class:`~oci.response.Response`
|
35818
35825
|
|
35819
35826
|
:example:
|
35820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
|
35821
35828
|
"""
|
35822
35829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35823
35830
|
required_arguments = ['dbSystemId']
|
@@ -35930,7 +35937,7 @@ class DatabaseClient(object):
|
|
35930
35937
|
:rtype: :class:`~oci.response.Response`
|
35931
35938
|
|
35932
35939
|
:example:
|
35933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
|
35934
35941
|
"""
|
35935
35942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35936
35943
|
required_arguments = ['externalContainerDatabaseId']
|
@@ -36041,7 +36048,7 @@ class DatabaseClient(object):
|
|
36041
36048
|
:rtype: :class:`~oci.response.Response`
|
36042
36049
|
|
36043
36050
|
:example:
|
36044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
|
36045
36052
|
"""
|
36046
36053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36047
36054
|
required_arguments = ['externalDatabaseConnectorId']
|
@@ -36151,7 +36158,7 @@ class DatabaseClient(object):
|
|
36151
36158
|
:rtype: :class:`~oci.response.Response`
|
36152
36159
|
|
36153
36160
|
:example:
|
36154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
|
36155
36162
|
"""
|
36156
36163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36157
36164
|
required_arguments = ['externalNonContainerDatabaseId']
|
@@ -36263,7 +36270,7 @@ class DatabaseClient(object):
|
|
36263
36270
|
:rtype: :class:`~oci.response.Response`
|
36264
36271
|
|
36265
36272
|
:example:
|
36266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
|
36267
36274
|
"""
|
36268
36275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36269
36276
|
required_arguments = ['externalPluggableDatabaseId']
|
@@ -36373,7 +36380,7 @@ class DatabaseClient(object):
|
|
36373
36380
|
:rtype: :class:`~oci.response.Response`
|
36374
36381
|
|
36375
36382
|
:example:
|
36376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
|
36377
36384
|
"""
|
36378
36385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36379
36386
|
required_arguments = ['keyStoreId']
|
@@ -36478,7 +36485,7 @@ class DatabaseClient(object):
|
|
36478
36485
|
:rtype: :class:`~oci.response.Response`
|
36479
36486
|
|
36480
36487
|
:example:
|
36481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
|
36482
36489
|
"""
|
36483
36490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36484
36491
|
required_arguments = ['maintenanceRunId']
|
@@ -36586,7 +36593,7 @@ class DatabaseClient(object):
|
|
36586
36593
|
:rtype: :class:`~oci.response.Response`
|
36587
36594
|
|
36588
36595
|
:example:
|
36589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
|
36590
36597
|
"""
|
36591
36598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36592
36599
|
required_arguments = ['oneoffPatchId']
|
@@ -36693,7 +36700,7 @@ class DatabaseClient(object):
|
|
36693
36700
|
:rtype: :class:`~oci.response.Response`
|
36694
36701
|
|
36695
36702
|
:example:
|
36696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
|
36697
36704
|
"""
|
36698
36705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36699
36706
|
required_arguments = ['pluggableDatabaseId']
|
@@ -36801,7 +36808,7 @@ class DatabaseClient(object):
|
|
36801
36808
|
:rtype: :class:`~oci.response.Response`
|
36802
36809
|
|
36803
36810
|
:example:
|
36804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
|
36805
36812
|
"""
|
36806
36813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36807
36814
|
required_arguments = ['vmClusterId']
|
@@ -36917,7 +36924,7 @@ class DatabaseClient(object):
|
|
36917
36924
|
:rtype: :class:`~oci.response.Response`
|
36918
36925
|
|
36919
36926
|
:example:
|
36920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
|
36921
36928
|
"""
|
36922
36929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36923
36930
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|
@@ -37028,7 +37035,7 @@ class DatabaseClient(object):
|
|
37028
37035
|
:rtype: :class:`~oci.response.Response`
|
37029
37036
|
|
37030
37037
|
:example:
|
37031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
|
37032
37039
|
"""
|
37033
37040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37034
37041
|
required_arguments = ['databaseId']
|
@@ -37145,7 +37152,7 @@ class DatabaseClient(object):
|
|
37145
37152
|
:rtype: :class:`~oci.response.Response`
|
37146
37153
|
|
37147
37154
|
:example:
|
37148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
|
37149
37156
|
"""
|
37150
37157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37151
37158
|
required_arguments = ['dbSystemId']
|
@@ -37262,7 +37269,7 @@ class DatabaseClient(object):
|
|
37262
37269
|
:rtype: :class:`~oci.response.Response`
|
37263
37270
|
|
37264
37271
|
:example:
|
37265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
|
37266
37273
|
"""
|
37267
37274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37268
37275
|
required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
|