oci 2.138.1__py3-none-any.whl → 2.139.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (342) hide show
  1. oci/_vendor/idna/__init__.py +45 -2
  2. oci/_vendor/idna/codec.py +47 -43
  3. oci/_vendor/idna/compat.py +10 -7
  4. oci/_vendor/idna/core.py +210 -173
  5. oci/_vendor/idna/idnadata.py +3869 -1676
  6. oci/_vendor/idna/intranges.py +13 -9
  7. oci/_vendor/idna/package_data.py +2 -3
  8. oci/_vendor/idna/uts46data.py +8355 -8031
  9. oci/_vendor/urllib3/__init__.py +1 -1
  10. oci/_vendor/urllib3/_collections.py +19 -1
  11. oci/_vendor/urllib3/_version.py +2 -2
  12. oci/_vendor/urllib3/connection.py +8 -3
  13. oci/_vendor/urllib3/connectionpool.py +45 -13
  14. oci/_vendor/urllib3/contrib/__init__.py +1 -1
  15. oci/_vendor/urllib3/contrib/_appengine_environ.py +1 -1
  16. oci/_vendor/urllib3/contrib/_securetransport/__init__.py +1 -1
  17. oci/_vendor/urllib3/contrib/_securetransport/bindings.py +2 -2
  18. oci/_vendor/urllib3/contrib/_securetransport/low_level.py +1 -1
  19. oci/_vendor/urllib3/contrib/appengine.py +2 -2
  20. oci/_vendor/urllib3/contrib/ntlmpool.py +3 -3
  21. oci/_vendor/urllib3/contrib/pyopenssl.py +14 -7
  22. oci/_vendor/urllib3/contrib/securetransport.py +2 -4
  23. oci/_vendor/urllib3/contrib/socks.py +1 -1
  24. oci/_vendor/urllib3/exceptions.py +1 -1
  25. oci/_vendor/urllib3/fields.py +1 -1
  26. oci/_vendor/urllib3/filepost.py +1 -1
  27. oci/_vendor/urllib3/packages/__init__.py +2 -2
  28. oci/_vendor/urllib3/packages/backports/__init__.py +1 -1
  29. oci/_vendor/urllib3/packages/backports/makefile.py +1 -1
  30. oci/_vendor/urllib3/packages/backports/weakref_finalize.py +160 -0
  31. oci/_vendor/urllib3/packages/six.py +1 -2
  32. oci/_vendor/urllib3/poolmanager.py +7 -4
  33. oci/_vendor/urllib3/request.py +22 -1
  34. oci/_vendor/urllib3/response.py +65 -4
  35. oci/_vendor/urllib3/util/__init__.py +1 -1
  36. oci/_vendor/urllib3/util/connection.py +1 -1
  37. oci/_vendor/urllib3/util/proxy.py +1 -1
  38. oci/_vendor/urllib3/util/queue.py +1 -1
  39. oci/_vendor/urllib3/util/request.py +1 -1
  40. oci/_vendor/urllib3/util/response.py +1 -1
  41. oci/_vendor/urllib3/util/retry.py +5 -3
  42. oci/_vendor/urllib3/util/ssl_.py +14 -5
  43. oci/_vendor/urllib3/util/ssl_match_hostname.py +1 -1
  44. oci/_vendor/urllib3/util/ssltransport.py +1 -1
  45. oci/_vendor/urllib3/util/timeout.py +7 -4
  46. oci/_vendor/urllib3/util/url.py +8 -5
  47. oci/_vendor/urllib3/util/wait.py +1 -2
  48. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  49. oci/adm/application_dependency_management_client.py +36 -36
  50. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  51. oci/ai_document/ai_service_document_client.py +26 -26
  52. oci/ai_language/ai_service_language_client.py +44 -44
  53. oci/ai_speech/ai_service_speech_client.py +19 -19
  54. oci/ai_vision/ai_service_vision_client.py +25 -25
  55. oci/analytics/analytics_client.py +24 -24
  56. oci/announcements_service/announcement_client.py +5 -5
  57. oci/announcements_service/announcement_subscription_client.py +9 -9
  58. oci/announcements_service/announcements_preferences_client.py +4 -4
  59. oci/announcements_service/service_client.py +1 -1
  60. oci/apigateway/api_gateway_client.py +21 -21
  61. oci/apigateway/deployment_client.py +6 -6
  62. oci/apigateway/gateway_client.py +6 -6
  63. oci/apigateway/subscribers_client.py +6 -6
  64. oci/apigateway/usage_plans_client.py +6 -6
  65. oci/apigateway/work_requests_client.py +5 -5
  66. oci/apm_config/config_client.py +9 -9
  67. oci/apm_control_plane/apm_domain_client.py +14 -14
  68. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  69. oci/apm_traces/attributes_client.py +8 -8
  70. oci/apm_traces/query_client.py +2 -2
  71. oci/apm_traces/trace_client.py +4 -4
  72. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  73. oci/artifacts/artifacts_client.py +32 -32
  74. oci/audit/audit_client.py +3 -3
  75. oci/autoscaling/auto_scaling_client.py +11 -11
  76. oci/bastion/bastion_client.py +15 -15
  77. oci/bds/bds_client.py +72 -72
  78. oci/blockchain/blockchain_platform_client.py +27 -27
  79. oci/budget/budget_client.py +10 -10
  80. oci/capacity_management/capacity_management_client.py +32 -32
  81. oci/certificates/certificates_client.py +5 -5
  82. oci/certificates_management/certificates_management_client.py +32 -32
  83. oci/cims/incident_client.py +13 -14
  84. oci/cims/models/__init__.py +4 -2
  85. oci/cims/models/cmos_user_group_info.py +103 -0
  86. oci/cims/models/create_incident.py +33 -2
  87. oci/cims/models/create_limit_item_details.py +2 -57
  88. oci/cims/models/create_user_details.py +4 -4
  89. oci/cims/models/incident.py +188 -0
  90. oci/cims/models/incident_resource_type.py +4 -4
  91. oci/cims/models/incident_summary.py +188 -0
  92. oci/cims/models/limit_item.py +2 -2
  93. oci/cims/models/{service_categories.py → services.py} +27 -27
  94. oci/cims/models/sub_categories.py +15 -15
  95. oci/cims/models/ticket.py +7 -3
  96. oci/cims/models/validation_response.py +33 -2
  97. oci/cloud_bridge/common_client.py +5 -5
  98. oci/cloud_bridge/discovery_client.py +15 -15
  99. oci/cloud_bridge/inventory_client.py +16 -16
  100. oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
  101. oci/cloud_guard/cloud_guard_client.py +155 -155
  102. oci/cloud_migrations/migration_client.py +43 -43
  103. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  104. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  105. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  106. oci/compute_instance_agent/plugin_client.py +2 -2
  107. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  108. oci/container_engine/container_engine_client.py +44 -44
  109. oci/container_instances/container_instance_client.py +18 -18
  110. oci/core/blockstorage_client.py +60 -60
  111. oci/core/compute_client.py +102 -102
  112. oci/core/compute_management_client.py +32 -32
  113. oci/core/virtual_network_client.py +247 -247
  114. oci/dashboard_service/dashboard_client.py +6 -6
  115. oci/dashboard_service/dashboard_group_client.py +6 -6
  116. oci/data_catalog/data_catalog_client.py +149 -149
  117. oci/data_flow/data_flow_client.py +44 -44
  118. oci/data_integration/data_integration_client.py +163 -163
  119. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  120. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  121. oci/data_safe/data_safe_client.py +292 -292
  122. oci/data_science/data_science_client.py +92 -92
  123. oci/database/database_client.py +523 -398
  124. oci/database/database_client_composite_operations.py +88 -0
  125. oci/database/models/__init__.py +4 -0
  126. oci/database/models/autonomous_database.py +2 -2
  127. oci/database/models/autonomous_database_summary.py +2 -2
  128. oci/database/models/configure_exascale_exadata_infrastructure_details.py +72 -0
  129. oci/database/models/create_autonomous_database_base.py +2 -2
  130. oci/database/models/create_db_home_details.py +33 -2
  131. oci/database/models/create_db_home_from_backup_details.py +31 -0
  132. oci/database/models/create_db_home_from_database_details.py +31 -0
  133. oci/database/models/create_exascale_db_storage_vault_details.py +37 -2
  134. oci/database/models/create_pluggable_database_creation_type_details.py +2 -2
  135. oci/database/models/create_vm_cluster_details.py +37 -2
  136. oci/database/models/exadata_infrastructure.py +29 -2
  137. oci/database/models/exadata_infrastructure_summary.py +29 -2
  138. oci/database/models/exascale_config_details.py +103 -0
  139. oci/database/models/exascale_db_storage_vault.py +35 -0
  140. oci/database/models/exascale_db_storage_vault_summary.py +37 -2
  141. oci/database/models/update_autonomous_database_details.py +2 -2
  142. oci/database/models/vm_cluster.py +84 -2
  143. oci/database/models/vm_cluster_summary.py +84 -2
  144. oci/database_management/db_management_client.py +211 -211
  145. oci/database_management/diagnosability_client.py +4 -4
  146. oci/database_management/managed_my_sql_databases_client.py +7 -7
  147. oci/database_management/perfhub_client.py +1 -1
  148. oci/database_management/sql_tuning_client.py +17 -17
  149. oci/database_migration/database_migration_client.py +42 -42
  150. oci/database_tools/database_tools_client.py +23 -23
  151. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  152. oci/delegate_access_control/work_request_client.py +4 -4
  153. oci/demand_signal/occ_demand_signal_client.py +7 -7
  154. oci/desktops/desktop_service_client.py +21 -21
  155. oci/devops/devops_client.py +141 -141
  156. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  157. oci/dns/dns_client.py +54 -54
  158. oci/dts/appliance_export_job_client.py +6 -6
  159. oci/dts/shipping_vendors_client.py +1 -1
  160. oci/dts/transfer_appliance_client.py +8 -8
  161. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  162. oci/dts/transfer_device_client.py +5 -5
  163. oci/dts/transfer_job_client.py +6 -6
  164. oci/dts/transfer_package_client.py +7 -7
  165. oci/em_warehouse/em_warehouse_client.py +13 -13
  166. oci/email/email_client.py +31 -31
  167. oci/email_data_plane/email_dp_client.py +1 -1
  168. oci/events/events_client.py +6 -6
  169. oci/file_storage/file_storage_client.py +68 -68
  170. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  171. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  172. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  173. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  174. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  175. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  176. oci/functions/functions_invoke_client.py +1 -1
  177. oci/functions/functions_management_client.py +16 -16
  178. oci/fusion_apps/fusion_applications_client.py +41 -41
  179. oci/generative_ai/generative_ai_client.py +22 -22
  180. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  181. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  182. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  183. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  184. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  185. oci/golden_gate/golden_gate_client.py +70 -70
  186. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  187. oci/governance_rules_control_plane/work_request_client.py +5 -5
  188. oci/healthchecks/health_checks_client.py +17 -17
  189. oci/identity/identity_client.py +145 -145
  190. oci/identity_data_plane/dataplane_client.py +2 -2
  191. oci/identity_domains/identity_domains_client.py +311 -311
  192. oci/integration/integration_instance_client.py +19 -19
  193. oci/jms/java_management_service_client.py +75 -75
  194. oci/jms_java_downloads/java_download_client.py +25 -25
  195. oci/key_management/ekm_client.py +5 -5
  196. oci/key_management/kms_crypto_client.py +6 -6
  197. oci/key_management/kms_hsm_cluster_client.py +12 -12
  198. oci/key_management/kms_management_client.py +21 -21
  199. oci/key_management/kms_vault_client.py +14 -14
  200. oci/license_manager/license_manager_client.py +18 -18
  201. oci/limits/limits_client.py +4 -4
  202. oci/limits/quotas_client.py +7 -7
  203. oci/load_balancer/load_balancer_client.py +61 -61
  204. oci/lockbox/lockbox_client.py +24 -24
  205. oci/log_analytics/log_analytics_client.py +193 -193
  206. oci/logging/logging_management_client.py +30 -30
  207. oci/loggingingestion/logging_client.py +1 -1
  208. oci/loggingsearch/log_search_client.py +1 -1
  209. oci/management_agent/management_agent_client.py +28 -28
  210. oci/management_dashboard/dashx_apis_client.py +14 -14
  211. oci/marketplace/account_client.py +2 -2
  212. oci/marketplace/marketplace_client.py +30 -30
  213. oci/marketplace_private_offer/attachment_client.py +5 -5
  214. oci/marketplace_private_offer/offer_client.py +6 -6
  215. oci/marketplace_publisher/attachment_client.py +5 -5
  216. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  217. oci/marketplace_publisher/offer_client.py +6 -6
  218. oci/media_services/media_services_client.py +60 -60
  219. oci/media_services/media_stream_client.py +2 -2
  220. oci/monitoring/monitoring_client.py +18 -18
  221. oci/mysql/channels_client.py +7 -7
  222. oci/mysql/db_backups_client.py +7 -7
  223. oci/mysql/db_system_client.py +17 -17
  224. oci/mysql/mysqlaas_client.py +7 -7
  225. oci/mysql/replicas_client.py +5 -5
  226. oci/mysql/work_requests_client.py +4 -4
  227. oci/network_firewall/network_firewall_client.py +86 -86
  228. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  229. oci/nosql/nosql_client.py +24 -24
  230. oci/object_storage/object_storage_client.py +153 -57
  231. oci/oce/oce_instance_client.py +10 -10
  232. oci/oci_control_center/occ_metrics_client.py +3 -3
  233. oci/ocvp/cluster_client.py +5 -5
  234. oci/ocvp/esxi_host_client.py +8 -8
  235. oci/ocvp/sddc_client.py +14 -14
  236. oci/ocvp/work_request_client.py +4 -4
  237. oci/oda/management_client.py +59 -59
  238. oci/oda/oda_client.py +17 -17
  239. oci/oda/odapackage_client.py +7 -7
  240. oci/onesubscription/billing_schedule_client.py +1 -1
  241. oci/onesubscription/commitment_client.py +2 -2
  242. oci/onesubscription/computed_usage_client.py +3 -3
  243. oci/onesubscription/invoice_summary_client.py +2 -2
  244. oci/onesubscription/organization_subscription_client.py +1 -1
  245. oci/onesubscription/ratecard_client.py +1 -1
  246. oci/onesubscription/subscribed_service_client.py +2 -2
  247. oci/onesubscription/subscription_client.py +1 -1
  248. oci/ons/notification_control_plane_client.py +6 -6
  249. oci/ons/notification_data_plane_client.py +10 -10
  250. oci/opa/opa_instance_client.py +13 -13
  251. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  252. oci/opensearch/opensearch_cluster_client.py +14 -14
  253. oci/operator_access_control/access_requests_client.py +10 -10
  254. oci/operator_access_control/operator_actions_client.py +2 -2
  255. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  256. oci/operator_access_control/operator_control_client.py +6 -6
  257. oci/opsi/operations_insights_client.py +180 -180
  258. oci/optimizer/optimizer_client.py +26 -26
  259. oci/os_management/event_client.py +8 -8
  260. oci/os_management/os_management_client.py +69 -69
  261. oci/os_management_hub/event_client.py +8 -8
  262. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  263. oci/os_management_hub/managed_instance_client.py +31 -31
  264. oci/os_management_hub/managed_instance_group_client.py +25 -25
  265. oci/os_management_hub/management_station_client.py +10 -10
  266. oci/os_management_hub/onboarding_client.py +6 -6
  267. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  268. oci/os_management_hub/scheduled_job_client.py +7 -7
  269. oci/os_management_hub/software_source_client.py +27 -27
  270. oci/os_management_hub/work_request_client.py +4 -4
  271. oci/osp_gateway/address_rule_service_client.py +1 -1
  272. oci/osp_gateway/address_service_client.py +2 -2
  273. oci/osp_gateway/invoice_service_client.py +5 -5
  274. oci/osp_gateway/subscription_service_client.py +5 -5
  275. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  276. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  277. oci/osub_subscription/commitment_client.py +2 -2
  278. oci/osub_subscription/ratecard_client.py +1 -1
  279. oci/osub_subscription/subscription_client.py +1 -1
  280. oci/osub_usage/computed_usage_client.py +3 -3
  281. oci/psql/models/connection_details.py +29 -2
  282. oci/psql/models/endpoint.py +1 -1
  283. oci/psql/models/network_details.py +33 -2
  284. oci/psql/models/update_network_details.py +33 -2
  285. oci/psql/postgresql_client.py +33 -33
  286. oci/queue/queue_admin_client.py +11 -11
  287. oci/queue/queue_client.py +8 -8
  288. oci/recovery/database_recovery_client.py +26 -26
  289. oci/redis/redis_cluster_client.py +12 -12
  290. oci/resource_manager/resource_manager_client.py +52 -52
  291. oci/resource_scheduler/schedule_client.py +13 -13
  292. oci/resource_search/resource_search_client.py +3 -3
  293. oci/rover/rover_bundle_client.py +8 -8
  294. oci/rover/rover_cluster_client.py +8 -8
  295. oci/rover/rover_entitlement_client.py +6 -6
  296. oci/rover/rover_node_client.py +15 -15
  297. oci/rover/shape_client.py +1 -1
  298. oci/rover/work_requests_client.py +5 -5
  299. oci/sch/connector_plugins_client.py +2 -2
  300. oci/sch/service_connector_client.py +12 -12
  301. oci/secrets/secrets_client.py +3 -3
  302. oci/security_attribute/security_attribute_client.py +18 -18
  303. oci/service_catalog/service_catalog_client.py +26 -26
  304. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  305. oci/service_mesh/service_mesh_client.py +48 -48
  306. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  307. oci/streaming/stream_admin_client.py +18 -18
  308. oci/streaming/stream_client.py +8 -8
  309. oci/tenant_manager_control_plane/domain_client.py +5 -5
  310. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  311. oci/tenant_manager_control_plane/governance_client.py +2 -2
  312. oci/tenant_manager_control_plane/link_client.py +3 -3
  313. oci/tenant_manager_control_plane/orders_client.py +2 -2
  314. oci/tenant_manager_control_plane/organization_client.py +10 -10
  315. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  316. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  317. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  318. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  319. oci/threat_intelligence/threatintel_client.py +5 -5
  320. oci/usage/resources_client.py +2 -2
  321. oci/usage/rewards_client.py +6 -6
  322. oci/usage/usagelimits_client.py +1 -1
  323. oci/usage_api/usageapi_client.py +33 -33
  324. oci/vault/vaults_client.py +13 -13
  325. oci/vbs_inst/vbs_instance_client.py +10 -10
  326. oci/version.py +1 -1
  327. oci/visual_builder/vb_instance_client.py +13 -13
  328. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  329. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  330. oci/waa/waa_client.py +13 -13
  331. oci/waa/work_request_client.py +4 -4
  332. oci/waas/redirect_client.py +6 -6
  333. oci/waas/waas_client.py +66 -66
  334. oci/waf/waf_client.py +24 -24
  335. oci/work_requests/work_request_client.py +4 -4
  336. oci/zpr/zpr_client.py +15 -15
  337. {oci-2.138.1.dist-info → oci-2.139.0.dist-info}/METADATA +1 -1
  338. {oci-2.138.1.dist-info → oci-2.139.0.dist-info}/RECORD +342 -338
  339. {oci-2.138.1.dist-info → oci-2.139.0.dist-info}/THIRD_PARTY_LICENSES.txt +1 -1
  340. {oci-2.138.1.dist-info → oci-2.139.0.dist-info}/LICENSE.txt +0 -0
  341. {oci-2.138.1.dist-info → oci-2.139.0.dist-info}/WHEEL +0 -0
  342. {oci-2.138.1.dist-info → oci-2.139.0.dist-info}/top_level.txt +0 -0
@@ -157,7 +157,7 @@ class FileStorageClient(object):
157
157
  :rtype: :class:`~oci.response.Response`
158
158
 
159
159
  :example:
160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/add_export_lock.py.html>`__ to see an example of how to use add_export_lock API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/add_export_lock.py.html>`__ to see an example of how to use add_export_lock API.
161
161
  """
162
162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
163
163
  required_arguments = ['exportId']
@@ -270,7 +270,7 @@ class FileStorageClient(object):
270
270
  :rtype: :class:`~oci.response.Response`
271
271
 
272
272
  :example:
273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/add_file_system_lock.py.html>`__ to see an example of how to use add_file_system_lock API.
273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/add_file_system_lock.py.html>`__ to see an example of how to use add_file_system_lock API.
274
274
  """
275
275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
276
276
  required_arguments = ['fileSystemId']
@@ -383,7 +383,7 @@ class FileStorageClient(object):
383
383
  :rtype: :class:`~oci.response.Response`
384
384
 
385
385
  :example:
386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/add_filesystem_snapshot_policy_lock.py.html>`__ to see an example of how to use add_filesystem_snapshot_policy_lock API.
386
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/add_filesystem_snapshot_policy_lock.py.html>`__ to see an example of how to use add_filesystem_snapshot_policy_lock API.
387
387
  """
388
388
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
389
389
  required_arguments = ['filesystemSnapshotPolicyId']
@@ -496,7 +496,7 @@ class FileStorageClient(object):
496
496
  :rtype: :class:`~oci.response.Response`
497
497
 
498
498
  :example:
499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/add_mount_target_lock.py.html>`__ to see an example of how to use add_mount_target_lock API.
499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/add_mount_target_lock.py.html>`__ to see an example of how to use add_mount_target_lock API.
500
500
  """
501
501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
502
502
  required_arguments = ['mountTargetId']
@@ -609,7 +609,7 @@ class FileStorageClient(object):
609
609
  :rtype: :class:`~oci.response.Response`
610
610
 
611
611
  :example:
612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/add_outbound_connector_lock.py.html>`__ to see an example of how to use add_outbound_connector_lock API.
612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/add_outbound_connector_lock.py.html>`__ to see an example of how to use add_outbound_connector_lock API.
613
613
  """
614
614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
615
615
  required_arguments = ['outboundConnectorId']
@@ -722,7 +722,7 @@ class FileStorageClient(object):
722
722
  :rtype: :class:`~oci.response.Response`
723
723
 
724
724
  :example:
725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/add_replication_lock.py.html>`__ to see an example of how to use add_replication_lock API.
725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/add_replication_lock.py.html>`__ to see an example of how to use add_replication_lock API.
726
726
  """
727
727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
728
728
  required_arguments = ['replicationId']
@@ -835,7 +835,7 @@ class FileStorageClient(object):
835
835
  :rtype: :class:`~oci.response.Response`
836
836
 
837
837
  :example:
838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/add_snapshot_lock.py.html>`__ to see an example of how to use add_snapshot_lock API.
838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/add_snapshot_lock.py.html>`__ to see an example of how to use add_snapshot_lock API.
839
839
  """
840
840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
841
841
  required_arguments = ['snapshotId']
@@ -945,7 +945,7 @@ class FileStorageClient(object):
945
945
  :rtype: :class:`~oci.response.Response`
946
946
 
947
947
  :example:
948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/cancel_downgrade_shape_mount_target.py.html>`__ to see an example of how to use cancel_downgrade_shape_mount_target API.
948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/cancel_downgrade_shape_mount_target.py.html>`__ to see an example of how to use cancel_downgrade_shape_mount_target API.
949
949
  """
950
950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
951
951
  required_arguments = ['mountTargetId']
@@ -1061,7 +1061,7 @@ class FileStorageClient(object):
1061
1061
  :rtype: :class:`~oci.response.Response`
1062
1062
 
1063
1063
  :example:
1064
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/change_file_system_compartment.py.html>`__ to see an example of how to use change_file_system_compartment API.
1064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/change_file_system_compartment.py.html>`__ to see an example of how to use change_file_system_compartment API.
1065
1065
  """
1066
1066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1067
1067
  required_arguments = ['fileSystemId']
@@ -1185,7 +1185,7 @@ class FileStorageClient(object):
1185
1185
  :rtype: :class:`~oci.response.Response`
1186
1186
 
1187
1187
  :example:
1188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/change_filesystem_snapshot_policy_compartment.py.html>`__ to see an example of how to use change_filesystem_snapshot_policy_compartment API.
1188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/change_filesystem_snapshot_policy_compartment.py.html>`__ to see an example of how to use change_filesystem_snapshot_policy_compartment API.
1189
1189
  """
1190
1190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1191
1191
  required_arguments = ['filesystemSnapshotPolicyId']
@@ -1309,7 +1309,7 @@ class FileStorageClient(object):
1309
1309
  :rtype: :class:`~oci.response.Response`
1310
1310
 
1311
1311
  :example:
1312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/change_mount_target_compartment.py.html>`__ to see an example of how to use change_mount_target_compartment API.
1312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/change_mount_target_compartment.py.html>`__ to see an example of how to use change_mount_target_compartment API.
1313
1313
  """
1314
1314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1315
1315
  required_arguments = ['mountTargetId']
@@ -1435,7 +1435,7 @@ class FileStorageClient(object):
1435
1435
  :rtype: :class:`~oci.response.Response`
1436
1436
 
1437
1437
  :example:
1438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/change_outbound_connector_compartment.py.html>`__ to see an example of how to use change_outbound_connector_compartment API.
1438
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/change_outbound_connector_compartment.py.html>`__ to see an example of how to use change_outbound_connector_compartment API.
1439
1439
  """
1440
1440
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1441
1441
  required_arguments = ['outboundConnectorId']
@@ -1560,7 +1560,7 @@ class FileStorageClient(object):
1560
1560
  :rtype: :class:`~oci.response.Response`
1561
1561
 
1562
1562
  :example:
1563
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/change_replication_compartment.py.html>`__ to see an example of how to use change_replication_compartment API.
1563
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/change_replication_compartment.py.html>`__ to see an example of how to use change_replication_compartment API.
1564
1564
  """
1565
1565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1566
1566
  required_arguments = ['replicationId']
@@ -1675,7 +1675,7 @@ class FileStorageClient(object):
1675
1675
  :rtype: :class:`~oci.response.Response`
1676
1676
 
1677
1677
  :example:
1678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/create_export.py.html>`__ to see an example of how to use create_export API.
1678
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/create_export.py.html>`__ to see an example of how to use create_export API.
1679
1679
  """
1680
1680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1681
1681
  required_arguments = []
@@ -1805,7 +1805,7 @@ class FileStorageClient(object):
1805
1805
  :rtype: :class:`~oci.response.Response`
1806
1806
 
1807
1807
  :example:
1808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/create_file_system.py.html>`__ to see an example of how to use create_file_system API.
1808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/create_file_system.py.html>`__ to see an example of how to use create_file_system API.
1809
1809
  """
1810
1810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1811
1811
  required_arguments = []
@@ -1906,7 +1906,7 @@ class FileStorageClient(object):
1906
1906
  :rtype: :class:`~oci.response.Response`
1907
1907
 
1908
1908
  :example:
1909
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/create_filesystem_snapshot_policy.py.html>`__ to see an example of how to use create_filesystem_snapshot_policy API.
1909
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/create_filesystem_snapshot_policy.py.html>`__ to see an example of how to use create_filesystem_snapshot_policy API.
1910
1910
  """
1911
1911
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1912
1912
  required_arguments = []
@@ -2041,7 +2041,7 @@ class FileStorageClient(object):
2041
2041
  :rtype: :class:`~oci.response.Response`
2042
2042
 
2043
2043
  :example:
2044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/create_mount_target.py.html>`__ to see an example of how to use create_mount_target API.
2044
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/create_mount_target.py.html>`__ to see an example of how to use create_mount_target API.
2045
2045
  """
2046
2046
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2047
2047
  required_arguments = []
@@ -2169,7 +2169,7 @@ class FileStorageClient(object):
2169
2169
  :rtype: :class:`~oci.response.Response`
2170
2170
 
2171
2171
  :example:
2172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/create_outbound_connector.py.html>`__ to see an example of how to use create_outbound_connector API.
2172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/create_outbound_connector.py.html>`__ to see an example of how to use create_outbound_connector API.
2173
2173
  """
2174
2174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2175
2175
  required_arguments = []
@@ -2297,7 +2297,7 @@ class FileStorageClient(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.138.1/filestorage/create_replication.py.html>`__ to see an example of how to use create_replication API.
2300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/create_replication.py.html>`__ to see an example of how to use create_replication API.
2301
2301
  """
2302
2302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2303
2303
  required_arguments = []
@@ -2395,7 +2395,7 @@ class FileStorageClient(object):
2395
2395
  :rtype: :class:`~oci.response.Response`
2396
2396
 
2397
2397
  :example:
2398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/create_snapshot.py.html>`__ to see an example of how to use create_snapshot API.
2398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/create_snapshot.py.html>`__ to see an example of how to use create_snapshot API.
2399
2399
  """
2400
2400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2401
2401
  required_arguments = []
@@ -2497,7 +2497,7 @@ class FileStorageClient(object):
2497
2497
  :rtype: :class:`~oci.response.Response`
2498
2498
 
2499
2499
  :example:
2500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/delete_export.py.html>`__ to see an example of how to use delete_export API.
2500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/delete_export.py.html>`__ to see an example of how to use delete_export API.
2501
2501
  """
2502
2502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2503
2503
  required_arguments = ['exportId']
@@ -2620,7 +2620,7 @@ class FileStorageClient(object):
2620
2620
  :rtype: :class:`~oci.response.Response`
2621
2621
 
2622
2622
  :example:
2623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/delete_file_system.py.html>`__ to see an example of how to use delete_file_system API.
2623
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/delete_file_system.py.html>`__ to see an example of how to use delete_file_system API.
2624
2624
  """
2625
2625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2626
2626
  required_arguments = ['fileSystemId']
@@ -2739,7 +2739,7 @@ class FileStorageClient(object):
2739
2739
  :rtype: :class:`~oci.response.Response`
2740
2740
 
2741
2741
  :example:
2742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/delete_filesystem_snapshot_policy.py.html>`__ to see an example of how to use delete_filesystem_snapshot_policy API.
2742
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/delete_filesystem_snapshot_policy.py.html>`__ to see an example of how to use delete_filesystem_snapshot_policy API.
2743
2743
  """
2744
2744
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2745
2745
  required_arguments = ['filesystemSnapshotPolicyId']
@@ -2857,7 +2857,7 @@ class FileStorageClient(object):
2857
2857
  :rtype: :class:`~oci.response.Response`
2858
2858
 
2859
2859
  :example:
2860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/delete_mount_target.py.html>`__ to see an example of how to use delete_mount_target API.
2860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/delete_mount_target.py.html>`__ to see an example of how to use delete_mount_target API.
2861
2861
  """
2862
2862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2863
2863
  required_arguments = ['mountTargetId']
@@ -2974,7 +2974,7 @@ class FileStorageClient(object):
2974
2974
  :rtype: :class:`~oci.response.Response`
2975
2975
 
2976
2976
  :example:
2977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/delete_outbound_connector.py.html>`__ to see an example of how to use delete_outbound_connector API.
2977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/delete_outbound_connector.py.html>`__ to see an example of how to use delete_outbound_connector API.
2978
2978
  """
2979
2979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2980
2980
  required_arguments = ['outboundConnectorId']
@@ -3099,7 +3099,7 @@ class FileStorageClient(object):
3099
3099
  :rtype: :class:`~oci.response.Response`
3100
3100
 
3101
3101
  :example:
3102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/delete_replication.py.html>`__ to see an example of how to use delete_replication API.
3102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/delete_replication.py.html>`__ to see an example of how to use delete_replication API.
3103
3103
  """
3104
3104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3105
3105
  required_arguments = ['replicationId']
@@ -3228,7 +3228,7 @@ class FileStorageClient(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.138.1/filestorage/delete_replication_target.py.html>`__ to see an example of how to use delete_replication_target API.
3231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/delete_replication_target.py.html>`__ to see an example of how to use delete_replication_target API.
3232
3232
  """
3233
3233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3234
3234
  required_arguments = ['replicationTargetId']
@@ -3345,7 +3345,7 @@ class FileStorageClient(object):
3345
3345
  :rtype: :class:`~oci.response.Response`
3346
3346
 
3347
3347
  :example:
3348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/delete_snapshot.py.html>`__ to see an example of how to use delete_snapshot API.
3348
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/delete_snapshot.py.html>`__ to see an example of how to use delete_snapshot API.
3349
3349
  """
3350
3350
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3351
3351
  required_arguments = ['snapshotId']
@@ -3459,7 +3459,7 @@ class FileStorageClient(object):
3459
3459
  :rtype: :class:`~oci.response.Response`
3460
3460
 
3461
3461
  :example:
3462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/detach_clone.py.html>`__ to see an example of how to use detach_clone API.
3462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/detach_clone.py.html>`__ to see an example of how to use detach_clone API.
3463
3463
  """
3464
3464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3465
3465
  required_arguments = ['fileSystemId']
@@ -3568,7 +3568,7 @@ class FileStorageClient(object):
3568
3568
  :rtype: :class:`~oci.response.Response`
3569
3569
 
3570
3570
  :example:
3571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/estimate_replication.py.html>`__ to see an example of how to use estimate_replication API.
3571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/estimate_replication.py.html>`__ to see an example of how to use estimate_replication API.
3572
3572
  """
3573
3573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3574
3574
  required_arguments = ['fileSystemId']
@@ -3677,7 +3677,7 @@ class FileStorageClient(object):
3677
3677
  :rtype: :class:`~oci.response.Response`
3678
3678
 
3679
3679
  :example:
3680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/get_export.py.html>`__ to see an example of how to use get_export API.
3680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/get_export.py.html>`__ to see an example of how to use get_export API.
3681
3681
  """
3682
3682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3683
3683
  required_arguments = ['exportId']
@@ -3776,7 +3776,7 @@ class FileStorageClient(object):
3776
3776
  :rtype: :class:`~oci.response.Response`
3777
3777
 
3778
3778
  :example:
3779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/get_export_set.py.html>`__ to see an example of how to use get_export_set API.
3779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/get_export_set.py.html>`__ to see an example of how to use get_export_set API.
3780
3780
  """
3781
3781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3782
3782
  required_arguments = ['exportSetId']
@@ -3875,7 +3875,7 @@ class FileStorageClient(object):
3875
3875
  :rtype: :class:`~oci.response.Response`
3876
3876
 
3877
3877
  :example:
3878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/get_file_system.py.html>`__ to see an example of how to use get_file_system API.
3878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/get_file_system.py.html>`__ to see an example of how to use get_file_system API.
3879
3879
  """
3880
3880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3881
3881
  required_arguments = ['fileSystemId']
@@ -3974,7 +3974,7 @@ class FileStorageClient(object):
3974
3974
  :rtype: :class:`~oci.response.Response`
3975
3975
 
3976
3976
  :example:
3977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/get_filesystem_snapshot_policy.py.html>`__ to see an example of how to use get_filesystem_snapshot_policy API.
3977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/get_filesystem_snapshot_policy.py.html>`__ to see an example of how to use get_filesystem_snapshot_policy API.
3978
3978
  """
3979
3979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3980
3980
  required_arguments = ['filesystemSnapshotPolicyId']
@@ -4073,7 +4073,7 @@ class FileStorageClient(object):
4073
4073
  :rtype: :class:`~oci.response.Response`
4074
4074
 
4075
4075
  :example:
4076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/get_mount_target.py.html>`__ to see an example of how to use get_mount_target API.
4076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/get_mount_target.py.html>`__ to see an example of how to use get_mount_target API.
4077
4077
  """
4078
4078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4079
4079
  required_arguments = ['mountTargetId']
@@ -4172,7 +4172,7 @@ class FileStorageClient(object):
4172
4172
  :rtype: :class:`~oci.response.Response`
4173
4173
 
4174
4174
  :example:
4175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/get_outbound_connector.py.html>`__ to see an example of how to use get_outbound_connector API.
4175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/get_outbound_connector.py.html>`__ to see an example of how to use get_outbound_connector API.
4176
4176
  """
4177
4177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4178
4178
  required_arguments = ['outboundConnectorId']
@@ -4271,7 +4271,7 @@ class FileStorageClient(object):
4271
4271
  :rtype: :class:`~oci.response.Response`
4272
4272
 
4273
4273
  :example:
4274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/get_replication.py.html>`__ to see an example of how to use get_replication API.
4274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/get_replication.py.html>`__ to see an example of how to use get_replication API.
4275
4275
  """
4276
4276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4277
4277
  required_arguments = ['replicationId']
@@ -4370,7 +4370,7 @@ class FileStorageClient(object):
4370
4370
  :rtype: :class:`~oci.response.Response`
4371
4371
 
4372
4372
  :example:
4373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/get_replication_target.py.html>`__ to see an example of how to use get_replication_target API.
4373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/get_replication_target.py.html>`__ to see an example of how to use get_replication_target API.
4374
4374
  """
4375
4375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4376
4376
  required_arguments = ['replicationTargetId']
@@ -4469,7 +4469,7 @@ class FileStorageClient(object):
4469
4469
  :rtype: :class:`~oci.response.Response`
4470
4470
 
4471
4471
  :example:
4472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/get_snapshot.py.html>`__ to see an example of how to use get_snapshot API.
4472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/get_snapshot.py.html>`__ to see an example of how to use get_snapshot API.
4473
4473
  """
4474
4474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4475
4475
  required_arguments = ['snapshotId']
@@ -4626,7 +4626,7 @@ class FileStorageClient(object):
4626
4626
  :rtype: :class:`~oci.response.Response`
4627
4627
 
4628
4628
  :example:
4629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/list_export_sets.py.html>`__ to see an example of how to use list_export_sets API.
4629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/list_export_sets.py.html>`__ to see an example of how to use list_export_sets API.
4630
4630
  """
4631
4631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4632
4632
  required_arguments = ['compartmentId', 'availabilityDomain']
@@ -4816,7 +4816,7 @@ class FileStorageClient(object):
4816
4816
  :rtype: :class:`~oci.response.Response`
4817
4817
 
4818
4818
  :example:
4819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/list_exports.py.html>`__ to see an example of how to use list_exports API.
4819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/list_exports.py.html>`__ to see an example of how to use list_exports API.
4820
4820
  """
4821
4821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4822
4822
  required_arguments = []
@@ -5025,7 +5025,7 @@ class FileStorageClient(object):
5025
5025
  :rtype: :class:`~oci.response.Response`
5026
5026
 
5027
5027
  :example:
5028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/list_file_systems.py.html>`__ to see an example of how to use list_file_systems API.
5028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/list_file_systems.py.html>`__ to see an example of how to use list_file_systems API.
5029
5029
  """
5030
5030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5031
5031
  required_arguments = ['compartmentId', 'availabilityDomain']
@@ -5219,7 +5219,7 @@ class FileStorageClient(object):
5219
5219
  :rtype: :class:`~oci.response.Response`
5220
5220
 
5221
5221
  :example:
5222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/list_filesystem_snapshot_policies.py.html>`__ to see an example of how to use list_filesystem_snapshot_policies API.
5222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/list_filesystem_snapshot_policies.py.html>`__ to see an example of how to use list_filesystem_snapshot_policies API.
5223
5223
  """
5224
5224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5225
5225
  required_arguments = ['compartmentId', 'availabilityDomain']
@@ -5412,7 +5412,7 @@ class FileStorageClient(object):
5412
5412
  :rtype: :class:`~oci.response.Response`
5413
5413
 
5414
5414
  :example:
5415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/list_mount_targets.py.html>`__ to see an example of how to use list_mount_targets API.
5415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/list_mount_targets.py.html>`__ to see an example of how to use list_mount_targets API.
5416
5416
  """
5417
5417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5418
5418
  required_arguments = ['compartmentId', 'availabilityDomain']
@@ -5602,7 +5602,7 @@ class FileStorageClient(object):
5602
5602
  :rtype: :class:`~oci.response.Response`
5603
5603
 
5604
5604
  :example:
5605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/list_outbound_connectors.py.html>`__ to see an example of how to use list_outbound_connectors API.
5605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/list_outbound_connectors.py.html>`__ to see an example of how to use list_outbound_connectors API.
5606
5606
  """
5607
5607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5608
5608
  required_arguments = ['compartmentId', 'availabilityDomain']
@@ -5790,7 +5790,7 @@ class FileStorageClient(object):
5790
5790
  :rtype: :class:`~oci.response.Response`
5791
5791
 
5792
5792
  :example:
5793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/list_replication_targets.py.html>`__ to see an example of how to use list_replication_targets API.
5793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/list_replication_targets.py.html>`__ to see an example of how to use list_replication_targets API.
5794
5794
  """
5795
5795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5796
5796
  required_arguments = ['compartmentId', 'availabilityDomain']
@@ -5983,7 +5983,7 @@ class FileStorageClient(object):
5983
5983
  :rtype: :class:`~oci.response.Response`
5984
5984
 
5985
5985
  :example:
5986
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/list_replications.py.html>`__ to see an example of how to use list_replications API.
5986
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/list_replications.py.html>`__ to see an example of how to use list_replications API.
5987
5987
  """
5988
5988
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5989
5989
  required_arguments = ['compartmentId', 'availabilityDomain']
@@ -6172,7 +6172,7 @@ class FileStorageClient(object):
6172
6172
  :rtype: :class:`~oci.response.Response`
6173
6173
 
6174
6174
  :example:
6175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/list_snapshots.py.html>`__ to see an example of how to use list_snapshots API.
6175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/list_snapshots.py.html>`__ to see an example of how to use list_snapshots API.
6176
6176
  """
6177
6177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6178
6178
  required_arguments = []
@@ -6310,7 +6310,7 @@ class FileStorageClient(object):
6310
6310
  :rtype: :class:`~oci.response.Response`
6311
6311
 
6312
6312
  :example:
6313
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/pause_filesystem_snapshot_policy.py.html>`__ to see an example of how to use pause_filesystem_snapshot_policy API.
6313
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/pause_filesystem_snapshot_policy.py.html>`__ to see an example of how to use pause_filesystem_snapshot_policy API.
6314
6314
  """
6315
6315
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6316
6316
  required_arguments = ['filesystemSnapshotPolicyId']
@@ -6429,7 +6429,7 @@ class FileStorageClient(object):
6429
6429
  :rtype: :class:`~oci.response.Response`
6430
6430
 
6431
6431
  :example:
6432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/remove_export_lock.py.html>`__ to see an example of how to use remove_export_lock API.
6432
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/remove_export_lock.py.html>`__ to see an example of how to use remove_export_lock API.
6433
6433
  """
6434
6434
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6435
6435
  required_arguments = ['exportId']
@@ -6542,7 +6542,7 @@ class FileStorageClient(object):
6542
6542
  :rtype: :class:`~oci.response.Response`
6543
6543
 
6544
6544
  :example:
6545
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/remove_file_system_lock.py.html>`__ to see an example of how to use remove_file_system_lock API.
6545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/remove_file_system_lock.py.html>`__ to see an example of how to use remove_file_system_lock API.
6546
6546
  """
6547
6547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6548
6548
  required_arguments = ['fileSystemId']
@@ -6655,7 +6655,7 @@ class FileStorageClient(object):
6655
6655
  :rtype: :class:`~oci.response.Response`
6656
6656
 
6657
6657
  :example:
6658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/remove_filesystem_snapshot_policy_lock.py.html>`__ to see an example of how to use remove_filesystem_snapshot_policy_lock API.
6658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/remove_filesystem_snapshot_policy_lock.py.html>`__ to see an example of how to use remove_filesystem_snapshot_policy_lock API.
6659
6659
  """
6660
6660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6661
6661
  required_arguments = ['filesystemSnapshotPolicyId']
@@ -6768,7 +6768,7 @@ class FileStorageClient(object):
6768
6768
  :rtype: :class:`~oci.response.Response`
6769
6769
 
6770
6770
  :example:
6771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/remove_mount_target_lock.py.html>`__ to see an example of how to use remove_mount_target_lock API.
6771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/remove_mount_target_lock.py.html>`__ to see an example of how to use remove_mount_target_lock API.
6772
6772
  """
6773
6773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6774
6774
  required_arguments = ['mountTargetId']
@@ -6881,7 +6881,7 @@ class FileStorageClient(object):
6881
6881
  :rtype: :class:`~oci.response.Response`
6882
6882
 
6883
6883
  :example:
6884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/remove_outbound_connector_lock.py.html>`__ to see an example of how to use remove_outbound_connector_lock API.
6884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/remove_outbound_connector_lock.py.html>`__ to see an example of how to use remove_outbound_connector_lock API.
6885
6885
  """
6886
6886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6887
6887
  required_arguments = ['outboundConnectorId']
@@ -6994,7 +6994,7 @@ class FileStorageClient(object):
6994
6994
  :rtype: :class:`~oci.response.Response`
6995
6995
 
6996
6996
  :example:
6997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/remove_replication_lock.py.html>`__ to see an example of how to use remove_replication_lock API.
6997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/remove_replication_lock.py.html>`__ to see an example of how to use remove_replication_lock API.
6998
6998
  """
6999
6999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7000
7000
  required_arguments = ['replicationId']
@@ -7107,7 +7107,7 @@ class FileStorageClient(object):
7107
7107
  :rtype: :class:`~oci.response.Response`
7108
7108
 
7109
7109
  :example:
7110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/remove_snapshot_lock.py.html>`__ to see an example of how to use remove_snapshot_lock API.
7110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/remove_snapshot_lock.py.html>`__ to see an example of how to use remove_snapshot_lock API.
7111
7111
  """
7112
7112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7113
7113
  required_arguments = ['snapshotId']
@@ -7220,7 +7220,7 @@ class FileStorageClient(object):
7220
7220
  :rtype: :class:`~oci.response.Response`
7221
7221
 
7222
7222
  :example:
7223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/schedule_downgrade_shape_mount_target.py.html>`__ to see an example of how to use schedule_downgrade_shape_mount_target API.
7223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/schedule_downgrade_shape_mount_target.py.html>`__ to see an example of how to use schedule_downgrade_shape_mount_target API.
7224
7224
  """
7225
7225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7226
7226
  required_arguments = ['mountTargetId']
@@ -7337,7 +7337,7 @@ class FileStorageClient(object):
7337
7337
  :rtype: :class:`~oci.response.Response`
7338
7338
 
7339
7339
  :example:
7340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/unpause_filesystem_snapshot_policy.py.html>`__ to see an example of how to use unpause_filesystem_snapshot_policy API.
7340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/unpause_filesystem_snapshot_policy.py.html>`__ to see an example of how to use unpause_filesystem_snapshot_policy API.
7341
7341
  """
7342
7342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7343
7343
  required_arguments = ['filesystemSnapshotPolicyId']
@@ -7459,7 +7459,7 @@ class FileStorageClient(object):
7459
7459
  :rtype: :class:`~oci.response.Response`
7460
7460
 
7461
7461
  :example:
7462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/update_export.py.html>`__ to see an example of how to use update_export API.
7462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/update_export.py.html>`__ to see an example of how to use update_export API.
7463
7463
  """
7464
7464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7465
7465
  required_arguments = ['exportId']
@@ -7580,7 +7580,7 @@ class FileStorageClient(object):
7580
7580
  :rtype: :class:`~oci.response.Response`
7581
7581
 
7582
7582
  :example:
7583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/update_export_set.py.html>`__ to see an example of how to use update_export_set API.
7583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/update_export_set.py.html>`__ to see an example of how to use update_export_set API.
7584
7584
  """
7585
7585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7586
7586
  required_arguments = ['exportSetId']
@@ -7697,7 +7697,7 @@ class FileStorageClient(object):
7697
7697
  :rtype: :class:`~oci.response.Response`
7698
7698
 
7699
7699
  :example:
7700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/update_file_system.py.html>`__ to see an example of how to use update_file_system API.
7700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/update_file_system.py.html>`__ to see an example of how to use update_file_system API.
7701
7701
  """
7702
7702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7703
7703
  required_arguments = ['fileSystemId']
@@ -7821,7 +7821,7 @@ class FileStorageClient(object):
7821
7821
  :rtype: :class:`~oci.response.Response`
7822
7822
 
7823
7823
  :example:
7824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/update_filesystem_snapshot_policy.py.html>`__ to see an example of how to use update_filesystem_snapshot_policy API.
7824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/update_filesystem_snapshot_policy.py.html>`__ to see an example of how to use update_filesystem_snapshot_policy API.
7825
7825
  """
7826
7826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7827
7827
  required_arguments = ['filesystemSnapshotPolicyId']
@@ -7945,7 +7945,7 @@ class FileStorageClient(object):
7945
7945
  :rtype: :class:`~oci.response.Response`
7946
7946
 
7947
7947
  :example:
7948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/update_mount_target.py.html>`__ to see an example of how to use update_mount_target API.
7948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/update_mount_target.py.html>`__ to see an example of how to use update_mount_target API.
7949
7949
  """
7950
7950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7951
7951
  required_arguments = ['mountTargetId']
@@ -8069,7 +8069,7 @@ class FileStorageClient(object):
8069
8069
  :rtype: :class:`~oci.response.Response`
8070
8070
 
8071
8071
  :example:
8072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/update_outbound_connector.py.html>`__ to see an example of how to use update_outbound_connector API.
8072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/update_outbound_connector.py.html>`__ to see an example of how to use update_outbound_connector API.
8073
8073
  """
8074
8074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8075
8075
  required_arguments = ['outboundConnectorId']
@@ -8193,7 +8193,7 @@ class FileStorageClient(object):
8193
8193
  :rtype: :class:`~oci.response.Response`
8194
8194
 
8195
8195
  :example:
8196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/update_replication.py.html>`__ to see an example of how to use update_replication API.
8196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/update_replication.py.html>`__ to see an example of how to use update_replication API.
8197
8197
  """
8198
8198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8199
8199
  required_arguments = ['replicationId']
@@ -8317,7 +8317,7 @@ class FileStorageClient(object):
8317
8317
  :rtype: :class:`~oci.response.Response`
8318
8318
 
8319
8319
  :example:
8320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/update_snapshot.py.html>`__ to see an example of how to use update_snapshot API.
8320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/update_snapshot.py.html>`__ to see an example of how to use update_snapshot API.
8321
8321
  """
8322
8322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8323
8323
  required_arguments = ['snapshotId']
@@ -8438,7 +8438,7 @@ class FileStorageClient(object):
8438
8438
  :rtype: :class:`~oci.response.Response`
8439
8439
 
8440
8440
  :example:
8441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/upgrade_shape_mount_target.py.html>`__ to see an example of how to use upgrade_shape_mount_target API.
8441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/upgrade_shape_mount_target.py.html>`__ to see an example of how to use upgrade_shape_mount_target API.
8442
8442
  """
8443
8443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8444
8444
  required_arguments = ['mountTargetId']
@@ -8541,7 +8541,7 @@ class FileStorageClient(object):
8541
8541
  :rtype: :class:`~oci.response.Response`
8542
8542
 
8543
8543
  :example:
8544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.1/filestorage/validate_key_tabs.py.html>`__ to see an example of how to use validate_key_tabs API.
8544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/filestorage/validate_key_tabs.py.html>`__ to see an example of how to use validate_key_tabs API.
8545
8545
  """
8546
8546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8547
8547
  required_arguments = []