oci 2.126.2__py3-none-any.whl → 2.126.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- 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 +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +333 -333
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/update_vm_cluster_details.py +33 -2
- oci/database/models/vm_cluster.py +33 -2
- oci/database/models/vm_cluster_summary.py +33 -2
- oci/database_management/db_management_client.py +206 -206
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +608 -28
- oci/email/email_client_composite_operations.py +132 -0
- oci/email/models/__init__.py +10 -0
- oci/email/models/create_email_domain_details.py +31 -0
- oci/email/models/create_email_return_path_details.py +239 -0
- oci/email/models/email_domain.py +82 -0
- oci/email/models/email_return_path.py +577 -0
- oci/email/models/email_return_path_collection.py +72 -0
- oci/email/models/email_return_path_summary.py +444 -0
- oci/email/models/sender.py +15 -3
- oci/email/models/update_email_domain_details.py +31 -0
- oci/email/models/update_email_return_path_details.py +156 -0
- oci/email/models/work_request.py +15 -3
- oci/email/models/work_request_summary.py +15 -3
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/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/load_balancer/models/ssl_configuration.py +41 -0
- oci/load_balancer/models/ssl_configuration_details.py +41 -0
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/__init__.py +16 -0
- oci/marketplace_private_offer/attachment_client.py +719 -0
- oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
- oci/marketplace_private_offer/models/__init__.py +48 -0
- oci/marketplace_private_offer/models/attachment.py +446 -0
- oci/marketplace_private_offer/models/attachment_collection.py +72 -0
- oci/marketplace_private_offer/models/attachment_summary.py +293 -0
- oci/marketplace_private_offer/models/buyer_information.py +161 -0
- oci/marketplace_private_offer/models/contact.py +134 -0
- oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
- oci/marketplace_private_offer/models/create_offer_details.py +498 -0
- oci/marketplace_private_offer/models/custom_field.py +103 -0
- oci/marketplace_private_offer/models/offer.py +787 -0
- oci/marketplace_private_offer/models/offer_collection.py +72 -0
- oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
- oci/marketplace_private_offer/models/offer_summary.py +591 -0
- oci/marketplace_private_offer/models/pricing.py +146 -0
- oci/marketplace_private_offer/models/publisher_summary.py +710 -0
- oci/marketplace_private_offer/models/resource_bundle.py +205 -0
- oci/marketplace_private_offer/models/seller_information.py +99 -0
- oci/marketplace_private_offer/models/update_offer_details.py +467 -0
- oci/marketplace_private_offer/models/upload_data.py +134 -0
- oci/marketplace_private_offer/offer_client.py +789 -0
- oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
- oci/marketplace_publisher/__init__.py +5 -1
- oci/marketplace_publisher/attachment_client.py +719 -0
- oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/models/__init__.py +32 -0
- oci/marketplace_publisher/models/attachment.py +446 -0
- oci/marketplace_publisher/models/attachment_collection.py +72 -0
- oci/marketplace_publisher/models/attachment_summary.py +293 -0
- oci/marketplace_publisher/models/buyer_information.py +161 -0
- oci/marketplace_publisher/models/contact.py +134 -0
- oci/marketplace_publisher/models/create_attachment_details.py +134 -0
- oci/marketplace_publisher/models/create_offer_details.py +498 -0
- oci/marketplace_publisher/models/custom_field.py +103 -0
- oci/marketplace_publisher/models/offer.py +787 -0
- oci/marketplace_publisher/models/offer_collection.py +72 -0
- oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
- oci/marketplace_publisher/models/offer_summary.py +591 -0
- oci/marketplace_publisher/models/pricing.py +146 -0
- oci/marketplace_publisher/models/resource_bundle.py +205 -0
- oci/marketplace_publisher/models/seller_information.py +99 -0
- oci/marketplace_publisher/models/update_offer_details.py +467 -0
- oci/marketplace_publisher/models/work_request.py +23 -3
- oci/marketplace_publisher/models/work_request_summary.py +23 -3
- oci/marketplace_publisher/offer_client.py +789 -0
- oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/models/create_listener_details.py +33 -2
- oci/network_load_balancer/models/listener.py +33 -2
- oci/network_load_balancer/models/listener_details.py +33 -2
- oci/network_load_balancer/models/listener_summary.py +33 -2
- oci/network_load_balancer/models/update_listener_details.py +33 -2
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +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 +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- 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 +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +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 +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.126.2.dist-info → oci-2.126.3.dist-info}/METADATA +1 -1
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/RECORD +323 -274
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/WHEEL +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/top_level.txt +0 -0
@@ -158,7 +158,7 @@ class GoldenGateClient(object):
|
|
158
158
|
:rtype: :class:`~oci.response.Response`
|
159
159
|
|
160
160
|
:example:
|
161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/cancel_deployment_backup.py.html>`__ to see an example of how to use cancel_deployment_backup API.
|
162
162
|
"""
|
163
163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
164
164
|
required_arguments = ['deploymentBackupId']
|
@@ -276,7 +276,7 @@ class GoldenGateClient(object):
|
|
276
276
|
:rtype: :class:`~oci.response.Response`
|
277
277
|
|
278
278
|
:example:
|
279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/cancel_deployment_upgrade.py.html>`__ to see an example of how to use cancel_deployment_upgrade API.
|
280
280
|
"""
|
281
281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
282
282
|
required_arguments = ['deploymentUpgradeId']
|
@@ -396,7 +396,7 @@ class GoldenGateClient(object):
|
|
396
396
|
:rtype: :class:`~oci.response.Response`
|
397
397
|
|
398
398
|
:example:
|
399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/cancel_snooze_deployment_upgrade.py.html>`__ to see an example of how to use cancel_snooze_deployment_upgrade API.
|
400
400
|
"""
|
401
401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
402
402
|
required_arguments = ['deploymentUpgradeId']
|
@@ -515,7 +515,7 @@ class GoldenGateClient(object):
|
|
515
515
|
:rtype: :class:`~oci.response.Response`
|
516
516
|
|
517
517
|
:example:
|
518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
|
519
519
|
"""
|
520
520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
521
521
|
required_arguments = ['connectionId']
|
@@ -636,7 +636,7 @@ class GoldenGateClient(object):
|
|
636
636
|
:rtype: :class:`~oci.response.Response`
|
637
637
|
|
638
638
|
:example:
|
639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/change_database_registration_compartment.py.html>`__ to see an example of how to use change_database_registration_compartment API.
|
640
640
|
"""
|
641
641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
642
642
|
required_arguments = ['databaseRegistrationId']
|
@@ -759,7 +759,7 @@ class GoldenGateClient(object):
|
|
759
759
|
:rtype: :class:`~oci.response.Response`
|
760
760
|
|
761
761
|
:example:
|
762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/change_deployment_backup_compartment.py.html>`__ to see an example of how to use change_deployment_backup_compartment API.
|
763
763
|
"""
|
764
764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
765
765
|
required_arguments = ['deploymentBackupId']
|
@@ -882,7 +882,7 @@ class GoldenGateClient(object):
|
|
882
882
|
:rtype: :class:`~oci.response.Response`
|
883
883
|
|
884
884
|
:example:
|
885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
|
886
886
|
"""
|
887
887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
888
888
|
required_arguments = ['deploymentId']
|
@@ -1000,7 +1000,7 @@ class GoldenGateClient(object):
|
|
1000
1000
|
:rtype: :class:`~oci.response.Response`
|
1001
1001
|
|
1002
1002
|
:example:
|
1003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/collect_deployment_diagnostic.py.html>`__ to see an example of how to use collect_deployment_diagnostic API.
|
1004
1004
|
"""
|
1005
1005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1006
1006
|
required_arguments = ['deploymentId']
|
@@ -1118,7 +1118,7 @@ class GoldenGateClient(object):
|
|
1118
1118
|
:rtype: :class:`~oci.response.Response`
|
1119
1119
|
|
1120
1120
|
:example:
|
1121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/copy_deployment_backup.py.html>`__ to see an example of how to use copy_deployment_backup API.
|
1122
1122
|
"""
|
1123
1123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1124
1124
|
required_arguments = ['deploymentBackupId']
|
@@ -1230,7 +1230,7 @@ class GoldenGateClient(object):
|
|
1230
1230
|
:rtype: :class:`~oci.response.Response`
|
1231
1231
|
|
1232
1232
|
:example:
|
1233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
|
1234
1234
|
"""
|
1235
1235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1236
1236
|
required_arguments = ['deploymentId']
|
@@ -1337,7 +1337,7 @@ class GoldenGateClient(object):
|
|
1337
1337
|
:rtype: :class:`~oci.response.Response`
|
1338
1338
|
|
1339
1339
|
:example:
|
1340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
1341
1341
|
"""
|
1342
1342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1343
1343
|
required_arguments = []
|
@@ -1434,7 +1434,7 @@ class GoldenGateClient(object):
|
|
1434
1434
|
:rtype: :class:`~oci.response.Response`
|
1435
1435
|
|
1436
1436
|
:example:
|
1437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_connection_assignment.py.html>`__ to see an example of how to use create_connection_assignment API.
|
1438
1438
|
"""
|
1439
1439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1440
1440
|
required_arguments = []
|
@@ -1532,7 +1532,7 @@ class GoldenGateClient(object):
|
|
1532
1532
|
:rtype: :class:`~oci.response.Response`
|
1533
1533
|
|
1534
1534
|
:example:
|
1535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_database_registration.py.html>`__ to see an example of how to use create_database_registration API.
|
1536
1536
|
"""
|
1537
1537
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1538
1538
|
required_arguments = []
|
@@ -1629,7 +1629,7 @@ class GoldenGateClient(object):
|
|
1629
1629
|
:rtype: :class:`~oci.response.Response`
|
1630
1630
|
|
1631
1631
|
:example:
|
1632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
|
1633
1633
|
"""
|
1634
1634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1635
1635
|
required_arguments = []
|
@@ -1726,7 +1726,7 @@ class GoldenGateClient(object):
|
|
1726
1726
|
:rtype: :class:`~oci.response.Response`
|
1727
1727
|
|
1728
1728
|
:example:
|
1729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_deployment_backup.py.html>`__ to see an example of how to use create_deployment_backup API.
|
1730
1730
|
"""
|
1731
1731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1732
1732
|
required_arguments = []
|
@@ -1824,7 +1824,7 @@ class GoldenGateClient(object):
|
|
1824
1824
|
:rtype: :class:`~oci.response.Response`
|
1825
1825
|
|
1826
1826
|
:example:
|
1827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_certificate.py.html>`__ to see an example of how to use delete_certificate API.
|
1828
1828
|
"""
|
1829
1829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1830
1830
|
required_arguments = ['deploymentId', 'certificateKey']
|
@@ -1931,7 +1931,7 @@ class GoldenGateClient(object):
|
|
1931
1931
|
:rtype: :class:`~oci.response.Response`
|
1932
1932
|
|
1933
1933
|
:example:
|
1934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
1935
1935
|
"""
|
1936
1936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1937
1937
|
required_arguments = ['connectionId']
|
@@ -2037,7 +2037,7 @@ class GoldenGateClient(object):
|
|
2037
2037
|
:rtype: :class:`~oci.response.Response`
|
2038
2038
|
|
2039
2039
|
:example:
|
2040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_connection_assignment.py.html>`__ to see an example of how to use delete_connection_assignment API.
|
2041
2041
|
"""
|
2042
2042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2043
2043
|
required_arguments = ['connectionAssignmentId']
|
@@ -2142,7 +2142,7 @@ class GoldenGateClient(object):
|
|
2142
2142
|
:rtype: :class:`~oci.response.Response`
|
2143
2143
|
|
2144
2144
|
:example:
|
2145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_database_registration.py.html>`__ to see an example of how to use delete_database_registration API.
|
2146
2146
|
"""
|
2147
2147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2148
2148
|
required_arguments = ['databaseRegistrationId']
|
@@ -2246,7 +2246,7 @@ class GoldenGateClient(object):
|
|
2246
2246
|
:rtype: :class:`~oci.response.Response`
|
2247
2247
|
|
2248
2248
|
:example:
|
2249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
|
2250
2250
|
"""
|
2251
2251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2252
2252
|
required_arguments = ['deploymentId']
|
@@ -2350,7 +2350,7 @@ class GoldenGateClient(object):
|
|
2350
2350
|
:rtype: :class:`~oci.response.Response`
|
2351
2351
|
|
2352
2352
|
:example:
|
2353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_deployment_backup.py.html>`__ to see an example of how to use delete_deployment_backup API.
|
2354
2354
|
"""
|
2355
2355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2356
2356
|
required_arguments = ['deploymentBackupId']
|
@@ -2463,7 +2463,7 @@ class GoldenGateClient(object):
|
|
2463
2463
|
:rtype: :class:`~oci.response.Response`
|
2464
2464
|
|
2465
2465
|
:example:
|
2466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/deployment_wallet_exists.py.html>`__ to see an example of how to use deployment_wallet_exists API.
|
2467
2467
|
"""
|
2468
2468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2469
2469
|
required_arguments = ['deploymentId']
|
@@ -2583,7 +2583,7 @@ class GoldenGateClient(object):
|
|
2583
2583
|
:rtype: :class:`~oci.response.Response`
|
2584
2584
|
|
2585
2585
|
:example:
|
2586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/export_deployment_wallet.py.html>`__ to see an example of how to use export_deployment_wallet API.
|
2587
2587
|
"""
|
2588
2588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2589
2589
|
required_arguments = ['deploymentId']
|
@@ -2689,7 +2689,7 @@ class GoldenGateClient(object):
|
|
2689
2689
|
:rtype: :class:`~oci.response.Response`
|
2690
2690
|
|
2691
2691
|
:example:
|
2692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_certificate.py.html>`__ to see an example of how to use get_certificate API.
|
2693
2693
|
"""
|
2694
2694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2695
2695
|
required_arguments = ['deploymentId', 'certificateKey']
|
@@ -2790,7 +2790,7 @@ class GoldenGateClient(object):
|
|
2790
2790
|
:rtype: :class:`~oci.response.Response`
|
2791
2791
|
|
2792
2792
|
:example:
|
2793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
2794
2794
|
"""
|
2795
2795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2796
2796
|
required_arguments = ['connectionId']
|
@@ -2890,7 +2890,7 @@ class GoldenGateClient(object):
|
|
2890
2890
|
:rtype: :class:`~oci.response.Response`
|
2891
2891
|
|
2892
2892
|
:example:
|
2893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_connection_assignment.py.html>`__ to see an example of how to use get_connection_assignment API.
|
2894
2894
|
"""
|
2895
2895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2896
2896
|
required_arguments = ['connectionAssignmentId']
|
@@ -2989,7 +2989,7 @@ class GoldenGateClient(object):
|
|
2989
2989
|
:rtype: :class:`~oci.response.Response`
|
2990
2990
|
|
2991
2991
|
:example:
|
2992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_database_registration.py.html>`__ to see an example of how to use get_database_registration API.
|
2993
2993
|
"""
|
2994
2994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2995
2995
|
required_arguments = ['databaseRegistrationId']
|
@@ -3087,7 +3087,7 @@ class GoldenGateClient(object):
|
|
3087
3087
|
:rtype: :class:`~oci.response.Response`
|
3088
3088
|
|
3089
3089
|
:example:
|
3090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
|
3091
3091
|
"""
|
3092
3092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3093
3093
|
required_arguments = ['deploymentId']
|
@@ -3185,7 +3185,7 @@ class GoldenGateClient(object):
|
|
3185
3185
|
:rtype: :class:`~oci.response.Response`
|
3186
3186
|
|
3187
3187
|
:example:
|
3188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_deployment_backup.py.html>`__ to see an example of how to use get_deployment_backup API.
|
3189
3189
|
"""
|
3190
3190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3191
3191
|
required_arguments = ['deploymentBackupId']
|
@@ -3283,7 +3283,7 @@ class GoldenGateClient(object):
|
|
3283
3283
|
:rtype: :class:`~oci.response.Response`
|
3284
3284
|
|
3285
3285
|
:example:
|
3286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_deployment_upgrade.py.html>`__ to see an example of how to use get_deployment_upgrade API.
|
3287
3287
|
"""
|
3288
3288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3289
3289
|
required_arguments = ['deploymentUpgradeId']
|
@@ -3383,7 +3383,7 @@ class GoldenGateClient(object):
|
|
3383
3383
|
:rtype: :class:`~oci.response.Response`
|
3384
3384
|
|
3385
3385
|
:example:
|
3386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
3387
3387
|
"""
|
3388
3388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3389
3389
|
required_arguments = ['workRequestId']
|
@@ -3496,7 +3496,7 @@ class GoldenGateClient(object):
|
|
3496
3496
|
:rtype: :class:`~oci.response.Response`
|
3497
3497
|
|
3498
3498
|
:example:
|
3499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/import_deployment_wallet.py.html>`__ to see an example of how to use import_deployment_wallet API.
|
3500
3500
|
"""
|
3501
3501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3502
3502
|
required_arguments = ['deploymentId']
|
@@ -3623,7 +3623,7 @@ class GoldenGateClient(object):
|
|
3623
3623
|
:rtype: :class:`~oci.response.Response`
|
3624
3624
|
|
3625
3625
|
:example:
|
3626
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
|
3627
3627
|
"""
|
3628
3628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3629
3629
|
required_arguments = ['deploymentId']
|
@@ -3798,7 +3798,7 @@ class GoldenGateClient(object):
|
|
3798
3798
|
:rtype: :class:`~oci.response.Response`
|
3799
3799
|
|
3800
3800
|
:example:
|
3801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_connection_assignments.py.html>`__ to see an example of how to use list_connection_assignments API.
|
3802
3802
|
"""
|
3803
3803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3804
3804
|
required_arguments = ['compartmentId']
|
@@ -3979,7 +3979,7 @@ class GoldenGateClient(object):
|
|
3979
3979
|
:rtype: :class:`~oci.response.Response`
|
3980
3980
|
|
3981
3981
|
:example:
|
3982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
3983
3983
|
"""
|
3984
3984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3985
3985
|
required_arguments = ['compartmentId']
|
@@ -4169,7 +4169,7 @@ class GoldenGateClient(object):
|
|
4169
4169
|
:rtype: :class:`~oci.response.Response`
|
4170
4170
|
|
4171
4171
|
:example:
|
4172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_database_registrations.py.html>`__ to see an example of how to use list_database_registrations API.
|
4173
4173
|
"""
|
4174
4174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4175
4175
|
required_arguments = ['compartmentId']
|
@@ -4330,7 +4330,7 @@ class GoldenGateClient(object):
|
|
4330
4330
|
:rtype: :class:`~oci.response.Response`
|
4331
4331
|
|
4332
4332
|
:example:
|
4333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_backups.py.html>`__ to see an example of how to use list_deployment_backups API.
|
4334
4334
|
"""
|
4335
4335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4336
4336
|
required_arguments = ['compartmentId']
|
@@ -4491,7 +4491,7 @@ class GoldenGateClient(object):
|
|
4491
4491
|
:rtype: :class:`~oci.response.Response`
|
4492
4492
|
|
4493
4493
|
:example:
|
4494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_types.py.html>`__ to see an example of how to use list_deployment_types API.
|
4495
4495
|
"""
|
4496
4496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4497
4497
|
required_arguments = ['compartmentId']
|
@@ -4654,7 +4654,7 @@ class GoldenGateClient(object):
|
|
4654
4654
|
:rtype: :class:`~oci.response.Response`
|
4655
4655
|
|
4656
4656
|
:example:
|
4657
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4657
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_upgrades.py.html>`__ to see an example of how to use list_deployment_upgrades API.
|
4658
4658
|
"""
|
4659
4659
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4660
4660
|
required_arguments = ['compartmentId']
|
@@ -4814,7 +4814,7 @@ class GoldenGateClient(object):
|
|
4814
4814
|
:rtype: :class:`~oci.response.Response`
|
4815
4815
|
|
4816
4816
|
:example:
|
4817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_versions.py.html>`__ to see an example of how to use list_deployment_versions API.
|
4818
4818
|
"""
|
4819
4819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4820
4820
|
required_arguments = ['compartmentId']
|
@@ -4961,7 +4961,7 @@ class GoldenGateClient(object):
|
|
4961
4961
|
:rtype: :class:`~oci.response.Response`
|
4962
4962
|
|
4963
4963
|
:example:
|
4964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_wallets_operations.py.html>`__ to see an example of how to use list_deployment_wallets_operations API.
|
4965
4965
|
"""
|
4966
4966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4967
4967
|
required_arguments = ['deploymentId']
|
@@ -5138,7 +5138,7 @@ class GoldenGateClient(object):
|
|
5138
5138
|
:rtype: :class:`~oci.response.Response`
|
5139
5139
|
|
5140
5140
|
:example:
|
5141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
|
5142
5142
|
"""
|
5143
5143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5144
5144
|
required_arguments = ['compartmentId']
|
@@ -5295,7 +5295,7 @@ class GoldenGateClient(object):
|
|
5295
5295
|
:rtype: :class:`~oci.response.Response`
|
5296
5296
|
|
5297
5297
|
:example:
|
5298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_messages.py.html>`__ to see an example of how to use list_messages API.
|
5299
5299
|
"""
|
5300
5300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5301
5301
|
required_arguments = ['deploymentId']
|
@@ -5417,7 +5417,7 @@ class GoldenGateClient(object):
|
|
5417
5417
|
:rtype: :class:`~oci.response.Response`
|
5418
5418
|
|
5419
5419
|
:example:
|
5420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_trail_files.py.html>`__ to see an example of how to use list_trail_files API.
|
5421
5421
|
"""
|
5422
5422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5423
5423
|
required_arguments = ['deploymentId']
|
@@ -5564,7 +5564,7 @@ class GoldenGateClient(object):
|
|
5564
5564
|
:rtype: :class:`~oci.response.Response`
|
5565
5565
|
|
5566
5566
|
:example:
|
5567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_trail_sequences.py.html>`__ to see an example of how to use list_trail_sequences API.
|
5568
5568
|
"""
|
5569
5569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5570
5570
|
required_arguments = ['deploymentId', 'trailFileId']
|
@@ -5693,7 +5693,7 @@ class GoldenGateClient(object):
|
|
5693
5693
|
:rtype: :class:`~oci.response.Response`
|
5694
5694
|
|
5695
5695
|
:example:
|
5696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
5697
5697
|
"""
|
5698
5698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5699
5699
|
required_arguments = ['workRequestId']
|
@@ -5810,7 +5810,7 @@ class GoldenGateClient(object):
|
|
5810
5810
|
:rtype: :class:`~oci.response.Response`
|
5811
5811
|
|
5812
5812
|
:example:
|
5813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
5814
5814
|
"""
|
5815
5815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5816
5816
|
required_arguments = ['workRequestId']
|
@@ -5933,7 +5933,7 @@ class GoldenGateClient(object):
|
|
5933
5933
|
:rtype: :class:`~oci.response.Response`
|
5934
5934
|
|
5935
5935
|
:example:
|
5936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
5937
5937
|
"""
|
5938
5938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5939
5939
|
required_arguments = ['compartmentId']
|
@@ -6047,7 +6047,7 @@ class GoldenGateClient(object):
|
|
6047
6047
|
:rtype: :class:`~oci.response.Response`
|
6048
6048
|
|
6049
6049
|
:example:
|
6050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/reschedule_deployment_upgrade.py.html>`__ to see an example of how to use reschedule_deployment_upgrade API.
|
6051
6051
|
"""
|
6052
6052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6053
6053
|
required_arguments = ['deploymentUpgradeId']
|
@@ -6167,7 +6167,7 @@ class GoldenGateClient(object):
|
|
6167
6167
|
:rtype: :class:`~oci.response.Response`
|
6168
6168
|
|
6169
6169
|
:example:
|
6170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/restore_deployment.py.html>`__ to see an example of how to use restore_deployment API.
|
6171
6171
|
"""
|
6172
6172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6173
6173
|
required_arguments = ['deploymentBackupId']
|
@@ -6285,7 +6285,7 @@ class GoldenGateClient(object):
|
|
6285
6285
|
:rtype: :class:`~oci.response.Response`
|
6286
6286
|
|
6287
6287
|
:example:
|
6288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/rollback_deployment_upgrade.py.html>`__ to see an example of how to use rollback_deployment_upgrade API.
|
6289
6289
|
"""
|
6290
6290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6291
6291
|
required_arguments = ['deploymentUpgradeId']
|
@@ -6403,7 +6403,7 @@ class GoldenGateClient(object):
|
|
6403
6403
|
:rtype: :class:`~oci.response.Response`
|
6404
6404
|
|
6405
6405
|
:example:
|
6406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/snooze_deployment_upgrade.py.html>`__ to see an example of how to use snooze_deployment_upgrade API.
|
6407
6407
|
"""
|
6408
6408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6409
6409
|
required_arguments = ['deploymentUpgradeId']
|
@@ -6521,7 +6521,7 @@ class GoldenGateClient(object):
|
|
6521
6521
|
:rtype: :class:`~oci.response.Response`
|
6522
6522
|
|
6523
6523
|
:example:
|
6524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/start_deployment.py.html>`__ to see an example of how to use start_deployment API.
|
6525
6525
|
"""
|
6526
6526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6527
6527
|
required_arguments = ['deploymentId']
|
@@ -6639,7 +6639,7 @@ class GoldenGateClient(object):
|
|
6639
6639
|
:rtype: :class:`~oci.response.Response`
|
6640
6640
|
|
6641
6641
|
:example:
|
6642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/stop_deployment.py.html>`__ to see an example of how to use stop_deployment API.
|
6643
6643
|
"""
|
6644
6644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6645
6645
|
required_arguments = ['deploymentId']
|
@@ -6760,7 +6760,7 @@ class GoldenGateClient(object):
|
|
6760
6760
|
:rtype: :class:`~oci.response.Response`
|
6761
6761
|
|
6762
6762
|
:example:
|
6763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/test_connection_assignment.py.html>`__ to see an example of how to use test_connection_assignment API.
|
6764
6764
|
"""
|
6765
6765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6766
6766
|
required_arguments = ['connectionAssignmentId']
|
@@ -6876,7 +6876,7 @@ class GoldenGateClient(object):
|
|
6876
6876
|
:rtype: :class:`~oci.response.Response`
|
6877
6877
|
|
6878
6878
|
:example:
|
6879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
6880
6880
|
"""
|
6881
6881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6882
6882
|
required_arguments = ['connectionId']
|
@@ -6986,7 +6986,7 @@ class GoldenGateClient(object):
|
|
6986
6986
|
:rtype: :class:`~oci.response.Response`
|
6987
6987
|
|
6988
6988
|
:example:
|
6989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/update_database_registration.py.html>`__ to see an example of how to use update_database_registration API.
|
6990
6990
|
"""
|
6991
6991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6992
6992
|
required_arguments = ['databaseRegistrationId']
|
@@ -7095,7 +7095,7 @@ class GoldenGateClient(object):
|
|
7095
7095
|
:rtype: :class:`~oci.response.Response`
|
7096
7096
|
|
7097
7097
|
:example:
|
7098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
|
7099
7099
|
"""
|
7100
7100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7101
7101
|
required_arguments = ['deploymentId']
|
@@ -7204,7 +7204,7 @@ class GoldenGateClient(object):
|
|
7204
7204
|
:rtype: :class:`~oci.response.Response`
|
7205
7205
|
|
7206
7206
|
:example:
|
7207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/update_deployment_backup.py.html>`__ to see an example of how to use update_deployment_backup API.
|
7208
7208
|
"""
|
7209
7209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7210
7210
|
required_arguments = ['deploymentBackupId']
|
@@ -7321,7 +7321,7 @@ class GoldenGateClient(object):
|
|
7321
7321
|
:rtype: :class:`~oci.response.Response`
|
7322
7322
|
|
7323
7323
|
:example:
|
7324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/upgrade_deployment.py.html>`__ to see an example of how to use upgrade_deployment API.
|
7325
7325
|
"""
|
7326
7326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7327
7327
|
required_arguments = ['deploymentId']
|
@@ -7439,7 +7439,7 @@ class GoldenGateClient(object):
|
|
7439
7439
|
:rtype: :class:`~oci.response.Response`
|
7440
7440
|
|
7441
7441
|
:example:
|
7442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/upgrade_deployment_upgrade.py.html>`__ to see an example of how to use upgrade_deployment_upgrade API.
|
7443
7443
|
"""
|
7444
7444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7445
7445
|
required_arguments = ['deploymentUpgradeId']
|