oci 2.125.1__py3-none-any.whl → 2.125.3__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 (358) 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 +22 -22
  5. oci/ai_language/ai_service_language_client.py +134 -43
  6. oci/ai_language/models/__init__.py +24 -0
  7. oci/ai_language/models/assertion_details.py +165 -0
  8. oci/ai_language/models/batch_detect_health_entity_details.py +223 -0
  9. oci/ai_language/models/batch_detect_health_entity_result.py +103 -0
  10. oci/ai_language/models/batch_detect_language_pii_entities_details.py +29 -2
  11. oci/ai_language/models/health_entity.py +351 -0
  12. oci/ai_language/models/health_entity_document_result.py +200 -0
  13. oci/ai_language/models/input_location.py +2 -1
  14. oci/ai_language/models/mel_concept.py +103 -0
  15. oci/ai_language/models/mel_concept_details.py +165 -0
  16. oci/ai_language/models/model_details.py +11 -3
  17. oci/ai_language/models/named_entity_recognition_model_details.py +1 -1
  18. oci/ai_language/models/pii_entity.py +118 -7
  19. oci/ai_language/models/pii_model_details.py +91 -0
  20. oci/ai_language/models/pre_trained_health_nlu_model_details.py +1 -1
  21. oci/ai_language/models/pre_trained_key_phrase_extraction_model_details.py +1 -1
  22. oci/ai_language/models/pre_trained_language_detection_model_details.py +1 -1
  23. oci/ai_language/models/pre_trained_named_entity_recognition_model_details.py +1 -1
  24. oci/ai_language/models/pre_trained_pii_model_details.py +1 -1
  25. oci/ai_language/models/pre_trained_sentiment_analysis_model_details.py +1 -1
  26. oci/ai_language/models/pre_trained_summarization.py +1 -1
  27. oci/ai_language/models/pre_trained_text_classification_model_details.py +1 -1
  28. oci/ai_language/models/pre_trained_universal_model.py +1 -1
  29. oci/ai_language/models/profile.py +134 -0
  30. oci/ai_language/models/relation_entity.py +196 -0
  31. oci/ai_language/models/resolved_entities.py +72 -0
  32. oci/ai_language/models/resolved_entity.py +227 -0
  33. oci/ai_language/models/text_classification_model_details.py +1 -1
  34. oci/ai_speech/ai_service_speech_client.py +10 -10
  35. oci/ai_vision/ai_service_vision_client.py +25 -25
  36. oci/analytics/analytics_client.py +23 -23
  37. oci/announcements_service/announcement_client.py +4 -4
  38. oci/announcements_service/announcement_subscription_client.py +9 -9
  39. oci/announcements_service/announcements_preferences_client.py +4 -4
  40. oci/apigateway/api_gateway_client.py +21 -21
  41. oci/apigateway/deployment_client.py +6 -6
  42. oci/apigateway/gateway_client.py +6 -6
  43. oci/apigateway/subscribers_client.py +6 -6
  44. oci/apigateway/usage_plans_client.py +6 -6
  45. oci/apigateway/work_requests_client.py +5 -5
  46. oci/apm_config/config_client.py +8 -8
  47. oci/apm_control_plane/apm_domain_client.py +14 -14
  48. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  49. oci/apm_traces/attributes_client.py +8 -8
  50. oci/apm_traces/query_client.py +2 -2
  51. oci/apm_traces/trace_client.py +4 -4
  52. oci/application_migration/application_migration_client.py +36 -36
  53. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  54. oci/artifacts/artifacts_client.py +32 -32
  55. oci/audit/audit_client.py +3 -3
  56. oci/autoscaling/auto_scaling_client.py +11 -11
  57. oci/bastion/bastion_client.py +15 -15
  58. oci/bds/bds_client.py +51 -51
  59. oci/blockchain/blockchain_platform_client.py +27 -27
  60. oci/budget/budget_client.py +10 -10
  61. oci/capacity_management/capacity_management_client.py +19 -19
  62. oci/certificates/certificates_client.py +5 -5
  63. oci/certificates_management/certificates_management_client.py +32 -32
  64. oci/cims/incident_client.py +8 -8
  65. oci/cims/user_client.py +1 -1
  66. oci/cloud_bridge/common_client.py +5 -5
  67. oci/cloud_bridge/discovery_client.py +14 -14
  68. oci/cloud_bridge/inventory_client.py +16 -16
  69. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  70. oci/cloud_guard/cloud_guard_client.py +133 -133
  71. oci/cloud_migrations/migration_client.py +43 -43
  72. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  73. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  74. oci/compute_instance_agent/plugin_client.py +2 -2
  75. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  76. oci/container_engine/container_engine_client.py +44 -44
  77. oci/container_instances/container_instance_client.py +18 -18
  78. oci/core/blockstorage_client.py +60 -60
  79. oci/core/compute_client.py +99 -99
  80. oci/core/compute_management_client.py +32 -32
  81. oci/core/virtual_network_client.py +242 -242
  82. oci/dashboard_service/dashboard_client.py +6 -6
  83. oci/dashboard_service/dashboard_group_client.py +6 -6
  84. oci/data_catalog/data_catalog_client.py +148 -148
  85. oci/data_flow/data_flow_client.py +52 -46
  86. oci/data_flow/models/sql_endpoint.py +42 -3
  87. oci/data_flow/models/sql_endpoint_summary.py +11 -3
  88. oci/data_integration/data_integration_client.py +163 -163
  89. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  90. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  91. oci/data_safe/data_safe_client.py +272 -272
  92. oci/data_science/data_science_client.py +91 -91
  93. oci/data_science/models/instance_configuration.py +37 -2
  94. oci/database/database_client.py +1224 -537
  95. oci/database/database_client_composite_operations.py +204 -0
  96. oci/database/models/__init__.py +12 -0
  97. oci/database/models/autonomous_container_database.py +31 -0
  98. oci/database/models/autonomous_container_database_summary.py +31 -0
  99. oci/database/models/autonomous_database_software_image.py +489 -0
  100. oci/database/models/autonomous_database_software_image_collection.py +72 -0
  101. oci/database/models/autonomous_database_software_image_summary.py +437 -0
  102. oci/database/models/change_autonomous_database_software_image_compartment_details.py +76 -0
  103. oci/database/models/create_autonomous_container_database_details.py +35 -0
  104. oci/database/models/create_autonomous_database_software_image_details.py +267 -0
  105. oci/database/models/maintenance_window.py +33 -2
  106. oci/database/models/update_autonomous_database_software_image_details.py +119 -0
  107. oci/database_management/db_management_client.py +194 -194
  108. oci/database_management/diagnosability_client.py +4 -4
  109. oci/database_management/managed_my_sql_databases_client.py +7 -7
  110. oci/database_management/perfhub_client.py +1 -1
  111. oci/database_management/sql_tuning_client.py +17 -17
  112. oci/database_migration/database_migration_client.py +41 -41
  113. oci/database_migration/models/aws_s3_data_transfer_medium_details.py +29 -2
  114. oci/database_migration/models/data_transfer_medium_details_v2.py +1 -1
  115. oci/database_migration/models/nfs_data_transfer_medium_details.py +29 -2
  116. oci/database_tools/database_tools_client.py +23 -23
  117. oci/desktops/desktop_service_client.py +21 -21
  118. oci/devops/devops_client.py +89 -89
  119. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  120. oci/dns/dns_client.py +52 -52
  121. oci/dts/appliance_export_job_client.py +6 -6
  122. oci/dts/shipping_vendors_client.py +1 -1
  123. oci/dts/transfer_appliance_client.py +8 -8
  124. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  125. oci/dts/transfer_device_client.py +5 -5
  126. oci/dts/transfer_job_client.py +6 -6
  127. oci/dts/transfer_package_client.py +7 -7
  128. oci/em_warehouse/em_data_lake_client.py +13 -13
  129. oci/em_warehouse/em_warehouse_client.py +13 -13
  130. oci/email/email_client.py +26 -26
  131. oci/email_data_plane/email_dp_client.py +2 -2
  132. oci/events/events_client.py +6 -6
  133. oci/file_storage/file_storage_client.py +50 -50
  134. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  135. oci/functions/functions_invoke_client.py +1 -1
  136. oci/functions/functions_management_client.py +16 -16
  137. oci/fusion_apps/data_masking_activity_client.py +3 -3
  138. oci/fusion_apps/fusion_applications_client.py +39 -39
  139. oci/fusion_apps/fusion_environment_client.py +15 -15
  140. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  141. oci/fusion_apps/refresh_activity_client.py +4 -4
  142. oci/fusion_apps/scheduled_activity_client.py +2 -2
  143. oci/fusion_apps/service_attachment_client.py +2 -2
  144. oci/generative_ai/generative_ai_client.py +24 -24
  145. oci/generative_ai/models/dataset.py +1 -1
  146. oci/generative_ai/models/dedicated_ai_cluster.py +34 -3
  147. oci/generative_ai/models/endpoint.py +27 -0
  148. oci/generative_ai/models/model.py +34 -3
  149. oci/generative_ai/models/model_summary.py +7 -3
  150. oci/generative_ai_inference/generative_ai_inference_client.py +101 -3
  151. oci/generative_ai_inference/models/__init__.py +30 -0
  152. oci/generative_ai_inference/models/base_chat_request.py +109 -0
  153. oci/generative_ai_inference/models/base_chat_response.py +109 -0
  154. oci/generative_ai_inference/models/chat_choice.py +161 -0
  155. oci/generative_ai_inference/models/chat_content.py +101 -0
  156. oci/generative_ai_inference/models/chat_details.py +126 -0
  157. oci/generative_ai_inference/models/chat_result.py +130 -0
  158. oci/generative_ai_inference/models/citation.py +165 -0
  159. oci/generative_ai_inference/models/cohere_chat_request.py +443 -0
  160. oci/generative_ai_inference/models/cohere_chat_response.py +272 -0
  161. oci/generative_ai_inference/models/cohere_llm_inference_response.py +1 -1
  162. oci/generative_ai_inference/models/cohere_message.py +119 -0
  163. oci/generative_ai_inference/models/embed_text_details.py +2 -2
  164. oci/generative_ai_inference/models/generic_chat_request.py +474 -0
  165. oci/generative_ai_inference/models/generic_chat_response.py +113 -0
  166. oci/generative_ai_inference/models/llama_llm_inference_request.py +2 -2
  167. oci/generative_ai_inference/models/llama_llm_inference_response.py +1 -1
  168. oci/generative_ai_inference/models/llm_inference_response.py +11 -3
  169. oci/generative_ai_inference/models/message.py +103 -0
  170. oci/generative_ai_inference/models/search_query.py +72 -0
  171. oci/generative_ai_inference/models/text_content.py +82 -0
  172. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  173. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  174. oci/golden_gate/golden_gate_client.py +61 -61
  175. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  176. oci/governance_rules_control_plane/work_request_client.py +5 -5
  177. oci/healthchecks/health_checks_client.py +17 -17
  178. oci/identity/identity_client.py +145 -145
  179. oci/identity_data_plane/dataplane_client.py +2 -2
  180. oci/identity_domains/identity_domains_client.py +300 -300
  181. oci/integration/integration_instance_client.py +15 -15
  182. oci/jms/java_management_service_client.py +66 -66
  183. oci/jms_java_downloads/java_download_client.py +25 -25
  184. oci/key_management/ekm_client.py +5 -5
  185. oci/key_management/kms_crypto_client.py +6 -6
  186. oci/key_management/kms_hsm_cluster_client.py +12 -12
  187. oci/key_management/kms_management_client.py +21 -21
  188. oci/key_management/kms_vault_client.py +14 -14
  189. oci/license_manager/license_manager_client.py +18 -18
  190. oci/limits/limits_client.py +4 -4
  191. oci/limits/quotas_client.py +7 -7
  192. oci/load_balancer/load_balancer_client.py +61 -61
  193. oci/lockbox/lockbox_client.py +23 -23
  194. oci/log_analytics/log_analytics_client.py +193 -193
  195. oci/logging/logging_management_client.py +30 -30
  196. oci/loggingingestion/logging_client.py +1 -1
  197. oci/loggingsearch/log_search_client.py +1 -1
  198. oci/management_agent/management_agent_client.py +28 -28
  199. oci/management_dashboard/dashx_apis_client.py +14 -14
  200. oci/marketplace/account_client.py +2 -2
  201. oci/marketplace/marketplace_client.py +30 -30
  202. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  203. oci/media_services/media_services_client.py +60 -60
  204. oci/media_services/media_stream_client.py +2 -2
  205. oci/monitoring/monitoring_client.py +18 -18
  206. oci/mysql/channels_client.py +7 -7
  207. oci/mysql/db_backups_client.py +6 -6
  208. oci/mysql/db_system_client.py +17 -17
  209. oci/mysql/mysqlaas_client.py +7 -7
  210. oci/mysql/replicas_client.py +5 -5
  211. oci/mysql/work_requests_client.py +4 -4
  212. oci/network_firewall/network_firewall_client.py +80 -80
  213. oci/network_load_balancer/models/__init__.py +2 -0
  214. oci/network_load_balancer/models/backend_set.py +64 -0
  215. oci/network_load_balancer/models/backend_set_details.py +64 -0
  216. oci/network_load_balancer/models/backend_set_summary.py +64 -0
  217. oci/network_load_balancer/models/create_backend_set_details.py +64 -0
  218. oci/network_load_balancer/models/dns_health_checker_details.py +264 -0
  219. oci/network_load_balancer/models/health_checker.py +36 -5
  220. oci/network_load_balancer/models/health_checker_details.py +36 -5
  221. oci/network_load_balancer/models/update_backend_set_details.py +64 -0
  222. oci/network_load_balancer/models/update_health_checker_details.py +36 -5
  223. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  224. oci/nosql/nosql_client.py +24 -24
  225. oci/object_storage/object_storage_client.py +50 -50
  226. oci/oce/oce_instance_client.py +10 -10
  227. oci/oci_control_center/occ_metrics_client.py +3 -3
  228. oci/ocvp/cluster_client.py +5 -5
  229. oci/ocvp/esxi_host_client.py +8 -8
  230. oci/ocvp/sddc_client.py +14 -14
  231. oci/ocvp/work_request_client.py +4 -4
  232. oci/oda/management_client.py +59 -59
  233. oci/oda/oda_client.py +17 -17
  234. oci/oda/odapackage_client.py +7 -7
  235. oci/onesubscription/billing_schedule_client.py +1 -1
  236. oci/onesubscription/commitment_client.py +2 -2
  237. oci/onesubscription/computed_usage_client.py +3 -3
  238. oci/onesubscription/invoice_summary_client.py +2 -2
  239. oci/onesubscription/organization_subscription_client.py +1 -1
  240. oci/onesubscription/ratecard_client.py +1 -1
  241. oci/onesubscription/subscribed_service_client.py +2 -2
  242. oci/onesubscription/subscription_client.py +1 -1
  243. oci/ons/notification_control_plane_client.py +6 -6
  244. oci/ons/notification_data_plane_client.py +10 -10
  245. oci/opa/models/opa_instance.py +7 -3
  246. oci/opa/models/work_request.py +11 -3
  247. oci/opa/models/work_request_summary.py +11 -3
  248. oci/opa/opa_instance_client.py +223 -13
  249. oci/opa/opa_instance_client_composite_operations.py +78 -0
  250. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  251. oci/opensearch/opensearch_cluster_client.py +14 -14
  252. oci/operator_access_control/access_requests_client.py +10 -10
  253. oci/operator_access_control/operator_actions_client.py +2 -2
  254. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  255. oci/operator_access_control/operator_control_client.py +6 -6
  256. oci/opsi/operations_insights_client.py +175 -175
  257. oci/optimizer/optimizer_client.py +26 -26
  258. oci/os_management/event_client.py +8 -8
  259. oci/os_management/os_management_client.py +69 -69
  260. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  261. oci/os_management_hub/managed_instance_client.py +22 -22
  262. oci/os_management_hub/managed_instance_group_client.py +22 -22
  263. oci/os_management_hub/management_station_client.py +8 -8
  264. oci/os_management_hub/onboarding_client.py +5 -5
  265. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  266. oci/os_management_hub/scheduled_job_client.py +6 -6
  267. oci/os_management_hub/software_source_client.py +22 -22
  268. oci/os_management_hub/work_request_client.py +4 -4
  269. oci/osp_gateway/address_rule_service_client.py +1 -1
  270. oci/osp_gateway/address_service_client.py +2 -2
  271. oci/osp_gateway/invoice_service_client.py +5 -5
  272. oci/osp_gateway/subscription_service_client.py +5 -5
  273. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  274. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  275. oci/osub_subscription/commitment_client.py +2 -2
  276. oci/osub_subscription/ratecard_client.py +1 -1
  277. oci/osub_subscription/subscription_client.py +1 -1
  278. oci/osub_usage/computed_usage_client.py +3 -3
  279. oci/psql/postgresql_client.py +33 -33
  280. oci/queue/queue_admin_client.py +11 -11
  281. oci/queue/queue_client.py +8 -8
  282. oci/recovery/database_recovery_client.py +23 -23
  283. oci/redis/models/create_redis_cluster_details.py +31 -0
  284. oci/redis/models/redis_cluster.py +31 -0
  285. oci/redis/models/redis_cluster_summary.py +31 -0
  286. oci/redis/models/update_redis_cluster_details.py +31 -0
  287. oci/redis/redis_cluster_client.py +11 -11
  288. oci/regions_definitions.py +5 -0
  289. oci/resource_manager/resource_manager_client.py +52 -52
  290. oci/resource_search/resource_search_client.py +3 -3
  291. oci/rover/rover_bundle_client.py +8 -8
  292. oci/rover/rover_cluster_client.py +8 -8
  293. oci/rover/rover_entitlement_client.py +6 -6
  294. oci/rover/rover_node_client.py +15 -15
  295. oci/rover/shape_client.py +1 -1
  296. oci/rover/work_requests_client.py +5 -5
  297. oci/sch/connector_plugins_client.py +2 -2
  298. oci/sch/service_connector_client.py +12 -12
  299. oci/secrets/secrets_client.py +3 -3
  300. oci/service_catalog/service_catalog_client.py +26 -26
  301. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  302. oci/service_mesh/service_mesh_client.py +48 -48
  303. oci/stack_monitoring/models/associated_monitored_resource.py +118 -0
  304. oci/stack_monitoring/models/associated_resources_summary.py +118 -0
  305. oci/stack_monitoring/models/create_monitored_resource_type_details.py +118 -0
  306. oci/stack_monitoring/models/discovery_job_log_summary.py +35 -2
  307. oci/stack_monitoring/models/import_oci_telemetry_resources_task_details.py +301 -0
  308. oci/stack_monitoring/models/monitored_resource.py +118 -0
  309. oci/stack_monitoring/models/monitored_resource_member_summary.py +118 -0
  310. oci/stack_monitoring/models/monitored_resource_summary.py +118 -0
  311. oci/stack_monitoring/models/monitored_resource_type.py +118 -0
  312. oci/stack_monitoring/models/monitored_resource_type_summary.py +118 -0
  313. oci/stack_monitoring/models/search_monitored_resources_details.py +184 -0
  314. oci/stack_monitoring/models/update_monitored_resource_type_details.py +118 -0
  315. oci/stack_monitoring/stack_monitoring_client.py +79 -65
  316. oci/streaming/stream_admin_client.py +18 -18
  317. oci/streaming/stream_client.py +8 -8
  318. oci/tenant_manager_control_plane/domain_client.py +5 -5
  319. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  320. oci/tenant_manager_control_plane/governance_client.py +2 -2
  321. oci/tenant_manager_control_plane/link_client.py +3 -3
  322. oci/tenant_manager_control_plane/orders_client.py +2 -2
  323. oci/tenant_manager_control_plane/organization_client.py +10 -10
  324. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  325. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  326. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  327. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  328. oci/threat_intelligence/threatintel_client.py +5 -5
  329. oci/usage/resources_client.py +2 -2
  330. oci/usage/rewards_client.py +6 -6
  331. oci/usage/usagelimits_client.py +1 -1
  332. oci/usage_api/models/__init__.py +12 -0
  333. oci/usage_api/models/create_email_recipients_group_details.py +103 -0
  334. oci/usage_api/models/email_recipient.py +181 -0
  335. oci/usage_api/models/email_recipients_group.py +181 -0
  336. oci/usage_api/models/email_recipients_group_collection.py +72 -0
  337. oci/usage_api/models/email_recipients_group_summary.py +272 -0
  338. oci/usage_api/models/update_email_recipients_group_details.py +72 -0
  339. oci/usage_api/usageapi_client.py +656 -34
  340. oci/usage_api/usageapi_client_composite_operations.py +96 -0
  341. oci/vault/vaults_client.py +13 -13
  342. oci/vbs_inst/vbs_instance_client.py +10 -10
  343. oci/version.py +1 -1
  344. oci/visual_builder/vb_instance_client.py +13 -13
  345. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  346. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  347. oci/waa/waa_client.py +13 -13
  348. oci/waa/work_request_client.py +4 -4
  349. oci/waas/redirect_client.py +6 -6
  350. oci/waas/waas_client.py +66 -66
  351. oci/waf/waf_client.py +24 -24
  352. oci/work_requests/work_request_client.py +4 -4
  353. {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/METADATA +1 -1
  354. {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/RECORD +358 -318
  355. {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/LICENSE.txt +0 -0
  356. {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  357. {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/WHEEL +0 -0
  358. {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/top_level.txt +0 -0
@@ -164,7 +164,7 @@ class ComputeClient(object):
164
164
  :rtype: :class:`~oci.response.Response`
165
165
 
166
166
  :example:
167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/accept_shielded_integrity_policy.py.html>`__ to see an example of how to use accept_shielded_integrity_policy API.
167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/accept_shielded_integrity_policy.py.html>`__ to see an example of how to use accept_shielded_integrity_policy API.
168
168
  """
169
169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
170
170
  required_arguments = ['instanceId']
@@ -268,7 +268,7 @@ class ComputeClient(object):
268
268
  :rtype: :class:`~oci.response.Response`
269
269
 
270
270
  :example:
271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/add_image_shape_compatibility_entry.py.html>`__ to see an example of how to use add_image_shape_compatibility_entry API.
271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/add_image_shape_compatibility_entry.py.html>`__ to see an example of how to use add_image_shape_compatibility_entry API.
272
272
  """
273
273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
274
274
  required_arguments = ['imageId', 'shapeName']
@@ -369,7 +369,7 @@ class ComputeClient(object):
369
369
  :rtype: :class:`~oci.response.Response`
370
370
 
371
371
  :example:
372
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/attach_boot_volume.py.html>`__ to see an example of how to use attach_boot_volume API.
372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/attach_boot_volume.py.html>`__ to see an example of how to use attach_boot_volume API.
373
373
  """
374
374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
375
375
  required_arguments = []
@@ -464,7 +464,7 @@ class ComputeClient(object):
464
464
  :rtype: :class:`~oci.response.Response`
465
465
 
466
466
  :example:
467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/attach_vnic.py.html>`__ to see an example of how to use attach_vnic API.
467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/attach_vnic.py.html>`__ to see an example of how to use attach_vnic API.
468
468
  """
469
469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
470
470
  required_arguments = []
@@ -555,7 +555,7 @@ class ComputeClient(object):
555
555
  :rtype: :class:`~oci.response.Response`
556
556
 
557
557
  :example:
558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/attach_volume.py.html>`__ to see an example of how to use attach_volume API.
558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/attach_volume.py.html>`__ to see an example of how to use attach_volume API.
559
559
  """
560
560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
561
561
  required_arguments = []
@@ -662,7 +662,7 @@ class ComputeClient(object):
662
662
  :rtype: :class:`~oci.response.Response`
663
663
 
664
664
  :example:
665
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/capture_console_history.py.html>`__ to see an example of how to use capture_console_history API.
665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/capture_console_history.py.html>`__ to see an example of how to use capture_console_history API.
666
666
  """
667
667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
668
668
  required_arguments = []
@@ -769,7 +769,7 @@ class ComputeClient(object):
769
769
  :rtype: :class:`~oci.response.Response`
770
770
 
771
771
  :example:
772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/change_compute_capacity_reservation_compartment.py.html>`__ to see an example of how to use change_compute_capacity_reservation_compartment API.
772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/change_compute_capacity_reservation_compartment.py.html>`__ to see an example of how to use change_compute_capacity_reservation_compartment API.
773
773
  """
774
774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
775
775
  required_arguments = ['capacityReservationId']
@@ -891,7 +891,7 @@ class ComputeClient(object):
891
891
  :rtype: :class:`~oci.response.Response`
892
892
 
893
893
  :example:
894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/change_compute_capacity_topology_compartment.py.html>`__ to see an example of how to use change_compute_capacity_topology_compartment API.
894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/change_compute_capacity_topology_compartment.py.html>`__ to see an example of how to use change_compute_capacity_topology_compartment API.
895
895
  """
896
896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
897
897
  required_arguments = ['computeCapacityTopologyId']
@@ -1022,7 +1022,7 @@ class ComputeClient(object):
1022
1022
  :rtype: :class:`~oci.response.Response`
1023
1023
 
1024
1024
  :example:
1025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/change_compute_cluster_compartment.py.html>`__ to see an example of how to use change_compute_cluster_compartment API.
1025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/change_compute_cluster_compartment.py.html>`__ to see an example of how to use change_compute_cluster_compartment API.
1026
1026
  """
1027
1027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1028
1028
  required_arguments = ['computeClusterId']
@@ -1143,7 +1143,7 @@ class ComputeClient(object):
1143
1143
  :rtype: :class:`~oci.response.Response`
1144
1144
 
1145
1145
  :example:
1146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/change_compute_image_capability_schema_compartment.py.html>`__ to see an example of how to use change_compute_image_capability_schema_compartment API.
1146
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/change_compute_image_capability_schema_compartment.py.html>`__ to see an example of how to use change_compute_image_capability_schema_compartment API.
1147
1147
  """
1148
1148
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1149
1149
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -1262,7 +1262,7 @@ class ComputeClient(object):
1262
1262
  :rtype: :class:`~oci.response.Response`
1263
1263
 
1264
1264
  :example:
1265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/change_dedicated_vm_host_compartment.py.html>`__ to see an example of how to use change_dedicated_vm_host_compartment API.
1265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/change_dedicated_vm_host_compartment.py.html>`__ to see an example of how to use change_dedicated_vm_host_compartment API.
1266
1266
  """
1267
1267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1268
1268
  required_arguments = ['dedicatedVmHostId']
@@ -1385,7 +1385,7 @@ class ComputeClient(object):
1385
1385
  :rtype: :class:`~oci.response.Response`
1386
1386
 
1387
1387
  :example:
1388
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/change_image_compartment.py.html>`__ to see an example of how to use change_image_compartment API.
1388
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/change_image_compartment.py.html>`__ to see an example of how to use change_image_compartment API.
1389
1389
  """
1390
1390
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1391
1391
  required_arguments = ['imageId']
@@ -1513,7 +1513,7 @@ class ComputeClient(object):
1513
1513
  :rtype: :class:`~oci.response.Response`
1514
1514
 
1515
1515
  :example:
1516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/change_instance_compartment.py.html>`__ to see an example of how to use change_instance_compartment API.
1516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/change_instance_compartment.py.html>`__ to see an example of how to use change_instance_compartment API.
1517
1517
  """
1518
1518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1519
1519
  required_arguments = ['instanceId']
@@ -1618,7 +1618,7 @@ class ComputeClient(object):
1618
1618
  :rtype: :class:`~oci.response.Response`
1619
1619
 
1620
1620
  :example:
1621
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/create_app_catalog_subscription.py.html>`__ to see an example of how to use create_app_catalog_subscription API.
1621
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/create_app_catalog_subscription.py.html>`__ to see an example of how to use create_app_catalog_subscription API.
1622
1622
  """
1623
1623
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1624
1624
  required_arguments = []
@@ -1720,7 +1720,7 @@ class ComputeClient(object):
1720
1720
  :rtype: :class:`~oci.response.Response`
1721
1721
 
1722
1722
  :example:
1723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/create_compute_capacity_report.py.html>`__ to see an example of how to use create_compute_capacity_report API.
1723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/create_compute_capacity_report.py.html>`__ to see an example of how to use create_compute_capacity_report API.
1724
1724
  """
1725
1725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1726
1726
  required_arguments = []
@@ -1827,7 +1827,7 @@ class ComputeClient(object):
1827
1827
  :rtype: :class:`~oci.response.Response`
1828
1828
 
1829
1829
  :example:
1830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/create_compute_capacity_reservation.py.html>`__ to see an example of how to use create_compute_capacity_reservation API.
1830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/create_compute_capacity_reservation.py.html>`__ to see an example of how to use create_compute_capacity_reservation API.
1831
1831
  """
1832
1832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1833
1833
  required_arguments = []
@@ -1929,7 +1929,7 @@ class ComputeClient(object):
1929
1929
  :rtype: :class:`~oci.response.Response`
1930
1930
 
1931
1931
  :example:
1932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/create_compute_capacity_topology.py.html>`__ to see an example of how to use create_compute_capacity_topology API.
1932
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/create_compute_capacity_topology.py.html>`__ to see an example of how to use create_compute_capacity_topology API.
1933
1933
  """
1934
1934
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1935
1935
  required_arguments = []
@@ -2055,7 +2055,7 @@ class ComputeClient(object):
2055
2055
  :rtype: :class:`~oci.response.Response`
2056
2056
 
2057
2057
  :example:
2058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/create_compute_cluster.py.html>`__ to see an example of how to use create_compute_cluster API.
2058
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/create_compute_cluster.py.html>`__ to see an example of how to use create_compute_cluster API.
2059
2059
  """
2060
2060
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2061
2061
  required_arguments = []
@@ -2148,7 +2148,7 @@ class ComputeClient(object):
2148
2148
  :rtype: :class:`~oci.response.Response`
2149
2149
 
2150
2150
  :example:
2151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/create_compute_image_capability_schema.py.html>`__ to see an example of how to use create_compute_image_capability_schema API.
2151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/create_compute_image_capability_schema.py.html>`__ to see an example of how to use create_compute_image_capability_schema API.
2152
2152
  """
2153
2153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2154
2154
  required_arguments = []
@@ -2250,7 +2250,7 @@ class ComputeClient(object):
2250
2250
  :rtype: :class:`~oci.response.Response`
2251
2251
 
2252
2252
  :example:
2253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/create_dedicated_vm_host.py.html>`__ to see an example of how to use create_dedicated_vm_host API.
2253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/create_dedicated_vm_host.py.html>`__ to see an example of how to use create_dedicated_vm_host API.
2254
2254
  """
2255
2255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2256
2256
  required_arguments = []
@@ -2370,7 +2370,7 @@ class ComputeClient(object):
2370
2370
  :rtype: :class:`~oci.response.Response`
2371
2371
 
2372
2372
  :example:
2373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/create_image.py.html>`__ to see an example of how to use create_image API.
2373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/create_image.py.html>`__ to see an example of how to use create_image API.
2374
2374
  """
2375
2375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2376
2376
  required_arguments = []
@@ -2469,7 +2469,7 @@ class ComputeClient(object):
2469
2469
  :rtype: :class:`~oci.response.Response`
2470
2470
 
2471
2471
  :example:
2472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/create_instance_console_connection.py.html>`__ to see an example of how to use create_instance_console_connection API.
2472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/create_instance_console_connection.py.html>`__ to see an example of how to use create_instance_console_connection API.
2473
2473
  """
2474
2474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2475
2475
  required_arguments = []
@@ -2561,7 +2561,7 @@ class ComputeClient(object):
2561
2561
  :rtype: :class:`~oci.response.Response`
2562
2562
 
2563
2563
  :example:
2564
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/delete_app_catalog_subscription.py.html>`__ to see an example of how to use delete_app_catalog_subscription API.
2564
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/delete_app_catalog_subscription.py.html>`__ to see an example of how to use delete_app_catalog_subscription API.
2565
2565
  """
2566
2566
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2567
2567
  required_arguments = ['listingId', 'compartmentId', 'resourceVersion']
@@ -2651,7 +2651,7 @@ class ComputeClient(object):
2651
2651
  :rtype: :class:`~oci.response.Response`
2652
2652
 
2653
2653
  :example:
2654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/delete_compute_capacity_reservation.py.html>`__ to see an example of how to use delete_compute_capacity_reservation API.
2654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/delete_compute_capacity_reservation.py.html>`__ to see an example of how to use delete_compute_capacity_reservation API.
2655
2655
  """
2656
2656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2657
2657
  required_arguments = ['capacityReservationId']
@@ -2755,7 +2755,7 @@ class ComputeClient(object):
2755
2755
  :rtype: :class:`~oci.response.Response`
2756
2756
 
2757
2757
  :example:
2758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/delete_compute_capacity_topology.py.html>`__ to see an example of how to use delete_compute_capacity_topology API.
2758
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/delete_compute_capacity_topology.py.html>`__ to see an example of how to use delete_compute_capacity_topology API.
2759
2759
  """
2760
2760
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2761
2761
  required_arguments = ['computeCapacityTopologyId']
@@ -2870,7 +2870,7 @@ class ComputeClient(object):
2870
2870
  :rtype: :class:`~oci.response.Response`
2871
2871
 
2872
2872
  :example:
2873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/delete_compute_cluster.py.html>`__ to see an example of how to use delete_compute_cluster API.
2873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/delete_compute_cluster.py.html>`__ to see an example of how to use delete_compute_cluster API.
2874
2874
  """
2875
2875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2876
2876
  required_arguments = ['computeClusterId']
@@ -2968,7 +2968,7 @@ class ComputeClient(object):
2968
2968
  :rtype: :class:`~oci.response.Response`
2969
2969
 
2970
2970
  :example:
2971
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/delete_compute_image_capability_schema.py.html>`__ to see an example of how to use delete_compute_image_capability_schema API.
2971
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/delete_compute_image_capability_schema.py.html>`__ to see an example of how to use delete_compute_image_capability_schema API.
2972
2972
  """
2973
2973
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2974
2974
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -3064,7 +3064,7 @@ class ComputeClient(object):
3064
3064
  :rtype: :class:`~oci.response.Response`
3065
3065
 
3066
3066
  :example:
3067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
3067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
3068
3068
  """
3069
3069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3070
3070
  required_arguments = ['instanceConsoleHistoryId']
@@ -3162,7 +3162,7 @@ class ComputeClient(object):
3162
3162
  :rtype: :class:`~oci.response.Response`
3163
3163
 
3164
3164
  :example:
3165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/delete_dedicated_vm_host.py.html>`__ to see an example of how to use delete_dedicated_vm_host API.
3165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/delete_dedicated_vm_host.py.html>`__ to see an example of how to use delete_dedicated_vm_host API.
3166
3166
  """
3167
3167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3168
3168
  required_arguments = ['dedicatedVmHostId']
@@ -3260,7 +3260,7 @@ class ComputeClient(object):
3260
3260
  :rtype: :class:`~oci.response.Response`
3261
3261
 
3262
3262
  :example:
3263
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/delete_image.py.html>`__ to see an example of how to use delete_image API.
3263
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/delete_image.py.html>`__ to see an example of how to use delete_image API.
3264
3264
  """
3265
3265
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3266
3266
  required_arguments = ['imageId']
@@ -3356,7 +3356,7 @@ class ComputeClient(object):
3356
3356
  :rtype: :class:`~oci.response.Response`
3357
3357
 
3358
3358
  :example:
3359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/delete_instance_console_connection.py.html>`__ to see an example of how to use delete_instance_console_connection API.
3359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/delete_instance_console_connection.py.html>`__ to see an example of how to use delete_instance_console_connection API.
3360
3360
  """
3361
3361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3362
3362
  required_arguments = ['instanceConsoleConnectionId']
@@ -3455,7 +3455,7 @@ class ComputeClient(object):
3455
3455
  :rtype: :class:`~oci.response.Response`
3456
3456
 
3457
3457
  :example:
3458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/detach_boot_volume.py.html>`__ to see an example of how to use detach_boot_volume API.
3458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/detach_boot_volume.py.html>`__ to see an example of how to use detach_boot_volume API.
3459
3459
  """
3460
3460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3461
3461
  required_arguments = ['bootVolumeAttachmentId']
@@ -3562,7 +3562,7 @@ class ComputeClient(object):
3562
3562
  :rtype: :class:`~oci.response.Response`
3563
3563
 
3564
3564
  :example:
3565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/detach_vnic.py.html>`__ to see an example of how to use detach_vnic API.
3565
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/detach_vnic.py.html>`__ to see an example of how to use detach_vnic API.
3566
3566
  """
3567
3567
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3568
3568
  required_arguments = ['vnicAttachmentId']
@@ -3661,7 +3661,7 @@ class ComputeClient(object):
3661
3661
  :rtype: :class:`~oci.response.Response`
3662
3662
 
3663
3663
  :example:
3664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/detach_volume.py.html>`__ to see an example of how to use detach_volume API.
3664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/detach_volume.py.html>`__ to see an example of how to use detach_volume API.
3665
3665
  """
3666
3666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3667
3667
  required_arguments = ['volumeAttachmentId']
@@ -3783,7 +3783,7 @@ class ComputeClient(object):
3783
3783
  :rtype: :class:`~oci.response.Response`
3784
3784
 
3785
3785
  :example:
3786
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/export_image.py.html>`__ to see an example of how to use export_image API.
3786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/export_image.py.html>`__ to see an example of how to use export_image API.
3787
3787
  """
3788
3788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3789
3789
  required_arguments = ['imageId']
@@ -3883,7 +3883,7 @@ class ComputeClient(object):
3883
3883
  :rtype: :class:`~oci.response.Response`
3884
3884
 
3885
3885
  :example:
3886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_app_catalog_listing.py.html>`__ to see an example of how to use get_app_catalog_listing API.
3886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_app_catalog_listing.py.html>`__ to see an example of how to use get_app_catalog_listing API.
3887
3887
  """
3888
3888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3889
3889
  required_arguments = ['listingId']
@@ -3974,7 +3974,7 @@ class ComputeClient(object):
3974
3974
  :rtype: :class:`~oci.response.Response`
3975
3975
 
3976
3976
  :example:
3977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_app_catalog_listing_agreements.py.html>`__ to see an example of how to use get_app_catalog_listing_agreements API.
3977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_app_catalog_listing_agreements.py.html>`__ to see an example of how to use get_app_catalog_listing_agreements API.
3978
3978
  """
3979
3979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3980
3980
  required_arguments = ['listingId', 'resourceVersion']
@@ -4066,7 +4066,7 @@ class ComputeClient(object):
4066
4066
  :rtype: :class:`~oci.response.Response`
4067
4067
 
4068
4068
  :example:
4069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_app_catalog_listing_resource_version.py.html>`__ to see an example of how to use get_app_catalog_listing_resource_version API.
4069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_app_catalog_listing_resource_version.py.html>`__ to see an example of how to use get_app_catalog_listing_resource_version API.
4070
4070
  """
4071
4071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4072
4072
  required_arguments = ['listingId', 'resourceVersion']
@@ -4155,7 +4155,7 @@ class ComputeClient(object):
4155
4155
  :rtype: :class:`~oci.response.Response`
4156
4156
 
4157
4157
  :example:
4158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_boot_volume_attachment.py.html>`__ to see an example of how to use get_boot_volume_attachment API.
4158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_boot_volume_attachment.py.html>`__ to see an example of how to use get_boot_volume_attachment API.
4159
4159
  """
4160
4160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4161
4161
  required_arguments = ['bootVolumeAttachmentId']
@@ -4245,7 +4245,7 @@ class ComputeClient(object):
4245
4245
  :rtype: :class:`~oci.response.Response`
4246
4246
 
4247
4247
  :example:
4248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_compute_capacity_reservation.py.html>`__ to see an example of how to use get_compute_capacity_reservation API.
4248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_compute_capacity_reservation.py.html>`__ to see an example of how to use get_compute_capacity_reservation API.
4249
4249
  """
4250
4250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4251
4251
  required_arguments = ['capacityReservationId']
@@ -4344,7 +4344,7 @@ class ComputeClient(object):
4344
4344
  :rtype: :class:`~oci.response.Response`
4345
4345
 
4346
4346
  :example:
4347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_compute_capacity_topology.py.html>`__ to see an example of how to use get_compute_capacity_topology API.
4347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_compute_capacity_topology.py.html>`__ to see an example of how to use get_compute_capacity_topology API.
4348
4348
  """
4349
4349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4350
4350
  required_arguments = ['computeCapacityTopologyId']
@@ -4451,7 +4451,7 @@ class ComputeClient(object):
4451
4451
  :rtype: :class:`~oci.response.Response`
4452
4452
 
4453
4453
  :example:
4454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_compute_cluster.py.html>`__ to see an example of how to use get_compute_cluster API.
4454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_compute_cluster.py.html>`__ to see an example of how to use get_compute_cluster API.
4455
4455
  """
4456
4456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4457
4457
  required_arguments = ['computeClusterId']
@@ -4546,7 +4546,7 @@ class ComputeClient(object):
4546
4546
  :rtype: :class:`~oci.response.Response`
4547
4547
 
4548
4548
  :example:
4549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_compute_global_image_capability_schema.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema API.
4549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_compute_global_image_capability_schema.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema API.
4550
4550
  """
4551
4551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4552
4552
  required_arguments = ['computeGlobalImageCapabilitySchemaId']
@@ -4639,7 +4639,7 @@ class ComputeClient(object):
4639
4639
  :rtype: :class:`~oci.response.Response`
4640
4640
 
4641
4641
  :example:
4642
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_compute_global_image_capability_schema_version.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema_version API.
4642
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_compute_global_image_capability_schema_version.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema_version API.
4643
4643
  """
4644
4644
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4645
4645
  required_arguments = ['computeGlobalImageCapabilitySchemaId', 'computeGlobalImageCapabilitySchemaVersionName']
@@ -4731,7 +4731,7 @@ class ComputeClient(object):
4731
4731
  :rtype: :class:`~oci.response.Response`
4732
4732
 
4733
4733
  :example:
4734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_compute_image_capability_schema.py.html>`__ to see an example of how to use get_compute_image_capability_schema API.
4734
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_compute_image_capability_schema.py.html>`__ to see an example of how to use get_compute_image_capability_schema API.
4735
4735
  """
4736
4736
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4737
4737
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -4833,7 +4833,7 @@ class ComputeClient(object):
4833
4833
  :rtype: :class:`~oci.response.Response`
4834
4834
 
4835
4835
  :example:
4836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
4836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
4837
4837
  """
4838
4838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4839
4839
  required_arguments = ['instanceConsoleHistoryId']
@@ -4927,7 +4927,7 @@ class ComputeClient(object):
4927
4927
  :rtype: :class:`~oci.response.Response`
4928
4928
 
4929
4929
  :example:
4930
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
4930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
4931
4931
  """
4932
4932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4933
4933
  required_arguments = ['instanceConsoleHistoryId']
@@ -5031,7 +5031,7 @@ class ComputeClient(object):
5031
5031
  :rtype: :class:`~oci.response.Response`
5032
5032
 
5033
5033
  :example:
5034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_dedicated_vm_host.py.html>`__ to see an example of how to use get_dedicated_vm_host API.
5034
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_dedicated_vm_host.py.html>`__ to see an example of how to use get_dedicated_vm_host API.
5035
5035
  """
5036
5036
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5037
5037
  required_arguments = ['dedicatedVmHostId']
@@ -5126,7 +5126,7 @@ class ComputeClient(object):
5126
5126
  :rtype: :class:`~oci.response.Response`
5127
5127
 
5128
5128
  :example:
5129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_image.py.html>`__ to see an example of how to use get_image API.
5129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_image.py.html>`__ to see an example of how to use get_image API.
5130
5130
  """
5131
5131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5132
5132
  required_arguments = ['imageId']
@@ -5223,7 +5223,7 @@ class ComputeClient(object):
5223
5223
  :rtype: :class:`~oci.response.Response`
5224
5224
 
5225
5225
  :example:
5226
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_image_shape_compatibility_entry.py.html>`__ to see an example of how to use get_image_shape_compatibility_entry API.
5226
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_image_shape_compatibility_entry.py.html>`__ to see an example of how to use get_image_shape_compatibility_entry API.
5227
5227
  """
5228
5228
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5229
5229
  required_arguments = ['imageId', 'shapeName']
@@ -5324,7 +5324,7 @@ class ComputeClient(object):
5324
5324
  :rtype: :class:`~oci.response.Response`
5325
5325
 
5326
5326
  :example:
5327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_instance.py.html>`__ to see an example of how to use get_instance API.
5327
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_instance.py.html>`__ to see an example of how to use get_instance API.
5328
5328
  """
5329
5329
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5330
5330
  required_arguments = ['instanceId']
@@ -5410,7 +5410,7 @@ class ComputeClient(object):
5410
5410
  :rtype: :class:`~oci.response.Response`
5411
5411
 
5412
5412
  :example:
5413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_instance_console_connection.py.html>`__ to see an example of how to use get_instance_console_connection API.
5413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_instance_console_connection.py.html>`__ to see an example of how to use get_instance_console_connection API.
5414
5414
  """
5415
5415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5416
5416
  required_arguments = ['instanceConsoleConnectionId']
@@ -5505,7 +5505,7 @@ class ComputeClient(object):
5505
5505
  :rtype: :class:`~oci.response.Response`
5506
5506
 
5507
5507
  :example:
5508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_instance_maintenance_reboot.py.html>`__ to see an example of how to use get_instance_maintenance_reboot API.
5508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_instance_maintenance_reboot.py.html>`__ to see an example of how to use get_instance_maintenance_reboot API.
5509
5509
  """
5510
5510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5511
5511
  required_arguments = ['instanceId']
@@ -5604,7 +5604,7 @@ class ComputeClient(object):
5604
5604
  :rtype: :class:`~oci.response.Response`
5605
5605
 
5606
5606
  :example:
5607
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_measured_boot_report.py.html>`__ to see an example of how to use get_measured_boot_report API.
5607
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_measured_boot_report.py.html>`__ to see an example of how to use get_measured_boot_report API.
5608
5608
  """
5609
5609
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5610
5610
  required_arguments = ['instanceId']
@@ -5697,7 +5697,7 @@ class ComputeClient(object):
5697
5697
  :rtype: :class:`~oci.response.Response`
5698
5698
 
5699
5699
  :example:
5700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_vnic_attachment.py.html>`__ to see an example of how to use get_vnic_attachment API.
5700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_vnic_attachment.py.html>`__ to see an example of how to use get_vnic_attachment API.
5701
5701
  """
5702
5702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5703
5703
  required_arguments = ['vnicAttachmentId']
@@ -5783,7 +5783,7 @@ class ComputeClient(object):
5783
5783
  :rtype: :class:`~oci.response.Response`
5784
5784
 
5785
5785
  :example:
5786
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_volume_attachment.py.html>`__ to see an example of how to use get_volume_attachment API.
5786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_volume_attachment.py.html>`__ to see an example of how to use get_volume_attachment API.
5787
5787
  """
5788
5788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5789
5789
  required_arguments = ['volumeAttachmentId']
@@ -5872,7 +5872,7 @@ class ComputeClient(object):
5872
5872
  :rtype: :class:`~oci.response.Response`
5873
5873
 
5874
5874
  :example:
5875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/get_windows_instance_initial_credentials.py.html>`__ to see an example of how to use get_windows_instance_initial_credentials API.
5875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/get_windows_instance_initial_credentials.py.html>`__ to see an example of how to use get_windows_instance_initial_credentials API.
5876
5876
  """
5877
5877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5878
5878
  required_arguments = ['instanceId']
@@ -6026,7 +6026,7 @@ class ComputeClient(object):
6026
6026
  :rtype: :class:`~oci.response.Response`
6027
6027
 
6028
6028
  :example:
6029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/instance_action.py.html>`__ to see an example of how to use instance_action API.
6029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/instance_action.py.html>`__ to see an example of how to use instance_action API.
6030
6030
  """
6031
6031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6032
6032
  required_arguments = ['instanceId', 'action']
@@ -6186,7 +6186,7 @@ class ComputeClient(object):
6186
6186
  :rtype: :class:`~oci.response.Response`
6187
6187
 
6188
6188
  :example:
6189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/launch_instance.py.html>`__ to see an example of how to use launch_instance API.
6189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/launch_instance.py.html>`__ to see an example of how to use launch_instance API.
6190
6190
  """
6191
6191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6192
6192
  required_arguments = []
@@ -6292,7 +6292,7 @@ class ComputeClient(object):
6292
6292
  :rtype: :class:`~oci.response.Response`
6293
6293
 
6294
6294
  :example:
6295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_app_catalog_listing_resource_versions.py.html>`__ to see an example of how to use list_app_catalog_listing_resource_versions API.
6295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_app_catalog_listing_resource_versions.py.html>`__ to see an example of how to use list_app_catalog_listing_resource_versions API.
6296
6296
  """
6297
6297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6298
6298
  required_arguments = ['listingId']
@@ -6431,7 +6431,7 @@ class ComputeClient(object):
6431
6431
  :rtype: :class:`~oci.response.Response`
6432
6432
 
6433
6433
  :example:
6434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_app_catalog_listings.py.html>`__ to see an example of how to use list_app_catalog_listings API.
6434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_app_catalog_listings.py.html>`__ to see an example of how to use list_app_catalog_listings API.
6435
6435
  """
6436
6436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6437
6437
  required_arguments = []
@@ -6575,7 +6575,7 @@ class ComputeClient(object):
6575
6575
  :rtype: :class:`~oci.response.Response`
6576
6576
 
6577
6577
  :example:
6578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_app_catalog_subscriptions.py.html>`__ to see an example of how to use list_app_catalog_subscriptions API.
6578
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_app_catalog_subscriptions.py.html>`__ to see an example of how to use list_app_catalog_subscriptions API.
6579
6579
  """
6580
6580
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6581
6581
  required_arguments = ['compartmentId']
@@ -6716,7 +6716,7 @@ class ComputeClient(object):
6716
6716
  :rtype: :class:`~oci.response.Response`
6717
6717
 
6718
6718
  :example:
6719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_boot_volume_attachments.py.html>`__ to see an example of how to use list_boot_volume_attachments API.
6719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_boot_volume_attachments.py.html>`__ to see an example of how to use list_boot_volume_attachments API.
6720
6720
  """
6721
6721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6722
6722
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -6858,7 +6858,7 @@ class ComputeClient(object):
6858
6858
  :rtype: :class:`~oci.response.Response`
6859
6859
 
6860
6860
  :example:
6861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_capacity_reservation_instance_shapes.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instance_shapes API.
6861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_capacity_reservation_instance_shapes.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instance_shapes API.
6862
6862
  """
6863
6863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6864
6864
  required_arguments = ['compartmentId']
@@ -7020,7 +7020,7 @@ class ComputeClient(object):
7020
7020
  :rtype: :class:`~oci.response.Response`
7021
7021
 
7022
7022
  :example:
7023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_capacity_reservation_instances.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instances API.
7023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_capacity_reservation_instances.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instances API.
7024
7024
  """
7025
7025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7026
7026
  required_arguments = ['capacityReservationId']
@@ -7201,7 +7201,7 @@ class ComputeClient(object):
7201
7201
  :rtype: :class:`~oci.response.Response`
7202
7202
 
7203
7203
  :example:
7204
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_capacity_reservations.py.html>`__ to see an example of how to use list_compute_capacity_reservations API.
7204
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_capacity_reservations.py.html>`__ to see an example of how to use list_compute_capacity_reservations API.
7205
7205
  """
7206
7206
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7207
7207
  required_arguments = ['compartmentId']
@@ -7373,7 +7373,7 @@ class ComputeClient(object):
7373
7373
  :rtype: :class:`~oci.response.Response`
7374
7374
 
7375
7375
  :example:
7376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_capacity_topologies.py.html>`__ to see an example of how to use list_compute_capacity_topologies API.
7376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_capacity_topologies.py.html>`__ to see an example of how to use list_compute_capacity_topologies API.
7377
7377
  """
7378
7378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7379
7379
  required_arguments = ['compartmentId']
@@ -7554,7 +7554,7 @@ class ComputeClient(object):
7554
7554
  :rtype: :class:`~oci.response.Response`
7555
7555
 
7556
7556
  :example:
7557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_capacity_topology_compute_bare_metal_hosts.py.html>`__ to see an example of how to use list_compute_capacity_topology_compute_bare_metal_hosts API.
7557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_capacity_topology_compute_bare_metal_hosts.py.html>`__ to see an example of how to use list_compute_capacity_topology_compute_bare_metal_hosts API.
7558
7558
  """
7559
7559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7560
7560
  required_arguments = ['computeCapacityTopologyId']
@@ -7737,7 +7737,7 @@ class ComputeClient(object):
7737
7737
  :rtype: :class:`~oci.response.Response`
7738
7738
 
7739
7739
  :example:
7740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_capacity_topology_compute_hpc_islands.py.html>`__ to see an example of how to use list_compute_capacity_topology_compute_hpc_islands API.
7740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_capacity_topology_compute_hpc_islands.py.html>`__ to see an example of how to use list_compute_capacity_topology_compute_hpc_islands API.
7741
7741
  """
7742
7742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7743
7743
  required_arguments = ['computeCapacityTopologyId']
@@ -7919,7 +7919,7 @@ class ComputeClient(object):
7919
7919
  :rtype: :class:`~oci.response.Response`
7920
7920
 
7921
7921
  :example:
7922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_capacity_topology_compute_network_blocks.py.html>`__ to see an example of how to use list_compute_capacity_topology_compute_network_blocks API.
7922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_capacity_topology_compute_network_blocks.py.html>`__ to see an example of how to use list_compute_capacity_topology_compute_network_blocks API.
7923
7923
  """
7924
7924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7925
7925
  required_arguments = ['computeCapacityTopologyId']
@@ -8099,7 +8099,7 @@ class ComputeClient(object):
8099
8099
  :rtype: :class:`~oci.response.Response`
8100
8100
 
8101
8101
  :example:
8102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_clusters.py.html>`__ to see an example of how to use list_compute_clusters API.
8102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_clusters.py.html>`__ to see an example of how to use list_compute_clusters API.
8103
8103
  """
8104
8104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8105
8105
  required_arguments = ['compartmentId']
@@ -8252,7 +8252,7 @@ class ComputeClient(object):
8252
8252
  :rtype: :class:`~oci.response.Response`
8253
8253
 
8254
8254
  :example:
8255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_global_image_capability_schema_versions.py.html>`__ to see an example of how to use list_compute_global_image_capability_schema_versions API.
8255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_global_image_capability_schema_versions.py.html>`__ to see an example of how to use list_compute_global_image_capability_schema_versions API.
8256
8256
  """
8257
8257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8258
8258
  required_arguments = ['computeGlobalImageCapabilitySchemaId']
@@ -8411,7 +8411,7 @@ class ComputeClient(object):
8411
8411
  :rtype: :class:`~oci.response.Response`
8412
8412
 
8413
8413
  :example:
8414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_global_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_global_image_capability_schemas API.
8414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_global_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_global_image_capability_schemas API.
8415
8415
  """
8416
8416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8417
8417
  required_arguments = []
@@ -8565,7 +8565,7 @@ class ComputeClient(object):
8565
8565
  :rtype: :class:`~oci.response.Response`
8566
8566
 
8567
8567
  :example:
8568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_compute_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_image_capability_schemas API.
8568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_compute_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_image_capability_schemas API.
8569
8569
  """
8570
8570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8571
8571
  required_arguments = []
@@ -8729,7 +8729,7 @@ class ComputeClient(object):
8729
8729
  :rtype: :class:`~oci.response.Response`
8730
8730
 
8731
8731
  :example:
8732
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
8732
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
8733
8733
  """
8734
8734
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8735
8735
  required_arguments = ['compartmentId']
@@ -8880,7 +8880,7 @@ class ComputeClient(object):
8880
8880
  :rtype: :class:`~oci.response.Response`
8881
8881
 
8882
8882
  :example:
8883
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_dedicated_vm_host_instance_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_instance_shapes API.
8883
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_dedicated_vm_host_instance_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_instance_shapes API.
8884
8884
  """
8885
8885
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8886
8886
  required_arguments = ['compartmentId']
@@ -9024,7 +9024,7 @@ class ComputeClient(object):
9024
9024
  :rtype: :class:`~oci.response.Response`
9025
9025
 
9026
9026
  :example:
9027
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_dedicated_vm_host_instances.py.html>`__ to see an example of how to use list_dedicated_vm_host_instances API.
9027
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_dedicated_vm_host_instances.py.html>`__ to see an example of how to use list_dedicated_vm_host_instances API.
9028
9028
  """
9029
9029
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9030
9030
  required_arguments = ['dedicatedVmHostId', 'compartmentId']
@@ -9178,7 +9178,7 @@ class ComputeClient(object):
9178
9178
  :rtype: :class:`~oci.response.Response`
9179
9179
 
9180
9180
  :example:
9181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_dedicated_vm_host_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_shapes API.
9181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_dedicated_vm_host_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_shapes API.
9182
9182
  """
9183
9183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9184
9184
  required_arguments = ['compartmentId']
@@ -9339,7 +9339,7 @@ class ComputeClient(object):
9339
9339
  :rtype: :class:`~oci.response.Response`
9340
9340
 
9341
9341
  :example:
9342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_dedicated_vm_hosts.py.html>`__ to see an example of how to use list_dedicated_vm_hosts API.
9342
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_dedicated_vm_hosts.py.html>`__ to see an example of how to use list_dedicated_vm_hosts API.
9343
9343
  """
9344
9344
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9345
9345
  required_arguments = ['compartmentId']
@@ -9490,7 +9490,7 @@ class ComputeClient(object):
9490
9490
  :rtype: :class:`~oci.response.Response`
9491
9491
 
9492
9492
  :example:
9493
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_image_shape_compatibility_entries.py.html>`__ to see an example of how to use list_image_shape_compatibility_entries API.
9493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_image_shape_compatibility_entries.py.html>`__ to see an example of how to use list_image_shape_compatibility_entries API.
9494
9494
  """
9495
9495
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9496
9496
  required_arguments = ['imageId']
@@ -9666,7 +9666,7 @@ class ComputeClient(object):
9666
9666
  :rtype: :class:`~oci.response.Response`
9667
9667
 
9668
9668
  :example:
9669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_images.py.html>`__ to see an example of how to use list_images API.
9669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_images.py.html>`__ to see an example of how to use list_images API.
9670
9670
  """
9671
9671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9672
9672
  required_arguments = ['compartmentId']
@@ -9817,7 +9817,7 @@ class ComputeClient(object):
9817
9817
  :rtype: :class:`~oci.response.Response`
9818
9818
 
9819
9819
  :example:
9820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_instance_console_connections.py.html>`__ to see an example of how to use list_instance_console_connections API.
9820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_instance_console_connections.py.html>`__ to see an example of how to use list_instance_console_connections API.
9821
9821
  """
9822
9822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9823
9823
  required_arguments = ['compartmentId']
@@ -9954,7 +9954,7 @@ class ComputeClient(object):
9954
9954
  :rtype: :class:`~oci.response.Response`
9955
9955
 
9956
9956
  :example:
9957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_instance_devices.py.html>`__ to see an example of how to use list_instance_devices API.
9957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_instance_devices.py.html>`__ to see an example of how to use list_instance_devices API.
9958
9958
  """
9959
9959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9960
9960
  required_arguments = ['instanceId']
@@ -10145,7 +10145,7 @@ class ComputeClient(object):
10145
10145
  :rtype: :class:`~oci.response.Response`
10146
10146
 
10147
10147
  :example:
10148
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_instances.py.html>`__ to see an example of how to use list_instances API.
10148
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_instances.py.html>`__ to see an example of how to use list_instances API.
10149
10149
  """
10150
10150
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10151
10151
  required_arguments = ['compartmentId']
@@ -10298,7 +10298,7 @@ class ComputeClient(object):
10298
10298
  :rtype: :class:`~oci.response.Response`
10299
10299
 
10300
10300
  :example:
10301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
10301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
10302
10302
  """
10303
10303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10304
10304
  required_arguments = ['compartmentId']
@@ -10422,7 +10422,7 @@ class ComputeClient(object):
10422
10422
  :rtype: :class:`~oci.response.Response`
10423
10423
 
10424
10424
  :example:
10425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_vnic_attachments.py.html>`__ to see an example of how to use list_vnic_attachments API.
10425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_vnic_attachments.py.html>`__ to see an example of how to use list_vnic_attachments API.
10426
10426
  """
10427
10427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10428
10428
  required_arguments = ['compartmentId']
@@ -10550,7 +10550,7 @@ class ComputeClient(object):
10550
10550
  :rtype: :class:`~oci.response.Response`
10551
10551
 
10552
10552
  :example:
10553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/list_volume_attachments.py.html>`__ to see an example of how to use list_volume_attachments API.
10553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/list_volume_attachments.py.html>`__ to see an example of how to use list_volume_attachments API.
10554
10554
  """
10555
10555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10556
10556
  required_arguments = ['compartmentId']
@@ -10650,7 +10650,7 @@ class ComputeClient(object):
10650
10650
  :rtype: :class:`~oci.response.Response`
10651
10651
 
10652
10652
  :example:
10653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/remove_image_shape_compatibility_entry.py.html>`__ to see an example of how to use remove_image_shape_compatibility_entry API.
10653
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/remove_image_shape_compatibility_entry.py.html>`__ to see an example of how to use remove_image_shape_compatibility_entry API.
10654
10654
  """
10655
10655
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10656
10656
  required_arguments = ['imageId', 'shapeName']
@@ -10762,7 +10762,7 @@ class ComputeClient(object):
10762
10762
  :rtype: :class:`~oci.response.Response`
10763
10763
 
10764
10764
  :example:
10765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/terminate_instance.py.html>`__ to see an example of how to use terminate_instance API.
10765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/terminate_instance.py.html>`__ to see an example of how to use terminate_instance API.
10766
10766
  """
10767
10767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10768
10768
  required_arguments = ['instanceId']
@@ -10877,7 +10877,7 @@ class ComputeClient(object):
10877
10877
  :rtype: :class:`~oci.response.Response`
10878
10878
 
10879
10879
  :example:
10880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_compute_capacity_reservation.py.html>`__ to see an example of how to use update_compute_capacity_reservation API.
10880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_compute_capacity_reservation.py.html>`__ to see an example of how to use update_compute_capacity_reservation API.
10881
10881
  """
10882
10882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10883
10883
  required_arguments = ['capacityReservationId']
@@ -10986,7 +10986,7 @@ class ComputeClient(object):
10986
10986
  :rtype: :class:`~oci.response.Response`
10987
10987
 
10988
10988
  :example:
10989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_compute_capacity_topology.py.html>`__ to see an example of how to use update_compute_capacity_topology API.
10989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_compute_capacity_topology.py.html>`__ to see an example of how to use update_compute_capacity_topology API.
10990
10990
  """
10991
10991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10992
10992
  required_arguments = ['computeCapacityTopologyId']
@@ -11116,7 +11116,7 @@ class ComputeClient(object):
11116
11116
  :rtype: :class:`~oci.response.Response`
11117
11117
 
11118
11118
  :example:
11119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_compute_cluster.py.html>`__ to see an example of how to use update_compute_cluster API.
11119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_compute_cluster.py.html>`__ to see an example of how to use update_compute_cluster API.
11120
11120
  """
11121
11121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11122
11122
  required_arguments = ['computeClusterId']
@@ -11224,7 +11224,7 @@ class ComputeClient(object):
11224
11224
  :rtype: :class:`~oci.response.Response`
11225
11225
 
11226
11226
  :example:
11227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_compute_image_capability_schema.py.html>`__ to see an example of how to use update_compute_image_capability_schema API.
11227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_compute_image_capability_schema.py.html>`__ to see an example of how to use update_compute_image_capability_schema API.
11228
11228
  """
11229
11229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11230
11230
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -11327,7 +11327,7 @@ class ComputeClient(object):
11327
11327
  :rtype: :class:`~oci.response.Response`
11328
11328
 
11329
11329
  :example:
11330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
11330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
11331
11331
  """
11332
11332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11333
11333
  required_arguments = ['instanceConsoleHistoryId']
@@ -11442,7 +11442,7 @@ class ComputeClient(object):
11442
11442
  :rtype: :class:`~oci.response.Response`
11443
11443
 
11444
11444
  :example:
11445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_dedicated_vm_host.py.html>`__ to see an example of how to use update_dedicated_vm_host API.
11445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_dedicated_vm_host.py.html>`__ to see an example of how to use update_dedicated_vm_host API.
11446
11446
  """
11447
11447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11448
11448
  required_arguments = ['dedicatedVmHostId']
@@ -11559,7 +11559,7 @@ class ComputeClient(object):
11559
11559
  :rtype: :class:`~oci.response.Response`
11560
11560
 
11561
11561
  :example:
11562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_image.py.html>`__ to see an example of how to use update_image API.
11562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_image.py.html>`__ to see an example of how to use update_image API.
11563
11563
  """
11564
11564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11565
11565
  required_arguments = ['imageId']
@@ -11680,7 +11680,7 @@ class ComputeClient(object):
11680
11680
  :rtype: :class:`~oci.response.Response`
11681
11681
 
11682
11682
  :example:
11683
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_instance.py.html>`__ to see an example of how to use update_instance API.
11683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_instance.py.html>`__ to see an example of how to use update_instance API.
11684
11684
  """
11685
11685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11686
11686
  required_arguments = ['instanceId']
@@ -11790,7 +11790,7 @@ class ComputeClient(object):
11790
11790
  :rtype: :class:`~oci.response.Response`
11791
11791
 
11792
11792
  :example:
11793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_instance_console_connection.py.html>`__ to see an example of how to use update_instance_console_connection API.
11793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_instance_console_connection.py.html>`__ to see an example of how to use update_instance_console_connection API.
11794
11794
  """
11795
11795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11796
11796
  required_arguments = ['instanceConsoleConnectionId']
@@ -11899,7 +11899,7 @@ class ComputeClient(object):
11899
11899
  :rtype: :class:`~oci.response.Response`
11900
11900
 
11901
11901
  :example:
11902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.1/core/update_volume_attachment.py.html>`__ to see an example of how to use update_volume_attachment API.
11902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/core/update_volume_attachment.py.html>`__ to see an example of how to use update_volume_attachment API.
11903
11903
  """
11904
11904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11905
11905
  required_arguments = ['volumeAttachmentId']