oci 2.137.1__py3-none-any.whl → 2.138.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/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 +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/auth/auth_utils.py +9 -6
- oci/auth/federation_client.py +59 -5
- oci/auth/rpt_path_providers.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/base_client.py +5 -12
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +69 -245
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/activity_item.py +37 -6
- oci/cims/models/create_account_item_details.py +3 -0
- oci/cims/models/create_incident.py +22 -2
- oci/cims/models/create_limit_item_details.py +10 -3
- oci/cims/models/create_tech_support_item_details.py +3 -0
- oci/cims/models/create_user_details.py +22 -2
- oci/cims/models/incident.py +22 -2
- oci/cims/models/incident_resource_type.py +46 -15
- oci/cims/models/incident_summary.py +22 -2
- oci/cims/models/item.py +1 -1
- oci/cims/models/limit_item.py +40 -5
- oci/cims/models/service_categories.py +34 -34
- oci/cims/models/service_category.py +31 -0
- oci/cims/models/sub_categories.py +165 -0
- oci/cims/models/sub_components.py +103 -0
- oci/cims/models/subscription_info.py +103 -0
- oci/cims/models/ticket.py +4 -4
- oci/cims/models/update_incident.py +22 -2
- oci/cims/models/user.py +22 -2
- oci/circuit_breaker/__init__.py +24 -2
- oci/circuit_breaker/circuit_breaker.py +11 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +270 -44
- oci/data_flow/data_flow_client_composite_operations.py +78 -0
- oci/data_flow/models/sql_endpoint.py +7 -3
- oci/data_flow/models/sql_endpoint_summary.py +7 -3
- oci/data_flow/models/update_sql_endpoint_details.py +344 -3
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +292 -292
- oci/data_science/data_science_client.py +92 -92
- oci/database/database_client.py +396 -396
- oci/database_management/db_management_client.py +211 -211
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +68 -68
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai/models/create_dedicated_ai_cluster_details.py +8 -0
- oci/generative_ai/models/dedicated_ai_cluster.py +20 -4
- oci/generative_ai/models/endpoint.py +1 -1
- oci/generative_ai/models/model.py +1 -1
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generative_ai_inference/models/__init__.py +10 -0
- oci/generative_ai_inference/models/base_chat_request.py +6 -2
- oci/generative_ai_inference/models/chat_content.py +11 -3
- oci/generative_ai_inference/models/cohere_chat_request.py +60 -2
- oci/generative_ai_inference/models/cohere_response_format.py +109 -0
- oci/generative_ai_inference/models/cohere_response_json_format.py +82 -0
- oci/generative_ai_inference/models/cohere_response_text_format.py +51 -0
- oci/generative_ai_inference/models/image_content.py +78 -0
- oci/generative_ai_inference/models/image_url.py +123 -0
- oci/generative_ai_inference/models/text_content.py +1 -1
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +191 -69
- oci/golden_gate/golden_gate_client_composite_operations.py +44 -0
- oci/golden_gate/models/__init__.py +4 -0
- oci/golden_gate/models/amazon_kinesis_connection.py +46 -2
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +46 -2
- oci/golden_gate/models/amazon_redshift_connection.py +52 -2
- oci/golden_gate/models/amazon_redshift_connection_summary.py +52 -2
- oci/golden_gate/models/amazon_s3_connection.py +46 -2
- oci/golden_gate/models/amazon_s3_connection_summary.py +46 -2
- oci/golden_gate/models/azure_data_lake_storage_connection.py +120 -2
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +120 -2
- oci/golden_gate/models/azure_synapse_connection.py +52 -2
- oci/golden_gate/models/azure_synapse_connection_summary.py +52 -2
- oci/golden_gate/models/connection.py +33 -2
- oci/golden_gate/models/connection_summary.py +33 -2
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +47 -3
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +53 -3
- oci/golden_gate/models/create_amazon_s3_connection_details.py +47 -3
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +118 -0
- oci/golden_gate/models/create_azure_synapse_connection_details.py +53 -3
- oci/golden_gate/models/create_connection_details.py +33 -2
- oci/golden_gate/models/create_db2_connection_details.py +125 -1
- oci/golden_gate/models/create_deployment_backup_details.py +31 -0
- oci/golden_gate/models/create_elasticsearch_connection_details.py +50 -0
- oci/golden_gate/models/create_generic_connection_details.py +7 -0
- oci/golden_gate/models/create_golden_gate_connection_details.py +46 -0
- oci/golden_gate/models/create_google_big_query_connection_details.py +49 -3
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +49 -3
- oci/golden_gate/models/create_hdfs_connection_details.py +7 -0
- oci/golden_gate/models/create_java_message_service_connection_details.py +270 -0
- oci/golden_gate/models/create_kafka_connection_details.py +235 -0
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +239 -4
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +45 -1
- oci/golden_gate/models/create_mongo_db_connection_details.py +44 -0
- oci/golden_gate/models/create_mysql_connection_details.py +90 -1
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +84 -1
- oci/golden_gate/models/create_oracle_connection_details.py +90 -1
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +84 -1
- oci/golden_gate/models/create_postgresql_connection_details.py +88 -1
- oci/golden_gate/models/create_redis_connection_details.py +198 -0
- oci/golden_gate/models/create_snowflake_connection_details.py +128 -2
- oci/golden_gate/models/db2_connection.py +126 -2
- oci/golden_gate/models/db2_connection_summary.py +126 -2
- oci/golden_gate/models/default_refresh_connection_details.py +51 -0
- oci/golden_gate/models/deployment_backup.py +31 -0
- oci/golden_gate/models/deployment_backup_summary.py +31 -0
- oci/golden_gate/models/elasticsearch_connection.py +52 -2
- oci/golden_gate/models/elasticsearch_connection_summary.py +52 -2
- oci/golden_gate/models/export_deployment_wallet_details.py +35 -0
- oci/golden_gate/models/generic_connection.py +7 -0
- oci/golden_gate/models/generic_connection_summary.py +7 -0
- oci/golden_gate/models/golden_gate_connection.py +48 -2
- oci/golden_gate/models/golden_gate_connection_summary.py +48 -2
- oci/golden_gate/models/google_big_query_connection.py +48 -2
- oci/golden_gate/models/google_big_query_connection_summary.py +48 -2
- oci/golden_gate/models/google_cloud_storage_connection.py +48 -2
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +48 -2
- oci/golden_gate/models/hdfs_connection.py +7 -0
- oci/golden_gate/models/hdfs_connection_summary.py +7 -0
- oci/golden_gate/models/import_deployment_wallet_details.py +35 -0
- oci/golden_gate/models/java_message_service_connection.py +272 -2
- oci/golden_gate/models/java_message_service_connection_summary.py +272 -2
- oci/golden_gate/models/kafka_connection.py +299 -2
- oci/golden_gate/models/kafka_connection_summary.py +237 -2
- oci/golden_gate/models/kafka_schema_registry_connection.py +239 -4
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +239 -4
- oci/golden_gate/models/microsoft_sqlserver_connection.py +46 -2
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +46 -2
- oci/golden_gate/models/mongo_db_connection.py +46 -2
- oci/golden_gate/models/mongo_db_connection_summary.py +46 -2
- oci/golden_gate/models/mysql_connection.py +91 -2
- oci/golden_gate/models/mysql_connection_summary.py +91 -2
- oci/golden_gate/models/oci_object_storage_connection.py +85 -2
- oci/golden_gate/models/oci_object_storage_connection_summary.py +85 -2
- oci/golden_gate/models/oracle_connection.py +91 -2
- oci/golden_gate/models/oracle_connection_summary.py +91 -2
- oci/golden_gate/models/oracle_nosql_connection.py +85 -2
- oci/golden_gate/models/oracle_nosql_connection_summary.py +85 -2
- oci/golden_gate/models/postgresql_connection.py +89 -2
- oci/golden_gate/models/postgresql_connection_summary.py +89 -2
- oci/golden_gate/models/redis_connection.py +200 -2
- oci/golden_gate/models/redis_connection_summary.py +200 -2
- oci/golden_gate/models/refresh_connection_details.py +101 -0
- oci/golden_gate/models/snowflake_connection.py +128 -2
- oci/golden_gate/models/snowflake_connection_summary.py +128 -2
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +46 -2
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +52 -2
- oci/golden_gate/models/update_amazon_s3_connection_details.py +46 -2
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +118 -0
- oci/golden_gate/models/update_azure_synapse_connection_details.py +52 -2
- oci/golden_gate/models/update_connection_details.py +33 -2
- oci/golden_gate/models/update_db2_connection_details.py +124 -0
- oci/golden_gate/models/update_elasticsearch_connection_details.py +50 -0
- oci/golden_gate/models/update_generic_connection_details.py +7 -0
- oci/golden_gate/models/update_golden_gate_connection_details.py +46 -0
- oci/golden_gate/models/update_google_big_query_connection_details.py +48 -2
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +48 -2
- oci/golden_gate/models/update_hdfs_connection_details.py +7 -0
- oci/golden_gate/models/update_java_message_service_connection_details.py +270 -0
- oci/golden_gate/models/update_kafka_connection_details.py +235 -0
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +241 -4
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +44 -0
- oci/golden_gate/models/update_mongo_db_connection_details.py +44 -0
- oci/golden_gate/models/update_mysql_connection_details.py +89 -0
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +83 -0
- oci/golden_gate/models/update_oracle_connection_details.py +89 -0
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +83 -0
- oci/golden_gate/models/update_postgresql_connection_details.py +87 -0
- oci/golden_gate/models/update_redis_connection_details.py +198 -0
- oci/golden_gate/models/update_snowflake_connection_details.py +122 -2
- oci/golden_gate/models/work_request.py +7 -3
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +874 -333
- oci/identity_domains/models/__init__.py +20 -0
- oci/identity_domains/models/condition.py +31 -2
- oci/identity_domains/models/condition_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent.py +1041 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_consent_signed_by.py +260 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_modified_resource.py +223 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_policy_resource.py +148 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_search_request.py +364 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consents.py +196 -0
- oci/identity_domains/models/policy.py +31 -2
- oci/identity_domains/models/policy_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/policy_policy_type.py +2 -2
- oci/identity_domains/models/restore_oci_console_policy.py +722 -0
- oci/identity_domains/models/rule.py +31 -2
- oci/identity_domains/models/rule_condition_group.py +2 -2
- oci/identity_domains/models/rule_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +180 -180
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +18 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/retry/__init__.py +20 -0
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +71 -71
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/METADATA +1 -1
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/RECORD +430 -410
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/WHEEL +0 -0
- {oci-2.137.1.dist-info → oci-2.138.1.dist-info}/top_level.txt +0 -0
@@ -126,6 +126,10 @@ class Rule(object):
|
|
126
126
|
The value to assign to the _return property of this Rule.
|
127
127
|
:type _return: list[oci.identity_domains.models.RuleReturn]
|
128
128
|
|
129
|
+
:param urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy:
|
130
|
+
The value to assign to the urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy property of this Rule.
|
131
|
+
:type urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy: oci.identity_domains.models.RuleExtensionOciconsolesignonpolicyconsentPolicy
|
132
|
+
|
129
133
|
"""
|
130
134
|
self.swagger_types = {
|
131
135
|
'id': 'str',
|
@@ -150,7 +154,8 @@ class Rule(object):
|
|
150
154
|
'condition': 'str',
|
151
155
|
'condition_group': 'RuleConditionGroup',
|
152
156
|
'policy_type': 'RulePolicyType',
|
153
|
-
'_return': 'list[RuleReturn]'
|
157
|
+
'_return': 'list[RuleReturn]',
|
158
|
+
'urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy': 'RuleExtensionOciconsolesignonpolicyconsentPolicy'
|
154
159
|
}
|
155
160
|
|
156
161
|
self.attribute_map = {
|
@@ -176,7 +181,8 @@ class Rule(object):
|
|
176
181
|
'condition': 'condition',
|
177
182
|
'condition_group': 'conditionGroup',
|
178
183
|
'policy_type': 'policyType',
|
179
|
-
'_return': 'return'
|
184
|
+
'_return': 'return',
|
185
|
+
'urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy': 'urn:ietf:params:scim:schemas:oracle:idcs:extension:ociconsolesignonpolicyconsent:Policy'
|
180
186
|
}
|
181
187
|
|
182
188
|
self._id = None
|
@@ -202,6 +208,7 @@ class Rule(object):
|
|
202
208
|
self._condition_group = None
|
203
209
|
self._policy_type = None
|
204
210
|
self.__return = None
|
211
|
+
self._urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy = None
|
205
212
|
|
206
213
|
@property
|
207
214
|
def id(self):
|
@@ -451,6 +458,7 @@ class Rule(object):
|
|
451
458
|
|
452
459
|
**SCIM++ Properties:**
|
453
460
|
- idcsCompositeKey: [key, value]
|
461
|
+
- idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
454
462
|
- idcsSearchable: true
|
455
463
|
- multiValued: true
|
456
464
|
- mutability: readWrite
|
@@ -473,6 +481,7 @@ class Rule(object):
|
|
473
481
|
|
474
482
|
**SCIM++ Properties:**
|
475
483
|
- idcsCompositeKey: [key, value]
|
484
|
+
- idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
476
485
|
- idcsSearchable: true
|
477
486
|
- multiValued: true
|
478
487
|
- mutability: readWrite
|
@@ -1097,6 +1106,26 @@ class Rule(object):
|
|
1097
1106
|
"""
|
1098
1107
|
self.__return = _return
|
1099
1108
|
|
1109
|
+
@property
|
1110
|
+
def urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy(self):
|
1111
|
+
"""
|
1112
|
+
Gets the urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy of this Rule.
|
1113
|
+
|
1114
|
+
:return: The urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy of this Rule.
|
1115
|
+
:rtype: oci.identity_domains.models.RuleExtensionOciconsolesignonpolicyconsentPolicy
|
1116
|
+
"""
|
1117
|
+
return self._urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy
|
1118
|
+
|
1119
|
+
@urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy.setter
|
1120
|
+
def urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy(self, urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy):
|
1121
|
+
"""
|
1122
|
+
Sets the urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy of this Rule.
|
1123
|
+
|
1124
|
+
:param urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy: The urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy of this Rule.
|
1125
|
+
:type: oci.identity_domains.models.RuleExtensionOciconsolesignonpolicyconsentPolicy
|
1126
|
+
"""
|
1127
|
+
self._urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy = urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy
|
1128
|
+
|
1100
1129
|
def __repr__(self):
|
1101
1130
|
return formatted_flat_dict(self)
|
1102
1131
|
|
@@ -79,7 +79,7 @@ class RuleConditionGroup(object):
|
|
79
79
|
def value(self):
|
80
80
|
"""
|
81
81
|
Gets the value of this RuleConditionGroup.
|
82
|
-
Condition or ConditionGroup identifier
|
82
|
+
Condition or ConditionGroup identifier.
|
83
83
|
|
84
84
|
**SCIM++ Properties:**
|
85
85
|
- caseExact: true
|
@@ -101,7 +101,7 @@ class RuleConditionGroup(object):
|
|
101
101
|
def value(self, value):
|
102
102
|
"""
|
103
103
|
Sets the value of this RuleConditionGroup.
|
104
|
-
Condition or ConditionGroup identifier
|
104
|
+
Condition or ConditionGroup identifier.
|
105
105
|
|
106
106
|
**SCIM++ Properties:**
|
107
107
|
- caseExact: true
|
@@ -0,0 +1,194 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: v1
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class RuleExtensionOciconsolesignonpolicyconsentPolicy(object):
|
14
|
+
"""
|
15
|
+
This extension defines attributes used to record consent for modification of the \"Security Policy for OCI Console\" sign-on policy, Rule, Condition or ConditionGroup.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new RuleExtensionOciconsolesignonpolicyconsentPolicy object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param consent:
|
24
|
+
The value to assign to the consent property of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
25
|
+
:type consent: bool
|
26
|
+
|
27
|
+
:param justification:
|
28
|
+
The value to assign to the justification property of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
29
|
+
:type justification: str
|
30
|
+
|
31
|
+
:param reason:
|
32
|
+
The value to assign to the reason property of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
33
|
+
:type reason: str
|
34
|
+
|
35
|
+
"""
|
36
|
+
self.swagger_types = {
|
37
|
+
'consent': 'bool',
|
38
|
+
'justification': 'str',
|
39
|
+
'reason': 'str'
|
40
|
+
}
|
41
|
+
|
42
|
+
self.attribute_map = {
|
43
|
+
'consent': 'consent',
|
44
|
+
'justification': 'justification',
|
45
|
+
'reason': 'reason'
|
46
|
+
}
|
47
|
+
|
48
|
+
self._consent = None
|
49
|
+
self._justification = None
|
50
|
+
self._reason = None
|
51
|
+
|
52
|
+
@property
|
53
|
+
def consent(self):
|
54
|
+
"""
|
55
|
+
Gets the consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
56
|
+
Set to true when an identity domain administrator opts to change the Oracle security defaults for the \"Security Policy for OCI Console\" shipped by Oracle. Defaults to false.
|
57
|
+
|
58
|
+
**Added In:** 2405220110
|
59
|
+
|
60
|
+
**SCIM++ Properties:**
|
61
|
+
- idcsSearchable: false
|
62
|
+
- multiValued: false
|
63
|
+
- mutability: writeOnly
|
64
|
+
- required: false
|
65
|
+
- returned: never
|
66
|
+
- type: boolean
|
67
|
+
|
68
|
+
|
69
|
+
:return: The consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
70
|
+
:rtype: bool
|
71
|
+
"""
|
72
|
+
return self._consent
|
73
|
+
|
74
|
+
@consent.setter
|
75
|
+
def consent(self, consent):
|
76
|
+
"""
|
77
|
+
Sets the consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
78
|
+
Set to true when an identity domain administrator opts to change the Oracle security defaults for the \"Security Policy for OCI Console\" shipped by Oracle. Defaults to false.
|
79
|
+
|
80
|
+
**Added In:** 2405220110
|
81
|
+
|
82
|
+
**SCIM++ Properties:**
|
83
|
+
- idcsSearchable: false
|
84
|
+
- multiValued: false
|
85
|
+
- mutability: writeOnly
|
86
|
+
- required: false
|
87
|
+
- returned: never
|
88
|
+
- type: boolean
|
89
|
+
|
90
|
+
|
91
|
+
:param consent: The consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
92
|
+
:type: bool
|
93
|
+
"""
|
94
|
+
self._consent = consent
|
95
|
+
|
96
|
+
@property
|
97
|
+
def justification(self):
|
98
|
+
"""
|
99
|
+
Gets the justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
100
|
+
The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
|
101
|
+
|
102
|
+
**Added In:** 2405220110
|
103
|
+
|
104
|
+
**SCIM++ Properties:**
|
105
|
+
- idcsSearchable: false
|
106
|
+
- multiValued: false
|
107
|
+
- mutability: writeOnly
|
108
|
+
- required: false
|
109
|
+
- returned: never
|
110
|
+
- type: string
|
111
|
+
|
112
|
+
|
113
|
+
:return: The justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
114
|
+
:rtype: str
|
115
|
+
"""
|
116
|
+
return self._justification
|
117
|
+
|
118
|
+
@justification.setter
|
119
|
+
def justification(self, justification):
|
120
|
+
"""
|
121
|
+
Sets the justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
122
|
+
The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
|
123
|
+
|
124
|
+
**Added In:** 2405220110
|
125
|
+
|
126
|
+
**SCIM++ Properties:**
|
127
|
+
- idcsSearchable: false
|
128
|
+
- multiValued: false
|
129
|
+
- mutability: writeOnly
|
130
|
+
- required: false
|
131
|
+
- returned: never
|
132
|
+
- type: string
|
133
|
+
|
134
|
+
|
135
|
+
:param justification: The justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
136
|
+
:type: str
|
137
|
+
"""
|
138
|
+
self._justification = justification
|
139
|
+
|
140
|
+
@property
|
141
|
+
def reason(self):
|
142
|
+
"""
|
143
|
+
Gets the reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
144
|
+
The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
|
145
|
+
|
146
|
+
**Added In:** 2405220110
|
147
|
+
|
148
|
+
**SCIM++ Properties:**
|
149
|
+
- idcsSearchable: false
|
150
|
+
- multiValued: false
|
151
|
+
- mutability: writeOnly
|
152
|
+
- required: false
|
153
|
+
- returned: never
|
154
|
+
- type: string
|
155
|
+
|
156
|
+
|
157
|
+
:return: The reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
158
|
+
:rtype: str
|
159
|
+
"""
|
160
|
+
return self._reason
|
161
|
+
|
162
|
+
@reason.setter
|
163
|
+
def reason(self, reason):
|
164
|
+
"""
|
165
|
+
Sets the reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
166
|
+
The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
|
167
|
+
|
168
|
+
**Added In:** 2405220110
|
169
|
+
|
170
|
+
**SCIM++ Properties:**
|
171
|
+
- idcsSearchable: false
|
172
|
+
- multiValued: false
|
173
|
+
- mutability: writeOnly
|
174
|
+
- required: false
|
175
|
+
- returned: never
|
176
|
+
- type: string
|
177
|
+
|
178
|
+
|
179
|
+
:param reason: The reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
|
180
|
+
:type: str
|
181
|
+
"""
|
182
|
+
self._reason = reason
|
183
|
+
|
184
|
+
def __repr__(self):
|
185
|
+
return formatted_flat_dict(self)
|
186
|
+
|
187
|
+
def __eq__(self, other):
|
188
|
+
if other is None:
|
189
|
+
return False
|
190
|
+
|
191
|
+
return self.__dict__ == other.__dict__
|
192
|
+
|
193
|
+
def __ne__(self, other):
|
194
|
+
return not self == other
|
@@ -161,7 +161,7 @@ class IntegrationInstanceClient(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.138.1/integration/add_oracle_managed_custom_endpoint.py.html>`__ to see an example of how to use add_oracle_managed_custom_endpoint API.
|
165
165
|
"""
|
166
166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
167
167
|
required_arguments = ['integrationInstanceId']
|
@@ -282,7 +282,7 @@ class IntegrationInstanceClient(object):
|
|
282
282
|
:rtype: :class:`~oci.response.Response`
|
283
283
|
|
284
284
|
:example:
|
285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/change_integration_instance_compartment.py.html>`__ to see an example of how to use change_integration_instance_compartment API.
|
286
286
|
"""
|
287
287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
288
288
|
required_arguments = ['integrationInstanceId']
|
@@ -402,7 +402,7 @@ class IntegrationInstanceClient(object):
|
|
402
402
|
:rtype: :class:`~oci.response.Response`
|
403
403
|
|
404
404
|
:example:
|
405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/change_integration_instance_network_endpoint.py.html>`__ to see an example of how to use change_integration_instance_network_endpoint API.
|
406
406
|
"""
|
407
407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
408
408
|
required_arguments = ['integrationInstanceId']
|
@@ -522,7 +522,7 @@ class IntegrationInstanceClient(object):
|
|
522
522
|
:rtype: :class:`~oci.response.Response`
|
523
523
|
|
524
524
|
:example:
|
525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/change_private_endpoint_outbound_connection.py.html>`__ to see an example of how to use change_private_endpoint_outbound_connection API.
|
526
526
|
"""
|
527
527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
528
528
|
required_arguments = ['integrationInstanceId']
|
@@ -631,7 +631,7 @@ class IntegrationInstanceClient(object):
|
|
631
631
|
:rtype: :class:`~oci.response.Response`
|
632
632
|
|
633
633
|
:example:
|
634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/create_integration_instance.py.html>`__ to see an example of how to use create_integration_instance API.
|
635
635
|
"""
|
636
636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
637
637
|
required_arguments = []
|
@@ -727,7 +727,7 @@ class IntegrationInstanceClient(object):
|
|
727
727
|
:rtype: :class:`~oci.response.Response`
|
728
728
|
|
729
729
|
:example:
|
730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/delete_integration_instance.py.html>`__ to see an example of how to use delete_integration_instance API.
|
731
731
|
"""
|
732
732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
733
733
|
required_arguments = ['integrationInstanceId']
|
@@ -841,7 +841,7 @@ class IntegrationInstanceClient(object):
|
|
841
841
|
:rtype: :class:`~oci.response.Response`
|
842
842
|
|
843
843
|
:example:
|
844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/disaster_recovery_failover.py.html>`__ to see an example of how to use disaster_recovery_failover API.
|
845
845
|
"""
|
846
846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
847
847
|
required_arguments = ['integrationInstanceId']
|
@@ -957,7 +957,7 @@ class IntegrationInstanceClient(object):
|
|
957
957
|
:rtype: :class:`~oci.response.Response`
|
958
958
|
|
959
959
|
:example:
|
960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/enable_process_automation.py.html>`__ to see an example of how to use enable_process_automation API.
|
961
961
|
"""
|
962
962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
963
963
|
required_arguments = ['integrationInstanceId']
|
@@ -1074,7 +1074,7 @@ class IntegrationInstanceClient(object):
|
|
1074
1074
|
:rtype: :class:`~oci.response.Response`
|
1075
1075
|
|
1076
1076
|
:example:
|
1077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/extend_data_retention.py.html>`__ to see an example of how to use extend_data_retention API.
|
1078
1078
|
"""
|
1079
1079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1080
1080
|
required_arguments = ['integrationInstanceId']
|
@@ -1177,7 +1177,7 @@ class IntegrationInstanceClient(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.138.1/integration/get_integration_instance.py.html>`__ to see an example of how to use get_integration_instance API.
|
1181
1181
|
"""
|
1182
1182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1183
1183
|
required_arguments = ['integrationInstanceId']
|
@@ -1273,7 +1273,7 @@ class IntegrationInstanceClient(object):
|
|
1273
1273
|
:rtype: :class:`~oci.response.Response`
|
1274
1274
|
|
1275
1275
|
:example:
|
1276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
1277
1277
|
"""
|
1278
1278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1279
1279
|
required_arguments = ['workRequestId']
|
@@ -1397,7 +1397,7 @@ class IntegrationInstanceClient(object):
|
|
1397
1397
|
:rtype: :class:`~oci.response.Response`
|
1398
1398
|
|
1399
1399
|
:example:
|
1400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/list_integration_instances.py.html>`__ to see an example of how to use list_integration_instances API.
|
1401
1401
|
"""
|
1402
1402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1403
1403
|
required_arguments = ['compartmentId']
|
@@ -1530,7 +1530,7 @@ class IntegrationInstanceClient(object):
|
|
1530
1530
|
:rtype: :class:`~oci.response.Response`
|
1531
1531
|
|
1532
1532
|
:example:
|
1533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
1534
1534
|
"""
|
1535
1535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1536
1536
|
required_arguments = ['workRequestId', 'compartmentId']
|
@@ -1646,7 +1646,7 @@ class IntegrationInstanceClient(object):
|
|
1646
1646
|
:rtype: :class:`~oci.response.Response`
|
1647
1647
|
|
1648
1648
|
:example:
|
1649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
1650
1650
|
"""
|
1651
1651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1652
1652
|
required_arguments = ['workRequestId', 'compartmentId']
|
@@ -1762,7 +1762,7 @@ class IntegrationInstanceClient(object):
|
|
1762
1762
|
:rtype: :class:`~oci.response.Response`
|
1763
1763
|
|
1764
1764
|
:example:
|
1765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
1766
1766
|
"""
|
1767
1767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1768
1768
|
required_arguments = ['compartmentId']
|
@@ -1874,7 +1874,7 @@ class IntegrationInstanceClient(object):
|
|
1874
1874
|
:rtype: :class:`~oci.response.Response`
|
1875
1875
|
|
1876
1876
|
:example:
|
1877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/remove_oracle_managed_custom_endpoint.py.html>`__ to see an example of how to use remove_oracle_managed_custom_endpoint API.
|
1878
1878
|
"""
|
1879
1879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1880
1880
|
required_arguments = ['integrationInstanceId']
|
@@ -1990,7 +1990,7 @@ class IntegrationInstanceClient(object):
|
|
1990
1990
|
:rtype: :class:`~oci.response.Response`
|
1991
1991
|
|
1992
1992
|
:example:
|
1993
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/start_integration_instance.py.html>`__ to see an example of how to use start_integration_instance API.
|
1994
1994
|
"""
|
1995
1995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1996
1996
|
required_arguments = ['integrationInstanceId']
|
@@ -2104,7 +2104,7 @@ class IntegrationInstanceClient(object):
|
|
2104
2104
|
:rtype: :class:`~oci.response.Response`
|
2105
2105
|
|
2106
2106
|
:example:
|
2107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/stop_integration_instance.py.html>`__ to see an example of how to use stop_integration_instance API.
|
2108
2108
|
"""
|
2109
2109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2110
2110
|
required_arguments = ['integrationInstanceId']
|
@@ -2213,7 +2213,7 @@ class IntegrationInstanceClient(object):
|
|
2213
2213
|
:rtype: :class:`~oci.response.Response`
|
2214
2214
|
|
2215
2215
|
:example:
|
2216
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2216
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/integration/update_integration_instance.py.html>`__ to see an example of how to use update_integration_instance API.
|
2217
2217
|
"""
|
2218
2218
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2219
2219
|
required_arguments = ['integrationInstanceId']
|