oci 2.149.1__py3-none-any.whl → 2.149.2__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 (368) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +26 -26
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +19 -19
  8. oci/ai_vision/ai_service_vision_client.py +28 -28
  9. oci/analytics/analytics_client.py +24 -24
  10. oci/announcements_service/announcement_client.py +5 -5
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/announcements_service/service_client.py +1 -1
  14. oci/apigateway/api_gateway_client.py +21 -21
  15. oci/apigateway/deployment_client.py +6 -6
  16. oci/apigateway/gateway_client.py +6 -6
  17. oci/apigateway/subscribers_client.py +6 -6
  18. oci/apigateway/usage_plans_client.py +6 -6
  19. oci/apigateway/work_requests_client.py +5 -5
  20. oci/apm_config/config_client.py +340 -9
  21. oci/apm_config/models/__init__.py +22 -0
  22. oci/apm_config/models/apdex_rules_summary.py +7 -0
  23. oci/apm_config/models/config_summary.py +35 -2
  24. oci/apm_config/models/copy_configuration_details.py +86 -0
  25. oci/apm_config/models/export_configuration_details.py +76 -0
  26. oci/apm_config/models/export_configuration_response_details.py +70 -0
  27. oci/apm_config/models/export_import_apdex_rules_summary.py +128 -0
  28. oci/apm_config/models/export_import_config_summary.py +226 -0
  29. oci/apm_config/models/export_import_metric_group_summary.py +232 -0
  30. oci/apm_config/models/export_import_options_summary.py +194 -0
  31. oci/apm_config/models/export_import_span_filter_summary.py +163 -0
  32. oci/apm_config/models/import_configuration_details.py +113 -0
  33. oci/apm_config/models/import_configuration_failed_item_summary.py +193 -0
  34. oci/apm_config/models/import_configuration_failed_items_collection.py +70 -0
  35. oci/apm_config/models/metric_group_summary.py +7 -0
  36. oci/apm_config/models/options_summary.py +7 -0
  37. oci/apm_config/models/span_filter_summary.py +7 -0
  38. oci/apm_control_plane/apm_domain_client.py +14 -14
  39. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  40. oci/apm_traces/attributes_client.py +8 -8
  41. oci/apm_traces/query_client.py +2 -2
  42. oci/apm_traces/trace_client.py +4 -4
  43. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  44. oci/artifacts/artifacts_client.py +32 -32
  45. oci/audit/audit_client.py +3 -3
  46. oci/autoscaling/auto_scaling_client.py +11 -11
  47. oci/bastion/bastion_client.py +15 -15
  48. oci/bds/bds_client.py +84 -84
  49. oci/blockchain/blockchain_platform_client.py +27 -27
  50. oci/budget/budget_client.py +10 -10
  51. oci/capacity_management/capacity_management_client.py +32 -32
  52. oci/certificates/certificates_client.py +5 -5
  53. oci/certificates_management/certificates_management_client.py +32 -32
  54. oci/cims/incident_client.py +6 -6
  55. oci/cloud_bridge/common_client.py +5 -5
  56. oci/cloud_bridge/discovery_client.py +15 -15
  57. oci/cloud_bridge/inventory_client.py +16 -16
  58. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  59. oci/cloud_guard/cloud_guard_client.py +155 -155
  60. oci/cloud_migrations/migration_client.py +43 -43
  61. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  62. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  63. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  64. oci/compute_instance_agent/plugin_client.py +2 -2
  65. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  66. oci/container_engine/container_engine_client.py +44 -44
  67. oci/container_instances/container_instance_client.py +18 -18
  68. oci/core/blockstorage_client.py +60 -60
  69. oci/core/compute_client.py +117 -117
  70. oci/core/compute_management_client.py +32 -32
  71. oci/core/virtual_network_client.py +258 -258
  72. oci/dashboard_service/dashboard_client.py +6 -6
  73. oci/dashboard_service/dashboard_group_client.py +6 -6
  74. oci/data_catalog/data_catalog_client.py +149 -149
  75. oci/data_flow/data_flow_client.py +45 -45
  76. oci/data_integration/data_integration_client.py +163 -163
  77. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  78. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  79. oci/data_safe/data_safe_client.py +317 -317
  80. oci/data_science/data_science_client.py +7469 -3597
  81. oci/data_science/data_science_client_composite_operations.py +981 -105
  82. oci/data_science/models/__init__.py +118 -0
  83. oci/data_science/models/application_component.py +193 -0
  84. oci/data_science/models/auth_configuration.py +115 -0
  85. oci/data_science/models/change_ml_application_compartment_details.py +76 -0
  86. oci/data_science/models/change_ml_application_implementation_compartment_details.py +70 -0
  87. oci/data_science/models/change_ml_application_instance_compartment_details.py +76 -0
  88. oci/data_science/models/change_ml_application_instance_view_compartment_details.py +76 -0
  89. oci/data_science/models/configuration_property.py +101 -0
  90. oci/data_science/models/configuration_property_schema.py +276 -0
  91. oci/data_science/models/create_auth_configuration_details.py +95 -0
  92. oci/data_science/models/create_iam_auth_configuration_create_details.py +48 -0
  93. oci/data_science/models/create_idcs_auth_configuration_details.py +79 -0
  94. oci/data_science/models/create_idcs_custom_service_auth_configuration_details.py +203 -0
  95. oci/data_science/models/create_ml_application_details.py +206 -0
  96. oci/data_science/models/create_ml_application_implementation_details.py +264 -0
  97. oci/data_science/models/create_ml_application_instance_details.py +326 -0
  98. oci/data_science/models/data_flow_application_application_component.py +94 -0
  99. oci/data_science/models/data_science_job_application_component.py +94 -0
  100. oci/data_science/models/data_science_model_application_component.py +94 -0
  101. oci/data_science/models/data_science_model_deployment_instance_component.py +125 -0
  102. oci/data_science/models/data_science_pipeline_application_component.py +94 -0
  103. oci/data_science/models/data_science_schedule_instance_component.py +94 -0
  104. oci/data_science/models/disable_ml_application_instance_view_trigger_details.py +70 -0
  105. oci/data_science/models/enable_ml_application_instance_view_trigger_details.py +70 -0
  106. oci/data_science/models/generic_oci_resource_application_component.py +125 -0
  107. oci/data_science/models/generic_oci_resource_instance_component.py +125 -0
  108. oci/data_science/models/iam_auth_configuration.py +49 -0
  109. oci/data_science/models/idcs_auth_configuration.py +111 -0
  110. oci/data_science/models/idcs_custom_service_auth_configuration.py +204 -0
  111. oci/data_science/models/implementation_log_details.py +140 -0
  112. oci/data_science/models/implementation_logging.py +120 -0
  113. oci/data_science/models/instance_component.py +201 -0
  114. oci/data_science/models/ml_application.py +410 -0
  115. oci/data_science/models/ml_application_collection.py +70 -0
  116. oci/data_science/models/ml_application_implementation.py +666 -0
  117. oci/data_science/models/ml_application_implementation_collection.py +70 -0
  118. oci/data_science/models/ml_application_implementation_summary.py +487 -0
  119. oci/data_science/models/ml_application_implementation_version.py +600 -0
  120. oci/data_science/models/ml_application_implementation_version_collection.py +70 -0
  121. oci/data_science/models/ml_application_implementation_version_summary.py +487 -0
  122. oci/data_science/models/ml_application_instance.py +736 -0
  123. oci/data_science/models/ml_application_instance_collection.py +70 -0
  124. oci/data_science/models/ml_application_instance_internal_trigger.py +125 -0
  125. oci/data_science/models/ml_application_instance_summary.py +456 -0
  126. oci/data_science/models/ml_application_instance_view.py +829 -0
  127. oci/data_science/models/ml_application_instance_view_collection.py +70 -0
  128. oci/data_science/models/ml_application_instance_view_summary.py +580 -0
  129. oci/data_science/models/ml_application_package_argument_details.py +210 -0
  130. oci/data_science/models/ml_application_package_arguments.py +70 -0
  131. oci/data_science/models/ml_application_summary.py +332 -0
  132. oci/data_science/models/object_storage_bucket_instance_component.py +125 -0
  133. oci/data_science/models/object_storage_object_instance_component.py +156 -0
  134. oci/data_science/models/prediction_endpoint_details.py +101 -0
  135. oci/data_science/models/prediction_uri.py +101 -0
  136. oci/data_science/models/trigger_ml_application_instance_flow_details.py +70 -0
  137. oci/data_science/models/update_ml_application_details.py +144 -0
  138. oci/data_science/models/update_ml_application_implementation_details.py +171 -0
  139. oci/data_science/models/update_ml_application_implementation_version_details.py +113 -0
  140. oci/data_science/models/update_ml_application_instance_details.py +206 -0
  141. oci/data_science/models/update_ml_application_instance_view_details.py +113 -0
  142. oci/data_science/models/work_request.py +59 -3
  143. oci/data_science/models/work_request_summary.py +59 -3
  144. oci/database/database_client.py +414 -414
  145. oci/database_management/db_management_client.py +228 -228
  146. oci/database_management/diagnosability_client.py +4 -4
  147. oci/database_management/managed_my_sql_databases_client.py +9 -9
  148. oci/database_management/perfhub_client.py +1 -1
  149. oci/database_management/sql_tuning_client.py +17 -17
  150. oci/database_migration/database_migration_client.py +42 -42
  151. oci/database_tools/database_tools_client.py +23 -23
  152. oci/dblm/db_life_cycle_management_client.py +12 -12
  153. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  154. oci/delegate_access_control/work_request_client.py +4 -4
  155. oci/demand_signal/occ_demand_signal_client.py +7 -7
  156. oci/desktops/desktop_service_client.py +21 -21
  157. oci/devops/devops_client.py +141 -141
  158. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  159. oci/dns/dns_client.py +54 -54
  160. oci/dts/appliance_export_job_client.py +6 -6
  161. oci/dts/shipping_vendors_client.py +1 -1
  162. oci/dts/transfer_appliance_client.py +8 -8
  163. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  164. oci/dts/transfer_device_client.py +5 -5
  165. oci/dts/transfer_job_client.py +6 -6
  166. oci/dts/transfer_package_client.py +7 -7
  167. oci/em_warehouse/em_warehouse_client.py +13 -13
  168. oci/email/email_client.py +31 -31
  169. oci/email_data_plane/email_dp_client.py +1 -1
  170. oci/events/events_client.py +6 -6
  171. oci/file_storage/file_storage_client.py +74 -74
  172. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  173. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  174. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  175. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  176. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  177. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  178. oci/functions/functions_invoke_client.py +1 -1
  179. oci/functions/functions_management_client.py +16 -16
  180. oci/fusion_apps/fusion_applications_client.py +41 -41
  181. oci/generative_ai/generative_ai_client.py +22 -22
  182. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  183. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  184. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  185. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  186. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  187. oci/golden_gate/golden_gate_client.py +84 -84
  188. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  189. oci/governance_rules_control_plane/work_request_client.py +5 -5
  190. oci/healthchecks/health_checks_client.py +17 -17
  191. oci/identity/identity_client.py +145 -145
  192. oci/identity_data_plane/dataplane_client.py +2 -2
  193. oci/identity_domains/identity_domains_client.py +311 -311
  194. oci/integration/integration_instance_client.py +19 -19
  195. oci/jms/java_management_service_client.py +79 -79
  196. oci/jms_java_downloads/java_download_client.py +25 -25
  197. oci/key_management/ekm_client.py +5 -5
  198. oci/key_management/kms_crypto_client.py +6 -6
  199. oci/key_management/kms_hsm_cluster_client.py +12 -12
  200. oci/key_management/kms_management_client.py +21 -21
  201. oci/key_management/kms_vault_client.py +14 -14
  202. oci/license_manager/license_manager_client.py +18 -18
  203. oci/limits/limits_client.py +4 -4
  204. oci/limits/quotas_client.py +7 -7
  205. oci/load_balancer/load_balancer_client.py +61 -61
  206. oci/lockbox/lockbox_client.py +24 -24
  207. oci/log_analytics/log_analytics_client.py +193 -193
  208. oci/logging/logging_management_client.py +30 -30
  209. oci/loggingingestion/logging_client.py +1 -1
  210. oci/loggingsearch/log_search_client.py +1 -1
  211. oci/lustre_file_storage/__init__.py +14 -0
  212. oci/lustre_file_storage/lustre_file_storage_client.py +1536 -0
  213. oci/lustre_file_storage/lustre_file_storage_client_composite_operations.py +202 -0
  214. oci/lustre_file_storage/models/__init__.py +44 -0
  215. oci/lustre_file_storage/models/change_lustre_file_system_compartment_details.py +74 -0
  216. oci/lustre_file_storage/models/create_lustre_file_system_details.py +559 -0
  217. oci/lustre_file_storage/models/lustre_file_system.py +986 -0
  218. oci/lustre_file_storage/models/lustre_file_system_collection.py +70 -0
  219. oci/lustre_file_storage/models/lustre_file_system_summary.py +921 -0
  220. oci/lustre_file_storage/models/maintenance_window.py +141 -0
  221. oci/lustre_file_storage/models/root_squash_configuration.py +193 -0
  222. oci/lustre_file_storage/models/update_lustre_file_system_details.py +327 -0
  223. oci/lustre_file_storage/models/work_request.py +449 -0
  224. oci/lustre_file_storage/models/work_request_error.py +144 -0
  225. oci/lustre_file_storage/models/work_request_error_collection.py +70 -0
  226. oci/lustre_file_storage/models/work_request_log_entry.py +107 -0
  227. oci/lustre_file_storage/models/work_request_log_entry_collection.py +70 -0
  228. oci/lustre_file_storage/models/work_request_resource.py +205 -0
  229. oci/lustre_file_storage/models/work_request_summary.py +447 -0
  230. oci/lustre_file_storage/models/work_request_summary_collection.py +70 -0
  231. oci/management_agent/management_agent_client.py +28 -28
  232. oci/management_dashboard/dashx_apis_client.py +14 -14
  233. oci/marketplace/account_client.py +2 -2
  234. oci/marketplace/marketplace_client.py +30 -30
  235. oci/marketplace_private_offer/attachment_client.py +5 -5
  236. oci/marketplace_private_offer/offer_client.py +6 -6
  237. oci/marketplace_publisher/attachment_client.py +5 -5
  238. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  239. oci/marketplace_publisher/offer_client.py +6 -6
  240. oci/media_services/media_services_client.py +60 -60
  241. oci/media_services/media_stream_client.py +2 -2
  242. oci/mngdmac/mac_device_client.py +3 -3
  243. oci/mngdmac/mac_order_client.py +11 -11
  244. oci/monitoring/monitoring_client.py +18 -18
  245. oci/mysql/channels_client.py +7 -7
  246. oci/mysql/db_backups_client.py +7 -7
  247. oci/mysql/db_system_client.py +17 -17
  248. oci/mysql/mysqlaas_client.py +7 -7
  249. oci/mysql/replicas_client.py +5 -5
  250. oci/mysql/work_requests_client.py +4 -4
  251. oci/network_firewall/network_firewall_client.py +86 -86
  252. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  253. oci/nosql/nosql_client.py +24 -24
  254. oci/object_storage/object_storage_client.py +55 -55
  255. oci/oce/oce_instance_client.py +10 -10
  256. oci/oci_control_center/occ_metrics_client.py +3 -3
  257. oci/ocvp/cluster_client.py +5 -5
  258. oci/ocvp/esxi_host_client.py +8 -8
  259. oci/ocvp/sddc_client.py +14 -14
  260. oci/ocvp/work_request_client.py +4 -4
  261. oci/oda/management_client.py +59 -59
  262. oci/oda/oda_client.py +17 -17
  263. oci/oda/odapackage_client.py +7 -7
  264. oci/onesubscription/billing_schedule_client.py +1 -1
  265. oci/onesubscription/commitment_client.py +2 -2
  266. oci/onesubscription/computed_usage_client.py +3 -3
  267. oci/onesubscription/invoice_summary_client.py +2 -2
  268. oci/onesubscription/organization_subscription_client.py +1 -1
  269. oci/onesubscription/ratecard_client.py +1 -1
  270. oci/onesubscription/subscribed_service_client.py +2 -2
  271. oci/onesubscription/subscription_client.py +1 -1
  272. oci/ons/notification_control_plane_client.py +6 -6
  273. oci/ons/notification_data_plane_client.py +10 -10
  274. oci/opa/opa_instance_client.py +13 -13
  275. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  276. oci/opensearch/opensearch_cluster_client.py +16 -16
  277. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  278. oci/operator_access_control/access_requests_client.py +10 -10
  279. oci/operator_access_control/operator_actions_client.py +2 -2
  280. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  281. oci/operator_access_control/operator_control_client.py +6 -6
  282. oci/opsi/models/create_operations_insights_warehouse_details.py +33 -2
  283. oci/opsi/models/operations_insights_warehouse.py +49 -2
  284. oci/opsi/models/operations_insights_warehouse_summary.py +33 -2
  285. oci/opsi/models/sql_plan_line.py +66 -0
  286. oci/opsi/models/update_operations_insights_warehouse_details.py +33 -2
  287. oci/opsi/operations_insights_client.py +181 -181
  288. oci/optimizer/optimizer_client.py +26 -26
  289. oci/os_management/event_client.py +8 -8
  290. oci/os_management/os_management_client.py +69 -69
  291. oci/os_management_hub/event_client.py +8 -8
  292. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  293. oci/os_management_hub/managed_instance_client.py +33 -33
  294. oci/os_management_hub/managed_instance_group_client.py +26 -26
  295. oci/os_management_hub/management_station_client.py +10 -10
  296. oci/os_management_hub/onboarding_client.py +13 -13
  297. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  298. oci/os_management_hub/scheduled_job_client.py +7 -7
  299. oci/os_management_hub/software_source_client.py +33 -33
  300. oci/os_management_hub/work_request_client.py +5 -5
  301. oci/osp_gateway/address_rule_service_client.py +1 -1
  302. oci/osp_gateway/address_service_client.py +2 -2
  303. oci/osp_gateway/invoice_service_client.py +5 -5
  304. oci/osp_gateway/subscription_service_client.py +5 -5
  305. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  306. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  307. oci/osub_subscription/commitment_client.py +2 -2
  308. oci/osub_subscription/ratecard_client.py +1 -1
  309. oci/osub_subscription/subscription_client.py +1 -1
  310. oci/osub_usage/computed_usage_client.py +3 -3
  311. oci/psql/postgresql_client.py +34 -34
  312. oci/queue/queue_admin_client.py +11 -11
  313. oci/queue/queue_client.py +8 -8
  314. oci/recovery/database_recovery_client.py +26 -26
  315. oci/redis/redis_cluster_client.py +12 -12
  316. oci/resource_manager/resource_manager_client.py +52 -52
  317. oci/resource_scheduler/schedule_client.py +13 -13
  318. oci/resource_search/resource_search_client.py +3 -3
  319. oci/rover/rover_bundle_client.py +8 -8
  320. oci/rover/rover_cluster_client.py +8 -8
  321. oci/rover/rover_entitlement_client.py +6 -6
  322. oci/rover/rover_node_client.py +15 -15
  323. oci/rover/shape_client.py +1 -1
  324. oci/rover/work_requests_client.py +5 -5
  325. oci/sch/connector_plugins_client.py +2 -2
  326. oci/sch/service_connector_client.py +12 -12
  327. oci/secrets/secrets_client.py +3 -3
  328. oci/security_attribute/security_attribute_client.py +18 -18
  329. oci/service_catalog/service_catalog_client.py +26 -26
  330. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  331. oci/service_mesh/service_mesh_client.py +48 -48
  332. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  333. oci/streaming/stream_admin_client.py +18 -18
  334. oci/streaming/stream_client.py +8 -8
  335. oci/tenant_manager_control_plane/domain_client.py +5 -5
  336. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  337. oci/tenant_manager_control_plane/governance_client.py +2 -2
  338. oci/tenant_manager_control_plane/link_client.py +3 -3
  339. oci/tenant_manager_control_plane/orders_client.py +2 -2
  340. oci/tenant_manager_control_plane/organization_client.py +10 -10
  341. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  342. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  343. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  344. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  345. oci/threat_intelligence/threatintel_client.py +5 -5
  346. oci/usage/resources_client.py +2 -2
  347. oci/usage/rewards_client.py +6 -6
  348. oci/usage/usagelimits_client.py +1 -1
  349. oci/usage_api/usageapi_client.py +33 -33
  350. oci/vault/vaults_client.py +13 -13
  351. oci/vbs_inst/vbs_instance_client.py +10 -10
  352. oci/version.py +1 -1
  353. oci/visual_builder/vb_instance_client.py +14 -14
  354. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  355. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  356. oci/waa/waa_client.py +13 -13
  357. oci/waa/work_request_client.py +4 -4
  358. oci/waas/redirect_client.py +6 -6
  359. oci/waas/waas_client.py +66 -66
  360. oci/waf/waf_client.py +24 -24
  361. oci/work_requests/work_request_client.py +4 -4
  362. oci/zpr/zpr_client.py +15 -15
  363. {oci-2.149.1.dist-info → oci-2.149.2.dist-info}/METADATA +1 -1
  364. {oci-2.149.1.dist-info → oci-2.149.2.dist-info}/RECORD +368 -278
  365. {oci-2.149.1.dist-info → oci-2.149.2.dist-info}/LICENSE.txt +0 -0
  366. {oci-2.149.1.dist-info → oci-2.149.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  367. {oci-2.149.1.dist-info → oci-2.149.2.dist-info}/WHEEL +0 -0
  368. {oci-2.149.1.dist-info → oci-2.149.2.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.149.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.149.2/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.149.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.149.2/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.149.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.149.2/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.149.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.149.2/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.149.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.149.2/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.149.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.149.2/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.149.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.149.2/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.149.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.149.2/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.149.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.149.2/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']
@@ -1142,7 +1142,7 @@ class ComputeClient(object):
1142
1142
  :rtype: :class:`~oci.response.Response`
1143
1143
 
1144
1144
  :example:
1145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/change_compute_gpu_memory_cluster_compartment.py.html>`__ to see an example of how to use change_compute_gpu_memory_cluster_compartment API.
1145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/change_compute_gpu_memory_cluster_compartment.py.html>`__ to see an example of how to use change_compute_gpu_memory_cluster_compartment API.
1146
1146
  """
1147
1147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1148
1148
  required_arguments = ['computeGpuMemoryClusterId']
@@ -1264,7 +1264,7 @@ class ComputeClient(object):
1264
1264
  :rtype: :class:`~oci.response.Response`
1265
1265
 
1266
1266
  :example:
1267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/change_compute_gpu_memory_fabric_compartment.py.html>`__ to see an example of how to use change_compute_gpu_memory_fabric_compartment API.
1267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/change_compute_gpu_memory_fabric_compartment.py.html>`__ to see an example of how to use change_compute_gpu_memory_fabric_compartment API.
1268
1268
  """
1269
1269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1270
1270
  required_arguments = ['computeGpuMemoryFabricId']
@@ -1388,7 +1388,7 @@ class ComputeClient(object):
1388
1388
  :rtype: :class:`~oci.response.Response`
1389
1389
 
1390
1390
  :example:
1391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/change_compute_host_compartment.py.html>`__ to see an example of how to use change_compute_host_compartment API.
1391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/change_compute_host_compartment.py.html>`__ to see an example of how to use change_compute_host_compartment API.
1392
1392
  """
1393
1393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1394
1394
  required_arguments = ['computeHostId']
@@ -1511,7 +1511,7 @@ class ComputeClient(object):
1511
1511
  :rtype: :class:`~oci.response.Response`
1512
1512
 
1513
1513
  :example:
1514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
1514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/change_compute_image_capability_schema_compartment.py.html>`__ to see an example of how to use change_compute_image_capability_schema_compartment API.
1515
1515
  """
1516
1516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1517
1517
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -1630,7 +1630,7 @@ class ComputeClient(object):
1630
1630
  :rtype: :class:`~oci.response.Response`
1631
1631
 
1632
1632
  :example:
1633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/change_dedicated_vm_host_compartment.py.html>`__ to see an example of how to use change_dedicated_vm_host_compartment API.
1633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/change_dedicated_vm_host_compartment.py.html>`__ to see an example of how to use change_dedicated_vm_host_compartment API.
1634
1634
  """
1635
1635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1636
1636
  required_arguments = ['dedicatedVmHostId']
@@ -1753,7 +1753,7 @@ class ComputeClient(object):
1753
1753
  :rtype: :class:`~oci.response.Response`
1754
1754
 
1755
1755
  :example:
1756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/change_image_compartment.py.html>`__ to see an example of how to use change_image_compartment API.
1756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/change_image_compartment.py.html>`__ to see an example of how to use change_image_compartment API.
1757
1757
  """
1758
1758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1759
1759
  required_arguments = ['imageId']
@@ -1881,7 +1881,7 @@ class ComputeClient(object):
1881
1881
  :rtype: :class:`~oci.response.Response`
1882
1882
 
1883
1883
  :example:
1884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/change_instance_compartment.py.html>`__ to see an example of how to use change_instance_compartment API.
1884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/change_instance_compartment.py.html>`__ to see an example of how to use change_instance_compartment API.
1885
1885
  """
1886
1886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1887
1887
  required_arguments = ['instanceId']
@@ -1986,7 +1986,7 @@ class ComputeClient(object):
1986
1986
  :rtype: :class:`~oci.response.Response`
1987
1987
 
1988
1988
  :example:
1989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_app_catalog_subscription.py.html>`__ to see an example of how to use create_app_catalog_subscription API.
1989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_app_catalog_subscription.py.html>`__ to see an example of how to use create_app_catalog_subscription API.
1990
1990
  """
1991
1991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1992
1992
  required_arguments = []
@@ -2088,7 +2088,7 @@ class ComputeClient(object):
2088
2088
  :rtype: :class:`~oci.response.Response`
2089
2089
 
2090
2090
  :example:
2091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_compute_capacity_report.py.html>`__ to see an example of how to use create_compute_capacity_report API.
2091
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_compute_capacity_report.py.html>`__ to see an example of how to use create_compute_capacity_report API.
2092
2092
  """
2093
2093
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2094
2094
  required_arguments = []
@@ -2195,7 +2195,7 @@ class ComputeClient(object):
2195
2195
  :rtype: :class:`~oci.response.Response`
2196
2196
 
2197
2197
  :example:
2198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_compute_capacity_reservation.py.html>`__ to see an example of how to use create_compute_capacity_reservation API.
2198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_compute_capacity_reservation.py.html>`__ to see an example of how to use create_compute_capacity_reservation API.
2199
2199
  """
2200
2200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2201
2201
  required_arguments = []
@@ -2297,7 +2297,7 @@ class ComputeClient(object):
2297
2297
  :rtype: :class:`~oci.response.Response`
2298
2298
 
2299
2299
  :example:
2300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_compute_capacity_topology.py.html>`__ to see an example of how to use create_compute_capacity_topology API.
2300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_compute_capacity_topology.py.html>`__ to see an example of how to use create_compute_capacity_topology API.
2301
2301
  """
2302
2302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2303
2303
  required_arguments = []
@@ -2421,7 +2421,7 @@ class ComputeClient(object):
2421
2421
  :rtype: :class:`~oci.response.Response`
2422
2422
 
2423
2423
  :example:
2424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_compute_cluster.py.html>`__ to see an example of how to use create_compute_cluster API.
2424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_compute_cluster.py.html>`__ to see an example of how to use create_compute_cluster API.
2425
2425
  """
2426
2426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2427
2427
  required_arguments = []
@@ -2518,7 +2518,7 @@ class ComputeClient(object):
2518
2518
  :rtype: :class:`~oci.response.Response`
2519
2519
 
2520
2520
  :example:
2521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use create_compute_gpu_memory_cluster API.
2521
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use create_compute_gpu_memory_cluster API.
2522
2522
  """
2523
2523
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2524
2524
  required_arguments = []
@@ -2613,7 +2613,7 @@ class ComputeClient(object):
2613
2613
  :rtype: :class:`~oci.response.Response`
2614
2614
 
2615
2615
  :example:
2616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_compute_image_capability_schema.py.html>`__ to see an example of how to use create_compute_image_capability_schema API.
2616
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_compute_image_capability_schema.py.html>`__ to see an example of how to use create_compute_image_capability_schema API.
2617
2617
  """
2618
2618
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2619
2619
  required_arguments = []
@@ -2715,7 +2715,7 @@ class ComputeClient(object):
2715
2715
  :rtype: :class:`~oci.response.Response`
2716
2716
 
2717
2717
  :example:
2718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_dedicated_vm_host.py.html>`__ to see an example of how to use create_dedicated_vm_host API.
2718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_dedicated_vm_host.py.html>`__ to see an example of how to use create_dedicated_vm_host API.
2719
2719
  """
2720
2720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2721
2721
  required_arguments = []
@@ -2835,7 +2835,7 @@ class ComputeClient(object):
2835
2835
  :rtype: :class:`~oci.response.Response`
2836
2836
 
2837
2837
  :example:
2838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_image.py.html>`__ to see an example of how to use create_image API.
2838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_image.py.html>`__ to see an example of how to use create_image API.
2839
2839
  """
2840
2840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2841
2841
  required_arguments = []
@@ -2934,7 +2934,7 @@ class ComputeClient(object):
2934
2934
  :rtype: :class:`~oci.response.Response`
2935
2935
 
2936
2936
  :example:
2937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/create_instance_console_connection.py.html>`__ to see an example of how to use create_instance_console_connection API.
2937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/create_instance_console_connection.py.html>`__ to see an example of how to use create_instance_console_connection API.
2938
2938
  """
2939
2939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2940
2940
  required_arguments = []
@@ -3026,7 +3026,7 @@ class ComputeClient(object):
3026
3026
  :rtype: :class:`~oci.response.Response`
3027
3027
 
3028
3028
  :example:
3029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_app_catalog_subscription.py.html>`__ to see an example of how to use delete_app_catalog_subscription API.
3029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_app_catalog_subscription.py.html>`__ to see an example of how to use delete_app_catalog_subscription API.
3030
3030
  """
3031
3031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3032
3032
  required_arguments = ['listingId', 'compartmentId', 'resourceVersion']
@@ -3116,7 +3116,7 @@ class ComputeClient(object):
3116
3116
  :rtype: :class:`~oci.response.Response`
3117
3117
 
3118
3118
  :example:
3119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_compute_capacity_reservation.py.html>`__ to see an example of how to use delete_compute_capacity_reservation API.
3119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_compute_capacity_reservation.py.html>`__ to see an example of how to use delete_compute_capacity_reservation API.
3120
3120
  """
3121
3121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3122
3122
  required_arguments = ['capacityReservationId']
@@ -3220,7 +3220,7 @@ class ComputeClient(object):
3220
3220
  :rtype: :class:`~oci.response.Response`
3221
3221
 
3222
3222
  :example:
3223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_compute_capacity_topology.py.html>`__ to see an example of how to use delete_compute_capacity_topology API.
3223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_compute_capacity_topology.py.html>`__ to see an example of how to use delete_compute_capacity_topology API.
3224
3224
  """
3225
3225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3226
3226
  required_arguments = ['computeCapacityTopologyId']
@@ -3335,7 +3335,7 @@ class ComputeClient(object):
3335
3335
  :rtype: :class:`~oci.response.Response`
3336
3336
 
3337
3337
  :example:
3338
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_compute_cluster.py.html>`__ to see an example of how to use delete_compute_cluster API.
3338
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_compute_cluster.py.html>`__ to see an example of how to use delete_compute_cluster API.
3339
3339
  """
3340
3340
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3341
3341
  required_arguments = ['computeClusterId']
@@ -3437,7 +3437,7 @@ class ComputeClient(object):
3437
3437
  :rtype: :class:`~oci.response.Response`
3438
3438
 
3439
3439
  :example:
3440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use delete_compute_gpu_memory_cluster API.
3440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use delete_compute_gpu_memory_cluster API.
3441
3441
  """
3442
3442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3443
3443
  required_arguments = ['computeGpuMemoryClusterId']
@@ -3537,7 +3537,7 @@ class ComputeClient(object):
3537
3537
  :rtype: :class:`~oci.response.Response`
3538
3538
 
3539
3539
  :example:
3540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_compute_image_capability_schema.py.html>`__ to see an example of how to use delete_compute_image_capability_schema API.
3540
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_compute_image_capability_schema.py.html>`__ to see an example of how to use delete_compute_image_capability_schema API.
3541
3541
  """
3542
3542
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3543
3543
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -3633,7 +3633,7 @@ class ComputeClient(object):
3633
3633
  :rtype: :class:`~oci.response.Response`
3634
3634
 
3635
3635
  :example:
3636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
3636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
3637
3637
  """
3638
3638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3639
3639
  required_arguments = ['instanceConsoleHistoryId']
@@ -3731,7 +3731,7 @@ class ComputeClient(object):
3731
3731
  :rtype: :class:`~oci.response.Response`
3732
3732
 
3733
3733
  :example:
3734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_dedicated_vm_host.py.html>`__ to see an example of how to use delete_dedicated_vm_host API.
3734
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_dedicated_vm_host.py.html>`__ to see an example of how to use delete_dedicated_vm_host API.
3735
3735
  """
3736
3736
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3737
3737
  required_arguments = ['dedicatedVmHostId']
@@ -3829,7 +3829,7 @@ class ComputeClient(object):
3829
3829
  :rtype: :class:`~oci.response.Response`
3830
3830
 
3831
3831
  :example:
3832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_image.py.html>`__ to see an example of how to use delete_image API.
3832
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_image.py.html>`__ to see an example of how to use delete_image API.
3833
3833
  """
3834
3834
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3835
3835
  required_arguments = ['imageId']
@@ -3925,7 +3925,7 @@ class ComputeClient(object):
3925
3925
  :rtype: :class:`~oci.response.Response`
3926
3926
 
3927
3927
  :example:
3928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/delete_instance_console_connection.py.html>`__ to see an example of how to use delete_instance_console_connection API.
3928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/delete_instance_console_connection.py.html>`__ to see an example of how to use delete_instance_console_connection API.
3929
3929
  """
3930
3930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3931
3931
  required_arguments = ['instanceConsoleConnectionId']
@@ -4024,7 +4024,7 @@ class ComputeClient(object):
4024
4024
  :rtype: :class:`~oci.response.Response`
4025
4025
 
4026
4026
  :example:
4027
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/detach_boot_volume.py.html>`__ to see an example of how to use detach_boot_volume API.
4027
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/detach_boot_volume.py.html>`__ to see an example of how to use detach_boot_volume API.
4028
4028
  """
4029
4029
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4030
4030
  required_arguments = ['bootVolumeAttachmentId']
@@ -4131,7 +4131,7 @@ class ComputeClient(object):
4131
4131
  :rtype: :class:`~oci.response.Response`
4132
4132
 
4133
4133
  :example:
4134
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/detach_vnic.py.html>`__ to see an example of how to use detach_vnic API.
4134
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/detach_vnic.py.html>`__ to see an example of how to use detach_vnic API.
4135
4135
  """
4136
4136
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4137
4137
  required_arguments = ['vnicAttachmentId']
@@ -4230,7 +4230,7 @@ class ComputeClient(object):
4230
4230
  :rtype: :class:`~oci.response.Response`
4231
4231
 
4232
4232
  :example:
4233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/detach_volume.py.html>`__ to see an example of how to use detach_volume API.
4233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/detach_volume.py.html>`__ to see an example of how to use detach_volume API.
4234
4234
  """
4235
4235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4236
4236
  required_arguments = ['volumeAttachmentId']
@@ -4352,7 +4352,7 @@ class ComputeClient(object):
4352
4352
  :rtype: :class:`~oci.response.Response`
4353
4353
 
4354
4354
  :example:
4355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/export_image.py.html>`__ to see an example of how to use export_image API.
4355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/export_image.py.html>`__ to see an example of how to use export_image API.
4356
4356
  """
4357
4357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4358
4358
  required_arguments = ['imageId']
@@ -4452,7 +4452,7 @@ class ComputeClient(object):
4452
4452
  :rtype: :class:`~oci.response.Response`
4453
4453
 
4454
4454
  :example:
4455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_app_catalog_listing.py.html>`__ to see an example of how to use get_app_catalog_listing API.
4455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_app_catalog_listing.py.html>`__ to see an example of how to use get_app_catalog_listing API.
4456
4456
  """
4457
4457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4458
4458
  required_arguments = ['listingId']
@@ -4543,7 +4543,7 @@ class ComputeClient(object):
4543
4543
  :rtype: :class:`~oci.response.Response`
4544
4544
 
4545
4545
  :example:
4546
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_app_catalog_listing_agreements.py.html>`__ to see an example of how to use get_app_catalog_listing_agreements API.
4546
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_app_catalog_listing_agreements.py.html>`__ to see an example of how to use get_app_catalog_listing_agreements API.
4547
4547
  """
4548
4548
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4549
4549
  required_arguments = ['listingId', 'resourceVersion']
@@ -4635,7 +4635,7 @@ class ComputeClient(object):
4635
4635
  :rtype: :class:`~oci.response.Response`
4636
4636
 
4637
4637
  :example:
4638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
4638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_app_catalog_listing_resource_version.py.html>`__ to see an example of how to use get_app_catalog_listing_resource_version API.
4639
4639
  """
4640
4640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4641
4641
  required_arguments = ['listingId', 'resourceVersion']
@@ -4724,7 +4724,7 @@ class ComputeClient(object):
4724
4724
  :rtype: :class:`~oci.response.Response`
4725
4725
 
4726
4726
  :example:
4727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_boot_volume_attachment.py.html>`__ to see an example of how to use get_boot_volume_attachment API.
4727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_boot_volume_attachment.py.html>`__ to see an example of how to use get_boot_volume_attachment API.
4728
4728
  """
4729
4729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4730
4730
  required_arguments = ['bootVolumeAttachmentId']
@@ -4814,7 +4814,7 @@ class ComputeClient(object):
4814
4814
  :rtype: :class:`~oci.response.Response`
4815
4815
 
4816
4816
  :example:
4817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_compute_capacity_reservation.py.html>`__ to see an example of how to use get_compute_capacity_reservation API.
4817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_compute_capacity_reservation.py.html>`__ to see an example of how to use get_compute_capacity_reservation API.
4818
4818
  """
4819
4819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4820
4820
  required_arguments = ['capacityReservationId']
@@ -4913,7 +4913,7 @@ class ComputeClient(object):
4913
4913
  :rtype: :class:`~oci.response.Response`
4914
4914
 
4915
4915
  :example:
4916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_compute_capacity_topology.py.html>`__ to see an example of how to use get_compute_capacity_topology API.
4916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_compute_capacity_topology.py.html>`__ to see an example of how to use get_compute_capacity_topology API.
4917
4917
  """
4918
4918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4919
4919
  required_arguments = ['computeCapacityTopologyId']
@@ -5020,7 +5020,7 @@ class ComputeClient(object):
5020
5020
  :rtype: :class:`~oci.response.Response`
5021
5021
 
5022
5022
  :example:
5023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_compute_cluster.py.html>`__ to see an example of how to use get_compute_cluster API.
5023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_compute_cluster.py.html>`__ to see an example of how to use get_compute_cluster API.
5024
5024
  """
5025
5025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5026
5026
  required_arguments = ['computeClusterId']
@@ -5115,7 +5115,7 @@ class ComputeClient(object):
5115
5115
  :rtype: :class:`~oci.response.Response`
5116
5116
 
5117
5117
  :example:
5118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
5118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_compute_global_image_capability_schema.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema API.
5119
5119
  """
5120
5120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5121
5121
  required_arguments = ['computeGlobalImageCapabilitySchemaId']
@@ -5208,7 +5208,7 @@ class ComputeClient(object):
5208
5208
  :rtype: :class:`~oci.response.Response`
5209
5209
 
5210
5210
  :example:
5211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
5211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/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.
5212
5212
  """
5213
5213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5214
5214
  required_arguments = ['computeGlobalImageCapabilitySchemaId', 'computeGlobalImageCapabilitySchemaVersionName']
@@ -5301,7 +5301,7 @@ class ComputeClient(object):
5301
5301
  :rtype: :class:`~oci.response.Response`
5302
5302
 
5303
5303
  :example:
5304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use get_compute_gpu_memory_cluster API.
5304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use get_compute_gpu_memory_cluster API.
5305
5305
  """
5306
5306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5307
5307
  required_arguments = ['computeGpuMemoryClusterId']
@@ -5398,7 +5398,7 @@ class ComputeClient(object):
5398
5398
  :rtype: :class:`~oci.response.Response`
5399
5399
 
5400
5400
  :example:
5401
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_compute_gpu_memory_fabric.py.html>`__ to see an example of how to use get_compute_gpu_memory_fabric API.
5401
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_compute_gpu_memory_fabric.py.html>`__ to see an example of how to use get_compute_gpu_memory_fabric API.
5402
5402
  """
5403
5403
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5404
5404
  required_arguments = ['computeGpuMemoryFabricId']
@@ -5499,7 +5499,7 @@ class ComputeClient(object):
5499
5499
  :rtype: :class:`~oci.response.Response`
5500
5500
 
5501
5501
  :example:
5502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_compute_host.py.html>`__ to see an example of how to use get_compute_host API.
5502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_compute_host.py.html>`__ to see an example of how to use get_compute_host API.
5503
5503
  """
5504
5504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5505
5505
  required_arguments = ['computeHostId']
@@ -5597,7 +5597,7 @@ class ComputeClient(object):
5597
5597
  :rtype: :class:`~oci.response.Response`
5598
5598
 
5599
5599
  :example:
5600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_compute_image_capability_schema.py.html>`__ to see an example of how to use get_compute_image_capability_schema API.
5600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_compute_image_capability_schema.py.html>`__ to see an example of how to use get_compute_image_capability_schema API.
5601
5601
  """
5602
5602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5603
5603
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -5699,7 +5699,7 @@ class ComputeClient(object):
5699
5699
  :rtype: :class:`~oci.response.Response`
5700
5700
 
5701
5701
  :example:
5702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
5702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
5703
5703
  """
5704
5704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5705
5705
  required_arguments = ['instanceConsoleHistoryId']
@@ -5793,7 +5793,7 @@ class ComputeClient(object):
5793
5793
  :rtype: :class:`~oci.response.Response`
5794
5794
 
5795
5795
  :example:
5796
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
5796
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
5797
5797
  """
5798
5798
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5799
5799
  required_arguments = ['instanceConsoleHistoryId']
@@ -5897,7 +5897,7 @@ class ComputeClient(object):
5897
5897
  :rtype: :class:`~oci.response.Response`
5898
5898
 
5899
5899
  :example:
5900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_dedicated_vm_host.py.html>`__ to see an example of how to use get_dedicated_vm_host API.
5900
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_dedicated_vm_host.py.html>`__ to see an example of how to use get_dedicated_vm_host API.
5901
5901
  """
5902
5902
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5903
5903
  required_arguments = ['dedicatedVmHostId']
@@ -5992,7 +5992,7 @@ class ComputeClient(object):
5992
5992
  :rtype: :class:`~oci.response.Response`
5993
5993
 
5994
5994
  :example:
5995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_image.py.html>`__ to see an example of how to use get_image API.
5995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_image.py.html>`__ to see an example of how to use get_image API.
5996
5996
  """
5997
5997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5998
5998
  required_arguments = ['imageId']
@@ -6089,7 +6089,7 @@ class ComputeClient(object):
6089
6089
  :rtype: :class:`~oci.response.Response`
6090
6090
 
6091
6091
  :example:
6092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_image_shape_compatibility_entry.py.html>`__ to see an example of how to use get_image_shape_compatibility_entry API.
6092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_image_shape_compatibility_entry.py.html>`__ to see an example of how to use get_image_shape_compatibility_entry API.
6093
6093
  """
6094
6094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6095
6095
  required_arguments = ['imageId', 'shapeName']
@@ -6190,7 +6190,7 @@ class ComputeClient(object):
6190
6190
  :rtype: :class:`~oci.response.Response`
6191
6191
 
6192
6192
  :example:
6193
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_instance.py.html>`__ to see an example of how to use get_instance API.
6193
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_instance.py.html>`__ to see an example of how to use get_instance API.
6194
6194
  """
6195
6195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6196
6196
  required_arguments = ['instanceId']
@@ -6276,7 +6276,7 @@ class ComputeClient(object):
6276
6276
  :rtype: :class:`~oci.response.Response`
6277
6277
 
6278
6278
  :example:
6279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_instance_console_connection.py.html>`__ to see an example of how to use get_instance_console_connection API.
6279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_instance_console_connection.py.html>`__ to see an example of how to use get_instance_console_connection API.
6280
6280
  """
6281
6281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6282
6282
  required_arguments = ['instanceConsoleConnectionId']
@@ -6366,7 +6366,7 @@ class ComputeClient(object):
6366
6366
  :rtype: :class:`~oci.response.Response`
6367
6367
 
6368
6368
  :example:
6369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_instance_maintenance_event.py.html>`__ to see an example of how to use get_instance_maintenance_event API.
6369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_instance_maintenance_event.py.html>`__ to see an example of how to use get_instance_maintenance_event API.
6370
6370
  """
6371
6371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6372
6372
  required_arguments = ['instanceMaintenanceEventId']
@@ -6468,7 +6468,7 @@ class ComputeClient(object):
6468
6468
  :rtype: :class:`~oci.response.Response`
6469
6469
 
6470
6470
  :example:
6471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_instance_maintenance_reboot.py.html>`__ to see an example of how to use get_instance_maintenance_reboot API.
6471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_instance_maintenance_reboot.py.html>`__ to see an example of how to use get_instance_maintenance_reboot API.
6472
6472
  """
6473
6473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6474
6474
  required_arguments = ['instanceId']
@@ -6567,7 +6567,7 @@ class ComputeClient(object):
6567
6567
  :rtype: :class:`~oci.response.Response`
6568
6568
 
6569
6569
  :example:
6570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_measured_boot_report.py.html>`__ to see an example of how to use get_measured_boot_report API.
6570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_measured_boot_report.py.html>`__ to see an example of how to use get_measured_boot_report API.
6571
6571
  """
6572
6572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6573
6573
  required_arguments = ['instanceId']
@@ -6660,7 +6660,7 @@ class ComputeClient(object):
6660
6660
  :rtype: :class:`~oci.response.Response`
6661
6661
 
6662
6662
  :example:
6663
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_vnic_attachment.py.html>`__ to see an example of how to use get_vnic_attachment API.
6663
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_vnic_attachment.py.html>`__ to see an example of how to use get_vnic_attachment API.
6664
6664
  """
6665
6665
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6666
6666
  required_arguments = ['vnicAttachmentId']
@@ -6746,7 +6746,7 @@ class ComputeClient(object):
6746
6746
  :rtype: :class:`~oci.response.Response`
6747
6747
 
6748
6748
  :example:
6749
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_volume_attachment.py.html>`__ to see an example of how to use get_volume_attachment API.
6749
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_volume_attachment.py.html>`__ to see an example of how to use get_volume_attachment API.
6750
6750
  """
6751
6751
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6752
6752
  required_arguments = ['volumeAttachmentId']
@@ -6835,7 +6835,7 @@ class ComputeClient(object):
6835
6835
  :rtype: :class:`~oci.response.Response`
6836
6836
 
6837
6837
  :example:
6838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/get_windows_instance_initial_credentials.py.html>`__ to see an example of how to use get_windows_instance_initial_credentials API.
6838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/get_windows_instance_initial_credentials.py.html>`__ to see an example of how to use get_windows_instance_initial_credentials API.
6839
6839
  """
6840
6840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6841
6841
  required_arguments = ['instanceId']
@@ -6989,7 +6989,7 @@ class ComputeClient(object):
6989
6989
  :rtype: :class:`~oci.response.Response`
6990
6990
 
6991
6991
  :example:
6992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/instance_action.py.html>`__ to see an example of how to use instance_action API.
6992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/instance_action.py.html>`__ to see an example of how to use instance_action API.
6993
6993
  """
6994
6994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6995
6995
  required_arguments = ['instanceId', 'action']
@@ -7155,7 +7155,7 @@ class ComputeClient(object):
7155
7155
  :rtype: :class:`~oci.response.Response`
7156
7156
 
7157
7157
  :example:
7158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/launch_instance.py.html>`__ to see an example of how to use launch_instance API.
7158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/launch_instance.py.html>`__ to see an example of how to use launch_instance API.
7159
7159
  """
7160
7160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7161
7161
  required_arguments = []
@@ -7261,7 +7261,7 @@ class ComputeClient(object):
7261
7261
  :rtype: :class:`~oci.response.Response`
7262
7262
 
7263
7263
  :example:
7264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
7264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_app_catalog_listing_resource_versions.py.html>`__ to see an example of how to use list_app_catalog_listing_resource_versions API.
7265
7265
  """
7266
7266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7267
7267
  required_arguments = ['listingId']
@@ -7400,7 +7400,7 @@ class ComputeClient(object):
7400
7400
  :rtype: :class:`~oci.response.Response`
7401
7401
 
7402
7402
  :example:
7403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_app_catalog_listings.py.html>`__ to see an example of how to use list_app_catalog_listings API.
7403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_app_catalog_listings.py.html>`__ to see an example of how to use list_app_catalog_listings API.
7404
7404
  """
7405
7405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7406
7406
  required_arguments = []
@@ -7544,7 +7544,7 @@ class ComputeClient(object):
7544
7544
  :rtype: :class:`~oci.response.Response`
7545
7545
 
7546
7546
  :example:
7547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_app_catalog_subscriptions.py.html>`__ to see an example of how to use list_app_catalog_subscriptions API.
7547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_app_catalog_subscriptions.py.html>`__ to see an example of how to use list_app_catalog_subscriptions API.
7548
7548
  """
7549
7549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7550
7550
  required_arguments = ['compartmentId']
@@ -7685,7 +7685,7 @@ class ComputeClient(object):
7685
7685
  :rtype: :class:`~oci.response.Response`
7686
7686
 
7687
7687
  :example:
7688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_boot_volume_attachments.py.html>`__ to see an example of how to use list_boot_volume_attachments API.
7688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_boot_volume_attachments.py.html>`__ to see an example of how to use list_boot_volume_attachments API.
7689
7689
  """
7690
7690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7691
7691
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -7827,7 +7827,7 @@ class ComputeClient(object):
7827
7827
  :rtype: :class:`~oci.response.Response`
7828
7828
 
7829
7829
  :example:
7830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
7830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_capacity_reservation_instance_shapes.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instance_shapes API.
7831
7831
  """
7832
7832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7833
7833
  required_arguments = ['compartmentId']
@@ -7989,7 +7989,7 @@ class ComputeClient(object):
7989
7989
  :rtype: :class:`~oci.response.Response`
7990
7990
 
7991
7991
  :example:
7992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_compute_capacity_reservation_instances.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instances API.
7992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_capacity_reservation_instances.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instances API.
7993
7993
  """
7994
7994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7995
7995
  required_arguments = ['capacityReservationId']
@@ -8170,7 +8170,7 @@ class ComputeClient(object):
8170
8170
  :rtype: :class:`~oci.response.Response`
8171
8171
 
8172
8172
  :example:
8173
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_compute_capacity_reservations.py.html>`__ to see an example of how to use list_compute_capacity_reservations API.
8173
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_capacity_reservations.py.html>`__ to see an example of how to use list_compute_capacity_reservations API.
8174
8174
  """
8175
8175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8176
8176
  required_arguments = ['compartmentId']
@@ -8342,7 +8342,7 @@ class ComputeClient(object):
8342
8342
  :rtype: :class:`~oci.response.Response`
8343
8343
 
8344
8344
  :example:
8345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_compute_capacity_topologies.py.html>`__ to see an example of how to use list_compute_capacity_topologies API.
8345
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_capacity_topologies.py.html>`__ to see an example of how to use list_compute_capacity_topologies API.
8346
8346
  """
8347
8347
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8348
8348
  required_arguments = ['compartmentId']
@@ -8523,7 +8523,7 @@ class ComputeClient(object):
8523
8523
  :rtype: :class:`~oci.response.Response`
8524
8524
 
8525
8525
  :example:
8526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
8526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/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.
8527
8527
  """
8528
8528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8529
8529
  required_arguments = ['computeCapacityTopologyId']
@@ -8706,7 +8706,7 @@ class ComputeClient(object):
8706
8706
  :rtype: :class:`~oci.response.Response`
8707
8707
 
8708
8708
  :example:
8709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
8709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/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.
8710
8710
  """
8711
8711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8712
8712
  required_arguments = ['computeCapacityTopologyId']
@@ -8888,7 +8888,7 @@ class ComputeClient(object):
8888
8888
  :rtype: :class:`~oci.response.Response`
8889
8889
 
8890
8890
  :example:
8891
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
8891
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/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.
8892
8892
  """
8893
8893
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8894
8894
  required_arguments = ['computeCapacityTopologyId']
@@ -9068,7 +9068,7 @@ class ComputeClient(object):
9068
9068
  :rtype: :class:`~oci.response.Response`
9069
9069
 
9070
9070
  :example:
9071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_compute_clusters.py.html>`__ to see an example of how to use list_compute_clusters API.
9071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_clusters.py.html>`__ to see an example of how to use list_compute_clusters API.
9072
9072
  """
9073
9073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9074
9074
  required_arguments = ['compartmentId']
@@ -9221,7 +9221,7 @@ class ComputeClient(object):
9221
9221
  :rtype: :class:`~oci.response.Response`
9222
9222
 
9223
9223
  :example:
9224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
9224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/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.
9225
9225
  """
9226
9226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9227
9227
  required_arguments = ['computeGlobalImageCapabilitySchemaId']
@@ -9380,7 +9380,7 @@ class ComputeClient(object):
9380
9380
  :rtype: :class:`~oci.response.Response`
9381
9381
 
9382
9382
  :example:
9383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
9383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_global_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_global_image_capability_schemas API.
9384
9384
  """
9385
9385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9386
9386
  required_arguments = []
@@ -9530,7 +9530,7 @@ class ComputeClient(object):
9530
9530
  :rtype: :class:`~oci.response.Response`
9531
9531
 
9532
9532
  :example:
9533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_compute_gpu_memory_cluster_instances.py.html>`__ to see an example of how to use list_compute_gpu_memory_cluster_instances API.
9533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_gpu_memory_cluster_instances.py.html>`__ to see an example of how to use list_compute_gpu_memory_cluster_instances API.
9534
9534
  """
9535
9535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9536
9536
  required_arguments = ['computeGpuMemoryClusterId']
@@ -9712,7 +9712,7 @@ class ComputeClient(object):
9712
9712
  :rtype: :class:`~oci.response.Response`
9713
9713
 
9714
9714
  :example:
9715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_compute_gpu_memory_clusters.py.html>`__ to see an example of how to use list_compute_gpu_memory_clusters API.
9715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_gpu_memory_clusters.py.html>`__ to see an example of how to use list_compute_gpu_memory_clusters API.
9716
9716
  """
9717
9717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9718
9718
  required_arguments = ['compartmentId']
@@ -9903,7 +9903,7 @@ class ComputeClient(object):
9903
9903
  :rtype: :class:`~oci.response.Response`
9904
9904
 
9905
9905
  :example:
9906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_compute_gpu_memory_fabrics.py.html>`__ to see an example of how to use list_compute_gpu_memory_fabrics API.
9906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_gpu_memory_fabrics.py.html>`__ to see an example of how to use list_compute_gpu_memory_fabrics API.
9907
9907
  """
9908
9908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9909
9909
  required_arguments = ['compartmentId']
@@ -10105,7 +10105,7 @@ class ComputeClient(object):
10105
10105
  :rtype: :class:`~oci.response.Response`
10106
10106
 
10107
10107
  :example:
10108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_compute_hosts.py.html>`__ to see an example of how to use list_compute_hosts API.
10108
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_hosts.py.html>`__ to see an example of how to use list_compute_hosts API.
10109
10109
  """
10110
10110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10111
10111
  required_arguments = ['compartmentId']
@@ -10269,7 +10269,7 @@ class ComputeClient(object):
10269
10269
  :rtype: :class:`~oci.response.Response`
10270
10270
 
10271
10271
  :example:
10272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_compute_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_image_capability_schemas API.
10272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_compute_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_image_capability_schemas API.
10273
10273
  """
10274
10274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10275
10275
  required_arguments = []
@@ -10433,7 +10433,7 @@ class ComputeClient(object):
10433
10433
  :rtype: :class:`~oci.response.Response`
10434
10434
 
10435
10435
  :example:
10436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
10436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
10437
10437
  """
10438
10438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10439
10439
  required_arguments = ['compartmentId']
@@ -10584,7 +10584,7 @@ class ComputeClient(object):
10584
10584
  :rtype: :class:`~oci.response.Response`
10585
10585
 
10586
10586
  :example:
10587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
10587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_dedicated_vm_host_instance_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_instance_shapes API.
10588
10588
  """
10589
10589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10590
10590
  required_arguments = ['compartmentId']
@@ -10728,7 +10728,7 @@ class ComputeClient(object):
10728
10728
  :rtype: :class:`~oci.response.Response`
10729
10729
 
10730
10730
  :example:
10731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_dedicated_vm_host_instances.py.html>`__ to see an example of how to use list_dedicated_vm_host_instances API.
10731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_dedicated_vm_host_instances.py.html>`__ to see an example of how to use list_dedicated_vm_host_instances API.
10732
10732
  """
10733
10733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10734
10734
  required_arguments = ['dedicatedVmHostId', 'compartmentId']
@@ -10882,7 +10882,7 @@ class ComputeClient(object):
10882
10882
  :rtype: :class:`~oci.response.Response`
10883
10883
 
10884
10884
  :example:
10885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_dedicated_vm_host_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_shapes API.
10885
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_dedicated_vm_host_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_shapes API.
10886
10886
  """
10887
10887
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10888
10888
  required_arguments = ['compartmentId']
@@ -11043,7 +11043,7 @@ class ComputeClient(object):
11043
11043
  :rtype: :class:`~oci.response.Response`
11044
11044
 
11045
11045
  :example:
11046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_dedicated_vm_hosts.py.html>`__ to see an example of how to use list_dedicated_vm_hosts API.
11046
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_dedicated_vm_hosts.py.html>`__ to see an example of how to use list_dedicated_vm_hosts API.
11047
11047
  """
11048
11048
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11049
11049
  required_arguments = ['compartmentId']
@@ -11194,7 +11194,7 @@ class ComputeClient(object):
11194
11194
  :rtype: :class:`~oci.response.Response`
11195
11195
 
11196
11196
  :example:
11197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_image_shape_compatibility_entries.py.html>`__ to see an example of how to use list_image_shape_compatibility_entries API.
11197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_image_shape_compatibility_entries.py.html>`__ to see an example of how to use list_image_shape_compatibility_entries API.
11198
11198
  """
11199
11199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11200
11200
  required_arguments = ['imageId']
@@ -11370,7 +11370,7 @@ class ComputeClient(object):
11370
11370
  :rtype: :class:`~oci.response.Response`
11371
11371
 
11372
11372
  :example:
11373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_images.py.html>`__ to see an example of how to use list_images API.
11373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_images.py.html>`__ to see an example of how to use list_images API.
11374
11374
  """
11375
11375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11376
11376
  required_arguments = ['compartmentId']
@@ -11521,7 +11521,7 @@ class ComputeClient(object):
11521
11521
  :rtype: :class:`~oci.response.Response`
11522
11522
 
11523
11523
  :example:
11524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_instance_console_connections.py.html>`__ to see an example of how to use list_instance_console_connections API.
11524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_instance_console_connections.py.html>`__ to see an example of how to use list_instance_console_connections API.
11525
11525
  """
11526
11526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11527
11527
  required_arguments = ['compartmentId']
@@ -11658,7 +11658,7 @@ class ComputeClient(object):
11658
11658
  :rtype: :class:`~oci.response.Response`
11659
11659
 
11660
11660
  :example:
11661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_instance_devices.py.html>`__ to see an example of how to use list_instance_devices API.
11661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_instance_devices.py.html>`__ to see an example of how to use list_instance_devices API.
11662
11662
  """
11663
11663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11664
11664
  required_arguments = ['instanceId']
@@ -11847,7 +11847,7 @@ class ComputeClient(object):
11847
11847
  :rtype: :class:`~oci.response.Response`
11848
11848
 
11849
11849
  :example:
11850
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_instance_maintenance_events.py.html>`__ to see an example of how to use list_instance_maintenance_events API.
11850
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_instance_maintenance_events.py.html>`__ to see an example of how to use list_instance_maintenance_events API.
11851
11851
  """
11852
11852
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11853
11853
  required_arguments = ['compartmentId']
@@ -12042,7 +12042,7 @@ class ComputeClient(object):
12042
12042
  :rtype: :class:`~oci.response.Response`
12043
12043
 
12044
12044
  :example:
12045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_instances.py.html>`__ to see an example of how to use list_instances API.
12045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_instances.py.html>`__ to see an example of how to use list_instances API.
12046
12046
  """
12047
12047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12048
12048
  required_arguments = ['compartmentId']
@@ -12195,7 +12195,7 @@ class ComputeClient(object):
12195
12195
  :rtype: :class:`~oci.response.Response`
12196
12196
 
12197
12197
  :example:
12198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
12198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
12199
12199
  """
12200
12200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12201
12201
  required_arguments = ['compartmentId']
@@ -12319,7 +12319,7 @@ class ComputeClient(object):
12319
12319
  :rtype: :class:`~oci.response.Response`
12320
12320
 
12321
12321
  :example:
12322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_vnic_attachments.py.html>`__ to see an example of how to use list_vnic_attachments API.
12322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_vnic_attachments.py.html>`__ to see an example of how to use list_vnic_attachments API.
12323
12323
  """
12324
12324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12325
12325
  required_arguments = ['compartmentId']
@@ -12447,7 +12447,7 @@ class ComputeClient(object):
12447
12447
  :rtype: :class:`~oci.response.Response`
12448
12448
 
12449
12449
  :example:
12450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/list_volume_attachments.py.html>`__ to see an example of how to use list_volume_attachments API.
12450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/list_volume_attachments.py.html>`__ to see an example of how to use list_volume_attachments API.
12451
12451
  """
12452
12452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12453
12453
  required_arguments = ['compartmentId']
@@ -12547,7 +12547,7 @@ class ComputeClient(object):
12547
12547
  :rtype: :class:`~oci.response.Response`
12548
12548
 
12549
12549
  :example:
12550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/remove_image_shape_compatibility_entry.py.html>`__ to see an example of how to use remove_image_shape_compatibility_entry API.
12550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/remove_image_shape_compatibility_entry.py.html>`__ to see an example of how to use remove_image_shape_compatibility_entry API.
12551
12551
  """
12552
12552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12553
12553
  required_arguments = ['imageId', 'shapeName']
@@ -12659,7 +12659,7 @@ class ComputeClient(object):
12659
12659
  :rtype: :class:`~oci.response.Response`
12660
12660
 
12661
12661
  :example:
12662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/terminate_instance.py.html>`__ to see an example of how to use terminate_instance API.
12662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/terminate_instance.py.html>`__ to see an example of how to use terminate_instance API.
12663
12663
  """
12664
12664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12665
12665
  required_arguments = ['instanceId']
@@ -12774,7 +12774,7 @@ class ComputeClient(object):
12774
12774
  :rtype: :class:`~oci.response.Response`
12775
12775
 
12776
12776
  :example:
12777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_compute_capacity_reservation.py.html>`__ to see an example of how to use update_compute_capacity_reservation API.
12777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_compute_capacity_reservation.py.html>`__ to see an example of how to use update_compute_capacity_reservation API.
12778
12778
  """
12779
12779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12780
12780
  required_arguments = ['capacityReservationId']
@@ -12883,7 +12883,7 @@ class ComputeClient(object):
12883
12883
  :rtype: :class:`~oci.response.Response`
12884
12884
 
12885
12885
  :example:
12886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_compute_capacity_topology.py.html>`__ to see an example of how to use update_compute_capacity_topology API.
12886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_compute_capacity_topology.py.html>`__ to see an example of how to use update_compute_capacity_topology API.
12887
12887
  """
12888
12888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12889
12889
  required_arguments = ['computeCapacityTopologyId']
@@ -13013,7 +13013,7 @@ class ComputeClient(object):
13013
13013
  :rtype: :class:`~oci.response.Response`
13014
13014
 
13015
13015
  :example:
13016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_compute_cluster.py.html>`__ to see an example of how to use update_compute_cluster API.
13016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_compute_cluster.py.html>`__ to see an example of how to use update_compute_cluster API.
13017
13017
  """
13018
13018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13019
13019
  required_arguments = ['computeClusterId']
@@ -13132,7 +13132,7 @@ class ComputeClient(object):
13132
13132
  :rtype: :class:`~oci.response.Response`
13133
13133
 
13134
13134
  :example:
13135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use update_compute_gpu_memory_cluster API.
13135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use update_compute_gpu_memory_cluster API.
13136
13136
  """
13137
13137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13138
13138
  required_arguments = ['computeGpuMemoryClusterId']
@@ -13253,7 +13253,7 @@ class ComputeClient(object):
13253
13253
  :rtype: :class:`~oci.response.Response`
13254
13254
 
13255
13255
  :example:
13256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_compute_gpu_memory_fabric.py.html>`__ to see an example of how to use update_compute_gpu_memory_fabric API.
13256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_compute_gpu_memory_fabric.py.html>`__ to see an example of how to use update_compute_gpu_memory_fabric API.
13257
13257
  """
13258
13258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13259
13259
  required_arguments = ['computeGpuMemoryFabricId']
@@ -13369,7 +13369,7 @@ class ComputeClient(object):
13369
13369
  :rtype: :class:`~oci.response.Response`
13370
13370
 
13371
13371
  :example:
13372
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_compute_host.py.html>`__ to see an example of how to use update_compute_host API.
13372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_compute_host.py.html>`__ to see an example of how to use update_compute_host API.
13373
13373
  """
13374
13374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13375
13375
  required_arguments = ['computeHostId']
@@ -13474,7 +13474,7 @@ class ComputeClient(object):
13474
13474
  :rtype: :class:`~oci.response.Response`
13475
13475
 
13476
13476
  :example:
13477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_compute_image_capability_schema.py.html>`__ to see an example of how to use update_compute_image_capability_schema API.
13477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_compute_image_capability_schema.py.html>`__ to see an example of how to use update_compute_image_capability_schema API.
13478
13478
  """
13479
13479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13480
13480
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -13577,7 +13577,7 @@ class ComputeClient(object):
13577
13577
  :rtype: :class:`~oci.response.Response`
13578
13578
 
13579
13579
  :example:
13580
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
13580
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
13581
13581
  """
13582
13582
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13583
13583
  required_arguments = ['instanceConsoleHistoryId']
@@ -13692,7 +13692,7 @@ class ComputeClient(object):
13692
13692
  :rtype: :class:`~oci.response.Response`
13693
13693
 
13694
13694
  :example:
13695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_dedicated_vm_host.py.html>`__ to see an example of how to use update_dedicated_vm_host API.
13695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_dedicated_vm_host.py.html>`__ to see an example of how to use update_dedicated_vm_host API.
13696
13696
  """
13697
13697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13698
13698
  required_arguments = ['dedicatedVmHostId']
@@ -13809,7 +13809,7 @@ class ComputeClient(object):
13809
13809
  :rtype: :class:`~oci.response.Response`
13810
13810
 
13811
13811
  :example:
13812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_image.py.html>`__ to see an example of how to use update_image API.
13812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_image.py.html>`__ to see an example of how to use update_image API.
13813
13813
  """
13814
13814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13815
13815
  required_arguments = ['imageId']
@@ -13930,7 +13930,7 @@ class ComputeClient(object):
13930
13930
  :rtype: :class:`~oci.response.Response`
13931
13931
 
13932
13932
  :example:
13933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_instance.py.html>`__ to see an example of how to use update_instance API.
13933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_instance.py.html>`__ to see an example of how to use update_instance API.
13934
13934
  """
13935
13935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13936
13936
  required_arguments = ['instanceId']
@@ -14040,7 +14040,7 @@ class ComputeClient(object):
14040
14040
  :rtype: :class:`~oci.response.Response`
14041
14041
 
14042
14042
  :example:
14043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_instance_console_connection.py.html>`__ to see an example of how to use update_instance_console_connection API.
14043
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_instance_console_connection.py.html>`__ to see an example of how to use update_instance_console_connection API.
14044
14044
  """
14045
14045
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14046
14046
  required_arguments = ['instanceConsoleConnectionId']
@@ -14156,7 +14156,7 @@ class ComputeClient(object):
14156
14156
  :rtype: :class:`~oci.response.Response`
14157
14157
 
14158
14158
  :example:
14159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_instance_maintenance_event.py.html>`__ to see an example of how to use update_instance_maintenance_event API.
14159
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_instance_maintenance_event.py.html>`__ to see an example of how to use update_instance_maintenance_event API.
14160
14160
  """
14161
14161
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14162
14162
  required_arguments = ['instanceMaintenanceEventId']
@@ -14268,7 +14268,7 @@ class ComputeClient(object):
14268
14268
  :rtype: :class:`~oci.response.Response`
14269
14269
 
14270
14270
  :example:
14271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/core/update_volume_attachment.py.html>`__ to see an example of how to use update_volume_attachment API.
14271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/core/update_volume_attachment.py.html>`__ to see an example of how to use update_volume_attachment API.
14272
14272
  """
14273
14273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14274
14274
  required_arguments = ['volumeAttachmentId']