oci 2.102.0__py3-none-any.whl → 2.103.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/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- 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/announcement_subscription_client_composite_operations.py +9 -1
- 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 +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- 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/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- 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_migration/database_migration_client_composite_operations.py +9 -1
- 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/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- 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_job_client_composite_operations.py +9 -1
- 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/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- 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 +53 -53
- 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/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- 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/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- 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_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- 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/ocvp/esxi_host_client.py +5 -5
- 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/ons/notification_data_plane_client_composite_operations.py +9 -1
- 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_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- 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/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- 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_catalog/service_catalog_client_composite_operations.py +9 -1
- 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/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- 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 +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- 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/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- 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/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/RECORD +336 -332
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -151,7 +151,7 @@ class GoldenGateClient(object):
|
|
151
151
|
:rtype: :class:`~oci.response.Response`
|
152
152
|
|
153
153
|
:example:
|
154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/cancel_deployment_backup.py.html>`__ to see an example of how to use cancel_deployment_backup API.
|
155
155
|
"""
|
156
156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
157
157
|
required_arguments = ['deploymentBackupId']
|
@@ -269,7 +269,7 @@ class GoldenGateClient(object):
|
|
269
269
|
:rtype: :class:`~oci.response.Response`
|
270
270
|
|
271
271
|
:example:
|
272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/cancel_snooze_deployment_upgrade.py.html>`__ to see an example of how to use cancel_snooze_deployment_upgrade API.
|
273
273
|
"""
|
274
274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
275
275
|
required_arguments = ['deploymentUpgradeId']
|
@@ -388,7 +388,7 @@ class GoldenGateClient(object):
|
|
388
388
|
:rtype: :class:`~oci.response.Response`
|
389
389
|
|
390
390
|
:example:
|
391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
|
392
392
|
"""
|
393
393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
394
394
|
required_arguments = ['connectionId']
|
@@ -509,7 +509,7 @@ class GoldenGateClient(object):
|
|
509
509
|
:rtype: :class:`~oci.response.Response`
|
510
510
|
|
511
511
|
:example:
|
512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/change_database_registration_compartment.py.html>`__ to see an example of how to use change_database_registration_compartment API.
|
513
513
|
"""
|
514
514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
515
515
|
required_arguments = ['databaseRegistrationId']
|
@@ -632,7 +632,7 @@ class GoldenGateClient(object):
|
|
632
632
|
:rtype: :class:`~oci.response.Response`
|
633
633
|
|
634
634
|
:example:
|
635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/change_deployment_backup_compartment.py.html>`__ to see an example of how to use change_deployment_backup_compartment API.
|
636
636
|
"""
|
637
637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
638
638
|
required_arguments = ['deploymentBackupId']
|
@@ -755,7 +755,7 @@ class GoldenGateClient(object):
|
|
755
755
|
:rtype: :class:`~oci.response.Response`
|
756
756
|
|
757
757
|
:example:
|
758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
|
759
759
|
"""
|
760
760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
761
761
|
required_arguments = ['deploymentId']
|
@@ -873,7 +873,7 @@ class GoldenGateClient(object):
|
|
873
873
|
:rtype: :class:`~oci.response.Response`
|
874
874
|
|
875
875
|
:example:
|
876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/collect_deployment_diagnostic.py.html>`__ to see an example of how to use collect_deployment_diagnostic API.
|
877
877
|
"""
|
878
878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
879
879
|
required_arguments = ['deploymentId']
|
@@ -982,7 +982,7 @@ class GoldenGateClient(object):
|
|
982
982
|
:rtype: :class:`~oci.response.Response`
|
983
983
|
|
984
984
|
:example:
|
985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
986
986
|
"""
|
987
987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
988
988
|
required_arguments = []
|
@@ -1079,7 +1079,7 @@ class GoldenGateClient(object):
|
|
1079
1079
|
:rtype: :class:`~oci.response.Response`
|
1080
1080
|
|
1081
1081
|
:example:
|
1082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/create_connection_assignment.py.html>`__ to see an example of how to use create_connection_assignment API.
|
1083
1083
|
"""
|
1084
1084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1085
1085
|
required_arguments = []
|
@@ -1177,7 +1177,7 @@ class GoldenGateClient(object):
|
|
1177
1177
|
:rtype: :class:`~oci.response.Response`
|
1178
1178
|
|
1179
1179
|
:example:
|
1180
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/create_database_registration.py.html>`__ to see an example of how to use create_database_registration API.
|
1181
1181
|
"""
|
1182
1182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1183
1183
|
required_arguments = []
|
@@ -1274,7 +1274,7 @@ class GoldenGateClient(object):
|
|
1274
1274
|
:rtype: :class:`~oci.response.Response`
|
1275
1275
|
|
1276
1276
|
:example:
|
1277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
|
1278
1278
|
"""
|
1279
1279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1280
1280
|
required_arguments = []
|
@@ -1371,7 +1371,7 @@ class GoldenGateClient(object):
|
|
1371
1371
|
:rtype: :class:`~oci.response.Response`
|
1372
1372
|
|
1373
1373
|
:example:
|
1374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/create_deployment_backup.py.html>`__ to see an example of how to use create_deployment_backup API.
|
1375
1375
|
"""
|
1376
1376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1377
1377
|
required_arguments = []
|
@@ -1468,7 +1468,7 @@ class GoldenGateClient(object):
|
|
1468
1468
|
:rtype: :class:`~oci.response.Response`
|
1469
1469
|
|
1470
1470
|
:example:
|
1471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
1472
1472
|
"""
|
1473
1473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1474
1474
|
required_arguments = ['connectionId']
|
@@ -1574,7 +1574,7 @@ class GoldenGateClient(object):
|
|
1574
1574
|
:rtype: :class:`~oci.response.Response`
|
1575
1575
|
|
1576
1576
|
:example:
|
1577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/delete_connection_assignment.py.html>`__ to see an example of how to use delete_connection_assignment API.
|
1578
1578
|
"""
|
1579
1579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1580
1580
|
required_arguments = ['connectionAssignmentId']
|
@@ -1679,7 +1679,7 @@ class GoldenGateClient(object):
|
|
1679
1679
|
:rtype: :class:`~oci.response.Response`
|
1680
1680
|
|
1681
1681
|
:example:
|
1682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/delete_database_registration.py.html>`__ to see an example of how to use delete_database_registration API.
|
1683
1683
|
"""
|
1684
1684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1685
1685
|
required_arguments = ['databaseRegistrationId']
|
@@ -1783,7 +1783,7 @@ class GoldenGateClient(object):
|
|
1783
1783
|
:rtype: :class:`~oci.response.Response`
|
1784
1784
|
|
1785
1785
|
:example:
|
1786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
|
1787
1787
|
"""
|
1788
1788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1789
1789
|
required_arguments = ['deploymentId']
|
@@ -1887,7 +1887,7 @@ class GoldenGateClient(object):
|
|
1887
1887
|
:rtype: :class:`~oci.response.Response`
|
1888
1888
|
|
1889
1889
|
:example:
|
1890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/delete_deployment_backup.py.html>`__ to see an example of how to use delete_deployment_backup API.
|
1891
1891
|
"""
|
1892
1892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1893
1893
|
required_arguments = ['deploymentBackupId']
|
@@ -2000,7 +2000,7 @@ class GoldenGateClient(object):
|
|
2000
2000
|
:rtype: :class:`~oci.response.Response`
|
2001
2001
|
|
2002
2002
|
:example:
|
2003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/deployment_wallet_exists.py.html>`__ to see an example of how to use deployment_wallet_exists API.
|
2004
2004
|
"""
|
2005
2005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2006
2006
|
required_arguments = ['deploymentId']
|
@@ -2120,7 +2120,7 @@ class GoldenGateClient(object):
|
|
2120
2120
|
:rtype: :class:`~oci.response.Response`
|
2121
2121
|
|
2122
2122
|
:example:
|
2123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/export_deployment_wallet.py.html>`__ to see an example of how to use export_deployment_wallet API.
|
2124
2124
|
"""
|
2125
2125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2126
2126
|
required_arguments = ['deploymentId']
|
@@ -2225,7 +2225,7 @@ class GoldenGateClient(object):
|
|
2225
2225
|
:rtype: :class:`~oci.response.Response`
|
2226
2226
|
|
2227
2227
|
:example:
|
2228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
2229
2229
|
"""
|
2230
2230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2231
2231
|
required_arguments = ['connectionId']
|
@@ -2325,7 +2325,7 @@ class GoldenGateClient(object):
|
|
2325
2325
|
:rtype: :class:`~oci.response.Response`
|
2326
2326
|
|
2327
2327
|
:example:
|
2328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/get_connection_assignment.py.html>`__ to see an example of how to use get_connection_assignment API.
|
2329
2329
|
"""
|
2330
2330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2331
2331
|
required_arguments = ['connectionAssignmentId']
|
@@ -2424,7 +2424,7 @@ class GoldenGateClient(object):
|
|
2424
2424
|
:rtype: :class:`~oci.response.Response`
|
2425
2425
|
|
2426
2426
|
:example:
|
2427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/get_database_registration.py.html>`__ to see an example of how to use get_database_registration API.
|
2428
2428
|
"""
|
2429
2429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2430
2430
|
required_arguments = ['databaseRegistrationId']
|
@@ -2522,7 +2522,7 @@ class GoldenGateClient(object):
|
|
2522
2522
|
:rtype: :class:`~oci.response.Response`
|
2523
2523
|
|
2524
2524
|
:example:
|
2525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
|
2526
2526
|
"""
|
2527
2527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2528
2528
|
required_arguments = ['deploymentId']
|
@@ -2620,7 +2620,7 @@ class GoldenGateClient(object):
|
|
2620
2620
|
:rtype: :class:`~oci.response.Response`
|
2621
2621
|
|
2622
2622
|
:example:
|
2623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/get_deployment_backup.py.html>`__ to see an example of how to use get_deployment_backup API.
|
2624
2624
|
"""
|
2625
2625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2626
2626
|
required_arguments = ['deploymentBackupId']
|
@@ -2718,7 +2718,7 @@ class GoldenGateClient(object):
|
|
2718
2718
|
:rtype: :class:`~oci.response.Response`
|
2719
2719
|
|
2720
2720
|
:example:
|
2721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/get_deployment_upgrade.py.html>`__ to see an example of how to use get_deployment_upgrade API.
|
2722
2722
|
"""
|
2723
2723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2724
2724
|
required_arguments = ['deploymentUpgradeId']
|
@@ -2818,7 +2818,7 @@ class GoldenGateClient(object):
|
|
2818
2818
|
:rtype: :class:`~oci.response.Response`
|
2819
2819
|
|
2820
2820
|
:example:
|
2821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
2822
2822
|
"""
|
2823
2823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2824
2824
|
required_arguments = ['workRequestId']
|
@@ -2931,7 +2931,7 @@ class GoldenGateClient(object):
|
|
2931
2931
|
:rtype: :class:`~oci.response.Response`
|
2932
2932
|
|
2933
2933
|
:example:
|
2934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/import_deployment_wallet.py.html>`__ to see an example of how to use import_deployment_wallet API.
|
2935
2935
|
"""
|
2936
2936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2937
2937
|
required_arguments = ['deploymentId']
|
@@ -3074,7 +3074,7 @@ class GoldenGateClient(object):
|
|
3074
3074
|
:rtype: :class:`~oci.response.Response`
|
3075
3075
|
|
3076
3076
|
:example:
|
3077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_connection_assignments.py.html>`__ to see an example of how to use list_connection_assignments API.
|
3078
3078
|
"""
|
3079
3079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3080
3080
|
required_arguments = ['compartmentId']
|
@@ -3255,7 +3255,7 @@ class GoldenGateClient(object):
|
|
3255
3255
|
:rtype: :class:`~oci.response.Response`
|
3256
3256
|
|
3257
3257
|
:example:
|
3258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
3259
3259
|
"""
|
3260
3260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3261
3261
|
required_arguments = ['compartmentId']
|
@@ -3445,7 +3445,7 @@ class GoldenGateClient(object):
|
|
3445
3445
|
:rtype: :class:`~oci.response.Response`
|
3446
3446
|
|
3447
3447
|
:example:
|
3448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_database_registrations.py.html>`__ to see an example of how to use list_database_registrations API.
|
3449
3449
|
"""
|
3450
3450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3451
3451
|
required_arguments = ['compartmentId']
|
@@ -3606,7 +3606,7 @@ class GoldenGateClient(object):
|
|
3606
3606
|
:rtype: :class:`~oci.response.Response`
|
3607
3607
|
|
3608
3608
|
:example:
|
3609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_deployment_backups.py.html>`__ to see an example of how to use list_deployment_backups API.
|
3610
3610
|
"""
|
3611
3611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3612
3612
|
required_arguments = ['compartmentId']
|
@@ -3767,7 +3767,7 @@ class GoldenGateClient(object):
|
|
3767
3767
|
:rtype: :class:`~oci.response.Response`
|
3768
3768
|
|
3769
3769
|
:example:
|
3770
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3770
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_deployment_types.py.html>`__ to see an example of how to use list_deployment_types API.
|
3771
3771
|
"""
|
3772
3772
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3773
3773
|
required_arguments = ['compartmentId']
|
@@ -3930,7 +3930,7 @@ class GoldenGateClient(object):
|
|
3930
3930
|
:rtype: :class:`~oci.response.Response`
|
3931
3931
|
|
3932
3932
|
:example:
|
3933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_deployment_upgrades.py.html>`__ to see an example of how to use list_deployment_upgrades API.
|
3934
3934
|
"""
|
3935
3935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3936
3936
|
required_arguments = ['compartmentId']
|
@@ -4090,7 +4090,7 @@ class GoldenGateClient(object):
|
|
4090
4090
|
:rtype: :class:`~oci.response.Response`
|
4091
4091
|
|
4092
4092
|
:example:
|
4093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_deployment_versions.py.html>`__ to see an example of how to use list_deployment_versions API.
|
4094
4094
|
"""
|
4095
4095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4096
4096
|
required_arguments = ['compartmentId']
|
@@ -4237,7 +4237,7 @@ class GoldenGateClient(object):
|
|
4237
4237
|
:rtype: :class:`~oci.response.Response`
|
4238
4238
|
|
4239
4239
|
:example:
|
4240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_deployment_wallets_operations.py.html>`__ to see an example of how to use list_deployment_wallets_operations API.
|
4241
4241
|
"""
|
4242
4242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4243
4243
|
required_arguments = ['deploymentId']
|
@@ -4414,7 +4414,7 @@ class GoldenGateClient(object):
|
|
4414
4414
|
:rtype: :class:`~oci.response.Response`
|
4415
4415
|
|
4416
4416
|
:example:
|
4417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
|
4418
4418
|
"""
|
4419
4419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4420
4420
|
required_arguments = ['compartmentId']
|
@@ -4571,7 +4571,7 @@ class GoldenGateClient(object):
|
|
4571
4571
|
:rtype: :class:`~oci.response.Response`
|
4572
4572
|
|
4573
4573
|
:example:
|
4574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_messages.py.html>`__ to see an example of how to use list_messages API.
|
4575
4575
|
"""
|
4576
4576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4577
4577
|
required_arguments = ['deploymentId']
|
@@ -4693,7 +4693,7 @@ class GoldenGateClient(object):
|
|
4693
4693
|
:rtype: :class:`~oci.response.Response`
|
4694
4694
|
|
4695
4695
|
:example:
|
4696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_trail_files.py.html>`__ to see an example of how to use list_trail_files API.
|
4697
4697
|
"""
|
4698
4698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4699
4699
|
required_arguments = ['deploymentId']
|
@@ -4840,7 +4840,7 @@ class GoldenGateClient(object):
|
|
4840
4840
|
:rtype: :class:`~oci.response.Response`
|
4841
4841
|
|
4842
4842
|
:example:
|
4843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_trail_sequences.py.html>`__ to see an example of how to use list_trail_sequences API.
|
4844
4844
|
"""
|
4845
4845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4846
4846
|
required_arguments = ['deploymentId', 'trailFileId']
|
@@ -4969,7 +4969,7 @@ class GoldenGateClient(object):
|
|
4969
4969
|
:rtype: :class:`~oci.response.Response`
|
4970
4970
|
|
4971
4971
|
:example:
|
4972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
4973
4973
|
"""
|
4974
4974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4975
4975
|
required_arguments = ['workRequestId']
|
@@ -5086,7 +5086,7 @@ class GoldenGateClient(object):
|
|
5086
5086
|
:rtype: :class:`~oci.response.Response`
|
5087
5087
|
|
5088
5088
|
:example:
|
5089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
5090
5090
|
"""
|
5091
5091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5092
5092
|
required_arguments = ['workRequestId']
|
@@ -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.103.0/goldengate/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
5213
5213
|
"""
|
5214
5214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5215
5215
|
required_arguments = ['compartmentId']
|
@@ -5323,7 +5323,7 @@ class GoldenGateClient(object):
|
|
5323
5323
|
:rtype: :class:`~oci.response.Response`
|
5324
5324
|
|
5325
5325
|
:example:
|
5326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/restore_deployment.py.html>`__ to see an example of how to use restore_deployment API.
|
5327
5327
|
"""
|
5328
5328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5329
5329
|
required_arguments = ['deploymentBackupId']
|
@@ -5441,7 +5441,7 @@ class GoldenGateClient(object):
|
|
5441
5441
|
:rtype: :class:`~oci.response.Response`
|
5442
5442
|
|
5443
5443
|
:example:
|
5444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/rollback_deployment_upgrade.py.html>`__ to see an example of how to use rollback_deployment_upgrade API.
|
5445
5445
|
"""
|
5446
5446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5447
5447
|
required_arguments = ['deploymentUpgradeId']
|
@@ -5559,7 +5559,7 @@ class GoldenGateClient(object):
|
|
5559
5559
|
:rtype: :class:`~oci.response.Response`
|
5560
5560
|
|
5561
5561
|
:example:
|
5562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/snooze_deployment_upgrade.py.html>`__ to see an example of how to use snooze_deployment_upgrade API.
|
5563
5563
|
"""
|
5564
5564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5565
5565
|
required_arguments = ['deploymentUpgradeId']
|
@@ -5677,7 +5677,7 @@ class GoldenGateClient(object):
|
|
5677
5677
|
:rtype: :class:`~oci.response.Response`
|
5678
5678
|
|
5679
5679
|
:example:
|
5680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/start_deployment.py.html>`__ to see an example of how to use start_deployment API.
|
5681
5681
|
"""
|
5682
5682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5683
5683
|
required_arguments = ['deploymentId']
|
@@ -5795,7 +5795,7 @@ class GoldenGateClient(object):
|
|
5795
5795
|
:rtype: :class:`~oci.response.Response`
|
5796
5796
|
|
5797
5797
|
:example:
|
5798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/stop_deployment.py.html>`__ to see an example of how to use stop_deployment API.
|
5799
5799
|
"""
|
5800
5800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5801
5801
|
required_arguments = ['deploymentId']
|
@@ -5909,7 +5909,7 @@ class GoldenGateClient(object):
|
|
5909
5909
|
:rtype: :class:`~oci.response.Response`
|
5910
5910
|
|
5911
5911
|
:example:
|
5912
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
5913
5913
|
"""
|
5914
5914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5915
5915
|
required_arguments = ['connectionId']
|
@@ -6019,7 +6019,7 @@ class GoldenGateClient(object):
|
|
6019
6019
|
:rtype: :class:`~oci.response.Response`
|
6020
6020
|
|
6021
6021
|
:example:
|
6022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/update_database_registration.py.html>`__ to see an example of how to use update_database_registration API.
|
6023
6023
|
"""
|
6024
6024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6025
6025
|
required_arguments = ['databaseRegistrationId']
|
@@ -6128,7 +6128,7 @@ class GoldenGateClient(object):
|
|
6128
6128
|
:rtype: :class:`~oci.response.Response`
|
6129
6129
|
|
6130
6130
|
:example:
|
6131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
|
6132
6132
|
"""
|
6133
6133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6134
6134
|
required_arguments = ['deploymentId']
|
@@ -6237,7 +6237,7 @@ class GoldenGateClient(object):
|
|
6237
6237
|
:rtype: :class:`~oci.response.Response`
|
6238
6238
|
|
6239
6239
|
:example:
|
6240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/update_deployment_backup.py.html>`__ to see an example of how to use update_deployment_backup API.
|
6241
6241
|
"""
|
6242
6242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6243
6243
|
required_arguments = ['deploymentBackupId']
|
@@ -6354,7 +6354,7 @@ class GoldenGateClient(object):
|
|
6354
6354
|
:rtype: :class:`~oci.response.Response`
|
6355
6355
|
|
6356
6356
|
:example:
|
6357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/upgrade_deployment.py.html>`__ to see an example of how to use upgrade_deployment API.
|
6358
6358
|
"""
|
6359
6359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6360
6360
|
required_arguments = ['deploymentId']
|
@@ -6472,7 +6472,7 @@ class GoldenGateClient(object):
|
|
6472
6472
|
:rtype: :class:`~oci.response.Response`
|
6473
6473
|
|
6474
6474
|
:example:
|
6475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/goldengate/upgrade_deployment_upgrade.py.html>`__ to see an example of how to use upgrade_deployment_upgrade API.
|
6476
6476
|
"""
|
6477
6477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6478
6478
|
required_arguments = ['deploymentUpgradeId']
|
@@ -143,7 +143,7 @@ class GovernanceRuleClient(object):
|
|
143
143
|
:rtype: :class:`~oci.response.Response`
|
144
144
|
|
145
145
|
:example:
|
146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/create_governance_rule.py.html>`__ to see an example of how to use create_governance_rule API.
|
147
147
|
"""
|
148
148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
149
149
|
required_arguments = []
|
@@ -239,7 +239,7 @@ class GovernanceRuleClient(object):
|
|
239
239
|
:rtype: :class:`~oci.response.Response`
|
240
240
|
|
241
241
|
:example:
|
242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/create_inclusion_criterion.py.html>`__ to see an example of how to use create_inclusion_criterion API.
|
243
243
|
"""
|
244
244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
245
245
|
required_arguments = []
|
@@ -335,7 +335,7 @@ class GovernanceRuleClient(object):
|
|
335
335
|
:rtype: :class:`~oci.response.Response`
|
336
336
|
|
337
337
|
:example:
|
338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/delete_governance_rule.py.html>`__ to see an example of how to use delete_governance_rule API.
|
339
339
|
"""
|
340
340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
341
341
|
required_arguments = ['governanceRuleId']
|
@@ -438,7 +438,7 @@ class GovernanceRuleClient(object):
|
|
438
438
|
:rtype: :class:`~oci.response.Response`
|
439
439
|
|
440
440
|
:example:
|
441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/delete_inclusion_criterion.py.html>`__ to see an example of how to use delete_inclusion_criterion API.
|
442
442
|
"""
|
443
443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
444
444
|
required_arguments = ['inclusionCriterionId']
|
@@ -534,7 +534,7 @@ class GovernanceRuleClient(object):
|
|
534
534
|
:rtype: :class:`~oci.response.Response`
|
535
535
|
|
536
536
|
:example:
|
537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/get_enforced_governance_rule.py.html>`__ to see an example of how to use get_enforced_governance_rule API.
|
538
538
|
"""
|
539
539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
540
540
|
required_arguments = ['enforcedGovernanceRuleId']
|
@@ -630,7 +630,7 @@ class GovernanceRuleClient(object):
|
|
630
630
|
:rtype: :class:`~oci.response.Response`
|
631
631
|
|
632
632
|
:example:
|
633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/get_governance_rule.py.html>`__ to see an example of how to use get_governance_rule API.
|
634
634
|
"""
|
635
635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
636
636
|
required_arguments = ['governanceRuleId']
|
@@ -726,7 +726,7 @@ class GovernanceRuleClient(object):
|
|
726
726
|
:rtype: :class:`~oci.response.Response`
|
727
727
|
|
728
728
|
:example:
|
729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/get_inclusion_criterion.py.html>`__ to see an example of how to use get_inclusion_criterion API.
|
730
730
|
"""
|
731
731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
732
732
|
required_arguments = ['inclusionCriterionId']
|
@@ -822,7 +822,7 @@ class GovernanceRuleClient(object):
|
|
822
822
|
:rtype: :class:`~oci.response.Response`
|
823
823
|
|
824
824
|
:example:
|
825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/get_tenancy_attachment.py.html>`__ to see an example of how to use get_tenancy_attachment API.
|
826
826
|
"""
|
827
827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
828
828
|
required_arguments = ['tenancyAttachmentId']
|
@@ -946,7 +946,7 @@ class GovernanceRuleClient(object):
|
|
946
946
|
:rtype: :class:`~oci.response.Response`
|
947
947
|
|
948
948
|
:example:
|
949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/list_enforced_governance_rules.py.html>`__ to see an example of how to use list_enforced_governance_rules API.
|
950
950
|
"""
|
951
951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
952
952
|
required_arguments = []
|
@@ -1106,7 +1106,7 @@ class GovernanceRuleClient(object):
|
|
1106
1106
|
:rtype: :class:`~oci.response.Response`
|
1107
1107
|
|
1108
1108
|
:example:
|
1109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/list_governance_rules.py.html>`__ to see an example of how to use list_governance_rules API.
|
1110
1110
|
"""
|
1111
1111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1112
1112
|
required_arguments = []
|
@@ -1267,7 +1267,7 @@ class GovernanceRuleClient(object):
|
|
1267
1267
|
:rtype: :class:`~oci.response.Response`
|
1268
1268
|
|
1269
1269
|
:example:
|
1270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/list_inclusion_criteria.py.html>`__ to see an example of how to use list_inclusion_criteria API.
|
1271
1271
|
"""
|
1272
1272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1273
1273
|
required_arguments = ['governanceRuleId']
|
@@ -1422,7 +1422,7 @@ class GovernanceRuleClient(object):
|
|
1422
1422
|
:rtype: :class:`~oci.response.Response`
|
1423
1423
|
|
1424
1424
|
:example:
|
1425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/list_tenancy_attachments.py.html>`__ to see an example of how to use list_tenancy_attachments API.
|
1426
1426
|
"""
|
1427
1427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1428
1428
|
required_arguments = []
|
@@ -1567,7 +1567,7 @@ class GovernanceRuleClient(object):
|
|
1567
1567
|
:rtype: :class:`~oci.response.Response`
|
1568
1568
|
|
1569
1569
|
:example:
|
1570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/retry_governance_rule.py.html>`__ to see an example of how to use retry_governance_rule API.
|
1571
1571
|
"""
|
1572
1572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1573
1573
|
required_arguments = ['governanceRuleId']
|
@@ -1681,7 +1681,7 @@ class GovernanceRuleClient(object):
|
|
1681
1681
|
:rtype: :class:`~oci.response.Response`
|
1682
1682
|
|
1683
1683
|
:example:
|
1684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/retry_tenancy_attachment.py.html>`__ to see an example of how to use retry_tenancy_attachment API.
|
1685
1685
|
"""
|
1686
1686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1687
1687
|
required_arguments = ['tenancyAttachmentId']
|
@@ -1790,7 +1790,7 @@ class GovernanceRuleClient(object):
|
|
1790
1790
|
:rtype: :class:`~oci.response.Response`
|
1791
1791
|
|
1792
1792
|
:example:
|
1793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/governancerulescontrolplane/update_governance_rule.py.html>`__ to see an example of how to use update_governance_rule API.
|
1794
1794
|
"""
|
1795
1795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1796
1796
|
required_arguments = ['governanceRuleId']
|