oci 2.116.0__py3-none-any.whl → 2.118.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 +41 -41
- oci/adm/models/__init__.py +4 -0
- oci/adm/models/create_vulnerability_audit_details.py +27 -0
- oci/adm/models/usage_data_details.py +92 -0
- oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
- oci/adm/models/vulnerability.py +33 -2
- oci/adm/models/vulnerability_audit.py +86 -0
- oci/adm/models/work_request_summary.py +35 -2
- 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 +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/models/update_instance_details.py +39 -2
- 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 +1027 -252
- oci/data_catalog/data_catalog_client_composite_operations.py +276 -0
- oci/data_catalog/models/__init__.py +6 -0
- oci/data_catalog/models/add_resource_lock_details.py +183 -0
- oci/data_catalog/models/catalog.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint_summary.py +76 -2
- oci/data_catalog/models/catalog_summary.py +76 -2
- oci/data_catalog/models/metastore.py +76 -2
- oci/data_catalog/models/metastore_summary.py +76 -2
- oci/data_catalog/models/remove_resource_lock_details.py +183 -0
- oci/data_catalog/models/resource_lock.py +185 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/__init__.py +8 -0
- oci/data_integration/models/create_task_details.py +31 -0
- oci/data_integration/models/create_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/create_task_from_integration_task.py +7 -0
- oci/data_integration/models/create_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/create_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/create_task_from_rest_task.py +7 -0
- oci/data_integration/models/create_task_from_sql_task.py +7 -0
- oci/data_integration/models/incremental_data_entity_clause.py +170 -0
- oci/data_integration/models/incremental_field_clause.py +170 -0
- oci/data_integration/models/incremental_read_config.py +103 -0
- oci/data_integration/models/json_format_attribute.py +33 -2
- oci/data_integration/models/read_operation_config.py +27 -0
- oci/data_integration/models/runtime_operator.py +2 -2
- oci/data_integration/models/runtime_operator_summary.py +2 -2
- oci/data_integration/models/shape_details.py +68 -0
- oci/data_integration/models/task.py +31 -0
- oci/data_integration/models/task_from_data_loader_task_details.py +7 -0
- oci/data_integration/models/task_from_integration_task_details.py +7 -0
- oci/data_integration/models/task_from_oci_dataflow_task_details.py +63 -2
- oci/data_integration/models/task_from_pipeline_task_details.py +7 -0
- oci/data_integration/models/task_from_rest_task_details.py +7 -0
- oci/data_integration/models/task_from_sql_task_details.py +7 -0
- oci/data_integration/models/task_summary.py +31 -0
- oci/data_integration/models/task_summary_from_data_loader_task.py +7 -0
- oci/data_integration/models/task_summary_from_integration_task.py +7 -0
- oci/data_integration/models/task_summary_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/task_summary_from_pipeline_task.py +7 -0
- oci/data_integration/models/task_summary_from_rest_task.py +7 -0
- oci/data_integration/models/task_summary_from_sql_task.py +7 -0
- oci/data_integration/models/update_task_details.py +31 -0
- oci/data_integration/models/update_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/update_task_from_integration_task.py +7 -0
- oci/data_integration/models/update_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/update_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/update_task_from_rest_task.py +7 -0
- oci/data_integration/models/update_task_from_sql_task.py +7 -0
- 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 +307 -290
- oci/data_safe/data_safe_client_composite_operations.py +5 -5
- oci/data_safe/models/__init__.py +2 -0
- oci/data_safe/models/audit_event_aggregation_dimensions.py +6 -6
- oci/data_safe/models/audit_event_summary.py +14 -14
- oci/data_safe/models/audit_policy_dimensions.py +2 -2
- oci/data_safe/models/change_report_compartment_details.py +1 -1
- oci/data_safe/models/change_sql_firewall_policy_compartment_details.py +2 -2
- oci/data_safe/models/database_security_config.py +1 -1
- oci/data_safe/models/database_security_config_summary.py +1 -1
- oci/data_safe/models/delete_rows_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_date_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_format_entry.py +1 -1
- oci/data_safe/models/deterministic_substitution_format_entry.py +1 -1
- oci/data_safe/models/dimensions.py +33 -2
- oci/data_safe/models/discovery_analytics_summary.py +7 -3
- oci/data_safe/models/entry_details.py +2 -2
- oci/data_safe/models/finding_summary.py +2 -2
- oci/data_safe/models/firewall_policy_entry_details.py +5 -5
- oci/data_safe/models/fixed_number_format_entry.py +1 -1
- oci/data_safe/models/fixed_string_format_entry.py +1 -1
- oci/data_safe/models/format_entry.py +11 -3
- oci/data_safe/models/generate_report_details.py +2 -2
- oci/data_safe/models/library_masking_format_entry.py +1 -1
- oci/data_safe/models/mask_data_details.py +4 -2
- oci/data_safe/models/null_value_format_entry.py +1 -1
- oci/data_safe/models/patch_alerts_details.py +1 -1
- oci/data_safe/models/pattern_format_entry.py +104 -0
- oci/data_safe/models/ppf_format_entry.py +1 -1
- oci/data_safe/models/preserve_original_data_format_entry.py +1 -1
- oci/data_safe/models/random_date_format_entry.py +1 -1
- oci/data_safe/models/random_decimal_number_format_entry.py +1 -1
- oci/data_safe/models/random_digits_format_entry.py +1 -1
- oci/data_safe/models/random_list_format_entry.py +1 -1
- oci/data_safe/models/random_number_format_entry.py +1 -1
- oci/data_safe/models/random_string_format_entry.py +1 -1
- oci/data_safe/models/random_substitution_format_entry.py +1 -1
- oci/data_safe/models/regular_expression_format_entry.py +1 -1
- oci/data_safe/models/report.py +2 -2
- oci/data_safe/models/report_definition.py +8 -8
- oci/data_safe/models/report_summary.py +2 -2
- oci/data_safe/models/schedule_report_details.py +2 -2
- oci/data_safe/models/sdm_masking_policy_difference.py +5 -5
- oci/data_safe/models/sensitive_category.py +7 -0
- oci/data_safe/models/sensitive_type.py +33 -0
- oci/data_safe/models/sensitive_type_pattern.py +7 -0
- oci/data_safe/models/sensitive_type_summary.py +33 -0
- oci/data_safe/models/shuffle_format_entry.py +1 -1
- oci/data_safe/models/sql_expression_format_entry.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_collection.py +3 -3
- oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -7
- oci/data_safe/models/sql_firewall_allowed_sql_summary.py +23 -23
- oci/data_safe/models/sql_firewall_config.py +1 -1
- oci/data_safe/models/sql_firewall_policy.py +35 -35
- oci/data_safe/models/sql_firewall_policy_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_policy_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_policy_collection.py +3 -3
- oci/data_safe/models/sql_firewall_policy_dimensions.py +9 -9
- oci/data_safe/models/sql_firewall_policy_summary.py +29 -29
- oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py +2 -2
- oci/data_safe/models/substring_format_entry.py +1 -1
- oci/data_safe/models/truncate_table_format_entry.py +1 -1
- oci/data_safe/models/udf_format_entry.py +1 -1
- oci/data_safe/models/update_sql_firewall_config_details.py +1 -1
- oci/data_safe/models/update_sql_firewall_policy_details.py +19 -19
- oci/data_safe/models/work_request.py +11 -3
- oci/data_safe/models/work_request_summary.py +11 -3
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/fast_launch_job_config_summary.py +7 -3
- oci/data_science/models/job_shape_summary.py +7 -3
- oci/data_science/models/model_deployment_shape_summary.py +7 -3
- oci/data_science/models/notebook_session_shape_summary.py +7 -3
- oci/database/database_client.py +2092 -1268
- oci/database/database_client_composite_operations.py +222 -0
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_container_database.py +33 -2
- oci/database/models/autonomous_container_database_backup_config.py +2 -0
- oci/database/models/autonomous_container_database_summary.py +33 -2
- oci/database/models/autonomous_vm_cluster.py +95 -2
- oci/database/models/autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/console_history.py +368 -0
- oci/database/models/console_history_collection.py +72 -0
- oci/database/models/console_history_summary.py +368 -0
- oci/database/models/create_cloud_vm_cluster_details.py +33 -2
- oci/database/models/create_console_history_details.py +151 -0
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/db_system_upgrade_history_entry.py +64 -2
- oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
- oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
- oci/database/models/system_version_collection.py +72 -0
- oci/database/models/system_version_summary.py +134 -0
- oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
- oci/database/models/update_console_history_details.py +150 -0
- oci/database/models/upgrade_db_system_details.py +31 -0
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +536 -57
- oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/amazon_kinesis_connection.py +9 -0
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_redshift_connection.py +9 -0
- oci/golden_gate/models/amazon_redshift_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_s3_connection.py +9 -0
- oci/golden_gate/models/amazon_s3_connection_summary.py +8 -0
- oci/golden_gate/models/azure_data_lake_storage_connection.py +9 -0
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +8 -0
- oci/golden_gate/models/azure_synapse_connection.py +9 -0
- oci/golden_gate/models/azure_synapse_connection_summary.py +8 -0
- oci/golden_gate/models/certificate.py +713 -0
- oci/golden_gate/models/certificate_collection.py +72 -0
- oci/golden_gate/models/certificate_summary.py +269 -0
- oci/golden_gate/models/connection.py +61 -4
- oci/golden_gate/models/connection_summary.py +61 -4
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_s3_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_synapse_connection_details.py +8 -0
- oci/golden_gate/models/create_certificate_details.py +105 -0
- oci/golden_gate/models/create_connection_details.py +61 -4
- oci/golden_gate/models/create_database_registration_details.py +2 -2
- oci/golden_gate/models/create_deployment_details.py +41 -2
- oci/golden_gate/models/create_elasticsearch_connection_details.py +8 -0
- oci/golden_gate/models/create_generic_connection_details.py +8 -0
- oci/golden_gate/models/create_golden_gate_connection_details.py +14 -0
- oci/golden_gate/models/create_google_big_query_connection_details.py +8 -0
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_hdfs_connection_details.py +8 -0
- oci/golden_gate/models/create_java_message_service_connection_details.py +14 -0
- oci/golden_gate/models/create_kafka_connection_details.py +8 -0
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +14 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +16 -2
- oci/golden_gate/models/create_mongo_db_connection_details.py +8 -0
- oci/golden_gate/models/create_mysql_connection_details.py +24 -12
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_oracle_connection_details.py +14 -0
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +8 -0
- oci/golden_gate/models/create_postgresql_connection_details.py +22 -6
- oci/golden_gate/models/create_redis_connection_details.py +8 -0
- oci/golden_gate/models/create_snowflake_connection_details.py +8 -0
- oci/golden_gate/models/database_registration.py +2 -2
- oci/golden_gate/models/database_registration_summary.py +2 -2
- oci/golden_gate/models/deployment.py +113 -4
- oci/golden_gate/models/deployment_summary.py +78 -2
- oci/golden_gate/models/elasticsearch_connection.py +9 -0
- oci/golden_gate/models/elasticsearch_connection_summary.py +8 -0
- oci/golden_gate/models/generic_connection.py +9 -0
- oci/golden_gate/models/generic_connection_summary.py +8 -0
- oci/golden_gate/models/golden_gate_connection.py +15 -0
- oci/golden_gate/models/golden_gate_connection_summary.py +14 -0
- oci/golden_gate/models/google_big_query_connection.py +9 -0
- oci/golden_gate/models/google_big_query_connection_summary.py +8 -0
- oci/golden_gate/models/google_cloud_storage_connection.py +9 -0
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +8 -0
- oci/golden_gate/models/hdfs_connection.py +9 -0
- oci/golden_gate/models/hdfs_connection_summary.py +8 -0
- oci/golden_gate/models/java_message_service_connection.py +15 -0
- oci/golden_gate/models/java_message_service_connection_summary.py +14 -0
- oci/golden_gate/models/kafka_bootstrap_server.py +6 -0
- oci/golden_gate/models/kafka_connection.py +9 -0
- oci/golden_gate/models/kafka_connection_summary.py +8 -0
- oci/golden_gate/models/kafka_schema_registry_connection.py +15 -0
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +14 -0
- oci/golden_gate/models/microsoft_sqlserver_connection.py +17 -2
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +16 -2
- oci/golden_gate/models/mongo_db_connection.py +9 -0
- oci/golden_gate/models/mongo_db_connection_summary.py +8 -0
- oci/golden_gate/models/mysql_connection.py +15 -0
- oci/golden_gate/models/mysql_connection_summary.py +14 -0
- oci/golden_gate/models/oci_object_storage_connection.py +9 -0
- oci/golden_gate/models/oci_object_storage_connection_summary.py +8 -0
- oci/golden_gate/models/oracle_connection.py +15 -0
- oci/golden_gate/models/oracle_connection_summary.py +14 -0
- oci/golden_gate/models/oracle_nosql_connection.py +9 -0
- oci/golden_gate/models/oracle_nosql_connection_summary.py +8 -0
- oci/golden_gate/models/postgresql_connection.py +15 -0
- oci/golden_gate/models/postgresql_connection_summary.py +14 -0
- oci/golden_gate/models/redis_connection.py +9 -0
- oci/golden_gate/models/redis_connection_summary.py +8 -0
- oci/golden_gate/models/snowflake_connection.py +9 -0
- oci/golden_gate/models/snowflake_connection_summary.py +8 -0
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_s3_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_synapse_connection_details.py +15 -0
- oci/golden_gate/models/update_connection_details.py +94 -2
- oci/golden_gate/models/update_deployment_details.py +2 -2
- oci/golden_gate/models/update_elasticsearch_connection_details.py +15 -0
- oci/golden_gate/models/update_generic_connection_details.py +15 -0
- oci/golden_gate/models/update_golden_gate_connection_details.py +21 -0
- oci/golden_gate/models/update_google_big_query_connection_details.py +15 -0
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_hdfs_connection_details.py +15 -0
- oci/golden_gate/models/update_java_message_service_connection_details.py +21 -0
- oci/golden_gate/models/update_kafka_connection_details.py +15 -0
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +21 -0
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +23 -2
- oci/golden_gate/models/update_mongo_db_connection_details.py +15 -0
- oci/golden_gate/models/update_mysql_connection_details.py +31 -12
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_oracle_connection_details.py +21 -0
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +15 -0
- oci/golden_gate/models/update_postgresql_connection_details.py +29 -6
- oci/golden_gate/models/update_redis_connection_details.py +15 -0
- oci/golden_gate/models/update_snowflake_connection_details.py +15 -0
- oci/golden_gate/models/work_request.py +11 -3
- 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 +1901 -1029
- oci/identity_domains/models/__init__.py +8 -0
- oci/identity_domains/models/extension_user_user.py +59 -0
- oci/identity_domains/models/identity_propagation_trust.py +1623 -0
- oci/identity_domains/models/identity_propagation_trust_impersonation_service_users.py +243 -0
- oci/identity_domains/models/identity_propagation_trust_keytab.py +153 -0
- oci/identity_domains/models/identity_propagation_trusts.py +196 -0
- oci/identity_domains/models/me.py +1 -1
- oci/identity_domains/models/me_name.py +4 -4
- oci/identity_domains/models/user.py +1 -1
- oci/identity_domains/models/user_name.py +4 -4
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +388 -192
- oci/log_analytics/models/export_details.py +15 -17
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/__init__.py +4 -2
- oci/ocvp/cluster_client.py +732 -0
- oci/ocvp/cluster_client_composite_operations.py +160 -0
- oci/ocvp/esxi_host_client.py +262 -14
- oci/ocvp/esxi_host_client_composite_operations.py +84 -1
- oci/ocvp/models/__init__.py +29 -7
- oci/ocvp/models/change_sddc_compartment_details.py +1 -1
- oci/ocvp/models/cluster.py +1026 -0
- oci/ocvp/models/cluster_collection.py +72 -0
- oci/ocvp/models/cluster_summary.py +671 -0
- oci/ocvp/models/create_cluster_details.py +658 -0
- oci/ocvp/models/create_esxi_host_details.py +112 -161
- oci/ocvp/models/create_sddc_details.py +86 -814
- oci/ocvp/models/datastore_details.py +154 -0
- oci/ocvp/models/datastore_info.py +6 -6
- oci/ocvp/models/downgrade_hcx_details.py +1 -1
- oci/ocvp/models/esxi_host.py +132 -64
- oci/ocvp/models/esxi_host_collection.py +1 -1
- oci/ocvp/models/esxi_host_summary.py +100 -63
- oci/ocvp/models/hcx_license_summary.py +1 -1
- oci/ocvp/models/initial_cluster_configuration.py +518 -0
- oci/ocvp/models/initial_configuration.py +72 -0
- oci/ocvp/models/network_configuration.py +635 -0
- oci/ocvp/models/replace_host_details.py +78 -0
- oci/ocvp/models/sddc.py +176 -1269
- oci/ocvp/models/sddc_collection.py +1 -1
- oci/ocvp/models/sddc_password.py +123 -0
- oci/ocvp/models/sddc_summary.py +55 -161
- oci/ocvp/models/supported_commitment_summary.py +96 -0
- oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
- oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
- oci/ocvp/models/supported_host_shape_collection.py +1 -1
- oci/ocvp/models/supported_host_shape_summary.py +54 -54
- oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
- oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
- oci/ocvp/models/update_cluster_details.py +265 -0
- oci/ocvp/models/update_esxi_host_details.py +32 -32
- oci/ocvp/models/update_sddc_details.py +42 -377
- oci/ocvp/models/vsphere_license.py +1 -1
- oci/ocvp/models/vsphere_upgrade_object.py +1 -1
- oci/ocvp/models/work_request.py +20 -4
- oci/ocvp/models/work_request_collection.py +1 -1
- oci/ocvp/models/work_request_error.py +1 -1
- oci/ocvp/models/work_request_error_collection.py +1 -1
- oci/ocvp/models/work_request_log_entry.py +1 -1
- oci/ocvp/models/work_request_log_entry_collection.py +1 -1
- oci/ocvp/models/work_request_resource.py +1 -1
- oci/ocvp/sddc_client.py +212 -68
- oci/ocvp/sddc_client_composite_operations.py +1 -1
- oci/ocvp/work_request_client.py +10 -10
- oci/ocvp/work_request_client_composite_operations.py +1 -1
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +22 -0
- oci/opsi/models/awr_hub_objects.py +72 -0
- oci/opsi/models/awr_hub_source.py +904 -0
- oci/opsi/models/awr_hub_source_summary.py +904 -0
- oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
- oci/opsi/models/awr_hub_sources.py +72 -0
- oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
- oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
- oci/opsi/models/create_awr_hub_details.py +1 -1
- oci/opsi/models/create_awr_hub_source_details.py +377 -0
- oci/opsi/models/list_objects.py +134 -0
- oci/opsi/models/object_summary.py +329 -0
- oci/opsi/models/update_awr_hub_source_details.py +210 -0
- oci/opsi/models/work_request.py +27 -3
- oci/opsi/operations_insights_client.py +3221 -1507
- oci/opsi/operations_insights_client_composite_operations.py +283 -0
- oci/optimizer/models/create_profile_details.py +33 -0
- oci/optimizer/models/profile.py +33 -0
- oci/optimizer/models/profile_summary.py +33 -0
- oci/optimizer/models/update_profile_details.py +33 -0
- oci/optimizer/optimizer_client.py +129 -53
- 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/models/backup.py +53 -21
- oci/psql/models/backup_policy.py +5 -5
- oci/psql/models/backup_source_details.py +10 -5
- oci/psql/models/backup_summary.py +47 -19
- oci/psql/models/change_backup_compartment_details.py +7 -5
- oci/psql/models/change_configuration_compartment_details.py +7 -5
- oci/psql/models/change_db_system_compartment_details.py +3 -3
- oci/psql/models/config_overrides.py +5 -5
- oci/psql/models/config_params.py +17 -17
- oci/psql/models/configuration.py +37 -21
- oci/psql/models/configuration_collection.py +2 -2
- oci/psql/models/configuration_details.py +1 -1
- oci/psql/models/configuration_summary.py +39 -19
- oci/psql/models/connection_details.py +5 -5
- oci/psql/models/create_backup_details.py +13 -9
- oci/psql/models/create_configuration_details.py +21 -15
- oci/psql/models/create_db_instance_details.py +9 -9
- oci/psql/models/create_db_system_details.py +35 -25
- oci/psql/models/credentials.py +3 -3
- oci/psql/models/daily_backup_policy.py +3 -3
- oci/psql/models/db_configuration_override_collection.py +3 -3
- oci/psql/models/db_instance.py +35 -15
- oci/psql/models/db_instance_endpoint.py +3 -3
- oci/psql/models/db_system.py +63 -33
- oci/psql/models/db_system_collection.py +3 -3
- oci/psql/models/db_system_details.py +5 -5
- oci/psql/models/db_system_summary.py +57 -27
- oci/psql/models/default_config_params.py +15 -15
- oci/psql/models/default_configuration.py +31 -19
- oci/psql/models/default_configuration_collection.py +2 -2
- oci/psql/models/default_configuration_details.py +1 -1
- oci/psql/models/default_configuration_summary.py +29 -17
- oci/psql/models/endpoint.py +7 -7
- oci/psql/models/failover_db_system_details.py +13 -9
- oci/psql/models/management_policy.py +1 -1
- oci/psql/models/management_policy_details.py +1 -1
- oci/psql/models/monthly_backup_policy.py +5 -5
- oci/psql/models/network_details.py +15 -7
- oci/psql/models/none_backup_policy.py +1 -1
- oci/psql/models/none_source_details.py +1 -1
- oci/psql/models/oci_optimized_storage_details.py +3 -3
- oci/psql/models/password_details.py +4 -4
- oci/psql/models/patch_db_system_details.py +2 -2
- oci/psql/models/plain_text_password_details.py +3 -3
- oci/psql/models/primary_db_instance_details.py +3 -3
- oci/psql/models/reset_master_user_password_details.py +2 -2
- oci/psql/models/restart_db_instance_in_db_system_details.py +5 -5
- oci/psql/models/restore_db_system_details.py +11 -7
- oci/psql/models/shape_collection.py +3 -3
- oci/psql/models/shape_summary.py +11 -9
- oci/psql/models/source_details.py +1 -1
- oci/psql/models/storage_details.py +13 -13
- oci/psql/models/update_backup_details.py +4 -4
- oci/psql/models/update_configuration_details.py +73 -7
- oci/psql/models/update_db_config_params.py +11 -7
- oci/psql/models/update_db_system_db_instance_details.py +5 -5
- oci/psql/models/update_db_system_details.py +4 -4
- oci/psql/models/update_storage_details_params.py +5 -5
- oci/psql/models/vault_secret_password_details.py +9 -5
- oci/psql/models/weekly_backup_policy.py +5 -5
- oci/psql/models/work_request.py +19 -9
- oci/psql/models/work_request_error.py +12 -6
- oci/psql/models/work_request_error_collection.py +2 -2
- oci/psql/models/work_request_log_entry.py +6 -2
- oci/psql/models/work_request_log_entry_collection.py +2 -2
- oci/psql/models/work_request_resource.py +4 -4
- oci/psql/models/work_request_summary.py +18 -8
- oci/psql/models/work_request_summary_collection.py +2 -2
- oci/psql/postgresql_client.py +219 -160
- oci/psql/postgresql_client_composite_operations.py +23 -69
- 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/regions_definitions.py +12 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +58 -58
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/__init__.py +24 -0
- oci/usage_api/models/average_carbon_emission.py +103 -0
- oci/usage_api/models/clean_energy_usage.py +134 -0
- oci/usage_api/models/create_schedule_details.py +4 -4
- oci/usage_api/models/create_usage_carbon_emissions_query_details.py +99 -0
- oci/usage_api/models/request_usage_carbon_emissions_details.py +297 -0
- oci/usage_api/models/schedule.py +4 -4
- oci/usage_api/models/update_schedule_details.py +2 -2
- oci/usage_api/models/update_usage_carbon_emissions_query_details.py +68 -0
- oci/usage_api/models/usage_carbon_emission_aggregation.py +103 -0
- oci/usage_api/models/usage_carbon_emission_summary.py +630 -0
- oci/usage_api/models/usage_carbon_emissions_query.py +130 -0
- oci/usage_api/models/usage_carbon_emissions_query_collection.py +72 -0
- oci/usage_api/models/usage_carbon_emissions_query_definition.py +157 -0
- oci/usage_api/models/usage_carbon_emissions_query_summary.py +99 -0
- oci/usage_api/models/usage_carbon_emissions_report_query.py +356 -0
- oci/usage_api/usageapi_client.py +1151 -210
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/METADATA +1 -1
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/RECORD +666 -602
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/WHEEL +0 -0
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/top_level.txt +0 -0
oci/psql/postgresql_client.py
CHANGED
@@ -22,7 +22,8 @@ missing = Sentinel("Missing")
|
|
22
22
|
|
23
23
|
class PostgresqlClient(object):
|
24
24
|
"""
|
25
|
-
|
25
|
+
Use the OCI Database with PostgreSQL API to manage resources such as database systems, database nodes, backups, and configurations.
|
26
|
+
For information, see the user guide documentation for the [service](/iaas/Content/postgresql/home.htm).
|
26
27
|
"""
|
27
28
|
|
28
29
|
def __init__(self, config, **kwargs):
|
@@ -118,23 +119,27 @@ class PostgresqlClient(object):
|
|
118
119
|
|
119
120
|
def change_backup_compartment(self, backup_id, change_backup_compartment_details, **kwargs):
|
120
121
|
"""
|
121
|
-
Moves a
|
122
|
+
Moves a backup from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
|
122
123
|
|
123
124
|
|
124
125
|
:param str backup_id: (required)
|
125
|
-
unique
|
126
|
+
A unique identifier for the backup.
|
126
127
|
|
127
128
|
:param oci.psql.models.ChangeBackupCompartmentDetails change_backup_compartment_details: (required)
|
128
129
|
The information to be updated.
|
129
130
|
|
130
131
|
:param str if_match: (optional)
|
131
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
132
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
133
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
132
134
|
|
133
135
|
:param str opc_request_id: (optional)
|
134
136
|
The client request ID for tracing.
|
135
137
|
|
136
138
|
:param str opc_retry_token: (optional)
|
137
139
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
140
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
141
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
142
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
138
143
|
|
139
144
|
:param obj retry_strategy: (optional)
|
140
145
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -152,14 +157,14 @@ class PostgresqlClient(object):
|
|
152
157
|
:rtype: :class:`~oci.response.Response`
|
153
158
|
|
154
159
|
:example:
|
155
|
-
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.118.0/psql/change_backup_compartment.py.html>`__ to see an example of how to use change_backup_compartment API.
|
156
161
|
"""
|
157
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
158
163
|
required_arguments = ['backupId']
|
159
164
|
resource_path = "/backups/{backupId}/actions/changeCompartment"
|
160
165
|
method = "POST"
|
161
166
|
operation_name = "change_backup_compartment"
|
162
|
-
api_reference_link = ""
|
167
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/ChangeBackupCompartment"
|
163
168
|
|
164
169
|
# Don't accept unknown kwargs
|
165
170
|
expected_kwargs = [
|
@@ -230,23 +235,27 @@ class PostgresqlClient(object):
|
|
230
235
|
|
231
236
|
def change_configuration_compartment(self, configuration_id, change_configuration_compartment_details, **kwargs):
|
232
237
|
"""
|
233
|
-
Moves a
|
238
|
+
Moves a configuration from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
|
234
239
|
|
235
240
|
|
236
241
|
:param str configuration_id: (required)
|
237
|
-
unique
|
242
|
+
A unique identifier for the configuration.
|
238
243
|
|
239
244
|
:param oci.psql.models.ChangeConfigurationCompartmentDetails change_configuration_compartment_details: (required)
|
240
245
|
The information to be updated.
|
241
246
|
|
242
247
|
:param str if_match: (optional)
|
243
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
248
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
249
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
244
250
|
|
245
251
|
:param str opc_request_id: (optional)
|
246
252
|
The client request ID for tracing.
|
247
253
|
|
248
254
|
:param str opc_retry_token: (optional)
|
249
255
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
256
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
257
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
258
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
250
259
|
|
251
260
|
:param obj retry_strategy: (optional)
|
252
261
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -260,18 +269,18 @@ class PostgresqlClient(object):
|
|
260
269
|
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
261
270
|
By default, the response will not allow control characters in strings
|
262
271
|
|
263
|
-
:return: A :class:`~oci.response.Response` object with data of type
|
272
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
264
273
|
:rtype: :class:`~oci.response.Response`
|
265
274
|
|
266
275
|
:example:
|
267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/change_configuration_compartment.py.html>`__ to see an example of how to use change_configuration_compartment API.
|
268
277
|
"""
|
269
278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
270
279
|
required_arguments = ['configurationId']
|
271
280
|
resource_path = "/configurations/{configurationId}/actions/changeCompartment"
|
272
281
|
method = "POST"
|
273
282
|
operation_name = "change_configuration_compartment"
|
274
|
-
api_reference_link = ""
|
283
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/ChangeConfigurationCompartment"
|
275
284
|
|
276
285
|
# Don't accept unknown kwargs
|
277
286
|
expected_kwargs = [
|
@@ -324,7 +333,6 @@ class PostgresqlClient(object):
|
|
324
333
|
path_params=path_params,
|
325
334
|
header_params=header_params,
|
326
335
|
body=change_configuration_compartment_details,
|
327
|
-
response_type="Configuration",
|
328
336
|
allow_control_chars=kwargs.get('allow_control_chars'),
|
329
337
|
operation_name=operation_name,
|
330
338
|
api_reference_link=api_reference_link,
|
@@ -336,7 +344,6 @@ class PostgresqlClient(object):
|
|
336
344
|
path_params=path_params,
|
337
345
|
header_params=header_params,
|
338
346
|
body=change_configuration_compartment_details,
|
339
|
-
response_type="Configuration",
|
340
347
|
allow_control_chars=kwargs.get('allow_control_chars'),
|
341
348
|
operation_name=operation_name,
|
342
349
|
api_reference_link=api_reference_link,
|
@@ -344,23 +351,27 @@ class PostgresqlClient(object):
|
|
344
351
|
|
345
352
|
def change_db_system_compartment(self, db_system_id, change_db_system_compartment_details, **kwargs):
|
346
353
|
"""
|
347
|
-
Moves a
|
354
|
+
Moves a database system from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
|
348
355
|
|
349
356
|
|
350
357
|
:param str db_system_id: (required)
|
351
|
-
unique
|
358
|
+
A unique identifier for the database system.
|
352
359
|
|
353
360
|
:param oci.psql.models.ChangeDbSystemCompartmentDetails change_db_system_compartment_details: (required)
|
354
361
|
The information to be updated.
|
355
362
|
|
356
363
|
:param str if_match: (optional)
|
357
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
364
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
365
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
358
366
|
|
359
367
|
:param str opc_request_id: (optional)
|
360
368
|
The client request ID for tracing.
|
361
369
|
|
362
370
|
:param str opc_retry_token: (optional)
|
363
371
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
372
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
373
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
374
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
364
375
|
|
365
376
|
:param obj retry_strategy: (optional)
|
366
377
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -378,14 +389,14 @@ class PostgresqlClient(object):
|
|
378
389
|
:rtype: :class:`~oci.response.Response`
|
379
390
|
|
380
391
|
:example:
|
381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
382
393
|
"""
|
383
394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
384
395
|
required_arguments = ['dbSystemId']
|
385
396
|
resource_path = "/dbSystems/{dbSystemId}/actions/changeCompartment"
|
386
397
|
method = "POST"
|
387
398
|
operation_name = "change_db_system_compartment"
|
388
|
-
api_reference_link = ""
|
399
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/ChangeDbSystemCompartment"
|
389
400
|
|
390
401
|
# Don't accept unknown kwargs
|
391
402
|
expected_kwargs = [
|
@@ -456,14 +467,17 @@ class PostgresqlClient(object):
|
|
456
467
|
|
457
468
|
def create_backup(self, create_backup_details, **kwargs):
|
458
469
|
"""
|
459
|
-
Creates a new
|
470
|
+
Creates a new backup.
|
460
471
|
|
461
472
|
|
462
473
|
:param oci.psql.models.CreateBackupDetails create_backup_details: (required)
|
463
|
-
Details for the new
|
474
|
+
Details for the new backup.
|
464
475
|
|
465
476
|
:param str opc_retry_token: (optional)
|
466
477
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
478
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
479
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
480
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
467
481
|
|
468
482
|
:param str opc_request_id: (optional)
|
469
483
|
The client request ID for tracing.
|
@@ -484,14 +498,14 @@ class PostgresqlClient(object):
|
|
484
498
|
:rtype: :class:`~oci.response.Response`
|
485
499
|
|
486
500
|
:example:
|
487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
488
502
|
"""
|
489
503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
490
504
|
required_arguments = []
|
491
505
|
resource_path = "/backups"
|
492
506
|
method = "POST"
|
493
507
|
operation_name = "create_backup"
|
494
|
-
api_reference_link = ""
|
508
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/CreateBackup"
|
495
509
|
|
496
510
|
# Don't accept unknown kwargs
|
497
511
|
expected_kwargs = [
|
@@ -548,14 +562,17 @@ class PostgresqlClient(object):
|
|
548
562
|
|
549
563
|
def create_configuration(self, create_configuration_details, **kwargs):
|
550
564
|
"""
|
551
|
-
Creates a new
|
565
|
+
Creates a new configuration.
|
552
566
|
|
553
567
|
|
554
568
|
:param oci.psql.models.CreateConfigurationDetails create_configuration_details: (required)
|
555
|
-
Details for the new
|
569
|
+
Details for the new configuration.
|
556
570
|
|
557
571
|
:param str opc_retry_token: (optional)
|
558
572
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
573
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
574
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
575
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
559
576
|
|
560
577
|
:param str opc_request_id: (optional)
|
561
578
|
The client request ID for tracing.
|
@@ -576,14 +593,14 @@ class PostgresqlClient(object):
|
|
576
593
|
:rtype: :class:`~oci.response.Response`
|
577
594
|
|
578
595
|
:example:
|
579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/create_configuration.py.html>`__ to see an example of how to use create_configuration API.
|
580
597
|
"""
|
581
598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
582
599
|
required_arguments = []
|
583
600
|
resource_path = "/configurations"
|
584
601
|
method = "POST"
|
585
602
|
operation_name = "create_configuration"
|
586
|
-
api_reference_link = ""
|
603
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/CreateConfiguration"
|
587
604
|
|
588
605
|
# Don't accept unknown kwargs
|
589
606
|
expected_kwargs = [
|
@@ -642,14 +659,17 @@ class PostgresqlClient(object):
|
|
642
659
|
|
643
660
|
def create_db_system(self, create_db_system_details, **kwargs):
|
644
661
|
"""
|
645
|
-
Creates a new
|
662
|
+
Creates a new database system.
|
646
663
|
|
647
664
|
|
648
665
|
:param oci.psql.models.CreateDbSystemDetails create_db_system_details: (required)
|
649
|
-
Details for the new
|
666
|
+
Details for the new database system.
|
650
667
|
|
651
668
|
:param str opc_retry_token: (optional)
|
652
669
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
670
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
671
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
672
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
653
673
|
|
654
674
|
:param str opc_request_id: (optional)
|
655
675
|
The client request ID for tracing.
|
@@ -670,14 +690,14 @@ class PostgresqlClient(object):
|
|
670
690
|
:rtype: :class:`~oci.response.Response`
|
671
691
|
|
672
692
|
:example:
|
673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/create_db_system.py.html>`__ to see an example of how to use create_db_system API.
|
674
694
|
"""
|
675
695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
676
696
|
required_arguments = []
|
677
697
|
resource_path = "/dbSystems"
|
678
698
|
method = "POST"
|
679
699
|
operation_name = "create_db_system"
|
680
|
-
api_reference_link = ""
|
700
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/CreateDbSystem"
|
681
701
|
|
682
702
|
# Don't accept unknown kwargs
|
683
703
|
expected_kwargs = [
|
@@ -736,14 +756,15 @@ class PostgresqlClient(object):
|
|
736
756
|
|
737
757
|
def delete_backup(self, backup_id, **kwargs):
|
738
758
|
"""
|
739
|
-
Deletes a
|
759
|
+
Deletes a backup by identifier.
|
740
760
|
|
741
761
|
|
742
762
|
:param str backup_id: (required)
|
743
|
-
unique
|
763
|
+
A unique identifier for the backup.
|
744
764
|
|
745
765
|
:param str if_match: (optional)
|
746
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
766
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
767
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
747
768
|
|
748
769
|
:param str opc_request_id: (optional)
|
749
770
|
The client request ID for tracing.
|
@@ -764,14 +785,14 @@ class PostgresqlClient(object):
|
|
764
785
|
:rtype: :class:`~oci.response.Response`
|
765
786
|
|
766
787
|
:example:
|
767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
768
789
|
"""
|
769
790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
770
791
|
required_arguments = ['backupId']
|
771
792
|
resource_path = "/backups/{backupId}"
|
772
793
|
method = "DELETE"
|
773
794
|
operation_name = "delete_backup"
|
774
|
-
api_reference_link = ""
|
795
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/DeleteBackup"
|
775
796
|
|
776
797
|
# Don't accept unknown kwargs
|
777
798
|
expected_kwargs = [
|
@@ -837,14 +858,15 @@ class PostgresqlClient(object):
|
|
837
858
|
|
838
859
|
def delete_configuration(self, configuration_id, **kwargs):
|
839
860
|
"""
|
840
|
-
Deletes a
|
861
|
+
Deletes a configuration by identifier.
|
841
862
|
|
842
863
|
|
843
864
|
:param str configuration_id: (required)
|
844
|
-
unique
|
865
|
+
A unique identifier for the configuration.
|
845
866
|
|
846
867
|
:param str if_match: (optional)
|
847
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
868
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
869
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
848
870
|
|
849
871
|
:param str opc_request_id: (optional)
|
850
872
|
The client request ID for tracing.
|
@@ -865,14 +887,14 @@ class PostgresqlClient(object):
|
|
865
887
|
:rtype: :class:`~oci.response.Response`
|
866
888
|
|
867
889
|
:example:
|
868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/delete_configuration.py.html>`__ to see an example of how to use delete_configuration API.
|
869
891
|
"""
|
870
892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
871
893
|
required_arguments = ['configurationId']
|
872
894
|
resource_path = "/configurations/{configurationId}"
|
873
895
|
method = "DELETE"
|
874
896
|
operation_name = "delete_configuration"
|
875
|
-
api_reference_link = ""
|
897
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/DeleteConfiguration"
|
876
898
|
|
877
899
|
# Don't accept unknown kwargs
|
878
900
|
expected_kwargs = [
|
@@ -938,14 +960,15 @@ class PostgresqlClient(object):
|
|
938
960
|
|
939
961
|
def delete_db_system(self, db_system_id, **kwargs):
|
940
962
|
"""
|
941
|
-
Deletes a
|
963
|
+
Deletes a database system by identifier.
|
942
964
|
|
943
965
|
|
944
966
|
:param str db_system_id: (required)
|
945
|
-
unique
|
967
|
+
A unique identifier for the database system.
|
946
968
|
|
947
969
|
:param str if_match: (optional)
|
948
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
970
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
971
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
949
972
|
|
950
973
|
:param str opc_request_id: (optional)
|
951
974
|
The client request ID for tracing.
|
@@ -966,14 +989,14 @@ class PostgresqlClient(object):
|
|
966
989
|
:rtype: :class:`~oci.response.Response`
|
967
990
|
|
968
991
|
:example:
|
969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/delete_db_system.py.html>`__ to see an example of how to use delete_db_system API.
|
970
993
|
"""
|
971
994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
972
995
|
required_arguments = ['dbSystemId']
|
973
996
|
resource_path = "/dbSystems/{dbSystemId}"
|
974
997
|
method = "DELETE"
|
975
998
|
operation_name = "delete_db_system"
|
976
|
-
api_reference_link = ""
|
999
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/DeleteDbSystem"
|
977
1000
|
|
978
1001
|
# Don't accept unknown kwargs
|
979
1002
|
expected_kwargs = [
|
@@ -1039,23 +1062,27 @@ class PostgresqlClient(object):
|
|
1039
1062
|
|
1040
1063
|
def failover_db_system(self, db_system_id, failover_db_system_details, **kwargs):
|
1041
1064
|
"""
|
1042
|
-
Runs a failover operation. Optionally
|
1065
|
+
Runs a failover operation. Optionally, specify the desired AD for regions with three ADs.
|
1043
1066
|
|
1044
1067
|
|
1045
1068
|
:param str db_system_id: (required)
|
1046
|
-
unique
|
1069
|
+
A unique identifier for the database system.
|
1047
1070
|
|
1048
1071
|
:param oci.psql.models.FailoverDbSystemDetails failover_db_system_details: (required)
|
1049
1072
|
The information to be updated.
|
1050
1073
|
|
1051
1074
|
:param str if_match: (optional)
|
1052
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
1075
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
1076
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
1053
1077
|
|
1054
1078
|
:param str opc_request_id: (optional)
|
1055
1079
|
The client request ID for tracing.
|
1056
1080
|
|
1057
1081
|
:param str opc_retry_token: (optional)
|
1058
1082
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
1083
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
1084
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
1085
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
1059
1086
|
|
1060
1087
|
:param obj retry_strategy: (optional)
|
1061
1088
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -1073,14 +1100,14 @@ class PostgresqlClient(object):
|
|
1073
1100
|
:rtype: :class:`~oci.response.Response`
|
1074
1101
|
|
1075
1102
|
:example:
|
1076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/failover_db_system.py.html>`__ to see an example of how to use failover_db_system API.
|
1077
1104
|
"""
|
1078
1105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1079
1106
|
required_arguments = ['dbSystemId']
|
1080
1107
|
resource_path = "/dbSystems/{dbSystemId}/actions/failover"
|
1081
1108
|
method = "POST"
|
1082
1109
|
operation_name = "failover_db_system"
|
1083
|
-
api_reference_link = ""
|
1110
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/FailoverDbSystem"
|
1084
1111
|
|
1085
1112
|
# Don't accept unknown kwargs
|
1086
1113
|
expected_kwargs = [
|
@@ -1151,11 +1178,11 @@ class PostgresqlClient(object):
|
|
1151
1178
|
|
1152
1179
|
def get_backup(self, backup_id, **kwargs):
|
1153
1180
|
"""
|
1154
|
-
Gets a
|
1181
|
+
Gets a backup by identifier.
|
1155
1182
|
|
1156
1183
|
|
1157
1184
|
:param str backup_id: (required)
|
1158
|
-
unique
|
1185
|
+
A unique identifier for the backup.
|
1159
1186
|
|
1160
1187
|
:param str opc_request_id: (optional)
|
1161
1188
|
The client request ID for tracing.
|
@@ -1176,14 +1203,14 @@ class PostgresqlClient(object):
|
|
1176
1203
|
:rtype: :class:`~oci.response.Response`
|
1177
1204
|
|
1178
1205
|
:example:
|
1179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
1180
1207
|
"""
|
1181
1208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1182
1209
|
required_arguments = ['backupId']
|
1183
1210
|
resource_path = "/backups/{backupId}"
|
1184
1211
|
method = "GET"
|
1185
1212
|
operation_name = "get_backup"
|
1186
|
-
api_reference_link = ""
|
1213
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/GetBackup"
|
1187
1214
|
|
1188
1215
|
# Don't accept unknown kwargs
|
1189
1216
|
expected_kwargs = [
|
@@ -1249,11 +1276,11 @@ class PostgresqlClient(object):
|
|
1249
1276
|
|
1250
1277
|
def get_configuration(self, configuration_id, **kwargs):
|
1251
1278
|
"""
|
1252
|
-
Gets a
|
1279
|
+
Gets a configuration by identifier.
|
1253
1280
|
|
1254
1281
|
|
1255
1282
|
:param str configuration_id: (required)
|
1256
|
-
unique
|
1283
|
+
A unique identifier for the configuration.
|
1257
1284
|
|
1258
1285
|
:param str opc_request_id: (optional)
|
1259
1286
|
The client request ID for tracing.
|
@@ -1274,14 +1301,14 @@ class PostgresqlClient(object):
|
|
1274
1301
|
:rtype: :class:`~oci.response.Response`
|
1275
1302
|
|
1276
1303
|
:example:
|
1277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/get_configuration.py.html>`__ to see an example of how to use get_configuration API.
|
1278
1305
|
"""
|
1279
1306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1280
1307
|
required_arguments = ['configurationId']
|
1281
1308
|
resource_path = "/configurations/{configurationId}"
|
1282
1309
|
method = "GET"
|
1283
1310
|
operation_name = "get_configuration"
|
1284
|
-
api_reference_link = ""
|
1311
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/GetConfiguration"
|
1285
1312
|
|
1286
1313
|
# Don't accept unknown kwargs
|
1287
1314
|
expected_kwargs = [
|
@@ -1347,11 +1374,11 @@ class PostgresqlClient(object):
|
|
1347
1374
|
|
1348
1375
|
def get_connection_details(self, db_system_id, **kwargs):
|
1349
1376
|
"""
|
1350
|
-
Gets the
|
1377
|
+
Gets the database system connection details.
|
1351
1378
|
|
1352
1379
|
|
1353
1380
|
:param str db_system_id: (required)
|
1354
|
-
unique
|
1381
|
+
A unique identifier for the database system.
|
1355
1382
|
|
1356
1383
|
:param str opc_request_id: (optional)
|
1357
1384
|
The client request ID for tracing.
|
@@ -1372,14 +1399,14 @@ class PostgresqlClient(object):
|
|
1372
1399
|
:rtype: :class:`~oci.response.Response`
|
1373
1400
|
|
1374
1401
|
:example:
|
1375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/get_connection_details.py.html>`__ to see an example of how to use get_connection_details API.
|
1376
1403
|
"""
|
1377
1404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1378
1405
|
required_arguments = ['dbSystemId']
|
1379
1406
|
resource_path = "/dbSystems/{dbSystemId}/connectionDetails"
|
1380
1407
|
method = "GET"
|
1381
1408
|
operation_name = "get_connection_details"
|
1382
|
-
api_reference_link = ""
|
1409
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/ConnectionDetails/GetConnectionDetails"
|
1383
1410
|
|
1384
1411
|
# Don't accept unknown kwargs
|
1385
1412
|
expected_kwargs = [
|
@@ -1445,17 +1472,17 @@ class PostgresqlClient(object):
|
|
1445
1472
|
|
1446
1473
|
def get_db_system(self, db_system_id, **kwargs):
|
1447
1474
|
"""
|
1448
|
-
Gets a
|
1475
|
+
Gets a database system by identifier.
|
1449
1476
|
|
1450
1477
|
|
1451
1478
|
:param str db_system_id: (required)
|
1452
|
-
unique
|
1479
|
+
A unique identifier for the database system.
|
1453
1480
|
|
1454
1481
|
:param str opc_request_id: (optional)
|
1455
1482
|
The client request ID for tracing.
|
1456
1483
|
|
1457
1484
|
:param list[str] excluded_fields: (optional)
|
1458
|
-
A filter to exclude
|
1485
|
+
A filter to exclude database configuration when this query parameter is set to OverrideDbConfig.
|
1459
1486
|
|
1460
1487
|
Allowed values are: "dbConfigurationParams"
|
1461
1488
|
|
@@ -1475,14 +1502,14 @@ class PostgresqlClient(object):
|
|
1475
1502
|
:rtype: :class:`~oci.response.Response`
|
1476
1503
|
|
1477
1504
|
:example:
|
1478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
1479
1506
|
"""
|
1480
1507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1481
1508
|
required_arguments = ['dbSystemId']
|
1482
1509
|
resource_path = "/dbSystems/{dbSystemId}"
|
1483
1510
|
method = "GET"
|
1484
1511
|
operation_name = "get_db_system"
|
1485
|
-
api_reference_link = ""
|
1512
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/GetDbSystem"
|
1486
1513
|
|
1487
1514
|
# Don't accept unknown kwargs
|
1488
1515
|
expected_kwargs = [
|
@@ -1564,11 +1591,11 @@ class PostgresqlClient(object):
|
|
1564
1591
|
|
1565
1592
|
def get_default_configuration(self, default_configuration_id, **kwargs):
|
1566
1593
|
"""
|
1567
|
-
Gets a
|
1594
|
+
Gets a default configuration by identifier.
|
1568
1595
|
|
1569
1596
|
|
1570
1597
|
:param str default_configuration_id: (required)
|
1571
|
-
unique
|
1598
|
+
A unique identifier for the configuration.
|
1572
1599
|
|
1573
1600
|
:param str opc_request_id: (optional)
|
1574
1601
|
The client request ID for tracing.
|
@@ -1589,14 +1616,14 @@ class PostgresqlClient(object):
|
|
1589
1616
|
:rtype: :class:`~oci.response.Response`
|
1590
1617
|
|
1591
1618
|
:example:
|
1592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/get_default_configuration.py.html>`__ to see an example of how to use get_default_configuration API.
|
1593
1620
|
"""
|
1594
1621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1595
1622
|
required_arguments = ['defaultConfigurationId']
|
1596
1623
|
resource_path = "/defaultConfigurations/{defaultConfigurationId}"
|
1597
1624
|
method = "GET"
|
1598
1625
|
operation_name = "get_default_configuration"
|
1599
|
-
api_reference_link = ""
|
1626
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DefaultConfiguration/GetDefaultConfiguration"
|
1600
1627
|
|
1601
1628
|
# Don't accept unknown kwargs
|
1602
1629
|
expected_kwargs = [
|
@@ -1662,11 +1689,11 @@ class PostgresqlClient(object):
|
|
1662
1689
|
|
1663
1690
|
def get_primary_db_instance(self, db_system_id, **kwargs):
|
1664
1691
|
"""
|
1665
|
-
Gets the primary
|
1692
|
+
Gets the primary database instance node details.
|
1666
1693
|
|
1667
1694
|
|
1668
1695
|
:param str db_system_id: (required)
|
1669
|
-
unique
|
1696
|
+
A unique identifier for the database system.
|
1670
1697
|
|
1671
1698
|
:param str opc_request_id: (optional)
|
1672
1699
|
The client request ID for tracing.
|
@@ -1687,14 +1714,14 @@ class PostgresqlClient(object):
|
|
1687
1714
|
:rtype: :class:`~oci.response.Response`
|
1688
1715
|
|
1689
1716
|
:example:
|
1690
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/get_primary_db_instance.py.html>`__ to see an example of how to use get_primary_db_instance API.
|
1691
1718
|
"""
|
1692
1719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1693
1720
|
required_arguments = ['dbSystemId']
|
1694
1721
|
resource_path = "/dbSystems/{dbSystemId}/primaryDbInstance"
|
1695
1722
|
method = "GET"
|
1696
1723
|
operation_name = "get_primary_db_instance"
|
1697
|
-
api_reference_link = ""
|
1724
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/GetPrimaryDbInstance"
|
1698
1725
|
|
1699
1726
|
# Don't accept unknown kwargs
|
1700
1727
|
expected_kwargs = [
|
@@ -1785,14 +1812,14 @@ class PostgresqlClient(object):
|
|
1785
1812
|
:rtype: :class:`~oci.response.Response`
|
1786
1813
|
|
1787
1814
|
:example:
|
1788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
1789
1816
|
"""
|
1790
1817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1791
1818
|
required_arguments = ['workRequestId']
|
1792
1819
|
resource_path = "/workRequests/{workRequestId}"
|
1793
1820
|
method = "GET"
|
1794
1821
|
operation_name = "get_work_request"
|
1795
|
-
api_reference_link = ""
|
1822
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/WorkRequest/GetWorkRequest"
|
1796
1823
|
|
1797
1824
|
# Don't accept unknown kwargs
|
1798
1825
|
expected_kwargs = [
|
@@ -1858,20 +1885,24 @@ class PostgresqlClient(object):
|
|
1858
1885
|
|
1859
1886
|
def list_backups(self, **kwargs):
|
1860
1887
|
"""
|
1861
|
-
Returns a list of
|
1888
|
+
Returns a list of backups.
|
1862
1889
|
|
1863
1890
|
|
1864
1891
|
:param str compartment_id: (optional)
|
1865
1892
|
The ID of the compartment in which to list resources.
|
1866
1893
|
|
1867
1894
|
:param datetime time_started: (optional)
|
1868
|
-
The start date for getting
|
1895
|
+
The start date for getting backups. An `RFC 3339`__ formatted datetime string.
|
1896
|
+
|
1897
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
1869
1898
|
|
1870
1899
|
:param datetime time_ended: (optional)
|
1871
|
-
The
|
1900
|
+
The end date for getting backups. An `RFC 3339`__ formatted datetime string.
|
1901
|
+
|
1902
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
1872
1903
|
|
1873
1904
|
:param str lifecycle_state: (optional)
|
1874
|
-
A filter to return only resources their lifecycleState matches the given lifecycleState
|
1905
|
+
A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
1875
1906
|
|
1876
1907
|
Allowed values are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED"
|
1877
1908
|
|
@@ -1879,10 +1910,10 @@ class PostgresqlClient(object):
|
|
1879
1910
|
A filter to return only resources that match the entire display name given.
|
1880
1911
|
|
1881
1912
|
:param str backup_id: (optional)
|
1882
|
-
unique
|
1913
|
+
A unique identifier for the backup.
|
1883
1914
|
|
1884
1915
|
:param str id: (optional)
|
1885
|
-
unique
|
1916
|
+
A unique identifier for the database system.
|
1886
1917
|
|
1887
1918
|
:param int limit: (optional)
|
1888
1919
|
The maximum number of items to return.
|
@@ -1919,14 +1950,14 @@ class PostgresqlClient(object):
|
|
1919
1950
|
:rtype: :class:`~oci.response.Response`
|
1920
1951
|
|
1921
1952
|
:example:
|
1922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
1923
1954
|
"""
|
1924
1955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1925
1956
|
required_arguments = []
|
1926
1957
|
resource_path = "/backups"
|
1927
1958
|
method = "GET"
|
1928
1959
|
operation_name = "list_backups"
|
1929
|
-
api_reference_link = ""
|
1960
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/BackupCollection/ListBackups"
|
1930
1961
|
|
1931
1962
|
# Don't accept unknown kwargs
|
1932
1963
|
expected_kwargs = [
|
@@ -2029,14 +2060,14 @@ class PostgresqlClient(object):
|
|
2029
2060
|
|
2030
2061
|
def list_configurations(self, **kwargs):
|
2031
2062
|
"""
|
2032
|
-
Returns a list of
|
2063
|
+
Returns a list of configurations.
|
2033
2064
|
|
2034
2065
|
|
2035
2066
|
:param str compartment_id: (optional)
|
2036
2067
|
The ID of the compartment in which to list resources.
|
2037
2068
|
|
2038
2069
|
:param str lifecycle_state: (optional)
|
2039
|
-
A filter to return only resources their lifecycleState matches the given lifecycleState
|
2070
|
+
A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
2040
2071
|
|
2041
2072
|
Allowed values are: "ACTIVE", "DELETING", "DELETED", "FAILED"
|
2042
2073
|
|
@@ -2044,13 +2075,14 @@ class PostgresqlClient(object):
|
|
2044
2075
|
A filter to return only resources that match the entire display name given.
|
2045
2076
|
|
2046
2077
|
:param str db_version: (optional)
|
2047
|
-
Verison of the
|
2078
|
+
Verison of the PostgreSQL database, such as 14.9.
|
2048
2079
|
|
2049
2080
|
:param str shape: (optional)
|
2050
|
-
|
2081
|
+
The name of the shape for the configuration.
|
2082
|
+
Example: `VM.Standard.E4.Flex`
|
2051
2083
|
|
2052
2084
|
:param str configuration_id: (optional)
|
2053
|
-
unique
|
2085
|
+
A unique identifier for the configuration.
|
2054
2086
|
|
2055
2087
|
:param int limit: (optional)
|
2056
2088
|
The maximum number of items to return.
|
@@ -2087,14 +2119,14 @@ class PostgresqlClient(object):
|
|
2087
2119
|
:rtype: :class:`~oci.response.Response`
|
2088
2120
|
|
2089
2121
|
:example:
|
2090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/list_configurations.py.html>`__ to see an example of how to use list_configurations API.
|
2091
2123
|
"""
|
2092
2124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2093
2125
|
required_arguments = []
|
2094
2126
|
resource_path = "/configurations"
|
2095
2127
|
method = "GET"
|
2096
2128
|
operation_name = "list_configurations"
|
2097
|
-
api_reference_link = ""
|
2129
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/ConfigurationCollection/ListConfigurations"
|
2098
2130
|
|
2099
2131
|
# Don't accept unknown kwargs
|
2100
2132
|
expected_kwargs = [
|
@@ -2195,14 +2227,14 @@ class PostgresqlClient(object):
|
|
2195
2227
|
|
2196
2228
|
def list_db_systems(self, **kwargs):
|
2197
2229
|
"""
|
2198
|
-
Returns a list of
|
2230
|
+
Returns a list of database systems.
|
2199
2231
|
|
2200
2232
|
|
2201
2233
|
:param str compartment_id: (optional)
|
2202
2234
|
The ID of the compartment in which to list resources.
|
2203
2235
|
|
2204
2236
|
:param str lifecycle_state: (optional)
|
2205
|
-
A filter to return only resources their lifecycleState matches the given lifecycleState
|
2237
|
+
A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
2206
2238
|
|
2207
2239
|
Allowed values are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION"
|
2208
2240
|
|
@@ -2210,7 +2242,7 @@ class PostgresqlClient(object):
|
|
2210
2242
|
A filter to return only resources that match the entire display name given.
|
2211
2243
|
|
2212
2244
|
:param str id: (optional)
|
2213
|
-
unique
|
2245
|
+
A unique identifier for the database system.
|
2214
2246
|
|
2215
2247
|
:param int limit: (optional)
|
2216
2248
|
The maximum number of items to return.
|
@@ -2247,14 +2279,14 @@ class PostgresqlClient(object):
|
|
2247
2279
|
:rtype: :class:`~oci.response.Response`
|
2248
2280
|
|
2249
2281
|
:example:
|
2250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
2251
2283
|
"""
|
2252
2284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2253
2285
|
required_arguments = []
|
2254
2286
|
resource_path = "/dbSystems"
|
2255
2287
|
method = "GET"
|
2256
2288
|
operation_name = "list_db_systems"
|
2257
|
-
api_reference_link = ""
|
2289
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystemCollection/ListDbSystems"
|
2258
2290
|
|
2259
2291
|
# Don't accept unknown kwargs
|
2260
2292
|
expected_kwargs = [
|
@@ -2351,11 +2383,11 @@ class PostgresqlClient(object):
|
|
2351
2383
|
|
2352
2384
|
def list_default_configurations(self, **kwargs):
|
2353
2385
|
"""
|
2354
|
-
Returns a list of
|
2386
|
+
Returns a list of default configurations.
|
2355
2387
|
|
2356
2388
|
|
2357
2389
|
:param str lifecycle_state: (optional)
|
2358
|
-
A filter to return only resources their lifecycleState matches the given lifecycleState
|
2390
|
+
A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
2359
2391
|
|
2360
2392
|
Allowed values are: "ACTIVE", "DELETING", "DELETED", "FAILED"
|
2361
2393
|
|
@@ -2363,13 +2395,14 @@ class PostgresqlClient(object):
|
|
2363
2395
|
A filter to return only resources that match the entire display name given.
|
2364
2396
|
|
2365
2397
|
:param str db_version: (optional)
|
2366
|
-
Verison of the
|
2398
|
+
Verison of the PostgreSQL database, such as 14.9.
|
2367
2399
|
|
2368
2400
|
:param str shape: (optional)
|
2369
|
-
|
2401
|
+
The name of the shape for the configuration.
|
2402
|
+
Example: `VM.Standard.E4.Flex`
|
2370
2403
|
|
2371
2404
|
:param str configuration_id: (optional)
|
2372
|
-
unique
|
2405
|
+
A unique identifier for the configuration.
|
2373
2406
|
|
2374
2407
|
:param int limit: (optional)
|
2375
2408
|
The maximum number of items to return.
|
@@ -2406,14 +2439,14 @@ class PostgresqlClient(object):
|
|
2406
2439
|
:rtype: :class:`~oci.response.Response`
|
2407
2440
|
|
2408
2441
|
:example:
|
2409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/list_default_configurations.py.html>`__ to see an example of how to use list_default_configurations API.
|
2410
2443
|
"""
|
2411
2444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2412
2445
|
required_arguments = []
|
2413
2446
|
resource_path = "/defaultConfigurations"
|
2414
2447
|
method = "GET"
|
2415
2448
|
operation_name = "list_default_configurations"
|
2416
|
-
api_reference_link = ""
|
2449
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DefaultConfigurationCollection/ListDefaultConfigurations"
|
2417
2450
|
|
2418
2451
|
# Don't accept unknown kwargs
|
2419
2452
|
expected_kwargs = [
|
@@ -2556,14 +2589,14 @@ class PostgresqlClient(object):
|
|
2556
2589
|
:rtype: :class:`~oci.response.Response`
|
2557
2590
|
|
2558
2591
|
:example:
|
2559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
|
2560
2593
|
"""
|
2561
2594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2562
2595
|
required_arguments = []
|
2563
2596
|
resource_path = "/shapes"
|
2564
2597
|
method = "GET"
|
2565
2598
|
operation_name = "list_shapes"
|
2566
|
-
api_reference_link = ""
|
2599
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/ShapeSummary/ListShapes"
|
2567
2600
|
|
2568
2601
|
# Don't accept unknown kwargs
|
2569
2602
|
expected_kwargs = [
|
@@ -2690,14 +2723,14 @@ class PostgresqlClient(object):
|
|
2690
2723
|
:rtype: :class:`~oci.response.Response`
|
2691
2724
|
|
2692
2725
|
:example:
|
2693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
2694
2727
|
"""
|
2695
2728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2696
2729
|
required_arguments = ['workRequestId']
|
2697
2730
|
resource_path = "/workRequests/{workRequestId}/errors"
|
2698
2731
|
method = "GET"
|
2699
2732
|
operation_name = "list_work_request_errors"
|
2700
|
-
api_reference_link = ""
|
2733
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/WorkRequestError/ListWorkRequestErrors"
|
2701
2734
|
|
2702
2735
|
# Don't accept unknown kwargs
|
2703
2736
|
expected_kwargs = [
|
@@ -2832,14 +2865,14 @@ class PostgresqlClient(object):
|
|
2832
2865
|
:rtype: :class:`~oci.response.Response`
|
2833
2866
|
|
2834
2867
|
:example:
|
2835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
2836
2869
|
"""
|
2837
2870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2838
2871
|
required_arguments = ['workRequestId']
|
2839
2872
|
resource_path = "/workRequests/{workRequestId}/logs"
|
2840
2873
|
method = "GET"
|
2841
2874
|
operation_name = "list_work_request_logs"
|
2842
|
-
api_reference_link = ""
|
2875
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/WorkRequestLogEntry/ListWorkRequestLogs"
|
2843
2876
|
|
2844
2877
|
# Don't accept unknown kwargs
|
2845
2878
|
expected_kwargs = [
|
@@ -2943,7 +2976,7 @@ class PostgresqlClient(object):
|
|
2943
2976
|
The ID of the asynchronous work request.
|
2944
2977
|
|
2945
2978
|
:param str status: (optional)
|
2946
|
-
A filter to return only resources their lifecycleState matches the given OperationStatus.
|
2979
|
+
A filter to return only resources if their `lifecycleState` matches the given OperationStatus.
|
2947
2980
|
|
2948
2981
|
Allowed values are: "ACCEPTED", "IN_PROGRESS", "WAITING", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"
|
2949
2982
|
|
@@ -2985,14 +3018,14 @@ class PostgresqlClient(object):
|
|
2985
3018
|
:rtype: :class:`~oci.response.Response`
|
2986
3019
|
|
2987
3020
|
:example:
|
2988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
2989
3022
|
"""
|
2990
3023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2991
3024
|
required_arguments = []
|
2992
3025
|
resource_path = "/workRequests"
|
2993
3026
|
method = "GET"
|
2994
3027
|
operation_name = "list_work_requests"
|
2995
|
-
api_reference_link = ""
|
3028
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/WorkRequest/ListWorkRequests"
|
2996
3029
|
|
2997
3030
|
# Don't accept unknown kwargs
|
2998
3031
|
expected_kwargs = [
|
@@ -3089,17 +3122,18 @@ class PostgresqlClient(object):
|
|
3089
3122
|
|
3090
3123
|
def patch_db_system(self, db_system_id, patch_db_system_details, **kwargs):
|
3091
3124
|
"""
|
3092
|
-
|
3125
|
+
Modifies the database system by adding or removing database instance nodes.
|
3093
3126
|
|
3094
3127
|
|
3095
3128
|
:param str db_system_id: (required)
|
3096
|
-
unique
|
3129
|
+
A unique identifier for the database system.
|
3097
3130
|
|
3098
3131
|
:param oci.psql.models.PatchDbSystemDetails patch_db_system_details: (required)
|
3099
|
-
The information to be
|
3132
|
+
The information to be modified.
|
3100
3133
|
|
3101
3134
|
:param str if_match: (optional)
|
3102
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
3135
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
3136
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3103
3137
|
|
3104
3138
|
:param str opc_request_id: (optional)
|
3105
3139
|
The client request ID for tracing.
|
@@ -3120,14 +3154,14 @@ class PostgresqlClient(object):
|
|
3120
3154
|
:rtype: :class:`~oci.response.Response`
|
3121
3155
|
|
3122
3156
|
:example:
|
3123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/patch_db_system.py.html>`__ to see an example of how to use patch_db_system API.
|
3124
3158
|
"""
|
3125
3159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3126
3160
|
required_arguments = ['dbSystemId']
|
3127
3161
|
resource_path = "/dbSystems/{dbSystemId}"
|
3128
3162
|
method = "PATCH"
|
3129
3163
|
operation_name = "patch_db_system"
|
3130
|
-
api_reference_link = ""
|
3164
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/PatchDbSystem"
|
3131
3165
|
|
3132
3166
|
# Don't accept unknown kwargs
|
3133
3167
|
expected_kwargs = [
|
@@ -3195,23 +3229,27 @@ class PostgresqlClient(object):
|
|
3195
3229
|
|
3196
3230
|
def reset_master_user_password(self, db_system_id, reset_master_user_password_details, **kwargs):
|
3197
3231
|
"""
|
3198
|
-
Resets the
|
3232
|
+
Resets the database system's master password.
|
3199
3233
|
|
3200
3234
|
|
3201
3235
|
:param str db_system_id: (required)
|
3202
|
-
unique
|
3236
|
+
A unique identifier for the database system.
|
3203
3237
|
|
3204
3238
|
:param oci.psql.models.ResetMasterUserPasswordDetails reset_master_user_password_details: (required)
|
3205
3239
|
The information to be updated.
|
3206
3240
|
|
3207
3241
|
:param str if_match: (optional)
|
3208
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
3242
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
3243
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3209
3244
|
|
3210
3245
|
:param str opc_request_id: (optional)
|
3211
3246
|
The client request ID for tracing.
|
3212
3247
|
|
3213
3248
|
:param str opc_retry_token: (optional)
|
3214
3249
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
3250
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
3251
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
3252
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
3215
3253
|
|
3216
3254
|
:param obj retry_strategy: (optional)
|
3217
3255
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -3229,14 +3267,14 @@ class PostgresqlClient(object):
|
|
3229
3267
|
:rtype: :class:`~oci.response.Response`
|
3230
3268
|
|
3231
3269
|
:example:
|
3232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/reset_master_user_password.py.html>`__ to see an example of how to use reset_master_user_password API.
|
3233
3271
|
"""
|
3234
3272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3235
3273
|
required_arguments = ['dbSystemId']
|
3236
3274
|
resource_path = "/dbSystems/{dbSystemId}/actions/resetMasterUserPassword"
|
3237
3275
|
method = "POST"
|
3238
3276
|
operation_name = "reset_master_user_password"
|
3239
|
-
api_reference_link = ""
|
3277
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/ResetMasterUserPassword"
|
3240
3278
|
|
3241
3279
|
# Don't accept unknown kwargs
|
3242
3280
|
expected_kwargs = [
|
@@ -3307,23 +3345,27 @@ class PostgresqlClient(object):
|
|
3307
3345
|
|
3308
3346
|
def restart_db_instance_in_db_system(self, db_system_id, restart_db_instance_in_db_system_details, **kwargs):
|
3309
3347
|
"""
|
3310
|
-
Restarts the running
|
3348
|
+
Restarts the running database instance node.
|
3311
3349
|
|
3312
3350
|
|
3313
3351
|
:param str db_system_id: (required)
|
3314
|
-
unique
|
3352
|
+
A unique identifier for the database system.
|
3315
3353
|
|
3316
3354
|
:param oci.psql.models.RestartDbInstanceInDbSystemDetails restart_db_instance_in_db_system_details: (required)
|
3317
|
-
|
3355
|
+
Database instance node restart parameters.
|
3318
3356
|
|
3319
3357
|
:param str if_match: (optional)
|
3320
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
3358
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
3359
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3321
3360
|
|
3322
3361
|
:param str opc_request_id: (optional)
|
3323
3362
|
The client request ID for tracing.
|
3324
3363
|
|
3325
3364
|
:param str opc_retry_token: (optional)
|
3326
3365
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
3366
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
3367
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
3368
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
3327
3369
|
|
3328
3370
|
:param obj retry_strategy: (optional)
|
3329
3371
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -3341,14 +3383,14 @@ class PostgresqlClient(object):
|
|
3341
3383
|
:rtype: :class:`~oci.response.Response`
|
3342
3384
|
|
3343
3385
|
:example:
|
3344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/restart_db_instance_in_db_system.py.html>`__ to see an example of how to use restart_db_instance_in_db_system API.
|
3345
3387
|
"""
|
3346
3388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3347
3389
|
required_arguments = ['dbSystemId']
|
3348
3390
|
resource_path = "/dbSystems/{dbSystemId}/actions/restartDbInstance"
|
3349
3391
|
method = "POST"
|
3350
3392
|
operation_name = "restart_db_instance_in_db_system"
|
3351
|
-
api_reference_link = ""
|
3393
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/RestartDbInstanceInDbSystem"
|
3352
3394
|
|
3353
3395
|
# Don't accept unknown kwargs
|
3354
3396
|
expected_kwargs = [
|
@@ -3419,23 +3461,27 @@ class PostgresqlClient(object):
|
|
3419
3461
|
|
3420
3462
|
def restore_db_system(self, db_system_id, restore_db_system_details, **kwargs):
|
3421
3463
|
"""
|
3422
|
-
Restore the
|
3464
|
+
Restore the database system.
|
3423
3465
|
|
3424
3466
|
|
3425
3467
|
:param str db_system_id: (required)
|
3426
|
-
unique
|
3468
|
+
A unique identifier for the database system.
|
3427
3469
|
|
3428
3470
|
:param oci.psql.models.RestoreDbSystemDetails restore_db_system_details: (required)
|
3429
|
-
|
3471
|
+
Database system restore parameters.
|
3430
3472
|
|
3431
3473
|
:param str if_match: (optional)
|
3432
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
3474
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
3475
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3433
3476
|
|
3434
3477
|
:param str opc_request_id: (optional)
|
3435
3478
|
The client request ID for tracing.
|
3436
3479
|
|
3437
3480
|
:param str opc_retry_token: (optional)
|
3438
3481
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
3482
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
3483
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
3484
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
3439
3485
|
|
3440
3486
|
:param obj retry_strategy: (optional)
|
3441
3487
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -3453,14 +3499,14 @@ class PostgresqlClient(object):
|
|
3453
3499
|
:rtype: :class:`~oci.response.Response`
|
3454
3500
|
|
3455
3501
|
:example:
|
3456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/restore_db_system.py.html>`__ to see an example of how to use restore_db_system API.
|
3457
3503
|
"""
|
3458
3504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3459
3505
|
required_arguments = ['dbSystemId']
|
3460
3506
|
resource_path = "/dbSystems/{dbSystemId}/actions/restore"
|
3461
3507
|
method = "POST"
|
3462
3508
|
operation_name = "restore_db_system"
|
3463
|
-
api_reference_link = ""
|
3509
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/RestoreDbSystem"
|
3464
3510
|
|
3465
3511
|
# Don't accept unknown kwargs
|
3466
3512
|
expected_kwargs = [
|
@@ -3531,17 +3577,18 @@ class PostgresqlClient(object):
|
|
3531
3577
|
|
3532
3578
|
def update_backup(self, backup_id, update_backup_details, **kwargs):
|
3533
3579
|
"""
|
3534
|
-
Updates the
|
3580
|
+
Updates the backup.
|
3535
3581
|
|
3536
3582
|
|
3537
3583
|
:param str backup_id: (required)
|
3538
|
-
unique
|
3584
|
+
A unique identifier for the backup.
|
3539
3585
|
|
3540
3586
|
:param oci.psql.models.UpdateBackupDetails update_backup_details: (required)
|
3541
3587
|
The information to be updated.
|
3542
3588
|
|
3543
3589
|
:param str if_match: (optional)
|
3544
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
3590
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
3591
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3545
3592
|
|
3546
3593
|
:param str opc_request_id: (optional)
|
3547
3594
|
The client request ID for tracing.
|
@@ -3562,14 +3609,14 @@ class PostgresqlClient(object):
|
|
3562
3609
|
:rtype: :class:`~oci.response.Response`
|
3563
3610
|
|
3564
3611
|
:example:
|
3565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/update_backup.py.html>`__ to see an example of how to use update_backup API.
|
3566
3613
|
"""
|
3567
3614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3568
3615
|
required_arguments = ['backupId']
|
3569
3616
|
resource_path = "/backups/{backupId}"
|
3570
3617
|
method = "PUT"
|
3571
3618
|
operation_name = "update_backup"
|
3572
|
-
api_reference_link = ""
|
3619
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/UpdateBackup"
|
3573
3620
|
|
3574
3621
|
# Don't accept unknown kwargs
|
3575
3622
|
expected_kwargs = [
|
@@ -3639,20 +3686,24 @@ class PostgresqlClient(object):
|
|
3639
3686
|
|
3640
3687
|
def update_configuration(self, configuration_id, update_configuration_details, **kwargs):
|
3641
3688
|
"""
|
3642
|
-
Updates a display name or description of the
|
3689
|
+
Updates a display name or description of the configuration.
|
3643
3690
|
|
3644
3691
|
|
3645
3692
|
:param str configuration_id: (required)
|
3646
|
-
unique
|
3693
|
+
A unique identifier for the configuration.
|
3647
3694
|
|
3648
3695
|
:param oci.psql.models.UpdateConfigurationDetails update_configuration_details: (required)
|
3649
|
-
Details for
|
3696
|
+
Details for updating display name or description for a configuration.
|
3650
3697
|
|
3651
3698
|
:param str opc_retry_token: (optional)
|
3652
3699
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
3700
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
3701
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
3702
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
3653
3703
|
|
3654
3704
|
:param str if_match: (optional)
|
3655
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
3705
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
3706
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3656
3707
|
|
3657
3708
|
:param str opc_request_id: (optional)
|
3658
3709
|
The client request ID for tracing.
|
@@ -3673,14 +3724,14 @@ class PostgresqlClient(object):
|
|
3673
3724
|
:rtype: :class:`~oci.response.Response`
|
3674
3725
|
|
3675
3726
|
:example:
|
3676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/update_configuration.py.html>`__ to see an example of how to use update_configuration API.
|
3677
3728
|
"""
|
3678
3729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3679
3730
|
required_arguments = ['configurationId']
|
3680
3731
|
resource_path = "/configurations/{configurationId}"
|
3681
3732
|
method = "PUT"
|
3682
3733
|
operation_name = "update_configuration"
|
3683
|
-
api_reference_link = ""
|
3734
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/UpdateConfiguration"
|
3684
3735
|
|
3685
3736
|
# Don't accept unknown kwargs
|
3686
3737
|
expected_kwargs = [
|
@@ -3753,23 +3804,27 @@ class PostgresqlClient(object):
|
|
3753
3804
|
|
3754
3805
|
def update_db_system(self, db_system_id, update_db_system_details, **kwargs):
|
3755
3806
|
"""
|
3756
|
-
Updates the
|
3807
|
+
Updates the database system.
|
3757
3808
|
|
3758
3809
|
|
3759
3810
|
:param str db_system_id: (required)
|
3760
|
-
unique
|
3811
|
+
A unique identifier for the database system.
|
3761
3812
|
|
3762
3813
|
:param oci.psql.models.UpdateDbSystemDetails update_db_system_details: (required)
|
3763
3814
|
The information to be updated.
|
3764
3815
|
|
3765
3816
|
:param str if_match: (optional)
|
3766
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
3817
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
3818
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3767
3819
|
|
3768
3820
|
:param str opc_request_id: (optional)
|
3769
3821
|
The client request ID for tracing.
|
3770
3822
|
|
3771
3823
|
:param str opc_retry_token: (optional)
|
3772
3824
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
3825
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
3826
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
3827
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
3773
3828
|
|
3774
3829
|
:param obj retry_strategy: (optional)
|
3775
3830
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -3787,14 +3842,14 @@ class PostgresqlClient(object):
|
|
3787
3842
|
:rtype: :class:`~oci.response.Response`
|
3788
3843
|
|
3789
3844
|
:example:
|
3790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
3791
3846
|
"""
|
3792
3847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3793
3848
|
required_arguments = ['dbSystemId']
|
3794
3849
|
resource_path = "/dbSystems/{dbSystemId}"
|
3795
3850
|
method = "PUT"
|
3796
3851
|
operation_name = "update_db_system"
|
3797
|
-
api_reference_link = ""
|
3852
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/UpdateDbSystem"
|
3798
3853
|
|
3799
3854
|
# Don't accept unknown kwargs
|
3800
3855
|
expected_kwargs = [
|
@@ -3865,26 +3920,30 @@ class PostgresqlClient(object):
|
|
3865
3920
|
|
3866
3921
|
def update_db_system_db_instance(self, db_system_id, db_instance_id, update_db_system_db_instance_details, **kwargs):
|
3867
3922
|
"""
|
3868
|
-
Updates the
|
3923
|
+
Updates the database instance node.
|
3869
3924
|
|
3870
3925
|
|
3871
3926
|
:param str db_system_id: (required)
|
3872
|
-
unique
|
3927
|
+
A unique identifier for the database system.
|
3873
3928
|
|
3874
3929
|
:param str db_instance_id: (required)
|
3875
|
-
unique
|
3930
|
+
A unique identifier for the database instance node.
|
3876
3931
|
|
3877
3932
|
:param oci.psql.models.UpdateDbSystemDbInstanceDetails update_db_system_db_instance_details: (required)
|
3878
|
-
|
3933
|
+
Database instance node update parameters.
|
3879
3934
|
|
3880
3935
|
:param str if_match: (optional)
|
3881
|
-
For optimistic concurrency control. In the PUT or DELETE call
|
3936
|
+
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
3937
|
+
The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3882
3938
|
|
3883
3939
|
:param str opc_request_id: (optional)
|
3884
3940
|
The client request ID for tracing.
|
3885
3941
|
|
3886
3942
|
:param str opc_retry_token: (optional)
|
3887
3943
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
3944
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
3945
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
3946
|
+
has been deleted and purged from the system, `retrytoken` could be expired or invalidated.
|
3888
3947
|
|
3889
3948
|
:param obj retry_strategy: (optional)
|
3890
3949
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -3902,14 +3961,14 @@ class PostgresqlClient(object):
|
|
3902
3961
|
:rtype: :class:`~oci.response.Response`
|
3903
3962
|
|
3904
3963
|
:example:
|
3905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/psql/update_db_system_db_instance.py.html>`__ to see an example of how to use update_db_system_db_instance API.
|
3906
3965
|
"""
|
3907
3966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3908
3967
|
required_arguments = ['dbSystemId', 'dbInstanceId']
|
3909
3968
|
resource_path = "/dbSystems/{dbSystemId}/dbinstances/{dbInstanceId}"
|
3910
3969
|
method = "PUT"
|
3911
3970
|
operation_name = "update_db_system_db_instance"
|
3912
|
-
api_reference_link = ""
|
3971
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/UpdateDbSystemDbInstance"
|
3913
3972
|
|
3914
3973
|
# Don't accept unknown kwargs
|
3915
3974
|
expected_kwargs = [
|