oci 2.145.0__py3-none-any.whl → 2.146.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 (475) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +26 -26
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +19 -19
  8. oci/ai_vision/ai_service_vision_client.py +28 -28
  9. oci/analytics/analytics_client.py +24 -24
  10. oci/announcements_service/announcement_client.py +5 -5
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/announcements_service/service_client.py +1 -1
  14. oci/apigateway/api_gateway_client.py +21 -21
  15. oci/apigateway/deployment_client.py +6 -6
  16. oci/apigateway/gateway_client.py +6 -6
  17. oci/apigateway/subscribers_client.py +6 -6
  18. oci/apigateway/usage_plans_client.py +6 -6
  19. oci/apigateway/work_requests_client.py +5 -5
  20. oci/apm_config/config_client.py +9 -9
  21. oci/apm_control_plane/apm_domain_client.py +14 -14
  22. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  23. oci/apm_traces/attributes_client.py +8 -8
  24. oci/apm_traces/query_client.py +2 -2
  25. oci/apm_traces/trace_client.py +4 -4
  26. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  27. oci/artifacts/artifacts_client.py +32 -32
  28. oci/audit/audit_client.py +3 -3
  29. oci/autoscaling/auto_scaling_client.py +11 -11
  30. oci/bastion/bastion_client.py +15 -15
  31. oci/bds/bds_client.py +84 -84
  32. oci/blockchain/blockchain_platform_client.py +27 -27
  33. oci/budget/budget_client.py +10 -10
  34. oci/capacity_management/capacity_management_client.py +32 -32
  35. oci/certificates/certificates_client.py +5 -5
  36. oci/certificates_management/certificates_management_client.py +32 -32
  37. oci/cims/incident_client.py +6 -6
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +15 -15
  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_engine/models/open_id_connect_token_authentication_config.py +37 -2
  51. oci/container_instances/container_instance_client.py +18 -18
  52. oci/container_instances/models/__init__.py +0 -4
  53. oci/container_instances/models/container_health_check.py +3 -11
  54. oci/container_instances/models/container_http_health_check.py +1 -1
  55. oci/container_instances/models/container_tcp_health_check.py +1 -1
  56. oci/container_instances/models/create_container_details.py +2 -2
  57. oci/container_instances/models/create_container_health_check_details.py +3 -11
  58. oci/container_instances/models/create_container_http_health_check_details.py +1 -1
  59. oci/container_instances/models/create_container_tcp_health_check_details.py +1 -1
  60. oci/core/blockstorage_client.py +60 -60
  61. oci/core/compute_client.py +102 -102
  62. oci/core/compute_management_client.py +32 -32
  63. oci/core/models/create_byoip_range_details.py +66 -0
  64. oci/core/models/create_ipv6_details.py +97 -3
  65. oci/core/models/create_private_ip_details.py +96 -2
  66. oci/core/models/create_vnic_details.py +18 -18
  67. oci/core/models/ipv6.py +107 -3
  68. oci/core/models/launch_attach_volume_details.py +2 -2
  69. oci/core/models/network_security_group.py +7 -7
  70. oci/core/models/private_ip.py +107 -3
  71. oci/core/models/update_byoip_range_details.py +68 -2
  72. oci/core/models/update_ipv6_details.py +61 -4
  73. oci/core/models/update_private_ip_details.py +59 -2
  74. oci/core/models/update_vnic_details.py +8 -4
  75. oci/core/models/vnic.py +6 -2
  76. oci/core/virtual_network_client.py +519 -257
  77. oci/core/virtual_network_client_composite_operations.py +44 -0
  78. oci/dashboard_service/dashboard_client.py +6 -6
  79. oci/dashboard_service/dashboard_group_client.py +6 -6
  80. oci/data_catalog/data_catalog_client.py +149 -149
  81. oci/data_flow/data_flow_client.py +45 -45
  82. oci/data_integration/data_integration_client.py +163 -163
  83. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  84. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  85. oci/data_safe/data_safe_client.py +306 -306
  86. oci/data_science/data_science_client.py +101 -101
  87. oci/data_science/models/__init__.py +8 -0
  88. oci/data_science/models/create_pipeline_details.py +31 -0
  89. oci/data_science/models/pipeline.py +31 -0
  90. oci/data_science/models/pipeline_container_step_details.py +32 -1
  91. oci/data_science/models/pipeline_container_step_run.py +1 -1
  92. oci/data_science/models/pipeline_container_step_update_details.py +34 -3
  93. oci/data_science/models/pipeline_custom_script_step_details.py +32 -1
  94. oci/data_science/models/pipeline_custom_script_step_run.py +1 -1
  95. oci/data_science/models/pipeline_custom_script_step_update_details.py +34 -3
  96. oci/data_science/models/pipeline_dataflow_configuration_details.py +281 -0
  97. oci/data_science/models/pipeline_dataflow_step_details.py +141 -0
  98. oci/data_science/models/pipeline_dataflow_step_run.py +122 -0
  99. oci/data_science/models/pipeline_dataflow_step_update_details.py +99 -0
  100. oci/data_science/models/pipeline_ml_job_step_details.py +1 -1
  101. oci/data_science/models/pipeline_ml_job_step_run.py +1 -1
  102. oci/data_science/models/pipeline_ml_job_step_update_details.py +1 -1
  103. oci/data_science/models/pipeline_step_details.py +11 -3
  104. oci/data_science/models/pipeline_step_override_details.py +29 -2
  105. oci/data_science/models/pipeline_step_run.py +11 -3
  106. oci/data_science/models/pipeline_step_update_details.py +11 -3
  107. oci/data_science/models/update_pipeline_details.py +31 -0
  108. oci/database/database_client.py +404 -404
  109. oci/database_management/db_management_client.py +228 -228
  110. oci/database_management/diagnosability_client.py +4 -4
  111. oci/database_management/managed_my_sql_databases_client.py +9 -9
  112. oci/database_management/perfhub_client.py +1 -1
  113. oci/database_management/sql_tuning_client.py +17 -17
  114. oci/database_migration/database_migration_client.py +42 -42
  115. oci/database_tools/database_tools_client.py +23 -23
  116. oci/dblm/__init__.py +14 -0
  117. oci/dblm/db_life_cycle_management_client.py +1762 -0
  118. oci/dblm/db_life_cycle_management_client_composite_operations.py +65 -0
  119. oci/dblm/models/__init__.py +70 -0
  120. oci/dblm/models/aggregated_vulnerability_collection.py +72 -0
  121. oci/dblm/models/aggregated_vulnerability_summary.py +134 -0
  122. oci/dblm/models/child_pdb.py +227 -0
  123. oci/dblm/models/create_vulnerability_scan_details.py +103 -0
  124. oci/dblm/models/dblm_vulnerability.py +393 -0
  125. oci/dblm/models/host_info.py +103 -0
  126. oci/dblm/models/metric_error.py +227 -0
  127. oci/dblm/models/notification_collection.py +72 -0
  128. oci/dblm/models/notification_summary.py +185 -0
  129. oci/dblm/models/patch_recommendation_summary.py +134 -0
  130. oci/dblm/models/patch_recommendations_details_summary.py +227 -0
  131. oci/dblm/models/resource_info.py +382 -0
  132. oci/dblm/models/resource_summary.py +227 -0
  133. oci/dblm/models/vulnerabilities_summary.py +227 -0
  134. oci/dblm/models/vulnerability_collection.py +72 -0
  135. oci/dblm/models/vulnerability_resource_collection.py +72 -0
  136. oci/dblm/models/vulnerability_resource_summary.py +475 -0
  137. oci/dblm/models/vulnerability_scan.py +525 -0
  138. oci/dblm/models/vulnerability_scan_collection.py +72 -0
  139. oci/dblm/models/vulnerability_scan_summary.py +443 -0
  140. oci/dblm/models/vulnerability_summary.py +196 -0
  141. oci/dblm/models/work_request.py +426 -0
  142. oci/dblm/models/work_request_error.py +136 -0
  143. oci/dblm/models/work_request_error_collection.py +72 -0
  144. oci/dblm/models/work_request_log_entry.py +103 -0
  145. oci/dblm/models/work_request_log_entry_collection.py +72 -0
  146. oci/dblm/models/work_request_resource.py +234 -0
  147. oci/dblm/models/work_request_summary.py +426 -0
  148. oci/dblm/models/work_request_summary_collection.py +72 -0
  149. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  150. oci/delegate_access_control/work_request_client.py +4 -4
  151. oci/demand_signal/occ_demand_signal_client.py +7 -7
  152. oci/desktops/desktop_service_client.py +21 -21
  153. oci/devops/devops_client.py +141 -141
  154. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  155. oci/dns/dns_client.py +54 -54
  156. oci/dts/appliance_export_job_client.py +6 -6
  157. oci/dts/shipping_vendors_client.py +1 -1
  158. oci/dts/transfer_appliance_client.py +8 -8
  159. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  160. oci/dts/transfer_device_client.py +5 -5
  161. oci/dts/transfer_job_client.py +6 -6
  162. oci/dts/transfer_package_client.py +7 -7
  163. oci/em_warehouse/em_warehouse_client.py +13 -13
  164. oci/email/email_client.py +31 -31
  165. oci/email/models/create_dkim_details.py +31 -0
  166. oci/email/models/dkim.py +62 -0
  167. oci/email/models/dkim_summary.py +62 -0
  168. oci/email_data_plane/email_dp_client.py +1 -1
  169. oci/events/events_client.py +6 -6
  170. oci/file_storage/file_storage_client.py +68 -68
  171. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  172. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  173. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  174. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  175. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  176. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  177. oci/functions/functions_invoke_client.py +1 -1
  178. oci/functions/functions_management_client.py +16 -16
  179. oci/fusion_apps/fusion_applications_client.py +41 -41
  180. oci/generative_ai/generative_ai_client.py +22 -22
  181. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  182. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  183. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  184. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  185. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  186. oci/golden_gate/golden_gate_client.py +84 -84
  187. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  188. oci/governance_rules_control_plane/work_request_client.py +5 -5
  189. oci/healthchecks/health_checks_client.py +17 -17
  190. oci/identity/identity_client.py +145 -145
  191. oci/identity_data_plane/dataplane_client.py +2 -2
  192. oci/identity_domains/identity_domains_client.py +311 -311
  193. oci/integration/integration_instance_client.py +19 -19
  194. oci/jms/java_management_service_client.py +79 -79
  195. oci/jms_java_downloads/java_download_client.py +25 -25
  196. oci/key_management/ekm_client.py +5 -5
  197. oci/key_management/kms_crypto_client.py +6 -6
  198. oci/key_management/kms_hsm_cluster_client.py +12 -12
  199. oci/key_management/kms_management_client.py +21 -21
  200. oci/key_management/kms_vault_client.py +14 -14
  201. oci/license_manager/license_manager_client.py +18 -18
  202. oci/limits/limits_client.py +4 -4
  203. oci/limits/quotas_client.py +7 -7
  204. oci/load_balancer/load_balancer_client.py +61 -61
  205. oci/load_balancer/models/create_load_balancer_details.py +15 -15
  206. oci/load_balancer/models/load_balancer.py +15 -15
  207. oci/load_balancer/models/update_load_balancer_details.py +15 -15
  208. oci/lockbox/lockbox_client.py +24 -24
  209. oci/log_analytics/log_analytics_client.py +193 -193
  210. oci/logging/logging_management_client.py +30 -30
  211. oci/loggingingestion/logging_client.py +1 -1
  212. oci/loggingsearch/log_search_client.py +1 -1
  213. oci/management_agent/management_agent_client.py +28 -28
  214. oci/management_dashboard/dashx_apis_client.py +14 -14
  215. oci/marketplace/account_client.py +2 -2
  216. oci/marketplace/marketplace_client.py +30 -30
  217. oci/marketplace_private_offer/attachment_client.py +5 -5
  218. oci/marketplace_private_offer/offer_client.py +6 -6
  219. oci/marketplace_publisher/attachment_client.py +5 -5
  220. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  221. oci/marketplace_publisher/offer_client.py +6 -6
  222. oci/media_services/media_services_client.py +60 -60
  223. oci/media_services/media_stream_client.py +2 -2
  224. oci/monitoring/monitoring_client.py +18 -18
  225. oci/mysql/channels_client.py +7 -7
  226. oci/mysql/db_backups_client.py +7 -7
  227. oci/mysql/db_system_client.py +17 -17
  228. oci/mysql/models/backup.py +33 -0
  229. oci/mysql/models/backup_summary.py +33 -0
  230. oci/mysql/models/channel.py +35 -2
  231. oci/mysql/models/channel_summary.py +35 -2
  232. oci/mysql/models/configuration.py +35 -2
  233. oci/mysql/models/configuration_summary.py +35 -2
  234. oci/mysql/models/configuration_variables.py +4949 -1858
  235. oci/mysql/models/db_system.py +33 -0
  236. oci/mysql/models/db_system_summary.py +33 -0
  237. oci/mysql/mysqlaas_client.py +7 -7
  238. oci/mysql/replicas_client.py +5 -5
  239. oci/mysql/work_requests_client.py +4 -4
  240. oci/network_firewall/network_firewall_client.py +86 -86
  241. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  242. oci/nosql/nosql_client.py +24 -24
  243. oci/object_storage/object_storage_client.py +55 -55
  244. oci/oce/oce_instance_client.py +10 -10
  245. oci/oci_control_center/occ_metrics_client.py +3 -3
  246. oci/ocvp/cluster_client.py +5 -5
  247. oci/ocvp/esxi_host_client.py +8 -8
  248. oci/ocvp/sddc_client.py +14 -14
  249. oci/ocvp/work_request_client.py +4 -4
  250. oci/oda/management_client.py +59 -59
  251. oci/oda/oda_client.py +17 -17
  252. oci/oda/odapackage_client.py +7 -7
  253. oci/onesubscription/billing_schedule_client.py +1 -1
  254. oci/onesubscription/commitment_client.py +2 -2
  255. oci/onesubscription/computed_usage_client.py +3 -3
  256. oci/onesubscription/invoice_summary_client.py +2 -2
  257. oci/onesubscription/organization_subscription_client.py +1 -1
  258. oci/onesubscription/ratecard_client.py +1 -1
  259. oci/onesubscription/subscribed_service_client.py +2 -2
  260. oci/onesubscription/subscription_client.py +1 -1
  261. oci/ons/notification_control_plane_client.py +6 -6
  262. oci/ons/notification_data_plane_client.py +10 -10
  263. oci/opa/opa_instance_client.py +13 -13
  264. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  265. oci/opensearch/opensearch_cluster_client.py +16 -16
  266. oci/operator_access_control/access_requests_client.py +10 -10
  267. oci/operator_access_control/operator_actions_client.py +2 -2
  268. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  269. oci/operator_access_control/operator_control_client.py +6 -6
  270. oci/opsi/operations_insights_client.py +181 -181
  271. oci/optimizer/optimizer_client.py +26 -26
  272. oci/os_management/event_client.py +8 -8
  273. oci/os_management/os_management_client.py +69 -69
  274. oci/os_management_hub/event_client.py +10 -10
  275. oci/os_management_hub/lifecycle_environment_client.py +138 -16
  276. oci/os_management_hub/lifecycle_environment_client_composite_operations.py +44 -0
  277. oci/os_management_hub/managed_instance_client.py +309 -35
  278. oci/os_management_hub/managed_instance_client_composite_operations.py +91 -0
  279. oci/os_management_hub/managed_instance_group_client.py +149 -27
  280. oci/os_management_hub/managed_instance_group_client_composite_operations.py +44 -0
  281. oci/os_management_hub/management_station_client.py +59 -16
  282. oci/os_management_hub/models/__init__.py +54 -0
  283. oci/os_management_hub/models/add_packages_to_software_source_details.py +35 -4
  284. oci/os_management_hub/models/agent_event.py +1 -1
  285. oci/os_management_hub/models/associate_managed_instances_with_management_station_details.py +103 -0
  286. oci/os_management_hub/models/attach_lifecycle_stage_to_profile_details.py +76 -0
  287. oci/os_management_hub/models/attach_managed_instance_group_to_profile_details.py +76 -0
  288. oci/os_management_hub/models/attach_managed_instances_to_lifecycle_stage_details.py +1 -1
  289. oci/os_management_hub/models/attach_management_station_to_profile_details.py +76 -0
  290. oci/os_management_hub/models/attach_software_sources_to_profile_details.py +76 -0
  291. oci/os_management_hub/models/available_package_summary.py +1 -1
  292. oci/os_management_hub/models/create_custom_software_source_details.py +54 -3
  293. oci/os_management_hub/models/create_lifecycle_environment_details.py +7 -3
  294. oci/os_management_hub/models/create_managed_instance_group_details.py +7 -3
  295. oci/os_management_hub/models/create_management_station_details.py +31 -0
  296. oci/os_management_hub/models/create_mirror_configuration_details.py +33 -2
  297. oci/os_management_hub/models/create_private_software_source_details.py +406 -0
  298. oci/os_management_hub/models/create_profile_details.py +12 -4
  299. oci/os_management_hub/models/create_scheduled_job_details.py +37 -2
  300. oci/os_management_hub/models/create_software_source_details.py +19 -3
  301. oci/os_management_hub/models/create_software_source_profile_details.py +7 -3
  302. oci/os_management_hub/models/create_station_profile_details.py +7 -3
  303. oci/os_management_hub/models/create_third_party_software_source_details.py +406 -0
  304. oci/os_management_hub/models/create_vendor_software_source_details.py +1 -1
  305. oci/os_management_hub/models/create_versioned_custom_software_source_details.py +54 -3
  306. oci/os_management_hub/models/create_windows_stand_alone_profile_details.py +288 -0
  307. oci/os_management_hub/models/custom_software_source.py +102 -9
  308. oci/os_management_hub/models/custom_software_source_summary.py +64 -8
  309. oci/os_management_hub/models/detach_managed_instances_from_lifecycle_stage_details.py +1 -1
  310. oci/os_management_hub/models/detach_software_sources_from_profile_details.py +76 -0
  311. oci/os_management_hub/models/event.py +23 -3
  312. oci/os_management_hub/models/event_summary.py +11 -3
  313. oci/os_management_hub/models/exploit_attempt_event.py +1 -1
  314. oci/os_management_hub/models/group_profile.py +16 -2
  315. oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +33 -2
  316. oci/os_management_hub/models/installed_package_summary.py +1 -1
  317. oci/os_management_hub/models/kernel_crash_event.py +1 -1
  318. oci/os_management_hub/models/kernel_oops_event.py +1 -1
  319. oci/os_management_hub/models/ksplice_update_event.py +1 -1
  320. oci/os_management_hub/models/lifecycle_environment.py +7 -3
  321. oci/os_management_hub/models/lifecycle_environment_summary.py +7 -3
  322. oci/os_management_hub/models/lifecycle_profile.py +16 -2
  323. oci/os_management_hub/models/lifecycle_stage.py +7 -3
  324. oci/os_management_hub/models/lifecycle_stage_summary.py +7 -3
  325. oci/os_management_hub/models/managed_instance.py +80 -10
  326. oci/os_management_hub/models/managed_instance_analytic_summary.py +11 -3
  327. oci/os_management_hub/models/managed_instance_group.py +7 -3
  328. oci/os_management_hub/models/managed_instance_group_available_package_summary.py +7 -3
  329. oci/os_management_hub/models/managed_instance_group_summary.py +7 -3
  330. oci/os_management_hub/models/managed_instance_summary.py +47 -8
  331. oci/os_management_hub/models/management_station.py +276 -0
  332. oci/os_management_hub/models/management_station_event.py +1 -1
  333. oci/os_management_hub/models/management_station_event_data.py +58 -3
  334. oci/os_management_hub/models/management_station_summary.py +67 -4
  335. oci/os_management_hub/models/mirror_configuration.py +33 -2
  336. oci/os_management_hub/models/mirror_summary.py +107 -25
  337. oci/os_management_hub/models/mirrors_collection.py +2 -1
  338. oci/os_management_hub/models/module_stream.py +7 -3
  339. oci/os_management_hub/models/package_name_summary.py +7 -3
  340. oci/os_management_hub/models/package_summary.py +7 -3
  341. oci/os_management_hub/models/peer_management_station.py +108 -0
  342. oci/os_management_hub/models/private_software_source.py +330 -0
  343. oci/os_management_hub/models/private_software_source_summary.py +212 -0
  344. oci/os_management_hub/models/profile.py +84 -8
  345. oci/os_management_hub/models/profile_collection.py +1 -1
  346. oci/os_management_hub/models/profile_summary.py +17 -7
  347. oci/os_management_hub/models/profile_version.py +811 -0
  348. oci/os_management_hub/models/reboot_event.py +184 -0
  349. oci/os_management_hub/models/reboot_event_data.py +123 -0
  350. oci/os_management_hub/models/reboot_lifecycle_stage_details.py +101 -0
  351. oci/os_management_hub/models/reboot_managed_instance_details.py +101 -0
  352. oci/os_management_hub/models/reboot_managed_instance_group_details.py +101 -0
  353. oci/os_management_hub/models/remove_packages_from_software_source_details.py +72 -0
  354. oci/os_management_hub/models/replace_packages_in_software_source_details.py +72 -0
  355. oci/os_management_hub/models/rerun_work_request_details.py +103 -0
  356. oci/os_management_hub/models/scheduled_job.py +37 -2
  357. oci/os_management_hub/models/scheduled_job_operation.py +46 -5
  358. oci/os_management_hub/models/scheduled_job_summary.py +37 -2
  359. oci/os_management_hub/models/software_source.py +39 -15
  360. oci/os_management_hub/models/software_source_details.py +11 -3
  361. oci/os_management_hub/models/software_source_event.py +1 -1
  362. oci/os_management_hub/models/software_source_profile.py +16 -2
  363. oci/os_management_hub/models/software_source_summary.py +30 -10
  364. oci/os_management_hub/models/software_source_vendor_summary.py +7 -3
  365. oci/os_management_hub/models/software_update_event.py +1 -1
  366. oci/os_management_hub/models/station_health.py +7 -3
  367. oci/os_management_hub/models/station_profile.py +16 -2
  368. oci/os_management_hub/models/synchronize_mirrors_details.py +7 -3
  369. oci/os_management_hub/models/sysadmin_event.py +184 -0
  370. oci/os_management_hub/models/sysadmin_event_data.py +239 -0
  371. oci/os_management_hub/models/system_details.py +7 -3
  372. oci/os_management_hub/models/third_party_software_source.py +330 -0
  373. oci/os_management_hub/models/third_party_software_source_summary.py +212 -0
  374. oci/os_management_hub/models/updatable_package_summary.py +1 -1
  375. oci/os_management_hub/models/update_custom_software_source_details.py +1 -1
  376. oci/os_management_hub/models/update_management_station_details.py +31 -0
  377. oci/os_management_hub/models/update_mirror_configuration_details.py +33 -2
  378. oci/os_management_hub/models/update_private_software_source_details.py +272 -0
  379. oci/os_management_hub/models/update_profile_details.py +1 -1
  380. oci/os_management_hub/models/update_scheduled_job_details.py +2 -2
  381. oci/os_management_hub/models/update_software_source_details.py +19 -3
  382. oci/os_management_hub/models/update_third_party_software_source_details.py +272 -0
  383. oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
  384. oci/os_management_hub/models/update_versioned_custom_software_source_details.py +1 -1
  385. oci/os_management_hub/models/update_work_request_details.py +9 -5
  386. oci/os_management_hub/models/vendor_software_source.py +5 -5
  387. oci/os_management_hub/models/vendor_software_source_summary.py +2 -2
  388. oci/os_management_hub/models/versioned_custom_software_source.py +102 -9
  389. oci/os_management_hub/models/versioned_custom_software_source_summary.py +63 -7
  390. oci/os_management_hub/models/windows_standalone_profile.py +17 -3
  391. oci/os_management_hub/models/work_request.py +102 -14
  392. oci/os_management_hub/models/work_request_error.py +4 -4
  393. oci/os_management_hub/models/work_request_error_collection.py +1 -1
  394. oci/os_management_hub/models/work_request_log_entry_collection.py +1 -1
  395. oci/os_management_hub/models/work_request_summary.py +47 -8
  396. oci/os_management_hub/models/work_request_summary_collection.py +1 -1
  397. oci/os_management_hub/onboarding_client.py +991 -75
  398. oci/os_management_hub/reporting_managed_instance_client.py +9 -9
  399. oci/os_management_hub/scheduled_job_client.py +9 -9
  400. oci/os_management_hub/software_source_client.py +848 -47
  401. oci/os_management_hub/software_source_client_composite_operations.py +132 -0
  402. oci/os_management_hub/work_request_client.py +144 -11
  403. oci/os_management_hub/work_request_client_composite_operations.py +46 -0
  404. oci/osp_gateway/address_rule_service_client.py +1 -1
  405. oci/osp_gateway/address_service_client.py +2 -2
  406. oci/osp_gateway/invoice_service_client.py +5 -5
  407. oci/osp_gateway/subscription_service_client.py +5 -5
  408. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  409. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  410. oci/osub_subscription/commitment_client.py +2 -2
  411. oci/osub_subscription/ratecard_client.py +1 -1
  412. oci/osub_subscription/subscription_client.py +1 -1
  413. oci/osub_usage/computed_usage_client.py +3 -3
  414. oci/psql/postgresql_client.py +33 -33
  415. oci/queue/queue_admin_client.py +11 -11
  416. oci/queue/queue_client.py +8 -8
  417. oci/recovery/database_recovery_client.py +26 -26
  418. oci/redis/models/redis_cluster.py +7 -3
  419. oci/redis/models/update_redis_cluster_details.py +31 -0
  420. oci/redis/redis_cluster_client.py +12 -12
  421. oci/resource_manager/resource_manager_client.py +52 -52
  422. oci/resource_scheduler/schedule_client.py +13 -13
  423. oci/resource_search/resource_search_client.py +3 -3
  424. oci/rover/rover_bundle_client.py +8 -8
  425. oci/rover/rover_cluster_client.py +8 -8
  426. oci/rover/rover_entitlement_client.py +6 -6
  427. oci/rover/rover_node_client.py +15 -15
  428. oci/rover/shape_client.py +1 -1
  429. oci/rover/work_requests_client.py +5 -5
  430. oci/sch/connector_plugins_client.py +2 -2
  431. oci/sch/service_connector_client.py +12 -12
  432. oci/secrets/secrets_client.py +3 -3
  433. oci/security_attribute/security_attribute_client.py +18 -18
  434. oci/service_catalog/service_catalog_client.py +26 -26
  435. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  436. oci/service_mesh/service_mesh_client.py +48 -48
  437. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  438. oci/streaming/stream_admin_client.py +18 -18
  439. oci/streaming/stream_client.py +8 -8
  440. oci/tenant_manager_control_plane/domain_client.py +5 -5
  441. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  442. oci/tenant_manager_control_plane/governance_client.py +2 -2
  443. oci/tenant_manager_control_plane/link_client.py +3 -3
  444. oci/tenant_manager_control_plane/orders_client.py +2 -2
  445. oci/tenant_manager_control_plane/organization_client.py +10 -10
  446. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  447. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  448. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  449. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  450. oci/threat_intelligence/threatintel_client.py +5 -5
  451. oci/usage/resources_client.py +2 -2
  452. oci/usage/rewards_client.py +6 -6
  453. oci/usage/usagelimits_client.py +1 -1
  454. oci/usage_api/usageapi_client.py +33 -33
  455. oci/vault/vaults_client.py +13 -13
  456. oci/vbs_inst/vbs_instance_client.py +10 -10
  457. oci/version.py +1 -1
  458. oci/visual_builder/vb_instance_client.py +14 -14
  459. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  460. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  461. oci/waa/waa_client.py +13 -13
  462. oci/waa/work_request_client.py +4 -4
  463. oci/waas/redirect_client.py +6 -6
  464. oci/waas/waas_client.py +66 -66
  465. oci/waf/waf_client.py +24 -24
  466. oci/work_requests/work_request_client.py +4 -4
  467. oci/zpr/zpr_client.py +15 -15
  468. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/METADATA +1 -1
  469. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/RECORD +473 -411
  470. oci/container_instances/models/container_command_health_check.py +0 -147
  471. oci/container_instances/models/create_container_command_health_check_details.py +0 -132
  472. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/LICENSE.txt +0 -0
  473. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  474. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/WHEEL +0 -0
  475. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class VirtualNetworkClient(object):
153
153
  :rtype: :class:`~oci.response.Response`
154
154
 
155
155
  :example:
156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/add_drg_route_distribution_statements.py.html>`__ to see an example of how to use add_drg_route_distribution_statements API.
156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/add_drg_route_distribution_statements.py.html>`__ to see an example of how to use add_drg_route_distribution_statements API.
157
157
  """
158
158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
159
159
  required_arguments = ['drgRouteDistributionId']
@@ -253,7 +253,7 @@ class VirtualNetworkClient(object):
253
253
  :rtype: :class:`~oci.response.Response`
254
254
 
255
255
  :example:
256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/add_drg_route_rules.py.html>`__ to see an example of how to use add_drg_route_rules API.
256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/add_drg_route_rules.py.html>`__ to see an example of how to use add_drg_route_rules API.
257
257
  """
258
258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
259
259
  required_arguments = ['drgRouteTableId']
@@ -370,7 +370,7 @@ class VirtualNetworkClient(object):
370
370
  :rtype: :class:`~oci.response.Response`
371
371
 
372
372
  :example:
373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/add_ipv6_subnet_cidr.py.html>`__ to see an example of how to use add_ipv6_subnet_cidr API.
373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/add_ipv6_subnet_cidr.py.html>`__ to see an example of how to use add_ipv6_subnet_cidr API.
374
374
  """
375
375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
376
376
  required_arguments = ['subnetId']
@@ -490,7 +490,7 @@ class VirtualNetworkClient(object):
490
490
  :rtype: :class:`~oci.response.Response`
491
491
 
492
492
  :example:
493
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/add_ipv6_vcn_cidr.py.html>`__ to see an example of how to use add_ipv6_vcn_cidr API.
493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/add_ipv6_vcn_cidr.py.html>`__ to see an example of how to use add_ipv6_vcn_cidr API.
494
494
  """
495
495
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
496
496
  required_arguments = ['vcnId']
@@ -594,7 +594,7 @@ class VirtualNetworkClient(object):
594
594
  :rtype: :class:`~oci.response.Response`
595
595
 
596
596
  :example:
597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/add_network_security_group_security_rules.py.html>`__ to see an example of how to use add_network_security_group_security_rules API.
597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/add_network_security_group_security_rules.py.html>`__ to see an example of how to use add_network_security_group_security_rules API.
598
598
  """
599
599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
600
600
  required_arguments = ['networkSecurityGroupId']
@@ -700,7 +700,7 @@ class VirtualNetworkClient(object):
700
700
  :rtype: :class:`~oci.response.Response`
701
701
 
702
702
  :example:
703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/add_public_ip_pool_capacity.py.html>`__ to see an example of how to use add_public_ip_pool_capacity API.
703
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/add_public_ip_pool_capacity.py.html>`__ to see an example of how to use add_public_ip_pool_capacity API.
704
704
  """
705
705
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
706
706
  required_arguments = ['publicIpPoolId']
@@ -825,7 +825,7 @@ class VirtualNetworkClient(object):
825
825
  :rtype: :class:`~oci.response.Response`
826
826
 
827
827
  :example:
828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/add_vcn_cidr.py.html>`__ to see an example of how to use add_vcn_cidr API.
828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/add_vcn_cidr.py.html>`__ to see an example of how to use add_vcn_cidr API.
829
829
  """
830
830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
831
831
  required_arguments = ['vcnId']
@@ -930,7 +930,7 @@ class VirtualNetworkClient(object):
930
930
  :rtype: :class:`~oci.response.Response`
931
931
 
932
932
  :example:
933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/advertise_byoip_range.py.html>`__ to see an example of how to use advertise_byoip_range API.
933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/advertise_byoip_range.py.html>`__ to see an example of how to use advertise_byoip_range API.
934
934
  """
935
935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
936
936
  required_arguments = ['byoipRangeId']
@@ -1040,7 +1040,7 @@ class VirtualNetworkClient(object):
1040
1040
  :rtype: :class:`~oci.response.Response`
1041
1041
 
1042
1042
  :example:
1043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/attach_service_id.py.html>`__ to see an example of how to use attach_service_id API.
1043
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/attach_service_id.py.html>`__ to see an example of how to use attach_service_id API.
1044
1044
  """
1045
1045
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1046
1046
  required_arguments = ['serviceGatewayId']
@@ -1143,7 +1143,7 @@ class VirtualNetworkClient(object):
1143
1143
  :rtype: :class:`~oci.response.Response`
1144
1144
 
1145
1145
  :example:
1146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/bulk_add_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use bulk_add_virtual_circuit_public_prefixes API.
1146
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/bulk_add_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use bulk_add_virtual_circuit_public_prefixes API.
1147
1147
  """
1148
1148
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1149
1149
  required_arguments = ['virtualCircuitId']
@@ -1239,7 +1239,7 @@ class VirtualNetworkClient(object):
1239
1239
  :rtype: :class:`~oci.response.Response`
1240
1240
 
1241
1241
  :example:
1242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/bulk_delete_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use bulk_delete_virtual_circuit_public_prefixes API.
1242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/bulk_delete_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use bulk_delete_virtual_circuit_public_prefixes API.
1243
1243
  """
1244
1244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1245
1245
  required_arguments = ['virtualCircuitId']
@@ -1352,7 +1352,7 @@ class VirtualNetworkClient(object):
1352
1352
  :rtype: :class:`~oci.response.Response`
1353
1353
 
1354
1354
  :example:
1355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_byoasn_compartment.py.html>`__ to see an example of how to use change_byoasn_compartment API.
1355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_byoasn_compartment.py.html>`__ to see an example of how to use change_byoasn_compartment API.
1356
1356
  """
1357
1357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1358
1358
  required_arguments = ['byoasnId']
@@ -1472,7 +1472,7 @@ class VirtualNetworkClient(object):
1472
1472
  :rtype: :class:`~oci.response.Response`
1473
1473
 
1474
1474
  :example:
1475
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_byoip_range_compartment.py.html>`__ to see an example of how to use change_byoip_range_compartment API.
1475
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_byoip_range_compartment.py.html>`__ to see an example of how to use change_byoip_range_compartment API.
1476
1476
  """
1477
1477
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1478
1478
  required_arguments = ['byoipRangeId']
@@ -1593,7 +1593,7 @@ class VirtualNetworkClient(object):
1593
1593
  :rtype: :class:`~oci.response.Response`
1594
1594
 
1595
1595
  :example:
1596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_capture_filter_compartment.py.html>`__ to see an example of how to use change_capture_filter_compartment API.
1596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_capture_filter_compartment.py.html>`__ to see an example of how to use change_capture_filter_compartment API.
1597
1597
  """
1598
1598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1599
1599
  required_arguments = ['captureFilterId']
@@ -1711,7 +1711,7 @@ class VirtualNetworkClient(object):
1711
1711
  :rtype: :class:`~oci.response.Response`
1712
1712
 
1713
1713
  :example:
1714
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_cpe_compartment.py.html>`__ to see an example of how to use change_cpe_compartment API.
1714
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_cpe_compartment.py.html>`__ to see an example of how to use change_cpe_compartment API.
1715
1715
  """
1716
1716
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1717
1717
  required_arguments = ['cpeId']
@@ -1829,7 +1829,7 @@ class VirtualNetworkClient(object):
1829
1829
  :rtype: :class:`~oci.response.Response`
1830
1830
 
1831
1831
  :example:
1832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_cross_connect_compartment.py.html>`__ to see an example of how to use change_cross_connect_compartment API.
1832
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_cross_connect_compartment.py.html>`__ to see an example of how to use change_cross_connect_compartment API.
1833
1833
  """
1834
1834
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1835
1835
  required_arguments = ['crossConnectId']
@@ -1947,7 +1947,7 @@ class VirtualNetworkClient(object):
1947
1947
  :rtype: :class:`~oci.response.Response`
1948
1948
 
1949
1949
  :example:
1950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_cross_connect_group_compartment.py.html>`__ to see an example of how to use change_cross_connect_group_compartment API.
1950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_cross_connect_group_compartment.py.html>`__ to see an example of how to use change_cross_connect_group_compartment API.
1951
1951
  """
1952
1952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1953
1953
  required_arguments = ['crossConnectGroupId']
@@ -2065,7 +2065,7 @@ class VirtualNetworkClient(object):
2065
2065
  :rtype: :class:`~oci.response.Response`
2066
2066
 
2067
2067
  :example:
2068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_dhcp_options_compartment.py.html>`__ to see an example of how to use change_dhcp_options_compartment API.
2068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_dhcp_options_compartment.py.html>`__ to see an example of how to use change_dhcp_options_compartment API.
2069
2069
  """
2070
2070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2071
2071
  required_arguments = ['dhcpId']
@@ -2181,7 +2181,7 @@ class VirtualNetworkClient(object):
2181
2181
  :rtype: :class:`~oci.response.Response`
2182
2182
 
2183
2183
  :example:
2184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_drg_compartment.py.html>`__ to see an example of how to use change_drg_compartment API.
2184
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_drg_compartment.py.html>`__ to see an example of how to use change_drg_compartment API.
2185
2185
  """
2186
2186
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2187
2187
  required_arguments = ['drgId']
@@ -2297,7 +2297,7 @@ class VirtualNetworkClient(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.145.0/core/change_internet_gateway_compartment.py.html>`__ to see an example of how to use change_internet_gateway_compartment API.
2300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_internet_gateway_compartment.py.html>`__ to see an example of how to use change_internet_gateway_compartment API.
2301
2301
  """
2302
2302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2303
2303
  required_arguments = ['igId']
@@ -2413,7 +2413,7 @@ class VirtualNetworkClient(object):
2413
2413
  :rtype: :class:`~oci.response.Response`
2414
2414
 
2415
2415
  :example:
2416
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_ip_sec_connection_compartment.py.html>`__ to see an example of how to use change_ip_sec_connection_compartment API.
2416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_ip_sec_connection_compartment.py.html>`__ to see an example of how to use change_ip_sec_connection_compartment API.
2417
2417
  """
2418
2418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2419
2419
  required_arguments = ['ipscId']
@@ -2531,7 +2531,7 @@ class VirtualNetworkClient(object):
2531
2531
  :rtype: :class:`~oci.response.Response`
2532
2532
 
2533
2533
  :example:
2534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_local_peering_gateway_compartment.py.html>`__ to see an example of how to use change_local_peering_gateway_compartment API.
2534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_local_peering_gateway_compartment.py.html>`__ to see an example of how to use change_local_peering_gateway_compartment API.
2535
2535
  """
2536
2536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2537
2537
  required_arguments = ['localPeeringGatewayId']
@@ -2647,7 +2647,7 @@ class VirtualNetworkClient(object):
2647
2647
  :rtype: :class:`~oci.response.Response`
2648
2648
 
2649
2649
  :example:
2650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_nat_gateway_compartment.py.html>`__ to see an example of how to use change_nat_gateway_compartment API.
2650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_nat_gateway_compartment.py.html>`__ to see an example of how to use change_nat_gateway_compartment API.
2651
2651
  """
2652
2652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2653
2653
  required_arguments = ['natGatewayId']
@@ -2762,7 +2762,7 @@ class VirtualNetworkClient(object):
2762
2762
  :rtype: :class:`~oci.response.Response`
2763
2763
 
2764
2764
  :example:
2765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_network_security_group_compartment.py.html>`__ to see an example of how to use change_network_security_group_compartment API.
2765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_network_security_group_compartment.py.html>`__ to see an example of how to use change_network_security_group_compartment API.
2766
2766
  """
2767
2767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2768
2768
  required_arguments = ['networkSecurityGroupId']
@@ -2881,7 +2881,7 @@ class VirtualNetworkClient(object):
2881
2881
  :rtype: :class:`~oci.response.Response`
2882
2882
 
2883
2883
  :example:
2884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_public_ip_compartment.py.html>`__ to see an example of how to use change_public_ip_compartment API.
2884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_public_ip_compartment.py.html>`__ to see an example of how to use change_public_ip_compartment API.
2885
2885
  """
2886
2886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2887
2887
  required_arguments = ['publicIpId']
@@ -2997,7 +2997,7 @@ class VirtualNetworkClient(object):
2997
2997
  :rtype: :class:`~oci.response.Response`
2998
2998
 
2999
2999
  :example:
3000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_public_ip_pool_compartment.py.html>`__ to see an example of how to use change_public_ip_pool_compartment API.
3000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_public_ip_pool_compartment.py.html>`__ to see an example of how to use change_public_ip_pool_compartment API.
3001
3001
  """
3002
3002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3003
3003
  required_arguments = ['publicIpPoolId']
@@ -3113,7 +3113,7 @@ class VirtualNetworkClient(object):
3113
3113
  :rtype: :class:`~oci.response.Response`
3114
3114
 
3115
3115
  :example:
3116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_remote_peering_connection_compartment.py.html>`__ to see an example of how to use change_remote_peering_connection_compartment API.
3116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_remote_peering_connection_compartment.py.html>`__ to see an example of how to use change_remote_peering_connection_compartment API.
3117
3117
  """
3118
3118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3119
3119
  required_arguments = ['remotePeeringConnectionId']
@@ -3231,7 +3231,7 @@ class VirtualNetworkClient(object):
3231
3231
  :rtype: :class:`~oci.response.Response`
3232
3232
 
3233
3233
  :example:
3234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_route_table_compartment.py.html>`__ to see an example of how to use change_route_table_compartment API.
3234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_route_table_compartment.py.html>`__ to see an example of how to use change_route_table_compartment API.
3235
3235
  """
3236
3236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3237
3237
  required_arguments = ['rtId']
@@ -3347,7 +3347,7 @@ class VirtualNetworkClient(object):
3347
3347
  :rtype: :class:`~oci.response.Response`
3348
3348
 
3349
3349
  :example:
3350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_security_list_compartment.py.html>`__ to see an example of how to use change_security_list_compartment API.
3350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_security_list_compartment.py.html>`__ to see an example of how to use change_security_list_compartment API.
3351
3351
  """
3352
3352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3353
3353
  required_arguments = ['securityListId']
@@ -3463,7 +3463,7 @@ class VirtualNetworkClient(object):
3463
3463
  :rtype: :class:`~oci.response.Response`
3464
3464
 
3465
3465
  :example:
3466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_service_gateway_compartment.py.html>`__ to see an example of how to use change_service_gateway_compartment API.
3466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_service_gateway_compartment.py.html>`__ to see an example of how to use change_service_gateway_compartment API.
3467
3467
  """
3468
3468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3469
3469
  required_arguments = ['serviceGatewayId']
@@ -3579,7 +3579,7 @@ class VirtualNetworkClient(object):
3579
3579
  :rtype: :class:`~oci.response.Response`
3580
3580
 
3581
3581
  :example:
3582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_subnet_compartment.py.html>`__ to see an example of how to use change_subnet_compartment API.
3582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_subnet_compartment.py.html>`__ to see an example of how to use change_subnet_compartment API.
3583
3583
  """
3584
3584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3585
3585
  required_arguments = ['subnetId']
@@ -3695,7 +3695,7 @@ class VirtualNetworkClient(object):
3695
3695
  :rtype: :class:`~oci.response.Response`
3696
3696
 
3697
3697
  :example:
3698
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_vcn_compartment.py.html>`__ to see an example of how to use change_vcn_compartment API.
3698
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_vcn_compartment.py.html>`__ to see an example of how to use change_vcn_compartment API.
3699
3699
  """
3700
3700
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3701
3701
  required_arguments = ['vcnId']
@@ -3811,7 +3811,7 @@ class VirtualNetworkClient(object):
3811
3811
  :rtype: :class:`~oci.response.Response`
3812
3812
 
3813
3813
  :example:
3814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_virtual_circuit_compartment.py.html>`__ to see an example of how to use change_virtual_circuit_compartment API.
3814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_virtual_circuit_compartment.py.html>`__ to see an example of how to use change_virtual_circuit_compartment API.
3815
3815
  """
3816
3816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3817
3817
  required_arguments = ['virtualCircuitId']
@@ -3934,7 +3934,7 @@ class VirtualNetworkClient(object):
3934
3934
  :rtype: :class:`~oci.response.Response`
3935
3935
 
3936
3936
  :example:
3937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_vlan_compartment.py.html>`__ to see an example of how to use change_vlan_compartment API.
3937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_vlan_compartment.py.html>`__ to see an example of how to use change_vlan_compartment API.
3938
3938
  """
3939
3939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3940
3940
  required_arguments = ['vlanId']
@@ -4057,7 +4057,7 @@ class VirtualNetworkClient(object):
4057
4057
  :rtype: :class:`~oci.response.Response`
4058
4058
 
4059
4059
  :example:
4060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_vtap_compartment.py.html>`__ to see an example of how to use change_vtap_compartment API.
4060
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/change_vtap_compartment.py.html>`__ to see an example of how to use change_vtap_compartment API.
4061
4061
  """
4062
4062
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4063
4063
  required_arguments = ['vtapId']
@@ -4169,7 +4169,7 @@ class VirtualNetworkClient(object):
4169
4169
  :rtype: :class:`~oci.response.Response`
4170
4170
 
4171
4171
  :example:
4172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/connect_local_peering_gateways.py.html>`__ to see an example of how to use connect_local_peering_gateways API.
4172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/connect_local_peering_gateways.py.html>`__ to see an example of how to use connect_local_peering_gateways API.
4173
4173
  """
4174
4174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4175
4175
  required_arguments = ['localPeeringGatewayId']
@@ -4269,7 +4269,7 @@ class VirtualNetworkClient(object):
4269
4269
  :rtype: :class:`~oci.response.Response`
4270
4270
 
4271
4271
  :example:
4272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/connect_remote_peering_connections.py.html>`__ to see an example of how to use connect_remote_peering_connections API.
4272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/connect_remote_peering_connections.py.html>`__ to see an example of how to use connect_remote_peering_connections API.
4273
4273
  """
4274
4274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4275
4275
  required_arguments = ['remotePeeringConnectionId']
@@ -4368,7 +4368,7 @@ class VirtualNetworkClient(object):
4368
4368
  :rtype: :class:`~oci.response.Response`
4369
4369
 
4370
4370
  :example:
4371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_byoasn.py.html>`__ to see an example of how to use create_byoasn API.
4371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_byoasn.py.html>`__ to see an example of how to use create_byoasn API.
4372
4372
  """
4373
4373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4374
4374
  required_arguments = []
@@ -4467,7 +4467,7 @@ class VirtualNetworkClient(object):
4467
4467
  :rtype: :class:`~oci.response.Response`
4468
4468
 
4469
4469
  :example:
4470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_byoip_range.py.html>`__ to see an example of how to use create_byoip_range API.
4470
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_byoip_range.py.html>`__ to see an example of how to use create_byoip_range API.
4471
4471
  """
4472
4472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4473
4473
  required_arguments = []
@@ -4576,7 +4576,7 @@ class VirtualNetworkClient(object):
4576
4576
  :rtype: :class:`~oci.response.Response`
4577
4577
 
4578
4578
  :example:
4579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_capture_filter.py.html>`__ to see an example of how to use create_capture_filter API.
4579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_capture_filter.py.html>`__ to see an example of how to use create_capture_filter API.
4580
4580
  """
4581
4581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4582
4582
  required_arguments = []
@@ -4689,7 +4689,7 @@ class VirtualNetworkClient(object):
4689
4689
  :rtype: :class:`~oci.response.Response`
4690
4690
 
4691
4691
  :example:
4692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_cpe.py.html>`__ to see an example of how to use create_cpe API.
4692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_cpe.py.html>`__ to see an example of how to use create_cpe API.
4693
4693
  """
4694
4694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4695
4695
  required_arguments = []
@@ -4805,7 +4805,7 @@ class VirtualNetworkClient(object):
4805
4805
  :rtype: :class:`~oci.response.Response`
4806
4806
 
4807
4807
  :example:
4808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_cross_connect.py.html>`__ to see an example of how to use create_cross_connect API.
4808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_cross_connect.py.html>`__ to see an example of how to use create_cross_connect API.
4809
4809
  """
4810
4810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4811
4811
  required_arguments = []
@@ -4917,7 +4917,7 @@ class VirtualNetworkClient(object):
4917
4917
  :rtype: :class:`~oci.response.Response`
4918
4918
 
4919
4919
  :example:
4920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_cross_connect_group.py.html>`__ to see an example of how to use create_cross_connect_group API.
4920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_cross_connect_group.py.html>`__ to see an example of how to use create_cross_connect_group API.
4921
4921
  """
4922
4922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4923
4923
  required_arguments = []
@@ -5025,7 +5025,7 @@ class VirtualNetworkClient(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.145.0/core/create_dhcp_options.py.html>`__ to see an example of how to use create_dhcp_options API.
5028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_dhcp_options.py.html>`__ to see an example of how to use create_dhcp_options API.
5029
5029
  """
5030
5030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5031
5031
  required_arguments = []
@@ -5132,7 +5132,7 @@ class VirtualNetworkClient(object):
5132
5132
  :rtype: :class:`~oci.response.Response`
5133
5133
 
5134
5134
  :example:
5135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_drg.py.html>`__ to see an example of how to use create_drg API.
5135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_drg.py.html>`__ to see an example of how to use create_drg API.
5136
5136
  """
5137
5137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5138
5138
  required_arguments = []
@@ -5237,7 +5237,7 @@ class VirtualNetworkClient(object):
5237
5237
  :rtype: :class:`~oci.response.Response`
5238
5238
 
5239
5239
  :example:
5240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_drg_attachment.py.html>`__ to see an example of how to use create_drg_attachment API.
5240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_drg_attachment.py.html>`__ to see an example of how to use create_drg_attachment API.
5241
5241
  """
5242
5242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5243
5243
  required_arguments = []
@@ -5331,7 +5331,7 @@ class VirtualNetworkClient(object):
5331
5331
  :rtype: :class:`~oci.response.Response`
5332
5332
 
5333
5333
  :example:
5334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_drg_route_distribution.py.html>`__ to see an example of how to use create_drg_route_distribution API.
5334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_drg_route_distribution.py.html>`__ to see an example of how to use create_drg_route_distribution API.
5335
5335
  """
5336
5336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5337
5337
  required_arguments = []
@@ -5423,7 +5423,7 @@ class VirtualNetworkClient(object):
5423
5423
  :rtype: :class:`~oci.response.Response`
5424
5424
 
5425
5425
  :example:
5426
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_drg_route_table.py.html>`__ to see an example of how to use create_drg_route_table API.
5426
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_drg_route_table.py.html>`__ to see an example of how to use create_drg_route_table API.
5427
5427
  """
5428
5428
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5429
5429
  required_arguments = []
@@ -5537,7 +5537,7 @@ class VirtualNetworkClient(object):
5537
5537
  :rtype: :class:`~oci.response.Response`
5538
5538
 
5539
5539
  :example:
5540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_internet_gateway.py.html>`__ to see an example of how to use create_internet_gateway API.
5540
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_internet_gateway.py.html>`__ to see an example of how to use create_internet_gateway API.
5541
5541
  """
5542
5542
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5543
5543
  required_arguments = []
@@ -5660,7 +5660,7 @@ class VirtualNetworkClient(object):
5660
5660
  :rtype: :class:`~oci.response.Response`
5661
5661
 
5662
5662
  :example:
5663
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_ip_sec_connection.py.html>`__ to see an example of how to use create_ip_sec_connection API.
5663
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_ip_sec_connection.py.html>`__ to see an example of how to use create_ip_sec_connection API.
5664
5664
  """
5665
5665
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5666
5666
  required_arguments = []
@@ -5757,7 +5757,7 @@ class VirtualNetworkClient(object):
5757
5757
  :rtype: :class:`~oci.response.Response`
5758
5758
 
5759
5759
  :example:
5760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_ipv6.py.html>`__ to see an example of how to use create_ipv6 API.
5760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_ipv6.py.html>`__ to see an example of how to use create_ipv6 API.
5761
5761
  """
5762
5762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5763
5763
  required_arguments = []
@@ -5850,7 +5850,7 @@ class VirtualNetworkClient(object):
5850
5850
  :rtype: :class:`~oci.response.Response`
5851
5851
 
5852
5852
  :example:
5853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_local_peering_gateway.py.html>`__ to see an example of how to use create_local_peering_gateway API.
5853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_local_peering_gateway.py.html>`__ to see an example of how to use create_local_peering_gateway API.
5854
5854
  """
5855
5855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5856
5856
  required_arguments = []
@@ -5942,7 +5942,7 @@ class VirtualNetworkClient(object):
5942
5942
  :rtype: :class:`~oci.response.Response`
5943
5943
 
5944
5944
  :example:
5945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_nat_gateway.py.html>`__ to see an example of how to use create_nat_gateway API.
5945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_nat_gateway.py.html>`__ to see an example of how to use create_nat_gateway API.
5946
5946
  """
5947
5947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5948
5948
  required_arguments = []
@@ -6033,7 +6033,7 @@ class VirtualNetworkClient(object):
6033
6033
  :rtype: :class:`~oci.response.Response`
6034
6034
 
6035
6035
  :example:
6036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_network_security_group.py.html>`__ to see an example of how to use create_network_security_group API.
6036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_network_security_group.py.html>`__ to see an example of how to use create_network_security_group API.
6037
6037
  """
6038
6038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6039
6039
  required_arguments = []
@@ -6128,7 +6128,7 @@ class VirtualNetworkClient(object):
6128
6128
  :rtype: :class:`~oci.response.Response`
6129
6129
 
6130
6130
  :example:
6131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_private_ip.py.html>`__ to see an example of how to use create_private_ip API.
6131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_private_ip.py.html>`__ to see an example of how to use create_private_ip API.
6132
6132
  """
6133
6133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6134
6134
  required_arguments = []
@@ -6242,7 +6242,7 @@ class VirtualNetworkClient(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.145.0/core/create_public_ip.py.html>`__ to see an example of how to use create_public_ip API.
6245
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_public_ip.py.html>`__ to see an example of how to use create_public_ip API.
6246
6246
  """
6247
6247
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6248
6248
  required_arguments = []
@@ -6337,7 +6337,7 @@ class VirtualNetworkClient(object):
6337
6337
  :rtype: :class:`~oci.response.Response`
6338
6338
 
6339
6339
  :example:
6340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_public_ip_pool.py.html>`__ to see an example of how to use create_public_ip_pool API.
6340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_public_ip_pool.py.html>`__ to see an example of how to use create_public_ip_pool API.
6341
6341
  """
6342
6342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6343
6343
  required_arguments = []
@@ -6430,7 +6430,7 @@ class VirtualNetworkClient(object):
6430
6430
  :rtype: :class:`~oci.response.Response`
6431
6431
 
6432
6432
  :example:
6433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_remote_peering_connection.py.html>`__ to see an example of how to use create_remote_peering_connection API.
6433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_remote_peering_connection.py.html>`__ to see an example of how to use create_remote_peering_connection API.
6434
6434
  """
6435
6435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6436
6436
  required_arguments = []
@@ -6543,7 +6543,7 @@ class VirtualNetworkClient(object):
6543
6543
  :rtype: :class:`~oci.response.Response`
6544
6544
 
6545
6545
  :example:
6546
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_route_table.py.html>`__ to see an example of how to use create_route_table API.
6546
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_route_table.py.html>`__ to see an example of how to use create_route_table API.
6547
6547
  """
6548
6548
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6549
6549
  required_arguments = []
@@ -6653,7 +6653,7 @@ class VirtualNetworkClient(object):
6653
6653
  :rtype: :class:`~oci.response.Response`
6654
6654
 
6655
6655
  :example:
6656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_security_list.py.html>`__ to see an example of how to use create_security_list API.
6656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_security_list.py.html>`__ to see an example of how to use create_security_list API.
6657
6657
  """
6658
6658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6659
6659
  required_arguments = []
@@ -6759,7 +6759,7 @@ class VirtualNetworkClient(object):
6759
6759
  :rtype: :class:`~oci.response.Response`
6760
6760
 
6761
6761
  :example:
6762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
6762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
6763
6763
  """
6764
6764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6765
6765
  required_arguments = []
@@ -6890,7 +6890,7 @@ class VirtualNetworkClient(object):
6890
6890
  :rtype: :class:`~oci.response.Response`
6891
6891
 
6892
6892
  :example:
6893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
6893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
6894
6894
  """
6895
6895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6896
6896
  required_arguments = []
@@ -7022,7 +7022,7 @@ class VirtualNetworkClient(object):
7022
7022
  :rtype: :class:`~oci.response.Response`
7023
7023
 
7024
7024
  :example:
7025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
7025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
7026
7026
  """
7027
7027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7028
7028
  required_arguments = []
@@ -7139,7 +7139,7 @@ class VirtualNetworkClient(object):
7139
7139
  :rtype: :class:`~oci.response.Response`
7140
7140
 
7141
7141
  :example:
7142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
7142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
7143
7143
  """
7144
7144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7145
7145
  required_arguments = []
@@ -7236,7 +7236,7 @@ class VirtualNetworkClient(object):
7236
7236
  :rtype: :class:`~oci.response.Response`
7237
7237
 
7238
7238
  :example:
7239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
7239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
7240
7240
  """
7241
7241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7242
7242
  required_arguments = []
@@ -7345,7 +7345,7 @@ class VirtualNetworkClient(object):
7345
7345
  :rtype: :class:`~oci.response.Response`
7346
7346
 
7347
7347
  :example:
7348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
7348
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
7349
7349
  """
7350
7350
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7351
7351
  required_arguments = []
@@ -7447,7 +7447,7 @@ class VirtualNetworkClient(object):
7447
7447
  :rtype: :class:`~oci.response.Response`
7448
7448
 
7449
7449
  :example:
7450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_byoasn.py.html>`__ to see an example of how to use delete_byoasn API.
7450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_byoasn.py.html>`__ to see an example of how to use delete_byoasn API.
7451
7451
  """
7452
7452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7453
7453
  required_arguments = ['byoasnId']
@@ -7557,7 +7557,7 @@ class VirtualNetworkClient(object):
7557
7557
  :rtype: :class:`~oci.response.Response`
7558
7558
 
7559
7559
  :example:
7560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
7560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
7561
7561
  """
7562
7562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7563
7563
  required_arguments = ['byoipRangeId']
@@ -7662,7 +7662,7 @@ class VirtualNetworkClient(object):
7662
7662
  :rtype: :class:`~oci.response.Response`
7663
7663
 
7664
7664
  :example:
7665
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
7665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
7666
7666
  """
7667
7667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7668
7668
  required_arguments = ['captureFilterId']
@@ -7764,7 +7764,7 @@ class VirtualNetworkClient(object):
7764
7764
  :rtype: :class:`~oci.response.Response`
7765
7765
 
7766
7766
  :example:
7767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
7767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
7768
7768
  """
7769
7769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7770
7770
  required_arguments = ['cpeId']
@@ -7865,7 +7865,7 @@ class VirtualNetworkClient(object):
7865
7865
  :rtype: :class:`~oci.response.Response`
7866
7866
 
7867
7867
  :example:
7868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
7868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
7869
7869
  """
7870
7870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7871
7871
  required_arguments = ['crossConnectId']
@@ -7967,7 +7967,7 @@ class VirtualNetworkClient(object):
7967
7967
  :rtype: :class:`~oci.response.Response`
7968
7968
 
7969
7969
  :example:
7970
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
7970
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
7971
7971
  """
7972
7972
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7973
7973
  required_arguments = ['crossConnectGroupId']
@@ -8071,7 +8071,7 @@ class VirtualNetworkClient(object):
8071
8071
  :rtype: :class:`~oci.response.Response`
8072
8072
 
8073
8073
  :example:
8074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
8074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
8075
8075
  """
8076
8076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8077
8077
  required_arguments = ['dhcpId']
@@ -8172,7 +8172,7 @@ class VirtualNetworkClient(object):
8172
8172
  :rtype: :class:`~oci.response.Response`
8173
8173
 
8174
8174
  :example:
8175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
8175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
8176
8176
  """
8177
8177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8178
8178
  required_arguments = ['drgId']
@@ -8272,7 +8272,7 @@ class VirtualNetworkClient(object):
8272
8272
  :rtype: :class:`~oci.response.Response`
8273
8273
 
8274
8274
  :example:
8275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
8275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
8276
8276
  """
8277
8277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8278
8278
  required_arguments = ['drgAttachmentId']
@@ -8372,7 +8372,7 @@ class VirtualNetworkClient(object):
8372
8372
  :rtype: :class:`~oci.response.Response`
8373
8373
 
8374
8374
  :example:
8375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
8375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
8376
8376
  """
8377
8377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8378
8378
  required_arguments = ['drgRouteDistributionId']
@@ -8470,7 +8470,7 @@ class VirtualNetworkClient(object):
8470
8470
  :rtype: :class:`~oci.response.Response`
8471
8471
 
8472
8472
  :example:
8473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
8473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
8474
8474
  """
8475
8475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8476
8476
  required_arguments = ['drgRouteTableId']
@@ -8572,7 +8572,7 @@ class VirtualNetworkClient(object):
8572
8572
  :rtype: :class:`~oci.response.Response`
8573
8573
 
8574
8574
  :example:
8575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
8575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
8576
8576
  """
8577
8577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8578
8578
  required_arguments = ['igId']
@@ -8677,7 +8677,7 @@ class VirtualNetworkClient(object):
8677
8677
  :rtype: :class:`~oci.response.Response`
8678
8678
 
8679
8679
  :example:
8680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
8680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
8681
8681
  """
8682
8682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8683
8683
  required_arguments = ['ipscId']
@@ -8784,7 +8784,7 @@ class VirtualNetworkClient(object):
8784
8784
  :rtype: :class:`~oci.response.Response`
8785
8785
 
8786
8786
  :example:
8787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
8787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
8788
8788
  """
8789
8789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8790
8790
  required_arguments = ['ipv6Id']
@@ -8887,7 +8887,7 @@ class VirtualNetworkClient(object):
8887
8887
  :rtype: :class:`~oci.response.Response`
8888
8888
 
8889
8889
  :example:
8890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
8890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
8891
8891
  """
8892
8892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8893
8893
  required_arguments = ['localPeeringGatewayId']
@@ -8989,7 +8989,7 @@ class VirtualNetworkClient(object):
8989
8989
  :rtype: :class:`~oci.response.Response`
8990
8990
 
8991
8991
  :example:
8992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
8992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
8993
8993
  """
8994
8994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8995
8995
  required_arguments = ['natGatewayId']
@@ -9096,7 +9096,7 @@ class VirtualNetworkClient(object):
9096
9096
  :rtype: :class:`~oci.response.Response`
9097
9097
 
9098
9098
  :example:
9099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
9099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
9100
9100
  """
9101
9101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9102
9102
  required_arguments = ['networkSecurityGroupId']
@@ -9207,7 +9207,7 @@ class VirtualNetworkClient(object):
9207
9207
  :rtype: :class:`~oci.response.Response`
9208
9208
 
9209
9209
  :example:
9210
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
9210
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
9211
9211
  """
9212
9212
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9213
9213
  required_arguments = ['privateIpId']
@@ -9321,7 +9321,7 @@ class VirtualNetworkClient(object):
9321
9321
  :rtype: :class:`~oci.response.Response`
9322
9322
 
9323
9323
  :example:
9324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
9324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
9325
9325
  """
9326
9326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9327
9327
  required_arguments = ['publicIpId']
@@ -9427,7 +9427,7 @@ class VirtualNetworkClient(object):
9427
9427
  :rtype: :class:`~oci.response.Response`
9428
9428
 
9429
9429
  :example:
9430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
9430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
9431
9431
  """
9432
9432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9433
9433
  required_arguments = ['publicIpPoolId']
@@ -9530,7 +9530,7 @@ class VirtualNetworkClient(object):
9530
9530
  :rtype: :class:`~oci.response.Response`
9531
9531
 
9532
9532
  :example:
9533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
9533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
9534
9534
  """
9535
9535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9536
9536
  required_arguments = ['remotePeeringConnectionId']
@@ -9634,7 +9634,7 @@ class VirtualNetworkClient(object):
9634
9634
  :rtype: :class:`~oci.response.Response`
9635
9635
 
9636
9636
  :example:
9637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
9637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
9638
9638
  """
9639
9639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9640
9640
  required_arguments = ['rtId']
@@ -9736,7 +9736,7 @@ class VirtualNetworkClient(object):
9736
9736
  :rtype: :class:`~oci.response.Response`
9737
9737
 
9738
9738
  :example:
9739
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
9739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
9740
9740
  """
9741
9741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9742
9742
  required_arguments = ['securityListId']
@@ -9835,7 +9835,7 @@ class VirtualNetworkClient(object):
9835
9835
  :rtype: :class:`~oci.response.Response`
9836
9836
 
9837
9837
  :example:
9838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
9838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
9839
9839
  """
9840
9840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9841
9841
  required_arguments = ['serviceGatewayId']
@@ -9935,7 +9935,7 @@ class VirtualNetworkClient(object):
9935
9935
  :rtype: :class:`~oci.response.Response`
9936
9936
 
9937
9937
  :example:
9938
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
9938
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
9939
9939
  """
9940
9940
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9941
9941
  required_arguments = ['subnetId']
@@ -10038,7 +10038,7 @@ class VirtualNetworkClient(object):
10038
10038
  :rtype: :class:`~oci.response.Response`
10039
10039
 
10040
10040
  :example:
10041
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
10041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
10042
10042
  """
10043
10043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10044
10044
  required_arguments = ['vcnId']
@@ -10140,7 +10140,7 @@ class VirtualNetworkClient(object):
10140
10140
  :rtype: :class:`~oci.response.Response`
10141
10141
 
10142
10142
  :example:
10143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
10143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
10144
10144
  """
10145
10145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10146
10146
  required_arguments = ['virtualCircuitId']
@@ -10244,7 +10244,7 @@ class VirtualNetworkClient(object):
10244
10244
  :rtype: :class:`~oci.response.Response`
10245
10245
 
10246
10246
  :example:
10247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
10247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
10248
10248
  """
10249
10249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10250
10250
  required_arguments = ['vlanId']
@@ -10349,7 +10349,7 @@ class VirtualNetworkClient(object):
10349
10349
  :rtype: :class:`~oci.response.Response`
10350
10350
 
10351
10351
  :example:
10352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
10352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
10353
10353
  """
10354
10354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10355
10355
  required_arguments = ['vtapId']
@@ -10463,7 +10463,7 @@ class VirtualNetworkClient(object):
10463
10463
  :rtype: :class:`~oci.response.Response`
10464
10464
 
10465
10465
  :example:
10466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
10466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
10467
10467
  """
10468
10468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10469
10469
  required_arguments = ['serviceGatewayId']
@@ -10588,7 +10588,7 @@ class VirtualNetworkClient(object):
10588
10588
  :rtype: :class:`~oci.response.Response`
10589
10589
 
10590
10590
  :example:
10591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
10591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
10592
10592
  """
10593
10593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10594
10594
  required_arguments = ['drgId']
@@ -10703,7 +10703,7 @@ class VirtualNetworkClient(object):
10703
10703
  :rtype: :class:`~oci.response.Response`
10704
10704
 
10705
10705
  :example:
10706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_allowed_ike_ip_sec_parameters.py.html>`__ to see an example of how to use get_allowed_ike_ip_sec_parameters API.
10706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_allowed_ike_ip_sec_parameters.py.html>`__ to see an example of how to use get_allowed_ike_ip_sec_parameters API.
10707
10707
  """
10708
10708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10709
10709
  required_arguments = []
@@ -10794,7 +10794,7 @@ class VirtualNetworkClient(object):
10794
10794
  :rtype: :class:`~oci.response.Response`
10795
10795
 
10796
10796
  :example:
10797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_byoasn.py.html>`__ to see an example of how to use get_byoasn API.
10797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_byoasn.py.html>`__ to see an example of how to use get_byoasn API.
10798
10798
  """
10799
10799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10800
10800
  required_arguments = ['byoasnId']
@@ -10897,7 +10897,7 @@ class VirtualNetworkClient(object):
10897
10897
  :rtype: :class:`~oci.response.Response`
10898
10898
 
10899
10899
  :example:
10900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
10900
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
10901
10901
  """
10902
10902
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10903
10903
  required_arguments = ['byoipRangeId']
@@ -10996,7 +10996,7 @@ class VirtualNetworkClient(object):
10996
10996
  :rtype: :class:`~oci.response.Response`
10997
10997
 
10998
10998
  :example:
10999
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
10999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
11000
11000
  """
11001
11001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11002
11002
  required_arguments = ['captureFilterId']
@@ -11091,7 +11091,7 @@ class VirtualNetworkClient(object):
11091
11091
  :rtype: :class:`~oci.response.Response`
11092
11092
 
11093
11093
  :example:
11094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
11094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
11095
11095
  """
11096
11096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11097
11097
  required_arguments = ['cpeId']
@@ -11202,7 +11202,7 @@ class VirtualNetworkClient(object):
11202
11202
  :rtype: :class:`~oci.response.Response`
11203
11203
 
11204
11204
  :example:
11205
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
11205
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
11206
11206
  """
11207
11207
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11208
11208
  required_arguments = ['cpeId']
@@ -11311,7 +11311,7 @@ class VirtualNetworkClient(object):
11311
11311
  :rtype: :class:`~oci.response.Response`
11312
11312
 
11313
11313
  :example:
11314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
11314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
11315
11315
  """
11316
11316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11317
11317
  required_arguments = ['cpeDeviceShapeId']
@@ -11408,7 +11408,7 @@ class VirtualNetworkClient(object):
11408
11408
  :rtype: :class:`~oci.response.Response`
11409
11409
 
11410
11410
  :example:
11411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
11411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
11412
11412
  """
11413
11413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11414
11414
  required_arguments = ['crossConnectId']
@@ -11498,7 +11498,7 @@ class VirtualNetworkClient(object):
11498
11498
  :rtype: :class:`~oci.response.Response`
11499
11499
 
11500
11500
  :example:
11501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
11501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
11502
11502
  """
11503
11503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11504
11504
  required_arguments = ['crossConnectGroupId']
@@ -11588,7 +11588,7 @@ class VirtualNetworkClient(object):
11588
11588
  :rtype: :class:`~oci.response.Response`
11589
11589
 
11590
11590
  :example:
11591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cross_connect_letter_of_authority.py.html>`__ to see an example of how to use get_cross_connect_letter_of_authority API.
11591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_cross_connect_letter_of_authority.py.html>`__ to see an example of how to use get_cross_connect_letter_of_authority API.
11592
11592
  """
11593
11593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11594
11594
  required_arguments = ['crossConnectId']
@@ -11678,7 +11678,7 @@ class VirtualNetworkClient(object):
11678
11678
  :rtype: :class:`~oci.response.Response`
11679
11679
 
11680
11680
  :example:
11681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
11681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
11682
11682
  """
11683
11683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11684
11684
  required_arguments = ['crossConnectId']
@@ -11768,7 +11768,7 @@ class VirtualNetworkClient(object):
11768
11768
  :rtype: :class:`~oci.response.Response`
11769
11769
 
11770
11770
  :example:
11771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
11771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
11772
11772
  """
11773
11773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11774
11774
  required_arguments = ['dhcpId']
@@ -11856,7 +11856,7 @@ class VirtualNetworkClient(object):
11856
11856
  :rtype: :class:`~oci.response.Response`
11857
11857
 
11858
11858
  :example:
11859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
11859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
11860
11860
  """
11861
11861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11862
11862
  required_arguments = ['drgId']
@@ -11944,7 +11944,7 @@ class VirtualNetworkClient(object):
11944
11944
  :rtype: :class:`~oci.response.Response`
11945
11945
 
11946
11946
  :example:
11947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
11947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
11948
11948
  """
11949
11949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11950
11950
  required_arguments = ['drgAttachmentId']
@@ -12039,7 +12039,7 @@ class VirtualNetworkClient(object):
12039
12039
  :rtype: :class:`~oci.response.Response`
12040
12040
 
12041
12041
  :example:
12042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
12042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
12043
12043
  """
12044
12044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12045
12045
  required_arguments = ['drgId']
@@ -12136,7 +12136,7 @@ class VirtualNetworkClient(object):
12136
12136
  :rtype: :class:`~oci.response.Response`
12137
12137
 
12138
12138
  :example:
12139
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
12139
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
12140
12140
  """
12141
12141
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12142
12142
  required_arguments = ['drgRouteDistributionId']
@@ -12224,7 +12224,7 @@ class VirtualNetworkClient(object):
12224
12224
  :rtype: :class:`~oci.response.Response`
12225
12225
 
12226
12226
  :example:
12227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
12227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
12228
12228
  """
12229
12229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12230
12230
  required_arguments = ['drgRouteTableId']
@@ -12315,7 +12315,7 @@ class VirtualNetworkClient(object):
12315
12315
  :rtype: :class:`~oci.response.Response`
12316
12316
 
12317
12317
  :example:
12318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
12318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
12319
12319
  """
12320
12320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12321
12321
  required_arguments = ['providerServiceId']
@@ -12412,7 +12412,7 @@ class VirtualNetworkClient(object):
12412
12412
  :rtype: :class:`~oci.response.Response`
12413
12413
 
12414
12414
  :example:
12415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_fast_connect_provider_service_key.py.html>`__ to see an example of how to use get_fast_connect_provider_service_key API.
12415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_fast_connect_provider_service_key.py.html>`__ to see an example of how to use get_fast_connect_provider_service_key API.
12416
12416
  """
12417
12417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12418
12418
  required_arguments = ['providerServiceId', 'providerServiceKeyName']
@@ -12503,7 +12503,7 @@ class VirtualNetworkClient(object):
12503
12503
  :rtype: :class:`~oci.response.Response`
12504
12504
 
12505
12505
  :example:
12506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
12506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
12507
12507
  """
12508
12508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12509
12509
  required_arguments = ['igId']
@@ -12593,7 +12593,7 @@ class VirtualNetworkClient(object):
12593
12593
  :rtype: :class:`~oci.response.Response`
12594
12594
 
12595
12595
  :example:
12596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
12596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
12597
12597
  """
12598
12598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12599
12599
  required_arguments = ['ipscId']
@@ -12686,7 +12686,7 @@ class VirtualNetworkClient(object):
12686
12686
  :rtype: :class:`~oci.response.Response`
12687
12687
 
12688
12688
  :example:
12689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ip_sec_connection_device_config.py.html>`__ to see an example of how to use get_ip_sec_connection_device_config API.
12689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_ip_sec_connection_device_config.py.html>`__ to see an example of how to use get_ip_sec_connection_device_config API.
12690
12690
  """
12691
12691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12692
12692
  required_arguments = ['ipscId']
@@ -12777,7 +12777,7 @@ class VirtualNetworkClient(object):
12777
12777
  :rtype: :class:`~oci.response.Response`
12778
12778
 
12779
12779
  :example:
12780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ip_sec_connection_device_status.py.html>`__ to see an example of how to use get_ip_sec_connection_device_status API.
12780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_ip_sec_connection_device_status.py.html>`__ to see an example of how to use get_ip_sec_connection_device_status API.
12781
12781
  """
12782
12782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12783
12783
  required_arguments = ['ipscId']
@@ -12874,7 +12874,7 @@ class VirtualNetworkClient(object):
12874
12874
  :rtype: :class:`~oci.response.Response`
12875
12875
 
12876
12876
  :example:
12877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
12877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
12878
12878
  """
12879
12879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12880
12880
  required_arguments = ['ipscId', 'tunnelId']
@@ -12970,7 +12970,7 @@ class VirtualNetworkClient(object):
12970
12970
  :rtype: :class:`~oci.response.Response`
12971
12971
 
12972
12972
  :example:
12973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ip_sec_connection_tunnel_error.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_error API.
12973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_ip_sec_connection_tunnel_error.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_error API.
12974
12974
  """
12975
12975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12976
12976
  required_arguments = ['ipscId', 'tunnelId']
@@ -13067,7 +13067,7 @@ class VirtualNetworkClient(object):
13067
13067
  :rtype: :class:`~oci.response.Response`
13068
13068
 
13069
13069
  :example:
13070
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ip_sec_connection_tunnel_shared_secret.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_shared_secret API.
13070
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_ip_sec_connection_tunnel_shared_secret.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_shared_secret API.
13071
13071
  """
13072
13072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13073
13073
  required_arguments = ['ipscId', 'tunnelId']
@@ -13180,7 +13180,7 @@ class VirtualNetworkClient(object):
13180
13180
  :rtype: :class:`~oci.response.Response`
13181
13181
 
13182
13182
  :example:
13183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ipsec_cpe_device_config_content.py.html>`__ to see an example of how to use get_ipsec_cpe_device_config_content API.
13183
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_ipsec_cpe_device_config_content.py.html>`__ to see an example of how to use get_ipsec_cpe_device_config_content API.
13184
13184
  """
13185
13185
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13186
13186
  required_arguments = ['ipscId']
@@ -13287,7 +13287,7 @@ class VirtualNetworkClient(object):
13287
13287
  :rtype: :class:`~oci.response.Response`
13288
13288
 
13289
13289
  :example:
13290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
13290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
13291
13291
  """
13292
13292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13293
13293
  required_arguments = ['ipv6Id']
@@ -13382,7 +13382,7 @@ class VirtualNetworkClient(object):
13382
13382
  :rtype: :class:`~oci.response.Response`
13383
13383
 
13384
13384
  :example:
13385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
13385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
13386
13386
  """
13387
13387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13388
13388
  required_arguments = ['localPeeringGatewayId']
@@ -13470,7 +13470,7 @@ class VirtualNetworkClient(object):
13470
13470
  :rtype: :class:`~oci.response.Response`
13471
13471
 
13472
13472
  :example:
13473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
13473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
13474
13474
  """
13475
13475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13476
13476
  required_arguments = ['natGatewayId']
@@ -13564,7 +13564,7 @@ class VirtualNetworkClient(object):
13564
13564
  :rtype: :class:`~oci.response.Response`
13565
13565
 
13566
13566
  :example:
13567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
13567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
13568
13568
  """
13569
13569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13570
13570
  required_arguments = ['networkSecurityGroupId']
@@ -13684,7 +13684,7 @@ class VirtualNetworkClient(object):
13684
13684
  :rtype: :class:`~oci.response.Response`
13685
13685
 
13686
13686
  :example:
13687
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
13687
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
13688
13688
  """
13689
13689
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13690
13690
  required_arguments = ['compartmentId']
@@ -13795,7 +13795,7 @@ class VirtualNetworkClient(object):
13795
13795
  :rtype: :class:`~oci.response.Response`
13796
13796
 
13797
13797
  :example:
13798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
13798
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
13799
13799
  """
13800
13800
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13801
13801
  required_arguments = ['privateIpId']
@@ -13897,7 +13897,7 @@ class VirtualNetworkClient(object):
13897
13897
  :rtype: :class:`~oci.response.Response`
13898
13898
 
13899
13899
  :example:
13900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
13900
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
13901
13901
  """
13902
13902
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13903
13903
  required_arguments = ['publicIpId']
@@ -13989,7 +13989,7 @@ class VirtualNetworkClient(object):
13989
13989
  :rtype: :class:`~oci.response.Response`
13990
13990
 
13991
13991
  :example:
13992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_public_ip_by_ip_address.py.html>`__ to see an example of how to use get_public_ip_by_ip_address API.
13992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_public_ip_by_ip_address.py.html>`__ to see an example of how to use get_public_ip_by_ip_address API.
13993
13993
  """
13994
13994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13995
13995
  required_arguments = []
@@ -14079,7 +14079,7 @@ class VirtualNetworkClient(object):
14079
14079
  :rtype: :class:`~oci.response.Response`
14080
14080
 
14081
14081
  :example:
14082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_public_ip_by_private_ip_id.py.html>`__ to see an example of how to use get_public_ip_by_private_ip_id API.
14082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_public_ip_by_private_ip_id.py.html>`__ to see an example of how to use get_public_ip_by_private_ip_id API.
14083
14083
  """
14084
14084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14085
14085
  required_arguments = []
@@ -14163,7 +14163,7 @@ class VirtualNetworkClient(object):
14163
14163
  :rtype: :class:`~oci.response.Response`
14164
14164
 
14165
14165
  :example:
14166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
14166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
14167
14167
  """
14168
14168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14169
14169
  required_arguments = ['publicIpPoolId']
@@ -14258,7 +14258,7 @@ class VirtualNetworkClient(object):
14258
14258
  :rtype: :class:`~oci.response.Response`
14259
14259
 
14260
14260
  :example:
14261
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
14261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
14262
14262
  """
14263
14263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14264
14264
  required_arguments = ['remotePeeringConnectionId']
@@ -14350,7 +14350,7 @@ class VirtualNetworkClient(object):
14350
14350
  :rtype: :class:`~oci.response.Response`
14351
14351
 
14352
14352
  :example:
14353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_resource_ip_inventory.py.html>`__ to see an example of how to use get_resource_ip_inventory API.
14353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_resource_ip_inventory.py.html>`__ to see an example of how to use get_resource_ip_inventory API.
14354
14354
  """
14355
14355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14356
14356
  required_arguments = ['dataRequestId']
@@ -14445,7 +14445,7 @@ class VirtualNetworkClient(object):
14445
14445
  :rtype: :class:`~oci.response.Response`
14446
14446
 
14447
14447
  :example:
14448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
14448
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
14449
14449
  """
14450
14450
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14451
14451
  required_arguments = ['rtId']
@@ -14533,7 +14533,7 @@ class VirtualNetworkClient(object):
14533
14533
  :rtype: :class:`~oci.response.Response`
14534
14534
 
14535
14535
  :example:
14536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
14536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
14537
14537
  """
14538
14538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14539
14539
  required_arguments = ['securityListId']
@@ -14621,7 +14621,7 @@ class VirtualNetworkClient(object):
14621
14621
  :rtype: :class:`~oci.response.Response`
14622
14622
 
14623
14623
  :example:
14624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_service.py.html>`__ to see an example of how to use get_service API.
14624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_service.py.html>`__ to see an example of how to use get_service API.
14625
14625
  """
14626
14626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14627
14627
  required_arguments = ['serviceId']
@@ -14709,7 +14709,7 @@ class VirtualNetworkClient(object):
14709
14709
  :rtype: :class:`~oci.response.Response`
14710
14710
 
14711
14711
  :example:
14712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
14712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
14713
14713
  """
14714
14714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14715
14715
  required_arguments = ['serviceGatewayId']
@@ -14797,7 +14797,7 @@ class VirtualNetworkClient(object):
14797
14797
  :rtype: :class:`~oci.response.Response`
14798
14798
 
14799
14799
  :example:
14800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
14800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
14801
14801
  """
14802
14802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14803
14803
  required_arguments = ['subnetId']
@@ -14891,7 +14891,7 @@ class VirtualNetworkClient(object):
14891
14891
  :rtype: :class:`~oci.response.Response`
14892
14892
 
14893
14893
  :example:
14894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_subnet_cidr_utilization.py.html>`__ to see an example of how to use get_subnet_cidr_utilization API.
14894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_subnet_cidr_utilization.py.html>`__ to see an example of how to use get_subnet_cidr_utilization API.
14895
14895
  """
14896
14896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14897
14897
  required_arguments = ['subnetId']
@@ -14992,7 +14992,7 @@ class VirtualNetworkClient(object):
14992
14992
  :rtype: :class:`~oci.response.Response`
14993
14993
 
14994
14994
  :example:
14995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_subnet_ip_inventory.py.html>`__ to see an example of how to use get_subnet_ip_inventory API.
14995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_subnet_ip_inventory.py.html>`__ to see an example of how to use get_subnet_ip_inventory API.
14996
14996
  """
14997
14997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14998
14998
  required_arguments = ['subnetId']
@@ -15124,7 +15124,7 @@ class VirtualNetworkClient(object):
15124
15124
  :rtype: :class:`~oci.response.Response`
15125
15125
 
15126
15126
  :example:
15127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
15127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
15128
15128
  """
15129
15129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15130
15130
  required_arguments = ['compartmentId', 'subnetId']
@@ -15243,7 +15243,7 @@ class VirtualNetworkClient(object):
15243
15243
  :rtype: :class:`~oci.response.Response`
15244
15244
 
15245
15245
  :example:
15246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
15246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
15247
15247
  """
15248
15248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15249
15249
  required_arguments = ['ipscId', 'tunnelId']
@@ -15367,7 +15367,7 @@ class VirtualNetworkClient(object):
15367
15367
  :rtype: :class:`~oci.response.Response`
15368
15368
 
15369
15369
  :example:
15370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_tunnel_cpe_device_config_content.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config_content API.
15370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_tunnel_cpe_device_config_content.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config_content API.
15371
15371
  """
15372
15372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15373
15373
  required_arguments = ['ipscId', 'tunnelId']
@@ -15469,7 +15469,7 @@ class VirtualNetworkClient(object):
15469
15469
  :rtype: :class:`~oci.response.Response`
15470
15470
 
15471
15471
  :example:
15472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
15472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
15473
15473
  """
15474
15474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15475
15475
  required_arguments = ['drgId']
@@ -15564,7 +15564,7 @@ class VirtualNetworkClient(object):
15564
15564
  :rtype: :class:`~oci.response.Response`
15565
15565
 
15566
15566
  :example:
15567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
15567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
15568
15568
  """
15569
15569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15570
15570
  required_arguments = ['vcnId']
@@ -15656,7 +15656,7 @@ class VirtualNetworkClient(object):
15656
15656
  :rtype: :class:`~oci.response.Response`
15657
15657
 
15658
15658
  :example:
15659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
15659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
15660
15660
  """
15661
15661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15662
15662
  required_arguments = ['vcnId']
@@ -15767,7 +15767,7 @@ class VirtualNetworkClient(object):
15767
15767
  :rtype: :class:`~oci.response.Response`
15768
15768
 
15769
15769
  :example:
15770
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vcn_overlap.py.html>`__ to see an example of how to use get_vcn_overlap API.
15770
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_vcn_overlap.py.html>`__ to see an example of how to use get_vcn_overlap API.
15771
15771
  """
15772
15772
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15773
15773
  required_arguments = ['vcnId']
@@ -15904,7 +15904,7 @@ class VirtualNetworkClient(object):
15904
15904
  :rtype: :class:`~oci.response.Response`
15905
15905
 
15906
15906
  :example:
15907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
15907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
15908
15908
  """
15909
15909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15910
15910
  required_arguments = ['compartmentId', 'vcnId']
@@ -16010,7 +16010,7 @@ class VirtualNetworkClient(object):
16010
16010
  :rtype: :class:`~oci.response.Response`
16011
16011
 
16012
16012
  :example:
16013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
16013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
16014
16014
  """
16015
16015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16016
16016
  required_arguments = ['virtualCircuitId']
@@ -16104,7 +16104,7 @@ class VirtualNetworkClient(object):
16104
16104
  :rtype: :class:`~oci.response.Response`
16105
16105
 
16106
16106
  :example:
16107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
16107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
16108
16108
  """
16109
16109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16110
16110
  required_arguments = ['vlanId']
@@ -16204,7 +16204,7 @@ class VirtualNetworkClient(object):
16204
16204
  :rtype: :class:`~oci.response.Response`
16205
16205
 
16206
16206
  :example:
16207
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
16207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
16208
16208
  """
16209
16209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16210
16210
  required_arguments = ['vnicId']
@@ -16296,7 +16296,7 @@ class VirtualNetworkClient(object):
16296
16296
  :rtype: :class:`~oci.response.Response`
16297
16297
 
16298
16298
  :example:
16299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
16299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
16300
16300
  """
16301
16301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16302
16302
  required_arguments = ['vtapId']
@@ -16365,6 +16365,124 @@ class VirtualNetworkClient(object):
16365
16365
  api_reference_link=api_reference_link,
16366
16366
  required_arguments=required_arguments)
16367
16367
 
16368
+ def ipv6_vnic_detach(self, ipv6_id, **kwargs):
16369
+ """
16370
+ Unassign the specified IPv6 address from Virtual Network Interface Card (VNIC). You must specify the IPv6 `OCID`__.
16371
+
16372
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
16373
+
16374
+
16375
+ :param str ipv6_id: (required)
16376
+ The `OCID`__ of the IPv6.
16377
+
16378
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
16379
+
16380
+ :param str if_match: (optional)
16381
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
16382
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
16383
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
16384
+
16385
+ :param str opc_request_id: (optional)
16386
+ Unique identifier for the request.
16387
+ If you need to contact Oracle about a particular request, please provide the request ID.
16388
+
16389
+ :param str opc_retry_token: (optional)
16390
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
16391
+ server error without risk of executing that same action again. Retry tokens expire after 24
16392
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
16393
+ has been deleted and purged from the system, then a retry of the original creation request
16394
+ may be rejected).
16395
+
16396
+ :param obj retry_strategy: (optional)
16397
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
16398
+
16399
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
16400
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
16401
+
16402
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
16403
+
16404
+ :param bool allow_control_chars: (optional)
16405
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
16406
+ By default, the response will not allow control characters in strings
16407
+
16408
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.core.models.Ipv6`
16409
+ :rtype: :class:`~oci.response.Response`
16410
+
16411
+ :example:
16412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/ipv6_vnic_detach.py.html>`__ to see an example of how to use ipv6_vnic_detach API.
16413
+ """
16414
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16415
+ required_arguments = ['ipv6Id']
16416
+ resource_path = "/ipv6/{ipv6Id}/actions/detach"
16417
+ method = "POST"
16418
+ operation_name = "ipv6_vnic_detach"
16419
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/Ipv6/Ipv6VnicDetach"
16420
+
16421
+ # Don't accept unknown kwargs
16422
+ expected_kwargs = [
16423
+ "allow_control_chars",
16424
+ "retry_strategy",
16425
+ "if_match",
16426
+ "opc_request_id",
16427
+ "opc_retry_token"
16428
+ ]
16429
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
16430
+ if extra_kwargs:
16431
+ raise ValueError(
16432
+ f"ipv6_vnic_detach got unknown kwargs: {extra_kwargs!r}")
16433
+
16434
+ path_params = {
16435
+ "ipv6Id": ipv6_id
16436
+ }
16437
+
16438
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
16439
+
16440
+ for (k, v) in six.iteritems(path_params):
16441
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
16442
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
16443
+
16444
+ header_params = {
16445
+ "accept": "application/json",
16446
+ "content-type": "application/json",
16447
+ "if-match": kwargs.get("if_match", missing),
16448
+ "opc-request-id": kwargs.get("opc_request_id", missing),
16449
+ "opc-retry-token": kwargs.get("opc_retry_token", missing)
16450
+ }
16451
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
16452
+
16453
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
16454
+ operation_retry_strategy=kwargs.get('retry_strategy'),
16455
+ client_retry_strategy=self.retry_strategy
16456
+ )
16457
+
16458
+ if retry_strategy:
16459
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
16460
+ self.base_client.add_opc_retry_token_if_needed(header_params)
16461
+ self.base_client.add_opc_client_retries_header(header_params)
16462
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
16463
+ return retry_strategy.make_retrying_call(
16464
+ self.base_client.call_api,
16465
+ resource_path=resource_path,
16466
+ method=method,
16467
+ path_params=path_params,
16468
+ header_params=header_params,
16469
+ response_type="Ipv6",
16470
+ allow_control_chars=kwargs.get('allow_control_chars'),
16471
+ operation_name=operation_name,
16472
+ api_reference_link=api_reference_link,
16473
+ required_arguments=required_arguments)
16474
+ else:
16475
+ return self.base_client.call_api(
16476
+ resource_path=resource_path,
16477
+ method=method,
16478
+ path_params=path_params,
16479
+ header_params=header_params,
16480
+ response_type="Ipv6",
16481
+ allow_control_chars=kwargs.get('allow_control_chars'),
16482
+ operation_name=operation_name,
16483
+ api_reference_link=api_reference_link,
16484
+ required_arguments=required_arguments)
16485
+
16368
16486
  def list_allowed_peer_regions_for_remote_peering(self, **kwargs):
16369
16487
  """
16370
16488
  Lists the regions that support remote VCN peering (which is peering across regions).
@@ -16389,7 +16507,7 @@ class VirtualNetworkClient(object):
16389
16507
  :rtype: :class:`~oci.response.Response`
16390
16508
 
16391
16509
  :example:
16392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_allowed_peer_regions_for_remote_peering.py.html>`__ to see an example of how to use list_allowed_peer_regions_for_remote_peering API.
16510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_allowed_peer_regions_for_remote_peering.py.html>`__ to see an example of how to use list_allowed_peer_regions_for_remote_peering API.
16393
16511
  """
16394
16512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16395
16513
  required_arguments = []
@@ -16505,7 +16623,7 @@ class VirtualNetworkClient(object):
16505
16623
  :rtype: :class:`~oci.response.Response`
16506
16624
 
16507
16625
  :example:
16508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_byoasns.py.html>`__ to see an example of how to use list_byoasns API.
16626
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_byoasns.py.html>`__ to see an example of how to use list_byoasns API.
16509
16627
  """
16510
16628
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16511
16629
  required_arguments = ['compartmentId']
@@ -16644,7 +16762,7 @@ class VirtualNetworkClient(object):
16644
16762
  :rtype: :class:`~oci.response.Response`
16645
16763
 
16646
16764
  :example:
16647
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
16765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
16648
16766
  """
16649
16767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16650
16768
  required_arguments = ['byoipRangeId']
@@ -16794,7 +16912,7 @@ class VirtualNetworkClient(object):
16794
16912
  :rtype: :class:`~oci.response.Response`
16795
16913
 
16796
16914
  :example:
16797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
16915
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
16798
16916
  """
16799
16917
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16800
16918
  required_arguments = ['compartmentId']
@@ -16962,7 +17080,7 @@ class VirtualNetworkClient(object):
16962
17080
  :rtype: :class:`~oci.response.Response`
16963
17081
 
16964
17082
  :example:
16965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
17083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
16966
17084
  """
16967
17085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16968
17086
  required_arguments = ['compartmentId']
@@ -17123,7 +17241,7 @@ class VirtualNetworkClient(object):
17123
17241
  :rtype: :class:`~oci.response.Response`
17124
17242
 
17125
17243
  :example:
17126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
17244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
17127
17245
  """
17128
17246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17129
17247
  required_arguments = []
@@ -17234,7 +17352,7 @@ class VirtualNetworkClient(object):
17234
17352
  :rtype: :class:`~oci.response.Response`
17235
17353
 
17236
17354
  :example:
17237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
17355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
17238
17356
  """
17239
17357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17240
17358
  required_arguments = ['compartmentId']
@@ -17370,7 +17488,7 @@ class VirtualNetworkClient(object):
17370
17488
  :rtype: :class:`~oci.response.Response`
17371
17489
 
17372
17490
  :example:
17373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
17491
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
17374
17492
  """
17375
17493
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17376
17494
  required_arguments = ['compartmentId']
@@ -17509,7 +17627,7 @@ class VirtualNetworkClient(object):
17509
17627
  :rtype: :class:`~oci.response.Response`
17510
17628
 
17511
17629
  :example:
17512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
17630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
17513
17631
  """
17514
17632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17515
17633
  required_arguments = ['compartmentId']
@@ -17607,7 +17725,7 @@ class VirtualNetworkClient(object):
17607
17725
  :rtype: :class:`~oci.response.Response`
17608
17726
 
17609
17727
  :example:
17610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
17728
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
17611
17729
  """
17612
17730
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17613
17731
  required_arguments = ['virtualCircuitId']
@@ -17755,7 +17873,7 @@ class VirtualNetworkClient(object):
17755
17873
  :rtype: :class:`~oci.response.Response`
17756
17874
 
17757
17875
  :example:
17758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
17876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
17759
17877
  """
17760
17878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17761
17879
  required_arguments = ['compartmentId']
@@ -17897,7 +18015,7 @@ class VirtualNetworkClient(object):
17897
18015
  :rtype: :class:`~oci.response.Response`
17898
18016
 
17899
18017
  :example:
17900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
18018
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
17901
18019
  """
17902
18020
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17903
18021
  required_arguments = ['compartmentId']
@@ -18041,7 +18159,7 @@ class VirtualNetworkClient(object):
18041
18159
  :rtype: :class:`~oci.response.Response`
18042
18160
 
18043
18161
  :example:
18044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
18162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
18045
18163
  """
18046
18164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18047
18165
  required_arguments = ['compartmentId']
@@ -18236,7 +18354,7 @@ class VirtualNetworkClient(object):
18236
18354
  :rtype: :class:`~oci.response.Response`
18237
18355
 
18238
18356
  :example:
18239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
18357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
18240
18358
  """
18241
18359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18242
18360
  required_arguments = ['compartmentId']
@@ -18400,7 +18518,7 @@ class VirtualNetworkClient(object):
18400
18518
  :rtype: :class:`~oci.response.Response`
18401
18519
 
18402
18520
  :example:
18403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
18521
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
18404
18522
  """
18405
18523
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18406
18524
  required_arguments = ['drgRouteDistributionId']
@@ -18566,7 +18684,7 @@ class VirtualNetworkClient(object):
18566
18684
  :rtype: :class:`~oci.response.Response`
18567
18685
 
18568
18686
  :example:
18569
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
18687
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
18570
18688
  """
18571
18689
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18572
18690
  required_arguments = ['drgId']
@@ -18708,7 +18826,7 @@ class VirtualNetworkClient(object):
18708
18826
  :rtype: :class:`~oci.response.Response`
18709
18827
 
18710
18828
  :example:
18711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
18829
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
18712
18830
  """
18713
18831
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18714
18832
  required_arguments = ['drgRouteTableId']
@@ -18869,7 +18987,7 @@ class VirtualNetworkClient(object):
18869
18987
  :rtype: :class:`~oci.response.Response`
18870
18988
 
18871
18989
  :example:
18872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
18990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
18873
18991
  """
18874
18992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18875
18993
  required_arguments = ['drgId']
@@ -19007,7 +19125,7 @@ class VirtualNetworkClient(object):
19007
19125
  :rtype: :class:`~oci.response.Response`
19008
19126
 
19009
19127
  :example:
19010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
19128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
19011
19129
  """
19012
19130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19013
19131
  required_arguments = ['compartmentId']
@@ -19123,7 +19241,7 @@ class VirtualNetworkClient(object):
19123
19241
  :rtype: :class:`~oci.response.Response`
19124
19242
 
19125
19243
  :example:
19126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
19244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
19127
19245
  """
19128
19246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19129
19247
  required_arguments = ['compartmentId']
@@ -19237,7 +19355,7 @@ class VirtualNetworkClient(object):
19237
19355
  :rtype: :class:`~oci.response.Response`
19238
19356
 
19239
19357
  :example:
19240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_fast_connect_provider_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_fast_connect_provider_virtual_circuit_bandwidth_shapes API.
19358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_fast_connect_provider_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_fast_connect_provider_virtual_circuit_bandwidth_shapes API.
19241
19359
  """
19242
19360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19243
19361
  required_arguments = ['providerServiceId']
@@ -19390,7 +19508,7 @@ class VirtualNetworkClient(object):
19390
19508
  :rtype: :class:`~oci.response.Response`
19391
19509
 
19392
19510
  :example:
19393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
19511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
19394
19512
  """
19395
19513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19396
19514
  required_arguments = ['compartmentId']
@@ -19514,7 +19632,7 @@ class VirtualNetworkClient(object):
19514
19632
  :rtype: :class:`~oci.response.Response`
19515
19633
 
19516
19634
  :example:
19517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ip_inventory.py.html>`__ to see an example of how to use list_ip_inventory API.
19635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_ip_inventory.py.html>`__ to see an example of how to use list_ip_inventory API.
19518
19636
  """
19519
19637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19520
19638
  required_arguments = []
@@ -19627,7 +19745,7 @@ class VirtualNetworkClient(object):
19627
19745
  :rtype: :class:`~oci.response.Response`
19628
19746
 
19629
19747
  :example:
19630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ip_sec_connection_tunnel_routes.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_routes API.
19748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_ip_sec_connection_tunnel_routes.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_routes API.
19631
19749
  """
19632
19750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19633
19751
  required_arguments = ['ipscId', 'tunnelId']
@@ -19762,7 +19880,7 @@ class VirtualNetworkClient(object):
19762
19880
  :rtype: :class:`~oci.response.Response`
19763
19881
 
19764
19882
  :example:
19765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ip_sec_connection_tunnel_security_associations.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_security_associations API.
19883
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_ip_sec_connection_tunnel_security_associations.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_security_associations API.
19766
19884
  """
19767
19885
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19768
19886
  required_arguments = ['ipscId', 'tunnelId']
@@ -19883,7 +20001,7 @@ class VirtualNetworkClient(object):
19883
20001
  :rtype: :class:`~oci.response.Response`
19884
20002
 
19885
20003
  :example:
19886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
20004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
19887
20005
  """
19888
20006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19889
20007
  required_arguments = ['ipscId']
@@ -20014,7 +20132,7 @@ class VirtualNetworkClient(object):
20014
20132
  :rtype: :class:`~oci.response.Response`
20015
20133
 
20016
20134
  :example:
20017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
20135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
20018
20136
  """
20019
20137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20020
20138
  required_arguments = ['compartmentId']
@@ -20130,6 +20248,15 @@ class VirtualNetworkClient(object):
20130
20248
  :param str vnic_id: (optional)
20131
20249
  The OCID of the VNIC.
20132
20250
 
20251
+ :param str ip_state: (optional)
20252
+ State of the IP address. If an IP address is assigned to a VNIC it is ASSIGNED otherwise AVAILABLE
20253
+
20254
+ :param str lifetime: (optional)
20255
+ Lifetime of the IP address.
20256
+ There are two types of IPs:
20257
+ - Ephemeral
20258
+ - Reserved
20259
+
20133
20260
  :param str opc_request_id: (optional)
20134
20261
  Unique identifier for the request.
20135
20262
  If you need to contact Oracle about a particular request, please provide the request ID.
@@ -20150,7 +20277,7 @@ class VirtualNetworkClient(object):
20150
20277
  :rtype: :class:`~oci.response.Response`
20151
20278
 
20152
20279
  :example:
20153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
20280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
20154
20281
  """
20155
20282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20156
20283
  required_arguments = []
@@ -20168,6 +20295,8 @@ class VirtualNetworkClient(object):
20168
20295
  "ip_address",
20169
20296
  "subnet_id",
20170
20297
  "vnic_id",
20298
+ "ip_state",
20299
+ "lifetime",
20171
20300
  "opc_request_id"
20172
20301
  ]
20173
20302
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
@@ -20180,7 +20309,9 @@ class VirtualNetworkClient(object):
20180
20309
  "page": kwargs.get("page", missing),
20181
20310
  "ipAddress": kwargs.get("ip_address", missing),
20182
20311
  "subnetId": kwargs.get("subnet_id", missing),
20183
- "vnicId": kwargs.get("vnic_id", missing)
20312
+ "vnicId": kwargs.get("vnic_id", missing),
20313
+ "ipState": kwargs.get("ip_state", missing),
20314
+ "lifetime": kwargs.get("lifetime", missing)
20184
20315
  }
20185
20316
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
20186
20317
 
@@ -20271,7 +20402,7 @@ class VirtualNetworkClient(object):
20271
20402
  :rtype: :class:`~oci.response.Response`
20272
20403
 
20273
20404
  :example:
20274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
20405
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
20275
20406
  """
20276
20407
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20277
20408
  required_arguments = ['compartmentId']
@@ -20413,7 +20544,7 @@ class VirtualNetworkClient(object):
20413
20544
  :rtype: :class:`~oci.response.Response`
20414
20545
 
20415
20546
  :example:
20416
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
20547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
20417
20548
  """
20418
20549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20419
20550
  required_arguments = ['compartmentId']
@@ -20568,7 +20699,7 @@ class VirtualNetworkClient(object):
20568
20699
  :rtype: :class:`~oci.response.Response`
20569
20700
 
20570
20701
  :example:
20571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_network_security_group_security_rules.py.html>`__ to see an example of how to use list_network_security_group_security_rules API.
20702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_network_security_group_security_rules.py.html>`__ to see an example of how to use list_network_security_group_security_rules API.
20572
20703
  """
20573
20704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20574
20705
  required_arguments = ['networkSecurityGroupId']
@@ -20724,7 +20855,7 @@ class VirtualNetworkClient(object):
20724
20855
  :rtype: :class:`~oci.response.Response`
20725
20856
 
20726
20857
  :example:
20727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
20858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
20728
20859
  """
20729
20860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20730
20861
  required_arguments = ['networkSecurityGroupId']
@@ -20898,7 +21029,7 @@ class VirtualNetworkClient(object):
20898
21029
  :rtype: :class:`~oci.response.Response`
20899
21030
 
20900
21031
  :example:
20901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
21032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
20902
21033
  """
20903
21034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20904
21035
  required_arguments = []
@@ -21051,6 +21182,15 @@ class VirtualNetworkClient(object):
21051
21182
  :param str vnic_id: (optional)
21052
21183
  The OCID of the VNIC.
21053
21184
 
21185
+ :param str ip_state: (optional)
21186
+ State of the IP address. If an IP address is assigned to a VNIC it is ASSIGNED otherwise AVAILABLE
21187
+
21188
+ :param str lifetime: (optional)
21189
+ Lifetime of the IP address.
21190
+ There are two types of IPs:
21191
+ - Ephemeral
21192
+ - Reserved
21193
+
21054
21194
  :param str vlan_id: (optional)
21055
21195
  The `OCID`__ of the VLAN.
21056
21196
 
@@ -21072,7 +21212,7 @@ class VirtualNetworkClient(object):
21072
21212
  :rtype: :class:`~oci.response.Response`
21073
21213
 
21074
21214
  :example:
21075
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
21215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
21076
21216
  """
21077
21217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21078
21218
  required_arguments = []
@@ -21090,6 +21230,8 @@ class VirtualNetworkClient(object):
21090
21230
  "ip_address",
21091
21231
  "subnet_id",
21092
21232
  "vnic_id",
21233
+ "ip_state",
21234
+ "lifetime",
21093
21235
  "vlan_id"
21094
21236
  ]
21095
21237
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
@@ -21103,6 +21245,8 @@ class VirtualNetworkClient(object):
21103
21245
  "ipAddress": kwargs.get("ip_address", missing),
21104
21246
  "subnetId": kwargs.get("subnet_id", missing),
21105
21247
  "vnicId": kwargs.get("vnic_id", missing),
21248
+ "ipState": kwargs.get("ip_state", missing),
21249
+ "lifetime": kwargs.get("lifetime", missing),
21106
21250
  "vlanId": kwargs.get("vlan_id", missing)
21107
21251
  }
21108
21252
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
@@ -21215,7 +21359,7 @@ class VirtualNetworkClient(object):
21215
21359
  :rtype: :class:`~oci.response.Response`
21216
21360
 
21217
21361
  :example:
21218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
21362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
21219
21363
  """
21220
21364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21221
21365
  required_arguments = ['compartmentId']
@@ -21393,7 +21537,7 @@ class VirtualNetworkClient(object):
21393
21537
  :rtype: :class:`~oci.response.Response`
21394
21538
 
21395
21539
  :example:
21396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
21540
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
21397
21541
  """
21398
21542
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21399
21543
  required_arguments = ['scope', 'compartmentId']
@@ -21526,7 +21670,7 @@ class VirtualNetworkClient(object):
21526
21670
  :rtype: :class:`~oci.response.Response`
21527
21671
 
21528
21672
  :example:
21529
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
21673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
21530
21674
  """
21531
21675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21532
21676
  required_arguments = ['compartmentId']
@@ -21672,7 +21816,7 @@ class VirtualNetworkClient(object):
21672
21816
  :rtype: :class:`~oci.response.Response`
21673
21817
 
21674
21818
  :example:
21675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
21819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
21676
21820
  """
21677
21821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21678
21822
  required_arguments = ['compartmentId']
@@ -21843,7 +21987,7 @@ class VirtualNetworkClient(object):
21843
21987
  :rtype: :class:`~oci.response.Response`
21844
21988
 
21845
21989
  :example:
21846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
21990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
21847
21991
  """
21848
21992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21849
21993
  required_arguments = ['compartmentId']
@@ -22011,7 +22155,7 @@ class VirtualNetworkClient(object):
22011
22155
  :rtype: :class:`~oci.response.Response`
22012
22156
 
22013
22157
  :example:
22014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
22158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
22015
22159
  """
22016
22160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22017
22161
  required_arguments = ['compartmentId']
@@ -22143,7 +22287,7 @@ class VirtualNetworkClient(object):
22143
22287
  :rtype: :class:`~oci.response.Response`
22144
22288
 
22145
22289
  :example:
22146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_services.py.html>`__ to see an example of how to use list_services API.
22290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_services.py.html>`__ to see an example of how to use list_services API.
22147
22291
  """
22148
22292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22149
22293
  required_arguments = []
@@ -22282,7 +22426,7 @@ class VirtualNetworkClient(object):
22282
22426
  :rtype: :class:`~oci.response.Response`
22283
22427
 
22284
22428
  :example:
22285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
22429
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
22286
22430
  """
22287
22431
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22288
22432
  required_arguments = ['compartmentId']
@@ -22447,7 +22591,7 @@ class VirtualNetworkClient(object):
22447
22591
  :rtype: :class:`~oci.response.Response`
22448
22592
 
22449
22593
  :example:
22450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
22594
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
22451
22595
  """
22452
22596
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22453
22597
  required_arguments = ['compartmentId']
@@ -22583,7 +22727,7 @@ class VirtualNetworkClient(object):
22583
22727
  :rtype: :class:`~oci.response.Response`
22584
22728
 
22585
22729
  :example:
22586
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_virtual_circuit_associated_tunnels.py.html>`__ to see an example of how to use list_virtual_circuit_associated_tunnels API.
22730
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_virtual_circuit_associated_tunnels.py.html>`__ to see an example of how to use list_virtual_circuit_associated_tunnels API.
22587
22731
  """
22588
22732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22589
22733
  required_arguments = ['virtualCircuitId']
@@ -22705,7 +22849,7 @@ class VirtualNetworkClient(object):
22705
22849
  :rtype: :class:`~oci.response.Response`
22706
22850
 
22707
22851
  :example:
22708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
22852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
22709
22853
  """
22710
22854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22711
22855
  required_arguments = ['compartmentId']
@@ -22807,7 +22951,7 @@ class VirtualNetworkClient(object):
22807
22951
  :rtype: :class:`~oci.response.Response`
22808
22952
 
22809
22953
  :example:
22810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
22954
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
22811
22955
  """
22812
22956
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22813
22957
  required_arguments = ['virtualCircuitId']
@@ -22959,7 +23103,7 @@ class VirtualNetworkClient(object):
22959
23103
  :rtype: :class:`~oci.response.Response`
22960
23104
 
22961
23105
  :example:
22962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
23106
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
22963
23107
  """
22964
23108
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22965
23109
  required_arguments = ['compartmentId']
@@ -23133,7 +23277,7 @@ class VirtualNetworkClient(object):
23133
23277
  :rtype: :class:`~oci.response.Response`
23134
23278
 
23135
23279
  :example:
23136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
23280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
23137
23281
  """
23138
23282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23139
23283
  required_arguments = ['compartmentId']
@@ -23329,7 +23473,7 @@ class VirtualNetworkClient(object):
23329
23473
  :rtype: :class:`~oci.response.Response`
23330
23474
 
23331
23475
  :example:
23332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
23476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
23333
23477
  """
23334
23478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23335
23479
  required_arguments = ['compartmentId']
@@ -23489,7 +23633,7 @@ class VirtualNetworkClient(object):
23489
23633
  :rtype: :class:`~oci.response.Response`
23490
23634
 
23491
23635
  :example:
23492
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
23636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
23493
23637
  """
23494
23638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23495
23639
  required_arguments = ['vcnId']
@@ -23563,6 +23707,124 @@ class VirtualNetworkClient(object):
23563
23707
  api_reference_link=api_reference_link,
23564
23708
  required_arguments=required_arguments)
23565
23709
 
23710
+ def private_ip_vnic_detach(self, private_ip_id, **kwargs):
23711
+ """
23712
+ Unassign the specified PrivateIP address from Virtual Network Interface Card (VNIC). You must specify the PrivateIP `OCID`__.
23713
+
23714
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
23715
+
23716
+
23717
+ :param str private_ip_id: (required)
23718
+ The `OCID`__ of the private IP or IPv6.
23719
+
23720
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
23721
+
23722
+ :param str if_match: (optional)
23723
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
23724
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
23725
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
23726
+
23727
+ :param str opc_request_id: (optional)
23728
+ Unique identifier for the request.
23729
+ If you need to contact Oracle about a particular request, please provide the request ID.
23730
+
23731
+ :param str opc_retry_token: (optional)
23732
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
23733
+ server error without risk of executing that same action again. Retry tokens expire after 24
23734
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
23735
+ has been deleted and purged from the system, then a retry of the original creation request
23736
+ may be rejected).
23737
+
23738
+ :param obj retry_strategy: (optional)
23739
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
23740
+
23741
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
23742
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
23743
+
23744
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
23745
+
23746
+ :param bool allow_control_chars: (optional)
23747
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
23748
+ By default, the response will not allow control characters in strings
23749
+
23750
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.core.models.PrivateIp`
23751
+ :rtype: :class:`~oci.response.Response`
23752
+
23753
+ :example:
23754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/private_ip_vnic_detach.py.html>`__ to see an example of how to use private_ip_vnic_detach API.
23755
+ """
23756
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23757
+ required_arguments = ['privateIpId']
23758
+ resource_path = "/privateIps/{privateIpId}/actions/detach"
23759
+ method = "POST"
23760
+ operation_name = "private_ip_vnic_detach"
23761
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/PrivateIpVnicDetach"
23762
+
23763
+ # Don't accept unknown kwargs
23764
+ expected_kwargs = [
23765
+ "allow_control_chars",
23766
+ "retry_strategy",
23767
+ "if_match",
23768
+ "opc_request_id",
23769
+ "opc_retry_token"
23770
+ ]
23771
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
23772
+ if extra_kwargs:
23773
+ raise ValueError(
23774
+ f"private_ip_vnic_detach got unknown kwargs: {extra_kwargs!r}")
23775
+
23776
+ path_params = {
23777
+ "privateIpId": private_ip_id
23778
+ }
23779
+
23780
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
23781
+
23782
+ for (k, v) in six.iteritems(path_params):
23783
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
23784
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
23785
+
23786
+ header_params = {
23787
+ "accept": "application/json",
23788
+ "content-type": "application/json",
23789
+ "if-match": kwargs.get("if_match", missing),
23790
+ "opc-request-id": kwargs.get("opc_request_id", missing),
23791
+ "opc-retry-token": kwargs.get("opc_retry_token", missing)
23792
+ }
23793
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
23794
+
23795
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
23796
+ operation_retry_strategy=kwargs.get('retry_strategy'),
23797
+ client_retry_strategy=self.retry_strategy
23798
+ )
23799
+
23800
+ if retry_strategy:
23801
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
23802
+ self.base_client.add_opc_retry_token_if_needed(header_params)
23803
+ self.base_client.add_opc_client_retries_header(header_params)
23804
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
23805
+ return retry_strategy.make_retrying_call(
23806
+ self.base_client.call_api,
23807
+ resource_path=resource_path,
23808
+ method=method,
23809
+ path_params=path_params,
23810
+ header_params=header_params,
23811
+ response_type="PrivateIp",
23812
+ allow_control_chars=kwargs.get('allow_control_chars'),
23813
+ operation_name=operation_name,
23814
+ api_reference_link=api_reference_link,
23815
+ required_arguments=required_arguments)
23816
+ else:
23817
+ return self.base_client.call_api(
23818
+ resource_path=resource_path,
23819
+ method=method,
23820
+ path_params=path_params,
23821
+ header_params=header_params,
23822
+ response_type="PrivateIp",
23823
+ allow_control_chars=kwargs.get('allow_control_chars'),
23824
+ operation_name=operation_name,
23825
+ api_reference_link=api_reference_link,
23826
+ required_arguments=required_arguments)
23827
+
23566
23828
  def remove_drg_route_distribution_statements(self, drg_route_distribution_id, remove_drg_route_distribution_statements_details, **kwargs):
23567
23829
  """
23568
23830
  Removes one or more route distribution statements from the specified route distribution's map.
@@ -23592,7 +23854,7 @@ class VirtualNetworkClient(object):
23592
23854
  :rtype: :class:`~oci.response.Response`
23593
23855
 
23594
23856
  :example:
23595
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
23857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
23596
23858
  """
23597
23859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23598
23860
  required_arguments = ['drgRouteDistributionId']
@@ -23683,7 +23945,7 @@ class VirtualNetworkClient(object):
23683
23945
  :rtype: :class:`~oci.response.Response`
23684
23946
 
23685
23947
  :example:
23686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
23948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
23687
23949
  """
23688
23950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23689
23951
  required_arguments = ['drgRouteTableId']
@@ -23780,7 +24042,7 @@ class VirtualNetworkClient(object):
23780
24042
  :rtype: :class:`~oci.response.Response`
23781
24043
 
23782
24044
  :example:
23783
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
24045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
23784
24046
  """
23785
24047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23786
24048
  required_arguments = ['drgAttachmentId']
@@ -23887,7 +24149,7 @@ class VirtualNetworkClient(object):
23887
24149
  :rtype: :class:`~oci.response.Response`
23888
24150
 
23889
24151
  :example:
23890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
24152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
23891
24153
  """
23892
24154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23893
24155
  required_arguments = ['drgRouteTableId']
@@ -24003,7 +24265,7 @@ class VirtualNetworkClient(object):
24003
24265
  :rtype: :class:`~oci.response.Response`
24004
24266
 
24005
24267
  :example:
24006
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
24268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
24007
24269
  """
24008
24270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24009
24271
  required_arguments = ['subnetId']
@@ -24122,7 +24384,7 @@ class VirtualNetworkClient(object):
24122
24384
  :rtype: :class:`~oci.response.Response`
24123
24385
 
24124
24386
  :example:
24125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
24387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
24126
24388
  """
24127
24389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24128
24390
  required_arguments = ['vcnId']
@@ -24227,7 +24489,7 @@ class VirtualNetworkClient(object):
24227
24489
  :rtype: :class:`~oci.response.Response`
24228
24490
 
24229
24491
  :example:
24230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_network_security_group_security_rules.py.html>`__ to see an example of how to use remove_network_security_group_security_rules API.
24492
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/remove_network_security_group_security_rules.py.html>`__ to see an example of how to use remove_network_security_group_security_rules API.
24231
24493
  """
24232
24494
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24233
24495
  required_arguments = ['networkSecurityGroupId']
@@ -24329,7 +24591,7 @@ class VirtualNetworkClient(object):
24329
24591
  :rtype: :class:`~oci.response.Response`
24330
24592
 
24331
24593
  :example:
24332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
24594
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
24333
24595
  """
24334
24596
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24335
24597
  required_arguments = ['publicIpPoolId']
@@ -24452,7 +24714,7 @@ class VirtualNetworkClient(object):
24452
24714
  :rtype: :class:`~oci.response.Response`
24453
24715
 
24454
24716
  :example:
24455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
24717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
24456
24718
  """
24457
24719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24458
24720
  required_arguments = ['vcnId']
@@ -24571,7 +24833,7 @@ class VirtualNetworkClient(object):
24571
24833
  :rtype: :class:`~oci.response.Response`
24572
24834
 
24573
24835
  :example:
24574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/set_origin_asn.py.html>`__ to see an example of how to use set_origin_asn API.
24836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/set_origin_asn.py.html>`__ to see an example of how to use set_origin_asn API.
24575
24837
  """
24576
24838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24577
24839
  required_arguments = ['byoipRangeId']
@@ -24682,7 +24944,7 @@ class VirtualNetworkClient(object):
24682
24944
  :rtype: :class:`~oci.response.Response`
24683
24945
 
24684
24946
  :example:
24685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/set_origin_asn_to_oracle.py.html>`__ to see an example of how to use set_origin_asn_to_oracle API.
24947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/set_origin_asn_to_oracle.py.html>`__ to see an example of how to use set_origin_asn_to_oracle API.
24686
24948
  """
24687
24949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24688
24950
  required_arguments = ['byoipRangeId']
@@ -24789,7 +25051,7 @@ class VirtualNetworkClient(object):
24789
25051
  :rtype: :class:`~oci.response.Response`
24790
25052
 
24791
25053
  :example:
24792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_byoasn.py.html>`__ to see an example of how to use update_byoasn API.
25054
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_byoasn.py.html>`__ to see an example of how to use update_byoasn API.
24793
25055
  """
24794
25056
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24795
25057
  required_arguments = ['byoasnId']
@@ -24900,7 +25162,7 @@ class VirtualNetworkClient(object):
24900
25162
  :rtype: :class:`~oci.response.Response`
24901
25163
 
24902
25164
  :example:
24903
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
25165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
24904
25166
  """
24905
25167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24906
25168
  required_arguments = ['byoipRangeId']
@@ -25011,7 +25273,7 @@ class VirtualNetworkClient(object):
25011
25273
  :rtype: :class:`~oci.response.Response`
25012
25274
 
25013
25275
  :example:
25014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
25276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
25015
25277
  """
25016
25278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25017
25279
  required_arguments = ['captureFilterId']
@@ -25119,7 +25381,7 @@ class VirtualNetworkClient(object):
25119
25381
  :rtype: :class:`~oci.response.Response`
25120
25382
 
25121
25383
  :example:
25122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
25384
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
25123
25385
  """
25124
25386
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25125
25387
  required_arguments = ['cpeId']
@@ -25226,7 +25488,7 @@ class VirtualNetworkClient(object):
25226
25488
  :rtype: :class:`~oci.response.Response`
25227
25489
 
25228
25490
  :example:
25229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
25491
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
25230
25492
  """
25231
25493
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25232
25494
  required_arguments = ['crossConnectId']
@@ -25334,7 +25596,7 @@ class VirtualNetworkClient(object):
25334
25596
  :rtype: :class:`~oci.response.Response`
25335
25597
 
25336
25598
  :example:
25337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
25599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
25338
25600
  """
25339
25601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25340
25602
  required_arguments = ['crossConnectGroupId']
@@ -25444,7 +25706,7 @@ class VirtualNetworkClient(object):
25444
25706
  :rtype: :class:`~oci.response.Response`
25445
25707
 
25446
25708
  :example:
25447
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
25709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
25448
25710
  """
25449
25711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25450
25712
  required_arguments = ['dhcpId']
@@ -25549,7 +25811,7 @@ class VirtualNetworkClient(object):
25549
25811
  :rtype: :class:`~oci.response.Response`
25550
25812
 
25551
25813
  :example:
25552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
25814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
25553
25815
  """
25554
25816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25555
25817
  required_arguments = ['drgId']
@@ -25655,7 +25917,7 @@ class VirtualNetworkClient(object):
25655
25917
  :rtype: :class:`~oci.response.Response`
25656
25918
 
25657
25919
  :example:
25658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
25920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
25659
25921
  """
25660
25922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25661
25923
  required_arguments = ['drgAttachmentId']
@@ -25760,7 +26022,7 @@ class VirtualNetworkClient(object):
25760
26022
  :rtype: :class:`~oci.response.Response`
25761
26023
 
25762
26024
  :example:
25763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
26025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
25764
26026
  """
25765
26027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25766
26028
  required_arguments = ['drgRouteDistributionId']
@@ -25860,7 +26122,7 @@ class VirtualNetworkClient(object):
25860
26122
  :rtype: :class:`~oci.response.Response`
25861
26123
 
25862
26124
  :example:
25863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
26125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
25864
26126
  """
25865
26127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25866
26128
  required_arguments = ['drgRouteDistributionId']
@@ -25953,7 +26215,7 @@ class VirtualNetworkClient(object):
25953
26215
  :rtype: :class:`~oci.response.Response`
25954
26216
 
25955
26217
  :example:
25956
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
26218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
25957
26219
  """
25958
26220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25959
26221
  required_arguments = ['drgRouteTableId']
@@ -26051,7 +26313,7 @@ class VirtualNetworkClient(object):
26051
26313
  :rtype: :class:`~oci.response.Response`
26052
26314
 
26053
26315
  :example:
26054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
26316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
26055
26317
  """
26056
26318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26057
26319
  required_arguments = ['drgRouteTableId']
@@ -26160,7 +26422,7 @@ class VirtualNetworkClient(object):
26160
26422
  :rtype: :class:`~oci.response.Response`
26161
26423
 
26162
26424
  :example:
26163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
26425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
26164
26426
  """
26165
26427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26166
26428
  required_arguments = ['igId']
@@ -26268,7 +26530,7 @@ class VirtualNetworkClient(object):
26268
26530
  :rtype: :class:`~oci.response.Response`
26269
26531
 
26270
26532
  :example:
26271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
26533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
26272
26534
  """
26273
26535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26274
26536
  required_arguments = ['ipscId']
@@ -26395,7 +26657,7 @@ class VirtualNetworkClient(object):
26395
26657
  :rtype: :class:`~oci.response.Response`
26396
26658
 
26397
26659
  :example:
26398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
26660
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
26399
26661
  """
26400
26662
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26401
26663
  required_arguments = ['ipscId', 'tunnelId']
@@ -26512,7 +26774,7 @@ class VirtualNetworkClient(object):
26512
26774
  :rtype: :class:`~oci.response.Response`
26513
26775
 
26514
26776
  :example:
26515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_ip_sec_connection_tunnel_shared_secret.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel_shared_secret API.
26777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_ip_sec_connection_tunnel_shared_secret.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel_shared_secret API.
26516
26778
  """
26517
26779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26518
26780
  required_arguments = ['ipscId', 'tunnelId']
@@ -26632,7 +26894,7 @@ class VirtualNetworkClient(object):
26632
26894
  :rtype: :class:`~oci.response.Response`
26633
26895
 
26634
26896
  :example:
26635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
26897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
26636
26898
  """
26637
26899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26638
26900
  required_arguments = ['ipv6Id']
@@ -26739,7 +27001,7 @@ class VirtualNetworkClient(object):
26739
27001
  :rtype: :class:`~oci.response.Response`
26740
27002
 
26741
27003
  :example:
26742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
27004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
26743
27005
  """
26744
27006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26745
27007
  required_arguments = ['localPeeringGatewayId']
@@ -26844,7 +27106,7 @@ class VirtualNetworkClient(object):
26844
27106
  :rtype: :class:`~oci.response.Response`
26845
27107
 
26846
27108
  :example:
26847
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
27109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
26848
27110
  """
26849
27111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26850
27112
  required_arguments = ['natGatewayId']
@@ -26965,7 +27227,7 @@ class VirtualNetworkClient(object):
26965
27227
  :rtype: :class:`~oci.response.Response`
26966
27228
 
26967
27229
  :example:
26968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
27230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
26969
27231
  """
26970
27232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26971
27233
  required_arguments = ['networkSecurityGroupId']
@@ -27066,7 +27328,7 @@ class VirtualNetworkClient(object):
27066
27328
  :rtype: :class:`~oci.response.Response`
27067
27329
 
27068
27330
  :example:
27069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_network_security_group_security_rules.py.html>`__ to see an example of how to use update_network_security_group_security_rules API.
27331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_network_security_group_security_rules.py.html>`__ to see an example of how to use update_network_security_group_security_rules API.
27070
27332
  """
27071
27333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27072
27334
  required_arguments = ['networkSecurityGroupId']
@@ -27175,7 +27437,7 @@ class VirtualNetworkClient(object):
27175
27437
  :rtype: :class:`~oci.response.Response`
27176
27438
 
27177
27439
  :example:
27178
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
27440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
27179
27441
  """
27180
27442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27181
27443
  required_arguments = ['privateIpId']
@@ -27321,7 +27583,7 @@ class VirtualNetworkClient(object):
27321
27583
  :rtype: :class:`~oci.response.Response`
27322
27584
 
27323
27585
  :example:
27324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
27586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
27325
27587
  """
27326
27588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27327
27589
  required_arguments = ['publicIpId']
@@ -27430,7 +27692,7 @@ class VirtualNetworkClient(object):
27430
27692
  :rtype: :class:`~oci.response.Response`
27431
27693
 
27432
27694
  :example:
27433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
27695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
27434
27696
  """
27435
27697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27436
27698
  required_arguments = ['publicIpPoolId']
@@ -27537,7 +27799,7 @@ class VirtualNetworkClient(object):
27537
27799
  :rtype: :class:`~oci.response.Response`
27538
27800
 
27539
27801
  :example:
27540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
27802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
27541
27803
  """
27542
27804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27543
27805
  required_arguments = ['remotePeeringConnectionId']
@@ -27647,7 +27909,7 @@ class VirtualNetworkClient(object):
27647
27909
  :rtype: :class:`~oci.response.Response`
27648
27910
 
27649
27911
  :example:
27650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
27912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
27651
27913
  """
27652
27914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27653
27915
  required_arguments = ['rtId']
@@ -27756,7 +28018,7 @@ class VirtualNetworkClient(object):
27756
28018
  :rtype: :class:`~oci.response.Response`
27757
28019
 
27758
28020
  :example:
27759
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
28021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
27760
28022
  """
27761
28023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27762
28024
  required_arguments = ['securityListId']
@@ -27862,7 +28124,7 @@ class VirtualNetworkClient(object):
27862
28124
  :rtype: :class:`~oci.response.Response`
27863
28125
 
27864
28126
  :example:
27865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
28127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
27866
28128
  """
27867
28129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27868
28130
  required_arguments = ['serviceGatewayId']
@@ -27967,7 +28229,7 @@ class VirtualNetworkClient(object):
27967
28229
  :rtype: :class:`~oci.response.Response`
27968
28230
 
27969
28231
  :example:
27970
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
28232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
27971
28233
  """
27972
28234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27973
28235
  required_arguments = ['subnetId']
@@ -28090,7 +28352,7 @@ class VirtualNetworkClient(object):
28090
28352
  :rtype: :class:`~oci.response.Response`
28091
28353
 
28092
28354
  :example:
28093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
28355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
28094
28356
  """
28095
28357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28096
28358
  required_arguments = ['ipscId', 'tunnelId']
@@ -28203,7 +28465,7 @@ class VirtualNetworkClient(object):
28203
28465
  :rtype: :class:`~oci.response.Response`
28204
28466
 
28205
28467
  :example:
28206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
28468
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
28207
28469
  """
28208
28470
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28209
28471
  required_arguments = ['vcnId']
@@ -28333,7 +28595,7 @@ class VirtualNetworkClient(object):
28333
28595
  :rtype: :class:`~oci.response.Response`
28334
28596
 
28335
28597
  :example:
28336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
28598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
28337
28599
  """
28338
28600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28339
28601
  required_arguments = ['virtualCircuitId']
@@ -28445,7 +28707,7 @@ class VirtualNetworkClient(object):
28445
28707
  :rtype: :class:`~oci.response.Response`
28446
28708
 
28447
28709
  :example:
28448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
28710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
28449
28711
  """
28450
28712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28451
28713
  required_arguments = ['vlanId']
@@ -28552,7 +28814,7 @@ class VirtualNetworkClient(object):
28552
28814
  :rtype: :class:`~oci.response.Response`
28553
28815
 
28554
28816
  :example:
28555
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
28817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
28556
28818
  """
28557
28819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28558
28820
  required_arguments = ['vnicId']
@@ -28661,7 +28923,7 @@ class VirtualNetworkClient(object):
28661
28923
  :rtype: :class:`~oci.response.Response`
28662
28924
 
28663
28925
  :example:
28664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
28926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
28665
28927
  """
28666
28928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28667
28929
  required_arguments = ['vtapId']
@@ -28772,7 +29034,7 @@ class VirtualNetworkClient(object):
28772
29034
  :rtype: :class:`~oci.response.Response`
28773
29035
 
28774
29036
  :example:
28775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
29037
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
28776
29038
  """
28777
29039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28778
29040
  required_arguments = ['drgId']
@@ -28887,7 +29149,7 @@ class VirtualNetworkClient(object):
28887
29149
  :rtype: :class:`~oci.response.Response`
28888
29150
 
28889
29151
  :example:
28890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/validate_byoasn.py.html>`__ to see an example of how to use validate_byoasn API.
29152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/validate_byoasn.py.html>`__ to see an example of how to use validate_byoasn API.
28891
29153
  """
28892
29154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28893
29155
  required_arguments = ['byoasnId']
@@ -28994,7 +29256,7 @@ class VirtualNetworkClient(object):
28994
29256
  :rtype: :class:`~oci.response.Response`
28995
29257
 
28996
29258
  :example:
28997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
29259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
28998
29260
  """
28999
29261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29000
29262
  required_arguments = ['byoipRangeId']
@@ -29091,7 +29353,7 @@ class VirtualNetworkClient(object):
29091
29353
  :rtype: :class:`~oci.response.Response`
29092
29354
 
29093
29355
  :example:
29094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
29356
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
29095
29357
  """
29096
29358
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29097
29359
  required_arguments = ['byoipRangeId']