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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +10 -10
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  21. oci/apm_traces/attributes_client.py +8 -8
  22. oci/apm_traces/query_client.py +2 -2
  23. oci/apm_traces/trace_client.py +4 -4
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +56 -56
  30. oci/bds/models/__init__.py +6 -0
  31. oci/bds/models/batching_based_patching_configs.py +144 -0
  32. oci/bds/models/downtime_based_patching_configs.py +51 -0
  33. oci/bds/models/install_os_patch_details.py +29 -2
  34. oci/bds/models/node.py +64 -2
  35. oci/bds/models/patching_configs.py +109 -0
  36. oci/bds/models/work_request_error.py +4 -4
  37. oci/blockchain/blockchain_platform_client.py +27 -27
  38. oci/budget/budget_client.py +10 -10
  39. oci/capacity_management/capacity_management_client.py +19 -19
  40. oci/certificates/certificates_client.py +5 -5
  41. oci/certificates_management/certificates_management_client.py +32 -32
  42. oci/cims/incident_client.py +8 -8
  43. oci/cims/user_client.py +1 -1
  44. oci/cloud_bridge/common_client.py +5 -5
  45. oci/cloud_bridge/discovery_client.py +14 -14
  46. oci/cloud_bridge/inventory_client.py +16 -16
  47. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  48. oci/cloud_guard/cloud_guard_client.py +155 -155
  49. oci/cloud_migrations/migration_client.py +43 -43
  50. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  51. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  52. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  53. oci/compute_instance_agent/plugin_client.py +2 -2
  54. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  55. oci/container_engine/container_engine_client.py +44 -44
  56. oci/container_instances/container_instance_client.py +18 -18
  57. oci/core/blockstorage_client.py +60 -60
  58. oci/core/compute_client.py +99 -99
  59. oci/core/compute_management_client.py +32 -32
  60. oci/core/models/__init__.py +32 -0
  61. oci/core/models/get_ip_inventory_vcn_overlap_details.py +107 -0
  62. oci/core/models/inventory_ip_address_summary.py +169 -0
  63. oci/core/models/inventory_resource_summary.py +212 -0
  64. oci/core/models/inventory_subnet_cidr_block_summary.py +103 -0
  65. oci/core/models/inventory_subnet_summary.py +309 -0
  66. oci/core/models/inventory_vcn_cidr_block_summary.py +103 -0
  67. oci/core/models/inventory_vcn_summary.py +309 -0
  68. oci/core/models/ip_inventory_cidr_utilization_collection.py +202 -0
  69. oci/core/models/ip_inventory_cidr_utilization_summary.py +134 -0
  70. oci/core/models/ip_inventory_collection.py +202 -0
  71. oci/core/models/ip_inventory_subnet_resource_collection.py +202 -0
  72. oci/core/models/ip_inventory_subnet_resource_summary.py +477 -0
  73. oci/core/models/ip_inventory_vcn_overlap_collection.py +171 -0
  74. oci/core/models/ip_inventory_vcn_overlap_summary.py +169 -0
  75. oci/core/models/ipam.py +73 -0
  76. oci/core/models/list_ip_inventory_details.py +494 -0
  77. oci/core/virtual_network_client.py +744 -242
  78. oci/core/virtual_network_client_composite_operations.py +77 -0
  79. oci/dashboard_service/dashboard_client.py +6 -6
  80. oci/dashboard_service/dashboard_group_client.py +6 -6
  81. oci/data_catalog/data_catalog_client.py +149 -149
  82. oci/data_flow/data_flow_client.py +42 -42
  83. oci/data_integration/data_integration_client.py +163 -163
  84. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  85. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  86. oci/data_safe/data_safe_client.py +278 -278
  87. oci/data_science/data_science_client.py +91 -91
  88. oci/database/database_client.py +333 -333
  89. oci/database/models/__init__.py +4 -0
  90. oci/database/models/cloud_exadata_infrastructure.py +33 -2
  91. oci/database/models/cloud_exadata_infrastructure_summary.py +33 -2
  92. oci/database/models/cloud_vm_cluster.py +33 -2
  93. oci/database/models/cloud_vm_cluster_summary.py +33 -2
  94. oci/database/models/create_cloud_vm_cluster_details.py +33 -2
  95. oci/database/models/defined_file_system_configuration.py +165 -0
  96. oci/database/models/file_system_configuration_detail.py +103 -0
  97. oci/database/models/update_cloud_vm_cluster_details.py +33 -2
  98. oci/database_management/db_management_client.py +206 -206
  99. oci/database_management/diagnosability_client.py +4 -4
  100. oci/database_management/managed_my_sql_databases_client.py +7 -7
  101. oci/database_management/perfhub_client.py +1 -1
  102. oci/database_management/sql_tuning_client.py +17 -17
  103. oci/database_migration/database_migration_client.py +41 -41
  104. oci/database_tools/database_tools_client.py +23 -23
  105. oci/desktops/desktop_service_client.py +21 -21
  106. oci/devops/devops_client.py +89 -89
  107. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  108. oci/disaster_recovery/models/dr_plan_group.py +44 -3
  109. oci/disaster_recovery/models/dr_plan_group_execution.py +7 -3
  110. oci/disaster_recovery/models/update_dr_plan_group_details.py +44 -3
  111. oci/disaster_recovery/models/update_dr_plan_step_details.py +6 -0
  112. oci/dns/dns_client.py +52 -52
  113. oci/dts/appliance_export_job_client.py +6 -6
  114. oci/dts/shipping_vendors_client.py +1 -1
  115. oci/dts/transfer_appliance_client.py +8 -8
  116. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  117. oci/dts/transfer_device_client.py +5 -5
  118. oci/dts/transfer_job_client.py +6 -6
  119. oci/dts/transfer_package_client.py +7 -7
  120. oci/em_warehouse/em_data_lake_client.py +13 -13
  121. oci/em_warehouse/em_warehouse_client.py +13 -13
  122. oci/email/email_client.py +26 -26
  123. oci/email_data_plane/email_dp_client.py +1 -1
  124. oci/events/events_client.py +6 -6
  125. oci/file_storage/file_storage_client.py +50 -50
  126. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  127. oci/functions/functions_invoke_client.py +1 -1
  128. oci/functions/functions_management_client.py +16 -16
  129. oci/fusion_apps/data_masking_activity_client.py +3 -3
  130. oci/fusion_apps/fusion_applications_client.py +39 -39
  131. oci/fusion_apps/fusion_environment_client.py +15 -15
  132. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  133. oci/fusion_apps/refresh_activity_client.py +4 -4
  134. oci/fusion_apps/scheduled_activity_client.py +2 -2
  135. oci/fusion_apps/service_attachment_client.py +2 -2
  136. oci/generative_ai/generative_ai_client.py +22 -22
  137. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  138. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  139. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  140. oci/golden_gate/golden_gate_client.py +61 -61
  141. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  142. oci/governance_rules_control_plane/work_request_client.py +5 -5
  143. oci/healthchecks/health_checks_client.py +17 -17
  144. oci/identity/identity_client.py +145 -145
  145. oci/identity_data_plane/dataplane_client.py +2 -2
  146. oci/identity_domains/identity_domains_client.py +300 -300
  147. oci/integration/integration_instance_client.py +15 -15
  148. oci/jms/java_management_service_client.py +66 -66
  149. oci/jms_java_downloads/java_download_client.py +25 -25
  150. oci/key_management/ekm_client.py +5 -5
  151. oci/key_management/kms_crypto_client.py +6 -6
  152. oci/key_management/kms_hsm_cluster_client.py +12 -12
  153. oci/key_management/kms_management_client.py +21 -21
  154. oci/key_management/kms_vault_client.py +14 -14
  155. oci/license_manager/license_manager_client.py +18 -18
  156. oci/limits/limits_client.py +4 -4
  157. oci/limits/quotas_client.py +7 -7
  158. oci/load_balancer/load_balancer_client.py +62 -61
  159. oci/load_balancer/models/__init__.py +4 -0
  160. oci/load_balancer/models/add_http_request_header_rule.py +1 -1
  161. oci/load_balancer/models/add_http_response_header_rule.py +1 -1
  162. oci/load_balancer/models/allow_rule.py +1 -1
  163. oci/load_balancer/models/backend.py +35 -0
  164. oci/load_balancer/models/backend_details.py +35 -0
  165. oci/load_balancer/models/backend_set.py +37 -0
  166. oci/load_balancer/models/backend_set_details.py +37 -0
  167. oci/load_balancer/models/control_access_using_http_methods_rule.py +1 -1
  168. oci/load_balancer/models/create_backend_details.py +35 -0
  169. oci/load_balancer/models/create_backend_set_details.py +37 -0
  170. oci/load_balancer/models/create_load_balancer_details.py +47 -2
  171. oci/load_balancer/models/create_ssl_cipher_suite_details.py +25 -25
  172. oci/load_balancer/models/extend_http_request_header_value_rule.py +1 -1
  173. oci/load_balancer/models/extend_http_response_header_value_rule.py +1 -1
  174. oci/load_balancer/models/http_header_rule.py +1 -1
  175. oci/load_balancer/models/ip_based_max_connections_rule.py +118 -0
  176. oci/load_balancer/models/ip_max_connections.py +105 -0
  177. oci/load_balancer/models/load_balancer.py +45 -0
  178. oci/load_balancer/models/redirect_rule.py +1 -1
  179. oci/load_balancer/models/remove_http_request_header_rule.py +1 -1
  180. oci/load_balancer/models/remove_http_response_header_rule.py +1 -1
  181. oci/load_balancer/models/reserved_ip.py +22 -0
  182. oci/load_balancer/models/rule.py +11 -3
  183. oci/load_balancer/models/ssl_cipher_suite.py +25 -25
  184. oci/load_balancer/models/ssl_cipher_suite_details.py +25 -25
  185. oci/load_balancer/models/update_backend_details.py +35 -0
  186. oci/load_balancer/models/update_backend_set_details.py +37 -0
  187. oci/load_balancer/models/update_load_balancer_details.py +47 -0
  188. oci/load_balancer/models/update_load_balancer_shape_details.py +2 -2
  189. oci/load_balancer/models/update_ssl_cipher_suite_details.py +10 -10
  190. oci/lockbox/lockbox_client.py +24 -24
  191. oci/log_analytics/log_analytics_client.py +193 -193
  192. oci/logging/logging_management_client.py +30 -30
  193. oci/loggingingestion/logging_client.py +1 -1
  194. oci/loggingsearch/log_search_client.py +1 -1
  195. oci/management_agent/management_agent_client.py +28 -28
  196. oci/management_dashboard/dashx_apis_client.py +14 -14
  197. oci/marketplace/account_client.py +2 -2
  198. oci/marketplace/marketplace_client.py +30 -30
  199. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  200. oci/media_services/media_services_client.py +60 -60
  201. oci/media_services/media_stream_client.py +2 -2
  202. oci/monitoring/monitoring_client.py +18 -18
  203. oci/mysql/channels_client.py +7 -7
  204. oci/mysql/db_backups_client.py +6 -6
  205. oci/mysql/db_system_client.py +17 -17
  206. oci/mysql/mysqlaas_client.py +7 -7
  207. oci/mysql/replicas_client.py +5 -5
  208. oci/mysql/work_requests_client.py +4 -4
  209. oci/network_firewall/network_firewall_client.py +80 -80
  210. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  211. oci/nosql/nosql_client.py +24 -24
  212. oci/object_storage/object_storage_client.py +50 -50
  213. oci/oce/oce_instance_client.py +10 -10
  214. oci/oci_control_center/occ_metrics_client.py +3 -3
  215. oci/ocvp/cluster_client.py +5 -5
  216. oci/ocvp/esxi_host_client.py +8 -8
  217. oci/ocvp/sddc_client.py +14 -14
  218. oci/ocvp/work_request_client.py +4 -4
  219. oci/oda/management_client.py +59 -59
  220. oci/oda/oda_client.py +17 -17
  221. oci/oda/odapackage_client.py +7 -7
  222. oci/onesubscription/billing_schedule_client.py +1 -1
  223. oci/onesubscription/commitment_client.py +2 -2
  224. oci/onesubscription/computed_usage_client.py +3 -3
  225. oci/onesubscription/invoice_summary_client.py +2 -2
  226. oci/onesubscription/organization_subscription_client.py +1 -1
  227. oci/onesubscription/ratecard_client.py +1 -1
  228. oci/onesubscription/subscribed_service_client.py +2 -2
  229. oci/onesubscription/subscription_client.py +1 -1
  230. oci/ons/notification_control_plane_client.py +6 -6
  231. oci/ons/notification_data_plane_client.py +10 -10
  232. oci/opa/opa_instance_client.py +13 -13
  233. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  234. oci/opensearch/opensearch_cluster_client.py +14 -14
  235. oci/operator_access_control/access_requests_client.py +10 -10
  236. oci/operator_access_control/operator_actions_client.py +2 -2
  237. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  238. oci/operator_access_control/operator_control_client.py +6 -6
  239. oci/opsi/operations_insights_client.py +175 -175
  240. oci/optimizer/optimizer_client.py +26 -26
  241. oci/os_management/event_client.py +8 -8
  242. oci/os_management/os_management_client.py +69 -69
  243. oci/os_management_hub/event_client.py +8 -8
  244. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  245. oci/os_management_hub/managed_instance_client.py +31 -31
  246. oci/os_management_hub/managed_instance_group_client.py +25 -25
  247. oci/os_management_hub/management_station_client.py +10 -10
  248. oci/os_management_hub/onboarding_client.py +6 -6
  249. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  250. oci/os_management_hub/scheduled_job_client.py +7 -7
  251. oci/os_management_hub/software_source_client.py +27 -27
  252. oci/os_management_hub/work_request_client.py +4 -4
  253. oci/osp_gateway/address_rule_service_client.py +1 -1
  254. oci/osp_gateway/address_service_client.py +2 -2
  255. oci/osp_gateway/invoice_service_client.py +5 -5
  256. oci/osp_gateway/subscription_service_client.py +5 -5
  257. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  258. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  259. oci/osub_subscription/commitment_client.py +2 -2
  260. oci/osub_subscription/ratecard_client.py +1 -1
  261. oci/osub_subscription/subscription_client.py +1 -1
  262. oci/osub_usage/computed_usage_client.py +3 -3
  263. oci/psql/postgresql_client.py +33 -33
  264. oci/queue/queue_admin_client.py +11 -11
  265. oci/queue/queue_client.py +8 -8
  266. oci/recovery/database_recovery_client.py +25 -25
  267. oci/redis/redis_cluster_client.py +11 -11
  268. oci/resource_manager/resource_manager_client.py +52 -52
  269. oci/resource_search/resource_search_client.py +3 -3
  270. oci/rover/rover_bundle_client.py +8 -8
  271. oci/rover/rover_cluster_client.py +8 -8
  272. oci/rover/rover_entitlement_client.py +6 -6
  273. oci/rover/rover_node_client.py +15 -15
  274. oci/rover/shape_client.py +1 -1
  275. oci/rover/work_requests_client.py +5 -5
  276. oci/sch/connector_plugins_client.py +2 -2
  277. oci/sch/service_connector_client.py +12 -12
  278. oci/secrets/secrets_client.py +3 -3
  279. oci/service_catalog/service_catalog_client.py +26 -26
  280. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  281. oci/service_mesh/service_mesh_client.py +48 -48
  282. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  283. oci/streaming/stream_admin_client.py +18 -18
  284. oci/streaming/stream_client.py +8 -8
  285. oci/tenant_manager_control_plane/domain_client.py +5 -5
  286. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  287. oci/tenant_manager_control_plane/governance_client.py +2 -2
  288. oci/tenant_manager_control_plane/link_client.py +3 -3
  289. oci/tenant_manager_control_plane/orders_client.py +2 -2
  290. oci/tenant_manager_control_plane/organization_client.py +10 -10
  291. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  292. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  293. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  294. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  295. oci/threat_intelligence/threatintel_client.py +5 -5
  296. oci/usage/resources_client.py +2 -2
  297. oci/usage/rewards_client.py +6 -6
  298. oci/usage/usagelimits_client.py +1 -1
  299. oci/usage_api/usageapi_client.py +33 -33
  300. oci/vault/vaults_client.py +13 -13
  301. oci/vbs_inst/vbs_instance_client.py +10 -10
  302. oci/version.py +1 -1
  303. oci/visual_builder/vb_instance_client.py +13 -13
  304. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  305. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  306. oci/waa/waa_client.py +13 -13
  307. oci/waa/work_request_client.py +4 -4
  308. oci/waas/redirect_client.py +6 -6
  309. oci/waas/waas_client.py +66 -66
  310. oci/waf/waf_client.py +24 -24
  311. oci/work_requests/work_request_client.py +4 -4
  312. {oci-2.126.1.dist-info → oci-2.126.2.dist-info}/METADATA +1 -1
  313. {oci-2.126.1.dist-info → oci-2.126.2.dist-info}/RECORD +317 -294
  314. {oci-2.126.1.dist-info → oci-2.126.2.dist-info}/LICENSE.txt +0 -0
  315. {oci-2.126.1.dist-info → oci-2.126.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  316. {oci-2.126.1.dist-info → oci-2.126.2.dist-info}/WHEEL +0 -0
  317. {oci-2.126.1.dist-info → oci-2.126.2.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.126.1/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.126.2/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.126.1/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.126.2/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.126.1/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.126.2/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.126.1/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.126.2/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.126.1/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.126.2/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.126.1/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.126.2/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.126.1/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.126.2/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.126.1/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.126.2/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.126.1/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.126.2/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.126.1/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.126.2/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.126.1/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.126.2/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']
@@ -1347,7 +1347,7 @@ class VirtualNetworkClient(object):
1347
1347
  :rtype: :class:`~oci.response.Response`
1348
1348
 
1349
1349
  :example:
1350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_byoip_range_compartment.py.html>`__ to see an example of how to use change_byoip_range_compartment API.
1350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_byoip_range_compartment.py.html>`__ to see an example of how to use change_byoip_range_compartment API.
1351
1351
  """
1352
1352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1353
1353
  required_arguments = ['byoipRangeId']
@@ -1468,7 +1468,7 @@ class VirtualNetworkClient(object):
1468
1468
  :rtype: :class:`~oci.response.Response`
1469
1469
 
1470
1470
  :example:
1471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_capture_filter_compartment.py.html>`__ to see an example of how to use change_capture_filter_compartment API.
1471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_capture_filter_compartment.py.html>`__ to see an example of how to use change_capture_filter_compartment API.
1472
1472
  """
1473
1473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1474
1474
  required_arguments = ['captureFilterId']
@@ -1586,7 +1586,7 @@ class VirtualNetworkClient(object):
1586
1586
  :rtype: :class:`~oci.response.Response`
1587
1587
 
1588
1588
  :example:
1589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_cpe_compartment.py.html>`__ to see an example of how to use change_cpe_compartment API.
1589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_cpe_compartment.py.html>`__ to see an example of how to use change_cpe_compartment API.
1590
1590
  """
1591
1591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1592
1592
  required_arguments = ['cpeId']
@@ -1704,7 +1704,7 @@ class VirtualNetworkClient(object):
1704
1704
  :rtype: :class:`~oci.response.Response`
1705
1705
 
1706
1706
  :example:
1707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_cross_connect_compartment.py.html>`__ to see an example of how to use change_cross_connect_compartment API.
1707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_cross_connect_compartment.py.html>`__ to see an example of how to use change_cross_connect_compartment API.
1708
1708
  """
1709
1709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1710
1710
  required_arguments = ['crossConnectId']
@@ -1822,7 +1822,7 @@ class VirtualNetworkClient(object):
1822
1822
  :rtype: :class:`~oci.response.Response`
1823
1823
 
1824
1824
  :example:
1825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_cross_connect_group_compartment.py.html>`__ to see an example of how to use change_cross_connect_group_compartment API.
1825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_cross_connect_group_compartment.py.html>`__ to see an example of how to use change_cross_connect_group_compartment API.
1826
1826
  """
1827
1827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1828
1828
  required_arguments = ['crossConnectGroupId']
@@ -1940,7 +1940,7 @@ class VirtualNetworkClient(object):
1940
1940
  :rtype: :class:`~oci.response.Response`
1941
1941
 
1942
1942
  :example:
1943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_dhcp_options_compartment.py.html>`__ to see an example of how to use change_dhcp_options_compartment API.
1943
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_dhcp_options_compartment.py.html>`__ to see an example of how to use change_dhcp_options_compartment API.
1944
1944
  """
1945
1945
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1946
1946
  required_arguments = ['dhcpId']
@@ -2056,7 +2056,7 @@ class VirtualNetworkClient(object):
2056
2056
  :rtype: :class:`~oci.response.Response`
2057
2057
 
2058
2058
  :example:
2059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_drg_compartment.py.html>`__ to see an example of how to use change_drg_compartment API.
2059
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_drg_compartment.py.html>`__ to see an example of how to use change_drg_compartment API.
2060
2060
  """
2061
2061
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2062
2062
  required_arguments = ['drgId']
@@ -2172,7 +2172,7 @@ class VirtualNetworkClient(object):
2172
2172
  :rtype: :class:`~oci.response.Response`
2173
2173
 
2174
2174
  :example:
2175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_internet_gateway_compartment.py.html>`__ to see an example of how to use change_internet_gateway_compartment API.
2175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_internet_gateway_compartment.py.html>`__ to see an example of how to use change_internet_gateway_compartment API.
2176
2176
  """
2177
2177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2178
2178
  required_arguments = ['igId']
@@ -2288,7 +2288,7 @@ class VirtualNetworkClient(object):
2288
2288
  :rtype: :class:`~oci.response.Response`
2289
2289
 
2290
2290
  :example:
2291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_ip_sec_connection_compartment.py.html>`__ to see an example of how to use change_ip_sec_connection_compartment API.
2291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_ip_sec_connection_compartment.py.html>`__ to see an example of how to use change_ip_sec_connection_compartment API.
2292
2292
  """
2293
2293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2294
2294
  required_arguments = ['ipscId']
@@ -2406,7 +2406,7 @@ class VirtualNetworkClient(object):
2406
2406
  :rtype: :class:`~oci.response.Response`
2407
2407
 
2408
2408
  :example:
2409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_local_peering_gateway_compartment.py.html>`__ to see an example of how to use change_local_peering_gateway_compartment API.
2409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_local_peering_gateway_compartment.py.html>`__ to see an example of how to use change_local_peering_gateway_compartment API.
2410
2410
  """
2411
2411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2412
2412
  required_arguments = ['localPeeringGatewayId']
@@ -2522,7 +2522,7 @@ class VirtualNetworkClient(object):
2522
2522
  :rtype: :class:`~oci.response.Response`
2523
2523
 
2524
2524
  :example:
2525
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_nat_gateway_compartment.py.html>`__ to see an example of how to use change_nat_gateway_compartment API.
2525
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_nat_gateway_compartment.py.html>`__ to see an example of how to use change_nat_gateway_compartment API.
2526
2526
  """
2527
2527
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2528
2528
  required_arguments = ['natGatewayId']
@@ -2637,7 +2637,7 @@ class VirtualNetworkClient(object):
2637
2637
  :rtype: :class:`~oci.response.Response`
2638
2638
 
2639
2639
  :example:
2640
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_network_security_group_compartment.py.html>`__ to see an example of how to use change_network_security_group_compartment API.
2640
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_network_security_group_compartment.py.html>`__ to see an example of how to use change_network_security_group_compartment API.
2641
2641
  """
2642
2642
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2643
2643
  required_arguments = ['networkSecurityGroupId']
@@ -2756,7 +2756,7 @@ class VirtualNetworkClient(object):
2756
2756
  :rtype: :class:`~oci.response.Response`
2757
2757
 
2758
2758
  :example:
2759
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_public_ip_compartment.py.html>`__ to see an example of how to use change_public_ip_compartment API.
2759
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_public_ip_compartment.py.html>`__ to see an example of how to use change_public_ip_compartment API.
2760
2760
  """
2761
2761
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2762
2762
  required_arguments = ['publicIpId']
@@ -2872,7 +2872,7 @@ class VirtualNetworkClient(object):
2872
2872
  :rtype: :class:`~oci.response.Response`
2873
2873
 
2874
2874
  :example:
2875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_public_ip_pool_compartment.py.html>`__ to see an example of how to use change_public_ip_pool_compartment API.
2875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_public_ip_pool_compartment.py.html>`__ to see an example of how to use change_public_ip_pool_compartment API.
2876
2876
  """
2877
2877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2878
2878
  required_arguments = ['publicIpPoolId']
@@ -2988,7 +2988,7 @@ class VirtualNetworkClient(object):
2988
2988
  :rtype: :class:`~oci.response.Response`
2989
2989
 
2990
2990
  :example:
2991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_remote_peering_connection_compartment.py.html>`__ to see an example of how to use change_remote_peering_connection_compartment API.
2991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_remote_peering_connection_compartment.py.html>`__ to see an example of how to use change_remote_peering_connection_compartment API.
2992
2992
  """
2993
2993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2994
2994
  required_arguments = ['remotePeeringConnectionId']
@@ -3106,7 +3106,7 @@ class VirtualNetworkClient(object):
3106
3106
  :rtype: :class:`~oci.response.Response`
3107
3107
 
3108
3108
  :example:
3109
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_route_table_compartment.py.html>`__ to see an example of how to use change_route_table_compartment API.
3109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_route_table_compartment.py.html>`__ to see an example of how to use change_route_table_compartment API.
3110
3110
  """
3111
3111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3112
3112
  required_arguments = ['rtId']
@@ -3222,7 +3222,7 @@ class VirtualNetworkClient(object):
3222
3222
  :rtype: :class:`~oci.response.Response`
3223
3223
 
3224
3224
  :example:
3225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_security_list_compartment.py.html>`__ to see an example of how to use change_security_list_compartment API.
3225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_security_list_compartment.py.html>`__ to see an example of how to use change_security_list_compartment API.
3226
3226
  """
3227
3227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3228
3228
  required_arguments = ['securityListId']
@@ -3338,7 +3338,7 @@ class VirtualNetworkClient(object):
3338
3338
  :rtype: :class:`~oci.response.Response`
3339
3339
 
3340
3340
  :example:
3341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_service_gateway_compartment.py.html>`__ to see an example of how to use change_service_gateway_compartment API.
3341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_service_gateway_compartment.py.html>`__ to see an example of how to use change_service_gateway_compartment API.
3342
3342
  """
3343
3343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3344
3344
  required_arguments = ['serviceGatewayId']
@@ -3454,7 +3454,7 @@ class VirtualNetworkClient(object):
3454
3454
  :rtype: :class:`~oci.response.Response`
3455
3455
 
3456
3456
  :example:
3457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_subnet_compartment.py.html>`__ to see an example of how to use change_subnet_compartment API.
3457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_subnet_compartment.py.html>`__ to see an example of how to use change_subnet_compartment API.
3458
3458
  """
3459
3459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3460
3460
  required_arguments = ['subnetId']
@@ -3570,7 +3570,7 @@ class VirtualNetworkClient(object):
3570
3570
  :rtype: :class:`~oci.response.Response`
3571
3571
 
3572
3572
  :example:
3573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_vcn_compartment.py.html>`__ to see an example of how to use change_vcn_compartment API.
3573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_vcn_compartment.py.html>`__ to see an example of how to use change_vcn_compartment API.
3574
3574
  """
3575
3575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3576
3576
  required_arguments = ['vcnId']
@@ -3686,7 +3686,7 @@ class VirtualNetworkClient(object):
3686
3686
  :rtype: :class:`~oci.response.Response`
3687
3687
 
3688
3688
  :example:
3689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_virtual_circuit_compartment.py.html>`__ to see an example of how to use change_virtual_circuit_compartment API.
3689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_virtual_circuit_compartment.py.html>`__ to see an example of how to use change_virtual_circuit_compartment API.
3690
3690
  """
3691
3691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3692
3692
  required_arguments = ['virtualCircuitId']
@@ -3809,7 +3809,7 @@ class VirtualNetworkClient(object):
3809
3809
  :rtype: :class:`~oci.response.Response`
3810
3810
 
3811
3811
  :example:
3812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_vlan_compartment.py.html>`__ to see an example of how to use change_vlan_compartment API.
3812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_vlan_compartment.py.html>`__ to see an example of how to use change_vlan_compartment API.
3813
3813
  """
3814
3814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3815
3815
  required_arguments = ['vlanId']
@@ -3932,7 +3932,7 @@ class VirtualNetworkClient(object):
3932
3932
  :rtype: :class:`~oci.response.Response`
3933
3933
 
3934
3934
  :example:
3935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/change_vtap_compartment.py.html>`__ to see an example of how to use change_vtap_compartment API.
3935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/change_vtap_compartment.py.html>`__ to see an example of how to use change_vtap_compartment API.
3936
3936
  """
3937
3937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3938
3938
  required_arguments = ['vtapId']
@@ -4044,7 +4044,7 @@ class VirtualNetworkClient(object):
4044
4044
  :rtype: :class:`~oci.response.Response`
4045
4045
 
4046
4046
  :example:
4047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/connect_local_peering_gateways.py.html>`__ to see an example of how to use connect_local_peering_gateways API.
4047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/connect_local_peering_gateways.py.html>`__ to see an example of how to use connect_local_peering_gateways API.
4048
4048
  """
4049
4049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4050
4050
  required_arguments = ['localPeeringGatewayId']
@@ -4144,7 +4144,7 @@ class VirtualNetworkClient(object):
4144
4144
  :rtype: :class:`~oci.response.Response`
4145
4145
 
4146
4146
  :example:
4147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/connect_remote_peering_connections.py.html>`__ to see an example of how to use connect_remote_peering_connections API.
4147
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/connect_remote_peering_connections.py.html>`__ to see an example of how to use connect_remote_peering_connections API.
4148
4148
  """
4149
4149
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4150
4150
  required_arguments = ['remotePeeringConnectionId']
@@ -4243,7 +4243,7 @@ class VirtualNetworkClient(object):
4243
4243
  :rtype: :class:`~oci.response.Response`
4244
4244
 
4245
4245
  :example:
4246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_byoip_range.py.html>`__ to see an example of how to use create_byoip_range API.
4246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_byoip_range.py.html>`__ to see an example of how to use create_byoip_range API.
4247
4247
  """
4248
4248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4249
4249
  required_arguments = []
@@ -4352,7 +4352,7 @@ class VirtualNetworkClient(object):
4352
4352
  :rtype: :class:`~oci.response.Response`
4353
4353
 
4354
4354
  :example:
4355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_capture_filter.py.html>`__ to see an example of how to use create_capture_filter API.
4355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_capture_filter.py.html>`__ to see an example of how to use create_capture_filter API.
4356
4356
  """
4357
4357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4358
4358
  required_arguments = []
@@ -4465,7 +4465,7 @@ class VirtualNetworkClient(object):
4465
4465
  :rtype: :class:`~oci.response.Response`
4466
4466
 
4467
4467
  :example:
4468
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_cpe.py.html>`__ to see an example of how to use create_cpe API.
4468
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_cpe.py.html>`__ to see an example of how to use create_cpe API.
4469
4469
  """
4470
4470
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4471
4471
  required_arguments = []
@@ -4581,7 +4581,7 @@ class VirtualNetworkClient(object):
4581
4581
  :rtype: :class:`~oci.response.Response`
4582
4582
 
4583
4583
  :example:
4584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_cross_connect.py.html>`__ to see an example of how to use create_cross_connect API.
4584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_cross_connect.py.html>`__ to see an example of how to use create_cross_connect API.
4585
4585
  """
4586
4586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4587
4587
  required_arguments = []
@@ -4693,7 +4693,7 @@ class VirtualNetworkClient(object):
4693
4693
  :rtype: :class:`~oci.response.Response`
4694
4694
 
4695
4695
  :example:
4696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_cross_connect_group.py.html>`__ to see an example of how to use create_cross_connect_group API.
4696
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_cross_connect_group.py.html>`__ to see an example of how to use create_cross_connect_group API.
4697
4697
  """
4698
4698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4699
4699
  required_arguments = []
@@ -4801,7 +4801,7 @@ class VirtualNetworkClient(object):
4801
4801
  :rtype: :class:`~oci.response.Response`
4802
4802
 
4803
4803
  :example:
4804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_dhcp_options.py.html>`__ to see an example of how to use create_dhcp_options API.
4804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_dhcp_options.py.html>`__ to see an example of how to use create_dhcp_options API.
4805
4805
  """
4806
4806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4807
4807
  required_arguments = []
@@ -4908,7 +4908,7 @@ class VirtualNetworkClient(object):
4908
4908
  :rtype: :class:`~oci.response.Response`
4909
4909
 
4910
4910
  :example:
4911
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_drg.py.html>`__ to see an example of how to use create_drg API.
4911
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_drg.py.html>`__ to see an example of how to use create_drg API.
4912
4912
  """
4913
4913
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4914
4914
  required_arguments = []
@@ -5013,7 +5013,7 @@ class VirtualNetworkClient(object):
5013
5013
  :rtype: :class:`~oci.response.Response`
5014
5014
 
5015
5015
  :example:
5016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_drg_attachment.py.html>`__ to see an example of how to use create_drg_attachment API.
5016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_drg_attachment.py.html>`__ to see an example of how to use create_drg_attachment API.
5017
5017
  """
5018
5018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5019
5019
  required_arguments = []
@@ -5107,7 +5107,7 @@ class VirtualNetworkClient(object):
5107
5107
  :rtype: :class:`~oci.response.Response`
5108
5108
 
5109
5109
  :example:
5110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_drg_route_distribution.py.html>`__ to see an example of how to use create_drg_route_distribution API.
5110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_drg_route_distribution.py.html>`__ to see an example of how to use create_drg_route_distribution API.
5111
5111
  """
5112
5112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5113
5113
  required_arguments = []
@@ -5199,7 +5199,7 @@ class VirtualNetworkClient(object):
5199
5199
  :rtype: :class:`~oci.response.Response`
5200
5200
 
5201
5201
  :example:
5202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_drg_route_table.py.html>`__ to see an example of how to use create_drg_route_table API.
5202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_drg_route_table.py.html>`__ to see an example of how to use create_drg_route_table API.
5203
5203
  """
5204
5204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5205
5205
  required_arguments = []
@@ -5313,7 +5313,7 @@ class VirtualNetworkClient(object):
5313
5313
  :rtype: :class:`~oci.response.Response`
5314
5314
 
5315
5315
  :example:
5316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_internet_gateway.py.html>`__ to see an example of how to use create_internet_gateway API.
5316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_internet_gateway.py.html>`__ to see an example of how to use create_internet_gateway API.
5317
5317
  """
5318
5318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5319
5319
  required_arguments = []
@@ -5436,7 +5436,7 @@ class VirtualNetworkClient(object):
5436
5436
  :rtype: :class:`~oci.response.Response`
5437
5437
 
5438
5438
  :example:
5439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_ip_sec_connection.py.html>`__ to see an example of how to use create_ip_sec_connection API.
5439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_ip_sec_connection.py.html>`__ to see an example of how to use create_ip_sec_connection API.
5440
5440
  """
5441
5441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5442
5442
  required_arguments = []
@@ -5533,7 +5533,7 @@ class VirtualNetworkClient(object):
5533
5533
  :rtype: :class:`~oci.response.Response`
5534
5534
 
5535
5535
  :example:
5536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_ipv6.py.html>`__ to see an example of how to use create_ipv6 API.
5536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_ipv6.py.html>`__ to see an example of how to use create_ipv6 API.
5537
5537
  """
5538
5538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5539
5539
  required_arguments = []
@@ -5626,7 +5626,7 @@ class VirtualNetworkClient(object):
5626
5626
  :rtype: :class:`~oci.response.Response`
5627
5627
 
5628
5628
  :example:
5629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_local_peering_gateway.py.html>`__ to see an example of how to use create_local_peering_gateway API.
5629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_local_peering_gateway.py.html>`__ to see an example of how to use create_local_peering_gateway API.
5630
5630
  """
5631
5631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5632
5632
  required_arguments = []
@@ -5718,7 +5718,7 @@ class VirtualNetworkClient(object):
5718
5718
  :rtype: :class:`~oci.response.Response`
5719
5719
 
5720
5720
  :example:
5721
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_nat_gateway.py.html>`__ to see an example of how to use create_nat_gateway API.
5721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_nat_gateway.py.html>`__ to see an example of how to use create_nat_gateway API.
5722
5722
  """
5723
5723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5724
5724
  required_arguments = []
@@ -5809,7 +5809,7 @@ class VirtualNetworkClient(object):
5809
5809
  :rtype: :class:`~oci.response.Response`
5810
5810
 
5811
5811
  :example:
5812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_network_security_group.py.html>`__ to see an example of how to use create_network_security_group API.
5812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_network_security_group.py.html>`__ to see an example of how to use create_network_security_group API.
5813
5813
  """
5814
5814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5815
5815
  required_arguments = []
@@ -5904,7 +5904,7 @@ class VirtualNetworkClient(object):
5904
5904
  :rtype: :class:`~oci.response.Response`
5905
5905
 
5906
5906
  :example:
5907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_private_ip.py.html>`__ to see an example of how to use create_private_ip API.
5907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_private_ip.py.html>`__ to see an example of how to use create_private_ip API.
5908
5908
  """
5909
5909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5910
5910
  required_arguments = []
@@ -6018,7 +6018,7 @@ class VirtualNetworkClient(object):
6018
6018
  :rtype: :class:`~oci.response.Response`
6019
6019
 
6020
6020
  :example:
6021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_public_ip.py.html>`__ to see an example of how to use create_public_ip API.
6021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_public_ip.py.html>`__ to see an example of how to use create_public_ip API.
6022
6022
  """
6023
6023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6024
6024
  required_arguments = []
@@ -6113,7 +6113,7 @@ class VirtualNetworkClient(object):
6113
6113
  :rtype: :class:`~oci.response.Response`
6114
6114
 
6115
6115
  :example:
6116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_public_ip_pool.py.html>`__ to see an example of how to use create_public_ip_pool API.
6116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_public_ip_pool.py.html>`__ to see an example of how to use create_public_ip_pool API.
6117
6117
  """
6118
6118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6119
6119
  required_arguments = []
@@ -6206,7 +6206,7 @@ class VirtualNetworkClient(object):
6206
6206
  :rtype: :class:`~oci.response.Response`
6207
6207
 
6208
6208
  :example:
6209
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_remote_peering_connection.py.html>`__ to see an example of how to use create_remote_peering_connection API.
6209
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_remote_peering_connection.py.html>`__ to see an example of how to use create_remote_peering_connection API.
6210
6210
  """
6211
6211
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6212
6212
  required_arguments = []
@@ -6319,7 +6319,7 @@ class VirtualNetworkClient(object):
6319
6319
  :rtype: :class:`~oci.response.Response`
6320
6320
 
6321
6321
  :example:
6322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_route_table.py.html>`__ to see an example of how to use create_route_table API.
6322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_route_table.py.html>`__ to see an example of how to use create_route_table API.
6323
6323
  """
6324
6324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6325
6325
  required_arguments = []
@@ -6429,7 +6429,7 @@ class VirtualNetworkClient(object):
6429
6429
  :rtype: :class:`~oci.response.Response`
6430
6430
 
6431
6431
  :example:
6432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_security_list.py.html>`__ to see an example of how to use create_security_list API.
6432
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_security_list.py.html>`__ to see an example of how to use create_security_list API.
6433
6433
  """
6434
6434
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6435
6435
  required_arguments = []
@@ -6532,7 +6532,7 @@ class VirtualNetworkClient(object):
6532
6532
  :rtype: :class:`~oci.response.Response`
6533
6533
 
6534
6534
  :example:
6535
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
6535
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
6536
6536
  """
6537
6537
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6538
6538
  required_arguments = []
@@ -6663,7 +6663,7 @@ class VirtualNetworkClient(object):
6663
6663
  :rtype: :class:`~oci.response.Response`
6664
6664
 
6665
6665
  :example:
6666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
6666
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
6667
6667
  """
6668
6668
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6669
6669
  required_arguments = []
@@ -6795,7 +6795,7 @@ class VirtualNetworkClient(object):
6795
6795
  :rtype: :class:`~oci.response.Response`
6796
6796
 
6797
6797
  :example:
6798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
6798
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
6799
6799
  """
6800
6800
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6801
6801
  required_arguments = []
@@ -6912,7 +6912,7 @@ class VirtualNetworkClient(object):
6912
6912
  :rtype: :class:`~oci.response.Response`
6913
6913
 
6914
6914
  :example:
6915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
6915
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
6916
6916
  """
6917
6917
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6918
6918
  required_arguments = []
@@ -7009,7 +7009,7 @@ class VirtualNetworkClient(object):
7009
7009
  :rtype: :class:`~oci.response.Response`
7010
7010
 
7011
7011
  :example:
7012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
7012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
7013
7013
  """
7014
7014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7015
7015
  required_arguments = []
@@ -7118,7 +7118,7 @@ class VirtualNetworkClient(object):
7118
7118
  :rtype: :class:`~oci.response.Response`
7119
7119
 
7120
7120
  :example:
7121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
7121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
7122
7122
  """
7123
7123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7124
7124
  required_arguments = []
@@ -7221,7 +7221,7 @@ class VirtualNetworkClient(object):
7221
7221
  :rtype: :class:`~oci.response.Response`
7222
7222
 
7223
7223
  :example:
7224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
7224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
7225
7225
  """
7226
7226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7227
7227
  required_arguments = ['byoipRangeId']
@@ -7326,7 +7326,7 @@ class VirtualNetworkClient(object):
7326
7326
  :rtype: :class:`~oci.response.Response`
7327
7327
 
7328
7328
  :example:
7329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
7329
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
7330
7330
  """
7331
7331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7332
7332
  required_arguments = ['captureFilterId']
@@ -7428,7 +7428,7 @@ class VirtualNetworkClient(object):
7428
7428
  :rtype: :class:`~oci.response.Response`
7429
7429
 
7430
7430
  :example:
7431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
7431
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
7432
7432
  """
7433
7433
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7434
7434
  required_arguments = ['cpeId']
@@ -7529,7 +7529,7 @@ class VirtualNetworkClient(object):
7529
7529
  :rtype: :class:`~oci.response.Response`
7530
7530
 
7531
7531
  :example:
7532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
7532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
7533
7533
  """
7534
7534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7535
7535
  required_arguments = ['crossConnectId']
@@ -7631,7 +7631,7 @@ class VirtualNetworkClient(object):
7631
7631
  :rtype: :class:`~oci.response.Response`
7632
7632
 
7633
7633
  :example:
7634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
7634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
7635
7635
  """
7636
7636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7637
7637
  required_arguments = ['crossConnectGroupId']
@@ -7735,7 +7735,7 @@ class VirtualNetworkClient(object):
7735
7735
  :rtype: :class:`~oci.response.Response`
7736
7736
 
7737
7737
  :example:
7738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
7738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
7739
7739
  """
7740
7740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7741
7741
  required_arguments = ['dhcpId']
@@ -7836,7 +7836,7 @@ class VirtualNetworkClient(object):
7836
7836
  :rtype: :class:`~oci.response.Response`
7837
7837
 
7838
7838
  :example:
7839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
7839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
7840
7840
  """
7841
7841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7842
7842
  required_arguments = ['drgId']
@@ -7936,7 +7936,7 @@ class VirtualNetworkClient(object):
7936
7936
  :rtype: :class:`~oci.response.Response`
7937
7937
 
7938
7938
  :example:
7939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
7939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
7940
7940
  """
7941
7941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7942
7942
  required_arguments = ['drgAttachmentId']
@@ -8036,7 +8036,7 @@ class VirtualNetworkClient(object):
8036
8036
  :rtype: :class:`~oci.response.Response`
8037
8037
 
8038
8038
  :example:
8039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
8039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
8040
8040
  """
8041
8041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8042
8042
  required_arguments = ['drgRouteDistributionId']
@@ -8134,7 +8134,7 @@ class VirtualNetworkClient(object):
8134
8134
  :rtype: :class:`~oci.response.Response`
8135
8135
 
8136
8136
  :example:
8137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
8137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
8138
8138
  """
8139
8139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8140
8140
  required_arguments = ['drgRouteTableId']
@@ -8236,7 +8236,7 @@ class VirtualNetworkClient(object):
8236
8236
  :rtype: :class:`~oci.response.Response`
8237
8237
 
8238
8238
  :example:
8239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
8239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
8240
8240
  """
8241
8241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8242
8242
  required_arguments = ['igId']
@@ -8341,7 +8341,7 @@ class VirtualNetworkClient(object):
8341
8341
  :rtype: :class:`~oci.response.Response`
8342
8342
 
8343
8343
  :example:
8344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
8344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
8345
8345
  """
8346
8346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8347
8347
  required_arguments = ['ipscId']
@@ -8448,7 +8448,7 @@ class VirtualNetworkClient(object):
8448
8448
  :rtype: :class:`~oci.response.Response`
8449
8449
 
8450
8450
  :example:
8451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
8451
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
8452
8452
  """
8453
8453
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8454
8454
  required_arguments = ['ipv6Id']
@@ -8551,7 +8551,7 @@ class VirtualNetworkClient(object):
8551
8551
  :rtype: :class:`~oci.response.Response`
8552
8552
 
8553
8553
  :example:
8554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
8554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
8555
8555
  """
8556
8556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8557
8557
  required_arguments = ['localPeeringGatewayId']
@@ -8653,7 +8653,7 @@ class VirtualNetworkClient(object):
8653
8653
  :rtype: :class:`~oci.response.Response`
8654
8654
 
8655
8655
  :example:
8656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
8656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
8657
8657
  """
8658
8658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8659
8659
  required_arguments = ['natGatewayId']
@@ -8760,7 +8760,7 @@ class VirtualNetworkClient(object):
8760
8760
  :rtype: :class:`~oci.response.Response`
8761
8761
 
8762
8762
  :example:
8763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
8763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
8764
8764
  """
8765
8765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8766
8766
  required_arguments = ['networkSecurityGroupId']
@@ -8871,7 +8871,7 @@ class VirtualNetworkClient(object):
8871
8871
  :rtype: :class:`~oci.response.Response`
8872
8872
 
8873
8873
  :example:
8874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
8874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
8875
8875
  """
8876
8876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8877
8877
  required_arguments = ['privateIpId']
@@ -8985,7 +8985,7 @@ class VirtualNetworkClient(object):
8985
8985
  :rtype: :class:`~oci.response.Response`
8986
8986
 
8987
8987
  :example:
8988
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
8988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
8989
8989
  """
8990
8990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8991
8991
  required_arguments = ['publicIpId']
@@ -9091,7 +9091,7 @@ class VirtualNetworkClient(object):
9091
9091
  :rtype: :class:`~oci.response.Response`
9092
9092
 
9093
9093
  :example:
9094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
9094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
9095
9095
  """
9096
9096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9097
9097
  required_arguments = ['publicIpPoolId']
@@ -9194,7 +9194,7 @@ class VirtualNetworkClient(object):
9194
9194
  :rtype: :class:`~oci.response.Response`
9195
9195
 
9196
9196
  :example:
9197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
9197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
9198
9198
  """
9199
9199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9200
9200
  required_arguments = ['remotePeeringConnectionId']
@@ -9298,7 +9298,7 @@ class VirtualNetworkClient(object):
9298
9298
  :rtype: :class:`~oci.response.Response`
9299
9299
 
9300
9300
  :example:
9301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
9301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
9302
9302
  """
9303
9303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9304
9304
  required_arguments = ['rtId']
@@ -9400,7 +9400,7 @@ class VirtualNetworkClient(object):
9400
9400
  :rtype: :class:`~oci.response.Response`
9401
9401
 
9402
9402
  :example:
9403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
9403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
9404
9404
  """
9405
9405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9406
9406
  required_arguments = ['securityListId']
@@ -9499,7 +9499,7 @@ class VirtualNetworkClient(object):
9499
9499
  :rtype: :class:`~oci.response.Response`
9500
9500
 
9501
9501
  :example:
9502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
9502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
9503
9503
  """
9504
9504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9505
9505
  required_arguments = ['serviceGatewayId']
@@ -9599,7 +9599,7 @@ class VirtualNetworkClient(object):
9599
9599
  :rtype: :class:`~oci.response.Response`
9600
9600
 
9601
9601
  :example:
9602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
9602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
9603
9603
  """
9604
9604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9605
9605
  required_arguments = ['subnetId']
@@ -9702,7 +9702,7 @@ class VirtualNetworkClient(object):
9702
9702
  :rtype: :class:`~oci.response.Response`
9703
9703
 
9704
9704
  :example:
9705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
9705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
9706
9706
  """
9707
9707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9708
9708
  required_arguments = ['vcnId']
@@ -9804,7 +9804,7 @@ class VirtualNetworkClient(object):
9804
9804
  :rtype: :class:`~oci.response.Response`
9805
9805
 
9806
9806
  :example:
9807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
9807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
9808
9808
  """
9809
9809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9810
9810
  required_arguments = ['virtualCircuitId']
@@ -9908,7 +9908,7 @@ class VirtualNetworkClient(object):
9908
9908
  :rtype: :class:`~oci.response.Response`
9909
9909
 
9910
9910
  :example:
9911
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
9911
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
9912
9912
  """
9913
9913
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9914
9914
  required_arguments = ['vlanId']
@@ -10013,7 +10013,7 @@ class VirtualNetworkClient(object):
10013
10013
  :rtype: :class:`~oci.response.Response`
10014
10014
 
10015
10015
  :example:
10016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
10016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
10017
10017
  """
10018
10018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10019
10019
  required_arguments = ['vtapId']
@@ -10127,7 +10127,7 @@ class VirtualNetworkClient(object):
10127
10127
  :rtype: :class:`~oci.response.Response`
10128
10128
 
10129
10129
  :example:
10130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
10130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
10131
10131
  """
10132
10132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10133
10133
  required_arguments = ['serviceGatewayId']
@@ -10252,7 +10252,7 @@ class VirtualNetworkClient(object):
10252
10252
  :rtype: :class:`~oci.response.Response`
10253
10253
 
10254
10254
  :example:
10255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
10255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
10256
10256
  """
10257
10257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10258
10258
  required_arguments = ['drgId']
@@ -10367,7 +10367,7 @@ class VirtualNetworkClient(object):
10367
10367
  :rtype: :class:`~oci.response.Response`
10368
10368
 
10369
10369
  :example:
10370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_allowed_ike_ip_sec_parameters.py.html>`__ to see an example of how to use get_allowed_ike_ip_sec_parameters API.
10370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_allowed_ike_ip_sec_parameters.py.html>`__ to see an example of how to use get_allowed_ike_ip_sec_parameters API.
10371
10371
  """
10372
10372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10373
10373
  required_arguments = []
@@ -10458,7 +10458,7 @@ class VirtualNetworkClient(object):
10458
10458
  :rtype: :class:`~oci.response.Response`
10459
10459
 
10460
10460
  :example:
10461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
10461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
10462
10462
  """
10463
10463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10464
10464
  required_arguments = ['byoipRangeId']
@@ -10557,7 +10557,7 @@ class VirtualNetworkClient(object):
10557
10557
  :rtype: :class:`~oci.response.Response`
10558
10558
 
10559
10559
  :example:
10560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
10560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
10561
10561
  """
10562
10562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10563
10563
  required_arguments = ['captureFilterId']
@@ -10652,7 +10652,7 @@ class VirtualNetworkClient(object):
10652
10652
  :rtype: :class:`~oci.response.Response`
10653
10653
 
10654
10654
  :example:
10655
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
10655
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
10656
10656
  """
10657
10657
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10658
10658
  required_arguments = ['cpeId']
@@ -10763,7 +10763,7 @@ class VirtualNetworkClient(object):
10763
10763
  :rtype: :class:`~oci.response.Response`
10764
10764
 
10765
10765
  :example:
10766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
10766
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
10767
10767
  """
10768
10768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10769
10769
  required_arguments = ['cpeId']
@@ -10872,7 +10872,7 @@ class VirtualNetworkClient(object):
10872
10872
  :rtype: :class:`~oci.response.Response`
10873
10873
 
10874
10874
  :example:
10875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
10875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
10876
10876
  """
10877
10877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10878
10878
  required_arguments = ['cpeDeviceShapeId']
@@ -10969,7 +10969,7 @@ class VirtualNetworkClient(object):
10969
10969
  :rtype: :class:`~oci.response.Response`
10970
10970
 
10971
10971
  :example:
10972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
10972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
10973
10973
  """
10974
10974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10975
10975
  required_arguments = ['crossConnectId']
@@ -11059,7 +11059,7 @@ class VirtualNetworkClient(object):
11059
11059
  :rtype: :class:`~oci.response.Response`
11060
11060
 
11061
11061
  :example:
11062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
11062
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
11063
11063
  """
11064
11064
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11065
11065
  required_arguments = ['crossConnectGroupId']
@@ -11149,7 +11149,7 @@ class VirtualNetworkClient(object):
11149
11149
  :rtype: :class:`~oci.response.Response`
11150
11150
 
11151
11151
  :example:
11152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_cross_connect_letter_of_authority.py.html>`__ to see an example of how to use get_cross_connect_letter_of_authority API.
11152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_cross_connect_letter_of_authority.py.html>`__ to see an example of how to use get_cross_connect_letter_of_authority API.
11153
11153
  """
11154
11154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11155
11155
  required_arguments = ['crossConnectId']
@@ -11239,7 +11239,7 @@ class VirtualNetworkClient(object):
11239
11239
  :rtype: :class:`~oci.response.Response`
11240
11240
 
11241
11241
  :example:
11242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
11242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
11243
11243
  """
11244
11244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11245
11245
  required_arguments = ['crossConnectId']
@@ -11329,7 +11329,7 @@ class VirtualNetworkClient(object):
11329
11329
  :rtype: :class:`~oci.response.Response`
11330
11330
 
11331
11331
  :example:
11332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
11332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
11333
11333
  """
11334
11334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11335
11335
  required_arguments = ['dhcpId']
@@ -11417,7 +11417,7 @@ class VirtualNetworkClient(object):
11417
11417
  :rtype: :class:`~oci.response.Response`
11418
11418
 
11419
11419
  :example:
11420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
11420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
11421
11421
  """
11422
11422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11423
11423
  required_arguments = ['drgId']
@@ -11505,7 +11505,7 @@ class VirtualNetworkClient(object):
11505
11505
  :rtype: :class:`~oci.response.Response`
11506
11506
 
11507
11507
  :example:
11508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
11508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
11509
11509
  """
11510
11510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11511
11511
  required_arguments = ['drgAttachmentId']
@@ -11600,7 +11600,7 @@ class VirtualNetworkClient(object):
11600
11600
  :rtype: :class:`~oci.response.Response`
11601
11601
 
11602
11602
  :example:
11603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
11603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
11604
11604
  """
11605
11605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11606
11606
  required_arguments = ['drgId']
@@ -11697,7 +11697,7 @@ class VirtualNetworkClient(object):
11697
11697
  :rtype: :class:`~oci.response.Response`
11698
11698
 
11699
11699
  :example:
11700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
11700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
11701
11701
  """
11702
11702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11703
11703
  required_arguments = ['drgRouteDistributionId']
@@ -11785,7 +11785,7 @@ class VirtualNetworkClient(object):
11785
11785
  :rtype: :class:`~oci.response.Response`
11786
11786
 
11787
11787
  :example:
11788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
11788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
11789
11789
  """
11790
11790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11791
11791
  required_arguments = ['drgRouteTableId']
@@ -11876,7 +11876,7 @@ class VirtualNetworkClient(object):
11876
11876
  :rtype: :class:`~oci.response.Response`
11877
11877
 
11878
11878
  :example:
11879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
11879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
11880
11880
  """
11881
11881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11882
11882
  required_arguments = ['providerServiceId']
@@ -11973,7 +11973,7 @@ class VirtualNetworkClient(object):
11973
11973
  :rtype: :class:`~oci.response.Response`
11974
11974
 
11975
11975
  :example:
11976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_fast_connect_provider_service_key.py.html>`__ to see an example of how to use get_fast_connect_provider_service_key API.
11976
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_fast_connect_provider_service_key.py.html>`__ to see an example of how to use get_fast_connect_provider_service_key API.
11977
11977
  """
11978
11978
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11979
11979
  required_arguments = ['providerServiceId', 'providerServiceKeyName']
@@ -12064,7 +12064,7 @@ class VirtualNetworkClient(object):
12064
12064
  :rtype: :class:`~oci.response.Response`
12065
12065
 
12066
12066
  :example:
12067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
12067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
12068
12068
  """
12069
12069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12070
12070
  required_arguments = ['igId']
@@ -12154,7 +12154,7 @@ class VirtualNetworkClient(object):
12154
12154
  :rtype: :class:`~oci.response.Response`
12155
12155
 
12156
12156
  :example:
12157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
12157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
12158
12158
  """
12159
12159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12160
12160
  required_arguments = ['ipscId']
@@ -12247,7 +12247,7 @@ class VirtualNetworkClient(object):
12247
12247
  :rtype: :class:`~oci.response.Response`
12248
12248
 
12249
12249
  :example:
12250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_ip_sec_connection_device_config.py.html>`__ to see an example of how to use get_ip_sec_connection_device_config API.
12250
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_ip_sec_connection_device_config.py.html>`__ to see an example of how to use get_ip_sec_connection_device_config API.
12251
12251
  """
12252
12252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12253
12253
  required_arguments = ['ipscId']
@@ -12338,7 +12338,7 @@ class VirtualNetworkClient(object):
12338
12338
  :rtype: :class:`~oci.response.Response`
12339
12339
 
12340
12340
  :example:
12341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_ip_sec_connection_device_status.py.html>`__ to see an example of how to use get_ip_sec_connection_device_status API.
12341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_ip_sec_connection_device_status.py.html>`__ to see an example of how to use get_ip_sec_connection_device_status API.
12342
12342
  """
12343
12343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12344
12344
  required_arguments = ['ipscId']
@@ -12435,7 +12435,7 @@ class VirtualNetworkClient(object):
12435
12435
  :rtype: :class:`~oci.response.Response`
12436
12436
 
12437
12437
  :example:
12438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
12438
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
12439
12439
  """
12440
12440
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12441
12441
  required_arguments = ['ipscId', 'tunnelId']
@@ -12531,7 +12531,7 @@ class VirtualNetworkClient(object):
12531
12531
  :rtype: :class:`~oci.response.Response`
12532
12532
 
12533
12533
  :example:
12534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_ip_sec_connection_tunnel_error.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_error API.
12534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_ip_sec_connection_tunnel_error.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_error API.
12535
12535
  """
12536
12536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12537
12537
  required_arguments = ['ipscId', 'tunnelId']
@@ -12628,7 +12628,7 @@ class VirtualNetworkClient(object):
12628
12628
  :rtype: :class:`~oci.response.Response`
12629
12629
 
12630
12630
  :example:
12631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/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.
12631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/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.
12632
12632
  """
12633
12633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12634
12634
  required_arguments = ['ipscId', 'tunnelId']
@@ -12741,7 +12741,7 @@ class VirtualNetworkClient(object):
12741
12741
  :rtype: :class:`~oci.response.Response`
12742
12742
 
12743
12743
  :example:
12744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_ipsec_cpe_device_config_content.py.html>`__ to see an example of how to use get_ipsec_cpe_device_config_content API.
12744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_ipsec_cpe_device_config_content.py.html>`__ to see an example of how to use get_ipsec_cpe_device_config_content API.
12745
12745
  """
12746
12746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12747
12747
  required_arguments = ['ipscId']
@@ -12848,7 +12848,7 @@ class VirtualNetworkClient(object):
12848
12848
  :rtype: :class:`~oci.response.Response`
12849
12849
 
12850
12850
  :example:
12851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
12851
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
12852
12852
  """
12853
12853
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12854
12854
  required_arguments = ['ipv6Id']
@@ -12943,7 +12943,7 @@ class VirtualNetworkClient(object):
12943
12943
  :rtype: :class:`~oci.response.Response`
12944
12944
 
12945
12945
  :example:
12946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
12946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
12947
12947
  """
12948
12948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12949
12949
  required_arguments = ['localPeeringGatewayId']
@@ -13031,7 +13031,7 @@ class VirtualNetworkClient(object):
13031
13031
  :rtype: :class:`~oci.response.Response`
13032
13032
 
13033
13033
  :example:
13034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
13034
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
13035
13035
  """
13036
13036
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13037
13037
  required_arguments = ['natGatewayId']
@@ -13125,7 +13125,7 @@ class VirtualNetworkClient(object):
13125
13125
  :rtype: :class:`~oci.response.Response`
13126
13126
 
13127
13127
  :example:
13128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
13128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
13129
13129
  """
13130
13130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13131
13131
  required_arguments = ['networkSecurityGroupId']
@@ -13245,7 +13245,7 @@ class VirtualNetworkClient(object):
13245
13245
  :rtype: :class:`~oci.response.Response`
13246
13246
 
13247
13247
  :example:
13248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
13248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
13249
13249
  """
13250
13250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13251
13251
  required_arguments = ['compartmentId']
@@ -13356,7 +13356,7 @@ class VirtualNetworkClient(object):
13356
13356
  :rtype: :class:`~oci.response.Response`
13357
13357
 
13358
13358
  :example:
13359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
13359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
13360
13360
  """
13361
13361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13362
13362
  required_arguments = ['privateIpId']
@@ -13458,7 +13458,7 @@ class VirtualNetworkClient(object):
13458
13458
  :rtype: :class:`~oci.response.Response`
13459
13459
 
13460
13460
  :example:
13461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
13461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
13462
13462
  """
13463
13463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13464
13464
  required_arguments = ['publicIpId']
@@ -13550,7 +13550,7 @@ class VirtualNetworkClient(object):
13550
13550
  :rtype: :class:`~oci.response.Response`
13551
13551
 
13552
13552
  :example:
13553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_public_ip_by_ip_address.py.html>`__ to see an example of how to use get_public_ip_by_ip_address API.
13553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_public_ip_by_ip_address.py.html>`__ to see an example of how to use get_public_ip_by_ip_address API.
13554
13554
  """
13555
13555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13556
13556
  required_arguments = []
@@ -13640,7 +13640,7 @@ class VirtualNetworkClient(object):
13640
13640
  :rtype: :class:`~oci.response.Response`
13641
13641
 
13642
13642
  :example:
13643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/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.
13643
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/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.
13644
13644
  """
13645
13645
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13646
13646
  required_arguments = []
@@ -13724,7 +13724,7 @@ class VirtualNetworkClient(object):
13724
13724
  :rtype: :class:`~oci.response.Response`
13725
13725
 
13726
13726
  :example:
13727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
13727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
13728
13728
  """
13729
13729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13730
13730
  required_arguments = ['publicIpPoolId']
@@ -13819,7 +13819,7 @@ class VirtualNetworkClient(object):
13819
13819
  :rtype: :class:`~oci.response.Response`
13820
13820
 
13821
13821
  :example:
13822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
13822
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
13823
13823
  """
13824
13824
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13825
13825
  required_arguments = ['remotePeeringConnectionId']
@@ -13883,6 +13883,103 @@ class VirtualNetworkClient(object):
13883
13883
  api_reference_link=api_reference_link,
13884
13884
  required_arguments=required_arguments)
13885
13885
 
13886
+ def get_resource_ip_inventory(self, data_request_id, **kwargs):
13887
+ """
13888
+ Gets the `IpInventory` resource.
13889
+
13890
+
13891
+ :param str data_request_id: (required)
13892
+ Specify the ID of the resource.
13893
+
13894
+ :param str opc_request_id: (optional)
13895
+ Unique identifier for the request.
13896
+ If you need to contact Oracle about a particular request, please provide the request ID.
13897
+
13898
+ :param obj retry_strategy: (optional)
13899
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
13900
+
13901
+ 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.
13902
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
13903
+
13904
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
13905
+
13906
+ :param bool allow_control_chars: (optional)
13907
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
13908
+ By default, the response will not allow control characters in strings
13909
+
13910
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.core.models.IpInventoryCollection`
13911
+ :rtype: :class:`~oci.response.Response`
13912
+
13913
+ :example:
13914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_resource_ip_inventory.py.html>`__ to see an example of how to use get_resource_ip_inventory API.
13915
+ """
13916
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13917
+ required_arguments = ['dataRequestId']
13918
+ resource_path = "/ipinventory/DataRequestId/{dataRequestId}"
13919
+ method = "GET"
13920
+ operation_name = "get_resource_ip_inventory"
13921
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/IpInventoryCollection/GetResourceIpInventory"
13922
+
13923
+ # Don't accept unknown kwargs
13924
+ expected_kwargs = [
13925
+ "allow_control_chars",
13926
+ "retry_strategy",
13927
+ "opc_request_id"
13928
+ ]
13929
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
13930
+ if extra_kwargs:
13931
+ raise ValueError(
13932
+ f"get_resource_ip_inventory got unknown kwargs: {extra_kwargs!r}")
13933
+
13934
+ path_params = {
13935
+ "dataRequestId": data_request_id
13936
+ }
13937
+
13938
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
13939
+
13940
+ for (k, v) in six.iteritems(path_params):
13941
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
13942
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
13943
+
13944
+ header_params = {
13945
+ "accept": "application/json",
13946
+ "content-type": "application/json",
13947
+ "opc-request-id": kwargs.get("opc_request_id", missing)
13948
+ }
13949
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
13950
+
13951
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
13952
+ operation_retry_strategy=kwargs.get('retry_strategy'),
13953
+ client_retry_strategy=self.retry_strategy
13954
+ )
13955
+
13956
+ if retry_strategy:
13957
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
13958
+ self.base_client.add_opc_client_retries_header(header_params)
13959
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
13960
+ return retry_strategy.make_retrying_call(
13961
+ self.base_client.call_api,
13962
+ resource_path=resource_path,
13963
+ method=method,
13964
+ path_params=path_params,
13965
+ header_params=header_params,
13966
+ response_type="IpInventoryCollection",
13967
+ allow_control_chars=kwargs.get('allow_control_chars'),
13968
+ operation_name=operation_name,
13969
+ api_reference_link=api_reference_link,
13970
+ required_arguments=required_arguments)
13971
+ else:
13972
+ return self.base_client.call_api(
13973
+ resource_path=resource_path,
13974
+ method=method,
13975
+ path_params=path_params,
13976
+ header_params=header_params,
13977
+ response_type="IpInventoryCollection",
13978
+ allow_control_chars=kwargs.get('allow_control_chars'),
13979
+ operation_name=operation_name,
13980
+ api_reference_link=api_reference_link,
13981
+ required_arguments=required_arguments)
13982
+
13886
13983
  def get_route_table(self, rt_id, **kwargs):
13887
13984
  """
13888
13985
  Gets the specified route table's information.
@@ -13909,7 +14006,7 @@ class VirtualNetworkClient(object):
13909
14006
  :rtype: :class:`~oci.response.Response`
13910
14007
 
13911
14008
  :example:
13912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
14009
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
13913
14010
  """
13914
14011
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13915
14012
  required_arguments = ['rtId']
@@ -13997,7 +14094,7 @@ class VirtualNetworkClient(object):
13997
14094
  :rtype: :class:`~oci.response.Response`
13998
14095
 
13999
14096
  :example:
14000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
14097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
14001
14098
  """
14002
14099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14003
14100
  required_arguments = ['securityListId']
@@ -14085,7 +14182,7 @@ class VirtualNetworkClient(object):
14085
14182
  :rtype: :class:`~oci.response.Response`
14086
14183
 
14087
14184
  :example:
14088
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_service.py.html>`__ to see an example of how to use get_service API.
14185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_service.py.html>`__ to see an example of how to use get_service API.
14089
14186
  """
14090
14187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14091
14188
  required_arguments = ['serviceId']
@@ -14173,7 +14270,7 @@ class VirtualNetworkClient(object):
14173
14270
  :rtype: :class:`~oci.response.Response`
14174
14271
 
14175
14272
  :example:
14176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
14273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
14177
14274
  """
14178
14275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14179
14276
  required_arguments = ['serviceGatewayId']
@@ -14261,7 +14358,7 @@ class VirtualNetworkClient(object):
14261
14358
  :rtype: :class:`~oci.response.Response`
14262
14359
 
14263
14360
  :example:
14264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
14361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
14265
14362
  """
14266
14363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14267
14364
  required_arguments = ['subnetId']
@@ -14323,6 +14420,208 @@ class VirtualNetworkClient(object):
14323
14420
  api_reference_link=api_reference_link,
14324
14421
  required_arguments=required_arguments)
14325
14422
 
14423
+ def get_subnet_cidr_utilization(self, subnet_id, **kwargs):
14424
+ """
14425
+ Gets the CIDR utilization data of the specified subnet. Specify the `OCID`__.
14426
+
14427
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
14428
+
14429
+
14430
+ :param str subnet_id: (required)
14431
+ Specify the `OCID`__ of the subnet.
14432
+
14433
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
14434
+
14435
+ :param str opc_request_id: (optional)
14436
+ Unique identifier for the request.
14437
+ If you need to contact Oracle about a particular request, please provide the request ID.
14438
+
14439
+ :param obj retry_strategy: (optional)
14440
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
14441
+
14442
+ 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.
14443
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
14444
+
14445
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
14446
+
14447
+ :param bool allow_control_chars: (optional)
14448
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
14449
+ By default, the response will not allow control characters in strings
14450
+
14451
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.core.models.IpInventoryCidrUtilizationCollection`
14452
+ :rtype: :class:`~oci.response.Response`
14453
+
14454
+ :example:
14455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_subnet_cidr_utilization.py.html>`__ to see an example of how to use get_subnet_cidr_utilization API.
14456
+ """
14457
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14458
+ required_arguments = ['subnetId']
14459
+ resource_path = "/ipInventory/subnets/{subnetId}/cidrs"
14460
+ method = "GET"
14461
+ operation_name = "get_subnet_cidr_utilization"
14462
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/IpInventoryCidrUtilizationCollection/GetSubnetCidrUtilization"
14463
+
14464
+ # Don't accept unknown kwargs
14465
+ expected_kwargs = [
14466
+ "allow_control_chars",
14467
+ "retry_strategy",
14468
+ "opc_request_id"
14469
+ ]
14470
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
14471
+ if extra_kwargs:
14472
+ raise ValueError(
14473
+ f"get_subnet_cidr_utilization got unknown kwargs: {extra_kwargs!r}")
14474
+
14475
+ path_params = {
14476
+ "subnetId": subnet_id
14477
+ }
14478
+
14479
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
14480
+
14481
+ for (k, v) in six.iteritems(path_params):
14482
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
14483
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
14484
+
14485
+ header_params = {
14486
+ "accept": "application/json",
14487
+ "content-type": "application/json",
14488
+ "opc-request-id": kwargs.get("opc_request_id", missing)
14489
+ }
14490
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
14491
+
14492
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
14493
+ operation_retry_strategy=kwargs.get('retry_strategy'),
14494
+ client_retry_strategy=self.retry_strategy
14495
+ )
14496
+
14497
+ if retry_strategy:
14498
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
14499
+ self.base_client.add_opc_client_retries_header(header_params)
14500
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
14501
+ return retry_strategy.make_retrying_call(
14502
+ self.base_client.call_api,
14503
+ resource_path=resource_path,
14504
+ method=method,
14505
+ path_params=path_params,
14506
+ header_params=header_params,
14507
+ response_type="IpInventoryCidrUtilizationCollection",
14508
+ allow_control_chars=kwargs.get('allow_control_chars'),
14509
+ operation_name=operation_name,
14510
+ api_reference_link=api_reference_link,
14511
+ required_arguments=required_arguments)
14512
+ else:
14513
+ return self.base_client.call_api(
14514
+ resource_path=resource_path,
14515
+ method=method,
14516
+ path_params=path_params,
14517
+ header_params=header_params,
14518
+ response_type="IpInventoryCidrUtilizationCollection",
14519
+ allow_control_chars=kwargs.get('allow_control_chars'),
14520
+ operation_name=operation_name,
14521
+ api_reference_link=api_reference_link,
14522
+ required_arguments=required_arguments)
14523
+
14524
+ def get_subnet_ip_inventory(self, subnet_id, **kwargs):
14525
+ """
14526
+ Gets the IP Inventory data of the specified subnet. Specify the `OCID`__.
14527
+
14528
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
14529
+
14530
+
14531
+ :param str subnet_id: (required)
14532
+ Specify the `OCID`__ of the subnet.
14533
+
14534
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
14535
+
14536
+ :param str opc_request_id: (optional)
14537
+ Unique identifier for the request.
14538
+ If you need to contact Oracle about a particular request, please provide the request ID.
14539
+
14540
+ :param obj retry_strategy: (optional)
14541
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
14542
+
14543
+ 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.
14544
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
14545
+
14546
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
14547
+
14548
+ :param bool allow_control_chars: (optional)
14549
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
14550
+ By default, the response will not allow control characters in strings
14551
+
14552
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.core.models.IpInventorySubnetResourceCollection`
14553
+ :rtype: :class:`~oci.response.Response`
14554
+
14555
+ :example:
14556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_subnet_ip_inventory.py.html>`__ to see an example of how to use get_subnet_ip_inventory API.
14557
+ """
14558
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14559
+ required_arguments = ['subnetId']
14560
+ resource_path = "/ipInventory/subnets/{subnetId}"
14561
+ method = "GET"
14562
+ operation_name = "get_subnet_ip_inventory"
14563
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/IpInventorySubnetResourceCollection/GetSubnetIpInventory"
14564
+
14565
+ # Don't accept unknown kwargs
14566
+ expected_kwargs = [
14567
+ "allow_control_chars",
14568
+ "retry_strategy",
14569
+ "opc_request_id"
14570
+ ]
14571
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
14572
+ if extra_kwargs:
14573
+ raise ValueError(
14574
+ f"get_subnet_ip_inventory got unknown kwargs: {extra_kwargs!r}")
14575
+
14576
+ path_params = {
14577
+ "subnetId": subnet_id
14578
+ }
14579
+
14580
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
14581
+
14582
+ for (k, v) in six.iteritems(path_params):
14583
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
14584
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
14585
+
14586
+ header_params = {
14587
+ "accept": "application/json",
14588
+ "content-type": "application/json",
14589
+ "opc-request-id": kwargs.get("opc_request_id", missing)
14590
+ }
14591
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
14592
+
14593
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
14594
+ operation_retry_strategy=kwargs.get('retry_strategy'),
14595
+ client_retry_strategy=self.retry_strategy
14596
+ )
14597
+
14598
+ if retry_strategy:
14599
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
14600
+ self.base_client.add_opc_client_retries_header(header_params)
14601
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
14602
+ return retry_strategy.make_retrying_call(
14603
+ self.base_client.call_api,
14604
+ resource_path=resource_path,
14605
+ method=method,
14606
+ path_params=path_params,
14607
+ header_params=header_params,
14608
+ response_type="IpInventorySubnetResourceCollection",
14609
+ allow_control_chars=kwargs.get('allow_control_chars'),
14610
+ operation_name=operation_name,
14611
+ api_reference_link=api_reference_link,
14612
+ required_arguments=required_arguments)
14613
+ else:
14614
+ return self.base_client.call_api(
14615
+ resource_path=resource_path,
14616
+ method=method,
14617
+ path_params=path_params,
14618
+ header_params=header_params,
14619
+ response_type="IpInventorySubnetResourceCollection",
14620
+ allow_control_chars=kwargs.get('allow_control_chars'),
14621
+ operation_name=operation_name,
14622
+ api_reference_link=api_reference_link,
14623
+ required_arguments=required_arguments)
14624
+
14326
14625
  def get_subnet_topology(self, compartment_id, subnet_id, **kwargs):
14327
14626
  """
14328
14627
  Gets a topology for a given subnet.
@@ -14386,7 +14685,7 @@ class VirtualNetworkClient(object):
14386
14685
  :rtype: :class:`~oci.response.Response`
14387
14686
 
14388
14687
  :example:
14389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
14688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
14390
14689
  """
14391
14690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14392
14691
  required_arguments = ['compartmentId', 'subnetId']
@@ -14505,7 +14804,7 @@ class VirtualNetworkClient(object):
14505
14804
  :rtype: :class:`~oci.response.Response`
14506
14805
 
14507
14806
  :example:
14508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
14807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
14509
14808
  """
14510
14809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14511
14810
  required_arguments = ['ipscId', 'tunnelId']
@@ -14629,7 +14928,7 @@ class VirtualNetworkClient(object):
14629
14928
  :rtype: :class:`~oci.response.Response`
14630
14929
 
14631
14930
  :example:
14632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_tunnel_cpe_device_config_content.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config_content API.
14931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_tunnel_cpe_device_config_content.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config_content API.
14633
14932
  """
14634
14933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14635
14934
  required_arguments = ['ipscId', 'tunnelId']
@@ -14731,7 +15030,7 @@ class VirtualNetworkClient(object):
14731
15030
  :rtype: :class:`~oci.response.Response`
14732
15031
 
14733
15032
  :example:
14734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
15033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
14735
15034
  """
14736
15035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14737
15036
  required_arguments = ['drgId']
@@ -14826,7 +15125,7 @@ class VirtualNetworkClient(object):
14826
15125
  :rtype: :class:`~oci.response.Response`
14827
15126
 
14828
15127
  :example:
14829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
15128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
14830
15129
  """
14831
15130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14832
15131
  required_arguments = ['vcnId']
@@ -14918,7 +15217,7 @@ class VirtualNetworkClient(object):
14918
15217
  :rtype: :class:`~oci.response.Response`
14919
15218
 
14920
15219
  :example:
14921
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
15220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
14922
15221
  """
14923
15222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14924
15223
  required_arguments = ['vcnId']
@@ -14987,6 +15286,122 @@ class VirtualNetworkClient(object):
14987
15286
  api_reference_link=api_reference_link,
14988
15287
  required_arguments=required_arguments)
14989
15288
 
15289
+ def get_vcn_overlap(self, vcn_id, get_vcn_overlap_details, **kwargs):
15290
+ """
15291
+ Gets the CIDR overlap information of the specified VCN in selected compartments. Specify the `OCID`__.
15292
+
15293
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
15294
+
15295
+
15296
+ :param str vcn_id: (required)
15297
+ Specify the `OCID`__ of the VCN.
15298
+
15299
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
15300
+
15301
+ :param oci.core.models.GetIpInventoryVcnOverlapDetails get_vcn_overlap_details: (required)
15302
+ Lists details of the IP Inventory VCN overlap data.
15303
+
15304
+ :param str opc_request_id: (optional)
15305
+ Unique identifier for the request.
15306
+ If you need to contact Oracle about a particular request, please provide the request ID.
15307
+
15308
+ :param str opc_retry_token: (optional)
15309
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
15310
+ server error without risk of executing that same action again. Retry tokens expire after 24
15311
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
15312
+ has been deleted and purged from the system, then a retry of the original creation request
15313
+ may be rejected).
15314
+
15315
+ :param obj retry_strategy: (optional)
15316
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
15317
+
15318
+ 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.
15319
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
15320
+
15321
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
15322
+
15323
+ :param bool allow_control_chars: (optional)
15324
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
15325
+ By default, the response will not allow control characters in strings
15326
+
15327
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.core.models.IpInventoryVcnOverlapCollection`
15328
+ :rtype: :class:`~oci.response.Response`
15329
+
15330
+ :example:
15331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_vcn_overlap.py.html>`__ to see an example of how to use get_vcn_overlap API.
15332
+ """
15333
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15334
+ required_arguments = ['vcnId']
15335
+ resource_path = "/ipInventory/vcns/{vcnId}/overlaps"
15336
+ method = "POST"
15337
+ operation_name = "get_vcn_overlap"
15338
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/IpInventoryVcnOverlapCollection/GetVcnOverlap"
15339
+
15340
+ # Don't accept unknown kwargs
15341
+ expected_kwargs = [
15342
+ "allow_control_chars",
15343
+ "retry_strategy",
15344
+ "opc_request_id",
15345
+ "opc_retry_token"
15346
+ ]
15347
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
15348
+ if extra_kwargs:
15349
+ raise ValueError(
15350
+ f"get_vcn_overlap got unknown kwargs: {extra_kwargs!r}")
15351
+
15352
+ path_params = {
15353
+ "vcnId": vcn_id
15354
+ }
15355
+
15356
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
15357
+
15358
+ for (k, v) in six.iteritems(path_params):
15359
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
15360
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
15361
+
15362
+ header_params = {
15363
+ "accept": "application/json",
15364
+ "content-type": "application/json",
15365
+ "opc-request-id": kwargs.get("opc_request_id", missing),
15366
+ "opc-retry-token": kwargs.get("opc_retry_token", missing)
15367
+ }
15368
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
15369
+
15370
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
15371
+ operation_retry_strategy=kwargs.get('retry_strategy'),
15372
+ client_retry_strategy=self.retry_strategy
15373
+ )
15374
+
15375
+ if retry_strategy:
15376
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
15377
+ self.base_client.add_opc_retry_token_if_needed(header_params)
15378
+ self.base_client.add_opc_client_retries_header(header_params)
15379
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
15380
+ return retry_strategy.make_retrying_call(
15381
+ self.base_client.call_api,
15382
+ resource_path=resource_path,
15383
+ method=method,
15384
+ path_params=path_params,
15385
+ header_params=header_params,
15386
+ body=get_vcn_overlap_details,
15387
+ response_type="IpInventoryVcnOverlapCollection",
15388
+ allow_control_chars=kwargs.get('allow_control_chars'),
15389
+ operation_name=operation_name,
15390
+ api_reference_link=api_reference_link,
15391
+ required_arguments=required_arguments)
15392
+ else:
15393
+ return self.base_client.call_api(
15394
+ resource_path=resource_path,
15395
+ method=method,
15396
+ path_params=path_params,
15397
+ header_params=header_params,
15398
+ body=get_vcn_overlap_details,
15399
+ response_type="IpInventoryVcnOverlapCollection",
15400
+ allow_control_chars=kwargs.get('allow_control_chars'),
15401
+ operation_name=operation_name,
15402
+ api_reference_link=api_reference_link,
15403
+ required_arguments=required_arguments)
15404
+
14990
15405
  def get_vcn_topology(self, compartment_id, vcn_id, **kwargs):
14991
15406
  """
14992
15407
  Gets a virtual network topology for a given VCN.
@@ -15050,7 +15465,7 @@ class VirtualNetworkClient(object):
15050
15465
  :rtype: :class:`~oci.response.Response`
15051
15466
 
15052
15467
  :example:
15053
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
15468
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
15054
15469
  """
15055
15470
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15056
15471
  required_arguments = ['compartmentId', 'vcnId']
@@ -15156,7 +15571,7 @@ class VirtualNetworkClient(object):
15156
15571
  :rtype: :class:`~oci.response.Response`
15157
15572
 
15158
15573
  :example:
15159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
15574
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
15160
15575
  """
15161
15576
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15162
15577
  required_arguments = ['virtualCircuitId']
@@ -15250,7 +15665,7 @@ class VirtualNetworkClient(object):
15250
15665
  :rtype: :class:`~oci.response.Response`
15251
15666
 
15252
15667
  :example:
15253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
15668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
15254
15669
  """
15255
15670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15256
15671
  required_arguments = ['vlanId']
@@ -15350,7 +15765,7 @@ class VirtualNetworkClient(object):
15350
15765
  :rtype: :class:`~oci.response.Response`
15351
15766
 
15352
15767
  :example:
15353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
15768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
15354
15769
  """
15355
15770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15356
15771
  required_arguments = ['vnicId']
@@ -15442,7 +15857,7 @@ class VirtualNetworkClient(object):
15442
15857
  :rtype: :class:`~oci.response.Response`
15443
15858
 
15444
15859
  :example:
15445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
15860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
15446
15861
  """
15447
15862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15448
15863
  required_arguments = ['vtapId']
@@ -15535,7 +15950,7 @@ class VirtualNetworkClient(object):
15535
15950
  :rtype: :class:`~oci.response.Response`
15536
15951
 
15537
15952
  :example:
15538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/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.
15953
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/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.
15539
15954
  """
15540
15955
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15541
15956
  required_arguments = []
@@ -15634,7 +16049,7 @@ class VirtualNetworkClient(object):
15634
16049
  :rtype: :class:`~oci.response.Response`
15635
16050
 
15636
16051
  :example:
15637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
16052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
15638
16053
  """
15639
16054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15640
16055
  required_arguments = ['byoipRangeId']
@@ -15784,7 +16199,7 @@ class VirtualNetworkClient(object):
15784
16199
  :rtype: :class:`~oci.response.Response`
15785
16200
 
15786
16201
  :example:
15787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
16202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
15788
16203
  """
15789
16204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15790
16205
  required_arguments = ['compartmentId']
@@ -15952,7 +16367,7 @@ class VirtualNetworkClient(object):
15952
16367
  :rtype: :class:`~oci.response.Response`
15953
16368
 
15954
16369
  :example:
15955
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
16370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
15956
16371
  """
15957
16372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15958
16373
  required_arguments = ['compartmentId']
@@ -16113,7 +16528,7 @@ class VirtualNetworkClient(object):
16113
16528
  :rtype: :class:`~oci.response.Response`
16114
16529
 
16115
16530
  :example:
16116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
16531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
16117
16532
  """
16118
16533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16119
16534
  required_arguments = []
@@ -16224,7 +16639,7 @@ class VirtualNetworkClient(object):
16224
16639
  :rtype: :class:`~oci.response.Response`
16225
16640
 
16226
16641
  :example:
16227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
16642
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
16228
16643
  """
16229
16644
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16230
16645
  required_arguments = ['compartmentId']
@@ -16360,7 +16775,7 @@ class VirtualNetworkClient(object):
16360
16775
  :rtype: :class:`~oci.response.Response`
16361
16776
 
16362
16777
  :example:
16363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
16778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
16364
16779
  """
16365
16780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16366
16781
  required_arguments = ['compartmentId']
@@ -16499,7 +16914,7 @@ class VirtualNetworkClient(object):
16499
16914
  :rtype: :class:`~oci.response.Response`
16500
16915
 
16501
16916
  :example:
16502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
16917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
16503
16918
  """
16504
16919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16505
16920
  required_arguments = ['compartmentId']
@@ -16597,7 +17012,7 @@ class VirtualNetworkClient(object):
16597
17012
  :rtype: :class:`~oci.response.Response`
16598
17013
 
16599
17014
  :example:
16600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
17015
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
16601
17016
  """
16602
17017
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16603
17018
  required_arguments = ['virtualCircuitId']
@@ -16745,7 +17160,7 @@ class VirtualNetworkClient(object):
16745
17160
  :rtype: :class:`~oci.response.Response`
16746
17161
 
16747
17162
  :example:
16748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
17163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
16749
17164
  """
16750
17165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16751
17166
  required_arguments = ['compartmentId']
@@ -16887,7 +17302,7 @@ class VirtualNetworkClient(object):
16887
17302
  :rtype: :class:`~oci.response.Response`
16888
17303
 
16889
17304
  :example:
16890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
17305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
16891
17306
  """
16892
17307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16893
17308
  required_arguments = ['compartmentId']
@@ -17031,7 +17446,7 @@ class VirtualNetworkClient(object):
17031
17446
  :rtype: :class:`~oci.response.Response`
17032
17447
 
17033
17448
  :example:
17034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
17449
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
17035
17450
  """
17036
17451
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17037
17452
  required_arguments = ['compartmentId']
@@ -17226,7 +17641,7 @@ class VirtualNetworkClient(object):
17226
17641
  :rtype: :class:`~oci.response.Response`
17227
17642
 
17228
17643
  :example:
17229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
17644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
17230
17645
  """
17231
17646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17232
17647
  required_arguments = ['compartmentId']
@@ -17390,7 +17805,7 @@ class VirtualNetworkClient(object):
17390
17805
  :rtype: :class:`~oci.response.Response`
17391
17806
 
17392
17807
  :example:
17393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
17808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
17394
17809
  """
17395
17810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17396
17811
  required_arguments = ['drgRouteDistributionId']
@@ -17556,7 +17971,7 @@ class VirtualNetworkClient(object):
17556
17971
  :rtype: :class:`~oci.response.Response`
17557
17972
 
17558
17973
  :example:
17559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
17974
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
17560
17975
  """
17561
17976
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17562
17977
  required_arguments = ['drgId']
@@ -17698,7 +18113,7 @@ class VirtualNetworkClient(object):
17698
18113
  :rtype: :class:`~oci.response.Response`
17699
18114
 
17700
18115
  :example:
17701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
18116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
17702
18117
  """
17703
18118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17704
18119
  required_arguments = ['drgRouteTableId']
@@ -17859,7 +18274,7 @@ class VirtualNetworkClient(object):
17859
18274
  :rtype: :class:`~oci.response.Response`
17860
18275
 
17861
18276
  :example:
17862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
18277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
17863
18278
  """
17864
18279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17865
18280
  required_arguments = ['drgId']
@@ -17997,7 +18412,7 @@ class VirtualNetworkClient(object):
17997
18412
  :rtype: :class:`~oci.response.Response`
17998
18413
 
17999
18414
  :example:
18000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
18415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
18001
18416
  """
18002
18417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18003
18418
  required_arguments = ['compartmentId']
@@ -18113,7 +18528,7 @@ class VirtualNetworkClient(object):
18113
18528
  :rtype: :class:`~oci.response.Response`
18114
18529
 
18115
18530
  :example:
18116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
18531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
18117
18532
  """
18118
18533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18119
18534
  required_arguments = ['compartmentId']
@@ -18227,7 +18642,7 @@ class VirtualNetworkClient(object):
18227
18642
  :rtype: :class:`~oci.response.Response`
18228
18643
 
18229
18644
  :example:
18230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/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.
18645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/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.
18231
18646
  """
18232
18647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18233
18648
  required_arguments = ['providerServiceId']
@@ -18380,7 +18795,7 @@ class VirtualNetworkClient(object):
18380
18795
  :rtype: :class:`~oci.response.Response`
18381
18796
 
18382
18797
  :example:
18383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
18798
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
18384
18799
  """
18385
18800
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18386
18801
  required_arguments = ['compartmentId']
@@ -18476,6 +18891,93 @@ class VirtualNetworkClient(object):
18476
18891
  api_reference_link=api_reference_link,
18477
18892
  required_arguments=required_arguments)
18478
18893
 
18894
+ def list_ip_inventory(self, list_ip_inventory_details, **kwargs):
18895
+ """
18896
+ Lists the IP Inventory information in the selected compartments.
18897
+
18898
+
18899
+ :param oci.core.models.ListIpInventoryDetails list_ip_inventory_details: (required)
18900
+ Details required to list the IP Inventory data.
18901
+
18902
+ :param str opc_request_id: (optional)
18903
+ Unique identifier for the request.
18904
+ If you need to contact Oracle about a particular request, please provide the request ID.
18905
+
18906
+ :param obj retry_strategy: (optional)
18907
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
18908
+
18909
+ 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.
18910
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
18911
+
18912
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
18913
+
18914
+ :param bool allow_control_chars: (optional)
18915
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
18916
+ By default, the response will not allow control characters in strings
18917
+
18918
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.core.models.IpInventoryCollection`
18919
+ :rtype: :class:`~oci.response.Response`
18920
+
18921
+ :example:
18922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_ip_inventory.py.html>`__ to see an example of how to use list_ip_inventory API.
18923
+ """
18924
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18925
+ required_arguments = []
18926
+ resource_path = "/ipInventory"
18927
+ method = "POST"
18928
+ operation_name = "list_ip_inventory"
18929
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/Vcn/ListIpInventory"
18930
+
18931
+ # Don't accept unknown kwargs
18932
+ expected_kwargs = [
18933
+ "allow_control_chars",
18934
+ "retry_strategy",
18935
+ "opc_request_id"
18936
+ ]
18937
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
18938
+ if extra_kwargs:
18939
+ raise ValueError(
18940
+ f"list_ip_inventory got unknown kwargs: {extra_kwargs!r}")
18941
+
18942
+ header_params = {
18943
+ "accept": "application/json",
18944
+ "content-type": "application/json",
18945
+ "opc-request-id": kwargs.get("opc_request_id", missing)
18946
+ }
18947
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
18948
+
18949
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
18950
+ operation_retry_strategy=kwargs.get('retry_strategy'),
18951
+ client_retry_strategy=self.retry_strategy
18952
+ )
18953
+
18954
+ if retry_strategy:
18955
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
18956
+ self.base_client.add_opc_client_retries_header(header_params)
18957
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
18958
+ return retry_strategy.make_retrying_call(
18959
+ self.base_client.call_api,
18960
+ resource_path=resource_path,
18961
+ method=method,
18962
+ header_params=header_params,
18963
+ body=list_ip_inventory_details,
18964
+ response_type="IpInventoryCollection",
18965
+ allow_control_chars=kwargs.get('allow_control_chars'),
18966
+ operation_name=operation_name,
18967
+ api_reference_link=api_reference_link,
18968
+ required_arguments=required_arguments)
18969
+ else:
18970
+ return self.base_client.call_api(
18971
+ resource_path=resource_path,
18972
+ method=method,
18973
+ header_params=header_params,
18974
+ body=list_ip_inventory_details,
18975
+ response_type="IpInventoryCollection",
18976
+ allow_control_chars=kwargs.get('allow_control_chars'),
18977
+ operation_name=operation_name,
18978
+ api_reference_link=api_reference_link,
18979
+ required_arguments=required_arguments)
18980
+
18479
18981
  def list_ip_sec_connection_tunnel_routes(self, ipsc_id, tunnel_id, **kwargs):
18480
18982
  """
18481
18983
  The routes advertised to the on-premises network and the routes received from the on-premises network.
@@ -18530,7 +19032,7 @@ class VirtualNetworkClient(object):
18530
19032
  :rtype: :class:`~oci.response.Response`
18531
19033
 
18532
19034
  :example:
18533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_ip_sec_connection_tunnel_routes.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_routes API.
19035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_ip_sec_connection_tunnel_routes.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_routes API.
18534
19036
  """
18535
19037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18536
19038
  required_arguments = ['ipscId', 'tunnelId']
@@ -18665,7 +19167,7 @@ class VirtualNetworkClient(object):
18665
19167
  :rtype: :class:`~oci.response.Response`
18666
19168
 
18667
19169
  :example:
18668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/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.
19170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/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.
18669
19171
  """
18670
19172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18671
19173
  required_arguments = ['ipscId', 'tunnelId']
@@ -18786,7 +19288,7 @@ class VirtualNetworkClient(object):
18786
19288
  :rtype: :class:`~oci.response.Response`
18787
19289
 
18788
19290
  :example:
18789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
19291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
18790
19292
  """
18791
19293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18792
19294
  required_arguments = ['ipscId']
@@ -18917,7 +19419,7 @@ class VirtualNetworkClient(object):
18917
19419
  :rtype: :class:`~oci.response.Response`
18918
19420
 
18919
19421
  :example:
18920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
19422
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
18921
19423
  """
18922
19424
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18923
19425
  required_arguments = ['compartmentId']
@@ -19053,7 +19555,7 @@ class VirtualNetworkClient(object):
19053
19555
  :rtype: :class:`~oci.response.Response`
19054
19556
 
19055
19557
  :example:
19056
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
19558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
19057
19559
  """
19058
19560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19059
19561
  required_arguments = []
@@ -19174,7 +19676,7 @@ class VirtualNetworkClient(object):
19174
19676
  :rtype: :class:`~oci.response.Response`
19175
19677
 
19176
19678
  :example:
19177
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
19679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
19178
19680
  """
19179
19681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19180
19682
  required_arguments = ['compartmentId']
@@ -19316,7 +19818,7 @@ class VirtualNetworkClient(object):
19316
19818
  :rtype: :class:`~oci.response.Response`
19317
19819
 
19318
19820
  :example:
19319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
19821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
19320
19822
  """
19321
19823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19322
19824
  required_arguments = ['compartmentId']
@@ -19471,7 +19973,7 @@ class VirtualNetworkClient(object):
19471
19973
  :rtype: :class:`~oci.response.Response`
19472
19974
 
19473
19975
  :example:
19474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_network_security_group_security_rules.py.html>`__ to see an example of how to use list_network_security_group_security_rules API.
19976
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_network_security_group_security_rules.py.html>`__ to see an example of how to use list_network_security_group_security_rules API.
19475
19977
  """
19476
19978
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19477
19979
  required_arguments = ['networkSecurityGroupId']
@@ -19627,7 +20129,7 @@ class VirtualNetworkClient(object):
19627
20129
  :rtype: :class:`~oci.response.Response`
19628
20130
 
19629
20131
  :example:
19630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
20132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
19631
20133
  """
19632
20134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19633
20135
  required_arguments = ['networkSecurityGroupId']
@@ -19801,7 +20303,7 @@ class VirtualNetworkClient(object):
19801
20303
  :rtype: :class:`~oci.response.Response`
19802
20304
 
19803
20305
  :example:
19804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
20306
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
19805
20307
  """
19806
20308
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19807
20309
  required_arguments = []
@@ -19975,7 +20477,7 @@ class VirtualNetworkClient(object):
19975
20477
  :rtype: :class:`~oci.response.Response`
19976
20478
 
19977
20479
  :example:
19978
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
20480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
19979
20481
  """
19980
20482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19981
20483
  required_arguments = []
@@ -20118,7 +20620,7 @@ class VirtualNetworkClient(object):
20118
20620
  :rtype: :class:`~oci.response.Response`
20119
20621
 
20120
20622
  :example:
20121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
20623
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
20122
20624
  """
20123
20625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20124
20626
  required_arguments = ['compartmentId']
@@ -20296,7 +20798,7 @@ class VirtualNetworkClient(object):
20296
20798
  :rtype: :class:`~oci.response.Response`
20297
20799
 
20298
20800
  :example:
20299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
20801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
20300
20802
  """
20301
20803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20302
20804
  required_arguments = ['scope', 'compartmentId']
@@ -20429,7 +20931,7 @@ class VirtualNetworkClient(object):
20429
20931
  :rtype: :class:`~oci.response.Response`
20430
20932
 
20431
20933
  :example:
20432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
20934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
20433
20935
  """
20434
20936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20435
20937
  required_arguments = ['compartmentId']
@@ -20575,7 +21077,7 @@ class VirtualNetworkClient(object):
20575
21077
  :rtype: :class:`~oci.response.Response`
20576
21078
 
20577
21079
  :example:
20578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
21080
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
20579
21081
  """
20580
21082
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20581
21083
  required_arguments = ['compartmentId']
@@ -20746,7 +21248,7 @@ class VirtualNetworkClient(object):
20746
21248
  :rtype: :class:`~oci.response.Response`
20747
21249
 
20748
21250
  :example:
20749
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
21251
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
20750
21252
  """
20751
21253
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20752
21254
  required_arguments = ['compartmentId']
@@ -20914,7 +21416,7 @@ class VirtualNetworkClient(object):
20914
21416
  :rtype: :class:`~oci.response.Response`
20915
21417
 
20916
21418
  :example:
20917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
21419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
20918
21420
  """
20919
21421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20920
21422
  required_arguments = ['compartmentId']
@@ -21046,7 +21548,7 @@ class VirtualNetworkClient(object):
21046
21548
  :rtype: :class:`~oci.response.Response`
21047
21549
 
21048
21550
  :example:
21049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_services.py.html>`__ to see an example of how to use list_services API.
21551
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_services.py.html>`__ to see an example of how to use list_services API.
21050
21552
  """
21051
21553
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21052
21554
  required_arguments = []
@@ -21185,7 +21687,7 @@ class VirtualNetworkClient(object):
21185
21687
  :rtype: :class:`~oci.response.Response`
21186
21688
 
21187
21689
  :example:
21188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
21690
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
21189
21691
  """
21190
21692
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21191
21693
  required_arguments = ['compartmentId']
@@ -21350,7 +21852,7 @@ class VirtualNetworkClient(object):
21350
21852
  :rtype: :class:`~oci.response.Response`
21351
21853
 
21352
21854
  :example:
21353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
21855
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
21354
21856
  """
21355
21857
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21356
21858
  required_arguments = ['compartmentId']
@@ -21486,7 +21988,7 @@ class VirtualNetworkClient(object):
21486
21988
  :rtype: :class:`~oci.response.Response`
21487
21989
 
21488
21990
  :example:
21489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_virtual_circuit_associated_tunnels.py.html>`__ to see an example of how to use list_virtual_circuit_associated_tunnels API.
21991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_virtual_circuit_associated_tunnels.py.html>`__ to see an example of how to use list_virtual_circuit_associated_tunnels API.
21490
21992
  """
21491
21993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21492
21994
  required_arguments = ['virtualCircuitId']
@@ -21608,7 +22110,7 @@ class VirtualNetworkClient(object):
21608
22110
  :rtype: :class:`~oci.response.Response`
21609
22111
 
21610
22112
  :example:
21611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
22113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
21612
22114
  """
21613
22115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21614
22116
  required_arguments = ['compartmentId']
@@ -21710,7 +22212,7 @@ class VirtualNetworkClient(object):
21710
22212
  :rtype: :class:`~oci.response.Response`
21711
22213
 
21712
22214
  :example:
21713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
22215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
21714
22216
  """
21715
22217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21716
22218
  required_arguments = ['virtualCircuitId']
@@ -21862,7 +22364,7 @@ class VirtualNetworkClient(object):
21862
22364
  :rtype: :class:`~oci.response.Response`
21863
22365
 
21864
22366
  :example:
21865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
22367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
21866
22368
  """
21867
22369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21868
22370
  required_arguments = ['compartmentId']
@@ -22036,7 +22538,7 @@ class VirtualNetworkClient(object):
22036
22538
  :rtype: :class:`~oci.response.Response`
22037
22539
 
22038
22540
  :example:
22039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
22541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
22040
22542
  """
22041
22543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22042
22544
  required_arguments = ['compartmentId']
@@ -22232,7 +22734,7 @@ class VirtualNetworkClient(object):
22232
22734
  :rtype: :class:`~oci.response.Response`
22233
22735
 
22234
22736
  :example:
22235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
22737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
22236
22738
  """
22237
22739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22238
22740
  required_arguments = ['compartmentId']
@@ -22392,7 +22894,7 @@ class VirtualNetworkClient(object):
22392
22894
  :rtype: :class:`~oci.response.Response`
22393
22895
 
22394
22896
  :example:
22395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
22897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
22396
22898
  """
22397
22899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22398
22900
  required_arguments = ['vcnId']
@@ -22495,7 +22997,7 @@ class VirtualNetworkClient(object):
22495
22997
  :rtype: :class:`~oci.response.Response`
22496
22998
 
22497
22999
  :example:
22498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
23000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
22499
23001
  """
22500
23002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22501
23003
  required_arguments = ['drgRouteDistributionId']
@@ -22586,7 +23088,7 @@ class VirtualNetworkClient(object):
22586
23088
  :rtype: :class:`~oci.response.Response`
22587
23089
 
22588
23090
  :example:
22589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
23091
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
22590
23092
  """
22591
23093
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22592
23094
  required_arguments = ['drgRouteTableId']
@@ -22683,7 +23185,7 @@ class VirtualNetworkClient(object):
22683
23185
  :rtype: :class:`~oci.response.Response`
22684
23186
 
22685
23187
  :example:
22686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
23188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
22687
23189
  """
22688
23190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22689
23191
  required_arguments = ['drgAttachmentId']
@@ -22790,7 +23292,7 @@ class VirtualNetworkClient(object):
22790
23292
  :rtype: :class:`~oci.response.Response`
22791
23293
 
22792
23294
  :example:
22793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
23295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
22794
23296
  """
22795
23297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22796
23298
  required_arguments = ['drgRouteTableId']
@@ -22906,7 +23408,7 @@ class VirtualNetworkClient(object):
22906
23408
  :rtype: :class:`~oci.response.Response`
22907
23409
 
22908
23410
  :example:
22909
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
23411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
22910
23412
  """
22911
23413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22912
23414
  required_arguments = ['subnetId']
@@ -23025,7 +23527,7 @@ class VirtualNetworkClient(object):
23025
23527
  :rtype: :class:`~oci.response.Response`
23026
23528
 
23027
23529
  :example:
23028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
23530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
23029
23531
  """
23030
23532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23031
23533
  required_arguments = ['vcnId']
@@ -23130,7 +23632,7 @@ class VirtualNetworkClient(object):
23130
23632
  :rtype: :class:`~oci.response.Response`
23131
23633
 
23132
23634
  :example:
23133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/remove_network_security_group_security_rules.py.html>`__ to see an example of how to use remove_network_security_group_security_rules API.
23635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/remove_network_security_group_security_rules.py.html>`__ to see an example of how to use remove_network_security_group_security_rules API.
23134
23636
  """
23135
23637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23136
23638
  required_arguments = ['networkSecurityGroupId']
@@ -23232,7 +23734,7 @@ class VirtualNetworkClient(object):
23232
23734
  :rtype: :class:`~oci.response.Response`
23233
23735
 
23234
23736
  :example:
23235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
23737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
23236
23738
  """
23237
23739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23238
23740
  required_arguments = ['publicIpPoolId']
@@ -23355,7 +23857,7 @@ class VirtualNetworkClient(object):
23355
23857
  :rtype: :class:`~oci.response.Response`
23356
23858
 
23357
23859
  :example:
23358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
23860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
23359
23861
  """
23360
23862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23361
23863
  required_arguments = ['vcnId']
@@ -23467,7 +23969,7 @@ class VirtualNetworkClient(object):
23467
23969
  :rtype: :class:`~oci.response.Response`
23468
23970
 
23469
23971
  :example:
23470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
23972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
23471
23973
  """
23472
23974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23473
23975
  required_arguments = ['byoipRangeId']
@@ -23578,7 +24080,7 @@ class VirtualNetworkClient(object):
23578
24080
  :rtype: :class:`~oci.response.Response`
23579
24081
 
23580
24082
  :example:
23581
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
24083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
23582
24084
  """
23583
24085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23584
24086
  required_arguments = ['captureFilterId']
@@ -23686,7 +24188,7 @@ class VirtualNetworkClient(object):
23686
24188
  :rtype: :class:`~oci.response.Response`
23687
24189
 
23688
24190
  :example:
23689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
24191
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
23690
24192
  """
23691
24193
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23692
24194
  required_arguments = ['cpeId']
@@ -23793,7 +24295,7 @@ class VirtualNetworkClient(object):
23793
24295
  :rtype: :class:`~oci.response.Response`
23794
24296
 
23795
24297
  :example:
23796
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
24298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
23797
24299
  """
23798
24300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23799
24301
  required_arguments = ['crossConnectId']
@@ -23901,7 +24403,7 @@ class VirtualNetworkClient(object):
23901
24403
  :rtype: :class:`~oci.response.Response`
23902
24404
 
23903
24405
  :example:
23904
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
24406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
23905
24407
  """
23906
24408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23907
24409
  required_arguments = ['crossConnectGroupId']
@@ -24011,7 +24513,7 @@ class VirtualNetworkClient(object):
24011
24513
  :rtype: :class:`~oci.response.Response`
24012
24514
 
24013
24515
  :example:
24014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
24516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
24015
24517
  """
24016
24518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24017
24519
  required_arguments = ['dhcpId']
@@ -24116,7 +24618,7 @@ class VirtualNetworkClient(object):
24116
24618
  :rtype: :class:`~oci.response.Response`
24117
24619
 
24118
24620
  :example:
24119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
24621
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
24120
24622
  """
24121
24623
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24122
24624
  required_arguments = ['drgId']
@@ -24222,7 +24724,7 @@ class VirtualNetworkClient(object):
24222
24724
  :rtype: :class:`~oci.response.Response`
24223
24725
 
24224
24726
  :example:
24225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
24727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
24226
24728
  """
24227
24729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24228
24730
  required_arguments = ['drgAttachmentId']
@@ -24327,7 +24829,7 @@ class VirtualNetworkClient(object):
24327
24829
  :rtype: :class:`~oci.response.Response`
24328
24830
 
24329
24831
  :example:
24330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
24832
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
24331
24833
  """
24332
24834
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24333
24835
  required_arguments = ['drgRouteDistributionId']
@@ -24427,7 +24929,7 @@ class VirtualNetworkClient(object):
24427
24929
  :rtype: :class:`~oci.response.Response`
24428
24930
 
24429
24931
  :example:
24430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
24932
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
24431
24933
  """
24432
24934
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24433
24935
  required_arguments = ['drgRouteDistributionId']
@@ -24520,7 +25022,7 @@ class VirtualNetworkClient(object):
24520
25022
  :rtype: :class:`~oci.response.Response`
24521
25023
 
24522
25024
  :example:
24523
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
25025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
24524
25026
  """
24525
25027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24526
25028
  required_arguments = ['drgRouteTableId']
@@ -24618,7 +25120,7 @@ class VirtualNetworkClient(object):
24618
25120
  :rtype: :class:`~oci.response.Response`
24619
25121
 
24620
25122
  :example:
24621
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
25123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
24622
25124
  """
24623
25125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24624
25126
  required_arguments = ['drgRouteTableId']
@@ -24727,7 +25229,7 @@ class VirtualNetworkClient(object):
24727
25229
  :rtype: :class:`~oci.response.Response`
24728
25230
 
24729
25231
  :example:
24730
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
25232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
24731
25233
  """
24732
25234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24733
25235
  required_arguments = ['igId']
@@ -24835,7 +25337,7 @@ class VirtualNetworkClient(object):
24835
25337
  :rtype: :class:`~oci.response.Response`
24836
25338
 
24837
25339
  :example:
24838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
25340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
24839
25341
  """
24840
25342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24841
25343
  required_arguments = ['ipscId']
@@ -24962,7 +25464,7 @@ class VirtualNetworkClient(object):
24962
25464
  :rtype: :class:`~oci.response.Response`
24963
25465
 
24964
25466
  :example:
24965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
25467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
24966
25468
  """
24967
25469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24968
25470
  required_arguments = ['ipscId', 'tunnelId']
@@ -25079,7 +25581,7 @@ class VirtualNetworkClient(object):
25079
25581
  :rtype: :class:`~oci.response.Response`
25080
25582
 
25081
25583
  :example:
25082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/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.
25584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/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.
25083
25585
  """
25084
25586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25085
25587
  required_arguments = ['ipscId', 'tunnelId']
@@ -25199,7 +25701,7 @@ class VirtualNetworkClient(object):
25199
25701
  :rtype: :class:`~oci.response.Response`
25200
25702
 
25201
25703
  :example:
25202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
25704
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
25203
25705
  """
25204
25706
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25205
25707
  required_arguments = ['ipv6Id']
@@ -25306,7 +25808,7 @@ class VirtualNetworkClient(object):
25306
25808
  :rtype: :class:`~oci.response.Response`
25307
25809
 
25308
25810
  :example:
25309
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
25811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
25310
25812
  """
25311
25813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25312
25814
  required_arguments = ['localPeeringGatewayId']
@@ -25411,7 +25913,7 @@ class VirtualNetworkClient(object):
25411
25913
  :rtype: :class:`~oci.response.Response`
25412
25914
 
25413
25915
  :example:
25414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
25916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
25415
25917
  """
25416
25918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25417
25919
  required_arguments = ['natGatewayId']
@@ -25532,7 +26034,7 @@ class VirtualNetworkClient(object):
25532
26034
  :rtype: :class:`~oci.response.Response`
25533
26035
 
25534
26036
  :example:
25535
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
26037
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
25536
26038
  """
25537
26039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25538
26040
  required_arguments = ['networkSecurityGroupId']
@@ -25633,7 +26135,7 @@ class VirtualNetworkClient(object):
25633
26135
  :rtype: :class:`~oci.response.Response`
25634
26136
 
25635
26137
  :example:
25636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_network_security_group_security_rules.py.html>`__ to see an example of how to use update_network_security_group_security_rules API.
26138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_network_security_group_security_rules.py.html>`__ to see an example of how to use update_network_security_group_security_rules API.
25637
26139
  """
25638
26140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25639
26141
  required_arguments = ['networkSecurityGroupId']
@@ -25742,7 +26244,7 @@ class VirtualNetworkClient(object):
25742
26244
  :rtype: :class:`~oci.response.Response`
25743
26245
 
25744
26246
  :example:
25745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
26247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
25746
26248
  """
25747
26249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25748
26250
  required_arguments = ['privateIpId']
@@ -25888,7 +26390,7 @@ class VirtualNetworkClient(object):
25888
26390
  :rtype: :class:`~oci.response.Response`
25889
26391
 
25890
26392
  :example:
25891
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
26393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
25892
26394
  """
25893
26395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25894
26396
  required_arguments = ['publicIpId']
@@ -25997,7 +26499,7 @@ class VirtualNetworkClient(object):
25997
26499
  :rtype: :class:`~oci.response.Response`
25998
26500
 
25999
26501
  :example:
26000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
26502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
26001
26503
  """
26002
26504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26003
26505
  required_arguments = ['publicIpPoolId']
@@ -26104,7 +26606,7 @@ class VirtualNetworkClient(object):
26104
26606
  :rtype: :class:`~oci.response.Response`
26105
26607
 
26106
26608
  :example:
26107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
26609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
26108
26610
  """
26109
26611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26110
26612
  required_arguments = ['remotePeeringConnectionId']
@@ -26214,7 +26716,7 @@ class VirtualNetworkClient(object):
26214
26716
  :rtype: :class:`~oci.response.Response`
26215
26717
 
26216
26718
  :example:
26217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
26719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
26218
26720
  """
26219
26721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26220
26722
  required_arguments = ['rtId']
@@ -26323,7 +26825,7 @@ class VirtualNetworkClient(object):
26323
26825
  :rtype: :class:`~oci.response.Response`
26324
26826
 
26325
26827
  :example:
26326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
26828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
26327
26829
  """
26328
26830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26329
26831
  required_arguments = ['securityListId']
@@ -26429,7 +26931,7 @@ class VirtualNetworkClient(object):
26429
26931
  :rtype: :class:`~oci.response.Response`
26430
26932
 
26431
26933
  :example:
26432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
26934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
26433
26935
  """
26434
26936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26435
26937
  required_arguments = ['serviceGatewayId']
@@ -26534,7 +27036,7 @@ class VirtualNetworkClient(object):
26534
27036
  :rtype: :class:`~oci.response.Response`
26535
27037
 
26536
27038
  :example:
26537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
27039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
26538
27040
  """
26539
27041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26540
27042
  required_arguments = ['subnetId']
@@ -26657,7 +27159,7 @@ class VirtualNetworkClient(object):
26657
27159
  :rtype: :class:`~oci.response.Response`
26658
27160
 
26659
27161
  :example:
26660
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
27162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
26661
27163
  """
26662
27164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26663
27165
  required_arguments = ['ipscId', 'tunnelId']
@@ -26770,7 +27272,7 @@ class VirtualNetworkClient(object):
26770
27272
  :rtype: :class:`~oci.response.Response`
26771
27273
 
26772
27274
  :example:
26773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
27275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
26774
27276
  """
26775
27277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26776
27278
  required_arguments = ['vcnId']
@@ -26900,7 +27402,7 @@ class VirtualNetworkClient(object):
26900
27402
  :rtype: :class:`~oci.response.Response`
26901
27403
 
26902
27404
  :example:
26903
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
27405
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
26904
27406
  """
26905
27407
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26906
27408
  required_arguments = ['virtualCircuitId']
@@ -27012,7 +27514,7 @@ class VirtualNetworkClient(object):
27012
27514
  :rtype: :class:`~oci.response.Response`
27013
27515
 
27014
27516
  :example:
27015
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
27517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
27016
27518
  """
27017
27519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27018
27520
  required_arguments = ['vlanId']
@@ -27119,7 +27621,7 @@ class VirtualNetworkClient(object):
27119
27621
  :rtype: :class:`~oci.response.Response`
27120
27622
 
27121
27623
  :example:
27122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
27624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
27123
27625
  """
27124
27626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27125
27627
  required_arguments = ['vnicId']
@@ -27228,7 +27730,7 @@ class VirtualNetworkClient(object):
27228
27730
  :rtype: :class:`~oci.response.Response`
27229
27731
 
27230
27732
  :example:
27231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
27733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
27232
27734
  """
27233
27735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27234
27736
  required_arguments = ['vtapId']
@@ -27339,7 +27841,7 @@ class VirtualNetworkClient(object):
27339
27841
  :rtype: :class:`~oci.response.Response`
27340
27842
 
27341
27843
  :example:
27342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
27844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
27343
27845
  """
27344
27846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27345
27847
  required_arguments = ['drgId']
@@ -27442,7 +27944,7 @@ class VirtualNetworkClient(object):
27442
27944
  :rtype: :class:`~oci.response.Response`
27443
27945
 
27444
27946
  :example:
27445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
27947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
27446
27948
  """
27447
27949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27448
27950
  required_arguments = ['byoipRangeId']
@@ -27539,7 +28041,7 @@ class VirtualNetworkClient(object):
27539
28041
  :rtype: :class:`~oci.response.Response`
27540
28042
 
27541
28043
  :example:
27542
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
28044
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
27543
28045
  """
27544
28046
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27545
28047
  required_arguments = ['byoipRangeId']