oci 2.135.1__py3-none-any.whl → 2.135.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 (327) 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 +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +72 -72
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +32 -32
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +8 -8
  37. oci/cims/user_client.py +1 -1
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +14 -14
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +98 -94
  50. oci/container_engine/models/cluster.py +6 -2
  51. oci/container_engine/models/cluster_summary.py +6 -2
  52. oci/container_engine/models/node.py +6 -2
  53. oci/container_engine/models/node_pool.py +6 -2
  54. oci/container_engine/models/node_pool_summary.py +6 -2
  55. oci/container_engine/models/start_credential_rotation_details.py +2 -2
  56. oci/container_engine/models/work_request.py +7 -3
  57. oci/container_engine/models/work_request_summary.py +7 -3
  58. oci/container_engine/models/workload_mapping.py +35 -2
  59. oci/container_engine/models/workload_mapping_summary.py +35 -2
  60. oci/container_instances/container_instance_client.py +18 -18
  61. oci/core/blockstorage_client.py +60 -60
  62. oci/core/compute_client.py +102 -102
  63. oci/core/compute_management_client.py +32 -32
  64. oci/core/models/__init__.py +2 -0
  65. oci/core/models/launch_attach_paravirtualized_volume_details.py +123 -0
  66. oci/core/models/launch_attach_volume_details.py +4 -0
  67. oci/core/virtual_network_client.py +247 -247
  68. oci/dashboard_service/dashboard_client.py +6 -6
  69. oci/dashboard_service/dashboard_group_client.py +6 -6
  70. oci/data_catalog/data_catalog_client.py +149 -149
  71. oci/data_flow/data_flow_client.py +42 -42
  72. oci/data_integration/data_integration_client.py +163 -163
  73. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  74. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  75. oci/data_safe/data_safe_client.py +292 -292
  76. oci/data_science/data_science_client.py +91 -91
  77. oci/database/database_client.py +396 -396
  78. oci/database/models/cloud_vm_cluster.py +29 -2
  79. oci/database/models/cloud_vm_cluster_summary.py +29 -2
  80. oci/database/models/create_cloud_vm_cluster_details.py +29 -2
  81. oci/database/models/create_vm_cluster_details.py +29 -2
  82. oci/database/models/update_cloud_vm_cluster_details.py +29 -2
  83. oci/database/models/update_vm_cluster_details.py +29 -2
  84. oci/database/models/vm_cluster.py +29 -2
  85. oci/database/models/vm_cluster_summary.py +29 -2
  86. oci/database_management/db_management_client.py +211 -211
  87. oci/database_management/diagnosability_client.py +4 -4
  88. oci/database_management/managed_my_sql_databases_client.py +7 -7
  89. oci/database_management/perfhub_client.py +1 -1
  90. oci/database_management/sql_tuning_client.py +17 -17
  91. oci/database_migration/database_migration_client.py +42 -42
  92. oci/database_tools/database_tools_client.py +23 -23
  93. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  94. oci/delegate_access_control/work_request_client.py +4 -4
  95. oci/demand_signal/occ_demand_signal_client.py +7 -7
  96. oci/desktops/desktop_service_client.py +33 -22
  97. oci/desktops/models/__init__.py +18 -0
  98. oci/desktops/models/create_desktop_pool_desktop_session_lifecycle_actions.py +95 -0
  99. oci/desktops/models/create_desktop_pool_details.py +136 -4
  100. oci/desktops/models/create_desktop_pool_private_access_details.py +142 -0
  101. oci/desktops/models/create_desktop_pool_shape_config_details.py +170 -0
  102. oci/desktops/models/desktop_image.py +33 -2
  103. oci/desktops/models/desktop_network_configuration.py +14 -4
  104. oci/desktops/models/desktop_pool.py +136 -4
  105. oci/desktops/models/desktop_pool_private_access_details.py +212 -0
  106. oci/desktops/models/desktop_pool_shape_config.py +170 -0
  107. oci/desktops/models/desktop_session_lifecycle_actions.py +95 -0
  108. oci/desktops/models/disconnect_config.py +121 -0
  109. oci/desktops/models/inactivity_config.py +121 -0
  110. oci/desktops/models/update_desktop_pool_desktop_session_lifecycle_actions.py +95 -0
  111. oci/desktops/models/update_desktop_pool_details.py +29 -2
  112. oci/devops/devops_client.py +141 -141
  113. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  114. oci/dns/dns_client.py +52 -52
  115. oci/dts/appliance_export_job_client.py +6 -6
  116. oci/dts/shipping_vendors_client.py +1 -1
  117. oci/dts/transfer_appliance_client.py +8 -8
  118. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  119. oci/dts/transfer_device_client.py +5 -5
  120. oci/dts/transfer_job_client.py +6 -6
  121. oci/dts/transfer_package_client.py +7 -7
  122. oci/em_warehouse/em_data_lake_client.py +13 -13
  123. oci/em_warehouse/em_warehouse_client.py +13 -13
  124. oci/email/email_client.py +31 -31
  125. oci/email_data_plane/email_dp_client.py +1 -1
  126. oci/events/events_client.py +6 -6
  127. oci/file_storage/file_storage_client.py +54 -54
  128. oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
  129. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  130. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  131. oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
  132. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
  133. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  134. oci/functions/functions_invoke_client.py +1 -1
  135. oci/functions/functions_management_client.py +16 -16
  136. oci/fusion_apps/data_masking_activity_client.py +3 -3
  137. oci/fusion_apps/fusion_applications_client.py +42 -42
  138. oci/fusion_apps/fusion_environment_client.py +15 -15
  139. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  140. oci/fusion_apps/models/create_fusion_environment_admin_user_details.py +1 -1
  141. oci/fusion_apps/refresh_activity_client.py +4 -4
  142. oci/fusion_apps/scheduled_activity_client.py +2 -2
  143. oci/fusion_apps/service_attachment_client.py +2 -2
  144. oci/generative_ai/generative_ai_client.py +22 -22
  145. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  146. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  147. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  148. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  149. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  150. oci/golden_gate/golden_gate_client.py +68 -68
  151. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  152. oci/governance_rules_control_plane/work_request_client.py +5 -5
  153. oci/healthchecks/health_checks_client.py +17 -17
  154. oci/identity/identity_client.py +145 -145
  155. oci/identity_data_plane/dataplane_client.py +2 -2
  156. oci/identity_domains/identity_domains_client.py +307 -307
  157. oci/integration/integration_instance_client.py +19 -19
  158. oci/jms/java_management_service_client.py +75 -75
  159. oci/jms_java_downloads/java_download_client.py +25 -25
  160. oci/key_management/ekm_client.py +5 -5
  161. oci/key_management/kms_crypto_client.py +6 -6
  162. oci/key_management/kms_hsm_cluster_client.py +12 -12
  163. oci/key_management/kms_management_client.py +21 -21
  164. oci/key_management/kms_vault_client.py +14 -14
  165. oci/license_manager/license_manager_client.py +18 -18
  166. oci/limits/limits_client.py +4 -4
  167. oci/limits/quotas_client.py +7 -7
  168. oci/load_balancer/load_balancer_client.py +61 -61
  169. oci/load_balancer/models/connection_configuration.py +47 -2
  170. oci/lockbox/lockbox_client.py +24 -24
  171. oci/log_analytics/log_analytics_client.py +193 -193
  172. oci/logging/logging_management_client.py +30 -30
  173. oci/loggingingestion/logging_client.py +1 -1
  174. oci/loggingsearch/log_search_client.py +1 -1
  175. oci/management_agent/management_agent_client.py +28 -28
  176. oci/management_dashboard/dashx_apis_client.py +14 -14
  177. oci/marketplace/account_client.py +2 -2
  178. oci/marketplace/marketplace_client.py +30 -30
  179. oci/marketplace_private_offer/attachment_client.py +5 -5
  180. oci/marketplace_private_offer/offer_client.py +6 -6
  181. oci/marketplace_publisher/attachment_client.py +5 -5
  182. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  183. oci/marketplace_publisher/offer_client.py +6 -6
  184. oci/media_services/media_services_client.py +60 -60
  185. oci/media_services/media_stream_client.py +2 -2
  186. oci/monitoring/monitoring_client.py +18 -18
  187. oci/mysql/channels_client.py +7 -7
  188. oci/mysql/db_backups_client.py +7 -7
  189. oci/mysql/db_system_client.py +17 -17
  190. oci/mysql/mysqlaas_client.py +7 -7
  191. oci/mysql/replicas_client.py +5 -5
  192. oci/mysql/work_requests_client.py +4 -4
  193. oci/network_firewall/network_firewall_client.py +86 -86
  194. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  195. oci/nosql/nosql_client.py +24 -24
  196. oci/object_storage/object_storage_client.py +55 -55
  197. oci/oce/oce_instance_client.py +10 -10
  198. oci/oci_control_center/occ_metrics_client.py +3 -3
  199. oci/ocvp/cluster_client.py +5 -5
  200. oci/ocvp/esxi_host_client.py +8 -8
  201. oci/ocvp/sddc_client.py +14 -14
  202. oci/ocvp/work_request_client.py +4 -4
  203. oci/oda/management_client.py +59 -59
  204. oci/oda/oda_client.py +17 -17
  205. oci/oda/odapackage_client.py +7 -7
  206. oci/onesubscription/billing_schedule_client.py +1 -1
  207. oci/onesubscription/commitment_client.py +2 -2
  208. oci/onesubscription/computed_usage_client.py +3 -3
  209. oci/onesubscription/invoice_summary_client.py +2 -2
  210. oci/onesubscription/organization_subscription_client.py +1 -1
  211. oci/onesubscription/ratecard_client.py +1 -1
  212. oci/onesubscription/subscribed_service_client.py +2 -2
  213. oci/onesubscription/subscription_client.py +1 -1
  214. oci/ons/notification_control_plane_client.py +6 -6
  215. oci/ons/notification_data_plane_client.py +10 -10
  216. oci/opa/opa_instance_client.py +13 -13
  217. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  218. oci/opensearch/opensearch_cluster_client.py +14 -14
  219. oci/operator_access_control/access_requests_client.py +10 -10
  220. oci/operator_access_control/operator_actions_client.py +2 -2
  221. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  222. oci/operator_access_control/operator_control_client.py +6 -6
  223. oci/opsi/models/__init__.py +6 -0
  224. oci/opsi/models/create_autonomous_database_insight_details.py +291 -0
  225. oci/opsi/models/create_database_insight_details.py +4 -0
  226. oci/opsi/models/credential_by_iam.py +58 -0
  227. oci/opsi/models/credential_by_vault.py +1 -1
  228. oci/opsi/models/credential_details.py +13 -5
  229. oci/opsi/models/credentials_by_source.py +1 -1
  230. oci/opsi/models/enable_autonomous_database_insight_details.py +301 -0
  231. oci/opsi/models/enable_database_insight_details.py +4 -0
  232. oci/opsi/operations_insights_client.py +179 -179
  233. oci/optimizer/optimizer_client.py +26 -26
  234. oci/os_management/event_client.py +8 -8
  235. oci/os_management/os_management_client.py +69 -69
  236. oci/os_management_hub/event_client.py +8 -8
  237. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  238. oci/os_management_hub/managed_instance_client.py +31 -31
  239. oci/os_management_hub/managed_instance_group_client.py +25 -25
  240. oci/os_management_hub/management_station_client.py +10 -10
  241. oci/os_management_hub/onboarding_client.py +6 -6
  242. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  243. oci/os_management_hub/scheduled_job_client.py +7 -7
  244. oci/os_management_hub/software_source_client.py +27 -27
  245. oci/os_management_hub/work_request_client.py +4 -4
  246. oci/osp_gateway/address_rule_service_client.py +1 -1
  247. oci/osp_gateway/address_service_client.py +2 -2
  248. oci/osp_gateway/invoice_service_client.py +5 -5
  249. oci/osp_gateway/subscription_service_client.py +5 -5
  250. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  251. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  252. oci/osub_subscription/commitment_client.py +2 -2
  253. oci/osub_subscription/ratecard_client.py +1 -1
  254. oci/osub_subscription/subscription_client.py +1 -1
  255. oci/osub_usage/computed_usage_client.py +3 -3
  256. oci/psql/postgresql_client.py +33 -33
  257. oci/queue/queue_admin_client.py +11 -11
  258. oci/queue/queue_client.py +8 -8
  259. oci/recovery/database_recovery_client.py +26 -26
  260. oci/redis/redis_cluster_client.py +12 -12
  261. oci/resource_manager/resource_manager_client.py +52 -52
  262. oci/resource_scheduler/schedule_client.py +13 -13
  263. oci/resource_search/resource_search_client.py +3 -3
  264. oci/rover/rover_bundle_client.py +8 -8
  265. oci/rover/rover_cluster_client.py +8 -8
  266. oci/rover/rover_entitlement_client.py +6 -6
  267. oci/rover/rover_node_client.py +15 -15
  268. oci/rover/shape_client.py +1 -1
  269. oci/rover/work_requests_client.py +5 -5
  270. oci/sch/connector_plugins_client.py +2 -2
  271. oci/sch/service_connector_client.py +12 -12
  272. oci/secrets/secrets_client.py +3 -3
  273. oci/security_attribute/security_attribute_client.py +18 -18
  274. oci/service_catalog/service_catalog_client.py +26 -26
  275. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  276. oci/service_mesh/service_mesh_client.py +48 -48
  277. oci/stack_monitoring/models/__init__.py +20 -0
  278. oci/stack_monitoring/models/create_maintenance_window_details.py +196 -0
  279. oci/stack_monitoring/models/create_maintenance_window_resource_details.py +111 -0
  280. oci/stack_monitoring/models/maintenance_window.py +439 -0
  281. oci/stack_monitoring/models/maintenance_window_collection.py +72 -0
  282. oci/stack_monitoring/models/maintenance_window_schedule.py +109 -0
  283. oci/stack_monitoring/models/maintenance_window_summary.py +519 -0
  284. oci/stack_monitoring/models/monitored_resource_details.py +171 -0
  285. oci/stack_monitoring/models/one_time_maintenance_window_schedule.py +113 -0
  286. oci/stack_monitoring/models/recurrent_maintenance_window_schedule.py +191 -0
  287. oci/stack_monitoring/models/update_maintenance_window_details.py +130 -0
  288. oci/stack_monitoring/models/work_request.py +19 -3
  289. oci/stack_monitoring/models/work_request_summary.py +19 -3
  290. oci/stack_monitoring/stack_monitoring_client.py +921 -113
  291. oci/stack_monitoring/stack_monitoring_client_composite_operations.py +214 -0
  292. oci/streaming/stream_admin_client.py +18 -18
  293. oci/streaming/stream_client.py +8 -8
  294. oci/tenant_manager_control_plane/domain_client.py +5 -5
  295. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  296. oci/tenant_manager_control_plane/governance_client.py +2 -2
  297. oci/tenant_manager_control_plane/link_client.py +3 -3
  298. oci/tenant_manager_control_plane/orders_client.py +2 -2
  299. oci/tenant_manager_control_plane/organization_client.py +10 -10
  300. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  302. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  303. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  304. oci/threat_intelligence/threatintel_client.py +5 -5
  305. oci/usage/resources_client.py +2 -2
  306. oci/usage/rewards_client.py +6 -6
  307. oci/usage/usagelimits_client.py +1 -1
  308. oci/usage_api/usageapi_client.py +33 -33
  309. oci/vault/vaults_client.py +13 -13
  310. oci/vbs_inst/vbs_instance_client.py +10 -10
  311. oci/version.py +1 -1
  312. oci/visual_builder/vb_instance_client.py +13 -13
  313. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  314. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  315. oci/waa/waa_client.py +13 -13
  316. oci/waa/work_request_client.py +4 -4
  317. oci/waas/redirect_client.py +6 -6
  318. oci/waas/waas_client.py +66 -66
  319. oci/waf/waf_client.py +24 -24
  320. oci/work_requests/work_request_client.py +4 -4
  321. oci/zpr/zpr_client.py +16 -17
  322. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/METADATA +2 -2
  323. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/RECORD +327 -304
  324. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/LICENSE.txt +0 -0
  325. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  326. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/WHEEL +0 -0
  327. {oci-2.135.1.dist-info → oci-2.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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.135.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 = []
@@ -6535,7 +6535,7 @@ class VirtualNetworkClient(object):
6535
6535
  :rtype: :class:`~oci.response.Response`
6536
6536
 
6537
6537
  :example:
6538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
6538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
6539
6539
  """
6540
6540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6541
6541
  required_arguments = []
@@ -6666,7 +6666,7 @@ class VirtualNetworkClient(object):
6666
6666
  :rtype: :class:`~oci.response.Response`
6667
6667
 
6668
6668
  :example:
6669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
6669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
6670
6670
  """
6671
6671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6672
6672
  required_arguments = []
@@ -6798,7 +6798,7 @@ class VirtualNetworkClient(object):
6798
6798
  :rtype: :class:`~oci.response.Response`
6799
6799
 
6800
6800
  :example:
6801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
6801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
6802
6802
  """
6803
6803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6804
6804
  required_arguments = []
@@ -6915,7 +6915,7 @@ class VirtualNetworkClient(object):
6915
6915
  :rtype: :class:`~oci.response.Response`
6916
6916
 
6917
6917
  :example:
6918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
6918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
6919
6919
  """
6920
6920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6921
6921
  required_arguments = []
@@ -7012,7 +7012,7 @@ class VirtualNetworkClient(object):
7012
7012
  :rtype: :class:`~oci.response.Response`
7013
7013
 
7014
7014
  :example:
7015
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
7015
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
7016
7016
  """
7017
7017
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7018
7018
  required_arguments = []
@@ -7121,7 +7121,7 @@ class VirtualNetworkClient(object):
7121
7121
  :rtype: :class:`~oci.response.Response`
7122
7122
 
7123
7123
  :example:
7124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
7124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
7125
7125
  """
7126
7126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7127
7127
  required_arguments = []
@@ -7224,7 +7224,7 @@ class VirtualNetworkClient(object):
7224
7224
  :rtype: :class:`~oci.response.Response`
7225
7225
 
7226
7226
  :example:
7227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
7227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
7228
7228
  """
7229
7229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7230
7230
  required_arguments = ['byoipRangeId']
@@ -7329,7 +7329,7 @@ class VirtualNetworkClient(object):
7329
7329
  :rtype: :class:`~oci.response.Response`
7330
7330
 
7331
7331
  :example:
7332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
7332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
7333
7333
  """
7334
7334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7335
7335
  required_arguments = ['captureFilterId']
@@ -7431,7 +7431,7 @@ class VirtualNetworkClient(object):
7431
7431
  :rtype: :class:`~oci.response.Response`
7432
7432
 
7433
7433
  :example:
7434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
7434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
7435
7435
  """
7436
7436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7437
7437
  required_arguments = ['cpeId']
@@ -7532,7 +7532,7 @@ class VirtualNetworkClient(object):
7532
7532
  :rtype: :class:`~oci.response.Response`
7533
7533
 
7534
7534
  :example:
7535
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
7535
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
7536
7536
  """
7537
7537
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7538
7538
  required_arguments = ['crossConnectId']
@@ -7634,7 +7634,7 @@ class VirtualNetworkClient(object):
7634
7634
  :rtype: :class:`~oci.response.Response`
7635
7635
 
7636
7636
  :example:
7637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
7637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
7638
7638
  """
7639
7639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7640
7640
  required_arguments = ['crossConnectGroupId']
@@ -7738,7 +7738,7 @@ class VirtualNetworkClient(object):
7738
7738
  :rtype: :class:`~oci.response.Response`
7739
7739
 
7740
7740
  :example:
7741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
7741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
7742
7742
  """
7743
7743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7744
7744
  required_arguments = ['dhcpId']
@@ -7839,7 +7839,7 @@ class VirtualNetworkClient(object):
7839
7839
  :rtype: :class:`~oci.response.Response`
7840
7840
 
7841
7841
  :example:
7842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
7842
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
7843
7843
  """
7844
7844
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7845
7845
  required_arguments = ['drgId']
@@ -7939,7 +7939,7 @@ class VirtualNetworkClient(object):
7939
7939
  :rtype: :class:`~oci.response.Response`
7940
7940
 
7941
7941
  :example:
7942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
7942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
7943
7943
  """
7944
7944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7945
7945
  required_arguments = ['drgAttachmentId']
@@ -8039,7 +8039,7 @@ class VirtualNetworkClient(object):
8039
8039
  :rtype: :class:`~oci.response.Response`
8040
8040
 
8041
8041
  :example:
8042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
8042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
8043
8043
  """
8044
8044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8045
8045
  required_arguments = ['drgRouteDistributionId']
@@ -8137,7 +8137,7 @@ class VirtualNetworkClient(object):
8137
8137
  :rtype: :class:`~oci.response.Response`
8138
8138
 
8139
8139
  :example:
8140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
8140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
8141
8141
  """
8142
8142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8143
8143
  required_arguments = ['drgRouteTableId']
@@ -8239,7 +8239,7 @@ class VirtualNetworkClient(object):
8239
8239
  :rtype: :class:`~oci.response.Response`
8240
8240
 
8241
8241
  :example:
8242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
8242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
8243
8243
  """
8244
8244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8245
8245
  required_arguments = ['igId']
@@ -8344,7 +8344,7 @@ class VirtualNetworkClient(object):
8344
8344
  :rtype: :class:`~oci.response.Response`
8345
8345
 
8346
8346
  :example:
8347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
8347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
8348
8348
  """
8349
8349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8350
8350
  required_arguments = ['ipscId']
@@ -8451,7 +8451,7 @@ class VirtualNetworkClient(object):
8451
8451
  :rtype: :class:`~oci.response.Response`
8452
8452
 
8453
8453
  :example:
8454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
8454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
8455
8455
  """
8456
8456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8457
8457
  required_arguments = ['ipv6Id']
@@ -8554,7 +8554,7 @@ class VirtualNetworkClient(object):
8554
8554
  :rtype: :class:`~oci.response.Response`
8555
8555
 
8556
8556
  :example:
8557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
8557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
8558
8558
  """
8559
8559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8560
8560
  required_arguments = ['localPeeringGatewayId']
@@ -8656,7 +8656,7 @@ class VirtualNetworkClient(object):
8656
8656
  :rtype: :class:`~oci.response.Response`
8657
8657
 
8658
8658
  :example:
8659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
8659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
8660
8660
  """
8661
8661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8662
8662
  required_arguments = ['natGatewayId']
@@ -8763,7 +8763,7 @@ class VirtualNetworkClient(object):
8763
8763
  :rtype: :class:`~oci.response.Response`
8764
8764
 
8765
8765
  :example:
8766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
8766
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
8767
8767
  """
8768
8768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8769
8769
  required_arguments = ['networkSecurityGroupId']
@@ -8874,7 +8874,7 @@ class VirtualNetworkClient(object):
8874
8874
  :rtype: :class:`~oci.response.Response`
8875
8875
 
8876
8876
  :example:
8877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
8877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
8878
8878
  """
8879
8879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8880
8880
  required_arguments = ['privateIpId']
@@ -8988,7 +8988,7 @@ class VirtualNetworkClient(object):
8988
8988
  :rtype: :class:`~oci.response.Response`
8989
8989
 
8990
8990
  :example:
8991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
8991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
8992
8992
  """
8993
8993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8994
8994
  required_arguments = ['publicIpId']
@@ -9094,7 +9094,7 @@ class VirtualNetworkClient(object):
9094
9094
  :rtype: :class:`~oci.response.Response`
9095
9095
 
9096
9096
  :example:
9097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
9097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
9098
9098
  """
9099
9099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9100
9100
  required_arguments = ['publicIpPoolId']
@@ -9197,7 +9197,7 @@ class VirtualNetworkClient(object):
9197
9197
  :rtype: :class:`~oci.response.Response`
9198
9198
 
9199
9199
  :example:
9200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
9200
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
9201
9201
  """
9202
9202
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9203
9203
  required_arguments = ['remotePeeringConnectionId']
@@ -9301,7 +9301,7 @@ class VirtualNetworkClient(object):
9301
9301
  :rtype: :class:`~oci.response.Response`
9302
9302
 
9303
9303
  :example:
9304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
9304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
9305
9305
  """
9306
9306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9307
9307
  required_arguments = ['rtId']
@@ -9403,7 +9403,7 @@ class VirtualNetworkClient(object):
9403
9403
  :rtype: :class:`~oci.response.Response`
9404
9404
 
9405
9405
  :example:
9406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
9406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
9407
9407
  """
9408
9408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9409
9409
  required_arguments = ['securityListId']
@@ -9502,7 +9502,7 @@ class VirtualNetworkClient(object):
9502
9502
  :rtype: :class:`~oci.response.Response`
9503
9503
 
9504
9504
  :example:
9505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
9505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
9506
9506
  """
9507
9507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9508
9508
  required_arguments = ['serviceGatewayId']
@@ -9602,7 +9602,7 @@ class VirtualNetworkClient(object):
9602
9602
  :rtype: :class:`~oci.response.Response`
9603
9603
 
9604
9604
  :example:
9605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
9605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
9606
9606
  """
9607
9607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9608
9608
  required_arguments = ['subnetId']
@@ -9705,7 +9705,7 @@ class VirtualNetworkClient(object):
9705
9705
  :rtype: :class:`~oci.response.Response`
9706
9706
 
9707
9707
  :example:
9708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
9708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
9709
9709
  """
9710
9710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9711
9711
  required_arguments = ['vcnId']
@@ -9807,7 +9807,7 @@ class VirtualNetworkClient(object):
9807
9807
  :rtype: :class:`~oci.response.Response`
9808
9808
 
9809
9809
  :example:
9810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
9810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
9811
9811
  """
9812
9812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9813
9813
  required_arguments = ['virtualCircuitId']
@@ -9911,7 +9911,7 @@ class VirtualNetworkClient(object):
9911
9911
  :rtype: :class:`~oci.response.Response`
9912
9912
 
9913
9913
  :example:
9914
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
9914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
9915
9915
  """
9916
9916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9917
9917
  required_arguments = ['vlanId']
@@ -10016,7 +10016,7 @@ class VirtualNetworkClient(object):
10016
10016
  :rtype: :class:`~oci.response.Response`
10017
10017
 
10018
10018
  :example:
10019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
10019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
10020
10020
  """
10021
10021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10022
10022
  required_arguments = ['vtapId']
@@ -10130,7 +10130,7 @@ class VirtualNetworkClient(object):
10130
10130
  :rtype: :class:`~oci.response.Response`
10131
10131
 
10132
10132
  :example:
10133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
10133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
10134
10134
  """
10135
10135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10136
10136
  required_arguments = ['serviceGatewayId']
@@ -10255,7 +10255,7 @@ class VirtualNetworkClient(object):
10255
10255
  :rtype: :class:`~oci.response.Response`
10256
10256
 
10257
10257
  :example:
10258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
10258
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
10259
10259
  """
10260
10260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10261
10261
  required_arguments = ['drgId']
@@ -10370,7 +10370,7 @@ class VirtualNetworkClient(object):
10370
10370
  :rtype: :class:`~oci.response.Response`
10371
10371
 
10372
10372
  :example:
10373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
10373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
10374
10374
  """
10375
10375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10376
10376
  required_arguments = []
@@ -10461,7 +10461,7 @@ class VirtualNetworkClient(object):
10461
10461
  :rtype: :class:`~oci.response.Response`
10462
10462
 
10463
10463
  :example:
10464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
10464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
10465
10465
  """
10466
10466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10467
10467
  required_arguments = ['byoipRangeId']
@@ -10560,7 +10560,7 @@ class VirtualNetworkClient(object):
10560
10560
  :rtype: :class:`~oci.response.Response`
10561
10561
 
10562
10562
  :example:
10563
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
10563
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
10564
10564
  """
10565
10565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10566
10566
  required_arguments = ['captureFilterId']
@@ -10655,7 +10655,7 @@ class VirtualNetworkClient(object):
10655
10655
  :rtype: :class:`~oci.response.Response`
10656
10656
 
10657
10657
  :example:
10658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
10658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
10659
10659
  """
10660
10660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10661
10661
  required_arguments = ['cpeId']
@@ -10766,7 +10766,7 @@ class VirtualNetworkClient(object):
10766
10766
  :rtype: :class:`~oci.response.Response`
10767
10767
 
10768
10768
  :example:
10769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
10769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
10770
10770
  """
10771
10771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10772
10772
  required_arguments = ['cpeId']
@@ -10875,7 +10875,7 @@ class VirtualNetworkClient(object):
10875
10875
  :rtype: :class:`~oci.response.Response`
10876
10876
 
10877
10877
  :example:
10878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
10878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
10879
10879
  """
10880
10880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10881
10881
  required_arguments = ['cpeDeviceShapeId']
@@ -10972,7 +10972,7 @@ class VirtualNetworkClient(object):
10972
10972
  :rtype: :class:`~oci.response.Response`
10973
10973
 
10974
10974
  :example:
10975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
10975
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
10976
10976
  """
10977
10977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10978
10978
  required_arguments = ['crossConnectId']
@@ -11062,7 +11062,7 @@ class VirtualNetworkClient(object):
11062
11062
  :rtype: :class:`~oci.response.Response`
11063
11063
 
11064
11064
  :example:
11065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
11065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
11066
11066
  """
11067
11067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11068
11068
  required_arguments = ['crossConnectGroupId']
@@ -11152,7 +11152,7 @@ class VirtualNetworkClient(object):
11152
11152
  :rtype: :class:`~oci.response.Response`
11153
11153
 
11154
11154
  :example:
11155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
11155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
11156
11156
  """
11157
11157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11158
11158
  required_arguments = ['crossConnectId']
@@ -11242,7 +11242,7 @@ class VirtualNetworkClient(object):
11242
11242
  :rtype: :class:`~oci.response.Response`
11243
11243
 
11244
11244
  :example:
11245
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
11245
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
11246
11246
  """
11247
11247
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11248
11248
  required_arguments = ['crossConnectId']
@@ -11332,7 +11332,7 @@ class VirtualNetworkClient(object):
11332
11332
  :rtype: :class:`~oci.response.Response`
11333
11333
 
11334
11334
  :example:
11335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
11335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
11336
11336
  """
11337
11337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11338
11338
  required_arguments = ['dhcpId']
@@ -11420,7 +11420,7 @@ class VirtualNetworkClient(object):
11420
11420
  :rtype: :class:`~oci.response.Response`
11421
11421
 
11422
11422
  :example:
11423
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
11423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
11424
11424
  """
11425
11425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11426
11426
  required_arguments = ['drgId']
@@ -11508,7 +11508,7 @@ class VirtualNetworkClient(object):
11508
11508
  :rtype: :class:`~oci.response.Response`
11509
11509
 
11510
11510
  :example:
11511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
11511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
11512
11512
  """
11513
11513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11514
11514
  required_arguments = ['drgAttachmentId']
@@ -11603,7 +11603,7 @@ class VirtualNetworkClient(object):
11603
11603
  :rtype: :class:`~oci.response.Response`
11604
11604
 
11605
11605
  :example:
11606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
11606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
11607
11607
  """
11608
11608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11609
11609
  required_arguments = ['drgId']
@@ -11700,7 +11700,7 @@ class VirtualNetworkClient(object):
11700
11700
  :rtype: :class:`~oci.response.Response`
11701
11701
 
11702
11702
  :example:
11703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
11703
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
11704
11704
  """
11705
11705
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11706
11706
  required_arguments = ['drgRouteDistributionId']
@@ -11788,7 +11788,7 @@ class VirtualNetworkClient(object):
11788
11788
  :rtype: :class:`~oci.response.Response`
11789
11789
 
11790
11790
  :example:
11791
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
11791
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
11792
11792
  """
11793
11793
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11794
11794
  required_arguments = ['drgRouteTableId']
@@ -11879,7 +11879,7 @@ class VirtualNetworkClient(object):
11879
11879
  :rtype: :class:`~oci.response.Response`
11880
11880
 
11881
11881
  :example:
11882
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
11882
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
11883
11883
  """
11884
11884
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11885
11885
  required_arguments = ['providerServiceId']
@@ -11976,7 +11976,7 @@ class VirtualNetworkClient(object):
11976
11976
  :rtype: :class:`~oci.response.Response`
11977
11977
 
11978
11978
  :example:
11979
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
11979
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
11980
11980
  """
11981
11981
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11982
11982
  required_arguments = ['providerServiceId', 'providerServiceKeyName']
@@ -12067,7 +12067,7 @@ class VirtualNetworkClient(object):
12067
12067
  :rtype: :class:`~oci.response.Response`
12068
12068
 
12069
12069
  :example:
12070
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
12070
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
12071
12071
  """
12072
12072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12073
12073
  required_arguments = ['igId']
@@ -12157,7 +12157,7 @@ class VirtualNetworkClient(object):
12157
12157
  :rtype: :class:`~oci.response.Response`
12158
12158
 
12159
12159
  :example:
12160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
12160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
12161
12161
  """
12162
12162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12163
12163
  required_arguments = ['ipscId']
@@ -12250,7 +12250,7 @@ class VirtualNetworkClient(object):
12250
12250
  :rtype: :class:`~oci.response.Response`
12251
12251
 
12252
12252
  :example:
12253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12254
12254
  """
12255
12255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12256
12256
  required_arguments = ['ipscId']
@@ -12341,7 +12341,7 @@ class VirtualNetworkClient(object):
12341
12341
  :rtype: :class:`~oci.response.Response`
12342
12342
 
12343
12343
  :example:
12344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12345
12345
  """
12346
12346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12347
12347
  required_arguments = ['ipscId']
@@ -12438,7 +12438,7 @@ class VirtualNetworkClient(object):
12438
12438
  :rtype: :class:`~oci.response.Response`
12439
12439
 
12440
12440
  :example:
12441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
12441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
12442
12442
  """
12443
12443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12444
12444
  required_arguments = ['ipscId', 'tunnelId']
@@ -12534,7 +12534,7 @@ class VirtualNetworkClient(object):
12534
12534
  :rtype: :class:`~oci.response.Response`
12535
12535
 
12536
12536
  :example:
12537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12537
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12538
12538
  """
12539
12539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12540
12540
  required_arguments = ['ipscId', 'tunnelId']
@@ -12631,7 +12631,7 @@ class VirtualNetworkClient(object):
12631
12631
  :rtype: :class:`~oci.response.Response`
12632
12632
 
12633
12633
  :example:
12634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12635
12635
  """
12636
12636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12637
12637
  required_arguments = ['ipscId', 'tunnelId']
@@ -12744,7 +12744,7 @@ class VirtualNetworkClient(object):
12744
12744
  :rtype: :class:`~oci.response.Response`
12745
12745
 
12746
12746
  :example:
12747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
12748
12748
  """
12749
12749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12750
12750
  required_arguments = ['ipscId']
@@ -12851,7 +12851,7 @@ class VirtualNetworkClient(object):
12851
12851
  :rtype: :class:`~oci.response.Response`
12852
12852
 
12853
12853
  :example:
12854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
12854
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
12855
12855
  """
12856
12856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12857
12857
  required_arguments = ['ipv6Id']
@@ -12946,7 +12946,7 @@ class VirtualNetworkClient(object):
12946
12946
  :rtype: :class:`~oci.response.Response`
12947
12947
 
12948
12948
  :example:
12949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
12949
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
12950
12950
  """
12951
12951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12952
12952
  required_arguments = ['localPeeringGatewayId']
@@ -13034,7 +13034,7 @@ class VirtualNetworkClient(object):
13034
13034
  :rtype: :class:`~oci.response.Response`
13035
13035
 
13036
13036
  :example:
13037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
13037
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
13038
13038
  """
13039
13039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13040
13040
  required_arguments = ['natGatewayId']
@@ -13128,7 +13128,7 @@ class VirtualNetworkClient(object):
13128
13128
  :rtype: :class:`~oci.response.Response`
13129
13129
 
13130
13130
  :example:
13131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
13131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
13132
13132
  """
13133
13133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13134
13134
  required_arguments = ['networkSecurityGroupId']
@@ -13248,7 +13248,7 @@ class VirtualNetworkClient(object):
13248
13248
  :rtype: :class:`~oci.response.Response`
13249
13249
 
13250
13250
  :example:
13251
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
13251
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
13252
13252
  """
13253
13253
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13254
13254
  required_arguments = ['compartmentId']
@@ -13359,7 +13359,7 @@ class VirtualNetworkClient(object):
13359
13359
  :rtype: :class:`~oci.response.Response`
13360
13360
 
13361
13361
  :example:
13362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
13362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
13363
13363
  """
13364
13364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13365
13365
  required_arguments = ['privateIpId']
@@ -13461,7 +13461,7 @@ class VirtualNetworkClient(object):
13461
13461
  :rtype: :class:`~oci.response.Response`
13462
13462
 
13463
13463
  :example:
13464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
13464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
13465
13465
  """
13466
13466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13467
13467
  required_arguments = ['publicIpId']
@@ -13553,7 +13553,7 @@ class VirtualNetworkClient(object):
13553
13553
  :rtype: :class:`~oci.response.Response`
13554
13554
 
13555
13555
  :example:
13556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13557
13557
  """
13558
13558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13559
13559
  required_arguments = []
@@ -13643,7 +13643,7 @@ class VirtualNetworkClient(object):
13643
13643
  :rtype: :class:`~oci.response.Response`
13644
13644
 
13645
13645
  :example:
13646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13647
13647
  """
13648
13648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13649
13649
  required_arguments = []
@@ -13727,7 +13727,7 @@ class VirtualNetworkClient(object):
13727
13727
  :rtype: :class:`~oci.response.Response`
13728
13728
 
13729
13729
  :example:
13730
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
13730
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
13731
13731
  """
13732
13732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13733
13733
  required_arguments = ['publicIpPoolId']
@@ -13822,7 +13822,7 @@ class VirtualNetworkClient(object):
13822
13822
  :rtype: :class:`~oci.response.Response`
13823
13823
 
13824
13824
  :example:
13825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
13825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
13826
13826
  """
13827
13827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13828
13828
  required_arguments = ['remotePeeringConnectionId']
@@ -13914,7 +13914,7 @@ class VirtualNetworkClient(object):
13914
13914
  :rtype: :class:`~oci.response.Response`
13915
13915
 
13916
13916
  :example:
13917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_resource_ip_inventory.py.html>`__ to see an example of how to use get_resource_ip_inventory API.
13917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_resource_ip_inventory.py.html>`__ to see an example of how to use get_resource_ip_inventory API.
13918
13918
  """
13919
13919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13920
13920
  required_arguments = ['dataRequestId']
@@ -14009,7 +14009,7 @@ class VirtualNetworkClient(object):
14009
14009
  :rtype: :class:`~oci.response.Response`
14010
14010
 
14011
14011
  :example:
14012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
14012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
14013
14013
  """
14014
14014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14015
14015
  required_arguments = ['rtId']
@@ -14097,7 +14097,7 @@ class VirtualNetworkClient(object):
14097
14097
  :rtype: :class:`~oci.response.Response`
14098
14098
 
14099
14099
  :example:
14100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
14100
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
14101
14101
  """
14102
14102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14103
14103
  required_arguments = ['securityListId']
@@ -14185,7 +14185,7 @@ class VirtualNetworkClient(object):
14185
14185
  :rtype: :class:`~oci.response.Response`
14186
14186
 
14187
14187
  :example:
14188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_service.py.html>`__ to see an example of how to use get_service API.
14188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_service.py.html>`__ to see an example of how to use get_service API.
14189
14189
  """
14190
14190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14191
14191
  required_arguments = ['serviceId']
@@ -14273,7 +14273,7 @@ class VirtualNetworkClient(object):
14273
14273
  :rtype: :class:`~oci.response.Response`
14274
14274
 
14275
14275
  :example:
14276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
14276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
14277
14277
  """
14278
14278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14279
14279
  required_arguments = ['serviceGatewayId']
@@ -14361,7 +14361,7 @@ class VirtualNetworkClient(object):
14361
14361
  :rtype: :class:`~oci.response.Response`
14362
14362
 
14363
14363
  :example:
14364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
14364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
14365
14365
  """
14366
14366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14367
14367
  required_arguments = ['subnetId']
@@ -14455,7 +14455,7 @@ class VirtualNetworkClient(object):
14455
14455
  :rtype: :class:`~oci.response.Response`
14456
14456
 
14457
14457
  :example:
14458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_subnet_cidr_utilization.py.html>`__ to see an example of how to use get_subnet_cidr_utilization API.
14458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_subnet_cidr_utilization.py.html>`__ to see an example of how to use get_subnet_cidr_utilization API.
14459
14459
  """
14460
14460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14461
14461
  required_arguments = ['subnetId']
@@ -14556,7 +14556,7 @@ class VirtualNetworkClient(object):
14556
14556
  :rtype: :class:`~oci.response.Response`
14557
14557
 
14558
14558
  :example:
14559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_subnet_ip_inventory.py.html>`__ to see an example of how to use get_subnet_ip_inventory API.
14559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_subnet_ip_inventory.py.html>`__ to see an example of how to use get_subnet_ip_inventory API.
14560
14560
  """
14561
14561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14562
14562
  required_arguments = ['subnetId']
@@ -14688,7 +14688,7 @@ class VirtualNetworkClient(object):
14688
14688
  :rtype: :class:`~oci.response.Response`
14689
14689
 
14690
14690
  :example:
14691
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
14691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
14692
14692
  """
14693
14693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14694
14694
  required_arguments = ['compartmentId', 'subnetId']
@@ -14807,7 +14807,7 @@ class VirtualNetworkClient(object):
14807
14807
  :rtype: :class:`~oci.response.Response`
14808
14808
 
14809
14809
  :example:
14810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
14810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
14811
14811
  """
14812
14812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14813
14813
  required_arguments = ['ipscId', 'tunnelId']
@@ -14931,7 +14931,7 @@ class VirtualNetworkClient(object):
14931
14931
  :rtype: :class:`~oci.response.Response`
14932
14932
 
14933
14933
  :example:
14934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
14934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
14935
14935
  """
14936
14936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14937
14937
  required_arguments = ['ipscId', 'tunnelId']
@@ -15033,7 +15033,7 @@ class VirtualNetworkClient(object):
15033
15033
  :rtype: :class:`~oci.response.Response`
15034
15034
 
15035
15035
  :example:
15036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
15036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
15037
15037
  """
15038
15038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15039
15039
  required_arguments = ['drgId']
@@ -15128,7 +15128,7 @@ class VirtualNetworkClient(object):
15128
15128
  :rtype: :class:`~oci.response.Response`
15129
15129
 
15130
15130
  :example:
15131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
15131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
15132
15132
  """
15133
15133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15134
15134
  required_arguments = ['vcnId']
@@ -15220,7 +15220,7 @@ class VirtualNetworkClient(object):
15220
15220
  :rtype: :class:`~oci.response.Response`
15221
15221
 
15222
15222
  :example:
15223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
15223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
15224
15224
  """
15225
15225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15226
15226
  required_arguments = ['vcnId']
@@ -15331,7 +15331,7 @@ class VirtualNetworkClient(object):
15331
15331
  :rtype: :class:`~oci.response.Response`
15332
15332
 
15333
15333
  :example:
15334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_vcn_overlap.py.html>`__ to see an example of how to use get_vcn_overlap API.
15334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_vcn_overlap.py.html>`__ to see an example of how to use get_vcn_overlap API.
15335
15335
  """
15336
15336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15337
15337
  required_arguments = ['vcnId']
@@ -15468,7 +15468,7 @@ class VirtualNetworkClient(object):
15468
15468
  :rtype: :class:`~oci.response.Response`
15469
15469
 
15470
15470
  :example:
15471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
15471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
15472
15472
  """
15473
15473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15474
15474
  required_arguments = ['compartmentId', 'vcnId']
@@ -15574,7 +15574,7 @@ class VirtualNetworkClient(object):
15574
15574
  :rtype: :class:`~oci.response.Response`
15575
15575
 
15576
15576
  :example:
15577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
15577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
15578
15578
  """
15579
15579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15580
15580
  required_arguments = ['virtualCircuitId']
@@ -15668,7 +15668,7 @@ class VirtualNetworkClient(object):
15668
15668
  :rtype: :class:`~oci.response.Response`
15669
15669
 
15670
15670
  :example:
15671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
15671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
15672
15672
  """
15673
15673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15674
15674
  required_arguments = ['vlanId']
@@ -15768,7 +15768,7 @@ class VirtualNetworkClient(object):
15768
15768
  :rtype: :class:`~oci.response.Response`
15769
15769
 
15770
15770
  :example:
15771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
15771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
15772
15772
  """
15773
15773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15774
15774
  required_arguments = ['vnicId']
@@ -15860,7 +15860,7 @@ class VirtualNetworkClient(object):
15860
15860
  :rtype: :class:`~oci.response.Response`
15861
15861
 
15862
15862
  :example:
15863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
15863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
15864
15864
  """
15865
15865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15866
15866
  required_arguments = ['vtapId']
@@ -15953,7 +15953,7 @@ class VirtualNetworkClient(object):
15953
15953
  :rtype: :class:`~oci.response.Response`
15954
15954
 
15955
15955
  :example:
15956
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
15956
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
15957
15957
  """
15958
15958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15959
15959
  required_arguments = []
@@ -16052,7 +16052,7 @@ class VirtualNetworkClient(object):
16052
16052
  :rtype: :class:`~oci.response.Response`
16053
16053
 
16054
16054
  :example:
16055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
16055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
16056
16056
  """
16057
16057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16058
16058
  required_arguments = ['byoipRangeId']
@@ -16202,7 +16202,7 @@ class VirtualNetworkClient(object):
16202
16202
  :rtype: :class:`~oci.response.Response`
16203
16203
 
16204
16204
  :example:
16205
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
16205
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
16206
16206
  """
16207
16207
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16208
16208
  required_arguments = ['compartmentId']
@@ -16370,7 +16370,7 @@ class VirtualNetworkClient(object):
16370
16370
  :rtype: :class:`~oci.response.Response`
16371
16371
 
16372
16372
  :example:
16373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
16373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
16374
16374
  """
16375
16375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16376
16376
  required_arguments = ['compartmentId']
@@ -16531,7 +16531,7 @@ class VirtualNetworkClient(object):
16531
16531
  :rtype: :class:`~oci.response.Response`
16532
16532
 
16533
16533
  :example:
16534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
16534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
16535
16535
  """
16536
16536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16537
16537
  required_arguments = []
@@ -16642,7 +16642,7 @@ class VirtualNetworkClient(object):
16642
16642
  :rtype: :class:`~oci.response.Response`
16643
16643
 
16644
16644
  :example:
16645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
16645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
16646
16646
  """
16647
16647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16648
16648
  required_arguments = ['compartmentId']
@@ -16778,7 +16778,7 @@ class VirtualNetworkClient(object):
16778
16778
  :rtype: :class:`~oci.response.Response`
16779
16779
 
16780
16780
  :example:
16781
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
16781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
16782
16782
  """
16783
16783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16784
16784
  required_arguments = ['compartmentId']
@@ -16917,7 +16917,7 @@ class VirtualNetworkClient(object):
16917
16917
  :rtype: :class:`~oci.response.Response`
16918
16918
 
16919
16919
  :example:
16920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
16920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
16921
16921
  """
16922
16922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16923
16923
  required_arguments = ['compartmentId']
@@ -17015,7 +17015,7 @@ class VirtualNetworkClient(object):
17015
17015
  :rtype: :class:`~oci.response.Response`
17016
17016
 
17017
17017
  :example:
17018
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
17018
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
17019
17019
  """
17020
17020
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17021
17021
  required_arguments = ['virtualCircuitId']
@@ -17163,7 +17163,7 @@ class VirtualNetworkClient(object):
17163
17163
  :rtype: :class:`~oci.response.Response`
17164
17164
 
17165
17165
  :example:
17166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
17166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
17167
17167
  """
17168
17168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17169
17169
  required_arguments = ['compartmentId']
@@ -17305,7 +17305,7 @@ class VirtualNetworkClient(object):
17305
17305
  :rtype: :class:`~oci.response.Response`
17306
17306
 
17307
17307
  :example:
17308
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
17308
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
17309
17309
  """
17310
17310
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17311
17311
  required_arguments = ['compartmentId']
@@ -17449,7 +17449,7 @@ class VirtualNetworkClient(object):
17449
17449
  :rtype: :class:`~oci.response.Response`
17450
17450
 
17451
17451
  :example:
17452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
17452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
17453
17453
  """
17454
17454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17455
17455
  required_arguments = ['compartmentId']
@@ -17644,7 +17644,7 @@ class VirtualNetworkClient(object):
17644
17644
  :rtype: :class:`~oci.response.Response`
17645
17645
 
17646
17646
  :example:
17647
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
17647
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
17648
17648
  """
17649
17649
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17650
17650
  required_arguments = ['compartmentId']
@@ -17808,7 +17808,7 @@ class VirtualNetworkClient(object):
17808
17808
  :rtype: :class:`~oci.response.Response`
17809
17809
 
17810
17810
  :example:
17811
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
17811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
17812
17812
  """
17813
17813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17814
17814
  required_arguments = ['drgRouteDistributionId']
@@ -17974,7 +17974,7 @@ class VirtualNetworkClient(object):
17974
17974
  :rtype: :class:`~oci.response.Response`
17975
17975
 
17976
17976
  :example:
17977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
17977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
17978
17978
  """
17979
17979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17980
17980
  required_arguments = ['drgId']
@@ -18116,7 +18116,7 @@ class VirtualNetworkClient(object):
18116
18116
  :rtype: :class:`~oci.response.Response`
18117
18117
 
18118
18118
  :example:
18119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
18119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
18120
18120
  """
18121
18121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18122
18122
  required_arguments = ['drgRouteTableId']
@@ -18277,7 +18277,7 @@ class VirtualNetworkClient(object):
18277
18277
  :rtype: :class:`~oci.response.Response`
18278
18278
 
18279
18279
  :example:
18280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
18280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
18281
18281
  """
18282
18282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18283
18283
  required_arguments = ['drgId']
@@ -18415,7 +18415,7 @@ class VirtualNetworkClient(object):
18415
18415
  :rtype: :class:`~oci.response.Response`
18416
18416
 
18417
18417
  :example:
18418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
18418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
18419
18419
  """
18420
18420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18421
18421
  required_arguments = ['compartmentId']
@@ -18531,7 +18531,7 @@ class VirtualNetworkClient(object):
18531
18531
  :rtype: :class:`~oci.response.Response`
18532
18532
 
18533
18533
  :example:
18534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
18534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
18535
18535
  """
18536
18536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18537
18537
  required_arguments = ['compartmentId']
@@ -18645,7 +18645,7 @@ class VirtualNetworkClient(object):
18645
18645
  :rtype: :class:`~oci.response.Response`
18646
18646
 
18647
18647
  :example:
18648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
18648
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
18649
18649
  """
18650
18650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18651
18651
  required_arguments = ['providerServiceId']
@@ -18798,7 +18798,7 @@ class VirtualNetworkClient(object):
18798
18798
  :rtype: :class:`~oci.response.Response`
18799
18799
 
18800
18800
  :example:
18801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
18801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
18802
18802
  """
18803
18803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18804
18804
  required_arguments = ['compartmentId']
@@ -18922,7 +18922,7 @@ class VirtualNetworkClient(object):
18922
18922
  :rtype: :class:`~oci.response.Response`
18923
18923
 
18924
18924
  :example:
18925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_ip_inventory.py.html>`__ to see an example of how to use list_ip_inventory API.
18925
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_ip_inventory.py.html>`__ to see an example of how to use list_ip_inventory API.
18926
18926
  """
18927
18927
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18928
18928
  required_arguments = []
@@ -19035,7 +19035,7 @@ class VirtualNetworkClient(object):
19035
19035
  :rtype: :class:`~oci.response.Response`
19036
19036
 
19037
19037
  :example:
19038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
19038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
19039
19039
  """
19040
19040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19041
19041
  required_arguments = ['ipscId', 'tunnelId']
@@ -19170,7 +19170,7 @@ class VirtualNetworkClient(object):
19170
19170
  :rtype: :class:`~oci.response.Response`
19171
19171
 
19172
19172
  :example:
19173
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
19173
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
19174
19174
  """
19175
19175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19176
19176
  required_arguments = ['ipscId', 'tunnelId']
@@ -19291,7 +19291,7 @@ class VirtualNetworkClient(object):
19291
19291
  :rtype: :class:`~oci.response.Response`
19292
19292
 
19293
19293
  :example:
19294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
19294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
19295
19295
  """
19296
19296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19297
19297
  required_arguments = ['ipscId']
@@ -19422,7 +19422,7 @@ class VirtualNetworkClient(object):
19422
19422
  :rtype: :class:`~oci.response.Response`
19423
19423
 
19424
19424
  :example:
19425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
19425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
19426
19426
  """
19427
19427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19428
19428
  required_arguments = ['compartmentId']
@@ -19558,7 +19558,7 @@ class VirtualNetworkClient(object):
19558
19558
  :rtype: :class:`~oci.response.Response`
19559
19559
 
19560
19560
  :example:
19561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
19561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
19562
19562
  """
19563
19563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19564
19564
  required_arguments = []
@@ -19679,7 +19679,7 @@ class VirtualNetworkClient(object):
19679
19679
  :rtype: :class:`~oci.response.Response`
19680
19680
 
19681
19681
  :example:
19682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
19682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
19683
19683
  """
19684
19684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19685
19685
  required_arguments = ['compartmentId']
@@ -19821,7 +19821,7 @@ class VirtualNetworkClient(object):
19821
19821
  :rtype: :class:`~oci.response.Response`
19822
19822
 
19823
19823
  :example:
19824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
19824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
19825
19825
  """
19826
19826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19827
19827
  required_arguments = ['compartmentId']
@@ -19976,7 +19976,7 @@ class VirtualNetworkClient(object):
19976
19976
  :rtype: :class:`~oci.response.Response`
19977
19977
 
19978
19978
  :example:
19979
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
19979
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
19980
19980
  """
19981
19981
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19982
19982
  required_arguments = ['networkSecurityGroupId']
@@ -20132,7 +20132,7 @@ class VirtualNetworkClient(object):
20132
20132
  :rtype: :class:`~oci.response.Response`
20133
20133
 
20134
20134
  :example:
20135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
20135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
20136
20136
  """
20137
20137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20138
20138
  required_arguments = ['networkSecurityGroupId']
@@ -20306,7 +20306,7 @@ class VirtualNetworkClient(object):
20306
20306
  :rtype: :class:`~oci.response.Response`
20307
20307
 
20308
20308
  :example:
20309
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
20309
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
20310
20310
  """
20311
20311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20312
20312
  required_arguments = []
@@ -20480,7 +20480,7 @@ class VirtualNetworkClient(object):
20480
20480
  :rtype: :class:`~oci.response.Response`
20481
20481
 
20482
20482
  :example:
20483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
20483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
20484
20484
  """
20485
20485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20486
20486
  required_arguments = []
@@ -20623,7 +20623,7 @@ class VirtualNetworkClient(object):
20623
20623
  :rtype: :class:`~oci.response.Response`
20624
20624
 
20625
20625
  :example:
20626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
20626
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
20627
20627
  """
20628
20628
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20629
20629
  required_arguments = ['compartmentId']
@@ -20801,7 +20801,7 @@ class VirtualNetworkClient(object):
20801
20801
  :rtype: :class:`~oci.response.Response`
20802
20802
 
20803
20803
  :example:
20804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
20804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
20805
20805
  """
20806
20806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20807
20807
  required_arguments = ['scope', 'compartmentId']
@@ -20934,7 +20934,7 @@ class VirtualNetworkClient(object):
20934
20934
  :rtype: :class:`~oci.response.Response`
20935
20935
 
20936
20936
  :example:
20937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
20937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
20938
20938
  """
20939
20939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20940
20940
  required_arguments = ['compartmentId']
@@ -21080,7 +21080,7 @@ class VirtualNetworkClient(object):
21080
21080
  :rtype: :class:`~oci.response.Response`
21081
21081
 
21082
21082
  :example:
21083
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
21083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
21084
21084
  """
21085
21085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21086
21086
  required_arguments = ['compartmentId']
@@ -21251,7 +21251,7 @@ class VirtualNetworkClient(object):
21251
21251
  :rtype: :class:`~oci.response.Response`
21252
21252
 
21253
21253
  :example:
21254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
21254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
21255
21255
  """
21256
21256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21257
21257
  required_arguments = ['compartmentId']
@@ -21419,7 +21419,7 @@ class VirtualNetworkClient(object):
21419
21419
  :rtype: :class:`~oci.response.Response`
21420
21420
 
21421
21421
  :example:
21422
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
21422
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
21423
21423
  """
21424
21424
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21425
21425
  required_arguments = ['compartmentId']
@@ -21551,7 +21551,7 @@ class VirtualNetworkClient(object):
21551
21551
  :rtype: :class:`~oci.response.Response`
21552
21552
 
21553
21553
  :example:
21554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_services.py.html>`__ to see an example of how to use list_services API.
21554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_services.py.html>`__ to see an example of how to use list_services API.
21555
21555
  """
21556
21556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21557
21557
  required_arguments = []
@@ -21690,7 +21690,7 @@ class VirtualNetworkClient(object):
21690
21690
  :rtype: :class:`~oci.response.Response`
21691
21691
 
21692
21692
  :example:
21693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
21693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
21694
21694
  """
21695
21695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21696
21696
  required_arguments = ['compartmentId']
@@ -21855,7 +21855,7 @@ class VirtualNetworkClient(object):
21855
21855
  :rtype: :class:`~oci.response.Response`
21856
21856
 
21857
21857
  :example:
21858
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
21858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
21859
21859
  """
21860
21860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21861
21861
  required_arguments = ['compartmentId']
@@ -21991,7 +21991,7 @@ class VirtualNetworkClient(object):
21991
21991
  :rtype: :class:`~oci.response.Response`
21992
21992
 
21993
21993
  :example:
21994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_virtual_circuit_associated_tunnels.py.html>`__ to see an example of how to use list_virtual_circuit_associated_tunnels API.
21994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_virtual_circuit_associated_tunnels.py.html>`__ to see an example of how to use list_virtual_circuit_associated_tunnels API.
21995
21995
  """
21996
21996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21997
21997
  required_arguments = ['virtualCircuitId']
@@ -22113,7 +22113,7 @@ class VirtualNetworkClient(object):
22113
22113
  :rtype: :class:`~oci.response.Response`
22114
22114
 
22115
22115
  :example:
22116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
22116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
22117
22117
  """
22118
22118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22119
22119
  required_arguments = ['compartmentId']
@@ -22215,7 +22215,7 @@ class VirtualNetworkClient(object):
22215
22215
  :rtype: :class:`~oci.response.Response`
22216
22216
 
22217
22217
  :example:
22218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
22218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
22219
22219
  """
22220
22220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22221
22221
  required_arguments = ['virtualCircuitId']
@@ -22367,7 +22367,7 @@ class VirtualNetworkClient(object):
22367
22367
  :rtype: :class:`~oci.response.Response`
22368
22368
 
22369
22369
  :example:
22370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
22370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
22371
22371
  """
22372
22372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22373
22373
  required_arguments = ['compartmentId']
@@ -22541,7 +22541,7 @@ class VirtualNetworkClient(object):
22541
22541
  :rtype: :class:`~oci.response.Response`
22542
22542
 
22543
22543
  :example:
22544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
22544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
22545
22545
  """
22546
22546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22547
22547
  required_arguments = ['compartmentId']
@@ -22737,7 +22737,7 @@ class VirtualNetworkClient(object):
22737
22737
  :rtype: :class:`~oci.response.Response`
22738
22738
 
22739
22739
  :example:
22740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
22740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
22741
22741
  """
22742
22742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22743
22743
  required_arguments = ['compartmentId']
@@ -22897,7 +22897,7 @@ class VirtualNetworkClient(object):
22897
22897
  :rtype: :class:`~oci.response.Response`
22898
22898
 
22899
22899
  :example:
22900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
22900
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
22901
22901
  """
22902
22902
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22903
22903
  required_arguments = ['vcnId']
@@ -23000,7 +23000,7 @@ class VirtualNetworkClient(object):
23000
23000
  :rtype: :class:`~oci.response.Response`
23001
23001
 
23002
23002
  :example:
23003
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
23003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
23004
23004
  """
23005
23005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23006
23006
  required_arguments = ['drgRouteDistributionId']
@@ -23091,7 +23091,7 @@ class VirtualNetworkClient(object):
23091
23091
  :rtype: :class:`~oci.response.Response`
23092
23092
 
23093
23093
  :example:
23094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
23094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
23095
23095
  """
23096
23096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23097
23097
  required_arguments = ['drgRouteTableId']
@@ -23188,7 +23188,7 @@ class VirtualNetworkClient(object):
23188
23188
  :rtype: :class:`~oci.response.Response`
23189
23189
 
23190
23190
  :example:
23191
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
23191
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
23192
23192
  """
23193
23193
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23194
23194
  required_arguments = ['drgAttachmentId']
@@ -23295,7 +23295,7 @@ class VirtualNetworkClient(object):
23295
23295
  :rtype: :class:`~oci.response.Response`
23296
23296
 
23297
23297
  :example:
23298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
23298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
23299
23299
  """
23300
23300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23301
23301
  required_arguments = ['drgRouteTableId']
@@ -23411,7 +23411,7 @@ class VirtualNetworkClient(object):
23411
23411
  :rtype: :class:`~oci.response.Response`
23412
23412
 
23413
23413
  :example:
23414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
23414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
23415
23415
  """
23416
23416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23417
23417
  required_arguments = ['subnetId']
@@ -23530,7 +23530,7 @@ class VirtualNetworkClient(object):
23530
23530
  :rtype: :class:`~oci.response.Response`
23531
23531
 
23532
23532
  :example:
23533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
23533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
23534
23534
  """
23535
23535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23536
23536
  required_arguments = ['vcnId']
@@ -23635,7 +23635,7 @@ class VirtualNetworkClient(object):
23635
23635
  :rtype: :class:`~oci.response.Response`
23636
23636
 
23637
23637
  :example:
23638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
23638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
23639
23639
  """
23640
23640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23641
23641
  required_arguments = ['networkSecurityGroupId']
@@ -23737,7 +23737,7 @@ class VirtualNetworkClient(object):
23737
23737
  :rtype: :class:`~oci.response.Response`
23738
23738
 
23739
23739
  :example:
23740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
23740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
23741
23741
  """
23742
23742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23743
23743
  required_arguments = ['publicIpPoolId']
@@ -23860,7 +23860,7 @@ class VirtualNetworkClient(object):
23860
23860
  :rtype: :class:`~oci.response.Response`
23861
23861
 
23862
23862
  :example:
23863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
23863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
23864
23864
  """
23865
23865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23866
23866
  required_arguments = ['vcnId']
@@ -23972,7 +23972,7 @@ class VirtualNetworkClient(object):
23972
23972
  :rtype: :class:`~oci.response.Response`
23973
23973
 
23974
23974
  :example:
23975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
23975
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
23976
23976
  """
23977
23977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23978
23978
  required_arguments = ['byoipRangeId']
@@ -24083,7 +24083,7 @@ class VirtualNetworkClient(object):
24083
24083
  :rtype: :class:`~oci.response.Response`
24084
24084
 
24085
24085
  :example:
24086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
24086
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
24087
24087
  """
24088
24088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24089
24089
  required_arguments = ['captureFilterId']
@@ -24191,7 +24191,7 @@ class VirtualNetworkClient(object):
24191
24191
  :rtype: :class:`~oci.response.Response`
24192
24192
 
24193
24193
  :example:
24194
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
24194
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
24195
24195
  """
24196
24196
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24197
24197
  required_arguments = ['cpeId']
@@ -24298,7 +24298,7 @@ class VirtualNetworkClient(object):
24298
24298
  :rtype: :class:`~oci.response.Response`
24299
24299
 
24300
24300
  :example:
24301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
24301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
24302
24302
  """
24303
24303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24304
24304
  required_arguments = ['crossConnectId']
@@ -24406,7 +24406,7 @@ class VirtualNetworkClient(object):
24406
24406
  :rtype: :class:`~oci.response.Response`
24407
24407
 
24408
24408
  :example:
24409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
24409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
24410
24410
  """
24411
24411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24412
24412
  required_arguments = ['crossConnectGroupId']
@@ -24516,7 +24516,7 @@ class VirtualNetworkClient(object):
24516
24516
  :rtype: :class:`~oci.response.Response`
24517
24517
 
24518
24518
  :example:
24519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
24519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
24520
24520
  """
24521
24521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24522
24522
  required_arguments = ['dhcpId']
@@ -24621,7 +24621,7 @@ class VirtualNetworkClient(object):
24621
24621
  :rtype: :class:`~oci.response.Response`
24622
24622
 
24623
24623
  :example:
24624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
24624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
24625
24625
  """
24626
24626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24627
24627
  required_arguments = ['drgId']
@@ -24727,7 +24727,7 @@ class VirtualNetworkClient(object):
24727
24727
  :rtype: :class:`~oci.response.Response`
24728
24728
 
24729
24729
  :example:
24730
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
24730
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
24731
24731
  """
24732
24732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24733
24733
  required_arguments = ['drgAttachmentId']
@@ -24832,7 +24832,7 @@ class VirtualNetworkClient(object):
24832
24832
  :rtype: :class:`~oci.response.Response`
24833
24833
 
24834
24834
  :example:
24835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
24835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
24836
24836
  """
24837
24837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24838
24838
  required_arguments = ['drgRouteDistributionId']
@@ -24932,7 +24932,7 @@ class VirtualNetworkClient(object):
24932
24932
  :rtype: :class:`~oci.response.Response`
24933
24933
 
24934
24934
  :example:
24935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
24935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
24936
24936
  """
24937
24937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24938
24938
  required_arguments = ['drgRouteDistributionId']
@@ -25025,7 +25025,7 @@ class VirtualNetworkClient(object):
25025
25025
  :rtype: :class:`~oci.response.Response`
25026
25026
 
25027
25027
  :example:
25028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
25028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
25029
25029
  """
25030
25030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25031
25031
  required_arguments = ['drgRouteTableId']
@@ -25123,7 +25123,7 @@ class VirtualNetworkClient(object):
25123
25123
  :rtype: :class:`~oci.response.Response`
25124
25124
 
25125
25125
  :example:
25126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
25126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
25127
25127
  """
25128
25128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25129
25129
  required_arguments = ['drgRouteTableId']
@@ -25232,7 +25232,7 @@ class VirtualNetworkClient(object):
25232
25232
  :rtype: :class:`~oci.response.Response`
25233
25233
 
25234
25234
  :example:
25235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
25235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
25236
25236
  """
25237
25237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25238
25238
  required_arguments = ['igId']
@@ -25340,7 +25340,7 @@ class VirtualNetworkClient(object):
25340
25340
  :rtype: :class:`~oci.response.Response`
25341
25341
 
25342
25342
  :example:
25343
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
25343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
25344
25344
  """
25345
25345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25346
25346
  required_arguments = ['ipscId']
@@ -25467,7 +25467,7 @@ class VirtualNetworkClient(object):
25467
25467
  :rtype: :class:`~oci.response.Response`
25468
25468
 
25469
25469
  :example:
25470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
25470
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
25471
25471
  """
25472
25472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25473
25473
  required_arguments = ['ipscId', 'tunnelId']
@@ -25584,7 +25584,7 @@ class VirtualNetworkClient(object):
25584
25584
  :rtype: :class:`~oci.response.Response`
25585
25585
 
25586
25586
  :example:
25587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
25587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
25588
25588
  """
25589
25589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25590
25590
  required_arguments = ['ipscId', 'tunnelId']
@@ -25704,7 +25704,7 @@ class VirtualNetworkClient(object):
25704
25704
  :rtype: :class:`~oci.response.Response`
25705
25705
 
25706
25706
  :example:
25707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
25707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
25708
25708
  """
25709
25709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25710
25710
  required_arguments = ['ipv6Id']
@@ -25811,7 +25811,7 @@ class VirtualNetworkClient(object):
25811
25811
  :rtype: :class:`~oci.response.Response`
25812
25812
 
25813
25813
  :example:
25814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
25814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
25815
25815
  """
25816
25816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25817
25817
  required_arguments = ['localPeeringGatewayId']
@@ -25916,7 +25916,7 @@ class VirtualNetworkClient(object):
25916
25916
  :rtype: :class:`~oci.response.Response`
25917
25917
 
25918
25918
  :example:
25919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
25919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
25920
25920
  """
25921
25921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25922
25922
  required_arguments = ['natGatewayId']
@@ -26037,7 +26037,7 @@ class VirtualNetworkClient(object):
26037
26037
  :rtype: :class:`~oci.response.Response`
26038
26038
 
26039
26039
  :example:
26040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
26040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
26041
26041
  """
26042
26042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26043
26043
  required_arguments = ['networkSecurityGroupId']
@@ -26138,7 +26138,7 @@ class VirtualNetworkClient(object):
26138
26138
  :rtype: :class:`~oci.response.Response`
26139
26139
 
26140
26140
  :example:
26141
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
26141
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
26142
26142
  """
26143
26143
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26144
26144
  required_arguments = ['networkSecurityGroupId']
@@ -26247,7 +26247,7 @@ class VirtualNetworkClient(object):
26247
26247
  :rtype: :class:`~oci.response.Response`
26248
26248
 
26249
26249
  :example:
26250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
26250
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
26251
26251
  """
26252
26252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26253
26253
  required_arguments = ['privateIpId']
@@ -26393,7 +26393,7 @@ class VirtualNetworkClient(object):
26393
26393
  :rtype: :class:`~oci.response.Response`
26394
26394
 
26395
26395
  :example:
26396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
26396
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
26397
26397
  """
26398
26398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26399
26399
  required_arguments = ['publicIpId']
@@ -26502,7 +26502,7 @@ class VirtualNetworkClient(object):
26502
26502
  :rtype: :class:`~oci.response.Response`
26503
26503
 
26504
26504
  :example:
26505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
26505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
26506
26506
  """
26507
26507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26508
26508
  required_arguments = ['publicIpPoolId']
@@ -26609,7 +26609,7 @@ class VirtualNetworkClient(object):
26609
26609
  :rtype: :class:`~oci.response.Response`
26610
26610
 
26611
26611
  :example:
26612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
26612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
26613
26613
  """
26614
26614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26615
26615
  required_arguments = ['remotePeeringConnectionId']
@@ -26719,7 +26719,7 @@ class VirtualNetworkClient(object):
26719
26719
  :rtype: :class:`~oci.response.Response`
26720
26720
 
26721
26721
  :example:
26722
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
26722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
26723
26723
  """
26724
26724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26725
26725
  required_arguments = ['rtId']
@@ -26828,7 +26828,7 @@ class VirtualNetworkClient(object):
26828
26828
  :rtype: :class:`~oci.response.Response`
26829
26829
 
26830
26830
  :example:
26831
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
26831
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
26832
26832
  """
26833
26833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26834
26834
  required_arguments = ['securityListId']
@@ -26934,7 +26934,7 @@ class VirtualNetworkClient(object):
26934
26934
  :rtype: :class:`~oci.response.Response`
26935
26935
 
26936
26936
  :example:
26937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
26937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
26938
26938
  """
26939
26939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26940
26940
  required_arguments = ['serviceGatewayId']
@@ -27039,7 +27039,7 @@ class VirtualNetworkClient(object):
27039
27039
  :rtype: :class:`~oci.response.Response`
27040
27040
 
27041
27041
  :example:
27042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
27042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
27043
27043
  """
27044
27044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27045
27045
  required_arguments = ['subnetId']
@@ -27162,7 +27162,7 @@ class VirtualNetworkClient(object):
27162
27162
  :rtype: :class:`~oci.response.Response`
27163
27163
 
27164
27164
  :example:
27165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
27165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
27166
27166
  """
27167
27167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27168
27168
  required_arguments = ['ipscId', 'tunnelId']
@@ -27275,7 +27275,7 @@ class VirtualNetworkClient(object):
27275
27275
  :rtype: :class:`~oci.response.Response`
27276
27276
 
27277
27277
  :example:
27278
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
27278
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
27279
27279
  """
27280
27280
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27281
27281
  required_arguments = ['vcnId']
@@ -27405,7 +27405,7 @@ class VirtualNetworkClient(object):
27405
27405
  :rtype: :class:`~oci.response.Response`
27406
27406
 
27407
27407
  :example:
27408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
27408
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
27409
27409
  """
27410
27410
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27411
27411
  required_arguments = ['virtualCircuitId']
@@ -27517,7 +27517,7 @@ class VirtualNetworkClient(object):
27517
27517
  :rtype: :class:`~oci.response.Response`
27518
27518
 
27519
27519
  :example:
27520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
27520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
27521
27521
  """
27522
27522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27523
27523
  required_arguments = ['vlanId']
@@ -27624,7 +27624,7 @@ class VirtualNetworkClient(object):
27624
27624
  :rtype: :class:`~oci.response.Response`
27625
27625
 
27626
27626
  :example:
27627
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
27627
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
27628
27628
  """
27629
27629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27630
27630
  required_arguments = ['vnicId']
@@ -27733,7 +27733,7 @@ class VirtualNetworkClient(object):
27733
27733
  :rtype: :class:`~oci.response.Response`
27734
27734
 
27735
27735
  :example:
27736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
27736
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
27737
27737
  """
27738
27738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27739
27739
  required_arguments = ['vtapId']
@@ -27844,7 +27844,7 @@ class VirtualNetworkClient(object):
27844
27844
  :rtype: :class:`~oci.response.Response`
27845
27845
 
27846
27846
  :example:
27847
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
27847
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
27848
27848
  """
27849
27849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27850
27850
  required_arguments = ['drgId']
@@ -27947,7 +27947,7 @@ class VirtualNetworkClient(object):
27947
27947
  :rtype: :class:`~oci.response.Response`
27948
27948
 
27949
27949
  :example:
27950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
27950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
27951
27951
  """
27952
27952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27953
27953
  required_arguments = ['byoipRangeId']
@@ -28044,7 +28044,7 @@ class VirtualNetworkClient(object):
28044
28044
  :rtype: :class:`~oci.response.Response`
28045
28045
 
28046
28046
  :example:
28047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
28047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
28048
28048
  """
28049
28049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28050
28050
  required_arguments = ['byoipRangeId']