oci 2.139.0__py3-none-any.whl → 2.140.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.
Files changed (390) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_language/models/__init__.py +6 -0
  7. oci/ai_language/models/batch_detect_dominant_language_details.py +31 -0
  8. oci/ai_language/models/batch_detect_health_entity_details.py +31 -0
  9. oci/ai_language/models/batch_detect_language_entities_details.py +31 -0
  10. oci/ai_language/models/batch_detect_language_key_phrases_details.py +31 -0
  11. oci/ai_language/models/batch_detect_language_pii_entities_details.py +31 -0
  12. oci/ai_language/models/batch_detect_language_sentiments_details.py +31 -0
  13. oci/ai_language/models/batch_detect_language_text_classification_details.py +31 -0
  14. oci/ai_language/models/batch_language_translation_details.py +93 -0
  15. oci/ai_language/models/create_endpoint_details.py +78 -0
  16. oci/ai_language/models/endpoint.py +78 -0
  17. oci/ai_language/models/endpoint_summary.py +78 -0
  18. oci/ai_language/models/health_nlu_model_details.py +91 -0
  19. oci/ai_language/models/hierarchical_entity.py +27 -0
  20. oci/ai_language/models/meta_info.py +196 -0
  21. oci/ai_language/models/model_details.py +35 -23
  22. oci/ai_language/models/named_entity_recognition_model_details.py +1 -1
  23. oci/ai_language/models/pii_entity_mask.py +14 -0
  24. oci/ai_language/models/pii_entity_masking.py +64 -2
  25. oci/ai_language/models/pii_entity_remove.py +16 -2
  26. oci/ai_language/models/pii_entity_replace.py +14 -0
  27. oci/ai_language/models/pii_model_details.py +1 -1
  28. oci/ai_language/models/pre_trained_health_nlu_model_details.py +1 -1
  29. oci/ai_language/models/pre_trained_key_phrase_extraction_model_details.py +1 -1
  30. oci/ai_language/models/pre_trained_language_detection_model_details.py +1 -1
  31. oci/ai_language/models/pre_trained_named_entity_recognition_model_details.py +1 -1
  32. oci/ai_language/models/pre_trained_pii_model_details.py +1 -1
  33. oci/ai_language/models/pre_trained_sentiment_analysis_model_details.py +1 -1
  34. oci/ai_language/models/pre_trained_summarization.py +1 -1
  35. oci/ai_language/models/pre_trained_text_classification_model_details.py +1 -1
  36. oci/ai_language/models/pre_trained_translation_model_details.py +91 -0
  37. oci/ai_language/models/pre_trained_universal_model.py +1 -1
  38. oci/ai_language/models/text_classification_model_details.py +1 -1
  39. oci/ai_language/models/update_endpoint_details.py +31 -0
  40. oci/ai_speech/ai_service_speech_client.py +19 -19
  41. oci/ai_vision/ai_service_vision_client.py +25 -25
  42. oci/analytics/analytics_client.py +24 -24
  43. oci/announcements_service/announcement_client.py +5 -5
  44. oci/announcements_service/announcement_subscription_client.py +9 -9
  45. oci/announcements_service/announcements_preferences_client.py +4 -4
  46. oci/announcements_service/service_client.py +1 -1
  47. oci/apigateway/api_gateway_client.py +21 -21
  48. oci/apigateway/deployment_client.py +6 -6
  49. oci/apigateway/gateway_client.py +6 -6
  50. oci/apigateway/subscribers_client.py +6 -6
  51. oci/apigateway/usage_plans_client.py +6 -6
  52. oci/apigateway/work_requests_client.py +5 -5
  53. oci/apm_config/config_client.py +9 -9
  54. oci/apm_control_plane/apm_domain_client.py +14 -14
  55. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  56. oci/apm_traces/attributes_client.py +8 -8
  57. oci/apm_traces/query_client.py +2 -2
  58. oci/apm_traces/trace_client.py +4 -4
  59. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  60. oci/artifacts/artifacts_client.py +32 -32
  61. oci/audit/audit_client.py +3 -3
  62. oci/auth/signers/oke_workload_identity_resource_principal_signer.py +12 -5
  63. oci/autoscaling/auto_scaling_client.py +11 -11
  64. oci/bastion/bastion_client.py +15 -15
  65. oci/bds/bds_client.py +72 -72
  66. oci/blockchain/blockchain_platform_client.py +27 -27
  67. oci/budget/budget_client.py +10 -10
  68. oci/capacity_management/capacity_management_client.py +32 -32
  69. oci/certificates/certificates_client.py +5 -5
  70. oci/certificates_management/certificates_management_client.py +32 -32
  71. oci/cims/incident_client.py +6 -6
  72. oci/cloud_bridge/common_client.py +5 -5
  73. oci/cloud_bridge/discovery_client.py +15 -15
  74. oci/cloud_bridge/inventory_client.py +16 -16
  75. oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
  76. oci/cloud_guard/cloud_guard_client.py +155 -155
  77. oci/cloud_migrations/migration_client.py +43 -43
  78. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  79. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  80. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  81. oci/compute_instance_agent/plugin_client.py +2 -2
  82. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  83. oci/container_engine/container_engine_client.py +44 -44
  84. oci/container_instances/container_instance_client.py +18 -18
  85. oci/core/blockstorage_client.py +60 -60
  86. oci/core/compute_client.py +102 -102
  87. oci/core/compute_management_client.py +32 -32
  88. oci/core/models/__init__.py +10 -0
  89. oci/core/models/instance.py +33 -2
  90. oci/core/models/instance_configuration_launch_instance_details.py +33 -2
  91. oci/core/models/launch_instance_details.py +33 -2
  92. oci/core/models/launch_instance_licensing_config.py +152 -0
  93. oci/core/models/launch_instance_windows_licensing_config.py +59 -0
  94. oci/core/models/licensing_config.py +166 -0
  95. oci/core/models/update_instance_details.py +33 -2
  96. oci/core/models/update_instance_licensing_config.py +152 -0
  97. oci/core/models/update_instance_windows_licensing_config.py +59 -0
  98. oci/core/virtual_network_client.py +247 -247
  99. oci/dashboard_service/dashboard_client.py +6 -6
  100. oci/dashboard_service/dashboard_group_client.py +6 -6
  101. oci/data_catalog/data_catalog_client.py +149 -149
  102. oci/data_flow/data_flow_client.py +146 -44
  103. oci/data_flow/data_flow_client_composite_operations.py +39 -0
  104. oci/data_flow/models/application.py +7 -3
  105. oci/data_flow/models/application_summary.py +7 -3
  106. oci/data_integration/data_integration_client.py +163 -163
  107. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  108. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  109. oci/data_safe/data_safe_client.py +292 -292
  110. oci/data_science/data_science_client.py +92 -92
  111. oci/database/database_client.py +411 -399
  112. oci/database/models/__init__.py +4 -0
  113. oci/database/models/rotate_autonomous_container_database_encryption_key_details.py +76 -0
  114. oci/database/models/rotate_autonomous_database_encryption_key_details.py +76 -0
  115. oci/database_management/db_management_client.py +211 -211
  116. oci/database_management/diagnosability_client.py +4 -4
  117. oci/database_management/managed_my_sql_databases_client.py +7 -7
  118. oci/database_management/perfhub_client.py +1 -1
  119. oci/database_management/sql_tuning_client.py +17 -17
  120. oci/database_migration/database_migration_client.py +42 -42
  121. oci/database_tools/database_tools_client.py +23 -23
  122. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  123. oci/delegate_access_control/work_request_client.py +4 -4
  124. oci/demand_signal/occ_demand_signal_client.py +7 -7
  125. oci/desktops/desktop_service_client.py +21 -21
  126. oci/devops/devops_client.py +141 -141
  127. oci/disaster_recovery/disaster_recovery_client.py +289 -31
  128. oci/disaster_recovery/disaster_recovery_client_composite_operations.py +88 -0
  129. oci/disaster_recovery/models/__init__.py +8 -0
  130. oci/disaster_recovery/models/create_dr_plan_details.py +35 -0
  131. oci/disaster_recovery/models/dr_plan.py +92 -0
  132. oci/disaster_recovery/models/dr_plan_group.py +55 -0
  133. oci/disaster_recovery/models/dr_plan_step.py +51 -0
  134. oci/disaster_recovery/models/dr_plan_summary.py +59 -0
  135. oci/disaster_recovery/models/refresh_dr_plan_default_details.py +51 -0
  136. oci/disaster_recovery/models/refresh_dr_plan_details.py +101 -0
  137. oci/disaster_recovery/models/verify_dr_plan_default_details.py +51 -0
  138. oci/disaster_recovery/models/verify_dr_plan_details.py +101 -0
  139. oci/disaster_recovery/models/work_request.py +11 -3
  140. oci/disaster_recovery/models/work_request_summary.py +11 -3
  141. oci/dns/dns_client.py +54 -54
  142. oci/dts/appliance_export_job_client.py +6 -6
  143. oci/dts/shipping_vendors_client.py +1 -1
  144. oci/dts/transfer_appliance_client.py +8 -8
  145. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  146. oci/dts/transfer_device_client.py +5 -5
  147. oci/dts/transfer_job_client.py +6 -6
  148. oci/dts/transfer_package_client.py +7 -7
  149. oci/em_warehouse/em_warehouse_client.py +13 -13
  150. oci/email/email_client.py +31 -31
  151. oci/email_data_plane/email_dp_client.py +1 -1
  152. oci/events/events_client.py +6 -6
  153. oci/file_storage/file_storage_client.py +68 -68
  154. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  155. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  156. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  157. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  158. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  159. oci/fleet_software_update/fleet_software_update_client.py +48 -48
  160. oci/fleet_software_update/models/__init__.py +12 -0
  161. oci/fleet_software_update/models/apply_action.py +1 -1
  162. oci/fleet_software_update/models/apply_action_summary.py +1 -1
  163. oci/fleet_software_update/models/apply_fsu_job.py +1 -1
  164. oci/fleet_software_update/models/apply_fsu_job_summary.py +1 -1
  165. oci/fleet_software_update/models/cleanup_action.py +1 -1
  166. oci/fleet_software_update/models/cleanup_action_summary.py +1 -1
  167. oci/fleet_software_update/models/cleanup_fsu_job.py +1 -1
  168. oci/fleet_software_update/models/cleanup_fsu_job_summary.py +1 -1
  169. oci/fleet_software_update/models/create_apply_action_details.py +1 -1
  170. oci/fleet_software_update/models/create_cleanup_action_details.py +1 -1
  171. oci/fleet_software_update/models/create_fsu_action_details.py +11 -3
  172. oci/fleet_software_update/models/create_precheck_action_details.py +1 -1
  173. oci/fleet_software_update/models/create_rollback_action_details.py +1 -1
  174. oci/fleet_software_update/models/create_rollback_cycle_apply_action_details.py +111 -0
  175. oci/fleet_software_update/models/create_stage_action_details.py +1 -1
  176. oci/fleet_software_update/models/db_collection.py +7 -0
  177. oci/fleet_software_update/models/db_fsu_collection_summary.py +7 -0
  178. oci/fleet_software_update/models/fsu_action.py +11 -3
  179. oci/fleet_software_update/models/fsu_action_summary.py +11 -3
  180. oci/fleet_software_update/models/fsu_collection.py +35 -0
  181. oci/fleet_software_update/models/fsu_collection_summary.py +35 -0
  182. oci/fleet_software_update/models/fsu_cycle.py +105 -3
  183. oci/fleet_software_update/models/fsu_cycle_summary.py +101 -3
  184. oci/fleet_software_update/models/fsu_job.py +11 -3
  185. oci/fleet_software_update/models/fsu_job_summary.py +11 -3
  186. oci/fleet_software_update/models/gi_collection.py +7 -0
  187. oci/fleet_software_update/models/gi_fsu_collection_summary.py +7 -0
  188. oci/fleet_software_update/models/next_action_to_execute_details.py +7 -3
  189. oci/fleet_software_update/models/patch_fsu_cycle.py +16 -1
  190. oci/fleet_software_update/models/precheck_action.py +1 -1
  191. oci/fleet_software_update/models/precheck_action_summary.py +1 -1
  192. oci/fleet_software_update/models/precheck_fsu_job.py +1 -1
  193. oci/fleet_software_update/models/precheck_fsu_job_summary.py +1 -1
  194. oci/fleet_software_update/models/rollback_action.py +1 -1
  195. oci/fleet_software_update/models/rollback_action_summary.py +1 -1
  196. oci/fleet_software_update/models/rollback_cycle_action.py +226 -0
  197. oci/fleet_software_update/models/rollback_cycle_action_summary.py +225 -0
  198. oci/fleet_software_update/models/rollback_cycle_fsu_job.py +278 -0
  199. oci/fleet_software_update/models/rollback_cycle_fsu_job_summary.py +251 -0
  200. oci/fleet_software_update/models/rollback_fsu_job.py +1 -1
  201. oci/fleet_software_update/models/rollback_fsu_job_summary.py +1 -1
  202. oci/fleet_software_update/models/stage_action.py +1 -1
  203. oci/fleet_software_update/models/stage_action_summary.py +1 -1
  204. oci/fleet_software_update/models/stage_fsu_job.py +1 -1
  205. oci/fleet_software_update/models/stage_fsu_job_summary.py +1 -1
  206. oci/fleet_software_update/models/update_apply_action_details.py +1 -1
  207. oci/fleet_software_update/models/update_cleanup_action_details.py +1 -1
  208. oci/fleet_software_update/models/update_fsu_action_details.py +11 -3
  209. oci/fleet_software_update/models/update_precheck_action_details.py +1 -1
  210. oci/fleet_software_update/models/update_rollback_action_details.py +1 -1
  211. oci/fleet_software_update/models/update_rollback_cycle_action_details.py +72 -0
  212. oci/fleet_software_update/models/update_stage_action_details.py +1 -1
  213. oci/fleet_software_update/models/work_request.py +7 -3
  214. oci/fleet_software_update/models/work_request_summary.py +7 -3
  215. oci/functions/functions_invoke_client.py +1 -1
  216. oci/functions/functions_management_client.py +16 -16
  217. oci/fusion_apps/fusion_applications_client.py +41 -41
  218. oci/generative_ai/generative_ai_client.py +22 -22
  219. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  220. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  221. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  222. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  223. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  224. oci/golden_gate/golden_gate_client.py +70 -70
  225. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  226. oci/governance_rules_control_plane/work_request_client.py +5 -5
  227. oci/healthchecks/health_checks_client.py +17 -17
  228. oci/identity/identity_client.py +145 -145
  229. oci/identity_data_plane/dataplane_client.py +2 -2
  230. oci/identity_domains/identity_domains_client.py +311 -311
  231. oci/integration/integration_instance_client.py +19 -19
  232. oci/jms/java_management_service_client.py +75 -75
  233. oci/jms_java_downloads/java_download_client.py +25 -25
  234. oci/key_management/ekm_client.py +5 -5
  235. oci/key_management/kms_crypto_client.py +6 -6
  236. oci/key_management/kms_hsm_cluster_client.py +12 -12
  237. oci/key_management/kms_management_client.py +21 -21
  238. oci/key_management/kms_vault_client.py +14 -14
  239. oci/license_manager/license_manager_client.py +18 -18
  240. oci/limits/limits_client.py +4 -4
  241. oci/limits/quotas_client.py +7 -7
  242. oci/load_balancer/load_balancer_client.py +61 -61
  243. oci/lockbox/lockbox_client.py +24 -24
  244. oci/log_analytics/log_analytics_client.py +193 -193
  245. oci/logging/logging_management_client.py +30 -30
  246. oci/loggingingestion/logging_client.py +1 -1
  247. oci/loggingsearch/log_search_client.py +1 -1
  248. oci/management_agent/management_agent_client.py +28 -28
  249. oci/management_dashboard/dashx_apis_client.py +14 -14
  250. oci/marketplace/account_client.py +2 -2
  251. oci/marketplace/marketplace_client.py +30 -30
  252. oci/marketplace_private_offer/attachment_client.py +5 -5
  253. oci/marketplace_private_offer/offer_client.py +6 -6
  254. oci/marketplace_publisher/attachment_client.py +5 -5
  255. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  256. oci/marketplace_publisher/offer_client.py +6 -6
  257. oci/media_services/media_services_client.py +60 -60
  258. oci/media_services/media_stream_client.py +2 -2
  259. oci/monitoring/monitoring_client.py +18 -18
  260. oci/mysql/channels_client.py +7 -7
  261. oci/mysql/db_backups_client.py +7 -7
  262. oci/mysql/db_system_client.py +17 -17
  263. oci/mysql/mysqlaas_client.py +7 -7
  264. oci/mysql/replicas_client.py +5 -5
  265. oci/mysql/work_requests_client.py +4 -4
  266. oci/network_firewall/network_firewall_client.py +86 -86
  267. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  268. oci/nosql/nosql_client.py +24 -24
  269. oci/object_storage/object_storage_client.py +55 -55
  270. oci/object_storage/transfer/internal/multipart_object_assembler.py +15 -0
  271. oci/oce/oce_instance_client.py +10 -10
  272. oci/oci_control_center/occ_metrics_client.py +3 -3
  273. oci/ocvp/cluster_client.py +5 -5
  274. oci/ocvp/esxi_host_client.py +8 -8
  275. oci/ocvp/sddc_client.py +14 -14
  276. oci/ocvp/work_request_client.py +4 -4
  277. oci/oda/management_client.py +59 -59
  278. oci/oda/oda_client.py +17 -17
  279. oci/oda/odapackage_client.py +7 -7
  280. oci/onesubscription/billing_schedule_client.py +1 -1
  281. oci/onesubscription/commitment_client.py +2 -2
  282. oci/onesubscription/computed_usage_client.py +3 -3
  283. oci/onesubscription/invoice_summary_client.py +2 -2
  284. oci/onesubscription/organization_subscription_client.py +1 -1
  285. oci/onesubscription/ratecard_client.py +1 -1
  286. oci/onesubscription/subscribed_service_client.py +2 -2
  287. oci/onesubscription/subscription_client.py +1 -1
  288. oci/ons/notification_control_plane_client.py +6 -6
  289. oci/ons/notification_data_plane_client.py +10 -10
  290. oci/opa/opa_instance_client.py +13 -13
  291. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  292. oci/opensearch/opensearch_cluster_client.py +14 -14
  293. oci/operator_access_control/access_requests_client.py +10 -10
  294. oci/operator_access_control/operator_actions_client.py +2 -2
  295. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  296. oci/operator_access_control/operator_control_client.py +6 -6
  297. oci/opsi/operations_insights_client.py +180 -180
  298. oci/optimizer/optimizer_client.py +26 -26
  299. oci/os_management/event_client.py +8 -8
  300. oci/os_management/os_management_client.py +69 -69
  301. oci/os_management_hub/event_client.py +8 -8
  302. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  303. oci/os_management_hub/managed_instance_client.py +31 -31
  304. oci/os_management_hub/managed_instance_group_client.py +25 -25
  305. oci/os_management_hub/management_station_client.py +10 -10
  306. oci/os_management_hub/onboarding_client.py +6 -6
  307. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  308. oci/os_management_hub/scheduled_job_client.py +7 -7
  309. oci/os_management_hub/software_source_client.py +27 -27
  310. oci/os_management_hub/work_request_client.py +4 -4
  311. oci/osp_gateway/address_rule_service_client.py +1 -1
  312. oci/osp_gateway/address_service_client.py +2 -2
  313. oci/osp_gateway/invoice_service_client.py +5 -5
  314. oci/osp_gateway/subscription_service_client.py +5 -5
  315. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  316. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  317. oci/osub_subscription/commitment_client.py +2 -2
  318. oci/osub_subscription/ratecard_client.py +1 -1
  319. oci/osub_subscription/subscription_client.py +1 -1
  320. oci/osub_usage/computed_usage_client.py +3 -3
  321. oci/psql/postgresql_client.py +33 -33
  322. oci/queue/queue_admin_client.py +11 -11
  323. oci/queue/queue_client.py +8 -8
  324. oci/recovery/database_recovery_client.py +26 -26
  325. oci/redis/redis_cluster_client.py +12 -12
  326. oci/resource_manager/resource_manager_client.py +52 -52
  327. oci/resource_scheduler/schedule_client.py +13 -13
  328. oci/resource_search/resource_search_client.py +3 -3
  329. oci/rover/rover_bundle_client.py +8 -8
  330. oci/rover/rover_cluster_client.py +8 -8
  331. oci/rover/rover_entitlement_client.py +6 -6
  332. oci/rover/rover_node_client.py +15 -15
  333. oci/rover/shape_client.py +1 -1
  334. oci/rover/work_requests_client.py +5 -5
  335. oci/sch/connector_plugins_client.py +2 -2
  336. oci/sch/service_connector_client.py +12 -12
  337. oci/secrets/secrets_client.py +3 -3
  338. oci/security_attribute/security_attribute_client.py +18 -18
  339. oci/service_catalog/service_catalog_client.py +26 -26
  340. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  341. oci/service_mesh/service_mesh_client.py +48 -48
  342. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  343. oci/streaming/stream_admin_client.py +18 -18
  344. oci/streaming/stream_client.py +8 -8
  345. oci/tenant_manager_control_plane/domain_client.py +5 -5
  346. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  347. oci/tenant_manager_control_plane/governance_client.py +2 -2
  348. oci/tenant_manager_control_plane/link_client.py +3 -3
  349. oci/tenant_manager_control_plane/orders_client.py +2 -2
  350. oci/tenant_manager_control_plane/organization_client.py +10 -10
  351. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  352. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  353. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  354. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  355. oci/threat_intelligence/threatintel_client.py +5 -5
  356. oci/usage/resources_client.py +2 -2
  357. oci/usage/rewards_client.py +6 -6
  358. oci/usage/usagelimits_client.py +1 -1
  359. oci/usage_api/usageapi_client.py +33 -33
  360. oci/vault/vaults_client.py +13 -13
  361. oci/vbs_inst/vbs_instance_client.py +10 -10
  362. oci/version.py +1 -1
  363. oci/visual_builder/models/__init__.py +8 -4
  364. oci/visual_builder/models/create_vb_instance_details.py +29 -2
  365. oci/visual_builder/models/network_endpoint_details.py +102 -0
  366. oci/visual_builder/models/private_endpoint_details.py +144 -0
  367. oci/visual_builder/models/update_network_endpoint_details.py +102 -0
  368. oci/visual_builder/models/update_private_endpoint_details.py +113 -0
  369. oci/visual_builder/models/update_vb_instance_details.py +29 -2
  370. oci/visual_builder/models/vb_instance.py +29 -60
  371. oci/visual_builder/models/vb_instance_summary.py +29 -2
  372. oci/visual_builder/vb_instance_client.py +129 -13
  373. oci/visual_builder/vb_instance_client_composite_operations.py +39 -0
  374. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  375. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  376. oci/waa/waa_client.py +13 -13
  377. oci/waa/work_request_client.py +4 -4
  378. oci/waas/redirect_client.py +6 -6
  379. oci/waas/waas_client.py +66 -66
  380. oci/waf/waf_client.py +24 -24
  381. oci/work_requests/work_request_client.py +4 -4
  382. oci/zpr/zpr_client.py +15 -15
  383. {oci-2.139.0.dist-info → oci-2.140.0.dist-info}/METADATA +1 -1
  384. {oci-2.139.0.dist-info → oci-2.140.0.dist-info}/RECORD +388 -366
  385. oci/visual_builder/models/attachment_details.py +0 -218
  386. oci/visual_builder/models/idcs_info_details.py +0 -198
  387. {oci-2.139.0.dist-info → oci-2.140.0.dist-info}/LICENSE.txt +0 -0
  388. {oci-2.139.0.dist-info → oci-2.140.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  389. {oci-2.139.0.dist-info → oci-2.140.0.dist-info}/WHEEL +0 -0
  390. {oci-2.139.0.dist-info → oci-2.140.0.dist-info}/top_level.txt +0 -0
@@ -162,7 +162,7 @@ class VbInstanceClient(object):
162
162
  :rtype: :class:`~oci.response.Response`
163
163
 
164
164
  :example:
165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/change_vb_instance_compartment.py.html>`__ to see an example of how to use change_vb_instance_compartment API.
165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/change_vb_instance_compartment.py.html>`__ to see an example of how to use change_vb_instance_compartment API.
166
166
  """
167
167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
168
168
  required_arguments = ['vbInstanceId']
@@ -271,7 +271,7 @@ class VbInstanceClient(object):
271
271
  :rtype: :class:`~oci.response.Response`
272
272
 
273
273
  :example:
274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/create_vb_instance.py.html>`__ to see an example of how to use create_vb_instance API.
274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/create_vb_instance.py.html>`__ to see an example of how to use create_vb_instance API.
275
275
  """
276
276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
277
277
  required_arguments = []
@@ -365,7 +365,7 @@ class VbInstanceClient(object):
365
365
  :rtype: :class:`~oci.response.Response`
366
366
 
367
367
  :example:
368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/delete_vb_instance.py.html>`__ to see an example of how to use delete_vb_instance API.
368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/delete_vb_instance.py.html>`__ to see an example of how to use delete_vb_instance API.
369
369
  """
370
370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
371
371
  required_arguments = ['vbInstanceId']
@@ -461,7 +461,7 @@ class VbInstanceClient(object):
461
461
  :rtype: :class:`~oci.response.Response`
462
462
 
463
463
  :example:
464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/get_vb_instance.py.html>`__ to see an example of how to use get_vb_instance API.
464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/get_vb_instance.py.html>`__ to see an example of how to use get_vb_instance API.
465
465
  """
466
466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
467
467
  required_arguments = ['vbInstanceId']
@@ -559,7 +559,7 @@ class VbInstanceClient(object):
559
559
  :rtype: :class:`~oci.response.Response`
560
560
 
561
561
  :example:
562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
563
563
  """
564
564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
565
565
  required_arguments = ['workRequestId']
@@ -685,7 +685,7 @@ class VbInstanceClient(object):
685
685
  :rtype: :class:`~oci.response.Response`
686
686
 
687
687
  :example:
688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/list_vb_instances.py.html>`__ to see an example of how to use list_vb_instances API.
688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/list_vb_instances.py.html>`__ to see an example of how to use list_vb_instances API.
689
689
  """
690
690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
691
691
  required_arguments = ['compartmentId']
@@ -820,7 +820,7 @@ class VbInstanceClient(object):
820
820
  :rtype: :class:`~oci.response.Response`
821
821
 
822
822
  :example:
823
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
823
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
824
824
  """
825
825
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
826
826
  required_arguments = ['workRequestId', 'compartmentId']
@@ -938,7 +938,7 @@ class VbInstanceClient(object):
938
938
  :rtype: :class:`~oci.response.Response`
939
939
 
940
940
  :example:
941
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
941
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
942
942
  """
943
943
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
944
944
  required_arguments = ['workRequestId', 'compartmentId']
@@ -1056,7 +1056,7 @@ class VbInstanceClient(object):
1056
1056
  :rtype: :class:`~oci.response.Response`
1057
1057
 
1058
1058
  :example:
1059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1059
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1060
1060
  """
1061
1061
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1062
1062
  required_arguments = ['compartmentId']
@@ -1128,6 +1128,122 @@ class VbInstanceClient(object):
1128
1128
  api_reference_link=api_reference_link,
1129
1129
  required_arguments=required_arguments)
1130
1130
 
1131
+ def reconfigure_private_endpoint_vb_instance(self, vb_instance_id, **kwargs):
1132
+ """
1133
+ Reconfigures the Private Endpoint associated with the private visual builder instance. Use this action in case the Private Endpoint is not working and needs to be reset.
1134
+ The VB instance has to be in ACTIVE state and should be a private instance to perform this operation.
1135
+ If the previous state is not ACTIVE, then the state of the vbInstance will not be changed and a 409 response returned.
1136
+
1137
+
1138
+ :param str vb_instance_id: (required)
1139
+ Unique Vb Instance identifier.
1140
+
1141
+ :param str if_match: (optional)
1142
+ For optimistic concurrency control. In the PUT or DELETE call
1143
+ for a resource, set the `if-match` parameter to the value of the
1144
+ etag from a previous GET or POST response for that resource.
1145
+ The resource will be updated or deleted only if the etag you
1146
+ provide matches the resource's current etag value.
1147
+
1148
+ :param str opc_request_id: (optional)
1149
+ The client request ID for tracing.
1150
+
1151
+ :param str opc_retry_token: (optional)
1152
+ A token that uniquely identifies a request so it can be retried in case
1153
+ of a timeout or server error without risk of executing that same action
1154
+ again. Retry tokens expire after 24 hours, but can be invalidated before
1155
+ then due to conflicting operations. For example, if a resource has been
1156
+ deleted and purged from the system, then a retry of the original creation
1157
+ request might be rejected.
1158
+
1159
+ :param obj retry_strategy: (optional)
1160
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
1161
+
1162
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
1163
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
1164
+
1165
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
1166
+
1167
+ :param bool allow_control_chars: (optional)
1168
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
1169
+ By default, the response will not allow control characters in strings
1170
+
1171
+ :return: A :class:`~oci.response.Response` object with data of type None
1172
+ :rtype: :class:`~oci.response.Response`
1173
+
1174
+ :example:
1175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/reconfigure_private_endpoint_vb_instance.py.html>`__ to see an example of how to use reconfigure_private_endpoint_vb_instance API.
1176
+ """
1177
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1178
+ required_arguments = ['vbInstanceId']
1179
+ resource_path = "/vbInstances/{vbInstanceId}/actions/reconfigurePrivateEndpoint"
1180
+ method = "POST"
1181
+ operation_name = "reconfigure_private_endpoint_vb_instance"
1182
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/visual-builder/20210601/VbInstance/ReconfigurePrivateEndpointVbInstance"
1183
+
1184
+ # Don't accept unknown kwargs
1185
+ expected_kwargs = [
1186
+ "allow_control_chars",
1187
+ "retry_strategy",
1188
+ "if_match",
1189
+ "opc_request_id",
1190
+ "opc_retry_token"
1191
+ ]
1192
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1193
+ if extra_kwargs:
1194
+ raise ValueError(
1195
+ f"reconfigure_private_endpoint_vb_instance got unknown kwargs: {extra_kwargs!r}")
1196
+
1197
+ path_params = {
1198
+ "vbInstanceId": vb_instance_id
1199
+ }
1200
+
1201
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
1202
+
1203
+ for (k, v) in six.iteritems(path_params):
1204
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
1205
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
1206
+
1207
+ header_params = {
1208
+ "accept": "application/json",
1209
+ "content-type": "application/json",
1210
+ "if-match": kwargs.get("if_match", missing),
1211
+ "opc-request-id": kwargs.get("opc_request_id", missing),
1212
+ "opc-retry-token": kwargs.get("opc_retry_token", missing)
1213
+ }
1214
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
1215
+
1216
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
1217
+ operation_retry_strategy=kwargs.get('retry_strategy'),
1218
+ client_retry_strategy=self.retry_strategy
1219
+ )
1220
+
1221
+ if retry_strategy:
1222
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
1223
+ self.base_client.add_opc_retry_token_if_needed(header_params)
1224
+ self.base_client.add_opc_client_retries_header(header_params)
1225
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
1226
+ return retry_strategy.make_retrying_call(
1227
+ self.base_client.call_api,
1228
+ resource_path=resource_path,
1229
+ method=method,
1230
+ path_params=path_params,
1231
+ header_params=header_params,
1232
+ allow_control_chars=kwargs.get('allow_control_chars'),
1233
+ operation_name=operation_name,
1234
+ api_reference_link=api_reference_link,
1235
+ required_arguments=required_arguments)
1236
+ else:
1237
+ return self.base_client.call_api(
1238
+ resource_path=resource_path,
1239
+ method=method,
1240
+ path_params=path_params,
1241
+ header_params=header_params,
1242
+ allow_control_chars=kwargs.get('allow_control_chars'),
1243
+ operation_name=operation_name,
1244
+ api_reference_link=api_reference_link,
1245
+ required_arguments=required_arguments)
1246
+
1131
1247
  def request_summarized_applications(self, request_summarized_applications_details, vb_instance_id, **kwargs):
1132
1248
  """
1133
1249
  Summarizes the applications for a vb instance.
@@ -1173,7 +1289,7 @@ class VbInstanceClient(object):
1173
1289
  :rtype: :class:`~oci.response.Response`
1174
1290
 
1175
1291
  :example:
1176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/request_summarized_applications.py.html>`__ to see an example of how to use request_summarized_applications API.
1292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/request_summarized_applications.py.html>`__ to see an example of how to use request_summarized_applications API.
1177
1293
  """
1178
1294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1179
1295
  required_arguments = ['vbInstanceId']
@@ -1292,7 +1408,7 @@ class VbInstanceClient(object):
1292
1408
  :rtype: :class:`~oci.response.Response`
1293
1409
 
1294
1410
  :example:
1295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/start_vb_instance.py.html>`__ to see an example of how to use start_vb_instance API.
1411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/start_vb_instance.py.html>`__ to see an example of how to use start_vb_instance API.
1296
1412
  """
1297
1413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1298
1414
  required_arguments = ['vbInstanceId']
@@ -1407,7 +1523,7 @@ class VbInstanceClient(object):
1407
1523
  :rtype: :class:`~oci.response.Response`
1408
1524
 
1409
1525
  :example:
1410
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/stop_vb_instance.py.html>`__ to see an example of how to use stop_vb_instance API.
1526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/stop_vb_instance.py.html>`__ to see an example of how to use stop_vb_instance API.
1411
1527
  """
1412
1528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1413
1529
  required_arguments = ['vbInstanceId']
@@ -1516,7 +1632,7 @@ class VbInstanceClient(object):
1516
1632
  :rtype: :class:`~oci.response.Response`
1517
1633
 
1518
1634
  :example:
1519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/visualbuilder/update_vb_instance.py.html>`__ to see an example of how to use update_vb_instance API.
1635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/visualbuilder/update_vb_instance.py.html>`__ to see an example of how to use update_vb_instance API.
1520
1636
  """
1521
1637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1522
1638
  required_arguments = ['vbInstanceId']
@@ -153,6 +153,45 @@ class VbInstanceClientCompositeOperations(object):
153
153
  except Exception as e:
154
154
  raise oci.exceptions.CompositeOperationError(partial_results=[operation_result], cause=e)
155
155
 
156
+ def reconfigure_private_endpoint_vb_instance_and_wait_for_state(self, vb_instance_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
157
+ """
158
+ Calls :py:func:`~oci.visual_builder.VbInstanceClient.reconfigure_private_endpoint_vb_instance` and waits for the :py:class:`~oci.visual_builder.models.WorkRequest`
159
+ to enter the given state(s).
160
+
161
+ :param str vb_instance_id: (required)
162
+ Unique Vb Instance identifier.
163
+
164
+ :param list[str] wait_for_states:
165
+ An array of states to wait on. These should be valid values for :py:attr:`~oci.visual_builder.models.WorkRequest.status`
166
+
167
+ :param dict operation_kwargs:
168
+ A dictionary of keyword arguments to pass to :py:func:`~oci.visual_builder.VbInstanceClient.reconfigure_private_endpoint_vb_instance`
169
+
170
+ :param dict waiter_kwargs:
171
+ A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
172
+ as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
173
+ """
174
+ operation_result = self.client.reconfigure_private_endpoint_vb_instance(vb_instance_id, **operation_kwargs)
175
+ if not wait_for_states:
176
+ return operation_result
177
+ lowered_wait_for_states = [w.lower() for w in wait_for_states]
178
+ if 'opc-work-request-id' not in operation_result.headers:
179
+ return operation_result
180
+ wait_for_resource_id = operation_result.headers['opc-work-request-id']
181
+
182
+ try:
183
+ waiter_result = oci.wait_until(
184
+ self.client,
185
+ self.client.get_work_request(wait_for_resource_id),
186
+ evaluate_response=lambda r: getattr(r.data, 'status') and getattr(r.data, 'status').lower() in lowered_wait_for_states,
187
+ **waiter_kwargs
188
+ )
189
+ result_to_return = waiter_result
190
+
191
+ return result_to_return
192
+ except Exception as e:
193
+ raise oci.exceptions.CompositeOperationError(partial_results=[operation_result], cause=e)
194
+
156
195
  def start_vb_instance_and_wait_for_state(self, vb_instance_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
157
196
  """
158
197
  Calls :py:func:`~oci.visual_builder.VbInstanceClient.start_vb_instance` and waits for the :py:class:`~oci.visual_builder.models.WorkRequest`
@@ -155,7 +155,7 @@ class VnMonitoringClient(object):
155
155
  :rtype: :class:`~oci.response.Response`
156
156
 
157
157
  :example:
158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/change_path_analyzer_test_compartment.py.html>`__ to see an example of how to use change_path_analyzer_test_compartment API.
158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/change_path_analyzer_test_compartment.py.html>`__ to see an example of how to use change_path_analyzer_test_compartment API.
159
159
  """
160
160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
161
161
  required_arguments = ['pathAnalyzerTestId']
@@ -261,7 +261,7 @@ class VnMonitoringClient(object):
261
261
  :rtype: :class:`~oci.response.Response`
262
262
 
263
263
  :example:
264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/create_path_analyzer_test.py.html>`__ to see an example of how to use create_path_analyzer_test API.
264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/create_path_analyzer_test.py.html>`__ to see an example of how to use create_path_analyzer_test API.
265
265
  """
266
266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
267
267
  required_arguments = []
@@ -358,7 +358,7 @@ class VnMonitoringClient(object):
358
358
  :rtype: :class:`~oci.response.Response`
359
359
 
360
360
  :example:
361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/delete_path_analyzer_test.py.html>`__ to see an example of how to use delete_path_analyzer_test API.
361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/delete_path_analyzer_test.py.html>`__ to see an example of how to use delete_path_analyzer_test API.
362
362
  """
363
363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
364
364
  required_arguments = ['pathAnalyzerTestId']
@@ -475,7 +475,7 @@ class VnMonitoringClient(object):
475
475
  :rtype: :class:`~oci.response.Response`
476
476
 
477
477
  :example:
478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/get_path_analysis.py.html>`__ to see an example of how to use get_path_analysis API.
478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/get_path_analysis.py.html>`__ to see an example of how to use get_path_analysis API.
479
479
  """
480
480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
481
481
  required_arguments = []
@@ -567,7 +567,7 @@ class VnMonitoringClient(object):
567
567
  :rtype: :class:`~oci.response.Response`
568
568
 
569
569
  :example:
570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/get_path_analyzer_test.py.html>`__ to see an example of how to use get_path_analyzer_test API.
570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/get_path_analyzer_test.py.html>`__ to see an example of how to use get_path_analyzer_test API.
571
571
  """
572
572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
573
573
  required_arguments = ['pathAnalyzerTestId']
@@ -666,7 +666,7 @@ class VnMonitoringClient(object):
666
666
  :rtype: :class:`~oci.response.Response`
667
667
 
668
668
  :example:
669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
670
670
  """
671
671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
672
672
  required_arguments = ['workRequestId']
@@ -807,7 +807,7 @@ class VnMonitoringClient(object):
807
807
  :rtype: :class:`~oci.response.Response`
808
808
 
809
809
  :example:
810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/list_path_analyzer_tests.py.html>`__ to see an example of how to use list_path_analyzer_tests API.
810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/list_path_analyzer_tests.py.html>`__ to see an example of how to use list_path_analyzer_tests API.
811
811
  """
812
812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
813
813
  required_arguments = ['compartmentId']
@@ -961,7 +961,7 @@ class VnMonitoringClient(object):
961
961
  :rtype: :class:`~oci.response.Response`
962
962
 
963
963
  :example:
964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
965
965
  """
966
966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
967
967
  required_arguments = ['workRequestId']
@@ -1115,7 +1115,7 @@ class VnMonitoringClient(object):
1115
1115
  :rtype: :class:`~oci.response.Response`
1116
1116
 
1117
1117
  :example:
1118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1119
1119
  """
1120
1120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1121
1121
  required_arguments = ['workRequestId']
@@ -1264,7 +1264,7 @@ class VnMonitoringClient(object):
1264
1264
  :rtype: :class:`~oci.response.Response`
1265
1265
 
1266
1266
  :example:
1267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/list_work_request_results.py.html>`__ to see an example of how to use list_work_request_results API.
1267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/list_work_request_results.py.html>`__ to see an example of how to use list_work_request_results API.
1268
1268
  """
1269
1269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1270
1270
  required_arguments = ['workRequestId']
@@ -1420,7 +1420,7 @@ class VnMonitoringClient(object):
1420
1420
  :rtype: :class:`~oci.response.Response`
1421
1421
 
1422
1422
  :example:
1423
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1424
1424
  """
1425
1425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1426
1426
  required_arguments = ['compartmentId']
@@ -1564,7 +1564,7 @@ class VnMonitoringClient(object):
1564
1564
  :rtype: :class:`~oci.response.Response`
1565
1565
 
1566
1566
  :example:
1567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/vnmonitoring/update_path_analyzer_test.py.html>`__ to see an example of how to use update_path_analyzer_test API.
1567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.140.0/vnmonitoring/update_path_analyzer_test.py.html>`__ to see an example of how to use update_path_analyzer_test API.
1568
1568
  """
1569
1569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1570
1570
  required_arguments = ['pathAnalyzerTestId']