oci 2.115.0__py3-none-any.whl → 2.115.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) 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 +22 -22
  6. oci/ai_language/ai_service_language_client.py +36 -36
  7. oci/ai_speech/ai_service_speech_client.py +9 -9
  8. oci/ai_vision/ai_service_vision_client.py +25 -25
  9. oci/analytics/analytics_client.py +23 -23
  10. oci/announcements_service/announcement_client.py +4 -4
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +8 -8
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  22. oci/apm_traces/query_client.py +2 -2
  23. oci/apm_traces/trace_client.py +4 -4
  24. oci/application_migration/application_migration_client.py +19 -19
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -17
  29. oci/autoscaling/auto_scaling_client.py +11 -11
  30. oci/bastion/bastion_client.py +15 -15
  31. oci/bds/bds_client.py +47 -47
  32. oci/blockchain/blockchain_platform_client.py +27 -27
  33. oci/budget/budget_client.py +10 -10
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +8 -8
  37. oci/cims/user_client.py +1 -1
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +14 -14
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +133 -133
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  45. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  46. oci/compute_instance_agent/plugin_client.py +2 -2
  47. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  48. oci/container_engine/container_engine_client.py +44 -44
  49. oci/container_instances/container_instance_client.py +18 -18
  50. oci/core/blockstorage_client.py +60 -60
  51. oci/core/compute_client.py +90 -90
  52. oci/core/compute_management_client.py +32 -32
  53. oci/core/virtual_network_client.py +242 -242
  54. oci/dashboard_service/dashboard_client.py +6 -6
  55. oci/dashboard_service/dashboard_group_client.py +6 -6
  56. oci/data_catalog/data_catalog_client.py +141 -141
  57. oci/data_flow/data_flow_client.py +42 -42
  58. oci/data_integration/data_integration_client.py +163 -163
  59. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  60. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  61. oci/data_safe/data_safe_client.py +252 -252
  62. oci/data_science/data_science_client.py +91 -91
  63. oci/database/database_client.py +645 -319
  64. oci/database/database_client_composite_operations.py +176 -0
  65. oci/database/models/__init__.py +8 -0
  66. oci/database/models/autonomous_container_database.py +7 -3
  67. oci/database/models/autonomous_container_database_summary.py +7 -3
  68. oci/database/models/configure_saas_admin_user_details.py +284 -0
  69. oci/database/models/create_autonomous_container_database_dataguard_association_details.py +321 -0
  70. oci/database/models/database_connection_string_profile.py +33 -2
  71. oci/database/models/generate_autonomous_database_wallet_details.py +33 -2
  72. oci/database/models/saas_admin_user_configuration.py +284 -0
  73. oci/database/models/saas_admin_user_status.py +154 -0
  74. oci/database_management/db_management_client.py +182 -182
  75. oci/database_management/diagnosability_client.py +4 -4
  76. oci/database_management/managed_my_sql_databases_client.py +6 -6
  77. oci/database_management/perfhub_client.py +1 -1
  78. oci/database_management/sql_tuning_client.py +17 -17
  79. oci/database_migration/database_migration_client.py +41 -41
  80. oci/database_tools/database_tools_client.py +23 -23
  81. oci/devops/devops_client.py +89 -89
  82. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  83. oci/dns/dns_client.py +52 -52
  84. oci/dts/appliance_export_job_client.py +6 -6
  85. oci/dts/shipping_vendors_client.py +1 -1
  86. oci/dts/transfer_appliance_client.py +8 -8
  87. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  88. oci/dts/transfer_device_client.py +5 -5
  89. oci/dts/transfer_job_client.py +6 -6
  90. oci/dts/transfer_package_client.py +7 -7
  91. oci/em_warehouse/em_data_lake_client.py +13 -13
  92. oci/em_warehouse/em_warehouse_client.py +13 -13
  93. oci/email/email_client.py +25 -25
  94. oci/events/events_client.py +6 -6
  95. oci/file_storage/file_storage_client.py +50 -50
  96. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  97. oci/functions/functions_invoke_client.py +1 -1
  98. oci/functions/functions_management_client.py +16 -16
  99. oci/fusion_apps/data_masking_activity_client.py +3 -3
  100. oci/fusion_apps/fusion_applications_client.py +39 -39
  101. oci/fusion_apps/fusion_environment_client.py +15 -15
  102. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  103. oci/fusion_apps/refresh_activity_client.py +4 -4
  104. oci/fusion_apps/scheduled_activity_client.py +2 -2
  105. oci/fusion_apps/service_attachment_client.py +2 -2
  106. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  107. oci/golden_gate/golden_gate_client.py +57 -57
  108. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  109. oci/governance_rules_control_plane/work_request_client.py +5 -5
  110. oci/healthchecks/health_checks_client.py +17 -17
  111. oci/identity/identity_client.py +145 -145
  112. oci/identity_data_plane/dataplane_client.py +2 -2
  113. oci/identity_domains/identity_domains_client.py +190 -190
  114. oci/integration/integration_instance_client.py +15 -15
  115. oci/jms/java_management_service_client.py +1352 -164
  116. oci/jms/java_management_service_client_composite_operations.py +226 -0
  117. oci/jms/models/__init__.py +32 -0
  118. oci/jms/models/agent.py +240 -0
  119. oci/jms/models/announcement_summary.py +1 -1
  120. oci/jms/models/application_work_item_details.py +2 -2
  121. oci/jms/models/basic_work_item_details.py +2 -2
  122. oci/jms/models/blocklist.py +31 -3
  123. oci/jms/models/blocklist_entry.py +31 -3
  124. oci/jms/models/create_blocklist_details.py +31 -3
  125. oci/jms/models/create_drs_file_details.py +134 -0
  126. oci/jms/models/disable_drs_details.py +69 -0
  127. oci/jms/models/drs_file.py +272 -0
  128. oci/jms/models/drs_file_collection.py +72 -0
  129. oci/jms/models/drs_file_summary.py +272 -0
  130. oci/jms/models/drs_target.py +72 -0
  131. oci/jms/models/enable_drs_details.py +69 -0
  132. oci/jms/models/export_setting.py +485 -0
  133. oci/jms/models/export_status.py +201 -0
  134. oci/jms/models/fleet.py +31 -0
  135. oci/jms/models/fleet_agent_configuration.py +27 -0
  136. oci/jms/models/fleet_summary.py +31 -0
  137. oci/jms/models/java_artifact.py +262 -2
  138. oci/jms/models/java_family.py +103 -2
  139. oci/jms/models/java_family_summary.py +70 -2
  140. oci/jms/models/java_migration_analysis_result.py +31 -0
  141. oci/jms/models/java_migration_analysis_result_summary.py +31 -0
  142. oci/jms/models/java_release.py +66 -2
  143. oci/jms/models/java_release_summary.py +66 -2
  144. oci/jms/models/lcm_work_item_details.py +86 -0
  145. oci/jms/models/manage_drs_details.py +73 -0
  146. oci/jms/models/managed_instance_usage.py +82 -0
  147. oci/jms/models/patch_detail.py +103 -0
  148. oci/jms/models/performance_tuning_analysis.py +2 -2
  149. oci/jms/models/plugin.py +103 -0
  150. oci/jms/models/request_crypto_analyses_details.py +2 -2
  151. oci/jms/models/update_drs_file_details.py +134 -0
  152. oci/jms/models/update_export_setting_details.py +349 -0
  153. oci/jms/models/update_fleet_agent_configuration_details.py +29 -2
  154. oci/jms/models/work_item_details.py +34 -6
  155. oci/jms/models/work_request.py +31 -3
  156. oci/jms_java_downloads/__init__.py +14 -0
  157. oci/jms_java_downloads/java_download_client.py +3088 -0
  158. oci/jms_java_downloads/java_download_client_composite_operations.py +384 -0
  159. oci/jms_java_downloads/models/__init__.py +80 -0
  160. oci/jms_java_downloads/models/create_java_download_report_details.py +289 -0
  161. oci/jms_java_downloads/models/create_java_download_token_details.py +336 -0
  162. oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +174 -0
  163. oci/jms_java_downloads/models/download_url.py +119 -0
  164. oci/jms_java_downloads/models/generate_artifact_download_url_details.py +72 -0
  165. oci/jms_java_downloads/models/java_download_count_aggregation.py +289 -0
  166. oci/jms_java_downloads/models/java_download_count_aggregation_collection.py +123 -0
  167. oci/jms_java_downloads/models/java_download_record.py +351 -0
  168. oci/jms_java_downloads/models/java_download_record_collection.py +72 -0
  169. oci/jms_java_downloads/models/java_download_record_summary.py +351 -0
  170. oci/jms_java_downloads/models/java_download_report.py +533 -0
  171. oci/jms_java_downloads/models/java_download_report_collection.py +72 -0
  172. oci/jms_java_downloads/models/java_download_report_summary.py +532 -0
  173. oci/jms_java_downloads/models/java_download_token.py +710 -0
  174. oci/jms_java_downloads/models/java_download_token_collection.py +72 -0
  175. oci/jms_java_downloads/models/java_download_token_summary.py +710 -0
  176. oci/jms_java_downloads/models/java_license.py +154 -0
  177. oci/jms_java_downloads/models/java_license_acceptance_record.py +513 -0
  178. oci/jms_java_downloads/models/java_license_acceptance_record_collection.py +72 -0
  179. oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +513 -0
  180. oci/jms_java_downloads/models/java_license_collection.py +72 -0
  181. oci/jms_java_downloads/models/java_license_summary.py +154 -0
  182. oci/jms_java_downloads/models/principal.py +138 -0
  183. oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +415 -0
  184. oci/jms_java_downloads/models/update_java_download_token_details.py +270 -0
  185. oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +88 -0
  186. oci/jms_java_downloads/models/work_request.py +412 -0
  187. oci/jms_java_downloads/models/work_request_error.py +136 -0
  188. oci/jms_java_downloads/models/work_request_error_collection.py +72 -0
  189. oci/jms_java_downloads/models/work_request_log_entry.py +103 -0
  190. oci/jms_java_downloads/models/work_request_log_entry_collection.py +72 -0
  191. oci/jms_java_downloads/models/work_request_resource.py +203 -0
  192. oci/jms_java_downloads/models/work_request_summary.py +412 -0
  193. oci/jms_java_downloads/models/work_request_summary_collection.py +72 -0
  194. oci/key_management/ekm_client.py +5 -5
  195. oci/key_management/kms_crypto_client.py +6 -6
  196. oci/key_management/kms_management_client.py +21 -21
  197. oci/key_management/kms_vault_client.py +14 -14
  198. oci/license_manager/license_manager_client.py +18 -18
  199. oci/limits/limits_client.py +4 -4
  200. oci/limits/quotas_client.py +7 -7
  201. oci/load_balancer/load_balancer_client.py +61 -61
  202. oci/lockbox/lockbox_client.py +23 -23
  203. oci/log_analytics/log_analytics_client.py +192 -192
  204. oci/logging/logging_management_client.py +30 -30
  205. oci/loggingingestion/logging_client.py +1 -1
  206. oci/loggingsearch/log_search_client.py +1 -1
  207. oci/management_agent/management_agent_client.py +23 -23
  208. oci/management_dashboard/dashx_apis_client.py +14 -14
  209. oci/marketplace/account_client.py +2 -2
  210. oci/marketplace/marketplace_client.py +30 -30
  211. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  212. oci/media_services/media_services_client.py +48 -48
  213. oci/media_services/media_stream_client.py +2 -2
  214. oci/monitoring/monitoring_client.py +13 -13
  215. oci/mysql/channels_client.py +7 -7
  216. oci/mysql/db_backups_client.py +6 -6
  217. oci/mysql/db_system_client.py +17 -17
  218. oci/mysql/mysqlaas_client.py +7 -7
  219. oci/mysql/replicas_client.py +5 -5
  220. oci/mysql/work_requests_client.py +4 -4
  221. oci/network_firewall/network_firewall_client.py +80 -80
  222. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  223. oci/nosql/nosql_client.py +24 -24
  224. oci/object_storage/object_storage_client.py +50 -50
  225. oci/oce/oce_instance_client.py +10 -10
  226. oci/oci_control_center/occ_metrics_client.py +3 -3
  227. oci/ocvp/esxi_host_client.py +6 -6
  228. oci/ocvp/sddc_client.py +13 -13
  229. oci/ocvp/work_request_client.py +4 -4
  230. oci/oda/management_client.py +56 -56
  231. oci/oda/oda_client.py +17 -17
  232. oci/oda/odapackage_client.py +7 -7
  233. oci/onesubscription/billing_schedule_client.py +1 -1
  234. oci/onesubscription/commitment_client.py +2 -2
  235. oci/onesubscription/computed_usage_client.py +3 -3
  236. oci/onesubscription/invoice_summary_client.py +2 -2
  237. oci/onesubscription/organization_subscription_client.py +1 -1
  238. oci/onesubscription/ratecard_client.py +1 -1
  239. oci/onesubscription/subscribed_service_client.py +2 -2
  240. oci/onesubscription/subscription_client.py +1 -1
  241. oci/ons/notification_control_plane_client.py +6 -6
  242. oci/ons/notification_data_plane_client.py +10 -10
  243. oci/opa/opa_instance_client.py +11 -11
  244. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  245. oci/opensearch/opensearch_cluster_client.py +14 -14
  246. oci/operator_access_control/access_requests_client.py +9 -9
  247. oci/operator_access_control/operator_actions_client.py +2 -2
  248. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  249. oci/operator_access_control/operator_control_client.py +6 -6
  250. oci/opsi/operations_insights_client.py +159 -159
  251. oci/optimizer/optimizer_client.py +26 -26
  252. oci/os_management/event_client.py +8 -8
  253. oci/os_management/os_management_client.py +69 -69
  254. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  255. oci/os_management_hub/managed_instance_client.py +22 -22
  256. oci/os_management_hub/managed_instance_group_client.py +22 -22
  257. oci/os_management_hub/management_station_client.py +8 -8
  258. oci/os_management_hub/onboarding_client.py +5 -5
  259. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  260. oci/os_management_hub/scheduled_job_client.py +6 -6
  261. oci/os_management_hub/software_source_client.py +22 -22
  262. oci/os_management_hub/work_request_client.py +4 -4
  263. oci/osp_gateway/address_rule_service_client.py +1 -1
  264. oci/osp_gateway/address_service_client.py +2 -2
  265. oci/osp_gateway/invoice_service_client.py +5 -5
  266. oci/osp_gateway/subscription_service_client.py +5 -5
  267. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  268. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  269. oci/osub_subscription/commitment_client.py +2 -2
  270. oci/osub_subscription/ratecard_client.py +1 -1
  271. oci/osub_subscription/subscription_client.py +1 -1
  272. oci/osub_usage/computed_usage_client.py +3 -3
  273. oci/queue/queue_admin_client.py +11 -11
  274. oci/queue/queue_client.py +8 -8
  275. oci/recovery/database_recovery_client.py +23 -23
  276. oci/redis/redis_cluster_client.py +11 -11
  277. oci/resource_manager/resource_manager_client.py +52 -52
  278. oci/resource_search/resource_search_client.py +3 -3
  279. oci/rover/rover_bundle_client.py +8 -8
  280. oci/rover/rover_cluster_client.py +8 -8
  281. oci/rover/rover_entitlement_client.py +6 -6
  282. oci/rover/rover_node_client.py +15 -15
  283. oci/rover/shape_client.py +1 -1
  284. oci/rover/work_requests_client.py +5 -5
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/service_catalog/service_catalog_client.py +26 -26
  288. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  289. oci/service_mesh/service_mesh_client.py +48 -48
  290. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  291. oci/streaming/stream_admin_client.py +18 -18
  292. oci/streaming/stream_client.py +8 -8
  293. oci/tenant_manager_control_plane/domain_client.py +5 -5
  294. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  295. oci/tenant_manager_control_plane/governance_client.py +2 -2
  296. oci/tenant_manager_control_plane/link_client.py +3 -3
  297. oci/tenant_manager_control_plane/orders_client.py +2 -2
  298. oci/tenant_manager_control_plane/organization_client.py +10 -10
  299. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  300. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  302. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  303. oci/threat_intelligence/threatintel_client.py +5 -5
  304. oci/usage/resources_client.py +2 -2
  305. oci/usage/rewards_client.py +6 -6
  306. oci/usage/usagelimits_client.py +1 -1
  307. oci/usage_api/usageapi_client.py +19 -19
  308. oci/vault/vaults_client.py +11 -11
  309. oci/vbs_inst/vbs_instance_client.py +10 -10
  310. oci/version.py +1 -1
  311. oci/visual_builder/vb_instance_client.py +13 -13
  312. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  313. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  314. oci/waa/waa_client.py +13 -13
  315. oci/waa/work_request_client.py +4 -4
  316. oci/waas/redirect_client.py +6 -6
  317. oci/waas/waas_client.py +66 -66
  318. oci/waf/waf_client.py +24 -24
  319. oci/work_requests/work_request_client.py +4 -4
  320. {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/METADATA +1 -1
  321. {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/RECORD +325 -267
  322. {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/LICENSE.txt +0 -0
  323. {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  324. {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/WHEEL +0 -0
  325. {oci-2.115.0.dist-info → oci-2.115.1.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.115.0/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.115.1/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.115.0/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.115.1/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.115.0/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.115.1/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.115.0/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.115.1/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.115.0/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.115.1/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.115.0/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.115.1/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.115.0/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.115.1/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']
@@ -898,7 +898,7 @@ class ComputeClient(object):
898
898
  :rtype: :class:`~oci.response.Response`
899
899
 
900
900
  :example:
901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/change_compute_cluster_compartment.py.html>`__ to see an example of how to use change_compute_cluster_compartment API.
901
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/change_compute_cluster_compartment.py.html>`__ to see an example of how to use change_compute_cluster_compartment API.
902
902
  """
903
903
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
904
904
  required_arguments = ['computeClusterId']
@@ -1019,7 +1019,7 @@ class ComputeClient(object):
1019
1019
  :rtype: :class:`~oci.response.Response`
1020
1020
 
1021
1021
  :example:
1022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/change_compute_image_capability_schema_compartment.py.html>`__ to see an example of how to use change_compute_image_capability_schema_compartment API.
1022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
1023
1023
  """
1024
1024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1025
1025
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -1138,7 +1138,7 @@ class ComputeClient(object):
1138
1138
  :rtype: :class:`~oci.response.Response`
1139
1139
 
1140
1140
  :example:
1141
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/change_dedicated_vm_host_compartment.py.html>`__ to see an example of how to use change_dedicated_vm_host_compartment API.
1141
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/change_dedicated_vm_host_compartment.py.html>`__ to see an example of how to use change_dedicated_vm_host_compartment API.
1142
1142
  """
1143
1143
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1144
1144
  required_arguments = ['dedicatedVmHostId']
@@ -1261,7 +1261,7 @@ class ComputeClient(object):
1261
1261
  :rtype: :class:`~oci.response.Response`
1262
1262
 
1263
1263
  :example:
1264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/change_image_compartment.py.html>`__ to see an example of how to use change_image_compartment API.
1264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/change_image_compartment.py.html>`__ to see an example of how to use change_image_compartment API.
1265
1265
  """
1266
1266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1267
1267
  required_arguments = ['imageId']
@@ -1389,7 +1389,7 @@ class ComputeClient(object):
1389
1389
  :rtype: :class:`~oci.response.Response`
1390
1390
 
1391
1391
  :example:
1392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/change_instance_compartment.py.html>`__ to see an example of how to use change_instance_compartment API.
1392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/change_instance_compartment.py.html>`__ to see an example of how to use change_instance_compartment API.
1393
1393
  """
1394
1394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1395
1395
  required_arguments = ['instanceId']
@@ -1494,7 +1494,7 @@ class ComputeClient(object):
1494
1494
  :rtype: :class:`~oci.response.Response`
1495
1495
 
1496
1496
  :example:
1497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/create_app_catalog_subscription.py.html>`__ to see an example of how to use create_app_catalog_subscription API.
1497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/create_app_catalog_subscription.py.html>`__ to see an example of how to use create_app_catalog_subscription API.
1498
1498
  """
1499
1499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1500
1500
  required_arguments = []
@@ -1596,7 +1596,7 @@ class ComputeClient(object):
1596
1596
  :rtype: :class:`~oci.response.Response`
1597
1597
 
1598
1598
  :example:
1599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/create_compute_capacity_report.py.html>`__ to see an example of how to use create_compute_capacity_report API.
1599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/create_compute_capacity_report.py.html>`__ to see an example of how to use create_compute_capacity_report API.
1600
1600
  """
1601
1601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1602
1602
  required_arguments = []
@@ -1703,7 +1703,7 @@ class ComputeClient(object):
1703
1703
  :rtype: :class:`~oci.response.Response`
1704
1704
 
1705
1705
  :example:
1706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/create_compute_capacity_reservation.py.html>`__ to see an example of how to use create_compute_capacity_reservation API.
1706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/create_compute_capacity_reservation.py.html>`__ to see an example of how to use create_compute_capacity_reservation API.
1707
1707
  """
1708
1708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1709
1709
  required_arguments = []
@@ -1827,7 +1827,7 @@ class ComputeClient(object):
1827
1827
  :rtype: :class:`~oci.response.Response`
1828
1828
 
1829
1829
  :example:
1830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/create_compute_cluster.py.html>`__ to see an example of how to use create_compute_cluster API.
1830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/create_compute_cluster.py.html>`__ to see an example of how to use create_compute_cluster API.
1831
1831
  """
1832
1832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1833
1833
  required_arguments = []
@@ -1920,7 +1920,7 @@ class ComputeClient(object):
1920
1920
  :rtype: :class:`~oci.response.Response`
1921
1921
 
1922
1922
  :example:
1923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/create_compute_image_capability_schema.py.html>`__ to see an example of how to use create_compute_image_capability_schema API.
1923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/create_compute_image_capability_schema.py.html>`__ to see an example of how to use create_compute_image_capability_schema API.
1924
1924
  """
1925
1925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1926
1926
  required_arguments = []
@@ -2022,7 +2022,7 @@ class ComputeClient(object):
2022
2022
  :rtype: :class:`~oci.response.Response`
2023
2023
 
2024
2024
  :example:
2025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/create_dedicated_vm_host.py.html>`__ to see an example of how to use create_dedicated_vm_host API.
2025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/create_dedicated_vm_host.py.html>`__ to see an example of how to use create_dedicated_vm_host API.
2026
2026
  """
2027
2027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2028
2028
  required_arguments = []
@@ -2142,7 +2142,7 @@ class ComputeClient(object):
2142
2142
  :rtype: :class:`~oci.response.Response`
2143
2143
 
2144
2144
  :example:
2145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/create_image.py.html>`__ to see an example of how to use create_image API.
2145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/create_image.py.html>`__ to see an example of how to use create_image API.
2146
2146
  """
2147
2147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2148
2148
  required_arguments = []
@@ -2241,7 +2241,7 @@ class ComputeClient(object):
2241
2241
  :rtype: :class:`~oci.response.Response`
2242
2242
 
2243
2243
  :example:
2244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/create_instance_console_connection.py.html>`__ to see an example of how to use create_instance_console_connection API.
2244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/create_instance_console_connection.py.html>`__ to see an example of how to use create_instance_console_connection API.
2245
2245
  """
2246
2246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2247
2247
  required_arguments = []
@@ -2333,7 +2333,7 @@ class ComputeClient(object):
2333
2333
  :rtype: :class:`~oci.response.Response`
2334
2334
 
2335
2335
  :example:
2336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/delete_app_catalog_subscription.py.html>`__ to see an example of how to use delete_app_catalog_subscription API.
2336
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/delete_app_catalog_subscription.py.html>`__ to see an example of how to use delete_app_catalog_subscription API.
2337
2337
  """
2338
2338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2339
2339
  required_arguments = ['listingId', 'compartmentId', 'resourceVersion']
@@ -2423,7 +2423,7 @@ class ComputeClient(object):
2423
2423
  :rtype: :class:`~oci.response.Response`
2424
2424
 
2425
2425
  :example:
2426
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/delete_compute_capacity_reservation.py.html>`__ to see an example of how to use delete_compute_capacity_reservation API.
2426
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/delete_compute_capacity_reservation.py.html>`__ to see an example of how to use delete_compute_capacity_reservation API.
2427
2427
  """
2428
2428
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2429
2429
  required_arguments = ['capacityReservationId']
@@ -2536,7 +2536,7 @@ class ComputeClient(object):
2536
2536
  :rtype: :class:`~oci.response.Response`
2537
2537
 
2538
2538
  :example:
2539
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/delete_compute_cluster.py.html>`__ to see an example of how to use delete_compute_cluster API.
2539
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/delete_compute_cluster.py.html>`__ to see an example of how to use delete_compute_cluster API.
2540
2540
  """
2541
2541
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2542
2542
  required_arguments = ['computeClusterId']
@@ -2634,7 +2634,7 @@ class ComputeClient(object):
2634
2634
  :rtype: :class:`~oci.response.Response`
2635
2635
 
2636
2636
  :example:
2637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/delete_compute_image_capability_schema.py.html>`__ to see an example of how to use delete_compute_image_capability_schema API.
2637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/delete_compute_image_capability_schema.py.html>`__ to see an example of how to use delete_compute_image_capability_schema API.
2638
2638
  """
2639
2639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2640
2640
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -2730,7 +2730,7 @@ class ComputeClient(object):
2730
2730
  :rtype: :class:`~oci.response.Response`
2731
2731
 
2732
2732
  :example:
2733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
2733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
2734
2734
  """
2735
2735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2736
2736
  required_arguments = ['instanceConsoleHistoryId']
@@ -2828,7 +2828,7 @@ class ComputeClient(object):
2828
2828
  :rtype: :class:`~oci.response.Response`
2829
2829
 
2830
2830
  :example:
2831
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/delete_dedicated_vm_host.py.html>`__ to see an example of how to use delete_dedicated_vm_host API.
2831
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/delete_dedicated_vm_host.py.html>`__ to see an example of how to use delete_dedicated_vm_host API.
2832
2832
  """
2833
2833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2834
2834
  required_arguments = ['dedicatedVmHostId']
@@ -2926,7 +2926,7 @@ class ComputeClient(object):
2926
2926
  :rtype: :class:`~oci.response.Response`
2927
2927
 
2928
2928
  :example:
2929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/delete_image.py.html>`__ to see an example of how to use delete_image API.
2929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/delete_image.py.html>`__ to see an example of how to use delete_image API.
2930
2930
  """
2931
2931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2932
2932
  required_arguments = ['imageId']
@@ -3022,7 +3022,7 @@ class ComputeClient(object):
3022
3022
  :rtype: :class:`~oci.response.Response`
3023
3023
 
3024
3024
  :example:
3025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/delete_instance_console_connection.py.html>`__ to see an example of how to use delete_instance_console_connection API.
3025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/delete_instance_console_connection.py.html>`__ to see an example of how to use delete_instance_console_connection API.
3026
3026
  """
3027
3027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3028
3028
  required_arguments = ['instanceConsoleConnectionId']
@@ -3121,7 +3121,7 @@ class ComputeClient(object):
3121
3121
  :rtype: :class:`~oci.response.Response`
3122
3122
 
3123
3123
  :example:
3124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/detach_boot_volume.py.html>`__ to see an example of how to use detach_boot_volume API.
3124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/detach_boot_volume.py.html>`__ to see an example of how to use detach_boot_volume API.
3125
3125
  """
3126
3126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3127
3127
  required_arguments = ['bootVolumeAttachmentId']
@@ -3228,7 +3228,7 @@ class ComputeClient(object):
3228
3228
  :rtype: :class:`~oci.response.Response`
3229
3229
 
3230
3230
  :example:
3231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/detach_vnic.py.html>`__ to see an example of how to use detach_vnic API.
3231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/detach_vnic.py.html>`__ to see an example of how to use detach_vnic API.
3232
3232
  """
3233
3233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3234
3234
  required_arguments = ['vnicAttachmentId']
@@ -3327,7 +3327,7 @@ class ComputeClient(object):
3327
3327
  :rtype: :class:`~oci.response.Response`
3328
3328
 
3329
3329
  :example:
3330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/detach_volume.py.html>`__ to see an example of how to use detach_volume API.
3330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/detach_volume.py.html>`__ to see an example of how to use detach_volume API.
3331
3331
  """
3332
3332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3333
3333
  required_arguments = ['volumeAttachmentId']
@@ -3449,7 +3449,7 @@ class ComputeClient(object):
3449
3449
  :rtype: :class:`~oci.response.Response`
3450
3450
 
3451
3451
  :example:
3452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/export_image.py.html>`__ to see an example of how to use export_image API.
3452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/export_image.py.html>`__ to see an example of how to use export_image API.
3453
3453
  """
3454
3454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3455
3455
  required_arguments = ['imageId']
@@ -3549,7 +3549,7 @@ class ComputeClient(object):
3549
3549
  :rtype: :class:`~oci.response.Response`
3550
3550
 
3551
3551
  :example:
3552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_app_catalog_listing.py.html>`__ to see an example of how to use get_app_catalog_listing API.
3552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_app_catalog_listing.py.html>`__ to see an example of how to use get_app_catalog_listing API.
3553
3553
  """
3554
3554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3555
3555
  required_arguments = ['listingId']
@@ -3640,7 +3640,7 @@ class ComputeClient(object):
3640
3640
  :rtype: :class:`~oci.response.Response`
3641
3641
 
3642
3642
  :example:
3643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_app_catalog_listing_agreements.py.html>`__ to see an example of how to use get_app_catalog_listing_agreements API.
3643
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_app_catalog_listing_agreements.py.html>`__ to see an example of how to use get_app_catalog_listing_agreements API.
3644
3644
  """
3645
3645
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3646
3646
  required_arguments = ['listingId', 'resourceVersion']
@@ -3732,7 +3732,7 @@ class ComputeClient(object):
3732
3732
  :rtype: :class:`~oci.response.Response`
3733
3733
 
3734
3734
  :example:
3735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_app_catalog_listing_resource_version.py.html>`__ to see an example of how to use get_app_catalog_listing_resource_version API.
3735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
3736
3736
  """
3737
3737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3738
3738
  required_arguments = ['listingId', 'resourceVersion']
@@ -3821,7 +3821,7 @@ class ComputeClient(object):
3821
3821
  :rtype: :class:`~oci.response.Response`
3822
3822
 
3823
3823
  :example:
3824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_boot_volume_attachment.py.html>`__ to see an example of how to use get_boot_volume_attachment API.
3824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_boot_volume_attachment.py.html>`__ to see an example of how to use get_boot_volume_attachment API.
3825
3825
  """
3826
3826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3827
3827
  required_arguments = ['bootVolumeAttachmentId']
@@ -3911,7 +3911,7 @@ class ComputeClient(object):
3911
3911
  :rtype: :class:`~oci.response.Response`
3912
3912
 
3913
3913
  :example:
3914
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_compute_capacity_reservation.py.html>`__ to see an example of how to use get_compute_capacity_reservation API.
3914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_compute_capacity_reservation.py.html>`__ to see an example of how to use get_compute_capacity_reservation API.
3915
3915
  """
3916
3916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3917
3917
  required_arguments = ['capacityReservationId']
@@ -4016,7 +4016,7 @@ class ComputeClient(object):
4016
4016
  :rtype: :class:`~oci.response.Response`
4017
4017
 
4018
4018
  :example:
4019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_compute_cluster.py.html>`__ to see an example of how to use get_compute_cluster API.
4019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_compute_cluster.py.html>`__ to see an example of how to use get_compute_cluster API.
4020
4020
  """
4021
4021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4022
4022
  required_arguments = ['computeClusterId']
@@ -4111,7 +4111,7 @@ class ComputeClient(object):
4111
4111
  :rtype: :class:`~oci.response.Response`
4112
4112
 
4113
4113
  :example:
4114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_compute_global_image_capability_schema.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema API.
4114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
4115
4115
  """
4116
4116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4117
4117
  required_arguments = ['computeGlobalImageCapabilitySchemaId']
@@ -4204,7 +4204,7 @@ class ComputeClient(object):
4204
4204
  :rtype: :class:`~oci.response.Response`
4205
4205
 
4206
4206
  :example:
4207
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/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.
4207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
4208
4208
  """
4209
4209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4210
4210
  required_arguments = ['computeGlobalImageCapabilitySchemaId', 'computeGlobalImageCapabilitySchemaVersionName']
@@ -4296,7 +4296,7 @@ class ComputeClient(object):
4296
4296
  :rtype: :class:`~oci.response.Response`
4297
4297
 
4298
4298
  :example:
4299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_compute_image_capability_schema.py.html>`__ to see an example of how to use get_compute_image_capability_schema API.
4299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_compute_image_capability_schema.py.html>`__ to see an example of how to use get_compute_image_capability_schema API.
4300
4300
  """
4301
4301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4302
4302
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -4398,7 +4398,7 @@ class ComputeClient(object):
4398
4398
  :rtype: :class:`~oci.response.Response`
4399
4399
 
4400
4400
  :example:
4401
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
4401
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
4402
4402
  """
4403
4403
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4404
4404
  required_arguments = ['instanceConsoleHistoryId']
@@ -4492,7 +4492,7 @@ class ComputeClient(object):
4492
4492
  :rtype: :class:`~oci.response.Response`
4493
4493
 
4494
4494
  :example:
4495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
4495
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
4496
4496
  """
4497
4497
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4498
4498
  required_arguments = ['instanceConsoleHistoryId']
@@ -4596,7 +4596,7 @@ class ComputeClient(object):
4596
4596
  :rtype: :class:`~oci.response.Response`
4597
4597
 
4598
4598
  :example:
4599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_dedicated_vm_host.py.html>`__ to see an example of how to use get_dedicated_vm_host API.
4599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_dedicated_vm_host.py.html>`__ to see an example of how to use get_dedicated_vm_host API.
4600
4600
  """
4601
4601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4602
4602
  required_arguments = ['dedicatedVmHostId']
@@ -4691,7 +4691,7 @@ class ComputeClient(object):
4691
4691
  :rtype: :class:`~oci.response.Response`
4692
4692
 
4693
4693
  :example:
4694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_image.py.html>`__ to see an example of how to use get_image API.
4694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_image.py.html>`__ to see an example of how to use get_image API.
4695
4695
  """
4696
4696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4697
4697
  required_arguments = ['imageId']
@@ -4788,7 +4788,7 @@ class ComputeClient(object):
4788
4788
  :rtype: :class:`~oci.response.Response`
4789
4789
 
4790
4790
  :example:
4791
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_image_shape_compatibility_entry.py.html>`__ to see an example of how to use get_image_shape_compatibility_entry API.
4791
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_image_shape_compatibility_entry.py.html>`__ to see an example of how to use get_image_shape_compatibility_entry API.
4792
4792
  """
4793
4793
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4794
4794
  required_arguments = ['imageId', 'shapeName']
@@ -4889,7 +4889,7 @@ class ComputeClient(object):
4889
4889
  :rtype: :class:`~oci.response.Response`
4890
4890
 
4891
4891
  :example:
4892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_instance.py.html>`__ to see an example of how to use get_instance API.
4892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_instance.py.html>`__ to see an example of how to use get_instance API.
4893
4893
  """
4894
4894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4895
4895
  required_arguments = ['instanceId']
@@ -4975,7 +4975,7 @@ class ComputeClient(object):
4975
4975
  :rtype: :class:`~oci.response.Response`
4976
4976
 
4977
4977
  :example:
4978
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_instance_console_connection.py.html>`__ to see an example of how to use get_instance_console_connection API.
4978
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_instance_console_connection.py.html>`__ to see an example of how to use get_instance_console_connection API.
4979
4979
  """
4980
4980
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4981
4981
  required_arguments = ['instanceConsoleConnectionId']
@@ -5070,7 +5070,7 @@ class ComputeClient(object):
5070
5070
  :rtype: :class:`~oci.response.Response`
5071
5071
 
5072
5072
  :example:
5073
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_instance_maintenance_reboot.py.html>`__ to see an example of how to use get_instance_maintenance_reboot API.
5073
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_instance_maintenance_reboot.py.html>`__ to see an example of how to use get_instance_maintenance_reboot API.
5074
5074
  """
5075
5075
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5076
5076
  required_arguments = ['instanceId']
@@ -5169,7 +5169,7 @@ class ComputeClient(object):
5169
5169
  :rtype: :class:`~oci.response.Response`
5170
5170
 
5171
5171
  :example:
5172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_measured_boot_report.py.html>`__ to see an example of how to use get_measured_boot_report API.
5172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_measured_boot_report.py.html>`__ to see an example of how to use get_measured_boot_report API.
5173
5173
  """
5174
5174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5175
5175
  required_arguments = ['instanceId']
@@ -5262,7 +5262,7 @@ class ComputeClient(object):
5262
5262
  :rtype: :class:`~oci.response.Response`
5263
5263
 
5264
5264
  :example:
5265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_vnic_attachment.py.html>`__ to see an example of how to use get_vnic_attachment API.
5265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_vnic_attachment.py.html>`__ to see an example of how to use get_vnic_attachment API.
5266
5266
  """
5267
5267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5268
5268
  required_arguments = ['vnicAttachmentId']
@@ -5348,7 +5348,7 @@ class ComputeClient(object):
5348
5348
  :rtype: :class:`~oci.response.Response`
5349
5349
 
5350
5350
  :example:
5351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_volume_attachment.py.html>`__ to see an example of how to use get_volume_attachment API.
5351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_volume_attachment.py.html>`__ to see an example of how to use get_volume_attachment API.
5352
5352
  """
5353
5353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5354
5354
  required_arguments = ['volumeAttachmentId']
@@ -5437,7 +5437,7 @@ class ComputeClient(object):
5437
5437
  :rtype: :class:`~oci.response.Response`
5438
5438
 
5439
5439
  :example:
5440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/get_windows_instance_initial_credentials.py.html>`__ to see an example of how to use get_windows_instance_initial_credentials API.
5440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/get_windows_instance_initial_credentials.py.html>`__ to see an example of how to use get_windows_instance_initial_credentials API.
5441
5441
  """
5442
5442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5443
5443
  required_arguments = ['instanceId']
@@ -5591,7 +5591,7 @@ class ComputeClient(object):
5591
5591
  :rtype: :class:`~oci.response.Response`
5592
5592
 
5593
5593
  :example:
5594
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/instance_action.py.html>`__ to see an example of how to use instance_action API.
5594
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/instance_action.py.html>`__ to see an example of how to use instance_action API.
5595
5595
  """
5596
5596
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5597
5597
  required_arguments = ['instanceId', 'action']
@@ -5751,7 +5751,7 @@ class ComputeClient(object):
5751
5751
  :rtype: :class:`~oci.response.Response`
5752
5752
 
5753
5753
  :example:
5754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/launch_instance.py.html>`__ to see an example of how to use launch_instance API.
5754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/launch_instance.py.html>`__ to see an example of how to use launch_instance API.
5755
5755
  """
5756
5756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5757
5757
  required_arguments = []
@@ -5857,7 +5857,7 @@ class ComputeClient(object):
5857
5857
  :rtype: :class:`~oci.response.Response`
5858
5858
 
5859
5859
  :example:
5860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_app_catalog_listing_resource_versions.py.html>`__ to see an example of how to use list_app_catalog_listing_resource_versions API.
5860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
5861
5861
  """
5862
5862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5863
5863
  required_arguments = ['listingId']
@@ -5996,7 +5996,7 @@ class ComputeClient(object):
5996
5996
  :rtype: :class:`~oci.response.Response`
5997
5997
 
5998
5998
  :example:
5999
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_app_catalog_listings.py.html>`__ to see an example of how to use list_app_catalog_listings API.
5999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_app_catalog_listings.py.html>`__ to see an example of how to use list_app_catalog_listings API.
6000
6000
  """
6001
6001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6002
6002
  required_arguments = []
@@ -6140,7 +6140,7 @@ class ComputeClient(object):
6140
6140
  :rtype: :class:`~oci.response.Response`
6141
6141
 
6142
6142
  :example:
6143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_app_catalog_subscriptions.py.html>`__ to see an example of how to use list_app_catalog_subscriptions API.
6143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_app_catalog_subscriptions.py.html>`__ to see an example of how to use list_app_catalog_subscriptions API.
6144
6144
  """
6145
6145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6146
6146
  required_arguments = ['compartmentId']
@@ -6281,7 +6281,7 @@ class ComputeClient(object):
6281
6281
  :rtype: :class:`~oci.response.Response`
6282
6282
 
6283
6283
  :example:
6284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_boot_volume_attachments.py.html>`__ to see an example of how to use list_boot_volume_attachments API.
6284
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_boot_volume_attachments.py.html>`__ to see an example of how to use list_boot_volume_attachments API.
6285
6285
  """
6286
6286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6287
6287
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -6423,7 +6423,7 @@ class ComputeClient(object):
6423
6423
  :rtype: :class:`~oci.response.Response`
6424
6424
 
6425
6425
  :example:
6426
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_compute_capacity_reservation_instance_shapes.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instance_shapes API.
6426
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
6427
6427
  """
6428
6428
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6429
6429
  required_arguments = ['compartmentId']
@@ -6585,7 +6585,7 @@ class ComputeClient(object):
6585
6585
  :rtype: :class:`~oci.response.Response`
6586
6586
 
6587
6587
  :example:
6588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_compute_capacity_reservation_instances.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instances API.
6588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_compute_capacity_reservation_instances.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instances API.
6589
6589
  """
6590
6590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6591
6591
  required_arguments = ['capacityReservationId']
@@ -6766,7 +6766,7 @@ class ComputeClient(object):
6766
6766
  :rtype: :class:`~oci.response.Response`
6767
6767
 
6768
6768
  :example:
6769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_compute_capacity_reservations.py.html>`__ to see an example of how to use list_compute_capacity_reservations API.
6769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_compute_capacity_reservations.py.html>`__ to see an example of how to use list_compute_capacity_reservations API.
6770
6770
  """
6771
6771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6772
6772
  required_arguments = ['compartmentId']
@@ -6940,7 +6940,7 @@ class ComputeClient(object):
6940
6940
  :rtype: :class:`~oci.response.Response`
6941
6941
 
6942
6942
  :example:
6943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_compute_clusters.py.html>`__ to see an example of how to use list_compute_clusters API.
6943
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_compute_clusters.py.html>`__ to see an example of how to use list_compute_clusters API.
6944
6944
  """
6945
6945
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6946
6946
  required_arguments = ['compartmentId']
@@ -7093,7 +7093,7 @@ class ComputeClient(object):
7093
7093
  :rtype: :class:`~oci.response.Response`
7094
7094
 
7095
7095
  :example:
7096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/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.
7096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
7097
7097
  """
7098
7098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7099
7099
  required_arguments = ['computeGlobalImageCapabilitySchemaId']
@@ -7252,7 +7252,7 @@ class ComputeClient(object):
7252
7252
  :rtype: :class:`~oci.response.Response`
7253
7253
 
7254
7254
  :example:
7255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_compute_global_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_global_image_capability_schemas API.
7255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
7256
7256
  """
7257
7257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7258
7258
  required_arguments = []
@@ -7406,7 +7406,7 @@ class ComputeClient(object):
7406
7406
  :rtype: :class:`~oci.response.Response`
7407
7407
 
7408
7408
  :example:
7409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_compute_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_image_capability_schemas API.
7409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_compute_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_image_capability_schemas API.
7410
7410
  """
7411
7411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7412
7412
  required_arguments = []
@@ -7570,7 +7570,7 @@ class ComputeClient(object):
7570
7570
  :rtype: :class:`~oci.response.Response`
7571
7571
 
7572
7572
  :example:
7573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
7573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
7574
7574
  """
7575
7575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7576
7576
  required_arguments = ['compartmentId']
@@ -7721,7 +7721,7 @@ class ComputeClient(object):
7721
7721
  :rtype: :class:`~oci.response.Response`
7722
7722
 
7723
7723
  :example:
7724
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_dedicated_vm_host_instance_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_instance_shapes API.
7724
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
7725
7725
  """
7726
7726
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7727
7727
  required_arguments = ['compartmentId']
@@ -7865,7 +7865,7 @@ class ComputeClient(object):
7865
7865
  :rtype: :class:`~oci.response.Response`
7866
7866
 
7867
7867
  :example:
7868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_dedicated_vm_host_instances.py.html>`__ to see an example of how to use list_dedicated_vm_host_instances API.
7868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_dedicated_vm_host_instances.py.html>`__ to see an example of how to use list_dedicated_vm_host_instances API.
7869
7869
  """
7870
7870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7871
7871
  required_arguments = ['dedicatedVmHostId', 'compartmentId']
@@ -8019,7 +8019,7 @@ class ComputeClient(object):
8019
8019
  :rtype: :class:`~oci.response.Response`
8020
8020
 
8021
8021
  :example:
8022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_dedicated_vm_host_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_shapes API.
8022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_dedicated_vm_host_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_shapes API.
8023
8023
  """
8024
8024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8025
8025
  required_arguments = ['compartmentId']
@@ -8180,7 +8180,7 @@ class ComputeClient(object):
8180
8180
  :rtype: :class:`~oci.response.Response`
8181
8181
 
8182
8182
  :example:
8183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_dedicated_vm_hosts.py.html>`__ to see an example of how to use list_dedicated_vm_hosts API.
8183
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_dedicated_vm_hosts.py.html>`__ to see an example of how to use list_dedicated_vm_hosts API.
8184
8184
  """
8185
8185
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8186
8186
  required_arguments = ['compartmentId']
@@ -8331,7 +8331,7 @@ class ComputeClient(object):
8331
8331
  :rtype: :class:`~oci.response.Response`
8332
8332
 
8333
8333
  :example:
8334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_image_shape_compatibility_entries.py.html>`__ to see an example of how to use list_image_shape_compatibility_entries API.
8334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_image_shape_compatibility_entries.py.html>`__ to see an example of how to use list_image_shape_compatibility_entries API.
8335
8335
  """
8336
8336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8337
8337
  required_arguments = ['imageId']
@@ -8507,7 +8507,7 @@ class ComputeClient(object):
8507
8507
  :rtype: :class:`~oci.response.Response`
8508
8508
 
8509
8509
  :example:
8510
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_images.py.html>`__ to see an example of how to use list_images API.
8510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_images.py.html>`__ to see an example of how to use list_images API.
8511
8511
  """
8512
8512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8513
8513
  required_arguments = ['compartmentId']
@@ -8658,7 +8658,7 @@ class ComputeClient(object):
8658
8658
  :rtype: :class:`~oci.response.Response`
8659
8659
 
8660
8660
  :example:
8661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_instance_console_connections.py.html>`__ to see an example of how to use list_instance_console_connections API.
8661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_instance_console_connections.py.html>`__ to see an example of how to use list_instance_console_connections API.
8662
8662
  """
8663
8663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8664
8664
  required_arguments = ['compartmentId']
@@ -8795,7 +8795,7 @@ class ComputeClient(object):
8795
8795
  :rtype: :class:`~oci.response.Response`
8796
8796
 
8797
8797
  :example:
8798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_instance_devices.py.html>`__ to see an example of how to use list_instance_devices API.
8798
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_instance_devices.py.html>`__ to see an example of how to use list_instance_devices API.
8799
8799
  """
8800
8800
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8801
8801
  required_arguments = ['instanceId']
@@ -8986,7 +8986,7 @@ class ComputeClient(object):
8986
8986
  :rtype: :class:`~oci.response.Response`
8987
8987
 
8988
8988
  :example:
8989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_instances.py.html>`__ to see an example of how to use list_instances API.
8989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_instances.py.html>`__ to see an example of how to use list_instances API.
8990
8990
  """
8991
8991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8992
8992
  required_arguments = ['compartmentId']
@@ -9139,7 +9139,7 @@ class ComputeClient(object):
9139
9139
  :rtype: :class:`~oci.response.Response`
9140
9140
 
9141
9141
  :example:
9142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
9142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
9143
9143
  """
9144
9144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9145
9145
  required_arguments = ['compartmentId']
@@ -9263,7 +9263,7 @@ class ComputeClient(object):
9263
9263
  :rtype: :class:`~oci.response.Response`
9264
9264
 
9265
9265
  :example:
9266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_vnic_attachments.py.html>`__ to see an example of how to use list_vnic_attachments API.
9266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_vnic_attachments.py.html>`__ to see an example of how to use list_vnic_attachments API.
9267
9267
  """
9268
9268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9269
9269
  required_arguments = ['compartmentId']
@@ -9391,7 +9391,7 @@ class ComputeClient(object):
9391
9391
  :rtype: :class:`~oci.response.Response`
9392
9392
 
9393
9393
  :example:
9394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/list_volume_attachments.py.html>`__ to see an example of how to use list_volume_attachments API.
9394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/list_volume_attachments.py.html>`__ to see an example of how to use list_volume_attachments API.
9395
9395
  """
9396
9396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9397
9397
  required_arguments = ['compartmentId']
@@ -9491,7 +9491,7 @@ class ComputeClient(object):
9491
9491
  :rtype: :class:`~oci.response.Response`
9492
9492
 
9493
9493
  :example:
9494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/remove_image_shape_compatibility_entry.py.html>`__ to see an example of how to use remove_image_shape_compatibility_entry API.
9494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/remove_image_shape_compatibility_entry.py.html>`__ to see an example of how to use remove_image_shape_compatibility_entry API.
9495
9495
  """
9496
9496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9497
9497
  required_arguments = ['imageId', 'shapeName']
@@ -9595,7 +9595,7 @@ class ComputeClient(object):
9595
9595
  :rtype: :class:`~oci.response.Response`
9596
9596
 
9597
9597
  :example:
9598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/terminate_instance.py.html>`__ to see an example of how to use terminate_instance API.
9598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/terminate_instance.py.html>`__ to see an example of how to use terminate_instance API.
9599
9599
  """
9600
9600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9601
9601
  required_arguments = ['instanceId']
@@ -9708,7 +9708,7 @@ class ComputeClient(object):
9708
9708
  :rtype: :class:`~oci.response.Response`
9709
9709
 
9710
9710
  :example:
9711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/update_compute_capacity_reservation.py.html>`__ to see an example of how to use update_compute_capacity_reservation API.
9711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/update_compute_capacity_reservation.py.html>`__ to see an example of how to use update_compute_capacity_reservation API.
9712
9712
  """
9713
9713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9714
9714
  required_arguments = ['capacityReservationId']
@@ -9836,7 +9836,7 @@ class ComputeClient(object):
9836
9836
  :rtype: :class:`~oci.response.Response`
9837
9837
 
9838
9838
  :example:
9839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/update_compute_cluster.py.html>`__ to see an example of how to use update_compute_cluster API.
9839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/update_compute_cluster.py.html>`__ to see an example of how to use update_compute_cluster API.
9840
9840
  """
9841
9841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9842
9842
  required_arguments = ['computeClusterId']
@@ -9944,7 +9944,7 @@ class ComputeClient(object):
9944
9944
  :rtype: :class:`~oci.response.Response`
9945
9945
 
9946
9946
  :example:
9947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/update_compute_image_capability_schema.py.html>`__ to see an example of how to use update_compute_image_capability_schema API.
9947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/update_compute_image_capability_schema.py.html>`__ to see an example of how to use update_compute_image_capability_schema API.
9948
9948
  """
9949
9949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9950
9950
  required_arguments = ['computeImageCapabilitySchemaId']
@@ -10047,7 +10047,7 @@ class ComputeClient(object):
10047
10047
  :rtype: :class:`~oci.response.Response`
10048
10048
 
10049
10049
  :example:
10050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
10050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
10051
10051
  """
10052
10052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10053
10053
  required_arguments = ['instanceConsoleHistoryId']
@@ -10162,7 +10162,7 @@ class ComputeClient(object):
10162
10162
  :rtype: :class:`~oci.response.Response`
10163
10163
 
10164
10164
  :example:
10165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/update_dedicated_vm_host.py.html>`__ to see an example of how to use update_dedicated_vm_host API.
10165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/update_dedicated_vm_host.py.html>`__ to see an example of how to use update_dedicated_vm_host API.
10166
10166
  """
10167
10167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10168
10168
  required_arguments = ['dedicatedVmHostId']
@@ -10279,7 +10279,7 @@ class ComputeClient(object):
10279
10279
  :rtype: :class:`~oci.response.Response`
10280
10280
 
10281
10281
  :example:
10282
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/update_image.py.html>`__ to see an example of how to use update_image API.
10282
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/update_image.py.html>`__ to see an example of how to use update_image API.
10283
10283
  """
10284
10284
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10285
10285
  required_arguments = ['imageId']
@@ -10400,7 +10400,7 @@ class ComputeClient(object):
10400
10400
  :rtype: :class:`~oci.response.Response`
10401
10401
 
10402
10402
  :example:
10403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/update_instance.py.html>`__ to see an example of how to use update_instance API.
10403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/update_instance.py.html>`__ to see an example of how to use update_instance API.
10404
10404
  """
10405
10405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10406
10406
  required_arguments = ['instanceId']
@@ -10510,7 +10510,7 @@ class ComputeClient(object):
10510
10510
  :rtype: :class:`~oci.response.Response`
10511
10511
 
10512
10512
  :example:
10513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/update_instance_console_connection.py.html>`__ to see an example of how to use update_instance_console_connection API.
10513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/update_instance_console_connection.py.html>`__ to see an example of how to use update_instance_console_connection API.
10514
10514
  """
10515
10515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10516
10516
  required_arguments = ['instanceConsoleConnectionId']
@@ -10619,7 +10619,7 @@ class ComputeClient(object):
10619
10619
  :rtype: :class:`~oci.response.Response`
10620
10620
 
10621
10621
  :example:
10622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/core/update_volume_attachment.py.html>`__ to see an example of how to use update_volume_attachment API.
10622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/core/update_volume_attachment.py.html>`__ to see an example of how to use update_volume_attachment API.
10623
10623
  """
10624
10624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10625
10625
  required_arguments = ['volumeAttachmentId']