oci 2.111.0__py3-none-any.whl → 2.112.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +18 -18
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +47 -47
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/__init__.py +1 -3
- oci/cims/incident_client.py +356 -93
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/account_item.py +85 -0
- oci/cims/models/activity_item.py +112 -14
- oci/cims/models/category.py +5 -5
- oci/cims/models/contact.py +32 -1
- oci/cims/models/contextual_data.py +9 -9
- oci/cims/models/create_account_item_details.py +78 -0
- oci/cims/models/create_category_details.py +2 -4
- oci/cims/models/create_incident.py +13 -9
- oci/cims/models/create_issue_type_details.py +0 -2
- oci/cims/models/create_item_details.py +9 -7
- oci/cims/models/create_limit_item_details.py +3 -3
- oci/cims/models/create_resource_details.py +2 -289
- oci/cims/models/create_sub_category_details.py +3 -5
- oci/cims/models/create_tech_support_item_details.py +1 -3
- oci/cims/models/create_ticket_details.py +11 -13
- oci/cims/models/create_user_details.py +65 -36
- oci/cims/models/incident.py +10 -6
- oci/cims/models/incident_resource_type.py +66 -4
- oci/cims/models/incident_summary.py +9 -5
- oci/cims/models/incident_type.py +1 -1
- oci/cims/models/issue_type.py +33 -2
- oci/cims/models/item.py +8 -4
- oci/cims/models/limit_item.py +7 -7
- oci/cims/models/resource.py +2 -285
- oci/cims/models/service_categories.py +134 -0
- oci/cims/models/service_category.py +1 -1
- oci/cims/models/sub_category.py +5 -5
- oci/cims/models/tenancy_information.py +3 -3
- oci/cims/models/ticket.py +7 -3
- oci/cims/models/update_activity_item_details.py +8 -6
- oci/cims/models/update_incident.py +62 -2
- oci/cims/models/update_item_details.py +3 -5
- oci/cims/models/update_resource_details.py +0 -2
- oci/cims/models/update_ticket_details.py +0 -2
- oci/cims/models/user.py +79 -19
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +129 -24
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +90 -90
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +424 -154
- oci/data_catalog/models/__init__.py +22 -0
- oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
- oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_result.py +196 -0
- oci/data_catalog/models/attribute.py +33 -0
- oci/data_catalog/models/attribute_summary.py +33 -0
- oci/data_catalog/models/create_job_definition_details.py +42 -3
- oci/data_catalog/models/create_job_details.py +2 -0
- oci/data_catalog/models/create_job_execution_details.py +11 -3
- oci/data_catalog/models/data_asset.py +33 -0
- oci/data_catalog/models/data_asset_summary.py +35 -2
- oci/data_catalog/models/entity.py +33 -0
- oci/data_catalog/models/entity_lineage.py +222 -0
- oci/data_catalog/models/entity_summary.py +33 -0
- oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
- oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
- oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
- oci/data_catalog/models/folder.py +33 -0
- oci/data_catalog/models/folder_summary.py +35 -2
- oci/data_catalog/models/job.py +44 -3
- oci/data_catalog/models/job_definition.py +42 -3
- oci/data_catalog/models/job_definition_summary.py +44 -5
- oci/data_catalog/models/job_execution.py +11 -3
- oci/data_catalog/models/job_execution_summary.py +11 -3
- oci/data_catalog/models/job_summary.py +44 -3
- oci/data_catalog/models/lineage_object.py +400 -0
- oci/data_catalog/models/lineage_relationship.py +134 -0
- oci/data_catalog/models/object_lineage.py +223 -0
- oci/data_catalog/models/object_lineage_request_details.py +190 -0
- oci/data_catalog/models/object_storage_object_reference.py +134 -0
- oci/data_catalog/models/update_job_definition_details.py +31 -0
- oci/data_catalog/models/update_job_details.py +2 -0
- 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 +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +311 -311
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +57 -57
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +56 -56
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/log_analytics/log_analytics_client.py +192 -192
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/models/__init__.py +4 -0
- oci/queue/models/channel_collection.py +72 -0
- oci/queue/models/create_queue_details.py +50 -11
- oci/queue/models/delete_messages_details_entry.py +2 -2
- oci/queue/models/get_message.py +55 -12
- oci/queue/models/message_metadata.py +103 -0
- oci/queue/models/purge_queue_details.py +43 -8
- oci/queue/models/put_message.py +44 -5
- oci/queue/models/put_messages.py +3 -3
- oci/queue/models/put_messages_details_entry.py +29 -2
- oci/queue/models/queue.py +76 -21
- oci/queue/models/queue_stats.py +34 -3
- oci/queue/models/queue_summary.py +37 -17
- oci/queue/models/stats.py +2 -2
- oci/queue/models/update_messages_details.py +1 -1
- oci/queue/models/update_messages_details_entry.py +2 -2
- oci/queue/models/update_messages_result.py +2 -2
- oci/queue/models/update_messages_result_entry.py +12 -4
- oci/queue/models/update_queue_details.py +47 -8
- oci/queue/models/updated_message.py +12 -4
- oci/queue/models/work_request.py +6 -2
- oci/queue/models/work_request_error.py +6 -2
- oci/queue/models/work_request_log_entry.py +6 -2
- oci/queue/models/work_request_summary.py +8 -4
- oci/queue/queue_admin_client.py +67 -46
- oci/queue/queue_admin_client_composite_operations.py +4 -4
- oci/queue/queue_client.py +209 -36
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +19 -19
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -134,7 +134,7 @@ class ServiceAttachmentClient(object):
|
|
134
134
|
:rtype: :class:`~oci.response.Response`
|
135
135
|
|
136
136
|
:example:
|
137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/fusionapps/get_service_attachment.py.html>`__ to see an example of how to use get_service_attachment API.
|
138
138
|
"""
|
139
139
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/serviceAttachments/{serviceAttachmentId}"
|
140
140
|
method = "GET"
|
@@ -256,7 +256,7 @@ class ServiceAttachmentClient(object):
|
|
256
256
|
:rtype: :class:`~oci.response.Response`
|
257
257
|
|
258
258
|
:example:
|
259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/fusionapps/list_service_attachments.py.html>`__ to see an example of how to use list_service_attachments API.
|
260
260
|
"""
|
261
261
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/serviceAttachments"
|
262
262
|
method = "GET"
|
@@ -149,7 +149,7 @@ class GenericArtifactsContentClient(object):
|
|
149
149
|
:rtype: :class:`~oci.response.Response`
|
150
150
|
|
151
151
|
:example:
|
152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/genericartifactscontent/get_generic_artifact_content.py.html>`__ to see an example of how to use get_generic_artifact_content API.
|
153
153
|
"""
|
154
154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
155
155
|
required_arguments = ['artifactId']
|
@@ -264,7 +264,7 @@ class GenericArtifactsContentClient(object):
|
|
264
264
|
:rtype: :class:`~oci.response.Response`
|
265
265
|
|
266
266
|
:example:
|
267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/genericartifactscontent/get_generic_artifact_content_by_path.py.html>`__ to see an example of how to use get_generic_artifact_content_by_path API.
|
268
268
|
"""
|
269
269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
270
270
|
required_arguments = ['repositoryId', 'artifactPath', 'version']
|
@@ -394,7 +394,7 @@ class GenericArtifactsContentClient(object):
|
|
394
394
|
:rtype: :class:`~oci.response.Response`
|
395
395
|
|
396
396
|
:example:
|
397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/genericartifactscontent/put_generic_artifact_content_by_path.py.html>`__ to see an example of how to use put_generic_artifact_content_by_path API.
|
398
398
|
"""
|
399
399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
400
400
|
required_arguments = ['repositoryId', 'artifactPath', 'version']
|
@@ -153,7 +153,7 @@ class GoldenGateClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/cancel_deployment_backup.py.html>`__ to see an example of how to use cancel_deployment_backup API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['deploymentBackupId']
|
@@ -271,7 +271,7 @@ class GoldenGateClient(object):
|
|
271
271
|
:rtype: :class:`~oci.response.Response`
|
272
272
|
|
273
273
|
:example:
|
274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/cancel_deployment_upgrade.py.html>`__ to see an example of how to use cancel_deployment_upgrade API.
|
275
275
|
"""
|
276
276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
277
277
|
required_arguments = ['deploymentUpgradeId']
|
@@ -391,7 +391,7 @@ class GoldenGateClient(object):
|
|
391
391
|
:rtype: :class:`~oci.response.Response`
|
392
392
|
|
393
393
|
:example:
|
394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/cancel_snooze_deployment_upgrade.py.html>`__ to see an example of how to use cancel_snooze_deployment_upgrade API.
|
395
395
|
"""
|
396
396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
397
397
|
required_arguments = ['deploymentUpgradeId']
|
@@ -510,7 +510,7 @@ class GoldenGateClient(object):
|
|
510
510
|
:rtype: :class:`~oci.response.Response`
|
511
511
|
|
512
512
|
:example:
|
513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
|
514
514
|
"""
|
515
515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
516
516
|
required_arguments = ['connectionId']
|
@@ -631,7 +631,7 @@ class GoldenGateClient(object):
|
|
631
631
|
:rtype: :class:`~oci.response.Response`
|
632
632
|
|
633
633
|
:example:
|
634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/change_database_registration_compartment.py.html>`__ to see an example of how to use change_database_registration_compartment API.
|
635
635
|
"""
|
636
636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
637
637
|
required_arguments = ['databaseRegistrationId']
|
@@ -754,7 +754,7 @@ class GoldenGateClient(object):
|
|
754
754
|
:rtype: :class:`~oci.response.Response`
|
755
755
|
|
756
756
|
:example:
|
757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/change_deployment_backup_compartment.py.html>`__ to see an example of how to use change_deployment_backup_compartment API.
|
758
758
|
"""
|
759
759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
760
760
|
required_arguments = ['deploymentBackupId']
|
@@ -877,7 +877,7 @@ class GoldenGateClient(object):
|
|
877
877
|
:rtype: :class:`~oci.response.Response`
|
878
878
|
|
879
879
|
:example:
|
880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
880
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
|
881
881
|
"""
|
882
882
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
883
883
|
required_arguments = ['deploymentId']
|
@@ -995,7 +995,7 @@ class GoldenGateClient(object):
|
|
995
995
|
:rtype: :class:`~oci.response.Response`
|
996
996
|
|
997
997
|
:example:
|
998
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/collect_deployment_diagnostic.py.html>`__ to see an example of how to use collect_deployment_diagnostic API.
|
999
999
|
"""
|
1000
1000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1001
1001
|
required_arguments = ['deploymentId']
|
@@ -1113,7 +1113,7 @@ class GoldenGateClient(object):
|
|
1113
1113
|
:rtype: :class:`~oci.response.Response`
|
1114
1114
|
|
1115
1115
|
:example:
|
1116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/copy_deployment_backup.py.html>`__ to see an example of how to use copy_deployment_backup API.
|
1117
1117
|
"""
|
1118
1118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1119
1119
|
required_arguments = ['deploymentBackupId']
|
@@ -1222,7 +1222,7 @@ class GoldenGateClient(object):
|
|
1222
1222
|
:rtype: :class:`~oci.response.Response`
|
1223
1223
|
|
1224
1224
|
:example:
|
1225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
1226
1226
|
"""
|
1227
1227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1228
1228
|
required_arguments = []
|
@@ -1319,7 +1319,7 @@ class GoldenGateClient(object):
|
|
1319
1319
|
:rtype: :class:`~oci.response.Response`
|
1320
1320
|
|
1321
1321
|
:example:
|
1322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/create_connection_assignment.py.html>`__ to see an example of how to use create_connection_assignment API.
|
1323
1323
|
"""
|
1324
1324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1325
1325
|
required_arguments = []
|
@@ -1417,7 +1417,7 @@ class GoldenGateClient(object):
|
|
1417
1417
|
:rtype: :class:`~oci.response.Response`
|
1418
1418
|
|
1419
1419
|
:example:
|
1420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/create_database_registration.py.html>`__ to see an example of how to use create_database_registration API.
|
1421
1421
|
"""
|
1422
1422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1423
1423
|
required_arguments = []
|
@@ -1514,7 +1514,7 @@ class GoldenGateClient(object):
|
|
1514
1514
|
:rtype: :class:`~oci.response.Response`
|
1515
1515
|
|
1516
1516
|
:example:
|
1517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
|
1518
1518
|
"""
|
1519
1519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1520
1520
|
required_arguments = []
|
@@ -1611,7 +1611,7 @@ class GoldenGateClient(object):
|
|
1611
1611
|
:rtype: :class:`~oci.response.Response`
|
1612
1612
|
|
1613
1613
|
:example:
|
1614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/create_deployment_backup.py.html>`__ to see an example of how to use create_deployment_backup API.
|
1615
1615
|
"""
|
1616
1616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1617
1617
|
required_arguments = []
|
@@ -1708,7 +1708,7 @@ class GoldenGateClient(object):
|
|
1708
1708
|
:rtype: :class:`~oci.response.Response`
|
1709
1709
|
|
1710
1710
|
:example:
|
1711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
1712
1712
|
"""
|
1713
1713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1714
1714
|
required_arguments = ['connectionId']
|
@@ -1814,7 +1814,7 @@ class GoldenGateClient(object):
|
|
1814
1814
|
:rtype: :class:`~oci.response.Response`
|
1815
1815
|
|
1816
1816
|
:example:
|
1817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/delete_connection_assignment.py.html>`__ to see an example of how to use delete_connection_assignment API.
|
1818
1818
|
"""
|
1819
1819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1820
1820
|
required_arguments = ['connectionAssignmentId']
|
@@ -1919,7 +1919,7 @@ class GoldenGateClient(object):
|
|
1919
1919
|
:rtype: :class:`~oci.response.Response`
|
1920
1920
|
|
1921
1921
|
:example:
|
1922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/delete_database_registration.py.html>`__ to see an example of how to use delete_database_registration API.
|
1923
1923
|
"""
|
1924
1924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1925
1925
|
required_arguments = ['databaseRegistrationId']
|
@@ -2023,7 +2023,7 @@ class GoldenGateClient(object):
|
|
2023
2023
|
:rtype: :class:`~oci.response.Response`
|
2024
2024
|
|
2025
2025
|
:example:
|
2026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2026
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
|
2027
2027
|
"""
|
2028
2028
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2029
2029
|
required_arguments = ['deploymentId']
|
@@ -2127,7 +2127,7 @@ class GoldenGateClient(object):
|
|
2127
2127
|
:rtype: :class:`~oci.response.Response`
|
2128
2128
|
|
2129
2129
|
:example:
|
2130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/delete_deployment_backup.py.html>`__ to see an example of how to use delete_deployment_backup API.
|
2131
2131
|
"""
|
2132
2132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2133
2133
|
required_arguments = ['deploymentBackupId']
|
@@ -2240,7 +2240,7 @@ class GoldenGateClient(object):
|
|
2240
2240
|
:rtype: :class:`~oci.response.Response`
|
2241
2241
|
|
2242
2242
|
:example:
|
2243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/deployment_wallet_exists.py.html>`__ to see an example of how to use deployment_wallet_exists API.
|
2244
2244
|
"""
|
2245
2245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2246
2246
|
required_arguments = ['deploymentId']
|
@@ -2360,7 +2360,7 @@ class GoldenGateClient(object):
|
|
2360
2360
|
:rtype: :class:`~oci.response.Response`
|
2361
2361
|
|
2362
2362
|
:example:
|
2363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/export_deployment_wallet.py.html>`__ to see an example of how to use export_deployment_wallet API.
|
2364
2364
|
"""
|
2365
2365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2366
2366
|
required_arguments = ['deploymentId']
|
@@ -2465,7 +2465,7 @@ class GoldenGateClient(object):
|
|
2465
2465
|
:rtype: :class:`~oci.response.Response`
|
2466
2466
|
|
2467
2467
|
:example:
|
2468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
2469
2469
|
"""
|
2470
2470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2471
2471
|
required_arguments = ['connectionId']
|
@@ -2565,7 +2565,7 @@ class GoldenGateClient(object):
|
|
2565
2565
|
:rtype: :class:`~oci.response.Response`
|
2566
2566
|
|
2567
2567
|
:example:
|
2568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/get_connection_assignment.py.html>`__ to see an example of how to use get_connection_assignment API.
|
2569
2569
|
"""
|
2570
2570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2571
2571
|
required_arguments = ['connectionAssignmentId']
|
@@ -2664,7 +2664,7 @@ class GoldenGateClient(object):
|
|
2664
2664
|
:rtype: :class:`~oci.response.Response`
|
2665
2665
|
|
2666
2666
|
:example:
|
2667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/get_database_registration.py.html>`__ to see an example of how to use get_database_registration API.
|
2668
2668
|
"""
|
2669
2669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2670
2670
|
required_arguments = ['databaseRegistrationId']
|
@@ -2762,7 +2762,7 @@ class GoldenGateClient(object):
|
|
2762
2762
|
:rtype: :class:`~oci.response.Response`
|
2763
2763
|
|
2764
2764
|
:example:
|
2765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
|
2766
2766
|
"""
|
2767
2767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2768
2768
|
required_arguments = ['deploymentId']
|
@@ -2860,7 +2860,7 @@ class GoldenGateClient(object):
|
|
2860
2860
|
:rtype: :class:`~oci.response.Response`
|
2861
2861
|
|
2862
2862
|
:example:
|
2863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/get_deployment_backup.py.html>`__ to see an example of how to use get_deployment_backup API.
|
2864
2864
|
"""
|
2865
2865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2866
2866
|
required_arguments = ['deploymentBackupId']
|
@@ -2958,7 +2958,7 @@ class GoldenGateClient(object):
|
|
2958
2958
|
:rtype: :class:`~oci.response.Response`
|
2959
2959
|
|
2960
2960
|
:example:
|
2961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/get_deployment_upgrade.py.html>`__ to see an example of how to use get_deployment_upgrade API.
|
2962
2962
|
"""
|
2963
2963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2964
2964
|
required_arguments = ['deploymentUpgradeId']
|
@@ -3058,7 +3058,7 @@ class GoldenGateClient(object):
|
|
3058
3058
|
:rtype: :class:`~oci.response.Response`
|
3059
3059
|
|
3060
3060
|
:example:
|
3061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
3062
3062
|
"""
|
3063
3063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3064
3064
|
required_arguments = ['workRequestId']
|
@@ -3171,7 +3171,7 @@ class GoldenGateClient(object):
|
|
3171
3171
|
:rtype: :class:`~oci.response.Response`
|
3172
3172
|
|
3173
3173
|
:example:
|
3174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/import_deployment_wallet.py.html>`__ to see an example of how to use import_deployment_wallet API.
|
3175
3175
|
"""
|
3176
3176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3177
3177
|
required_arguments = ['deploymentId']
|
@@ -3314,7 +3314,7 @@ class GoldenGateClient(object):
|
|
3314
3314
|
:rtype: :class:`~oci.response.Response`
|
3315
3315
|
|
3316
3316
|
:example:
|
3317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_connection_assignments.py.html>`__ to see an example of how to use list_connection_assignments API.
|
3318
3318
|
"""
|
3319
3319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3320
3320
|
required_arguments = ['compartmentId']
|
@@ -3495,7 +3495,7 @@ class GoldenGateClient(object):
|
|
3495
3495
|
:rtype: :class:`~oci.response.Response`
|
3496
3496
|
|
3497
3497
|
:example:
|
3498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
3499
3499
|
"""
|
3500
3500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3501
3501
|
required_arguments = ['compartmentId']
|
@@ -3685,7 +3685,7 @@ class GoldenGateClient(object):
|
|
3685
3685
|
:rtype: :class:`~oci.response.Response`
|
3686
3686
|
|
3687
3687
|
:example:
|
3688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_database_registrations.py.html>`__ to see an example of how to use list_database_registrations API.
|
3689
3689
|
"""
|
3690
3690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3691
3691
|
required_arguments = ['compartmentId']
|
@@ -3846,7 +3846,7 @@ class GoldenGateClient(object):
|
|
3846
3846
|
:rtype: :class:`~oci.response.Response`
|
3847
3847
|
|
3848
3848
|
:example:
|
3849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_deployment_backups.py.html>`__ to see an example of how to use list_deployment_backups API.
|
3850
3850
|
"""
|
3851
3851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3852
3852
|
required_arguments = ['compartmentId']
|
@@ -4007,7 +4007,7 @@ class GoldenGateClient(object):
|
|
4007
4007
|
:rtype: :class:`~oci.response.Response`
|
4008
4008
|
|
4009
4009
|
:example:
|
4010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_deployment_types.py.html>`__ to see an example of how to use list_deployment_types API.
|
4011
4011
|
"""
|
4012
4012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4013
4013
|
required_arguments = ['compartmentId']
|
@@ -4170,7 +4170,7 @@ class GoldenGateClient(object):
|
|
4170
4170
|
:rtype: :class:`~oci.response.Response`
|
4171
4171
|
|
4172
4172
|
:example:
|
4173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_deployment_upgrades.py.html>`__ to see an example of how to use list_deployment_upgrades API.
|
4174
4174
|
"""
|
4175
4175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4176
4176
|
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.
|
4333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_deployment_versions.py.html>`__ to see an example of how to use list_deployment_versions 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']
|
@@ -4477,7 +4477,7 @@ class GoldenGateClient(object):
|
|
4477
4477
|
:rtype: :class:`~oci.response.Response`
|
4478
4478
|
|
4479
4479
|
:example:
|
4480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_deployment_wallets_operations.py.html>`__ to see an example of how to use list_deployment_wallets_operations API.
|
4481
4481
|
"""
|
4482
4482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4483
4483
|
required_arguments = ['deploymentId']
|
@@ -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.
|
4657
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_deployments.py.html>`__ to see an example of how to use list_deployments 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']
|
@@ -4811,7 +4811,7 @@ class GoldenGateClient(object):
|
|
4811
4811
|
:rtype: :class:`~oci.response.Response`
|
4812
4812
|
|
4813
4813
|
:example:
|
4814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_messages.py.html>`__ to see an example of how to use list_messages API.
|
4815
4815
|
"""
|
4816
4816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4817
4817
|
required_arguments = ['deploymentId']
|
@@ -4933,7 +4933,7 @@ class GoldenGateClient(object):
|
|
4933
4933
|
:rtype: :class:`~oci.response.Response`
|
4934
4934
|
|
4935
4935
|
:example:
|
4936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_trail_files.py.html>`__ to see an example of how to use list_trail_files API.
|
4937
4937
|
"""
|
4938
4938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4939
4939
|
required_arguments = ['deploymentId']
|
@@ -5080,7 +5080,7 @@ class GoldenGateClient(object):
|
|
5080
5080
|
:rtype: :class:`~oci.response.Response`
|
5081
5081
|
|
5082
5082
|
:example:
|
5083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_trail_sequences.py.html>`__ to see an example of how to use list_trail_sequences API.
|
5084
5084
|
"""
|
5085
5085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5086
5086
|
required_arguments = ['deploymentId', 'trailFileId']
|
@@ -5209,7 +5209,7 @@ class GoldenGateClient(object):
|
|
5209
5209
|
:rtype: :class:`~oci.response.Response`
|
5210
5210
|
|
5211
5211
|
:example:
|
5212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
5213
5213
|
"""
|
5214
5214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5215
5215
|
required_arguments = ['workRequestId']
|
@@ -5326,7 +5326,7 @@ class GoldenGateClient(object):
|
|
5326
5326
|
:rtype: :class:`~oci.response.Response`
|
5327
5327
|
|
5328
5328
|
:example:
|
5329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
5330
5330
|
"""
|
5331
5331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5332
5332
|
required_arguments = ['workRequestId']
|
@@ -5449,7 +5449,7 @@ class GoldenGateClient(object):
|
|
5449
5449
|
:rtype: :class:`~oci.response.Response`
|
5450
5450
|
|
5451
5451
|
:example:
|
5452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
5453
5453
|
"""
|
5454
5454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5455
5455
|
required_arguments = ['compartmentId']
|
@@ -5563,7 +5563,7 @@ class GoldenGateClient(object):
|
|
5563
5563
|
:rtype: :class:`~oci.response.Response`
|
5564
5564
|
|
5565
5565
|
:example:
|
5566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/reschedule_deployment_upgrade.py.html>`__ to see an example of how to use reschedule_deployment_upgrade API.
|
5567
5567
|
"""
|
5568
5568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5569
5569
|
required_arguments = ['deploymentUpgradeId']
|
@@ -5683,7 +5683,7 @@ class GoldenGateClient(object):
|
|
5683
5683
|
:rtype: :class:`~oci.response.Response`
|
5684
5684
|
|
5685
5685
|
:example:
|
5686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/restore_deployment.py.html>`__ to see an example of how to use restore_deployment API.
|
5687
5687
|
"""
|
5688
5688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5689
5689
|
required_arguments = ['deploymentBackupId']
|
@@ -5801,7 +5801,7 @@ class GoldenGateClient(object):
|
|
5801
5801
|
:rtype: :class:`~oci.response.Response`
|
5802
5802
|
|
5803
5803
|
:example:
|
5804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/rollback_deployment_upgrade.py.html>`__ to see an example of how to use rollback_deployment_upgrade API.
|
5805
5805
|
"""
|
5806
5806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5807
5807
|
required_arguments = ['deploymentUpgradeId']
|
@@ -5919,7 +5919,7 @@ class GoldenGateClient(object):
|
|
5919
5919
|
:rtype: :class:`~oci.response.Response`
|
5920
5920
|
|
5921
5921
|
:example:
|
5922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/snooze_deployment_upgrade.py.html>`__ to see an example of how to use snooze_deployment_upgrade API.
|
5923
5923
|
"""
|
5924
5924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5925
5925
|
required_arguments = ['deploymentUpgradeId']
|
@@ -6037,7 +6037,7 @@ class GoldenGateClient(object):
|
|
6037
6037
|
:rtype: :class:`~oci.response.Response`
|
6038
6038
|
|
6039
6039
|
:example:
|
6040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/start_deployment.py.html>`__ to see an example of how to use start_deployment API.
|
6041
6041
|
"""
|
6042
6042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6043
6043
|
required_arguments = ['deploymentId']
|
@@ -6155,7 +6155,7 @@ class GoldenGateClient(object):
|
|
6155
6155
|
:rtype: :class:`~oci.response.Response`
|
6156
6156
|
|
6157
6157
|
:example:
|
6158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/stop_deployment.py.html>`__ to see an example of how to use stop_deployment API.
|
6159
6159
|
"""
|
6160
6160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6161
6161
|
required_arguments = ['deploymentId']
|
@@ -6276,7 +6276,7 @@ class GoldenGateClient(object):
|
|
6276
6276
|
:rtype: :class:`~oci.response.Response`
|
6277
6277
|
|
6278
6278
|
:example:
|
6279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/test_connection_assignment.py.html>`__ to see an example of how to use test_connection_assignment API.
|
6280
6280
|
"""
|
6281
6281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6282
6282
|
required_arguments = ['connectionAssignmentId']
|
@@ -6392,7 +6392,7 @@ class GoldenGateClient(object):
|
|
6392
6392
|
:rtype: :class:`~oci.response.Response`
|
6393
6393
|
|
6394
6394
|
:example:
|
6395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
6396
6396
|
"""
|
6397
6397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6398
6398
|
required_arguments = ['connectionId']
|
@@ -6502,7 +6502,7 @@ class GoldenGateClient(object):
|
|
6502
6502
|
:rtype: :class:`~oci.response.Response`
|
6503
6503
|
|
6504
6504
|
:example:
|
6505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/update_database_registration.py.html>`__ to see an example of how to use update_database_registration API.
|
6506
6506
|
"""
|
6507
6507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6508
6508
|
required_arguments = ['databaseRegistrationId']
|
@@ -6611,7 +6611,7 @@ class GoldenGateClient(object):
|
|
6611
6611
|
:rtype: :class:`~oci.response.Response`
|
6612
6612
|
|
6613
6613
|
:example:
|
6614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
|
6615
6615
|
"""
|
6616
6616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6617
6617
|
required_arguments = ['deploymentId']
|
@@ -6720,7 +6720,7 @@ class GoldenGateClient(object):
|
|
6720
6720
|
:rtype: :class:`~oci.response.Response`
|
6721
6721
|
|
6722
6722
|
:example:
|
6723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/update_deployment_backup.py.html>`__ to see an example of how to use update_deployment_backup API.
|
6724
6724
|
"""
|
6725
6725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6726
6726
|
required_arguments = ['deploymentBackupId']
|
@@ -6837,7 +6837,7 @@ class GoldenGateClient(object):
|
|
6837
6837
|
:rtype: :class:`~oci.response.Response`
|
6838
6838
|
|
6839
6839
|
:example:
|
6840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/upgrade_deployment.py.html>`__ to see an example of how to use upgrade_deployment API.
|
6841
6841
|
"""
|
6842
6842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6843
6843
|
required_arguments = ['deploymentId']
|
@@ -6955,7 +6955,7 @@ class GoldenGateClient(object):
|
|
6955
6955
|
:rtype: :class:`~oci.response.Response`
|
6956
6956
|
|
6957
6957
|
:example:
|
6958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/goldengate/upgrade_deployment_upgrade.py.html>`__ to see an example of how to use upgrade_deployment_upgrade API.
|
6959
6959
|
"""
|
6960
6960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6961
6961
|
required_arguments = ['deploymentUpgradeId']
|