oci 2.135.0__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 (431) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +26 -26
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +19 -19
  8. oci/ai_vision/ai_service_vision_client.py +25 -25
  9. oci/analytics/analytics_client.py +24 -24
  10. oci/announcements_service/announcement_client.py +5 -5
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/announcements_service/service_client.py +1 -1
  14. oci/apigateway/api_gateway_client.py +21 -21
  15. oci/apigateway/deployment_client.py +6 -6
  16. oci/apigateway/gateway_client.py +6 -6
  17. oci/apigateway/subscribers_client.py +6 -6
  18. oci/apigateway/usage_plans_client.py +6 -6
  19. oci/apigateway/work_requests_client.py +5 -5
  20. oci/apm_config/config_client.py +9 -9
  21. oci/apm_control_plane/apm_domain_client.py +14 -14
  22. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  23. oci/apm_traces/attributes_client.py +8 -8
  24. oci/apm_traces/query_client.py +2 -2
  25. oci/apm_traces/trace_client.py +4 -4
  26. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  27. oci/artifacts/artifacts_client.py +32 -32
  28. oci/audit/audit_client.py +3 -3
  29. oci/autoscaling/auto_scaling_client.py +11 -11
  30. oci/bastion/bastion_client.py +15 -15
  31. oci/bds/bds_client.py +72 -72
  32. oci/blockchain/blockchain_platform_client.py +27 -27
  33. oci/budget/budget_client.py +10 -10
  34. oci/capacity_management/capacity_management_client.py +32 -32
  35. oci/certificates/certificates_client.py +5 -5
  36. oci/certificates_management/certificates_management_client.py +32 -32
  37. oci/cims/incident_client.py +8 -8
  38. oci/cims/user_client.py +1 -1
  39. oci/cloud_bridge/common_client.py +5 -5
  40. oci/cloud_bridge/discovery_client.py +14 -14
  41. oci/cloud_bridge/inventory_client.py +16 -16
  42. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  43. oci/cloud_guard/cloud_guard_client.py +155 -155
  44. oci/cloud_migrations/migration_client.py +43 -43
  45. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  46. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  47. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  48. oci/compute_instance_agent/plugin_client.py +2 -2
  49. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  50. oci/container_engine/container_engine_client.py +98 -94
  51. oci/container_engine/models/cluster.py +6 -2
  52. oci/container_engine/models/cluster_summary.py +6 -2
  53. oci/container_engine/models/node.py +6 -2
  54. oci/container_engine/models/node_pool.py +6 -2
  55. oci/container_engine/models/node_pool_summary.py +6 -2
  56. oci/container_engine/models/start_credential_rotation_details.py +2 -2
  57. oci/container_engine/models/work_request.py +7 -3
  58. oci/container_engine/models/work_request_summary.py +7 -3
  59. oci/container_engine/models/workload_mapping.py +35 -2
  60. oci/container_engine/models/workload_mapping_summary.py +35 -2
  61. oci/container_instances/container_instance_client.py +18 -18
  62. oci/core/blockstorage_client.py +60 -60
  63. oci/core/compute_client.py +108 -102
  64. oci/core/compute_management_client.py +32 -32
  65. oci/core/models/__init__.py +2 -0
  66. oci/core/models/add_network_security_group_security_rules_details.py +6 -2
  67. oci/core/models/create_service_gateway_details.py +2 -2
  68. oci/core/models/create_vcn_details.py +35 -0
  69. oci/core/models/create_vnic_details.py +35 -0
  70. oci/core/models/instance.py +82 -0
  71. oci/core/models/instance_configuration_create_vnic_details.py +35 -0
  72. oci/core/models/instance_configuration_launch_instance_details.py +35 -0
  73. oci/core/models/launch_attach_paravirtualized_volume_details.py +123 -0
  74. oci/core/models/launch_attach_volume_details.py +4 -0
  75. oci/core/models/launch_instance_details.py +35 -0
  76. oci/core/models/service_gateway.py +4 -4
  77. oci/core/models/update_instance_details.py +35 -0
  78. oci/core/models/update_vcn_details.py +37 -2
  79. oci/core/models/update_vnic_details.py +35 -0
  80. oci/core/models/vcn.py +35 -0
  81. oci/core/models/vnic.py +35 -0
  82. oci/core/virtual_network_client.py +253 -250
  83. oci/dashboard_service/dashboard_client.py +6 -6
  84. oci/dashboard_service/dashboard_group_client.py +6 -6
  85. oci/data_catalog/data_catalog_client.py +149 -149
  86. oci/data_flow/data_flow_client.py +42 -42
  87. oci/data_integration/data_integration_client.py +163 -163
  88. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  89. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  90. oci/data_safe/data_safe_client.py +292 -292
  91. oci/data_science/data_science_client.py +91 -91
  92. oci/database/database_client.py +396 -396
  93. oci/database/models/autonomous_database.py +39 -0
  94. oci/database/models/autonomous_database_summary.py +39 -0
  95. oci/database/models/cloud_autonomous_vm_cluster.py +39 -0
  96. oci/database/models/cloud_autonomous_vm_cluster_summary.py +39 -0
  97. oci/database/models/cloud_vm_cluster.py +68 -2
  98. oci/database/models/cloud_vm_cluster_summary.py +68 -2
  99. oci/database/models/create_autonomous_database_base.py +39 -0
  100. oci/database/models/create_autonomous_database_clone_details.py +7 -0
  101. oci/database/models/create_autonomous_database_details.py +7 -0
  102. oci/database/models/create_autonomous_database_from_backup_details.py +7 -0
  103. oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +7 -0
  104. oci/database/models/create_cloud_autonomous_vm_cluster_details.py +41 -2
  105. oci/database/models/create_cloud_vm_cluster_details.py +68 -2
  106. oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +7 -0
  107. oci/database/models/create_cross_region_disaster_recovery_details.py +7 -0
  108. oci/database/models/create_cross_tenancy_disaster_recovery_details.py +7 -0
  109. oci/database/models/create_data_guard_association_with_new_db_system_details.py +39 -0
  110. oci/database/models/create_exadb_vm_cluster_details.py +39 -0
  111. oci/database/models/create_refreshable_autonomous_database_clone_details.py +7 -0
  112. oci/database/models/create_vm_cluster_details.py +29 -2
  113. oci/database/models/db_system.py +39 -0
  114. oci/database/models/db_system_summary.py +39 -0
  115. oci/database/models/exadb_vm_cluster.py +39 -0
  116. oci/database/models/exadb_vm_cluster_summary.py +39 -0
  117. oci/database/models/launch_db_system_base.py +39 -0
  118. oci/database/models/launch_db_system_details.py +7 -0
  119. oci/database/models/launch_db_system_from_backup_details.py +7 -0
  120. oci/database/models/launch_db_system_from_database_details.py +7 -0
  121. oci/database/models/launch_db_system_from_db_system_details.py +7 -0
  122. oci/database/models/undelete_autonomous_database_details.py +7 -0
  123. oci/database/models/update_autonomous_database_details.py +39 -0
  124. oci/database/models/update_cloud_autonomous_vm_cluster_details.py +41 -2
  125. oci/database/models/update_cloud_vm_cluster_details.py +68 -2
  126. oci/database/models/update_db_system_details.py +39 -0
  127. oci/database/models/update_exadb_vm_cluster_details.py +39 -0
  128. oci/database/models/update_vm_cluster_details.py +29 -2
  129. oci/database/models/vm_cluster.py +29 -2
  130. oci/database/models/vm_cluster_summary.py +29 -2
  131. oci/database_management/db_management_client.py +211 -211
  132. oci/database_management/diagnosability_client.py +4 -4
  133. oci/database_management/managed_my_sql_databases_client.py +7 -7
  134. oci/database_management/perfhub_client.py +1 -1
  135. oci/database_management/sql_tuning_client.py +17 -17
  136. oci/database_migration/database_migration_client.py +42 -42
  137. oci/database_tools/database_tools_client.py +23 -23
  138. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  139. oci/delegate_access_control/work_request_client.py +4 -4
  140. oci/demand_signal/occ_demand_signal_client.py +7 -7
  141. oci/desktops/desktop_service_client.py +33 -22
  142. oci/desktops/models/__init__.py +18 -0
  143. oci/desktops/models/create_desktop_pool_desktop_session_lifecycle_actions.py +95 -0
  144. oci/desktops/models/create_desktop_pool_details.py +136 -4
  145. oci/desktops/models/create_desktop_pool_private_access_details.py +142 -0
  146. oci/desktops/models/create_desktop_pool_shape_config_details.py +170 -0
  147. oci/desktops/models/desktop_image.py +33 -2
  148. oci/desktops/models/desktop_network_configuration.py +14 -4
  149. oci/desktops/models/desktop_pool.py +136 -4
  150. oci/desktops/models/desktop_pool_private_access_details.py +212 -0
  151. oci/desktops/models/desktop_pool_shape_config.py +170 -0
  152. oci/desktops/models/desktop_session_lifecycle_actions.py +95 -0
  153. oci/desktops/models/disconnect_config.py +121 -0
  154. oci/desktops/models/inactivity_config.py +121 -0
  155. oci/desktops/models/update_desktop_pool_desktop_session_lifecycle_actions.py +95 -0
  156. oci/desktops/models/update_desktop_pool_details.py +29 -2
  157. oci/devops/devops_client.py +141 -141
  158. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  159. oci/dns/dns_client.py +52 -52
  160. oci/dts/appliance_export_job_client.py +6 -6
  161. oci/dts/shipping_vendors_client.py +1 -1
  162. oci/dts/transfer_appliance_client.py +8 -8
  163. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  164. oci/dts/transfer_device_client.py +5 -5
  165. oci/dts/transfer_job_client.py +6 -6
  166. oci/dts/transfer_package_client.py +7 -7
  167. oci/em_warehouse/em_data_lake_client.py +13 -13
  168. oci/em_warehouse/em_warehouse_client.py +13 -13
  169. oci/email/email_client.py +31 -31
  170. oci/email_data_plane/email_dp_client.py +1 -1
  171. oci/events/events_client.py +6 -6
  172. oci/file_storage/file_storage_client.py +54 -54
  173. oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
  174. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  175. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  176. oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
  177. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
  178. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  179. oci/functions/functions_invoke_client.py +1 -1
  180. oci/functions/functions_management_client.py +16 -16
  181. oci/fusion_apps/data_masking_activity_client.py +3 -3
  182. oci/fusion_apps/fusion_applications_client.py +42 -42
  183. oci/fusion_apps/fusion_environment_client.py +15 -15
  184. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  185. oci/fusion_apps/models/create_fusion_environment_admin_user_details.py +1 -1
  186. oci/fusion_apps/refresh_activity_client.py +4 -4
  187. oci/fusion_apps/scheduled_activity_client.py +2 -2
  188. oci/fusion_apps/service_attachment_client.py +2 -2
  189. oci/generative_ai/generative_ai_client.py +22 -22
  190. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  191. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  192. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  193. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  194. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  195. oci/golden_gate/golden_gate_client.py +68 -68
  196. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  197. oci/governance_rules_control_plane/work_request_client.py +5 -5
  198. oci/healthchecks/health_checks_client.py +17 -17
  199. oci/identity/identity_client.py +145 -145
  200. oci/identity_data_plane/dataplane_client.py +2 -2
  201. oci/identity_domains/identity_domains_client.py +307 -307
  202. oci/integration/integration_instance_client.py +137 -18
  203. oci/integration/integration_instance_client_composite_operations.py +39 -0
  204. oci/integration/models/__init__.py +4 -0
  205. oci/integration/models/create_integration_instance_details.py +31 -0
  206. oci/integration/models/cross_region_integration_instance_details.py +185 -0
  207. oci/integration/models/disaster_recovery_details.py +150 -0
  208. oci/integration/models/integration_instance.py +89 -0
  209. oci/integration/models/integration_instance_summary.py +62 -0
  210. oci/integration/models/work_request.py +7 -3
  211. oci/integration/models/work_request_summary.py +7 -3
  212. oci/jms/java_management_service_client.py +75 -75
  213. oci/jms_java_downloads/java_download_client.py +25 -25
  214. oci/key_management/ekm_client.py +5 -5
  215. oci/key_management/kms_crypto_client.py +6 -6
  216. oci/key_management/kms_hsm_cluster_client.py +12 -12
  217. oci/key_management/kms_management_client.py +21 -21
  218. oci/key_management/kms_vault_client.py +14 -14
  219. oci/license_manager/license_manager_client.py +18 -18
  220. oci/limits/limits_client.py +4 -4
  221. oci/limits/quotas_client.py +7 -7
  222. oci/load_balancer/load_balancer_client.py +61 -61
  223. oci/load_balancer/models/connection_configuration.py +47 -2
  224. oci/load_balancer/models/create_load_balancer_details.py +35 -0
  225. oci/load_balancer/models/load_balancer.py +35 -0
  226. oci/load_balancer/models/update_load_balancer_details.py +37 -2
  227. oci/lockbox/lockbox_client.py +24 -24
  228. oci/log_analytics/log_analytics_client.py +193 -193
  229. oci/logging/logging_management_client.py +30 -30
  230. oci/loggingingestion/logging_client.py +1 -1
  231. oci/loggingsearch/log_search_client.py +1 -1
  232. oci/management_agent/management_agent_client.py +28 -28
  233. oci/management_dashboard/dashx_apis_client.py +14 -14
  234. oci/marketplace/account_client.py +2 -2
  235. oci/marketplace/marketplace_client.py +30 -30
  236. oci/marketplace_private_offer/attachment_client.py +5 -5
  237. oci/marketplace_private_offer/offer_client.py +6 -6
  238. oci/marketplace_publisher/attachment_client.py +5 -5
  239. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  240. oci/marketplace_publisher/offer_client.py +6 -6
  241. oci/media_services/media_services_client.py +60 -60
  242. oci/media_services/media_stream_client.py +2 -2
  243. oci/monitoring/monitoring_client.py +18 -18
  244. oci/mysql/channels_client.py +7 -7
  245. oci/mysql/db_backups_client.py +7 -7
  246. oci/mysql/db_system_client.py +17 -17
  247. oci/mysql/mysqlaas_client.py +7 -7
  248. oci/mysql/replicas_client.py +5 -5
  249. oci/mysql/work_requests_client.py +4 -4
  250. oci/network_firewall/network_firewall_client.py +86 -86
  251. oci/network_load_balancer/models/create_network_load_balancer_details.py +43 -2
  252. oci/network_load_balancer/models/network_load_balancer.py +41 -0
  253. oci/network_load_balancer/models/network_load_balancer_summary.py +41 -0
  254. oci/network_load_balancer/models/update_network_load_balancer_details.py +43 -2
  255. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  256. oci/nosql/nosql_client.py +24 -24
  257. oci/object_storage/object_storage_client.py +55 -55
  258. oci/oce/oce_instance_client.py +10 -10
  259. oci/oci_control_center/occ_metrics_client.py +3 -3
  260. oci/ocvp/cluster_client.py +5 -5
  261. oci/ocvp/esxi_host_client.py +8 -8
  262. oci/ocvp/sddc_client.py +14 -14
  263. oci/ocvp/work_request_client.py +4 -4
  264. oci/oda/management_client.py +59 -59
  265. oci/oda/oda_client.py +17 -17
  266. oci/oda/odapackage_client.py +7 -7
  267. oci/onesubscription/billing_schedule_client.py +1 -1
  268. oci/onesubscription/commitment_client.py +2 -2
  269. oci/onesubscription/computed_usage_client.py +3 -3
  270. oci/onesubscription/invoice_summary_client.py +2 -2
  271. oci/onesubscription/organization_subscription_client.py +1 -1
  272. oci/onesubscription/ratecard_client.py +1 -1
  273. oci/onesubscription/subscribed_service_client.py +2 -2
  274. oci/onesubscription/subscription_client.py +1 -1
  275. oci/ons/notification_control_plane_client.py +6 -6
  276. oci/ons/notification_data_plane_client.py +10 -10
  277. oci/opa/opa_instance_client.py +13 -13
  278. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  279. oci/opensearch/opensearch_cluster_client.py +14 -14
  280. oci/operator_access_control/access_requests_client.py +10 -10
  281. oci/operator_access_control/operator_actions_client.py +2 -2
  282. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  283. oci/operator_access_control/operator_control_client.py +6 -6
  284. oci/opsi/models/__init__.py +6 -0
  285. oci/opsi/models/create_autonomous_database_insight_details.py +291 -0
  286. oci/opsi/models/create_database_insight_details.py +4 -0
  287. oci/opsi/models/credential_by_iam.py +58 -0
  288. oci/opsi/models/credential_by_vault.py +1 -1
  289. oci/opsi/models/credential_details.py +13 -5
  290. oci/opsi/models/credentials_by_source.py +1 -1
  291. oci/opsi/models/enable_autonomous_database_insight_details.py +301 -0
  292. oci/opsi/models/enable_database_insight_details.py +4 -0
  293. oci/opsi/operations_insights_client.py +179 -179
  294. oci/optimizer/optimizer_client.py +26 -26
  295. oci/os_management/event_client.py +8 -8
  296. oci/os_management/os_management_client.py +69 -69
  297. oci/os_management_hub/event_client.py +8 -8
  298. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  299. oci/os_management_hub/managed_instance_client.py +31 -31
  300. oci/os_management_hub/managed_instance_group_client.py +25 -25
  301. oci/os_management_hub/management_station_client.py +10 -10
  302. oci/os_management_hub/onboarding_client.py +6 -6
  303. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  304. oci/os_management_hub/scheduled_job_client.py +7 -7
  305. oci/os_management_hub/software_source_client.py +27 -27
  306. oci/os_management_hub/work_request_client.py +4 -4
  307. oci/osp_gateway/address_rule_service_client.py +1 -1
  308. oci/osp_gateway/address_service_client.py +2 -2
  309. oci/osp_gateway/invoice_service_client.py +5 -5
  310. oci/osp_gateway/subscription_service_client.py +5 -5
  311. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  312. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  313. oci/osub_subscription/commitment_client.py +2 -2
  314. oci/osub_subscription/ratecard_client.py +1 -1
  315. oci/osub_subscription/subscription_client.py +1 -1
  316. oci/osub_usage/computed_usage_client.py +3 -3
  317. oci/psql/postgresql_client.py +33 -33
  318. oci/queue/queue_admin_client.py +11 -11
  319. oci/queue/queue_client.py +8 -8
  320. oci/recovery/database_recovery_client.py +26 -26
  321. oci/redis/redis_cluster_client.py +12 -12
  322. oci/regions_definitions.py +8 -0
  323. oci/resource_manager/resource_manager_client.py +52 -52
  324. oci/resource_scheduler/schedule_client.py +13 -13
  325. oci/resource_search/resource_search_client.py +3 -3
  326. oci/rover/rover_bundle_client.py +8 -8
  327. oci/rover/rover_cluster_client.py +8 -8
  328. oci/rover/rover_entitlement_client.py +6 -6
  329. oci/rover/rover_node_client.py +15 -15
  330. oci/rover/shape_client.py +1 -1
  331. oci/rover/work_requests_client.py +5 -5
  332. oci/sch/connector_plugins_client.py +2 -2
  333. oci/sch/service_connector_client.py +12 -12
  334. oci/secrets/secrets_client.py +3 -3
  335. oci/security_attribute/__init__.py +14 -0
  336. oci/security_attribute/models/__init__.py +54 -0
  337. oci/security_attribute/models/base_security_attribute_validator.py +122 -0
  338. oci/security_attribute/models/bulk_delete_security_attributes_details.py +72 -0
  339. oci/security_attribute/models/bulk_edit_resource.py +134 -0
  340. oci/security_attribute/models/bulk_edit_security_attribute_details.py +134 -0
  341. oci/security_attribute/models/bulk_edit_security_attribute_operation_details.py +147 -0
  342. oci/security_attribute/models/change_security_attribute_namespace_compartment_details.py +72 -0
  343. oci/security_attribute/models/create_security_attribute_details.py +132 -0
  344. oci/security_attribute/models/create_security_attribute_namespace_details.py +216 -0
  345. oci/security_attribute/models/default_security_attribute_validator.py +53 -0
  346. oci/security_attribute/models/enum_security_attribute_validator.py +85 -0
  347. oci/security_attribute/models/security_attribute.py +421 -0
  348. oci/security_attribute/models/security_attribute_namespace.py +446 -0
  349. oci/security_attribute/models/security_attribute_namespace_summary.py +410 -0
  350. oci/security_attribute/models/security_attribute_summary.py +361 -0
  351. oci/security_attribute/models/security_attribute_work_request.py +387 -0
  352. oci/security_attribute/models/security_attribute_work_request_error_summary.py +136 -0
  353. oci/security_attribute/models/security_attribute_work_request_log_summary.py +105 -0
  354. oci/security_attribute/models/security_attribute_work_request_summary.py +386 -0
  355. oci/security_attribute/models/update_security_attribute_details.py +136 -0
  356. oci/security_attribute/models/update_security_attribute_namespace_details.py +191 -0
  357. oci/security_attribute/models/work_request_resource.py +197 -0
  358. oci/security_attribute/security_attribute_client.py +2321 -0
  359. oci/security_attribute/security_attribute_client_composite_operations.py +265 -0
  360. oci/service_catalog/service_catalog_client.py +26 -26
  361. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  362. oci/service_mesh/service_mesh_client.py +48 -48
  363. oci/stack_monitoring/models/__init__.py +20 -0
  364. oci/stack_monitoring/models/create_maintenance_window_details.py +196 -0
  365. oci/stack_monitoring/models/create_maintenance_window_resource_details.py +111 -0
  366. oci/stack_monitoring/models/maintenance_window.py +439 -0
  367. oci/stack_monitoring/models/maintenance_window_collection.py +72 -0
  368. oci/stack_monitoring/models/maintenance_window_schedule.py +109 -0
  369. oci/stack_monitoring/models/maintenance_window_summary.py +519 -0
  370. oci/stack_monitoring/models/monitored_resource_details.py +171 -0
  371. oci/stack_monitoring/models/one_time_maintenance_window_schedule.py +113 -0
  372. oci/stack_monitoring/models/recurrent_maintenance_window_schedule.py +191 -0
  373. oci/stack_monitoring/models/update_maintenance_window_details.py +130 -0
  374. oci/stack_monitoring/models/work_request.py +19 -3
  375. oci/stack_monitoring/models/work_request_summary.py +19 -3
  376. oci/stack_monitoring/stack_monitoring_client.py +921 -113
  377. oci/stack_monitoring/stack_monitoring_client_composite_operations.py +214 -0
  378. oci/streaming/stream_admin_client.py +18 -18
  379. oci/streaming/stream_client.py +8 -8
  380. oci/tenant_manager_control_plane/domain_client.py +5 -5
  381. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  382. oci/tenant_manager_control_plane/governance_client.py +2 -2
  383. oci/tenant_manager_control_plane/link_client.py +3 -3
  384. oci/tenant_manager_control_plane/orders_client.py +2 -2
  385. oci/tenant_manager_control_plane/organization_client.py +10 -10
  386. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  387. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  388. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  389. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  390. oci/threat_intelligence/threatintel_client.py +5 -5
  391. oci/usage/resources_client.py +2 -2
  392. oci/usage/rewards_client.py +6 -6
  393. oci/usage/usagelimits_client.py +1 -1
  394. oci/usage_api/usageapi_client.py +33 -33
  395. oci/vault/vaults_client.py +13 -13
  396. oci/vbs_inst/vbs_instance_client.py +10 -10
  397. oci/version.py +1 -1
  398. oci/visual_builder/vb_instance_client.py +13 -13
  399. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  400. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  401. oci/waa/waa_client.py +13 -13
  402. oci/waa/work_request_client.py +4 -4
  403. oci/waas/redirect_client.py +6 -6
  404. oci/waas/waas_client.py +66 -66
  405. oci/waf/waf_client.py +24 -24
  406. oci/work_requests/work_request_client.py +4 -4
  407. oci/zpr/__init__.py +14 -0
  408. oci/zpr/models/__init__.py +42 -0
  409. oci/zpr/models/configuration.py +449 -0
  410. oci/zpr/models/create_configuration_details.py +189 -0
  411. oci/zpr/models/create_zpr_policy_details.py +251 -0
  412. oci/zpr/models/update_zpr_policy_details.py +185 -0
  413. oci/zpr/models/work_request.py +459 -0
  414. oci/zpr/models/work_request_error.py +146 -0
  415. oci/zpr/models/work_request_error_collection.py +72 -0
  416. oci/zpr/models/work_request_log_entry.py +109 -0
  417. oci/zpr/models/work_request_log_entry_collection.py +72 -0
  418. oci/zpr/models/work_request_resource.py +238 -0
  419. oci/zpr/models/work_request_summary.py +457 -0
  420. oci/zpr/models/work_request_summary_collection.py +72 -0
  421. oci/zpr/models/zpr_policy.py +505 -0
  422. oci/zpr/models/zpr_policy_collection.py +72 -0
  423. oci/zpr/models/zpr_policy_summary.py +463 -0
  424. oci/zpr/zpr_client.py +2123 -0
  425. oci/zpr/zpr_client_composite_operations.py +197 -0
  426. {oci-2.135.0.dist-info → oci-2.135.2.dist-info}/METADATA +2 -2
  427. {oci-2.135.0.dist-info → oci-2.135.2.dist-info}/RECORD +431 -362
  428. {oci-2.135.0.dist-info → oci-2.135.2.dist-info}/LICENSE.txt +0 -0
  429. {oci-2.135.0.dist-info → oci-2.135.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  430. {oci-2.135.0.dist-info → oci-2.135.2.dist-info}/WHEEL +0 -0
  431. {oci-2.135.0.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.0/core/add_drg_route_distribution_statements.py.html>`__ to see an example of how to use add_drg_route_distribution_statements API.
156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/core/add_drg_route_rules.py.html>`__ to see an example of how to use add_drg_route_rules API.
256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/core/add_ipv6_subnet_cidr.py.html>`__ to see an example of how to use add_ipv6_subnet_cidr API.
373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/core/add_ipv6_vcn_cidr.py.html>`__ to see an example of how to use add_ipv6_vcn_cidr API.
493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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']
@@ -567,7 +567,7 @@ class VirtualNetworkClient(object):
567
567
 
568
568
  def add_network_security_group_security_rules(self, network_security_group_id, add_network_security_group_security_rules_details, **kwargs):
569
569
  """
570
- Adds one or more security rules to the specified network security group.
570
+ Adds up to 25 security rules to the specified network security group. Adding more than 25 rules requires multiple operations.
571
571
 
572
572
 
573
573
  :param str network_security_group_id: (required)
@@ -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.0/core/add_network_security_group_security_rules.py.html>`__ to see an example of how to use add_network_security_group_security_rules API.
597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/core/add_public_ip_pool_capacity.py.html>`__ to see an example of how to use add_public_ip_pool_capacity API.
703
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/core/add_vcn_cidr.py.html>`__ to see an example of how to use add_vcn_cidr API.
828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/core/advertise_byoip_range.py.html>`__ to see an example of how to use advertise_byoip_range API.
933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/core/attach_service_id.py.html>`__ to see an example of how to use attach_service_id API.
1043
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/core/bulk_add_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use bulk_add_virtual_circuit_public_prefixes API.
1146
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/core/bulk_delete_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use bulk_delete_virtual_circuit_public_prefixes API.
1242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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 = []
@@ -6501,6 +6501,9 @@ class VirtualNetworkClient(object):
6501
6501
  You may optionally specify a *display name* for the service gateway, otherwise a default is provided.
6502
6502
  It does not have to be unique, and you can change it. Avoid entering confidential information.
6503
6503
 
6504
+ Use the :func:`list_services` operation to find service CIDR labels
6505
+ available in the region.
6506
+
6504
6507
  __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
6505
6508
  __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm
6506
6509
  __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
@@ -6532,7 +6535,7 @@ class VirtualNetworkClient(object):
6532
6535
  :rtype: :class:`~oci.response.Response`
6533
6536
 
6534
6537
  :example:
6535
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
6536
6539
  """
6537
6540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6538
6541
  required_arguments = []
@@ -6663,7 +6666,7 @@ class VirtualNetworkClient(object):
6663
6666
  :rtype: :class:`~oci.response.Response`
6664
6667
 
6665
6668
  :example:
6666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
6667
6670
  """
6668
6671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6669
6672
  required_arguments = []
@@ -6795,7 +6798,7 @@ class VirtualNetworkClient(object):
6795
6798
  :rtype: :class:`~oci.response.Response`
6796
6799
 
6797
6800
  :example:
6798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
6799
6802
  """
6800
6803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6801
6804
  required_arguments = []
@@ -6912,7 +6915,7 @@ class VirtualNetworkClient(object):
6912
6915
  :rtype: :class:`~oci.response.Response`
6913
6916
 
6914
6917
  :example:
6915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
6916
6919
  """
6917
6920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6918
6921
  required_arguments = []
@@ -7009,7 +7012,7 @@ class VirtualNetworkClient(object):
7009
7012
  :rtype: :class:`~oci.response.Response`
7010
7013
 
7011
7014
  :example:
7012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7013
7016
  """
7014
7017
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7015
7018
  required_arguments = []
@@ -7118,7 +7121,7 @@ class VirtualNetworkClient(object):
7118
7121
  :rtype: :class:`~oci.response.Response`
7119
7122
 
7120
7123
  :example:
7121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7122
7125
  """
7123
7126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7124
7127
  required_arguments = []
@@ -7221,7 +7224,7 @@ class VirtualNetworkClient(object):
7221
7224
  :rtype: :class:`~oci.response.Response`
7222
7225
 
7223
7226
  :example:
7224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7225
7228
  """
7226
7229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7227
7230
  required_arguments = ['byoipRangeId']
@@ -7326,7 +7329,7 @@ class VirtualNetworkClient(object):
7326
7329
  :rtype: :class:`~oci.response.Response`
7327
7330
 
7328
7331
  :example:
7329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7330
7333
  """
7331
7334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7332
7335
  required_arguments = ['captureFilterId']
@@ -7428,7 +7431,7 @@ class VirtualNetworkClient(object):
7428
7431
  :rtype: :class:`~oci.response.Response`
7429
7432
 
7430
7433
  :example:
7431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7432
7435
  """
7433
7436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7434
7437
  required_arguments = ['cpeId']
@@ -7529,7 +7532,7 @@ class VirtualNetworkClient(object):
7529
7532
  :rtype: :class:`~oci.response.Response`
7530
7533
 
7531
7534
  :example:
7532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7533
7536
  """
7534
7537
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7535
7538
  required_arguments = ['crossConnectId']
@@ -7631,7 +7634,7 @@ class VirtualNetworkClient(object):
7631
7634
  :rtype: :class:`~oci.response.Response`
7632
7635
 
7633
7636
  :example:
7634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7635
7638
  """
7636
7639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7637
7640
  required_arguments = ['crossConnectGroupId']
@@ -7735,7 +7738,7 @@ class VirtualNetworkClient(object):
7735
7738
  :rtype: :class:`~oci.response.Response`
7736
7739
 
7737
7740
  :example:
7738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7739
7742
  """
7740
7743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7741
7744
  required_arguments = ['dhcpId']
@@ -7836,7 +7839,7 @@ class VirtualNetworkClient(object):
7836
7839
  :rtype: :class:`~oci.response.Response`
7837
7840
 
7838
7841
  :example:
7839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7840
7843
  """
7841
7844
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7842
7845
  required_arguments = ['drgId']
@@ -7936,7 +7939,7 @@ class VirtualNetworkClient(object):
7936
7939
  :rtype: :class:`~oci.response.Response`
7937
7940
 
7938
7941
  :example:
7939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
7940
7943
  """
7941
7944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7942
7945
  required_arguments = ['drgAttachmentId']
@@ -8036,7 +8039,7 @@ class VirtualNetworkClient(object):
8036
8039
  :rtype: :class:`~oci.response.Response`
8037
8040
 
8038
8041
  :example:
8039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8040
8043
  """
8041
8044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8042
8045
  required_arguments = ['drgRouteDistributionId']
@@ -8134,7 +8137,7 @@ class VirtualNetworkClient(object):
8134
8137
  :rtype: :class:`~oci.response.Response`
8135
8138
 
8136
8139
  :example:
8137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8138
8141
  """
8139
8142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8140
8143
  required_arguments = ['drgRouteTableId']
@@ -8236,7 +8239,7 @@ class VirtualNetworkClient(object):
8236
8239
  :rtype: :class:`~oci.response.Response`
8237
8240
 
8238
8241
  :example:
8239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8240
8243
  """
8241
8244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8242
8245
  required_arguments = ['igId']
@@ -8341,7 +8344,7 @@ class VirtualNetworkClient(object):
8341
8344
  :rtype: :class:`~oci.response.Response`
8342
8345
 
8343
8346
  :example:
8344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8345
8348
  """
8346
8349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8347
8350
  required_arguments = ['ipscId']
@@ -8448,7 +8451,7 @@ class VirtualNetworkClient(object):
8448
8451
  :rtype: :class:`~oci.response.Response`
8449
8452
 
8450
8453
  :example:
8451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8452
8455
  """
8453
8456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8454
8457
  required_arguments = ['ipv6Id']
@@ -8551,7 +8554,7 @@ class VirtualNetworkClient(object):
8551
8554
  :rtype: :class:`~oci.response.Response`
8552
8555
 
8553
8556
  :example:
8554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8555
8558
  """
8556
8559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8557
8560
  required_arguments = ['localPeeringGatewayId']
@@ -8653,7 +8656,7 @@ class VirtualNetworkClient(object):
8653
8656
  :rtype: :class:`~oci.response.Response`
8654
8657
 
8655
8658
  :example:
8656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8657
8660
  """
8658
8661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8659
8662
  required_arguments = ['natGatewayId']
@@ -8760,7 +8763,7 @@ class VirtualNetworkClient(object):
8760
8763
  :rtype: :class:`~oci.response.Response`
8761
8764
 
8762
8765
  :example:
8763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8764
8767
  """
8765
8768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8766
8769
  required_arguments = ['networkSecurityGroupId']
@@ -8871,7 +8874,7 @@ class VirtualNetworkClient(object):
8871
8874
  :rtype: :class:`~oci.response.Response`
8872
8875
 
8873
8876
  :example:
8874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8875
8878
  """
8876
8879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8877
8880
  required_arguments = ['privateIpId']
@@ -8985,7 +8988,7 @@ class VirtualNetworkClient(object):
8985
8988
  :rtype: :class:`~oci.response.Response`
8986
8989
 
8987
8990
  :example:
8988
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
8989
8992
  """
8990
8993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8991
8994
  required_arguments = ['publicIpId']
@@ -9091,7 +9094,7 @@ class VirtualNetworkClient(object):
9091
9094
  :rtype: :class:`~oci.response.Response`
9092
9095
 
9093
9096
  :example:
9094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
9095
9098
  """
9096
9099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9097
9100
  required_arguments = ['publicIpPoolId']
@@ -9194,7 +9197,7 @@ class VirtualNetworkClient(object):
9194
9197
  :rtype: :class:`~oci.response.Response`
9195
9198
 
9196
9199
  :example:
9197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
9198
9201
  """
9199
9202
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9200
9203
  required_arguments = ['remotePeeringConnectionId']
@@ -9298,7 +9301,7 @@ class VirtualNetworkClient(object):
9298
9301
  :rtype: :class:`~oci.response.Response`
9299
9302
 
9300
9303
  :example:
9301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
9302
9305
  """
9303
9306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9304
9307
  required_arguments = ['rtId']
@@ -9400,7 +9403,7 @@ class VirtualNetworkClient(object):
9400
9403
  :rtype: :class:`~oci.response.Response`
9401
9404
 
9402
9405
  :example:
9403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
9404
9407
  """
9405
9408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9406
9409
  required_arguments = ['securityListId']
@@ -9499,7 +9502,7 @@ class VirtualNetworkClient(object):
9499
9502
  :rtype: :class:`~oci.response.Response`
9500
9503
 
9501
9504
  :example:
9502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
9503
9506
  """
9504
9507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9505
9508
  required_arguments = ['serviceGatewayId']
@@ -9599,7 +9602,7 @@ class VirtualNetworkClient(object):
9599
9602
  :rtype: :class:`~oci.response.Response`
9600
9603
 
9601
9604
  :example:
9602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
9603
9606
  """
9604
9607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9605
9608
  required_arguments = ['subnetId']
@@ -9702,7 +9705,7 @@ class VirtualNetworkClient(object):
9702
9705
  :rtype: :class:`~oci.response.Response`
9703
9706
 
9704
9707
  :example:
9705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
9706
9709
  """
9707
9710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9708
9711
  required_arguments = ['vcnId']
@@ -9804,7 +9807,7 @@ class VirtualNetworkClient(object):
9804
9807
  :rtype: :class:`~oci.response.Response`
9805
9808
 
9806
9809
  :example:
9807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
9808
9811
  """
9809
9812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9810
9813
  required_arguments = ['virtualCircuitId']
@@ -9908,7 +9911,7 @@ class VirtualNetworkClient(object):
9908
9911
  :rtype: :class:`~oci.response.Response`
9909
9912
 
9910
9913
  :example:
9911
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
9912
9915
  """
9913
9916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9914
9917
  required_arguments = ['vlanId']
@@ -10013,7 +10016,7 @@ class VirtualNetworkClient(object):
10013
10016
  :rtype: :class:`~oci.response.Response`
10014
10017
 
10015
10018
  :example:
10016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
10017
10020
  """
10018
10021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10019
10022
  required_arguments = ['vtapId']
@@ -10127,7 +10130,7 @@ class VirtualNetworkClient(object):
10127
10130
  :rtype: :class:`~oci.response.Response`
10128
10131
 
10129
10132
  :example:
10130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
10131
10134
  """
10132
10135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10133
10136
  required_arguments = ['serviceGatewayId']
@@ -10252,7 +10255,7 @@ class VirtualNetworkClient(object):
10252
10255
  :rtype: :class:`~oci.response.Response`
10253
10256
 
10254
10257
  :example:
10255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
10256
10259
  """
10257
10260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10258
10261
  required_arguments = ['drgId']
@@ -10367,7 +10370,7 @@ class VirtualNetworkClient(object):
10367
10370
  :rtype: :class:`~oci.response.Response`
10368
10371
 
10369
10372
  :example:
10370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_allowed_ike_ip_sec_parameters.py.html>`__ to see an example of how to use get_allowed_ike_ip_sec_parameters API.
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.
10371
10374
  """
10372
10375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10373
10376
  required_arguments = []
@@ -10458,7 +10461,7 @@ class VirtualNetworkClient(object):
10458
10461
  :rtype: :class:`~oci.response.Response`
10459
10462
 
10460
10463
  :example:
10461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
10462
10465
  """
10463
10466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10464
10467
  required_arguments = ['byoipRangeId']
@@ -10557,7 +10560,7 @@ class VirtualNetworkClient(object):
10557
10560
  :rtype: :class:`~oci.response.Response`
10558
10561
 
10559
10562
  :example:
10560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
10561
10564
  """
10562
10565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10563
10566
  required_arguments = ['captureFilterId']
@@ -10652,7 +10655,7 @@ class VirtualNetworkClient(object):
10652
10655
  :rtype: :class:`~oci.response.Response`
10653
10656
 
10654
10657
  :example:
10655
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
10656
10659
  """
10657
10660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10658
10661
  required_arguments = ['cpeId']
@@ -10763,7 +10766,7 @@ class VirtualNetworkClient(object):
10763
10766
  :rtype: :class:`~oci.response.Response`
10764
10767
 
10765
10768
  :example:
10766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
10767
10770
  """
10768
10771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10769
10772
  required_arguments = ['cpeId']
@@ -10872,7 +10875,7 @@ class VirtualNetworkClient(object):
10872
10875
  :rtype: :class:`~oci.response.Response`
10873
10876
 
10874
10877
  :example:
10875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
10876
10879
  """
10877
10880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10878
10881
  required_arguments = ['cpeDeviceShapeId']
@@ -10969,7 +10972,7 @@ class VirtualNetworkClient(object):
10969
10972
  :rtype: :class:`~oci.response.Response`
10970
10973
 
10971
10974
  :example:
10972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
10973
10976
  """
10974
10977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10975
10978
  required_arguments = ['crossConnectId']
@@ -11059,7 +11062,7 @@ class VirtualNetworkClient(object):
11059
11062
  :rtype: :class:`~oci.response.Response`
11060
11063
 
11061
11064
  :example:
11062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
11063
11066
  """
11064
11067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11065
11068
  required_arguments = ['crossConnectGroupId']
@@ -11149,7 +11152,7 @@ class VirtualNetworkClient(object):
11149
11152
  :rtype: :class:`~oci.response.Response`
11150
11153
 
11151
11154
  :example:
11152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_cross_connect_letter_of_authority.py.html>`__ to see an example of how to use get_cross_connect_letter_of_authority API.
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.
11153
11156
  """
11154
11157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11155
11158
  required_arguments = ['crossConnectId']
@@ -11239,7 +11242,7 @@ class VirtualNetworkClient(object):
11239
11242
  :rtype: :class:`~oci.response.Response`
11240
11243
 
11241
11244
  :example:
11242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
11243
11246
  """
11244
11247
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11245
11248
  required_arguments = ['crossConnectId']
@@ -11329,7 +11332,7 @@ class VirtualNetworkClient(object):
11329
11332
  :rtype: :class:`~oci.response.Response`
11330
11333
 
11331
11334
  :example:
11332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
11333
11336
  """
11334
11337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11335
11338
  required_arguments = ['dhcpId']
@@ -11417,7 +11420,7 @@ class VirtualNetworkClient(object):
11417
11420
  :rtype: :class:`~oci.response.Response`
11418
11421
 
11419
11422
  :example:
11420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
11421
11424
  """
11422
11425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11423
11426
  required_arguments = ['drgId']
@@ -11505,7 +11508,7 @@ class VirtualNetworkClient(object):
11505
11508
  :rtype: :class:`~oci.response.Response`
11506
11509
 
11507
11510
  :example:
11508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
11509
11512
  """
11510
11513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11511
11514
  required_arguments = ['drgAttachmentId']
@@ -11600,7 +11603,7 @@ class VirtualNetworkClient(object):
11600
11603
  :rtype: :class:`~oci.response.Response`
11601
11604
 
11602
11605
  :example:
11603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
11604
11607
  """
11605
11608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11606
11609
  required_arguments = ['drgId']
@@ -11697,7 +11700,7 @@ class VirtualNetworkClient(object):
11697
11700
  :rtype: :class:`~oci.response.Response`
11698
11701
 
11699
11702
  :example:
11700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
11701
11704
  """
11702
11705
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11703
11706
  required_arguments = ['drgRouteDistributionId']
@@ -11785,7 +11788,7 @@ class VirtualNetworkClient(object):
11785
11788
  :rtype: :class:`~oci.response.Response`
11786
11789
 
11787
11790
  :example:
11788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
11789
11792
  """
11790
11793
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11791
11794
  required_arguments = ['drgRouteTableId']
@@ -11876,7 +11879,7 @@ class VirtualNetworkClient(object):
11876
11879
  :rtype: :class:`~oci.response.Response`
11877
11880
 
11878
11881
  :example:
11879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
11880
11883
  """
11881
11884
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11882
11885
  required_arguments = ['providerServiceId']
@@ -11973,7 +11976,7 @@ class VirtualNetworkClient(object):
11973
11976
  :rtype: :class:`~oci.response.Response`
11974
11977
 
11975
11978
  :example:
11976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_fast_connect_provider_service_key.py.html>`__ to see an example of how to use get_fast_connect_provider_service_key API.
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.
11977
11980
  """
11978
11981
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11979
11982
  required_arguments = ['providerServiceId', 'providerServiceKeyName']
@@ -12064,7 +12067,7 @@ class VirtualNetworkClient(object):
12064
12067
  :rtype: :class:`~oci.response.Response`
12065
12068
 
12066
12069
  :example:
12067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
12068
12071
  """
12069
12072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12070
12073
  required_arguments = ['igId']
@@ -12154,7 +12157,7 @@ class VirtualNetworkClient(object):
12154
12157
  :rtype: :class:`~oci.response.Response`
12155
12158
 
12156
12159
  :example:
12157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
12158
12161
  """
12159
12162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12160
12163
  required_arguments = ['ipscId']
@@ -12247,7 +12250,7 @@ class VirtualNetworkClient(object):
12247
12250
  :rtype: :class:`~oci.response.Response`
12248
12251
 
12249
12252
  :example:
12250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_ip_sec_connection_device_config.py.html>`__ to see an example of how to use get_ip_sec_connection_device_config API.
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.
12251
12254
  """
12252
12255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12253
12256
  required_arguments = ['ipscId']
@@ -12338,7 +12341,7 @@ class VirtualNetworkClient(object):
12338
12341
  :rtype: :class:`~oci.response.Response`
12339
12342
 
12340
12343
  :example:
12341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_ip_sec_connection_device_status.py.html>`__ to see an example of how to use get_ip_sec_connection_device_status API.
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.
12342
12345
  """
12343
12346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12344
12347
  required_arguments = ['ipscId']
@@ -12435,7 +12438,7 @@ class VirtualNetworkClient(object):
12435
12438
  :rtype: :class:`~oci.response.Response`
12436
12439
 
12437
12440
  :example:
12438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
12439
12442
  """
12440
12443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12441
12444
  required_arguments = ['ipscId', 'tunnelId']
@@ -12531,7 +12534,7 @@ class VirtualNetworkClient(object):
12531
12534
  :rtype: :class:`~oci.response.Response`
12532
12535
 
12533
12536
  :example:
12534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_ip_sec_connection_tunnel_error.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_error API.
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.
12535
12538
  """
12536
12539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12537
12540
  required_arguments = ['ipscId', 'tunnelId']
@@ -12628,7 +12631,7 @@ class VirtualNetworkClient(object):
12628
12631
  :rtype: :class:`~oci.response.Response`
12629
12632
 
12630
12633
  :example:
12631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_ip_sec_connection_tunnel_shared_secret.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_shared_secret API.
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.
12632
12635
  """
12633
12636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12634
12637
  required_arguments = ['ipscId', 'tunnelId']
@@ -12741,7 +12744,7 @@ class VirtualNetworkClient(object):
12741
12744
  :rtype: :class:`~oci.response.Response`
12742
12745
 
12743
12746
  :example:
12744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_ipsec_cpe_device_config_content.py.html>`__ to see an example of how to use get_ipsec_cpe_device_config_content API.
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.
12745
12748
  """
12746
12749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12747
12750
  required_arguments = ['ipscId']
@@ -12848,7 +12851,7 @@ class VirtualNetworkClient(object):
12848
12851
  :rtype: :class:`~oci.response.Response`
12849
12852
 
12850
12853
  :example:
12851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
12852
12855
  """
12853
12856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12854
12857
  required_arguments = ['ipv6Id']
@@ -12943,7 +12946,7 @@ class VirtualNetworkClient(object):
12943
12946
  :rtype: :class:`~oci.response.Response`
12944
12947
 
12945
12948
  :example:
12946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
12947
12950
  """
12948
12951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12949
12952
  required_arguments = ['localPeeringGatewayId']
@@ -13031,7 +13034,7 @@ class VirtualNetworkClient(object):
13031
13034
  :rtype: :class:`~oci.response.Response`
13032
13035
 
13033
13036
  :example:
13034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
13035
13038
  """
13036
13039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13037
13040
  required_arguments = ['natGatewayId']
@@ -13125,7 +13128,7 @@ class VirtualNetworkClient(object):
13125
13128
  :rtype: :class:`~oci.response.Response`
13126
13129
 
13127
13130
  :example:
13128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
13129
13132
  """
13130
13133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13131
13134
  required_arguments = ['networkSecurityGroupId']
@@ -13245,7 +13248,7 @@ class VirtualNetworkClient(object):
13245
13248
  :rtype: :class:`~oci.response.Response`
13246
13249
 
13247
13250
  :example:
13248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
13249
13252
  """
13250
13253
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13251
13254
  required_arguments = ['compartmentId']
@@ -13356,7 +13359,7 @@ class VirtualNetworkClient(object):
13356
13359
  :rtype: :class:`~oci.response.Response`
13357
13360
 
13358
13361
  :example:
13359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
13360
13363
  """
13361
13364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13362
13365
  required_arguments = ['privateIpId']
@@ -13458,7 +13461,7 @@ class VirtualNetworkClient(object):
13458
13461
  :rtype: :class:`~oci.response.Response`
13459
13462
 
13460
13463
  :example:
13461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
13462
13465
  """
13463
13466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13464
13467
  required_arguments = ['publicIpId']
@@ -13550,7 +13553,7 @@ class VirtualNetworkClient(object):
13550
13553
  :rtype: :class:`~oci.response.Response`
13551
13554
 
13552
13555
  :example:
13553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_public_ip_by_ip_address.py.html>`__ to see an example of how to use get_public_ip_by_ip_address API.
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.
13554
13557
  """
13555
13558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13556
13559
  required_arguments = []
@@ -13640,7 +13643,7 @@ class VirtualNetworkClient(object):
13640
13643
  :rtype: :class:`~oci.response.Response`
13641
13644
 
13642
13645
  :example:
13643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_public_ip_by_private_ip_id.py.html>`__ to see an example of how to use get_public_ip_by_private_ip_id API.
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.
13644
13647
  """
13645
13648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13646
13649
  required_arguments = []
@@ -13724,7 +13727,7 @@ class VirtualNetworkClient(object):
13724
13727
  :rtype: :class:`~oci.response.Response`
13725
13728
 
13726
13729
  :example:
13727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
13728
13731
  """
13729
13732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13730
13733
  required_arguments = ['publicIpPoolId']
@@ -13819,7 +13822,7 @@ class VirtualNetworkClient(object):
13819
13822
  :rtype: :class:`~oci.response.Response`
13820
13823
 
13821
13824
  :example:
13822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
13823
13826
  """
13824
13827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13825
13828
  required_arguments = ['remotePeeringConnectionId']
@@ -13911,7 +13914,7 @@ class VirtualNetworkClient(object):
13911
13914
  :rtype: :class:`~oci.response.Response`
13912
13915
 
13913
13916
  :example:
13914
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
13915
13918
  """
13916
13919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13917
13920
  required_arguments = ['dataRequestId']
@@ -14006,7 +14009,7 @@ class VirtualNetworkClient(object):
14006
14009
  :rtype: :class:`~oci.response.Response`
14007
14010
 
14008
14011
  :example:
14009
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
14010
14013
  """
14011
14014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14012
14015
  required_arguments = ['rtId']
@@ -14094,7 +14097,7 @@ class VirtualNetworkClient(object):
14094
14097
  :rtype: :class:`~oci.response.Response`
14095
14098
 
14096
14099
  :example:
14097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
14098
14101
  """
14099
14102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14100
14103
  required_arguments = ['securityListId']
@@ -14182,7 +14185,7 @@ class VirtualNetworkClient(object):
14182
14185
  :rtype: :class:`~oci.response.Response`
14183
14186
 
14184
14187
  :example:
14185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
14186
14189
  """
14187
14190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14188
14191
  required_arguments = ['serviceId']
@@ -14270,7 +14273,7 @@ class VirtualNetworkClient(object):
14270
14273
  :rtype: :class:`~oci.response.Response`
14271
14274
 
14272
14275
  :example:
14273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
14274
14277
  """
14275
14278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14276
14279
  required_arguments = ['serviceGatewayId']
@@ -14358,7 +14361,7 @@ class VirtualNetworkClient(object):
14358
14361
  :rtype: :class:`~oci.response.Response`
14359
14362
 
14360
14363
  :example:
14361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
14362
14365
  """
14363
14366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14364
14367
  required_arguments = ['subnetId']
@@ -14452,7 +14455,7 @@ class VirtualNetworkClient(object):
14452
14455
  :rtype: :class:`~oci.response.Response`
14453
14456
 
14454
14457
  :example:
14455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
14456
14459
  """
14457
14460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14458
14461
  required_arguments = ['subnetId']
@@ -14553,7 +14556,7 @@ class VirtualNetworkClient(object):
14553
14556
  :rtype: :class:`~oci.response.Response`
14554
14557
 
14555
14558
  :example:
14556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
14557
14560
  """
14558
14561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14559
14562
  required_arguments = ['subnetId']
@@ -14685,7 +14688,7 @@ class VirtualNetworkClient(object):
14685
14688
  :rtype: :class:`~oci.response.Response`
14686
14689
 
14687
14690
  :example:
14688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
14689
14692
  """
14690
14693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14691
14694
  required_arguments = ['compartmentId', 'subnetId']
@@ -14804,7 +14807,7 @@ class VirtualNetworkClient(object):
14804
14807
  :rtype: :class:`~oci.response.Response`
14805
14808
 
14806
14809
  :example:
14807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
14808
14811
  """
14809
14812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14810
14813
  required_arguments = ['ipscId', 'tunnelId']
@@ -14928,7 +14931,7 @@ class VirtualNetworkClient(object):
14928
14931
  :rtype: :class:`~oci.response.Response`
14929
14932
 
14930
14933
  :example:
14931
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/get_tunnel_cpe_device_config_content.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config_content API.
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.
14932
14935
  """
14933
14936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14934
14937
  required_arguments = ['ipscId', 'tunnelId']
@@ -15030,7 +15033,7 @@ class VirtualNetworkClient(object):
15030
15033
  :rtype: :class:`~oci.response.Response`
15031
15034
 
15032
15035
  :example:
15033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
15034
15037
  """
15035
15038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15036
15039
  required_arguments = ['drgId']
@@ -15125,7 +15128,7 @@ class VirtualNetworkClient(object):
15125
15128
  :rtype: :class:`~oci.response.Response`
15126
15129
 
15127
15130
  :example:
15128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
15129
15132
  """
15130
15133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15131
15134
  required_arguments = ['vcnId']
@@ -15217,7 +15220,7 @@ class VirtualNetworkClient(object):
15217
15220
  :rtype: :class:`~oci.response.Response`
15218
15221
 
15219
15222
  :example:
15220
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
15221
15224
  """
15222
15225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15223
15226
  required_arguments = ['vcnId']
@@ -15328,7 +15331,7 @@ class VirtualNetworkClient(object):
15328
15331
  :rtype: :class:`~oci.response.Response`
15329
15332
 
15330
15333
  :example:
15331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
15332
15335
  """
15333
15336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15334
15337
  required_arguments = ['vcnId']
@@ -15465,7 +15468,7 @@ class VirtualNetworkClient(object):
15465
15468
  :rtype: :class:`~oci.response.Response`
15466
15469
 
15467
15470
  :example:
15468
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
15469
15472
  """
15470
15473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15471
15474
  required_arguments = ['compartmentId', 'vcnId']
@@ -15571,7 +15574,7 @@ class VirtualNetworkClient(object):
15571
15574
  :rtype: :class:`~oci.response.Response`
15572
15575
 
15573
15576
  :example:
15574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
15575
15578
  """
15576
15579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15577
15580
  required_arguments = ['virtualCircuitId']
@@ -15665,7 +15668,7 @@ class VirtualNetworkClient(object):
15665
15668
  :rtype: :class:`~oci.response.Response`
15666
15669
 
15667
15670
  :example:
15668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
15669
15672
  """
15670
15673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15671
15674
  required_arguments = ['vlanId']
@@ -15765,7 +15768,7 @@ class VirtualNetworkClient(object):
15765
15768
  :rtype: :class:`~oci.response.Response`
15766
15769
 
15767
15770
  :example:
15768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
15769
15772
  """
15770
15773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15771
15774
  required_arguments = ['vnicId']
@@ -15857,7 +15860,7 @@ class VirtualNetworkClient(object):
15857
15860
  :rtype: :class:`~oci.response.Response`
15858
15861
 
15859
15862
  :example:
15860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
15861
15864
  """
15862
15865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15863
15866
  required_arguments = ['vtapId']
@@ -15950,7 +15953,7 @@ class VirtualNetworkClient(object):
15950
15953
  :rtype: :class:`~oci.response.Response`
15951
15954
 
15952
15955
  :example:
15953
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/list_allowed_peer_regions_for_remote_peering.py.html>`__ to see an example of how to use list_allowed_peer_regions_for_remote_peering API.
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.
15954
15957
  """
15955
15958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15956
15959
  required_arguments = []
@@ -16049,7 +16052,7 @@ class VirtualNetworkClient(object):
16049
16052
  :rtype: :class:`~oci.response.Response`
16050
16053
 
16051
16054
  :example:
16052
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
16053
16056
  """
16054
16057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16055
16058
  required_arguments = ['byoipRangeId']
@@ -16199,7 +16202,7 @@ class VirtualNetworkClient(object):
16199
16202
  :rtype: :class:`~oci.response.Response`
16200
16203
 
16201
16204
  :example:
16202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
16203
16206
  """
16204
16207
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16205
16208
  required_arguments = ['compartmentId']
@@ -16367,7 +16370,7 @@ class VirtualNetworkClient(object):
16367
16370
  :rtype: :class:`~oci.response.Response`
16368
16371
 
16369
16372
  :example:
16370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
16371
16374
  """
16372
16375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16373
16376
  required_arguments = ['compartmentId']
@@ -16528,7 +16531,7 @@ class VirtualNetworkClient(object):
16528
16531
  :rtype: :class:`~oci.response.Response`
16529
16532
 
16530
16533
  :example:
16531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
16532
16535
  """
16533
16536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16534
16537
  required_arguments = []
@@ -16639,7 +16642,7 @@ class VirtualNetworkClient(object):
16639
16642
  :rtype: :class:`~oci.response.Response`
16640
16643
 
16641
16644
  :example:
16642
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
16643
16646
  """
16644
16647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16645
16648
  required_arguments = ['compartmentId']
@@ -16775,7 +16778,7 @@ class VirtualNetworkClient(object):
16775
16778
  :rtype: :class:`~oci.response.Response`
16776
16779
 
16777
16780
  :example:
16778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
16779
16782
  """
16780
16783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16781
16784
  required_arguments = ['compartmentId']
@@ -16914,7 +16917,7 @@ class VirtualNetworkClient(object):
16914
16917
  :rtype: :class:`~oci.response.Response`
16915
16918
 
16916
16919
  :example:
16917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
16918
16921
  """
16919
16922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16920
16923
  required_arguments = ['compartmentId']
@@ -17012,7 +17015,7 @@ class VirtualNetworkClient(object):
17012
17015
  :rtype: :class:`~oci.response.Response`
17013
17016
 
17014
17017
  :example:
17015
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
17016
17019
  """
17017
17020
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17018
17021
  required_arguments = ['virtualCircuitId']
@@ -17160,7 +17163,7 @@ class VirtualNetworkClient(object):
17160
17163
  :rtype: :class:`~oci.response.Response`
17161
17164
 
17162
17165
  :example:
17163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
17164
17167
  """
17165
17168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17166
17169
  required_arguments = ['compartmentId']
@@ -17302,7 +17305,7 @@ class VirtualNetworkClient(object):
17302
17305
  :rtype: :class:`~oci.response.Response`
17303
17306
 
17304
17307
  :example:
17305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
17306
17309
  """
17307
17310
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17308
17311
  required_arguments = ['compartmentId']
@@ -17446,7 +17449,7 @@ class VirtualNetworkClient(object):
17446
17449
  :rtype: :class:`~oci.response.Response`
17447
17450
 
17448
17451
  :example:
17449
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
17450
17453
  """
17451
17454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17452
17455
  required_arguments = ['compartmentId']
@@ -17641,7 +17644,7 @@ class VirtualNetworkClient(object):
17641
17644
  :rtype: :class:`~oci.response.Response`
17642
17645
 
17643
17646
  :example:
17644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
17645
17648
  """
17646
17649
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17647
17650
  required_arguments = ['compartmentId']
@@ -17805,7 +17808,7 @@ class VirtualNetworkClient(object):
17805
17808
  :rtype: :class:`~oci.response.Response`
17806
17809
 
17807
17810
  :example:
17808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
17809
17812
  """
17810
17813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17811
17814
  required_arguments = ['drgRouteDistributionId']
@@ -17971,7 +17974,7 @@ class VirtualNetworkClient(object):
17971
17974
  :rtype: :class:`~oci.response.Response`
17972
17975
 
17973
17976
  :example:
17974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
17975
17978
  """
17976
17979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17977
17980
  required_arguments = ['drgId']
@@ -18113,7 +18116,7 @@ class VirtualNetworkClient(object):
18113
18116
  :rtype: :class:`~oci.response.Response`
18114
18117
 
18115
18118
  :example:
18116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
18117
18120
  """
18118
18121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18119
18122
  required_arguments = ['drgRouteTableId']
@@ -18274,7 +18277,7 @@ class VirtualNetworkClient(object):
18274
18277
  :rtype: :class:`~oci.response.Response`
18275
18278
 
18276
18279
  :example:
18277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
18278
18281
  """
18279
18282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18280
18283
  required_arguments = ['drgId']
@@ -18412,7 +18415,7 @@ class VirtualNetworkClient(object):
18412
18415
  :rtype: :class:`~oci.response.Response`
18413
18416
 
18414
18417
  :example:
18415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
18416
18419
  """
18417
18420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18418
18421
  required_arguments = ['compartmentId']
@@ -18528,7 +18531,7 @@ class VirtualNetworkClient(object):
18528
18531
  :rtype: :class:`~oci.response.Response`
18529
18532
 
18530
18533
  :example:
18531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
18532
18535
  """
18533
18536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18534
18537
  required_arguments = ['compartmentId']
@@ -18642,7 +18645,7 @@ class VirtualNetworkClient(object):
18642
18645
  :rtype: :class:`~oci.response.Response`
18643
18646
 
18644
18647
  :example:
18645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/list_fast_connect_provider_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_fast_connect_provider_virtual_circuit_bandwidth_shapes API.
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.
18646
18649
  """
18647
18650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18648
18651
  required_arguments = ['providerServiceId']
@@ -18795,7 +18798,7 @@ class VirtualNetworkClient(object):
18795
18798
  :rtype: :class:`~oci.response.Response`
18796
18799
 
18797
18800
  :example:
18798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
18799
18802
  """
18800
18803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18801
18804
  required_arguments = ['compartmentId']
@@ -18919,14 +18922,14 @@ class VirtualNetworkClient(object):
18919
18922
  :rtype: :class:`~oci.response.Response`
18920
18923
 
18921
18924
  :example:
18922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
18923
18926
  """
18924
18927
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18925
18928
  required_arguments = []
18926
18929
  resource_path = "/ipInventory"
18927
18930
  method = "POST"
18928
18931
  operation_name = "list_ip_inventory"
18929
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/Vcn/ListIpInventory"
18932
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/IpInventoryCollection/ListIpInventory"
18930
18933
 
18931
18934
  # Don't accept unknown kwargs
18932
18935
  expected_kwargs = [
@@ -19032,7 +19035,7 @@ class VirtualNetworkClient(object):
19032
19035
  :rtype: :class:`~oci.response.Response`
19033
19036
 
19034
19037
  :example:
19035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/list_ip_sec_connection_tunnel_routes.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_routes API.
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.
19036
19039
  """
19037
19040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19038
19041
  required_arguments = ['ipscId', 'tunnelId']
@@ -19167,7 +19170,7 @@ class VirtualNetworkClient(object):
19167
19170
  :rtype: :class:`~oci.response.Response`
19168
19171
 
19169
19172
  :example:
19170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/list_ip_sec_connection_tunnel_security_associations.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_security_associations API.
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.
19171
19174
  """
19172
19175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19173
19176
  required_arguments = ['ipscId', 'tunnelId']
@@ -19288,7 +19291,7 @@ class VirtualNetworkClient(object):
19288
19291
  :rtype: :class:`~oci.response.Response`
19289
19292
 
19290
19293
  :example:
19291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
19292
19295
  """
19293
19296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19294
19297
  required_arguments = ['ipscId']
@@ -19419,7 +19422,7 @@ class VirtualNetworkClient(object):
19419
19422
  :rtype: :class:`~oci.response.Response`
19420
19423
 
19421
19424
  :example:
19422
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
19423
19426
  """
19424
19427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19425
19428
  required_arguments = ['compartmentId']
@@ -19555,7 +19558,7 @@ class VirtualNetworkClient(object):
19555
19558
  :rtype: :class:`~oci.response.Response`
19556
19559
 
19557
19560
  :example:
19558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
19559
19562
  """
19560
19563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19561
19564
  required_arguments = []
@@ -19676,7 +19679,7 @@ class VirtualNetworkClient(object):
19676
19679
  :rtype: :class:`~oci.response.Response`
19677
19680
 
19678
19681
  :example:
19679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
19680
19683
  """
19681
19684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19682
19685
  required_arguments = ['compartmentId']
@@ -19818,7 +19821,7 @@ class VirtualNetworkClient(object):
19818
19821
  :rtype: :class:`~oci.response.Response`
19819
19822
 
19820
19823
  :example:
19821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
19822
19825
  """
19823
19826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19824
19827
  required_arguments = ['compartmentId']
@@ -19973,7 +19976,7 @@ class VirtualNetworkClient(object):
19973
19976
  :rtype: :class:`~oci.response.Response`
19974
19977
 
19975
19978
  :example:
19976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/list_network_security_group_security_rules.py.html>`__ to see an example of how to use list_network_security_group_security_rules API.
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.
19977
19980
  """
19978
19981
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19979
19982
  required_arguments = ['networkSecurityGroupId']
@@ -20129,7 +20132,7 @@ class VirtualNetworkClient(object):
20129
20132
  :rtype: :class:`~oci.response.Response`
20130
20133
 
20131
20134
  :example:
20132
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
20133
20136
  """
20134
20137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20135
20138
  required_arguments = ['networkSecurityGroupId']
@@ -20303,7 +20306,7 @@ class VirtualNetworkClient(object):
20303
20306
  :rtype: :class:`~oci.response.Response`
20304
20307
 
20305
20308
  :example:
20306
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
20307
20310
  """
20308
20311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20309
20312
  required_arguments = []
@@ -20477,7 +20480,7 @@ class VirtualNetworkClient(object):
20477
20480
  :rtype: :class:`~oci.response.Response`
20478
20481
 
20479
20482
  :example:
20480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
20481
20484
  """
20482
20485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20483
20486
  required_arguments = []
@@ -20620,7 +20623,7 @@ class VirtualNetworkClient(object):
20620
20623
  :rtype: :class:`~oci.response.Response`
20621
20624
 
20622
20625
  :example:
20623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
20624
20627
  """
20625
20628
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20626
20629
  required_arguments = ['compartmentId']
@@ -20798,7 +20801,7 @@ class VirtualNetworkClient(object):
20798
20801
  :rtype: :class:`~oci.response.Response`
20799
20802
 
20800
20803
  :example:
20801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
20802
20805
  """
20803
20806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20804
20807
  required_arguments = ['scope', 'compartmentId']
@@ -20931,7 +20934,7 @@ class VirtualNetworkClient(object):
20931
20934
  :rtype: :class:`~oci.response.Response`
20932
20935
 
20933
20936
  :example:
20934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
20935
20938
  """
20936
20939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20937
20940
  required_arguments = ['compartmentId']
@@ -21077,7 +21080,7 @@ class VirtualNetworkClient(object):
21077
21080
  :rtype: :class:`~oci.response.Response`
21078
21081
 
21079
21082
  :example:
21080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
21081
21084
  """
21082
21085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21083
21086
  required_arguments = ['compartmentId']
@@ -21248,7 +21251,7 @@ class VirtualNetworkClient(object):
21248
21251
  :rtype: :class:`~oci.response.Response`
21249
21252
 
21250
21253
  :example:
21251
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
21252
21255
  """
21253
21256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21254
21257
  required_arguments = ['compartmentId']
@@ -21416,7 +21419,7 @@ class VirtualNetworkClient(object):
21416
21419
  :rtype: :class:`~oci.response.Response`
21417
21420
 
21418
21421
  :example:
21419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
21420
21423
  """
21421
21424
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21422
21425
  required_arguments = ['compartmentId']
@@ -21548,7 +21551,7 @@ class VirtualNetworkClient(object):
21548
21551
  :rtype: :class:`~oci.response.Response`
21549
21552
 
21550
21553
  :example:
21551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
21552
21555
  """
21553
21556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21554
21557
  required_arguments = []
@@ -21687,7 +21690,7 @@ class VirtualNetworkClient(object):
21687
21690
  :rtype: :class:`~oci.response.Response`
21688
21691
 
21689
21692
  :example:
21690
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
21691
21694
  """
21692
21695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21693
21696
  required_arguments = ['compartmentId']
@@ -21852,7 +21855,7 @@ class VirtualNetworkClient(object):
21852
21855
  :rtype: :class:`~oci.response.Response`
21853
21856
 
21854
21857
  :example:
21855
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
21856
21859
  """
21857
21860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21858
21861
  required_arguments = ['compartmentId']
@@ -21988,7 +21991,7 @@ class VirtualNetworkClient(object):
21988
21991
  :rtype: :class:`~oci.response.Response`
21989
21992
 
21990
21993
  :example:
21991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
21992
21995
  """
21993
21996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21994
21997
  required_arguments = ['virtualCircuitId']
@@ -22068,7 +22071,7 @@ class VirtualNetworkClient(object):
22068
22071
 
22069
22072
  def list_virtual_circuit_bandwidth_shapes(self, compartment_id, **kwargs):
22070
22073
  """
22071
- The deprecated operation lists available bandwidth levels for virtual circuits. For the compartment ID, provide the `OCID`__ of your tenancy (the root compartment).
22074
+ The operation lists available bandwidth levels for virtual circuits. For the compartment ID, provide the `OCID`__ of your tenancy (the root compartment).
22072
22075
 
22073
22076
  __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
22074
22077
 
@@ -22110,7 +22113,7 @@ class VirtualNetworkClient(object):
22110
22113
  :rtype: :class:`~oci.response.Response`
22111
22114
 
22112
22115
  :example:
22113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
22114
22117
  """
22115
22118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22116
22119
  required_arguments = ['compartmentId']
@@ -22212,7 +22215,7 @@ class VirtualNetworkClient(object):
22212
22215
  :rtype: :class:`~oci.response.Response`
22213
22216
 
22214
22217
  :example:
22215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
22216
22219
  """
22217
22220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22218
22221
  required_arguments = ['virtualCircuitId']
@@ -22364,7 +22367,7 @@ class VirtualNetworkClient(object):
22364
22367
  :rtype: :class:`~oci.response.Response`
22365
22368
 
22366
22369
  :example:
22367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
22368
22371
  """
22369
22372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22370
22373
  required_arguments = ['compartmentId']
@@ -22538,7 +22541,7 @@ class VirtualNetworkClient(object):
22538
22541
  :rtype: :class:`~oci.response.Response`
22539
22542
 
22540
22543
  :example:
22541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
22542
22545
  """
22543
22546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22544
22547
  required_arguments = ['compartmentId']
@@ -22734,7 +22737,7 @@ class VirtualNetworkClient(object):
22734
22737
  :rtype: :class:`~oci.response.Response`
22735
22738
 
22736
22739
  :example:
22737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
22738
22741
  """
22739
22742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22740
22743
  required_arguments = ['compartmentId']
@@ -22894,7 +22897,7 @@ class VirtualNetworkClient(object):
22894
22897
  :rtype: :class:`~oci.response.Response`
22895
22898
 
22896
22899
  :example:
22897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
22898
22901
  """
22899
22902
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22900
22903
  required_arguments = ['vcnId']
@@ -22997,7 +23000,7 @@ class VirtualNetworkClient(object):
22997
23000
  :rtype: :class:`~oci.response.Response`
22998
23001
 
22999
23002
  :example:
23000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
23001
23004
  """
23002
23005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23003
23006
  required_arguments = ['drgRouteDistributionId']
@@ -23088,7 +23091,7 @@ class VirtualNetworkClient(object):
23088
23091
  :rtype: :class:`~oci.response.Response`
23089
23092
 
23090
23093
  :example:
23091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
23092
23095
  """
23093
23096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23094
23097
  required_arguments = ['drgRouteTableId']
@@ -23185,7 +23188,7 @@ class VirtualNetworkClient(object):
23185
23188
  :rtype: :class:`~oci.response.Response`
23186
23189
 
23187
23190
  :example:
23188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
23189
23192
  """
23190
23193
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23191
23194
  required_arguments = ['drgAttachmentId']
@@ -23292,7 +23295,7 @@ class VirtualNetworkClient(object):
23292
23295
  :rtype: :class:`~oci.response.Response`
23293
23296
 
23294
23297
  :example:
23295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
23296
23299
  """
23297
23300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23298
23301
  required_arguments = ['drgRouteTableId']
@@ -23408,7 +23411,7 @@ class VirtualNetworkClient(object):
23408
23411
  :rtype: :class:`~oci.response.Response`
23409
23412
 
23410
23413
  :example:
23411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
23412
23415
  """
23413
23416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23414
23417
  required_arguments = ['subnetId']
@@ -23527,7 +23530,7 @@ class VirtualNetworkClient(object):
23527
23530
  :rtype: :class:`~oci.response.Response`
23528
23531
 
23529
23532
  :example:
23530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
23531
23534
  """
23532
23535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23533
23536
  required_arguments = ['vcnId']
@@ -23632,7 +23635,7 @@ class VirtualNetworkClient(object):
23632
23635
  :rtype: :class:`~oci.response.Response`
23633
23636
 
23634
23637
  :example:
23635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/remove_network_security_group_security_rules.py.html>`__ to see an example of how to use remove_network_security_group_security_rules API.
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.
23636
23639
  """
23637
23640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23638
23641
  required_arguments = ['networkSecurityGroupId']
@@ -23734,7 +23737,7 @@ class VirtualNetworkClient(object):
23734
23737
  :rtype: :class:`~oci.response.Response`
23735
23738
 
23736
23739
  :example:
23737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
23738
23741
  """
23739
23742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23740
23743
  required_arguments = ['publicIpPoolId']
@@ -23857,7 +23860,7 @@ class VirtualNetworkClient(object):
23857
23860
  :rtype: :class:`~oci.response.Response`
23858
23861
 
23859
23862
  :example:
23860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
23861
23864
  """
23862
23865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23863
23866
  required_arguments = ['vcnId']
@@ -23969,7 +23972,7 @@ class VirtualNetworkClient(object):
23969
23972
  :rtype: :class:`~oci.response.Response`
23970
23973
 
23971
23974
  :example:
23972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
23973
23976
  """
23974
23977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23975
23978
  required_arguments = ['byoipRangeId']
@@ -24080,7 +24083,7 @@ class VirtualNetworkClient(object):
24080
24083
  :rtype: :class:`~oci.response.Response`
24081
24084
 
24082
24085
  :example:
24083
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
24084
24087
  """
24085
24088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24086
24089
  required_arguments = ['captureFilterId']
@@ -24188,7 +24191,7 @@ class VirtualNetworkClient(object):
24188
24191
  :rtype: :class:`~oci.response.Response`
24189
24192
 
24190
24193
  :example:
24191
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
24192
24195
  """
24193
24196
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24194
24197
  required_arguments = ['cpeId']
@@ -24295,7 +24298,7 @@ class VirtualNetworkClient(object):
24295
24298
  :rtype: :class:`~oci.response.Response`
24296
24299
 
24297
24300
  :example:
24298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
24299
24302
  """
24300
24303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24301
24304
  required_arguments = ['crossConnectId']
@@ -24403,7 +24406,7 @@ class VirtualNetworkClient(object):
24403
24406
  :rtype: :class:`~oci.response.Response`
24404
24407
 
24405
24408
  :example:
24406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
24407
24410
  """
24408
24411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24409
24412
  required_arguments = ['crossConnectGroupId']
@@ -24513,7 +24516,7 @@ class VirtualNetworkClient(object):
24513
24516
  :rtype: :class:`~oci.response.Response`
24514
24517
 
24515
24518
  :example:
24516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
24517
24520
  """
24518
24521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24519
24522
  required_arguments = ['dhcpId']
@@ -24618,7 +24621,7 @@ class VirtualNetworkClient(object):
24618
24621
  :rtype: :class:`~oci.response.Response`
24619
24622
 
24620
24623
  :example:
24621
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
24622
24625
  """
24623
24626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24624
24627
  required_arguments = ['drgId']
@@ -24724,7 +24727,7 @@ class VirtualNetworkClient(object):
24724
24727
  :rtype: :class:`~oci.response.Response`
24725
24728
 
24726
24729
  :example:
24727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
24728
24731
  """
24729
24732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24730
24733
  required_arguments = ['drgAttachmentId']
@@ -24829,7 +24832,7 @@ class VirtualNetworkClient(object):
24829
24832
  :rtype: :class:`~oci.response.Response`
24830
24833
 
24831
24834
  :example:
24832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
24833
24836
  """
24834
24837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24835
24838
  required_arguments = ['drgRouteDistributionId']
@@ -24929,7 +24932,7 @@ class VirtualNetworkClient(object):
24929
24932
  :rtype: :class:`~oci.response.Response`
24930
24933
 
24931
24934
  :example:
24932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
24933
24936
  """
24934
24937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24935
24938
  required_arguments = ['drgRouteDistributionId']
@@ -25022,7 +25025,7 @@ class VirtualNetworkClient(object):
25022
25025
  :rtype: :class:`~oci.response.Response`
25023
25026
 
25024
25027
  :example:
25025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
25026
25029
  """
25027
25030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25028
25031
  required_arguments = ['drgRouteTableId']
@@ -25120,7 +25123,7 @@ class VirtualNetworkClient(object):
25120
25123
  :rtype: :class:`~oci.response.Response`
25121
25124
 
25122
25125
  :example:
25123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
25124
25127
  """
25125
25128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25126
25129
  required_arguments = ['drgRouteTableId']
@@ -25229,7 +25232,7 @@ class VirtualNetworkClient(object):
25229
25232
  :rtype: :class:`~oci.response.Response`
25230
25233
 
25231
25234
  :example:
25232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
25233
25236
  """
25234
25237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25235
25238
  required_arguments = ['igId']
@@ -25337,7 +25340,7 @@ class VirtualNetworkClient(object):
25337
25340
  :rtype: :class:`~oci.response.Response`
25338
25341
 
25339
25342
  :example:
25340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
25341
25344
  """
25342
25345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25343
25346
  required_arguments = ['ipscId']
@@ -25464,7 +25467,7 @@ class VirtualNetworkClient(object):
25464
25467
  :rtype: :class:`~oci.response.Response`
25465
25468
 
25466
25469
  :example:
25467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
25468
25471
  """
25469
25472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25470
25473
  required_arguments = ['ipscId', 'tunnelId']
@@ -25581,7 +25584,7 @@ class VirtualNetworkClient(object):
25581
25584
  :rtype: :class:`~oci.response.Response`
25582
25585
 
25583
25586
  :example:
25584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/update_ip_sec_connection_tunnel_shared_secret.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel_shared_secret API.
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.
25585
25588
  """
25586
25589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25587
25590
  required_arguments = ['ipscId', 'tunnelId']
@@ -25701,7 +25704,7 @@ class VirtualNetworkClient(object):
25701
25704
  :rtype: :class:`~oci.response.Response`
25702
25705
 
25703
25706
  :example:
25704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
25705
25708
  """
25706
25709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25707
25710
  required_arguments = ['ipv6Id']
@@ -25808,7 +25811,7 @@ class VirtualNetworkClient(object):
25808
25811
  :rtype: :class:`~oci.response.Response`
25809
25812
 
25810
25813
  :example:
25811
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
25812
25815
  """
25813
25816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25814
25817
  required_arguments = ['localPeeringGatewayId']
@@ -25913,7 +25916,7 @@ class VirtualNetworkClient(object):
25913
25916
  :rtype: :class:`~oci.response.Response`
25914
25917
 
25915
25918
  :example:
25916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
25917
25920
  """
25918
25921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25919
25922
  required_arguments = ['natGatewayId']
@@ -26034,7 +26037,7 @@ class VirtualNetworkClient(object):
26034
26037
  :rtype: :class:`~oci.response.Response`
26035
26038
 
26036
26039
  :example:
26037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
26038
26041
  """
26039
26042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26040
26043
  required_arguments = ['networkSecurityGroupId']
@@ -26135,7 +26138,7 @@ class VirtualNetworkClient(object):
26135
26138
  :rtype: :class:`~oci.response.Response`
26136
26139
 
26137
26140
  :example:
26138
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/core/update_network_security_group_security_rules.py.html>`__ to see an example of how to use update_network_security_group_security_rules API.
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.
26139
26142
  """
26140
26143
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26141
26144
  required_arguments = ['networkSecurityGroupId']
@@ -26244,7 +26247,7 @@ class VirtualNetworkClient(object):
26244
26247
  :rtype: :class:`~oci.response.Response`
26245
26248
 
26246
26249
  :example:
26247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
26248
26251
  """
26249
26252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26250
26253
  required_arguments = ['privateIpId']
@@ -26390,7 +26393,7 @@ class VirtualNetworkClient(object):
26390
26393
  :rtype: :class:`~oci.response.Response`
26391
26394
 
26392
26395
  :example:
26393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
26394
26397
  """
26395
26398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26396
26399
  required_arguments = ['publicIpId']
@@ -26499,7 +26502,7 @@ class VirtualNetworkClient(object):
26499
26502
  :rtype: :class:`~oci.response.Response`
26500
26503
 
26501
26504
  :example:
26502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
26503
26506
  """
26504
26507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26505
26508
  required_arguments = ['publicIpPoolId']
@@ -26606,7 +26609,7 @@ class VirtualNetworkClient(object):
26606
26609
  :rtype: :class:`~oci.response.Response`
26607
26610
 
26608
26611
  :example:
26609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
26610
26613
  """
26611
26614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26612
26615
  required_arguments = ['remotePeeringConnectionId']
@@ -26716,7 +26719,7 @@ class VirtualNetworkClient(object):
26716
26719
  :rtype: :class:`~oci.response.Response`
26717
26720
 
26718
26721
  :example:
26719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
26720
26723
  """
26721
26724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26722
26725
  required_arguments = ['rtId']
@@ -26825,7 +26828,7 @@ class VirtualNetworkClient(object):
26825
26828
  :rtype: :class:`~oci.response.Response`
26826
26829
 
26827
26830
  :example:
26828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
26829
26832
  """
26830
26833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26831
26834
  required_arguments = ['securityListId']
@@ -26931,7 +26934,7 @@ class VirtualNetworkClient(object):
26931
26934
  :rtype: :class:`~oci.response.Response`
26932
26935
 
26933
26936
  :example:
26934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
26935
26938
  """
26936
26939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26937
26940
  required_arguments = ['serviceGatewayId']
@@ -27036,7 +27039,7 @@ class VirtualNetworkClient(object):
27036
27039
  :rtype: :class:`~oci.response.Response`
27037
27040
 
27038
27041
  :example:
27039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
27040
27043
  """
27041
27044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27042
27045
  required_arguments = ['subnetId']
@@ -27159,7 +27162,7 @@ class VirtualNetworkClient(object):
27159
27162
  :rtype: :class:`~oci.response.Response`
27160
27163
 
27161
27164
  :example:
27162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
27163
27166
  """
27164
27167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27165
27168
  required_arguments = ['ipscId', 'tunnelId']
@@ -27272,7 +27275,7 @@ class VirtualNetworkClient(object):
27272
27275
  :rtype: :class:`~oci.response.Response`
27273
27276
 
27274
27277
  :example:
27275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
27276
27279
  """
27277
27280
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27278
27281
  required_arguments = ['vcnId']
@@ -27402,7 +27405,7 @@ class VirtualNetworkClient(object):
27402
27405
  :rtype: :class:`~oci.response.Response`
27403
27406
 
27404
27407
  :example:
27405
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
27406
27409
  """
27407
27410
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27408
27411
  required_arguments = ['virtualCircuitId']
@@ -27514,7 +27517,7 @@ class VirtualNetworkClient(object):
27514
27517
  :rtype: :class:`~oci.response.Response`
27515
27518
 
27516
27519
  :example:
27517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
27518
27521
  """
27519
27522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27520
27523
  required_arguments = ['vlanId']
@@ -27621,7 +27624,7 @@ class VirtualNetworkClient(object):
27621
27624
  :rtype: :class:`~oci.response.Response`
27622
27625
 
27623
27626
  :example:
27624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
27625
27628
  """
27626
27629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27627
27630
  required_arguments = ['vnicId']
@@ -27730,7 +27733,7 @@ class VirtualNetworkClient(object):
27730
27733
  :rtype: :class:`~oci.response.Response`
27731
27734
 
27732
27735
  :example:
27733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
27734
27737
  """
27735
27738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27736
27739
  required_arguments = ['vtapId']
@@ -27841,7 +27844,7 @@ class VirtualNetworkClient(object):
27841
27844
  :rtype: :class:`~oci.response.Response`
27842
27845
 
27843
27846
  :example:
27844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
27845
27848
  """
27846
27849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27847
27850
  required_arguments = ['drgId']
@@ -27944,7 +27947,7 @@ class VirtualNetworkClient(object):
27944
27947
  :rtype: :class:`~oci.response.Response`
27945
27948
 
27946
27949
  :example:
27947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
27948
27951
  """
27949
27952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27950
27953
  required_arguments = ['byoipRangeId']
@@ -28041,7 +28044,7 @@ class VirtualNetworkClient(object):
28041
28044
  :rtype: :class:`~oci.response.Response`
28042
28045
 
28043
28046
  :example:
28044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/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.
28045
28048
  """
28046
28049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28047
28050
  required_arguments = ['byoipRangeId']