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
oci/oda/management_client.py
CHANGED
@@ -161,7 +161,7 @@ class ManagementClient(object):
|
|
161
161
|
:rtype: :class:`~oci.response.Response`
|
162
162
|
|
163
163
|
:example:
|
164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/change_oda_private_endpoint_compartment.py.html>`__ to see an example of how to use change_oda_private_endpoint_compartment API.
|
165
165
|
"""
|
166
166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
167
167
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -267,7 +267,7 @@ class ManagementClient(object):
|
|
267
267
|
:rtype: :class:`~oci.response.Response`
|
268
268
|
|
269
269
|
:example:
|
270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/configure_digital_assistant_parameters.py.html>`__ to see an example of how to use configure_digital_assistant_parameters API.
|
271
271
|
"""
|
272
272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
273
273
|
required_arguments = ['odaInstanceId']
|
@@ -376,7 +376,7 @@ class ManagementClient(object):
|
|
376
376
|
:rtype: :class:`~oci.response.Response`
|
377
377
|
|
378
378
|
:example:
|
379
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
379
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/create_authentication_provider.py.html>`__ to see an example of how to use create_authentication_provider API.
|
380
380
|
"""
|
381
381
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
382
382
|
required_arguments = ['odaInstanceId']
|
@@ -490,7 +490,7 @@ class ManagementClient(object):
|
|
490
490
|
:rtype: :class:`~oci.response.Response`
|
491
491
|
|
492
492
|
:example:
|
493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/create_channel.py.html>`__ to see an example of how to use create_channel API.
|
494
494
|
"""
|
495
495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
496
496
|
required_arguments = ['odaInstanceId']
|
@@ -604,7 +604,7 @@ class ManagementClient(object):
|
|
604
604
|
:rtype: :class:`~oci.response.Response`
|
605
605
|
|
606
606
|
:example:
|
607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/create_digital_assistant.py.html>`__ to see an example of how to use create_digital_assistant API.
|
608
608
|
"""
|
609
609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
610
610
|
required_arguments = ['odaInstanceId']
|
@@ -716,7 +716,7 @@ class ManagementClient(object):
|
|
716
716
|
:rtype: :class:`~oci.response.Response`
|
717
717
|
|
718
718
|
:example:
|
719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/create_oda_private_endpoint.py.html>`__ to see an example of how to use create_oda_private_endpoint API.
|
720
720
|
"""
|
721
721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
722
722
|
required_arguments = []
|
@@ -818,7 +818,7 @@ class ManagementClient(object):
|
|
818
818
|
:rtype: :class:`~oci.response.Response`
|
819
819
|
|
820
820
|
:example:
|
821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/create_oda_private_endpoint_attachment.py.html>`__ to see an example of how to use create_oda_private_endpoint_attachment API.
|
822
822
|
"""
|
823
823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
824
824
|
required_arguments = []
|
@@ -925,7 +925,7 @@ class ManagementClient(object):
|
|
925
925
|
:rtype: :class:`~oci.response.Response`
|
926
926
|
|
927
927
|
:example:
|
928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/create_oda_private_endpoint_scan_proxy.py.html>`__ to see an example of how to use create_oda_private_endpoint_scan_proxy API.
|
929
929
|
"""
|
930
930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
931
931
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -1039,7 +1039,7 @@ class ManagementClient(object):
|
|
1039
1039
|
:rtype: :class:`~oci.response.Response`
|
1040
1040
|
|
1041
1041
|
:example:
|
1042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/create_skill.py.html>`__ to see an example of how to use create_skill API.
|
1043
1043
|
"""
|
1044
1044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1045
1045
|
required_arguments = ['odaInstanceId']
|
@@ -1154,7 +1154,7 @@ class ManagementClient(object):
|
|
1154
1154
|
:rtype: :class:`~oci.response.Response`
|
1155
1155
|
|
1156
1156
|
:example:
|
1157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/create_skill_parameter.py.html>`__ to see an example of how to use create_skill_parameter API.
|
1158
1158
|
"""
|
1159
1159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1160
1160
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -1269,7 +1269,7 @@ class ManagementClient(object):
|
|
1269
1269
|
:rtype: :class:`~oci.response.Response`
|
1270
1270
|
|
1271
1271
|
:example:
|
1272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/create_translator.py.html>`__ to see an example of how to use create_translator API.
|
1273
1273
|
"""
|
1274
1274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1275
1275
|
required_arguments = ['odaInstanceId']
|
@@ -1383,7 +1383,7 @@ class ManagementClient(object):
|
|
1383
1383
|
:rtype: :class:`~oci.response.Response`
|
1384
1384
|
|
1385
1385
|
:example:
|
1386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/delete_authentication_provider.py.html>`__ to see an example of how to use delete_authentication_provider API.
|
1387
1387
|
"""
|
1388
1388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1389
1389
|
required_arguments = ['odaInstanceId', 'authenticationProviderId']
|
@@ -1493,7 +1493,7 @@ class ManagementClient(object):
|
|
1493
1493
|
:rtype: :class:`~oci.response.Response`
|
1494
1494
|
|
1495
1495
|
:example:
|
1496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/delete_channel.py.html>`__ to see an example of how to use delete_channel API.
|
1497
1497
|
"""
|
1498
1498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1499
1499
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -1603,7 +1603,7 @@ class ManagementClient(object):
|
|
1603
1603
|
:rtype: :class:`~oci.response.Response`
|
1604
1604
|
|
1605
1605
|
:example:
|
1606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/delete_digital_assistant.py.html>`__ to see an example of how to use delete_digital_assistant API.
|
1607
1607
|
"""
|
1608
1608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1609
1609
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -1713,7 +1713,7 @@ class ManagementClient(object):
|
|
1713
1713
|
:rtype: :class:`~oci.response.Response`
|
1714
1714
|
|
1715
1715
|
:example:
|
1716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/delete_oda_private_endpoint.py.html>`__ to see an example of how to use delete_oda_private_endpoint API.
|
1717
1717
|
"""
|
1718
1718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1719
1719
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -1822,7 +1822,7 @@ class ManagementClient(object):
|
|
1822
1822
|
:rtype: :class:`~oci.response.Response`
|
1823
1823
|
|
1824
1824
|
:example:
|
1825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/delete_oda_private_endpoint_attachment.py.html>`__ to see an example of how to use delete_oda_private_endpoint_attachment API.
|
1826
1826
|
"""
|
1827
1827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1828
1828
|
required_arguments = ['odaPrivateEndpointAttachmentId']
|
@@ -1934,7 +1934,7 @@ class ManagementClient(object):
|
|
1934
1934
|
:rtype: :class:`~oci.response.Response`
|
1935
1935
|
|
1936
1936
|
:example:
|
1937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/delete_oda_private_endpoint_scan_proxy.py.html>`__ to see an example of how to use delete_oda_private_endpoint_scan_proxy API.
|
1938
1938
|
"""
|
1939
1939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1940
1940
|
required_arguments = ['odaPrivateEndpointScanProxyId', 'odaPrivateEndpointId']
|
@@ -2044,7 +2044,7 @@ class ManagementClient(object):
|
|
2044
2044
|
:rtype: :class:`~oci.response.Response`
|
2045
2045
|
|
2046
2046
|
:example:
|
2047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/delete_skill.py.html>`__ to see an example of how to use delete_skill API.
|
2048
2048
|
"""
|
2049
2049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2050
2050
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -2157,7 +2157,7 @@ class ManagementClient(object):
|
|
2157
2157
|
:rtype: :class:`~oci.response.Response`
|
2158
2158
|
|
2159
2159
|
:example:
|
2160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/delete_skill_parameter.py.html>`__ to see an example of how to use delete_skill_parameter API.
|
2161
2161
|
"""
|
2162
2162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2163
2163
|
required_arguments = ['odaInstanceId', 'skillId', 'parameterName']
|
@@ -2268,7 +2268,7 @@ class ManagementClient(object):
|
|
2268
2268
|
:rtype: :class:`~oci.response.Response`
|
2269
2269
|
|
2270
2270
|
:example:
|
2271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/delete_translator.py.html>`__ to see an example of how to use delete_translator API.
|
2272
2272
|
"""
|
2273
2273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2274
2274
|
required_arguments = ['odaInstanceId', 'translatorId']
|
@@ -2373,7 +2373,7 @@ class ManagementClient(object):
|
|
2373
2373
|
:rtype: :class:`~oci.response.Response`
|
2374
2374
|
|
2375
2375
|
:example:
|
2376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/export_digital_assistant.py.html>`__ to see an example of how to use export_digital_assistant API.
|
2377
2377
|
"""
|
2378
2378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2379
2379
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -2478,7 +2478,7 @@ class ManagementClient(object):
|
|
2478
2478
|
:rtype: :class:`~oci.response.Response`
|
2479
2479
|
|
2480
2480
|
:example:
|
2481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/export_skill.py.html>`__ to see an example of how to use export_skill API.
|
2482
2482
|
"""
|
2483
2483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2484
2484
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -2585,7 +2585,7 @@ class ManagementClient(object):
|
|
2585
2585
|
:rtype: :class:`~oci.response.Response`
|
2586
2586
|
|
2587
2587
|
:example:
|
2588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_authentication_provider.py.html>`__ to see an example of how to use get_authentication_provider API.
|
2589
2589
|
"""
|
2590
2590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2591
2591
|
required_arguments = ['odaInstanceId', 'authenticationProviderId']
|
@@ -2694,7 +2694,7 @@ class ManagementClient(object):
|
|
2694
2694
|
:rtype: :class:`~oci.response.Response`
|
2695
2695
|
|
2696
2696
|
:example:
|
2697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_channel.py.html>`__ to see an example of how to use get_channel API.
|
2698
2698
|
"""
|
2699
2699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2700
2700
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -2803,7 +2803,7 @@ class ManagementClient(object):
|
|
2803
2803
|
:rtype: :class:`~oci.response.Response`
|
2804
2804
|
|
2805
2805
|
:example:
|
2806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_digital_assistant.py.html>`__ to see an example of how to use get_digital_assistant API.
|
2807
2807
|
"""
|
2808
2808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2809
2809
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -2915,7 +2915,7 @@ class ManagementClient(object):
|
|
2915
2915
|
:rtype: :class:`~oci.response.Response`
|
2916
2916
|
|
2917
2917
|
:example:
|
2918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_digital_assistant_parameter.py.html>`__ to see an example of how to use get_digital_assistant_parameter API.
|
2919
2919
|
"""
|
2920
2920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2921
2921
|
required_arguments = ['odaInstanceId', 'digitalAssistantId', 'parameterName']
|
@@ -3019,7 +3019,7 @@ class ManagementClient(object):
|
|
3019
3019
|
:rtype: :class:`~oci.response.Response`
|
3020
3020
|
|
3021
3021
|
:example:
|
3022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_oda_private_endpoint.py.html>`__ to see an example of how to use get_oda_private_endpoint API.
|
3023
3023
|
"""
|
3024
3024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3025
3025
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -3119,7 +3119,7 @@ class ManagementClient(object):
|
|
3119
3119
|
:rtype: :class:`~oci.response.Response`
|
3120
3120
|
|
3121
3121
|
:example:
|
3122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_oda_private_endpoint_attachment.py.html>`__ to see an example of how to use get_oda_private_endpoint_attachment API.
|
3123
3123
|
"""
|
3124
3124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3125
3125
|
required_arguments = ['odaPrivateEndpointAttachmentId']
|
@@ -3222,7 +3222,7 @@ class ManagementClient(object):
|
|
3222
3222
|
:rtype: :class:`~oci.response.Response`
|
3223
3223
|
|
3224
3224
|
:example:
|
3225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_oda_private_endpoint_scan_proxy.py.html>`__ to see an example of how to use get_oda_private_endpoint_scan_proxy API.
|
3226
3226
|
"""
|
3227
3227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3228
3228
|
required_arguments = ['odaPrivateEndpointScanProxyId', 'odaPrivateEndpointId']
|
@@ -3329,7 +3329,7 @@ class ManagementClient(object):
|
|
3329
3329
|
:rtype: :class:`~oci.response.Response`
|
3330
3330
|
|
3331
3331
|
:example:
|
3332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_skill.py.html>`__ to see an example of how to use get_skill API.
|
3333
3333
|
"""
|
3334
3334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3335
3335
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -3441,7 +3441,7 @@ class ManagementClient(object):
|
|
3441
3441
|
:rtype: :class:`~oci.response.Response`
|
3442
3442
|
|
3443
3443
|
:example:
|
3444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_skill_parameter.py.html>`__ to see an example of how to use get_skill_parameter API.
|
3445
3445
|
"""
|
3446
3446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3447
3447
|
required_arguments = ['odaInstanceId', 'skillId', 'parameterName']
|
@@ -3551,7 +3551,7 @@ class ManagementClient(object):
|
|
3551
3551
|
:rtype: :class:`~oci.response.Response`
|
3552
3552
|
|
3553
3553
|
:example:
|
3554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/get_translator.py.html>`__ to see an example of how to use get_translator API.
|
3555
3555
|
"""
|
3556
3556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3557
3557
|
required_arguments = ['odaInstanceId', 'translatorId']
|
@@ -3663,7 +3663,7 @@ class ManagementClient(object):
|
|
3663
3663
|
:rtype: :class:`~oci.response.Response`
|
3664
3664
|
|
3665
3665
|
:example:
|
3666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/import_bot.py.html>`__ to see an example of how to use import_bot API.
|
3667
3667
|
"""
|
3668
3668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3669
3669
|
required_arguments = ['odaInstanceId']
|
@@ -3810,7 +3810,7 @@ class ManagementClient(object):
|
|
3810
3810
|
:rtype: :class:`~oci.response.Response`
|
3811
3811
|
|
3812
3812
|
:example:
|
3813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_authentication_providers.py.html>`__ to see an example of how to use list_authentication_providers API.
|
3814
3814
|
"""
|
3815
3815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3816
3816
|
required_arguments = ['odaInstanceId']
|
@@ -4008,7 +4008,7 @@ class ManagementClient(object):
|
|
4008
4008
|
:rtype: :class:`~oci.response.Response`
|
4009
4009
|
|
4010
4010
|
:example:
|
4011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_channels.py.html>`__ to see an example of how to use list_channels API.
|
4012
4012
|
"""
|
4013
4013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4014
4014
|
required_arguments = ['odaInstanceId']
|
@@ -4203,7 +4203,7 @@ class ManagementClient(object):
|
|
4203
4203
|
:rtype: :class:`~oci.response.Response`
|
4204
4204
|
|
4205
4205
|
:example:
|
4206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_digital_assistant_parameters.py.html>`__ to see an example of how to use list_digital_assistant_parameters API.
|
4207
4207
|
"""
|
4208
4208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4209
4209
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -4401,7 +4401,7 @@ class ManagementClient(object):
|
|
4401
4401
|
:rtype: :class:`~oci.response.Response`
|
4402
4402
|
|
4403
4403
|
:example:
|
4404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_digital_assistants.py.html>`__ to see an example of how to use list_digital_assistants API.
|
4405
4405
|
"""
|
4406
4406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4407
4407
|
required_arguments = ['odaInstanceId']
|
@@ -4587,7 +4587,7 @@ class ManagementClient(object):
|
|
4587
4587
|
:rtype: :class:`~oci.response.Response`
|
4588
4588
|
|
4589
4589
|
:example:
|
4590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_oda_private_endpoint_attachments.py.html>`__ to see an example of how to use list_oda_private_endpoint_attachments API.
|
4591
4591
|
"""
|
4592
4592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4593
4593
|
required_arguments = ['odaPrivateEndpointId', 'compartmentId']
|
@@ -4747,7 +4747,7 @@ class ManagementClient(object):
|
|
4747
4747
|
:rtype: :class:`~oci.response.Response`
|
4748
4748
|
|
4749
4749
|
:example:
|
4750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_oda_private_endpoint_scan_proxies.py.html>`__ to see an example of how to use list_oda_private_endpoint_scan_proxies API.
|
4751
4751
|
"""
|
4752
4752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4753
4753
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -4920,7 +4920,7 @@ class ManagementClient(object):
|
|
4920
4920
|
:rtype: :class:`~oci.response.Response`
|
4921
4921
|
|
4922
4922
|
:example:
|
4923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_oda_private_endpoints.py.html>`__ to see an example of how to use list_oda_private_endpoints API.
|
4924
4924
|
"""
|
4925
4925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4926
4926
|
required_arguments = ['compartmentId']
|
@@ -5084,7 +5084,7 @@ class ManagementClient(object):
|
|
5084
5084
|
:rtype: :class:`~oci.response.Response`
|
5085
5085
|
|
5086
5086
|
:example:
|
5087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_skill_parameters.py.html>`__ to see an example of how to use list_skill_parameters API.
|
5088
5088
|
"""
|
5089
5089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5090
5090
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -5282,7 +5282,7 @@ class ManagementClient(object):
|
|
5282
5282
|
:rtype: :class:`~oci.response.Response`
|
5283
5283
|
|
5284
5284
|
:example:
|
5285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_skills.py.html>`__ to see an example of how to use list_skills API.
|
5286
5286
|
"""
|
5287
5287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5288
5288
|
required_arguments = ['odaInstanceId']
|
@@ -5477,7 +5477,7 @@ class ManagementClient(object):
|
|
5477
5477
|
:rtype: :class:`~oci.response.Response`
|
5478
5478
|
|
5479
5479
|
:example:
|
5480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/list_translators.py.html>`__ to see an example of how to use list_translators API.
|
5481
5481
|
"""
|
5482
5482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5483
5483
|
required_arguments = ['odaInstanceId']
|
@@ -5637,7 +5637,7 @@ class ManagementClient(object):
|
|
5637
5637
|
:rtype: :class:`~oci.response.Response`
|
5638
5638
|
|
5639
5639
|
:example:
|
5640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/publish_digital_assistant.py.html>`__ to see an example of how to use publish_digital_assistant API.
|
5641
5641
|
"""
|
5642
5642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5643
5643
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -5750,7 +5750,7 @@ class ManagementClient(object):
|
|
5750
5750
|
:rtype: :class:`~oci.response.Response`
|
5751
5751
|
|
5752
5752
|
:example:
|
5753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/publish_skill.py.html>`__ to see an example of how to use publish_skill API.
|
5754
5754
|
"""
|
5755
5755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5756
5756
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -5864,7 +5864,7 @@ class ManagementClient(object):
|
|
5864
5864
|
:rtype: :class:`~oci.response.Response`
|
5865
5865
|
|
5866
5866
|
:example:
|
5867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/rotate_channel_keys.py.html>`__ to see an example of how to use rotate_channel_keys API.
|
5868
5868
|
"""
|
5869
5869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5870
5870
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -5976,7 +5976,7 @@ class ManagementClient(object):
|
|
5976
5976
|
:rtype: :class:`~oci.response.Response`
|
5977
5977
|
|
5978
5978
|
:example:
|
5979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/start_channel.py.html>`__ to see an example of how to use start_channel API.
|
5980
5980
|
"""
|
5981
5981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5982
5982
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -6088,7 +6088,7 @@ class ManagementClient(object):
|
|
6088
6088
|
:rtype: :class:`~oci.response.Response`
|
6089
6089
|
|
6090
6090
|
:example:
|
6091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/stop_channel.py.html>`__ to see an example of how to use stop_channel API.
|
6092
6092
|
"""
|
6093
6093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6094
6094
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -6203,7 +6203,7 @@ class ManagementClient(object):
|
|
6203
6203
|
:rtype: :class:`~oci.response.Response`
|
6204
6204
|
|
6205
6205
|
:example:
|
6206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/update_authentication_provider.py.html>`__ to see an example of how to use update_authentication_provider API.
|
6207
6207
|
"""
|
6208
6208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6209
6209
|
required_arguments = ['odaInstanceId', 'authenticationProviderId']
|
@@ -6320,7 +6320,7 @@ class ManagementClient(object):
|
|
6320
6320
|
:rtype: :class:`~oci.response.Response`
|
6321
6321
|
|
6322
6322
|
:example:
|
6323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/update_channel.py.html>`__ to see an example of how to use update_channel API.
|
6324
6324
|
"""
|
6325
6325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6326
6326
|
required_arguments = ['odaInstanceId', 'channelId']
|
@@ -6437,7 +6437,7 @@ class ManagementClient(object):
|
|
6437
6437
|
:rtype: :class:`~oci.response.Response`
|
6438
6438
|
|
6439
6439
|
:example:
|
6440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/update_digital_assistant.py.html>`__ to see an example of how to use update_digital_assistant API.
|
6441
6441
|
"""
|
6442
6442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6443
6443
|
required_arguments = ['odaInstanceId', 'digitalAssistantId']
|
@@ -6557,7 +6557,7 @@ class ManagementClient(object):
|
|
6557
6557
|
:rtype: :class:`~oci.response.Response`
|
6558
6558
|
|
6559
6559
|
:example:
|
6560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/update_digital_assistant_parameter.py.html>`__ to see an example of how to use update_digital_assistant_parameter API.
|
6561
6561
|
"""
|
6562
6562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6563
6563
|
required_arguments = ['odaInstanceId', 'digitalAssistantId', 'parameterName']
|
@@ -6674,7 +6674,7 @@ class ManagementClient(object):
|
|
6674
6674
|
:rtype: :class:`~oci.response.Response`
|
6675
6675
|
|
6676
6676
|
:example:
|
6677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/update_oda_private_endpoint.py.html>`__ to see an example of how to use update_oda_private_endpoint API.
|
6678
6678
|
"""
|
6679
6679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6680
6680
|
required_arguments = ['odaPrivateEndpointId']
|
@@ -6788,7 +6788,7 @@ class ManagementClient(object):
|
|
6788
6788
|
:rtype: :class:`~oci.response.Response`
|
6789
6789
|
|
6790
6790
|
:example:
|
6791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/update_skill.py.html>`__ to see an example of how to use update_skill API.
|
6792
6792
|
"""
|
6793
6793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6794
6794
|
required_arguments = ['odaInstanceId', 'skillId']
|
@@ -6908,7 +6908,7 @@ class ManagementClient(object):
|
|
6908
6908
|
:rtype: :class:`~oci.response.Response`
|
6909
6909
|
|
6910
6910
|
:example:
|
6911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/update_skill_parameter.py.html>`__ to see an example of how to use update_skill_parameter API.
|
6912
6912
|
"""
|
6913
6913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6914
6914
|
required_arguments = ['odaInstanceId', 'skillId', 'parameterName']
|
@@ -7026,7 +7026,7 @@ class ManagementClient(object):
|
|
7026
7026
|
:rtype: :class:`~oci.response.Response`
|
7027
7027
|
|
7028
7028
|
:example:
|
7029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/oda/update_translator.py.html>`__ to see an example of how to use update_translator API.
|
7030
7030
|
"""
|
7031
7031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7032
7032
|
required_arguments = ['odaInstanceId', 'translatorId']
|