oci 2.155.0__py3-none-any.whl → 2.155.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +140 -26
- oci/ai_document/models/__init__.py +50 -0
- oci/ai_document/models/analyze_document_result.py +62 -0
- oci/ai_document/models/bar_code.py +159 -0
- oci/ai_document/models/capabilities.py +70 -0
- oci/ai_document/models/capability.py +70 -0
- oci/ai_document/models/create_model_details.py +93 -0
- oci/ai_document/models/detected_document_type.py +35 -0
- oci/ai_document/models/document_classification_feature.py +36 -5
- oci/ai_document/models/document_classification_model_metrics.py +1 -1
- oci/ai_document/models/document_elements_extraction_feature.py +80 -0
- oci/ai_document/models/document_elements_sub_type.py +103 -0
- oci/ai_document/models/document_feature.py +13 -3
- oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
- oci/ai_document/models/document_language_classification_feature.py +1 -1
- oci/ai_document/models/document_table_extraction_feature.py +34 -3
- oci/ai_document/models/document_text_extraction_feature.py +65 -3
- oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/field_value.py +64 -2
- oci/ai_document/models/general_processor_config.py +1 -1
- oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/inline_document_content.py +33 -2
- oci/ai_document/models/inline_document_details.py +33 -2
- oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/invoice_processor_config.py +107 -0
- oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
- oci/ai_document/models/kv_model_sub_type.py +121 -0
- oci/ai_document/models/model.py +116 -3
- oci/ai_document/models/model_metrics.py +43 -3
- oci/ai_document/models/model_sub_type.py +113 -0
- oci/ai_document/models/model_summary.py +31 -0
- oci/ai_document/models/model_type_info.py +101 -0
- oci/ai_document/models/normalization_fields.py +70 -0
- oci/ai_document/models/normalization_fields_map_value.py +70 -0
- oci/ai_document/models/object_location.py +33 -2
- oci/ai_document/models/object_storage_document_details.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/page.py +95 -2
- oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
- oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
- oci/ai_document/models/processor_config.py +11 -3
- oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
- oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/selection_mark.py +144 -0
- oci/ai_document/models/signature.py +97 -0
- oci/ai_document/models/signature_sub_type_details.py +92 -0
- oci/ai_document/models/update_model_details.py +31 -0
- oci/ai_document/models/value_array.py +14 -0
- oci/ai_document/models/value_date.py +14 -0
- oci/ai_document/models/value_integer.py +14 -0
- oci/ai_document/models/value_number.py +14 -0
- oci/ai_document/models/value_phone_number.py +14 -0
- oci/ai_document/models/value_string.py +14 -0
- oci/ai_document/models/value_time.py +14 -0
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apiaccesscontrol/api_metadata_client.py +3 -3
- oci/apiaccesscontrol/privileged_api_control_client.py +6 -6
- oci/apiaccesscontrol/privileged_api_requests_client.py +7 -7
- oci/apiaccesscontrol/privileged_api_work_request_client.py +5 -5
- 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 +12 -12
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/scheduled_query_client.py +5 -5
- oci/apm_traces/trace_client.py +5 -5
- 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 +88 -88
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +13 -13
- oci/capacity_management/internal_demand_signal_client.py +12 -12
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +125 -125
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +421 -421
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +15 -15
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +43 -43
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +28 -28
- oci/dbmulticloud/multi_cloud_resource_discovery_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_container_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_connector_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_key_client.py +2 -2
- oci/dbmulticloud/oracle_db_azure_vault_association_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_vault_client.py +7 -7
- oci/dbmulticloud/work_request_client.py +5 -5
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +89 -89
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +18 -18
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +8 -8
- 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 +92 -92
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +27 -27
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +20 -0
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/create_database_insight_details.py +11 -3
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
- oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py +78 -0
- oci/opsi/models/credential_by_iam.py +1 -1
- oci/opsi/models/credential_by_named_credentials.py +91 -0
- oci/opsi/models/credential_by_vault.py +1 -1
- oci/opsi/models/credential_details.py +14 -6
- oci/opsi/models/credentials_by_source.py +1 -1
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
- oci/opsi/models/enable_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
- oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/exadata_configuration_summary.py +7 -3
- oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
- oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
- oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
- oci/opsi/models/exadata_insight.py +7 -3
- oci/opsi/models/exadata_insight_summary.py +7 -3
- oci/opsi/models/exadata_member_collection.py +7 -3
- oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/external_mysql_database_insight.py +1 -1
- oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
- oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
- oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
- oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
- oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/vm_cluster_summary.py +64 -2
- oci/opsi/models/work_request.py +15 -3
- oci/opsi/operations_insights_client.py +580 -202
- oci/opsi/operations_insights_client_composite_operations.py +125 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/models/subscription.py +38 -3
- oci/osp_gateway/models/subscription_summary.py +38 -3
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/oci_cache_user_client.py +7 -7
- oci/redis/redis_cluster_client.py +15 -15
- oci/redis/redis_identity_client.py +1 -1
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/wlms/weblogic_management_service_client.py +41 -41
- oci/wlms/weblogic_management_service_configuration_client.py +2 -2
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/RECORD +430 -395
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/top_level.txt +0 -0
@@ -154,7 +154,7 @@ class GoldenGateClient(object):
|
|
154
154
|
:rtype: :class:`~oci.response.Response`
|
155
155
|
|
156
156
|
:example:
|
157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/add_connection_lock.py.html>`__ to see an example of how to use add_connection_lock API.
|
158
158
|
"""
|
159
159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
160
160
|
required_arguments = ['connectionId']
|
@@ -265,7 +265,7 @@ class GoldenGateClient(object):
|
|
265
265
|
:rtype: :class:`~oci.response.Response`
|
266
266
|
|
267
267
|
:example:
|
268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/add_deployment_backup_lock.py.html>`__ to see an example of how to use add_deployment_backup_lock API.
|
269
269
|
"""
|
270
270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
271
271
|
required_arguments = ['deploymentBackupId']
|
@@ -382,7 +382,7 @@ class GoldenGateClient(object):
|
|
382
382
|
:rtype: :class:`~oci.response.Response`
|
383
383
|
|
384
384
|
:example:
|
385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/add_deployment_local_peer.py.html>`__ to see an example of how to use add_deployment_local_peer API.
|
386
386
|
"""
|
387
387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
388
388
|
required_arguments = ['deploymentId']
|
@@ -494,7 +494,7 @@ class GoldenGateClient(object):
|
|
494
494
|
:rtype: :class:`~oci.response.Response`
|
495
495
|
|
496
496
|
:example:
|
497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/add_deployment_lock.py.html>`__ to see an example of how to use add_deployment_lock API.
|
498
498
|
"""
|
499
499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
500
500
|
required_arguments = ['deploymentId']
|
@@ -614,7 +614,7 @@ class GoldenGateClient(object):
|
|
614
614
|
:rtype: :class:`~oci.response.Response`
|
615
615
|
|
616
616
|
:example:
|
617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/cancel_deployment_backup.py.html>`__ to see an example of how to use cancel_deployment_backup API.
|
618
618
|
"""
|
619
619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
620
620
|
required_arguments = ['deploymentBackupId']
|
@@ -740,7 +740,7 @@ class GoldenGateClient(object):
|
|
740
740
|
:rtype: :class:`~oci.response.Response`
|
741
741
|
|
742
742
|
:example:
|
743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/cancel_deployment_upgrade.py.html>`__ to see an example of how to use cancel_deployment_upgrade API.
|
744
744
|
"""
|
745
745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
746
746
|
required_arguments = ['deploymentUpgradeId']
|
@@ -860,7 +860,7 @@ class GoldenGateClient(object):
|
|
860
860
|
:rtype: :class:`~oci.response.Response`
|
861
861
|
|
862
862
|
:example:
|
863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/cancel_snooze_deployment_upgrade.py.html>`__ to see an example of how to use cancel_snooze_deployment_upgrade API.
|
864
864
|
"""
|
865
865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
866
866
|
required_arguments = ['deploymentUpgradeId']
|
@@ -982,7 +982,7 @@ class GoldenGateClient(object):
|
|
982
982
|
:rtype: :class:`~oci.response.Response`
|
983
983
|
|
984
984
|
:example:
|
985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
|
986
986
|
"""
|
987
987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
988
988
|
required_arguments = ['connectionId']
|
@@ -1111,7 +1111,7 @@ class GoldenGateClient(object):
|
|
1111
1111
|
:rtype: :class:`~oci.response.Response`
|
1112
1112
|
|
1113
1113
|
:example:
|
1114
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/change_database_registration_compartment.py.html>`__ to see an example of how to use change_database_registration_compartment API.
|
1115
1115
|
"""
|
1116
1116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1117
1117
|
required_arguments = ['databaseRegistrationId']
|
@@ -1237,7 +1237,7 @@ class GoldenGateClient(object):
|
|
1237
1237
|
:rtype: :class:`~oci.response.Response`
|
1238
1238
|
|
1239
1239
|
:example:
|
1240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/change_deployment_backup_compartment.py.html>`__ to see an example of how to use change_deployment_backup_compartment API.
|
1241
1241
|
"""
|
1242
1242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1243
1243
|
required_arguments = ['deploymentBackupId']
|
@@ -1371,7 +1371,7 @@ class GoldenGateClient(object):
|
|
1371
1371
|
:rtype: :class:`~oci.response.Response`
|
1372
1372
|
|
1373
1373
|
:example:
|
1374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
|
1375
1375
|
"""
|
1376
1376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1377
1377
|
required_arguments = ['deploymentId']
|
@@ -1507,7 +1507,7 @@ class GoldenGateClient(object):
|
|
1507
1507
|
:rtype: :class:`~oci.response.Response`
|
1508
1508
|
|
1509
1509
|
:example:
|
1510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
|
1511
1511
|
"""
|
1512
1512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1513
1513
|
required_arguments = ['pipelineId']
|
@@ -1633,7 +1633,7 @@ class GoldenGateClient(object):
|
|
1633
1633
|
:rtype: :class:`~oci.response.Response`
|
1634
1634
|
|
1635
1635
|
:example:
|
1636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/collect_deployment_diagnostic.py.html>`__ to see an example of how to use collect_deployment_diagnostic API.
|
1637
1637
|
"""
|
1638
1638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1639
1639
|
required_arguments = ['deploymentId']
|
@@ -1753,7 +1753,7 @@ class GoldenGateClient(object):
|
|
1753
1753
|
:rtype: :class:`~oci.response.Response`
|
1754
1754
|
|
1755
1755
|
:example:
|
1756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/collect_pipeline_diagnostic.py.html>`__ to see an example of how to use collect_pipeline_diagnostic API.
|
1757
1757
|
"""
|
1758
1758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1759
1759
|
required_arguments = ['pipelineId']
|
@@ -1871,7 +1871,7 @@ class GoldenGateClient(object):
|
|
1871
1871
|
:rtype: :class:`~oci.response.Response`
|
1872
1872
|
|
1873
1873
|
:example:
|
1874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/copy_deployment_backup.py.html>`__ to see an example of how to use copy_deployment_backup API.
|
1875
1875
|
"""
|
1876
1876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1877
1877
|
required_arguments = ['deploymentBackupId']
|
@@ -1988,7 +1988,7 @@ class GoldenGateClient(object):
|
|
1988
1988
|
:rtype: :class:`~oci.response.Response`
|
1989
1989
|
|
1990
1990
|
:example:
|
1991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
|
1992
1992
|
"""
|
1993
1993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1994
1994
|
required_arguments = ['deploymentId']
|
@@ -2103,7 +2103,7 @@ class GoldenGateClient(object):
|
|
2103
2103
|
:rtype: :class:`~oci.response.Response`
|
2104
2104
|
|
2105
2105
|
:example:
|
2106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
2107
2107
|
"""
|
2108
2108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2109
2109
|
required_arguments = []
|
@@ -2203,7 +2203,7 @@ class GoldenGateClient(object):
|
|
2203
2203
|
:rtype: :class:`~oci.response.Response`
|
2204
2204
|
|
2205
2205
|
:example:
|
2206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/create_connection_assignment.py.html>`__ to see an example of how to use create_connection_assignment API.
|
2207
2207
|
"""
|
2208
2208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2209
2209
|
required_arguments = []
|
@@ -2309,7 +2309,7 @@ class GoldenGateClient(object):
|
|
2309
2309
|
:rtype: :class:`~oci.response.Response`
|
2310
2310
|
|
2311
2311
|
:example:
|
2312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/create_database_registration.py.html>`__ to see an example of how to use create_database_registration API.
|
2313
2313
|
"""
|
2314
2314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2315
2315
|
required_arguments = []
|
@@ -2406,7 +2406,7 @@ class GoldenGateClient(object):
|
|
2406
2406
|
:rtype: :class:`~oci.response.Response`
|
2407
2407
|
|
2408
2408
|
:example:
|
2409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
|
2410
2410
|
"""
|
2411
2411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2412
2412
|
required_arguments = []
|
@@ -2503,7 +2503,7 @@ class GoldenGateClient(object):
|
|
2503
2503
|
:rtype: :class:`~oci.response.Response`
|
2504
2504
|
|
2505
2505
|
:example:
|
2506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/create_deployment_backup.py.html>`__ to see an example of how to use create_deployment_backup API.
|
2507
2507
|
"""
|
2508
2508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2509
2509
|
required_arguments = []
|
@@ -2600,7 +2600,7 @@ class GoldenGateClient(object):
|
|
2600
2600
|
:rtype: :class:`~oci.response.Response`
|
2601
2601
|
|
2602
2602
|
:example:
|
2603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
|
2604
2604
|
"""
|
2605
2605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2606
2606
|
required_arguments = []
|
@@ -2703,7 +2703,7 @@ class GoldenGateClient(object):
|
|
2703
2703
|
:rtype: :class:`~oci.response.Response`
|
2704
2704
|
|
2705
2705
|
:example:
|
2706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/delete_certificate.py.html>`__ to see an example of how to use delete_certificate API.
|
2707
2707
|
"""
|
2708
2708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2709
2709
|
required_arguments = ['deploymentId', 'certificateKey']
|
@@ -2821,7 +2821,7 @@ class GoldenGateClient(object):
|
|
2821
2821
|
:rtype: :class:`~oci.response.Response`
|
2822
2822
|
|
2823
2823
|
:example:
|
2824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
2825
2825
|
"""
|
2826
2826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2827
2827
|
required_arguments = ['connectionId']
|
@@ -2938,7 +2938,7 @@ class GoldenGateClient(object):
|
|
2938
2938
|
:rtype: :class:`~oci.response.Response`
|
2939
2939
|
|
2940
2940
|
:example:
|
2941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/delete_connection_assignment.py.html>`__ to see an example of how to use delete_connection_assignment API.
|
2942
2942
|
"""
|
2943
2943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2944
2944
|
required_arguments = ['connectionAssignmentId']
|
@@ -3051,7 +3051,7 @@ class GoldenGateClient(object):
|
|
3051
3051
|
:rtype: :class:`~oci.response.Response`
|
3052
3052
|
|
3053
3053
|
:example:
|
3054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/delete_database_registration.py.html>`__ to see an example of how to use delete_database_registration API.
|
3055
3055
|
"""
|
3056
3056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3057
3057
|
required_arguments = ['databaseRegistrationId']
|
@@ -3158,7 +3158,7 @@ class GoldenGateClient(object):
|
|
3158
3158
|
:rtype: :class:`~oci.response.Response`
|
3159
3159
|
|
3160
3160
|
:example:
|
3161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
|
3162
3162
|
"""
|
3163
3163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3164
3164
|
required_arguments = ['deploymentId']
|
@@ -3273,7 +3273,7 @@ class GoldenGateClient(object):
|
|
3273
3273
|
:rtype: :class:`~oci.response.Response`
|
3274
3274
|
|
3275
3275
|
:example:
|
3276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/delete_deployment_backup.py.html>`__ to see an example of how to use delete_deployment_backup API.
|
3277
3277
|
"""
|
3278
3278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3279
3279
|
required_arguments = ['deploymentBackupId']
|
@@ -3390,7 +3390,7 @@ class GoldenGateClient(object):
|
|
3390
3390
|
:rtype: :class:`~oci.response.Response`
|
3391
3391
|
|
3392
3392
|
:example:
|
3393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
|
3394
3394
|
"""
|
3395
3395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3396
3396
|
required_arguments = ['pipelineId']
|
@@ -3511,7 +3511,7 @@ class GoldenGateClient(object):
|
|
3511
3511
|
:rtype: :class:`~oci.response.Response`
|
3512
3512
|
|
3513
3513
|
:example:
|
3514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/deployment_wallet_exists.py.html>`__ to see an example of how to use deployment_wallet_exists API.
|
3515
3515
|
"""
|
3516
3516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3517
3517
|
required_arguments = ['deploymentId']
|
@@ -3631,7 +3631,7 @@ class GoldenGateClient(object):
|
|
3631
3631
|
:rtype: :class:`~oci.response.Response`
|
3632
3632
|
|
3633
3633
|
:example:
|
3634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/export_deployment_wallet.py.html>`__ to see an example of how to use export_deployment_wallet API.
|
3635
3635
|
"""
|
3636
3636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3637
3637
|
required_arguments = ['deploymentId']
|
@@ -3749,7 +3749,7 @@ class GoldenGateClient(object):
|
|
3749
3749
|
:rtype: :class:`~oci.response.Response`
|
3750
3750
|
|
3751
3751
|
:example:
|
3752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/generate_library_url.py.html>`__ to see an example of how to use generate_library_url API.
|
3753
3753
|
"""
|
3754
3754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3755
3755
|
required_arguments = ['deploymentId']
|
@@ -3857,7 +3857,7 @@ class GoldenGateClient(object):
|
|
3857
3857
|
:rtype: :class:`~oci.response.Response`
|
3858
3858
|
|
3859
3859
|
:example:
|
3860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/get_certificate.py.html>`__ to see an example of how to use get_certificate API.
|
3861
3861
|
"""
|
3862
3862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3863
3863
|
required_arguments = ['deploymentId', 'certificateKey']
|
@@ -3963,7 +3963,7 @@ class GoldenGateClient(object):
|
|
3963
3963
|
:rtype: :class:`~oci.response.Response`
|
3964
3964
|
|
3965
3965
|
:example:
|
3966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
3967
3967
|
"""
|
3968
3968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3969
3969
|
required_arguments = ['connectionId']
|
@@ -4078,7 +4078,7 @@ class GoldenGateClient(object):
|
|
4078
4078
|
:rtype: :class:`~oci.response.Response`
|
4079
4079
|
|
4080
4080
|
:example:
|
4081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/get_connection_assignment.py.html>`__ to see an example of how to use get_connection_assignment API.
|
4082
4082
|
"""
|
4083
4083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4084
4084
|
required_arguments = ['connectionAssignmentId']
|
@@ -4177,7 +4177,7 @@ class GoldenGateClient(object):
|
|
4177
4177
|
:rtype: :class:`~oci.response.Response`
|
4178
4178
|
|
4179
4179
|
:example:
|
4180
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/get_database_registration.py.html>`__ to see an example of how to use get_database_registration API.
|
4181
4181
|
"""
|
4182
4182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4183
4183
|
required_arguments = ['databaseRegistrationId']
|
@@ -4275,7 +4275,7 @@ class GoldenGateClient(object):
|
|
4275
4275
|
:rtype: :class:`~oci.response.Response`
|
4276
4276
|
|
4277
4277
|
:example:
|
4278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
|
4279
4279
|
"""
|
4280
4280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4281
4281
|
required_arguments = ['deploymentId']
|
@@ -4373,7 +4373,7 @@ class GoldenGateClient(object):
|
|
4373
4373
|
:rtype: :class:`~oci.response.Response`
|
4374
4374
|
|
4375
4375
|
:example:
|
4376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/get_deployment_backup.py.html>`__ to see an example of how to use get_deployment_backup API.
|
4377
4377
|
"""
|
4378
4378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4379
4379
|
required_arguments = ['deploymentBackupId']
|
@@ -4471,7 +4471,7 @@ class GoldenGateClient(object):
|
|
4471
4471
|
:rtype: :class:`~oci.response.Response`
|
4472
4472
|
|
4473
4473
|
:example:
|
4474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/get_deployment_upgrade.py.html>`__ to see an example of how to use get_deployment_upgrade API.
|
4475
4475
|
"""
|
4476
4476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4477
4477
|
required_arguments = ['deploymentUpgradeId']
|
@@ -4571,7 +4571,7 @@ class GoldenGateClient(object):
|
|
4571
4571
|
:rtype: :class:`~oci.response.Response`
|
4572
4572
|
|
4573
4573
|
:example:
|
4574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
|
4575
4575
|
"""
|
4576
4576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4577
4577
|
required_arguments = ['pipelineId']
|
@@ -4671,7 +4671,7 @@ class GoldenGateClient(object):
|
|
4671
4671
|
:rtype: :class:`~oci.response.Response`
|
4672
4672
|
|
4673
4673
|
:example:
|
4674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
4675
4675
|
"""
|
4676
4676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4677
4677
|
required_arguments = ['workRequestId']
|
@@ -4787,7 +4787,7 @@ class GoldenGateClient(object):
|
|
4787
4787
|
:rtype: :class:`~oci.response.Response`
|
4788
4788
|
|
4789
4789
|
:example:
|
4790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/import_deployment_wallet.py.html>`__ to see an example of how to use import_deployment_wallet API.
|
4791
4791
|
"""
|
4792
4792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4793
4793
|
required_arguments = ['deploymentId']
|
@@ -4922,7 +4922,7 @@ class GoldenGateClient(object):
|
|
4922
4922
|
:rtype: :class:`~oci.response.Response`
|
4923
4923
|
|
4924
4924
|
:example:
|
4925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
|
4926
4926
|
"""
|
4927
4927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4928
4928
|
required_arguments = ['deploymentId']
|
@@ -5097,7 +5097,7 @@ class GoldenGateClient(object):
|
|
5097
5097
|
:rtype: :class:`~oci.response.Response`
|
5098
5098
|
|
5099
5099
|
:example:
|
5100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_connection_assignments.py.html>`__ to see an example of how to use list_connection_assignments API.
|
5101
5101
|
"""
|
5102
5102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5103
5103
|
required_arguments = ['compartmentId']
|
@@ -5278,7 +5278,7 @@ class GoldenGateClient(object):
|
|
5278
5278
|
:rtype: :class:`~oci.response.Response`
|
5279
5279
|
|
5280
5280
|
:example:
|
5281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
5282
5282
|
"""
|
5283
5283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5284
5284
|
required_arguments = ['compartmentId']
|
@@ -5468,7 +5468,7 @@ class GoldenGateClient(object):
|
|
5468
5468
|
:rtype: :class:`~oci.response.Response`
|
5469
5469
|
|
5470
5470
|
:example:
|
5471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_database_registrations.py.html>`__ to see an example of how to use list_database_registrations API.
|
5472
5472
|
"""
|
5473
5473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5474
5474
|
required_arguments = ['compartmentId']
|
@@ -5629,7 +5629,7 @@ class GoldenGateClient(object):
|
|
5629
5629
|
:rtype: :class:`~oci.response.Response`
|
5630
5630
|
|
5631
5631
|
:example:
|
5632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_deployment_backups.py.html>`__ to see an example of how to use list_deployment_backups API.
|
5633
5633
|
"""
|
5634
5634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5635
5635
|
required_arguments = ['compartmentId']
|
@@ -5779,7 +5779,7 @@ class GoldenGateClient(object):
|
|
5779
5779
|
:rtype: :class:`~oci.response.Response`
|
5780
5780
|
|
5781
5781
|
:example:
|
5782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_deployment_environments.py.html>`__ to see an example of how to use list_deployment_environments API.
|
5783
5783
|
"""
|
5784
5784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5785
5785
|
required_arguments = ['compartmentId']
|
@@ -5921,7 +5921,7 @@ class GoldenGateClient(object):
|
|
5921
5921
|
:rtype: :class:`~oci.response.Response`
|
5922
5922
|
|
5923
5923
|
:example:
|
5924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_deployment_peers.py.html>`__ to see an example of how to use list_deployment_peers API.
|
5925
5925
|
"""
|
5926
5926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5927
5927
|
required_arguments = ['deploymentId']
|
@@ -6091,7 +6091,7 @@ class GoldenGateClient(object):
|
|
6091
6091
|
:rtype: :class:`~oci.response.Response`
|
6092
6092
|
|
6093
6093
|
:example:
|
6094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_deployment_types.py.html>`__ to see an example of how to use list_deployment_types API.
|
6095
6095
|
"""
|
6096
6096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6097
6097
|
required_arguments = ['compartmentId']
|
@@ -6254,7 +6254,7 @@ class GoldenGateClient(object):
|
|
6254
6254
|
:rtype: :class:`~oci.response.Response`
|
6255
6255
|
|
6256
6256
|
:example:
|
6257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_deployment_upgrades.py.html>`__ to see an example of how to use list_deployment_upgrades API.
|
6258
6258
|
"""
|
6259
6259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6260
6260
|
required_arguments = ['compartmentId']
|
@@ -6414,7 +6414,7 @@ class GoldenGateClient(object):
|
|
6414
6414
|
:rtype: :class:`~oci.response.Response`
|
6415
6415
|
|
6416
6416
|
:example:
|
6417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_deployment_versions.py.html>`__ to see an example of how to use list_deployment_versions API.
|
6418
6418
|
"""
|
6419
6419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6420
6420
|
required_arguments = ['compartmentId']
|
@@ -6561,7 +6561,7 @@ class GoldenGateClient(object):
|
|
6561
6561
|
:rtype: :class:`~oci.response.Response`
|
6562
6562
|
|
6563
6563
|
:example:
|
6564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_deployment_wallets_operations.py.html>`__ to see an example of how to use list_deployment_wallets_operations API.
|
6565
6565
|
"""
|
6566
6566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6567
6567
|
required_arguments = ['deploymentId']
|
@@ -6738,7 +6738,7 @@ class GoldenGateClient(object):
|
|
6738
6738
|
:rtype: :class:`~oci.response.Response`
|
6739
6739
|
|
6740
6740
|
:example:
|
6741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
|
6742
6742
|
"""
|
6743
6743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6744
6744
|
required_arguments = ['compartmentId']
|
@@ -6895,7 +6895,7 @@ class GoldenGateClient(object):
|
|
6895
6895
|
:rtype: :class:`~oci.response.Response`
|
6896
6896
|
|
6897
6897
|
:example:
|
6898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_messages.py.html>`__ to see an example of how to use list_messages API.
|
6899
6899
|
"""
|
6900
6900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6901
6901
|
required_arguments = ['deploymentId']
|
@@ -6994,7 +6994,7 @@ class GoldenGateClient(object):
|
|
6994
6994
|
:rtype: :class:`~oci.response.Response`
|
6995
6995
|
|
6996
6996
|
:example:
|
6997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_pipeline_initialization_steps.py.html>`__ to see an example of how to use list_pipeline_initialization_steps API.
|
6998
6998
|
"""
|
6999
6999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7000
7000
|
required_arguments = ['pipelineId']
|
@@ -7113,7 +7113,7 @@ class GoldenGateClient(object):
|
|
7113
7113
|
:rtype: :class:`~oci.response.Response`
|
7114
7114
|
|
7115
7115
|
:example:
|
7116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_pipeline_running_processes.py.html>`__ to see an example of how to use list_pipeline_running_processes API.
|
7117
7117
|
"""
|
7118
7118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7119
7119
|
required_arguments = ['pipelineId']
|
@@ -7269,7 +7269,7 @@ class GoldenGateClient(object):
|
|
7269
7269
|
:rtype: :class:`~oci.response.Response`
|
7270
7270
|
|
7271
7271
|
:example:
|
7272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_pipeline_schema_tables.py.html>`__ to see an example of how to use list_pipeline_schema_tables API.
|
7273
7273
|
"""
|
7274
7274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7275
7275
|
required_arguments = ['pipelineId', 'sourceSchemaName', 'targetSchemaName']
|
@@ -7423,7 +7423,7 @@ class GoldenGateClient(object):
|
|
7423
7423
|
:rtype: :class:`~oci.response.Response`
|
7424
7424
|
|
7425
7425
|
:example:
|
7426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_pipeline_schemas.py.html>`__ to see an example of how to use list_pipeline_schemas API.
|
7427
7427
|
"""
|
7428
7428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7429
7429
|
required_arguments = ['pipelineId']
|
@@ -7586,7 +7586,7 @@ class GoldenGateClient(object):
|
|
7586
7586
|
:rtype: :class:`~oci.response.Response`
|
7587
7587
|
|
7588
7588
|
:example:
|
7589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
|
7590
7590
|
"""
|
7591
7591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7592
7592
|
required_arguments = ['compartmentId']
|
@@ -7751,7 +7751,7 @@ class GoldenGateClient(object):
|
|
7751
7751
|
:rtype: :class:`~oci.response.Response`
|
7752
7752
|
|
7753
7753
|
:example:
|
7754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_recipes.py.html>`__ to see an example of how to use list_recipes API.
|
7755
7755
|
"""
|
7756
7756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7757
7757
|
required_arguments = ['compartmentId']
|
@@ -7903,7 +7903,7 @@ class GoldenGateClient(object):
|
|
7903
7903
|
:rtype: :class:`~oci.response.Response`
|
7904
7904
|
|
7905
7905
|
:example:
|
7906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_trail_files.py.html>`__ to see an example of how to use list_trail_files API.
|
7907
7907
|
"""
|
7908
7908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7909
7909
|
required_arguments = ['deploymentId']
|
@@ -8051,7 +8051,7 @@ class GoldenGateClient(object):
|
|
8051
8051
|
:rtype: :class:`~oci.response.Response`
|
8052
8052
|
|
8053
8053
|
:example:
|
8054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_trail_sequences.py.html>`__ to see an example of how to use list_trail_sequences API.
|
8055
8055
|
"""
|
8056
8056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8057
8057
|
required_arguments = ['deploymentId', 'trailFileId']
|
@@ -8180,7 +8180,7 @@ class GoldenGateClient(object):
|
|
8180
8180
|
:rtype: :class:`~oci.response.Response`
|
8181
8181
|
|
8182
8182
|
:example:
|
8183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
8184
8184
|
"""
|
8185
8185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8186
8186
|
required_arguments = ['workRequestId']
|
@@ -8297,7 +8297,7 @@ class GoldenGateClient(object):
|
|
8297
8297
|
:rtype: :class:`~oci.response.Response`
|
8298
8298
|
|
8299
8299
|
:example:
|
8300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
8301
8301
|
"""
|
8302
8302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8303
8303
|
required_arguments = ['workRequestId']
|
@@ -8420,7 +8420,7 @@ class GoldenGateClient(object):
|
|
8420
8420
|
:rtype: :class:`~oci.response.Response`
|
8421
8421
|
|
8422
8422
|
:example:
|
8423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8423
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
8424
8424
|
"""
|
8425
8425
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8426
8426
|
required_arguments = ['compartmentId']
|
@@ -8533,7 +8533,7 @@ class GoldenGateClient(object):
|
|
8533
8533
|
:rtype: :class:`~oci.response.Response`
|
8534
8534
|
|
8535
8535
|
:example:
|
8536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/refresh_connection.py.html>`__ to see an example of how to use refresh_connection API.
|
8537
8537
|
"""
|
8538
8538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8539
8539
|
required_arguments = ['connectionId']
|
@@ -8652,7 +8652,7 @@ class GoldenGateClient(object):
|
|
8652
8652
|
:rtype: :class:`~oci.response.Response`
|
8653
8653
|
|
8654
8654
|
:example:
|
8655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/remove_connection_lock.py.html>`__ to see an example of how to use remove_connection_lock API.
|
8656
8656
|
"""
|
8657
8657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8658
8658
|
required_arguments = ['connectionId']
|
@@ -8763,7 +8763,7 @@ class GoldenGateClient(object):
|
|
8763
8763
|
:rtype: :class:`~oci.response.Response`
|
8764
8764
|
|
8765
8765
|
:example:
|
8766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/remove_deployment_backup_lock.py.html>`__ to see an example of how to use remove_deployment_backup_lock API.
|
8767
8767
|
"""
|
8768
8768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8769
8769
|
required_arguments = ['deploymentBackupId']
|
@@ -8880,7 +8880,7 @@ class GoldenGateClient(object):
|
|
8880
8880
|
:rtype: :class:`~oci.response.Response`
|
8881
8881
|
|
8882
8882
|
:example:
|
8883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/remove_deployment_local_peer.py.html>`__ to see an example of how to use remove_deployment_local_peer API.
|
8884
8884
|
"""
|
8885
8885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8886
8886
|
required_arguments = ['deploymentId']
|
@@ -8992,7 +8992,7 @@ class GoldenGateClient(object):
|
|
8992
8992
|
:rtype: :class:`~oci.response.Response`
|
8993
8993
|
|
8994
8994
|
:example:
|
8995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/remove_deployment_lock.py.html>`__ to see an example of how to use remove_deployment_lock API.
|
8996
8996
|
"""
|
8997
8997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8998
8998
|
required_arguments = ['deploymentId']
|
@@ -9109,7 +9109,7 @@ class GoldenGateClient(object):
|
|
9109
9109
|
:rtype: :class:`~oci.response.Response`
|
9110
9110
|
|
9111
9111
|
:example:
|
9112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/reschedule_deployment_upgrade.py.html>`__ to see an example of how to use reschedule_deployment_upgrade API.
|
9113
9113
|
"""
|
9114
9114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9115
9115
|
required_arguments = ['deploymentUpgradeId']
|
@@ -9232,7 +9232,7 @@ class GoldenGateClient(object):
|
|
9232
9232
|
:rtype: :class:`~oci.response.Response`
|
9233
9233
|
|
9234
9234
|
:example:
|
9235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/restore_deployment.py.html>`__ to see an example of how to use restore_deployment API.
|
9236
9236
|
"""
|
9237
9237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9238
9238
|
required_arguments = ['deploymentBackupId']
|
@@ -9361,7 +9361,7 @@ class GoldenGateClient(object):
|
|
9361
9361
|
:rtype: :class:`~oci.response.Response`
|
9362
9362
|
|
9363
9363
|
:example:
|
9364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/rollback_deployment_upgrade.py.html>`__ to see an example of how to use rollback_deployment_upgrade API.
|
9365
9365
|
"""
|
9366
9366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9367
9367
|
required_arguments = ['deploymentUpgradeId']
|
@@ -9487,7 +9487,7 @@ class GoldenGateClient(object):
|
|
9487
9487
|
:rtype: :class:`~oci.response.Response`
|
9488
9488
|
|
9489
9489
|
:example:
|
9490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/snooze_deployment_upgrade.py.html>`__ to see an example of how to use snooze_deployment_upgrade API.
|
9491
9491
|
"""
|
9492
9492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9493
9493
|
required_arguments = ['deploymentUpgradeId']
|
@@ -9608,7 +9608,7 @@ class GoldenGateClient(object):
|
|
9608
9608
|
:rtype: :class:`~oci.response.Response`
|
9609
9609
|
|
9610
9610
|
:example:
|
9611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/start_deployment.py.html>`__ to see an example of how to use start_deployment API.
|
9612
9612
|
"""
|
9613
9613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9614
9614
|
required_arguments = ['deploymentId']
|
@@ -9739,7 +9739,7 @@ class GoldenGateClient(object):
|
|
9739
9739
|
:rtype: :class:`~oci.response.Response`
|
9740
9740
|
|
9741
9741
|
:example:
|
9742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/start_pipeline.py.html>`__ to see an example of how to use start_pipeline API.
|
9743
9743
|
"""
|
9744
9744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9745
9745
|
required_arguments = ['pipelineId']
|
@@ -9868,7 +9868,7 @@ class GoldenGateClient(object):
|
|
9868
9868
|
:rtype: :class:`~oci.response.Response`
|
9869
9869
|
|
9870
9870
|
:example:
|
9871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/stop_deployment.py.html>`__ to see an example of how to use stop_deployment API.
|
9872
9872
|
"""
|
9873
9873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9874
9874
|
required_arguments = ['deploymentId']
|
@@ -9999,7 +9999,7 @@ class GoldenGateClient(object):
|
|
9999
9999
|
:rtype: :class:`~oci.response.Response`
|
10000
10000
|
|
10001
10001
|
:example:
|
10002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/stop_pipeline.py.html>`__ to see an example of how to use stop_pipeline API.
|
10003
10003
|
"""
|
10004
10004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10005
10005
|
required_arguments = ['pipelineId']
|
@@ -10125,7 +10125,7 @@ class GoldenGateClient(object):
|
|
10125
10125
|
:rtype: :class:`~oci.response.Response`
|
10126
10126
|
|
10127
10127
|
:example:
|
10128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/switchover_deployment_peer.py.html>`__ to see an example of how to use switchover_deployment_peer API.
|
10129
10129
|
"""
|
10130
10130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10131
10131
|
required_arguments = ['deploymentId']
|
@@ -10246,7 +10246,7 @@ class GoldenGateClient(object):
|
|
10246
10246
|
:rtype: :class:`~oci.response.Response`
|
10247
10247
|
|
10248
10248
|
:example:
|
10249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/test_connection_assignment.py.html>`__ to see an example of how to use test_connection_assignment API.
|
10250
10250
|
"""
|
10251
10251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10252
10252
|
required_arguments = ['connectionAssignmentId']
|
@@ -10369,7 +10369,7 @@ class GoldenGateClient(object):
|
|
10369
10369
|
:rtype: :class:`~oci.response.Response`
|
10370
10370
|
|
10371
10371
|
:example:
|
10372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/test_pipeline_connection.py.html>`__ to see an example of how to use test_pipeline_connection API.
|
10373
10373
|
"""
|
10374
10374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10375
10375
|
required_arguments = ['pipelineId']
|
@@ -10488,7 +10488,7 @@ class GoldenGateClient(object):
|
|
10488
10488
|
:rtype: :class:`~oci.response.Response`
|
10489
10489
|
|
10490
10490
|
:example:
|
10491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
10492
10492
|
"""
|
10493
10493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10494
10494
|
required_arguments = ['connectionId']
|
@@ -10606,7 +10606,7 @@ class GoldenGateClient(object):
|
|
10606
10606
|
:rtype: :class:`~oci.response.Response`
|
10607
10607
|
|
10608
10608
|
:example:
|
10609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/update_database_registration.py.html>`__ to see an example of how to use update_database_registration API.
|
10610
10610
|
"""
|
10611
10611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10612
10612
|
required_arguments = ['databaseRegistrationId']
|
@@ -10718,7 +10718,7 @@ class GoldenGateClient(object):
|
|
10718
10718
|
:rtype: :class:`~oci.response.Response`
|
10719
10719
|
|
10720
10720
|
:example:
|
10721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
|
10722
10722
|
"""
|
10723
10723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10724
10724
|
required_arguments = ['deploymentId']
|
@@ -10838,7 +10838,7 @@ class GoldenGateClient(object):
|
|
10838
10838
|
:rtype: :class:`~oci.response.Response`
|
10839
10839
|
|
10840
10840
|
:example:
|
10841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/update_deployment_backup.py.html>`__ to see an example of how to use update_deployment_backup API.
|
10842
10842
|
"""
|
10843
10843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10844
10844
|
required_arguments = ['deploymentBackupId']
|
@@ -10962,7 +10962,7 @@ class GoldenGateClient(object):
|
|
10962
10962
|
:rtype: :class:`~oci.response.Response`
|
10963
10963
|
|
10964
10964
|
:example:
|
10965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
|
10966
10966
|
"""
|
10967
10967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10968
10968
|
required_arguments = ['pipelineId']
|
@@ -11088,7 +11088,7 @@ class GoldenGateClient(object):
|
|
11088
11088
|
:rtype: :class:`~oci.response.Response`
|
11089
11089
|
|
11090
11090
|
:example:
|
11091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/upgrade_deployment.py.html>`__ to see an example of how to use upgrade_deployment API.
|
11092
11092
|
"""
|
11093
11093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11094
11094
|
required_arguments = ['deploymentId']
|
@@ -11217,7 +11217,7 @@ class GoldenGateClient(object):
|
|
11217
11217
|
:rtype: :class:`~oci.response.Response`
|
11218
11218
|
|
11219
11219
|
:example:
|
11220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/goldengate/upgrade_deployment_upgrade.py.html>`__ to see an example of how to use upgrade_deployment_upgrade API.
|
11221
11221
|
"""
|
11222
11222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11223
11223
|
required_arguments = ['deploymentUpgradeId']
|