oci 2.126.2__py3-none-any.whl → 2.126.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (323) 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 +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +10 -10
  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 +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  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/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +51 -51
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +19 -19
  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 +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +44 -44
  50. oci/container_instances/container_instance_client.py +18 -18
  51. oci/core/blockstorage_client.py +60 -60
  52. oci/core/compute_client.py +99 -99
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/virtual_network_client.py +247 -247
  55. oci/dashboard_service/dashboard_client.py +6 -6
  56. oci/dashboard_service/dashboard_group_client.py +6 -6
  57. oci/data_catalog/data_catalog_client.py +149 -149
  58. oci/data_flow/data_flow_client.py +42 -42
  59. oci/data_integration/data_integration_client.py +163 -163
  60. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  61. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  62. oci/data_safe/data_safe_client.py +278 -278
  63. oci/data_science/data_science_client.py +91 -91
  64. oci/database/database_client.py +333 -333
  65. oci/database/models/create_vm_cluster_details.py +33 -2
  66. oci/database/models/exadata_infrastructure.py +31 -0
  67. oci/database/models/exadata_infrastructure_summary.py +31 -0
  68. oci/database/models/update_vm_cluster_details.py +33 -2
  69. oci/database/models/vm_cluster.py +33 -2
  70. oci/database/models/vm_cluster_summary.py +33 -2
  71. oci/database_management/db_management_client.py +206 -206
  72. oci/database_management/diagnosability_client.py +4 -4
  73. oci/database_management/managed_my_sql_databases_client.py +7 -7
  74. oci/database_management/perfhub_client.py +1 -1
  75. oci/database_management/sql_tuning_client.py +17 -17
  76. oci/database_migration/database_migration_client.py +41 -41
  77. oci/database_tools/database_tools_client.py +23 -23
  78. oci/desktops/desktop_service_client.py +21 -21
  79. oci/devops/devops_client.py +89 -89
  80. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  81. oci/dns/dns_client.py +52 -52
  82. oci/dts/appliance_export_job_client.py +6 -6
  83. oci/dts/shipping_vendors_client.py +1 -1
  84. oci/dts/transfer_appliance_client.py +8 -8
  85. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  86. oci/dts/transfer_device_client.py +5 -5
  87. oci/dts/transfer_job_client.py +6 -6
  88. oci/dts/transfer_package_client.py +7 -7
  89. oci/em_warehouse/em_data_lake_client.py +13 -13
  90. oci/em_warehouse/em_warehouse_client.py +13 -13
  91. oci/email/email_client.py +608 -28
  92. oci/email/email_client_composite_operations.py +132 -0
  93. oci/email/models/__init__.py +10 -0
  94. oci/email/models/create_email_domain_details.py +31 -0
  95. oci/email/models/create_email_return_path_details.py +239 -0
  96. oci/email/models/email_domain.py +82 -0
  97. oci/email/models/email_return_path.py +577 -0
  98. oci/email/models/email_return_path_collection.py +72 -0
  99. oci/email/models/email_return_path_summary.py +444 -0
  100. oci/email/models/sender.py +15 -3
  101. oci/email/models/update_email_domain_details.py +31 -0
  102. oci/email/models/update_email_return_path_details.py +156 -0
  103. oci/email/models/work_request.py +15 -3
  104. oci/email/models/work_request_summary.py +15 -3
  105. oci/email_data_plane/email_dp_client.py +1 -1
  106. oci/events/events_client.py +6 -6
  107. oci/file_storage/file_storage_client.py +50 -50
  108. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  109. oci/functions/functions_invoke_client.py +1 -1
  110. oci/functions/functions_management_client.py +16 -16
  111. oci/fusion_apps/data_masking_activity_client.py +3 -3
  112. oci/fusion_apps/fusion_applications_client.py +39 -39
  113. oci/fusion_apps/fusion_environment_client.py +15 -15
  114. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  115. oci/fusion_apps/refresh_activity_client.py +4 -4
  116. oci/fusion_apps/scheduled_activity_client.py +2 -2
  117. oci/fusion_apps/service_attachment_client.py +2 -2
  118. oci/generative_ai/generative_ai_client.py +22 -22
  119. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  120. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  121. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  122. oci/golden_gate/golden_gate_client.py +61 -61
  123. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  124. oci/governance_rules_control_plane/work_request_client.py +5 -5
  125. oci/healthchecks/health_checks_client.py +17 -17
  126. oci/identity/identity_client.py +145 -145
  127. oci/identity_data_plane/dataplane_client.py +2 -2
  128. oci/identity_domains/identity_domains_client.py +300 -300
  129. oci/integration/integration_instance_client.py +15 -15
  130. oci/jms/java_management_service_client.py +66 -66
  131. oci/jms_java_downloads/java_download_client.py +25 -25
  132. oci/key_management/ekm_client.py +5 -5
  133. oci/key_management/kms_crypto_client.py +6 -6
  134. oci/key_management/kms_hsm_cluster_client.py +12 -12
  135. oci/key_management/kms_management_client.py +21 -21
  136. oci/key_management/kms_vault_client.py +14 -14
  137. oci/license_manager/license_manager_client.py +18 -18
  138. oci/limits/limits_client.py +4 -4
  139. oci/limits/quotas_client.py +7 -7
  140. oci/load_balancer/load_balancer_client.py +61 -61
  141. oci/load_balancer/models/ssl_configuration.py +41 -0
  142. oci/load_balancer/models/ssl_configuration_details.py +41 -0
  143. oci/lockbox/lockbox_client.py +24 -24
  144. oci/log_analytics/log_analytics_client.py +193 -193
  145. oci/logging/logging_management_client.py +30 -30
  146. oci/loggingingestion/logging_client.py +1 -1
  147. oci/loggingsearch/log_search_client.py +1 -1
  148. oci/management_agent/management_agent_client.py +28 -28
  149. oci/management_dashboard/dashx_apis_client.py +14 -14
  150. oci/marketplace/account_client.py +2 -2
  151. oci/marketplace/marketplace_client.py +30 -30
  152. oci/marketplace_private_offer/__init__.py +16 -0
  153. oci/marketplace_private_offer/attachment_client.py +719 -0
  154. oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
  155. oci/marketplace_private_offer/models/__init__.py +48 -0
  156. oci/marketplace_private_offer/models/attachment.py +446 -0
  157. oci/marketplace_private_offer/models/attachment_collection.py +72 -0
  158. oci/marketplace_private_offer/models/attachment_summary.py +293 -0
  159. oci/marketplace_private_offer/models/buyer_information.py +161 -0
  160. oci/marketplace_private_offer/models/contact.py +134 -0
  161. oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
  162. oci/marketplace_private_offer/models/create_offer_details.py +498 -0
  163. oci/marketplace_private_offer/models/custom_field.py +103 -0
  164. oci/marketplace_private_offer/models/offer.py +787 -0
  165. oci/marketplace_private_offer/models/offer_collection.py +72 -0
  166. oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
  167. oci/marketplace_private_offer/models/offer_summary.py +591 -0
  168. oci/marketplace_private_offer/models/pricing.py +146 -0
  169. oci/marketplace_private_offer/models/publisher_summary.py +710 -0
  170. oci/marketplace_private_offer/models/resource_bundle.py +205 -0
  171. oci/marketplace_private_offer/models/seller_information.py +99 -0
  172. oci/marketplace_private_offer/models/update_offer_details.py +467 -0
  173. oci/marketplace_private_offer/models/upload_data.py +134 -0
  174. oci/marketplace_private_offer/offer_client.py +789 -0
  175. oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
  176. oci/marketplace_publisher/__init__.py +5 -1
  177. oci/marketplace_publisher/attachment_client.py +719 -0
  178. oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
  179. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  180. oci/marketplace_publisher/models/__init__.py +32 -0
  181. oci/marketplace_publisher/models/attachment.py +446 -0
  182. oci/marketplace_publisher/models/attachment_collection.py +72 -0
  183. oci/marketplace_publisher/models/attachment_summary.py +293 -0
  184. oci/marketplace_publisher/models/buyer_information.py +161 -0
  185. oci/marketplace_publisher/models/contact.py +134 -0
  186. oci/marketplace_publisher/models/create_attachment_details.py +134 -0
  187. oci/marketplace_publisher/models/create_offer_details.py +498 -0
  188. oci/marketplace_publisher/models/custom_field.py +103 -0
  189. oci/marketplace_publisher/models/offer.py +787 -0
  190. oci/marketplace_publisher/models/offer_collection.py +72 -0
  191. oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
  192. oci/marketplace_publisher/models/offer_summary.py +591 -0
  193. oci/marketplace_publisher/models/pricing.py +146 -0
  194. oci/marketplace_publisher/models/resource_bundle.py +205 -0
  195. oci/marketplace_publisher/models/seller_information.py +99 -0
  196. oci/marketplace_publisher/models/update_offer_details.py +467 -0
  197. oci/marketplace_publisher/models/work_request.py +23 -3
  198. oci/marketplace_publisher/models/work_request_summary.py +23 -3
  199. oci/marketplace_publisher/offer_client.py +789 -0
  200. oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
  201. oci/media_services/media_services_client.py +60 -60
  202. oci/media_services/media_stream_client.py +2 -2
  203. oci/monitoring/monitoring_client.py +18 -18
  204. oci/mysql/channels_client.py +7 -7
  205. oci/mysql/db_backups_client.py +6 -6
  206. oci/mysql/db_system_client.py +17 -17
  207. oci/mysql/mysqlaas_client.py +7 -7
  208. oci/mysql/replicas_client.py +5 -5
  209. oci/mysql/work_requests_client.py +4 -4
  210. oci/network_firewall/network_firewall_client.py +80 -80
  211. oci/network_load_balancer/models/create_listener_details.py +33 -2
  212. oci/network_load_balancer/models/listener.py +33 -2
  213. oci/network_load_balancer/models/listener_details.py +33 -2
  214. oci/network_load_balancer/models/listener_summary.py +33 -2
  215. oci/network_load_balancer/models/update_listener_details.py +33 -2
  216. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  217. oci/nosql/nosql_client.py +24 -24
  218. oci/object_storage/object_storage_client.py +50 -50
  219. oci/oce/oce_instance_client.py +10 -10
  220. oci/oci_control_center/occ_metrics_client.py +3 -3
  221. oci/ocvp/cluster_client.py +5 -5
  222. oci/ocvp/esxi_host_client.py +8 -8
  223. oci/ocvp/sddc_client.py +14 -14
  224. oci/ocvp/work_request_client.py +4 -4
  225. oci/oda/management_client.py +59 -59
  226. oci/oda/oda_client.py +17 -17
  227. oci/oda/odapackage_client.py +7 -7
  228. oci/onesubscription/billing_schedule_client.py +1 -1
  229. oci/onesubscription/commitment_client.py +2 -2
  230. oci/onesubscription/computed_usage_client.py +3 -3
  231. oci/onesubscription/invoice_summary_client.py +2 -2
  232. oci/onesubscription/organization_subscription_client.py +1 -1
  233. oci/onesubscription/ratecard_client.py +1 -1
  234. oci/onesubscription/subscribed_service_client.py +2 -2
  235. oci/onesubscription/subscription_client.py +1 -1
  236. oci/ons/notification_control_plane_client.py +6 -6
  237. oci/ons/notification_data_plane_client.py +10 -10
  238. oci/opa/opa_instance_client.py +13 -13
  239. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  240. oci/opensearch/opensearch_cluster_client.py +14 -14
  241. oci/operator_access_control/access_requests_client.py +10 -10
  242. oci/operator_access_control/operator_actions_client.py +2 -2
  243. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  244. oci/operator_access_control/operator_control_client.py +6 -6
  245. oci/opsi/operations_insights_client.py +175 -175
  246. oci/optimizer/optimizer_client.py +26 -26
  247. oci/os_management/event_client.py +8 -8
  248. oci/os_management/os_management_client.py +69 -69
  249. oci/os_management_hub/event_client.py +8 -8
  250. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  251. oci/os_management_hub/managed_instance_client.py +31 -31
  252. oci/os_management_hub/managed_instance_group_client.py +25 -25
  253. oci/os_management_hub/management_station_client.py +10 -10
  254. oci/os_management_hub/onboarding_client.py +6 -6
  255. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  256. oci/os_management_hub/scheduled_job_client.py +7 -7
  257. oci/os_management_hub/software_source_client.py +27 -27
  258. oci/os_management_hub/work_request_client.py +4 -4
  259. oci/osp_gateway/address_rule_service_client.py +1 -1
  260. oci/osp_gateway/address_service_client.py +2 -2
  261. oci/osp_gateway/invoice_service_client.py +5 -5
  262. oci/osp_gateway/subscription_service_client.py +5 -5
  263. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  264. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  265. oci/osub_subscription/commitment_client.py +2 -2
  266. oci/osub_subscription/ratecard_client.py +1 -1
  267. oci/osub_subscription/subscription_client.py +1 -1
  268. oci/osub_usage/computed_usage_client.py +3 -3
  269. oci/psql/postgresql_client.py +33 -33
  270. oci/queue/queue_admin_client.py +11 -11
  271. oci/queue/queue_client.py +8 -8
  272. oci/recovery/database_recovery_client.py +25 -25
  273. oci/redis/redis_cluster_client.py +11 -11
  274. oci/resource_manager/resource_manager_client.py +52 -52
  275. oci/resource_search/resource_search_client.py +3 -3
  276. oci/rover/rover_bundle_client.py +8 -8
  277. oci/rover/rover_cluster_client.py +8 -8
  278. oci/rover/rover_entitlement_client.py +6 -6
  279. oci/rover/rover_node_client.py +15 -15
  280. oci/rover/shape_client.py +1 -1
  281. oci/rover/work_requests_client.py +5 -5
  282. oci/sch/connector_plugins_client.py +2 -2
  283. oci/sch/service_connector_client.py +12 -12
  284. oci/secrets/secrets_client.py +3 -3
  285. oci/service_catalog/service_catalog_client.py +26 -26
  286. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  287. oci/service_mesh/service_mesh_client.py +48 -48
  288. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  289. oci/streaming/stream_admin_client.py +18 -18
  290. oci/streaming/stream_client.py +8 -8
  291. oci/tenant_manager_control_plane/domain_client.py +5 -5
  292. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  293. oci/tenant_manager_control_plane/governance_client.py +2 -2
  294. oci/tenant_manager_control_plane/link_client.py +3 -3
  295. oci/tenant_manager_control_plane/orders_client.py +2 -2
  296. oci/tenant_manager_control_plane/organization_client.py +10 -10
  297. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  298. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  299. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  300. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  301. oci/threat_intelligence/threatintel_client.py +5 -5
  302. oci/usage/resources_client.py +2 -2
  303. oci/usage/rewards_client.py +6 -6
  304. oci/usage/usagelimits_client.py +1 -1
  305. oci/usage_api/usageapi_client.py +33 -33
  306. oci/vault/vaults_client.py +13 -13
  307. oci/vbs_inst/vbs_instance_client.py +10 -10
  308. oci/version.py +1 -1
  309. oci/visual_builder/vb_instance_client.py +13 -13
  310. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  311. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  312. oci/waa/waa_client.py +13 -13
  313. oci/waa/work_request_client.py +4 -4
  314. oci/waas/redirect_client.py +6 -6
  315. oci/waas/waas_client.py +66 -66
  316. oci/waf/waf_client.py +24 -24
  317. oci/work_requests/work_request_client.py +4 -4
  318. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/METADATA +1 -1
  319. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/RECORD +323 -274
  320. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/LICENSE.txt +0 -0
  321. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  322. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/WHEEL +0 -0
  323. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/top_level.txt +0 -0
@@ -161,7 +161,7 @@ class NetworkFirewallClient(object):
161
161
  :rtype: :class:`~oci.response.Response`
162
162
 
163
163
  :example:
164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/apply_network_firewall_policy.py.html>`__ to see an example of how to use apply_network_firewall_policy API.
164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/apply_network_firewall_policy.py.html>`__ to see an example of how to use apply_network_firewall_policy API.
165
165
  """
166
166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
167
167
  required_arguments = ['networkFirewallPolicyId']
@@ -290,7 +290,7 @@ class NetworkFirewallClient(object):
290
290
  :rtype: :class:`~oci.response.Response`
291
291
 
292
292
  :example:
293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_address_lists.py.html>`__ to see an example of how to use bulk_upload_address_lists API.
293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_address_lists.py.html>`__ to see an example of how to use bulk_upload_address_lists API.
294
294
  """
295
295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
296
296
  required_arguments = ['networkFirewallPolicyId']
@@ -438,7 +438,7 @@ class NetworkFirewallClient(object):
438
438
  :rtype: :class:`~oci.response.Response`
439
439
 
440
440
  :example:
441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_application_groups.py.html>`__ to see an example of how to use bulk_upload_application_groups API.
441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_application_groups.py.html>`__ to see an example of how to use bulk_upload_application_groups API.
442
442
  """
443
443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
444
444
  required_arguments = ['networkFirewallPolicyId']
@@ -586,7 +586,7 @@ class NetworkFirewallClient(object):
586
586
  :rtype: :class:`~oci.response.Response`
587
587
 
588
588
  :example:
589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_applications.py.html>`__ to see an example of how to use bulk_upload_applications API.
589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_applications.py.html>`__ to see an example of how to use bulk_upload_applications API.
590
590
  """
591
591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
592
592
  required_arguments = ['networkFirewallPolicyId']
@@ -734,7 +734,7 @@ class NetworkFirewallClient(object):
734
734
  :rtype: :class:`~oci.response.Response`
735
735
 
736
736
  :example:
737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_decryption_profiles.py.html>`__ to see an example of how to use bulk_upload_decryption_profiles API.
737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_decryption_profiles.py.html>`__ to see an example of how to use bulk_upload_decryption_profiles API.
738
738
  """
739
739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
740
740
  required_arguments = ['networkFirewallPolicyId']
@@ -882,7 +882,7 @@ class NetworkFirewallClient(object):
882
882
  :rtype: :class:`~oci.response.Response`
883
883
 
884
884
  :example:
885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_decryption_rules.py.html>`__ to see an example of how to use bulk_upload_decryption_rules API.
885
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_decryption_rules.py.html>`__ to see an example of how to use bulk_upload_decryption_rules API.
886
886
  """
887
887
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
888
888
  required_arguments = ['networkFirewallPolicyId']
@@ -1030,7 +1030,7 @@ class NetworkFirewallClient(object):
1030
1030
  :rtype: :class:`~oci.response.Response`
1031
1031
 
1032
1032
  :example:
1033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_mapped_secrets.py.html>`__ to see an example of how to use bulk_upload_mapped_secrets API.
1033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_mapped_secrets.py.html>`__ to see an example of how to use bulk_upload_mapped_secrets API.
1034
1034
  """
1035
1035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1036
1036
  required_arguments = ['networkFirewallPolicyId']
@@ -1178,7 +1178,7 @@ class NetworkFirewallClient(object):
1178
1178
  :rtype: :class:`~oci.response.Response`
1179
1179
 
1180
1180
  :example:
1181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_security_rules.py.html>`__ to see an example of how to use bulk_upload_security_rules API.
1181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_security_rules.py.html>`__ to see an example of how to use bulk_upload_security_rules API.
1182
1182
  """
1183
1183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1184
1184
  required_arguments = ['networkFirewallPolicyId']
@@ -1326,7 +1326,7 @@ class NetworkFirewallClient(object):
1326
1326
  :rtype: :class:`~oci.response.Response`
1327
1327
 
1328
1328
  :example:
1329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_service_lists.py.html>`__ to see an example of how to use bulk_upload_service_lists API.
1329
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_service_lists.py.html>`__ to see an example of how to use bulk_upload_service_lists API.
1330
1330
  """
1331
1331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1332
1332
  required_arguments = ['networkFirewallPolicyId']
@@ -1474,7 +1474,7 @@ class NetworkFirewallClient(object):
1474
1474
  :rtype: :class:`~oci.response.Response`
1475
1475
 
1476
1476
  :example:
1477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_services.py.html>`__ to see an example of how to use bulk_upload_services API.
1477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_services.py.html>`__ to see an example of how to use bulk_upload_services API.
1478
1478
  """
1479
1479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1480
1480
  required_arguments = ['networkFirewallPolicyId']
@@ -1622,7 +1622,7 @@ class NetworkFirewallClient(object):
1622
1622
  :rtype: :class:`~oci.response.Response`
1623
1623
 
1624
1624
  :example:
1625
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/bulk_upload_url_lists.py.html>`__ to see an example of how to use bulk_upload_url_lists API.
1625
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/bulk_upload_url_lists.py.html>`__ to see an example of how to use bulk_upload_url_lists API.
1626
1626
  """
1627
1627
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1628
1628
  required_arguments = ['networkFirewallPolicyId']
@@ -1753,7 +1753,7 @@ class NetworkFirewallClient(object):
1753
1753
  :rtype: :class:`~oci.response.Response`
1754
1754
 
1755
1755
  :example:
1756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
1756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
1757
1757
  """
1758
1758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1759
1759
  required_arguments = ['workRequestId']
@@ -1870,7 +1870,7 @@ class NetworkFirewallClient(object):
1870
1870
  :rtype: :class:`~oci.response.Response`
1871
1871
 
1872
1872
  :example:
1873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/change_network_firewall_compartment.py.html>`__ to see an example of how to use change_network_firewall_compartment API.
1873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/change_network_firewall_compartment.py.html>`__ to see an example of how to use change_network_firewall_compartment API.
1874
1874
  """
1875
1875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1876
1876
  required_arguments = ['networkFirewallId']
@@ -1990,7 +1990,7 @@ class NetworkFirewallClient(object):
1990
1990
  :rtype: :class:`~oci.response.Response`
1991
1991
 
1992
1992
  :example:
1993
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/change_network_firewall_policy_compartment.py.html>`__ to see an example of how to use change_network_firewall_policy_compartment API.
1993
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/change_network_firewall_policy_compartment.py.html>`__ to see an example of how to use change_network_firewall_policy_compartment API.
1994
1994
  """
1995
1995
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1996
1996
  required_arguments = ['networkFirewallPolicyId']
@@ -2110,7 +2110,7 @@ class NetworkFirewallClient(object):
2110
2110
  :rtype: :class:`~oci.response.Response`
2111
2111
 
2112
2112
  :example:
2113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/clone_network_firewall_policy.py.html>`__ to see an example of how to use clone_network_firewall_policy API.
2113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/clone_network_firewall_policy.py.html>`__ to see an example of how to use clone_network_firewall_policy API.
2114
2114
  """
2115
2115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2116
2116
  required_arguments = ['networkFirewallPolicyId']
@@ -2225,7 +2225,7 @@ class NetworkFirewallClient(object):
2225
2225
  :rtype: :class:`~oci.response.Response`
2226
2226
 
2227
2227
  :example:
2228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_address_list.py.html>`__ to see an example of how to use create_address_list API.
2228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_address_list.py.html>`__ to see an example of how to use create_address_list API.
2229
2229
  """
2230
2230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2231
2231
  required_arguments = ['networkFirewallPolicyId']
@@ -2338,7 +2338,7 @@ class NetworkFirewallClient(object):
2338
2338
  :rtype: :class:`~oci.response.Response`
2339
2339
 
2340
2340
  :example:
2341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_application.py.html>`__ to see an example of how to use create_application API.
2341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_application.py.html>`__ to see an example of how to use create_application API.
2342
2342
  """
2343
2343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2344
2344
  required_arguments = ['networkFirewallPolicyId']
@@ -2451,7 +2451,7 @@ class NetworkFirewallClient(object):
2451
2451
  :rtype: :class:`~oci.response.Response`
2452
2452
 
2453
2453
  :example:
2454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_application_group.py.html>`__ to see an example of how to use create_application_group API.
2454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_application_group.py.html>`__ to see an example of how to use create_application_group API.
2455
2455
  """
2456
2456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2457
2457
  required_arguments = ['networkFirewallPolicyId']
@@ -2564,7 +2564,7 @@ class NetworkFirewallClient(object):
2564
2564
  :rtype: :class:`~oci.response.Response`
2565
2565
 
2566
2566
  :example:
2567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_decryption_profile.py.html>`__ to see an example of how to use create_decryption_profile API.
2567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_decryption_profile.py.html>`__ to see an example of how to use create_decryption_profile API.
2568
2568
  """
2569
2569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2570
2570
  required_arguments = ['networkFirewallPolicyId']
@@ -2677,7 +2677,7 @@ class NetworkFirewallClient(object):
2677
2677
  :rtype: :class:`~oci.response.Response`
2678
2678
 
2679
2679
  :example:
2680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_decryption_rule.py.html>`__ to see an example of how to use create_decryption_rule API.
2680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_decryption_rule.py.html>`__ to see an example of how to use create_decryption_rule API.
2681
2681
  """
2682
2682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2683
2683
  required_arguments = ['networkFirewallPolicyId']
@@ -2790,7 +2790,7 @@ class NetworkFirewallClient(object):
2790
2790
  :rtype: :class:`~oci.response.Response`
2791
2791
 
2792
2792
  :example:
2793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_mapped_secret.py.html>`__ to see an example of how to use create_mapped_secret API.
2793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_mapped_secret.py.html>`__ to see an example of how to use create_mapped_secret API.
2794
2794
  """
2795
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2796
2796
  required_arguments = ['networkFirewallPolicyId']
@@ -2900,7 +2900,7 @@ class NetworkFirewallClient(object):
2900
2900
  :rtype: :class:`~oci.response.Response`
2901
2901
 
2902
2902
  :example:
2903
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_network_firewall.py.html>`__ to see an example of how to use create_network_firewall API.
2903
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_network_firewall.py.html>`__ to see an example of how to use create_network_firewall API.
2904
2904
  """
2905
2905
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2906
2906
  required_arguments = []
@@ -2998,7 +2998,7 @@ class NetworkFirewallClient(object):
2998
2998
  :rtype: :class:`~oci.response.Response`
2999
2999
 
3000
3000
  :example:
3001
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_network_firewall_policy.py.html>`__ to see an example of how to use create_network_firewall_policy API.
3001
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_network_firewall_policy.py.html>`__ to see an example of how to use create_network_firewall_policy API.
3002
3002
  """
3003
3003
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3004
3004
  required_arguments = []
@@ -3099,7 +3099,7 @@ class NetworkFirewallClient(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.126.2/networkfirewall/create_security_rule.py.html>`__ to see an example of how to use create_security_rule API.
3102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_security_rule.py.html>`__ to see an example of how to use create_security_rule API.
3103
3103
  """
3104
3104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3105
3105
  required_arguments = ['networkFirewallPolicyId']
@@ -3212,7 +3212,7 @@ class NetworkFirewallClient(object):
3212
3212
  :rtype: :class:`~oci.response.Response`
3213
3213
 
3214
3214
  :example:
3215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_service.py.html>`__ to see an example of how to use create_service API.
3215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_service.py.html>`__ to see an example of how to use create_service API.
3216
3216
  """
3217
3217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3218
3218
  required_arguments = ['networkFirewallPolicyId']
@@ -3325,7 +3325,7 @@ class NetworkFirewallClient(object):
3325
3325
  :rtype: :class:`~oci.response.Response`
3326
3326
 
3327
3327
  :example:
3328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_service_list.py.html>`__ to see an example of how to use create_service_list API.
3328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_service_list.py.html>`__ to see an example of how to use create_service_list API.
3329
3329
  """
3330
3330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3331
3331
  required_arguments = ['networkFirewallPolicyId']
@@ -3438,7 +3438,7 @@ class NetworkFirewallClient(object):
3438
3438
  :rtype: :class:`~oci.response.Response`
3439
3439
 
3440
3440
  :example:
3441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/create_url_list.py.html>`__ to see an example of how to use create_url_list API.
3441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/create_url_list.py.html>`__ to see an example of how to use create_url_list API.
3442
3442
  """
3443
3443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3444
3444
  required_arguments = ['networkFirewallPolicyId']
@@ -3551,7 +3551,7 @@ class NetworkFirewallClient(object):
3551
3551
  :rtype: :class:`~oci.response.Response`
3552
3552
 
3553
3553
  :example:
3554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_address_list.py.html>`__ to see an example of how to use delete_address_list API.
3554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_address_list.py.html>`__ to see an example of how to use delete_address_list API.
3555
3555
  """
3556
3556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3557
3557
  required_arguments = ['networkFirewallPolicyId', 'addressListName']
@@ -3660,7 +3660,7 @@ class NetworkFirewallClient(object):
3660
3660
  :rtype: :class:`~oci.response.Response`
3661
3661
 
3662
3662
  :example:
3663
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_application.py.html>`__ to see an example of how to use delete_application API.
3663
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_application.py.html>`__ to see an example of how to use delete_application API.
3664
3664
  """
3665
3665
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3666
3666
  required_arguments = ['networkFirewallPolicyId', 'applicationName']
@@ -3769,7 +3769,7 @@ class NetworkFirewallClient(object):
3769
3769
  :rtype: :class:`~oci.response.Response`
3770
3770
 
3771
3771
  :example:
3772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_application_group.py.html>`__ to see an example of how to use delete_application_group API.
3772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_application_group.py.html>`__ to see an example of how to use delete_application_group API.
3773
3773
  """
3774
3774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3775
3775
  required_arguments = ['networkFirewallPolicyId', 'applicationGroupName']
@@ -3878,7 +3878,7 @@ class NetworkFirewallClient(object):
3878
3878
  :rtype: :class:`~oci.response.Response`
3879
3879
 
3880
3880
  :example:
3881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_decryption_profile.py.html>`__ to see an example of how to use delete_decryption_profile API.
3881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_decryption_profile.py.html>`__ to see an example of how to use delete_decryption_profile API.
3882
3882
  """
3883
3883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3884
3884
  required_arguments = ['networkFirewallPolicyId', 'decryptionProfileName']
@@ -3987,7 +3987,7 @@ class NetworkFirewallClient(object):
3987
3987
  :rtype: :class:`~oci.response.Response`
3988
3988
 
3989
3989
  :example:
3990
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_decryption_rule.py.html>`__ to see an example of how to use delete_decryption_rule API.
3990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_decryption_rule.py.html>`__ to see an example of how to use delete_decryption_rule API.
3991
3991
  """
3992
3992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3993
3993
  required_arguments = ['networkFirewallPolicyId', 'decryptionRuleName']
@@ -4096,7 +4096,7 @@ class NetworkFirewallClient(object):
4096
4096
  :rtype: :class:`~oci.response.Response`
4097
4097
 
4098
4098
  :example:
4099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_mapped_secret.py.html>`__ to see an example of how to use delete_mapped_secret API.
4099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_mapped_secret.py.html>`__ to see an example of how to use delete_mapped_secret API.
4100
4100
  """
4101
4101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4102
4102
  required_arguments = ['networkFirewallPolicyId', 'mappedSecretName']
@@ -4204,7 +4204,7 @@ class NetworkFirewallClient(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.126.2/networkfirewall/delete_network_firewall.py.html>`__ to see an example of how to use delete_network_firewall API.
4207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_network_firewall.py.html>`__ to see an example of how to use delete_network_firewall API.
4208
4208
  """
4209
4209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4210
4210
  required_arguments = ['networkFirewallId']
@@ -4309,7 +4309,7 @@ class NetworkFirewallClient(object):
4309
4309
  :rtype: :class:`~oci.response.Response`
4310
4310
 
4311
4311
  :example:
4312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_network_firewall_policy.py.html>`__ to see an example of how to use delete_network_firewall_policy API.
4312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_network_firewall_policy.py.html>`__ to see an example of how to use delete_network_firewall_policy API.
4313
4313
  """
4314
4314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4315
4315
  required_arguments = ['networkFirewallPolicyId']
@@ -4417,7 +4417,7 @@ class NetworkFirewallClient(object):
4417
4417
  :rtype: :class:`~oci.response.Response`
4418
4418
 
4419
4419
  :example:
4420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_security_rule.py.html>`__ to see an example of how to use delete_security_rule API.
4420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_security_rule.py.html>`__ to see an example of how to use delete_security_rule API.
4421
4421
  """
4422
4422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4423
4423
  required_arguments = ['networkFirewallPolicyId', 'securityRuleName']
@@ -4526,7 +4526,7 @@ class NetworkFirewallClient(object):
4526
4526
  :rtype: :class:`~oci.response.Response`
4527
4527
 
4528
4528
  :example:
4529
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_service.py.html>`__ to see an example of how to use delete_service API.
4529
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_service.py.html>`__ to see an example of how to use delete_service API.
4530
4530
  """
4531
4531
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4532
4532
  required_arguments = ['networkFirewallPolicyId', 'serviceName']
@@ -4635,7 +4635,7 @@ class NetworkFirewallClient(object):
4635
4635
  :rtype: :class:`~oci.response.Response`
4636
4636
 
4637
4637
  :example:
4638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_service_list.py.html>`__ to see an example of how to use delete_service_list API.
4638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_service_list.py.html>`__ to see an example of how to use delete_service_list API.
4639
4639
  """
4640
4640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4641
4641
  required_arguments = ['networkFirewallPolicyId', 'serviceListName']
@@ -4744,7 +4744,7 @@ class NetworkFirewallClient(object):
4744
4744
  :rtype: :class:`~oci.response.Response`
4745
4745
 
4746
4746
  :example:
4747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/delete_url_list.py.html>`__ to see an example of how to use delete_url_list API.
4747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/delete_url_list.py.html>`__ to see an example of how to use delete_url_list API.
4748
4748
  """
4749
4749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4750
4750
  required_arguments = ['networkFirewallPolicyId', 'urlListName']
@@ -4846,7 +4846,7 @@ class NetworkFirewallClient(object):
4846
4846
  :rtype: :class:`~oci.response.Response`
4847
4847
 
4848
4848
  :example:
4849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_address_list.py.html>`__ to see an example of how to use get_address_list API.
4849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_address_list.py.html>`__ to see an example of how to use get_address_list API.
4850
4850
  """
4851
4851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4852
4852
  required_arguments = ['networkFirewallPolicyId', 'addressListName']
@@ -4954,7 +4954,7 @@ class NetworkFirewallClient(object):
4954
4954
  :rtype: :class:`~oci.response.Response`
4955
4955
 
4956
4956
  :example:
4957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_application.py.html>`__ to see an example of how to use get_application API.
4957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_application.py.html>`__ to see an example of how to use get_application API.
4958
4958
  """
4959
4959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4960
4960
  required_arguments = ['networkFirewallPolicyId', 'applicationName']
@@ -5066,7 +5066,7 @@ class NetworkFirewallClient(object):
5066
5066
  :rtype: :class:`~oci.response.Response`
5067
5067
 
5068
5068
  :example:
5069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_application_group.py.html>`__ to see an example of how to use get_application_group API.
5069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_application_group.py.html>`__ to see an example of how to use get_application_group API.
5070
5070
  """
5071
5071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5072
5072
  required_arguments = ['networkFirewallPolicyId', 'applicationGroupName']
@@ -5168,7 +5168,7 @@ class NetworkFirewallClient(object):
5168
5168
  :rtype: :class:`~oci.response.Response`
5169
5169
 
5170
5170
  :example:
5171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_decryption_profile.py.html>`__ to see an example of how to use get_decryption_profile API.
5171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_decryption_profile.py.html>`__ to see an example of how to use get_decryption_profile API.
5172
5172
  """
5173
5173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5174
5174
  required_arguments = ['networkFirewallPolicyId', 'decryptionProfileName']
@@ -5276,7 +5276,7 @@ class NetworkFirewallClient(object):
5276
5276
  :rtype: :class:`~oci.response.Response`
5277
5277
 
5278
5278
  :example:
5279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_decryption_rule.py.html>`__ to see an example of how to use get_decryption_rule API.
5279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_decryption_rule.py.html>`__ to see an example of how to use get_decryption_rule API.
5280
5280
  """
5281
5281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5282
5282
  required_arguments = ['networkFirewallPolicyId', 'decryptionRuleName']
@@ -5394,7 +5394,7 @@ class NetworkFirewallClient(object):
5394
5394
  :rtype: :class:`~oci.response.Response`
5395
5395
 
5396
5396
  :example:
5397
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_mapped_secret.py.html>`__ to see an example of how to use get_mapped_secret API.
5397
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_mapped_secret.py.html>`__ to see an example of how to use get_mapped_secret API.
5398
5398
  """
5399
5399
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5400
5400
  required_arguments = ['networkFirewallPolicyId', 'mappedSecretName']
@@ -5505,7 +5505,7 @@ class NetworkFirewallClient(object):
5505
5505
  :rtype: :class:`~oci.response.Response`
5506
5506
 
5507
5507
  :example:
5508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_network_firewall.py.html>`__ to see an example of how to use get_network_firewall API.
5508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_network_firewall.py.html>`__ to see an example of how to use get_network_firewall API.
5509
5509
  """
5510
5510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5511
5511
  required_arguments = ['networkFirewallId']
@@ -5603,7 +5603,7 @@ class NetworkFirewallClient(object):
5603
5603
  :rtype: :class:`~oci.response.Response`
5604
5604
 
5605
5605
  :example:
5606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_network_firewall_policy.py.html>`__ to see an example of how to use get_network_firewall_policy API.
5606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_network_firewall_policy.py.html>`__ to see an example of how to use get_network_firewall_policy API.
5607
5607
  """
5608
5608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5609
5609
  required_arguments = ['networkFirewallPolicyId']
@@ -5704,7 +5704,7 @@ class NetworkFirewallClient(object):
5704
5704
  :rtype: :class:`~oci.response.Response`
5705
5705
 
5706
5706
  :example:
5707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_security_rule.py.html>`__ to see an example of how to use get_security_rule API.
5707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_security_rule.py.html>`__ to see an example of how to use get_security_rule API.
5708
5708
  """
5709
5709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5710
5710
  required_arguments = ['networkFirewallPolicyId', 'securityRuleName']
@@ -5812,7 +5812,7 @@ class NetworkFirewallClient(object):
5812
5812
  :rtype: :class:`~oci.response.Response`
5813
5813
 
5814
5814
  :example:
5815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_service.py.html>`__ to see an example of how to use get_service API.
5815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_service.py.html>`__ to see an example of how to use get_service API.
5816
5816
  """
5817
5817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5818
5818
  required_arguments = ['networkFirewallPolicyId', 'serviceName']
@@ -5924,7 +5924,7 @@ class NetworkFirewallClient(object):
5924
5924
  :rtype: :class:`~oci.response.Response`
5925
5925
 
5926
5926
  :example:
5927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_service_list.py.html>`__ to see an example of how to use get_service_list API.
5927
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_service_list.py.html>`__ to see an example of how to use get_service_list API.
5928
5928
  """
5929
5929
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5930
5930
  required_arguments = ['networkFirewallPolicyId', 'serviceListName']
@@ -6026,7 +6026,7 @@ class NetworkFirewallClient(object):
6026
6026
  :rtype: :class:`~oci.response.Response`
6027
6027
 
6028
6028
  :example:
6029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_url_list.py.html>`__ to see an example of how to use get_url_list API.
6029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_url_list.py.html>`__ to see an example of how to use get_url_list API.
6030
6030
  """
6031
6031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6032
6032
  required_arguments = ['networkFirewallPolicyId', 'urlListName']
@@ -6125,7 +6125,7 @@ class NetworkFirewallClient(object):
6125
6125
  :rtype: :class:`~oci.response.Response`
6126
6126
 
6127
6127
  :example:
6128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
6128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
6129
6129
  """
6130
6130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6131
6131
  required_arguments = ['workRequestId']
@@ -6242,7 +6242,7 @@ class NetworkFirewallClient(object):
6242
6242
  :rtype: :class:`~oci.response.Response`
6243
6243
 
6244
6244
  :example:
6245
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_address_lists.py.html>`__ to see an example of how to use list_address_lists API.
6245
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_address_lists.py.html>`__ to see an example of how to use list_address_lists API.
6246
6246
  """
6247
6247
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6248
6248
  required_arguments = ['networkFirewallPolicyId']
@@ -6389,7 +6389,7 @@ class NetworkFirewallClient(object):
6389
6389
  :rtype: :class:`~oci.response.Response`
6390
6390
 
6391
6391
  :example:
6392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_application_groups.py.html>`__ to see an example of how to use list_application_groups API.
6392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_application_groups.py.html>`__ to see an example of how to use list_application_groups API.
6393
6393
  """
6394
6394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6395
6395
  required_arguments = ['networkFirewallPolicyId']
@@ -6536,7 +6536,7 @@ class NetworkFirewallClient(object):
6536
6536
  :rtype: :class:`~oci.response.Response`
6537
6537
 
6538
6538
  :example:
6539
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_applications.py.html>`__ to see an example of how to use list_applications API.
6539
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_applications.py.html>`__ to see an example of how to use list_applications API.
6540
6540
  """
6541
6541
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6542
6542
  required_arguments = ['networkFirewallPolicyId']
@@ -6683,7 +6683,7 @@ class NetworkFirewallClient(object):
6683
6683
  :rtype: :class:`~oci.response.Response`
6684
6684
 
6685
6685
  :example:
6686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_decryption_profiles.py.html>`__ to see an example of how to use list_decryption_profiles API.
6686
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_decryption_profiles.py.html>`__ to see an example of how to use list_decryption_profiles API.
6687
6687
  """
6688
6688
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6689
6689
  required_arguments = ['networkFirewallPolicyId']
@@ -6833,7 +6833,7 @@ class NetworkFirewallClient(object):
6833
6833
  :rtype: :class:`~oci.response.Response`
6834
6834
 
6835
6835
  :example:
6836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_decryption_rules.py.html>`__ to see an example of how to use list_decryption_rules API.
6836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_decryption_rules.py.html>`__ to see an example of how to use list_decryption_rules API.
6837
6837
  """
6838
6838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6839
6839
  required_arguments = ['networkFirewallPolicyId']
@@ -6982,7 +6982,7 @@ class NetworkFirewallClient(object):
6982
6982
  :rtype: :class:`~oci.response.Response`
6983
6983
 
6984
6984
  :example:
6985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_mapped_secrets.py.html>`__ to see an example of how to use list_mapped_secrets API.
6985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_mapped_secrets.py.html>`__ to see an example of how to use list_mapped_secrets API.
6986
6986
  """
6987
6987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6988
6988
  required_arguments = ['networkFirewallPolicyId']
@@ -7137,7 +7137,7 @@ class NetworkFirewallClient(object):
7137
7137
  :rtype: :class:`~oci.response.Response`
7138
7138
 
7139
7139
  :example:
7140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_network_firewall_policies.py.html>`__ to see an example of how to use list_network_firewall_policies API.
7140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_network_firewall_policies.py.html>`__ to see an example of how to use list_network_firewall_policies API.
7141
7141
  """
7142
7142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7143
7143
  required_arguments = ['compartmentId']
@@ -7302,7 +7302,7 @@ class NetworkFirewallClient(object):
7302
7302
  :rtype: :class:`~oci.response.Response`
7303
7303
 
7304
7304
  :example:
7305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_network_firewalls.py.html>`__ to see an example of how to use list_network_firewalls API.
7305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_network_firewalls.py.html>`__ to see an example of how to use list_network_firewalls API.
7306
7306
  """
7307
7307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7308
7308
  required_arguments = ['compartmentId']
@@ -7456,7 +7456,7 @@ class NetworkFirewallClient(object):
7456
7456
  :rtype: :class:`~oci.response.Response`
7457
7457
 
7458
7458
  :example:
7459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_security_rules.py.html>`__ to see an example of how to use list_security_rules API.
7459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_security_rules.py.html>`__ to see an example of how to use list_security_rules API.
7460
7460
  """
7461
7461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7462
7462
  required_arguments = ['networkFirewallPolicyId']
@@ -7605,7 +7605,7 @@ class NetworkFirewallClient(object):
7605
7605
  :rtype: :class:`~oci.response.Response`
7606
7606
 
7607
7607
  :example:
7608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_service_lists.py.html>`__ to see an example of how to use list_service_lists API.
7608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_service_lists.py.html>`__ to see an example of how to use list_service_lists API.
7609
7609
  """
7610
7610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7611
7611
  required_arguments = ['networkFirewallPolicyId']
@@ -7752,7 +7752,7 @@ class NetworkFirewallClient(object):
7752
7752
  :rtype: :class:`~oci.response.Response`
7753
7753
 
7754
7754
  :example:
7755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_services.py.html>`__ to see an example of how to use list_services API.
7755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_services.py.html>`__ to see an example of how to use list_services API.
7756
7756
  """
7757
7757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7758
7758
  required_arguments = ['networkFirewallPolicyId']
@@ -7899,7 +7899,7 @@ class NetworkFirewallClient(object):
7899
7899
  :rtype: :class:`~oci.response.Response`
7900
7900
 
7901
7901
  :example:
7902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_url_lists.py.html>`__ to see an example of how to use list_url_lists API.
7902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_url_lists.py.html>`__ to see an example of how to use list_url_lists API.
7903
7903
  """
7904
7904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7905
7905
  required_arguments = ['networkFirewallPolicyId']
@@ -8043,7 +8043,7 @@ class NetworkFirewallClient(object):
8043
8043
  :rtype: :class:`~oci.response.Response`
8044
8044
 
8045
8045
  :example:
8046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
8046
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
8047
8047
  """
8048
8048
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8049
8049
  required_arguments = ['workRequestId']
@@ -8185,7 +8185,7 @@ class NetworkFirewallClient(object):
8185
8185
  :rtype: :class:`~oci.response.Response`
8186
8186
 
8187
8187
  :example:
8188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
8188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
8189
8189
  """
8190
8190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8191
8191
  required_arguments = ['workRequestId']
@@ -8338,7 +8338,7 @@ class NetworkFirewallClient(object):
8338
8338
  :rtype: :class:`~oci.response.Response`
8339
8339
 
8340
8340
  :example:
8341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
8341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
8342
8342
  """
8343
8343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8344
8344
  required_arguments = ['compartmentId']
@@ -8480,7 +8480,7 @@ class NetworkFirewallClient(object):
8480
8480
  :rtype: :class:`~oci.response.Response`
8481
8481
 
8482
8482
  :example:
8483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/migrate_network_firewall_policy.py.html>`__ to see an example of how to use migrate_network_firewall_policy API.
8483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/migrate_network_firewall_policy.py.html>`__ to see an example of how to use migrate_network_firewall_policy API.
8484
8484
  """
8485
8485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8486
8486
  required_arguments = ['networkFirewallPolicyId']
@@ -8594,7 +8594,7 @@ class NetworkFirewallClient(object):
8594
8594
  :rtype: :class:`~oci.response.Response`
8595
8595
 
8596
8596
  :example:
8597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_address_list.py.html>`__ to see an example of how to use update_address_list API.
8597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_address_list.py.html>`__ to see an example of how to use update_address_list API.
8598
8598
  """
8599
8599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8600
8600
  required_arguments = ['networkFirewallPolicyId', 'addressListName']
@@ -8710,7 +8710,7 @@ class NetworkFirewallClient(object):
8710
8710
  :rtype: :class:`~oci.response.Response`
8711
8711
 
8712
8712
  :example:
8713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_application.py.html>`__ to see an example of how to use update_application API.
8713
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_application.py.html>`__ to see an example of how to use update_application API.
8714
8714
  """
8715
8715
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8716
8716
  required_arguments = ['networkFirewallPolicyId', 'applicationName']
@@ -8826,7 +8826,7 @@ class NetworkFirewallClient(object):
8826
8826
  :rtype: :class:`~oci.response.Response`
8827
8827
 
8828
8828
  :example:
8829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_application_group.py.html>`__ to see an example of how to use update_application_group API.
8829
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_application_group.py.html>`__ to see an example of how to use update_application_group API.
8830
8830
  """
8831
8831
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8832
8832
  required_arguments = ['networkFirewallPolicyId', 'applicationGroupName']
@@ -8942,7 +8942,7 @@ class NetworkFirewallClient(object):
8942
8942
  :rtype: :class:`~oci.response.Response`
8943
8943
 
8944
8944
  :example:
8945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_decryption_profile.py.html>`__ to see an example of how to use update_decryption_profile API.
8945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_decryption_profile.py.html>`__ to see an example of how to use update_decryption_profile API.
8946
8946
  """
8947
8947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8948
8948
  required_arguments = ['networkFirewallPolicyId', 'decryptionProfileName']
@@ -9058,7 +9058,7 @@ class NetworkFirewallClient(object):
9058
9058
  :rtype: :class:`~oci.response.Response`
9059
9059
 
9060
9060
  :example:
9061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_decryption_rule.py.html>`__ to see an example of how to use update_decryption_rule API.
9061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_decryption_rule.py.html>`__ to see an example of how to use update_decryption_rule API.
9062
9062
  """
9063
9063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9064
9064
  required_arguments = ['networkFirewallPolicyId', 'decryptionRuleName']
@@ -9174,7 +9174,7 @@ class NetworkFirewallClient(object):
9174
9174
  :rtype: :class:`~oci.response.Response`
9175
9175
 
9176
9176
  :example:
9177
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_mapped_secret.py.html>`__ to see an example of how to use update_mapped_secret API.
9177
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_mapped_secret.py.html>`__ to see an example of how to use update_mapped_secret API.
9178
9178
  """
9179
9179
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9180
9180
  required_arguments = ['networkFirewallPolicyId', 'mappedSecretName']
@@ -9289,7 +9289,7 @@ class NetworkFirewallClient(object):
9289
9289
  :rtype: :class:`~oci.response.Response`
9290
9290
 
9291
9291
  :example:
9292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_network_firewall.py.html>`__ to see an example of how to use update_network_firewall API.
9292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_network_firewall.py.html>`__ to see an example of how to use update_network_firewall API.
9293
9293
  """
9294
9294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9295
9295
  required_arguments = ['networkFirewallId']
@@ -9399,7 +9399,7 @@ class NetworkFirewallClient(object):
9399
9399
  :rtype: :class:`~oci.response.Response`
9400
9400
 
9401
9401
  :example:
9402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_network_firewall_policy.py.html>`__ to see an example of how to use update_network_firewall_policy API.
9402
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_network_firewall_policy.py.html>`__ to see an example of how to use update_network_firewall_policy API.
9403
9403
  """
9404
9404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9405
9405
  required_arguments = ['networkFirewallPolicyId']
@@ -9512,7 +9512,7 @@ class NetworkFirewallClient(object):
9512
9512
  :rtype: :class:`~oci.response.Response`
9513
9513
 
9514
9514
  :example:
9515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_security_rule.py.html>`__ to see an example of how to use update_security_rule API.
9515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_security_rule.py.html>`__ to see an example of how to use update_security_rule API.
9516
9516
  """
9517
9517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9518
9518
  required_arguments = ['networkFirewallPolicyId', 'securityRuleName']
@@ -9628,7 +9628,7 @@ class NetworkFirewallClient(object):
9628
9628
  :rtype: :class:`~oci.response.Response`
9629
9629
 
9630
9630
  :example:
9631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_service.py.html>`__ to see an example of how to use update_service API.
9631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_service.py.html>`__ to see an example of how to use update_service API.
9632
9632
  """
9633
9633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9634
9634
  required_arguments = ['networkFirewallPolicyId', 'serviceName']
@@ -9744,7 +9744,7 @@ class NetworkFirewallClient(object):
9744
9744
  :rtype: :class:`~oci.response.Response`
9745
9745
 
9746
9746
  :example:
9747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_service_list.py.html>`__ to see an example of how to use update_service_list API.
9747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_service_list.py.html>`__ to see an example of how to use update_service_list API.
9748
9748
  """
9749
9749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9750
9750
  required_arguments = ['networkFirewallPolicyId', 'serviceListName']
@@ -9860,7 +9860,7 @@ class NetworkFirewallClient(object):
9860
9860
  :rtype: :class:`~oci.response.Response`
9861
9861
 
9862
9862
  :example:
9863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/networkfirewall/update_url_list.py.html>`__ to see an example of how to use update_url_list API.
9863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/networkfirewall/update_url_list.py.html>`__ to see an example of how to use update_url_list API.
9864
9864
  """
9865
9865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9866
9866
  required_arguments = ['networkFirewallPolicyId', 'urlListName']