oci-core 2.19.0 → 2.22.0

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 (501) hide show
  1. package/lib/client.d.ts +435 -399
  2. package/lib/client.js +604 -399
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-subnet-ipv6-cidr-details.d.ts +35 -0
  5. package/lib/model/add-subnet-ipv6-cidr-details.js +34 -0
  6. package/lib/model/add-subnet-ipv6-cidr-details.js.map +1 -0
  7. package/lib/model/add-vcn-ipv6-cidr-details.d.ts +41 -0
  8. package/lib/model/add-vcn-ipv6-cidr-details.js +62 -0
  9. package/lib/model/add-vcn-ipv6-cidr-details.js.map +1 -0
  10. package/lib/model/boot-volume.d.ts +4 -5
  11. package/lib/model/boot-volume.js.map +1 -1
  12. package/lib/model/byoip-range-summary.d.ts +13 -0
  13. package/lib/model/byoip-range-summary.js +34 -2
  14. package/lib/model/byoip-range-summary.js.map +1 -1
  15. package/lib/model/byoip-range-vcn-ipv6-allocation-summary.d.ts +47 -0
  16. package/lib/model/byoip-range-vcn-ipv6-allocation-summary.js +34 -0
  17. package/lib/model/byoip-range-vcn-ipv6-allocation-summary.js.map +1 -0
  18. package/lib/model/byoip-range.d.ts +15 -2
  19. package/lib/model/byoip-range.js +34 -2
  20. package/lib/model/byoip-range.js.map +1 -1
  21. package/lib/model/byoipv6-cidr-details.d.ts +41 -0
  22. package/lib/model/byoipv6-cidr-details.js +34 -0
  23. package/lib/model/byoipv6-cidr-details.js.map +1 -0
  24. package/lib/model/create-boot-volume-details.d.ts +3 -4
  25. package/lib/model/create-boot-volume-details.js.map +1 -1
  26. package/lib/model/create-byoip-range-details.d.ts +6 -1
  27. package/lib/model/create-byoip-range-details.js.map +1 -1
  28. package/lib/model/create-ipv6-details.d.ts +5 -0
  29. package/lib/model/create-ipv6-details.js.map +1 -1
  30. package/lib/model/create-subnet-details.d.ts +8 -0
  31. package/lib/model/create-subnet-details.js.map +1 -1
  32. package/lib/model/create-vcn-details.d.ts +22 -0
  33. package/lib/model/create-vcn-details.js +34 -2
  34. package/lib/model/create-vcn-details.js.map +1 -1
  35. package/lib/model/create-virtual-circuit-details.d.ts +14 -0
  36. package/lib/model/create-virtual-circuit-details.js +5 -0
  37. package/lib/model/create-virtual-circuit-details.js.map +1 -1
  38. package/lib/model/create-volume-details.d.ts +3 -4
  39. package/lib/model/create-volume-details.js.map +1 -1
  40. package/lib/model/drg-attachment-match-all-drg-route-distribution-match-criteria.d.ts +1 -1
  41. package/lib/model/index.d.ts +12 -0
  42. package/lib/model/index.js +22 -10
  43. package/lib/model/index.js.map +1 -1
  44. package/lib/model/instance-configuration-create-volume-details.d.ts +2 -2
  45. package/lib/model/public-ip-pool.d.ts +3 -1
  46. package/lib/model/public-ip-pool.js.map +1 -1
  47. package/lib/model/remove-subnet-ipv6-cidr-details.d.ts +35 -0
  48. package/lib/model/remove-subnet-ipv6-cidr-details.js +34 -0
  49. package/lib/model/remove-subnet-ipv6-cidr-details.js.map +1 -0
  50. package/lib/model/remove-vcn-ipv6-cidr-details.d.ts +36 -0
  51. package/lib/model/remove-vcn-ipv6-cidr-details.js +34 -0
  52. package/lib/model/remove-vcn-ipv6-cidr-details.js.map +1 -0
  53. package/lib/model/shape.d.ts +18 -0
  54. package/lib/model/shape.js.map +1 -1
  55. package/lib/model/subnet.d.ts +5 -0
  56. package/lib/model/subnet.js.map +1 -1
  57. package/lib/model/update-boot-volume-details.d.ts +3 -4
  58. package/lib/model/update-boot-volume-details.js.map +1 -1
  59. package/lib/model/update-subnet-details.d.ts +8 -0
  60. package/lib/model/update-subnet-details.js.map +1 -1
  61. package/lib/model/update-virtual-circuit-details.d.ts +14 -0
  62. package/lib/model/update-virtual-circuit-details.js +5 -0
  63. package/lib/model/update-virtual-circuit-details.js.map +1 -1
  64. package/lib/model/update-volume-details.d.ts +3 -4
  65. package/lib/model/update-volume-details.js.map +1 -1
  66. package/lib/model/vcn-drg-attachment-network-create-details.d.ts +2 -2
  67. package/lib/model/vcn-drg-attachment-network-details.d.ts +2 -2
  68. package/lib/model/vcn-drg-attachment-network-update-details.d.ts +2 -2
  69. package/lib/model/vcn.d.ts +10 -0
  70. package/lib/model/vcn.js.map +1 -1
  71. package/lib/model/virtual-circuit.d.ts +19 -0
  72. package/lib/model/virtual-circuit.js +10 -0
  73. package/lib/model/virtual-circuit.js.map +1 -1
  74. package/lib/model/volume.d.ts +4 -5
  75. package/lib/model/volume.js.map +1 -1
  76. package/lib/request/accept-shielded-integrity-policy-request.d.ts +1 -1
  77. package/lib/request/add-drg-route-distribution-statements-request.d.ts +1 -1
  78. package/lib/request/add-drg-route-rules-request.d.ts +1 -1
  79. package/lib/request/add-image-shape-compatibility-entry-request.d.ts +1 -1
  80. package/lib/request/add-ipv6-subnet-cidr-request.d.ts +49 -0
  81. package/lib/request/add-ipv6-subnet-cidr-request.js +15 -0
  82. package/lib/request/add-ipv6-subnet-cidr-request.js.map +1 -0
  83. package/lib/request/add-ipv6-vcn-cidr-request.d.ts +7 -1
  84. package/lib/request/add-network-security-group-security-rules-request.d.ts +1 -1
  85. package/lib/request/add-public-ip-pool-capacity-request.d.ts +1 -1
  86. package/lib/request/add-vcn-cidr-request.d.ts +1 -1
  87. package/lib/request/advertise-byoip-range-request.d.ts +1 -1
  88. package/lib/request/attach-boot-volume-request.d.ts +1 -1
  89. package/lib/request/attach-instance-pool-instance-request.d.ts +1 -1
  90. package/lib/request/attach-load-balancer-request.d.ts +1 -1
  91. package/lib/request/attach-service-id-request.d.ts +1 -1
  92. package/lib/request/attach-vnic-request.d.ts +1 -1
  93. package/lib/request/attach-volume-request.d.ts +1 -1
  94. package/lib/request/bulk-add-virtual-circuit-public-prefixes-request.d.ts +1 -1
  95. package/lib/request/bulk-delete-virtual-circuit-public-prefixes-request.d.ts +1 -1
  96. package/lib/request/capture-console-history-request.d.ts +1 -1
  97. package/lib/request/change-boot-volume-backup-compartment-request.d.ts +1 -1
  98. package/lib/request/change-boot-volume-compartment-request.d.ts +1 -1
  99. package/lib/request/change-byoip-range-compartment-request.d.ts +1 -1
  100. package/lib/request/change-cluster-network-compartment-request.d.ts +1 -1
  101. package/lib/request/change-compute-capacity-reservation-compartment-request.d.ts +1 -1
  102. package/lib/request/change-compute-image-capability-schema-compartment-request.d.ts +1 -1
  103. package/lib/request/change-cpe-compartment-request.d.ts +1 -1
  104. package/lib/request/change-cross-connect-compartment-request.d.ts +1 -1
  105. package/lib/request/change-cross-connect-group-compartment-request.d.ts +1 -1
  106. package/lib/request/change-dedicated-vm-host-compartment-request.d.ts +1 -1
  107. package/lib/request/change-dhcp-options-compartment-request.d.ts +1 -1
  108. package/lib/request/change-drg-compartment-request.d.ts +1 -1
  109. package/lib/request/change-image-compartment-request.d.ts +1 -1
  110. package/lib/request/change-instance-compartment-request.d.ts +1 -1
  111. package/lib/request/change-instance-configuration-compartment-request.d.ts +1 -1
  112. package/lib/request/change-instance-pool-compartment-request.d.ts +1 -1
  113. package/lib/request/change-internet-gateway-compartment-request.d.ts +1 -1
  114. package/lib/request/change-ipsec-connection-compartment-request.d.ts +1 -1
  115. package/lib/request/change-local-peering-gateway-compartment-request.d.ts +1 -1
  116. package/lib/request/change-nat-gateway-compartment-request.d.ts +1 -1
  117. package/lib/request/change-network-security-group-compartment-request.d.ts +1 -1
  118. package/lib/request/change-public-ip-compartment-request.d.ts +1 -1
  119. package/lib/request/change-public-ip-pool-compartment-request.d.ts +1 -1
  120. package/lib/request/change-remote-peering-connection-compartment-request.d.ts +1 -1
  121. package/lib/request/change-route-table-compartment-request.d.ts +1 -1
  122. package/lib/request/change-security-list-compartment-request.d.ts +1 -1
  123. package/lib/request/change-service-gateway-compartment-request.d.ts +1 -1
  124. package/lib/request/change-subnet-compartment-request.d.ts +1 -1
  125. package/lib/request/change-vcn-compartment-request.d.ts +1 -1
  126. package/lib/request/change-virtual-circuit-compartment-request.d.ts +1 -1
  127. package/lib/request/change-vlan-compartment-request.d.ts +1 -1
  128. package/lib/request/change-volume-backup-compartment-request.d.ts +1 -1
  129. package/lib/request/change-volume-compartment-request.d.ts +1 -1
  130. package/lib/request/change-volume-group-backup-compartment-request.d.ts +1 -1
  131. package/lib/request/change-volume-group-compartment-request.d.ts +1 -1
  132. package/lib/request/connect-local-peering-gateways-request.d.ts +1 -1
  133. package/lib/request/connect-remote-peering-connections-request.d.ts +1 -1
  134. package/lib/request/copy-boot-volume-backup-request.d.ts +1 -1
  135. package/lib/request/copy-volume-backup-request.d.ts +1 -1
  136. package/lib/request/copy-volume-group-backup-request.d.ts +1 -1
  137. package/lib/request/create-app-catalog-subscription-request.d.ts +1 -1
  138. package/lib/request/create-boot-volume-backup-request.d.ts +1 -1
  139. package/lib/request/create-boot-volume-request.d.ts +1 -1
  140. package/lib/request/create-byoip-range-request.d.ts +1 -1
  141. package/lib/request/create-cluster-network-request.d.ts +1 -1
  142. package/lib/request/create-compute-capacity-reservation-request.d.ts +1 -1
  143. package/lib/request/create-compute-image-capability-schema-request.d.ts +1 -1
  144. package/lib/request/create-cpe-request.d.ts +1 -1
  145. package/lib/request/create-cross-connect-group-request.d.ts +1 -1
  146. package/lib/request/create-cross-connect-request.d.ts +1 -1
  147. package/lib/request/create-dedicated-vm-host-request.d.ts +1 -1
  148. package/lib/request/create-dhcp-options-request.d.ts +1 -1
  149. package/lib/request/create-drg-attachment-request.d.ts +1 -1
  150. package/lib/request/create-drg-request.d.ts +1 -1
  151. package/lib/request/create-drg-route-distribution-request.d.ts +1 -1
  152. package/lib/request/create-drg-route-table-request.d.ts +1 -1
  153. package/lib/request/create-image-request.d.ts +1 -1
  154. package/lib/request/create-instance-configuration-request.d.ts +1 -1
  155. package/lib/request/create-instance-console-connection-request.d.ts +1 -1
  156. package/lib/request/create-instance-pool-request.d.ts +1 -1
  157. package/lib/request/create-internet-gateway-request.d.ts +1 -1
  158. package/lib/request/create-ipsec-connection-request.d.ts +1 -1
  159. package/lib/request/create-ipv6-request.d.ts +1 -1
  160. package/lib/request/create-local-peering-gateway-request.d.ts +1 -1
  161. package/lib/request/create-nat-gateway-request.d.ts +1 -1
  162. package/lib/request/create-network-security-group-request.d.ts +1 -1
  163. package/lib/request/create-private-ip-request.d.ts +1 -1
  164. package/lib/request/create-public-ip-pool-request.d.ts +1 -1
  165. package/lib/request/create-public-ip-request.d.ts +1 -1
  166. package/lib/request/create-remote-peering-connection-request.d.ts +1 -1
  167. package/lib/request/create-route-table-request.d.ts +1 -1
  168. package/lib/request/create-security-list-request.d.ts +1 -1
  169. package/lib/request/create-service-gateway-request.d.ts +1 -1
  170. package/lib/request/create-subnet-request.d.ts +1 -1
  171. package/lib/request/create-vcn-request.d.ts +1 -1
  172. package/lib/request/create-virtual-circuit-request.d.ts +1 -1
  173. package/lib/request/create-vlan-request.d.ts +1 -1
  174. package/lib/request/create-volume-backup-policy-assignment-request.d.ts +1 -1
  175. package/lib/request/create-volume-backup-policy-request.d.ts +1 -1
  176. package/lib/request/create-volume-backup-request.d.ts +1 -1
  177. package/lib/request/create-volume-group-backup-request.d.ts +1 -1
  178. package/lib/request/create-volume-group-request.d.ts +1 -1
  179. package/lib/request/create-volume-request.d.ts +1 -1
  180. package/lib/request/delete-app-catalog-subscription-request.d.ts +1 -1
  181. package/lib/request/delete-boot-volume-backup-request.d.ts +1 -1
  182. package/lib/request/delete-boot-volume-kms-key-request.d.ts +1 -1
  183. package/lib/request/delete-boot-volume-request.d.ts +1 -1
  184. package/lib/request/delete-byoip-range-request.d.ts +1 -1
  185. package/lib/request/delete-compute-capacity-reservation-request.d.ts +1 -1
  186. package/lib/request/delete-compute-image-capability-schema-request.d.ts +1 -1
  187. package/lib/request/delete-console-history-request.d.ts +1 -1
  188. package/lib/request/delete-cpe-request.d.ts +1 -1
  189. package/lib/request/delete-cross-connect-group-request.d.ts +1 -1
  190. package/lib/request/delete-cross-connect-request.d.ts +1 -1
  191. package/lib/request/delete-dedicated-vm-host-request.d.ts +1 -1
  192. package/lib/request/delete-dhcp-options-request.d.ts +1 -1
  193. package/lib/request/delete-drg-attachment-request.d.ts +1 -1
  194. package/lib/request/delete-drg-request.d.ts +1 -1
  195. package/lib/request/delete-drg-route-distribution-request.d.ts +1 -1
  196. package/lib/request/delete-drg-route-table-request.d.ts +1 -1
  197. package/lib/request/delete-image-request.d.ts +1 -1
  198. package/lib/request/delete-instance-configuration-request.d.ts +1 -1
  199. package/lib/request/delete-instance-console-connection-request.d.ts +1 -1
  200. package/lib/request/delete-internet-gateway-request.d.ts +1 -1
  201. package/lib/request/delete-ipsec-connection-request.d.ts +1 -1
  202. package/lib/request/delete-ipv6-request.d.ts +1 -1
  203. package/lib/request/delete-local-peering-gateway-request.d.ts +1 -1
  204. package/lib/request/delete-nat-gateway-request.d.ts +1 -1
  205. package/lib/request/delete-network-security-group-request.d.ts +1 -1
  206. package/lib/request/delete-private-ip-request.d.ts +2 -2
  207. package/lib/request/delete-public-ip-pool-request.d.ts +1 -1
  208. package/lib/request/delete-public-ip-request.d.ts +1 -1
  209. package/lib/request/delete-remote-peering-connection-request.d.ts +1 -1
  210. package/lib/request/delete-route-table-request.d.ts +1 -1
  211. package/lib/request/delete-security-list-request.d.ts +1 -1
  212. package/lib/request/delete-service-gateway-request.d.ts +1 -1
  213. package/lib/request/delete-subnet-request.d.ts +1 -1
  214. package/lib/request/delete-vcn-request.d.ts +1 -1
  215. package/lib/request/delete-virtual-circuit-request.d.ts +1 -1
  216. package/lib/request/delete-vlan-request.d.ts +1 -1
  217. package/lib/request/delete-volume-backup-policy-assignment-request.d.ts +1 -1
  218. package/lib/request/delete-volume-backup-policy-request.d.ts +1 -1
  219. package/lib/request/delete-volume-backup-request.d.ts +1 -1
  220. package/lib/request/delete-volume-group-backup-request.d.ts +1 -1
  221. package/lib/request/delete-volume-group-request.d.ts +1 -1
  222. package/lib/request/delete-volume-kms-key-request.d.ts +1 -1
  223. package/lib/request/delete-volume-request.d.ts +1 -1
  224. package/lib/request/detach-boot-volume-request.d.ts +1 -1
  225. package/lib/request/detach-instance-pool-instance-request.d.ts +1 -1
  226. package/lib/request/detach-load-balancer-request.d.ts +1 -1
  227. package/lib/request/detach-service-id-request.d.ts +1 -1
  228. package/lib/request/detach-vnic-request.d.ts +1 -1
  229. package/lib/request/detach-volume-request.d.ts +1 -1
  230. package/lib/request/export-image-request.d.ts +1 -1
  231. package/lib/request/get-all-drg-attachments-request.d.ts +1 -1
  232. package/lib/request/get-allowed-ike-ipsec-parameters-request.d.ts +1 -1
  233. package/lib/request/get-app-catalog-listing-agreements-request.d.ts +1 -1
  234. package/lib/request/get-app-catalog-listing-request.d.ts +1 -1
  235. package/lib/request/get-app-catalog-listing-resource-version-request.d.ts +1 -1
  236. package/lib/request/get-block-volume-replica-request.d.ts +1 -1
  237. package/lib/request/get-boot-volume-attachment-request.d.ts +1 -1
  238. package/lib/request/get-boot-volume-backup-request.d.ts +1 -1
  239. package/lib/request/get-boot-volume-kms-key-request.d.ts +1 -1
  240. package/lib/request/get-boot-volume-replica-request.d.ts +1 -1
  241. package/lib/request/get-boot-volume-request.d.ts +1 -1
  242. package/lib/request/get-byoip-range-request.d.ts +1 -1
  243. package/lib/request/get-cluster-network-request.d.ts +1 -1
  244. package/lib/request/get-compute-capacity-reservation-request.d.ts +1 -1
  245. package/lib/request/get-compute-global-image-capability-schema-request.d.ts +1 -1
  246. package/lib/request/get-compute-global-image-capability-schema-version-request.d.ts +1 -1
  247. package/lib/request/get-compute-image-capability-schema-request.d.ts +1 -1
  248. package/lib/request/get-console-history-content-request.d.ts +1 -1
  249. package/lib/request/get-console-history-request.d.ts +1 -1
  250. package/lib/request/get-cpe-device-config-content-request.d.ts +1 -1
  251. package/lib/request/get-cpe-device-shape-request.d.ts +1 -1
  252. package/lib/request/get-cpe-request.d.ts +1 -1
  253. package/lib/request/get-cross-connect-group-request.d.ts +1 -1
  254. package/lib/request/get-cross-connect-letter-of-authority-request.d.ts +1 -1
  255. package/lib/request/get-cross-connect-request.d.ts +1 -1
  256. package/lib/request/get-cross-connect-status-request.d.ts +1 -1
  257. package/lib/request/get-dedicated-vm-host-request.d.ts +1 -1
  258. package/lib/request/get-dhcp-options-request.d.ts +1 -1
  259. package/lib/request/get-drg-attachment-request.d.ts +1 -1
  260. package/lib/request/get-drg-redundancy-status-request.d.ts +1 -1
  261. package/lib/request/get-drg-request.d.ts +1 -1
  262. package/lib/request/get-drg-route-distribution-request.d.ts +1 -1
  263. package/lib/request/get-drg-route-table-request.d.ts +1 -1
  264. package/lib/request/get-fast-connect-provider-service-key-request.d.ts +1 -1
  265. package/lib/request/get-fast-connect-provider-service-request.d.ts +1 -1
  266. package/lib/request/get-image-request.d.ts +1 -1
  267. package/lib/request/get-image-shape-compatibility-entry-request.d.ts +1 -1
  268. package/lib/request/get-instance-configuration-request.d.ts +1 -1
  269. package/lib/request/get-instance-console-connection-request.d.ts +1 -1
  270. package/lib/request/get-instance-pool-instance-request.d.ts +1 -1
  271. package/lib/request/get-instance-pool-load-balancer-attachment-request.d.ts +1 -1
  272. package/lib/request/get-instance-pool-request.d.ts +1 -1
  273. package/lib/request/get-instance-request.d.ts +1 -1
  274. package/lib/request/get-internet-gateway-request.d.ts +1 -1
  275. package/lib/request/get-ipsec-connection-device-config-request.d.ts +1 -1
  276. package/lib/request/get-ipsec-connection-device-status-request.d.ts +1 -1
  277. package/lib/request/get-ipsec-connection-request.d.ts +1 -1
  278. package/lib/request/get-ipsec-connection-tunnel-error-request.d.ts +1 -1
  279. package/lib/request/get-ipsec-connection-tunnel-request.d.ts +1 -1
  280. package/lib/request/get-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
  281. package/lib/request/get-ipsec-cpe-device-config-content-request.d.ts +1 -1
  282. package/lib/request/get-ipv6-request.d.ts +1 -1
  283. package/lib/request/get-local-peering-gateway-request.d.ts +1 -1
  284. package/lib/request/get-measured-boot-report-request.d.ts +1 -1
  285. package/lib/request/get-nat-gateway-request.d.ts +1 -1
  286. package/lib/request/get-network-security-group-request.d.ts +1 -1
  287. package/lib/request/get-networking-topology-request.d.ts +1 -1
  288. package/lib/request/get-private-ip-request.d.ts +2 -2
  289. package/lib/request/get-public-ip-by-ip-address-request.d.ts +1 -1
  290. package/lib/request/get-public-ip-by-private-ip-id-request.d.ts +1 -1
  291. package/lib/request/get-public-ip-pool-request.d.ts +1 -1
  292. package/lib/request/get-public-ip-request.d.ts +1 -1
  293. package/lib/request/get-remote-peering-connection-request.d.ts +1 -1
  294. package/lib/request/get-route-table-request.d.ts +1 -1
  295. package/lib/request/get-security-list-request.d.ts +1 -1
  296. package/lib/request/get-service-gateway-request.d.ts +1 -1
  297. package/lib/request/get-service-request.d.ts +1 -1
  298. package/lib/request/get-subnet-request.d.ts +1 -1
  299. package/lib/request/get-subnet-topology-request.d.ts +1 -1
  300. package/lib/request/get-tunnel-cpe-device-config-content-request.d.ts +1 -1
  301. package/lib/request/get-tunnel-cpe-device-config-request.d.ts +1 -1
  302. package/lib/request/get-upgrade-status-request.d.ts +1 -1
  303. package/lib/request/get-vcn-dns-resolver-association-request.d.ts +1 -1
  304. package/lib/request/get-vcn-request.d.ts +1 -1
  305. package/lib/request/get-vcn-topology-request.d.ts +1 -1
  306. package/lib/request/get-virtual-circuit-request.d.ts +1 -1
  307. package/lib/request/get-vlan-request.d.ts +1 -1
  308. package/lib/request/get-vnic-attachment-request.d.ts +1 -1
  309. package/lib/request/get-vnic-request.d.ts +1 -1
  310. package/lib/request/get-volume-attachment-request.d.ts +1 -1
  311. package/lib/request/get-volume-backup-policy-asset-assignment-request.d.ts +1 -1
  312. package/lib/request/get-volume-backup-policy-assignment-request.d.ts +1 -1
  313. package/lib/request/get-volume-backup-policy-request.d.ts +1 -1
  314. package/lib/request/get-volume-backup-request.d.ts +1 -1
  315. package/lib/request/get-volume-group-backup-request.d.ts +1 -1
  316. package/lib/request/get-volume-group-replica-request.d.ts +1 -1
  317. package/lib/request/get-volume-group-request.d.ts +1 -1
  318. package/lib/request/get-volume-kms-key-request.d.ts +1 -1
  319. package/lib/request/get-volume-request.d.ts +1 -1
  320. package/lib/request/get-windows-instance-initial-credentials-request.d.ts +1 -1
  321. package/lib/request/index.d.ts +6 -0
  322. package/lib/request/index.js.map +1 -1
  323. package/lib/request/instance-action-request.d.ts +3 -2
  324. package/lib/request/instance-action-request.js +1 -0
  325. package/lib/request/instance-action-request.js.map +1 -1
  326. package/lib/request/launch-instance-configuration-request.d.ts +1 -1
  327. package/lib/request/launch-instance-request.d.ts +1 -1
  328. package/lib/request/list-allowed-peer-regions-for-remote-peering-request.d.ts +1 -1
  329. package/lib/request/list-app-catalog-listing-resource-versions-request.d.ts +1 -1
  330. package/lib/request/list-app-catalog-listings-request.d.ts +1 -1
  331. package/lib/request/list-app-catalog-subscriptions-request.d.ts +1 -1
  332. package/lib/request/list-block-volume-replicas-request.d.ts +1 -1
  333. package/lib/request/list-boot-volume-attachments-request.d.ts +1 -1
  334. package/lib/request/list-boot-volume-backups-request.d.ts +1 -1
  335. package/lib/request/list-boot-volume-replicas-request.d.ts +1 -1
  336. package/lib/request/list-boot-volumes-request.d.ts +1 -1
  337. package/lib/request/list-byoip-allocated-ranges-request.d.ts +1 -1
  338. package/lib/request/list-byoip-ranges-request.d.ts +1 -1
  339. package/lib/request/list-cluster-network-instances-request.d.ts +1 -1
  340. package/lib/request/list-cluster-networks-request.d.ts +1 -1
  341. package/lib/request/list-compute-capacity-reservation-instance-shapes-request.d.ts +1 -1
  342. package/lib/request/list-compute-capacity-reservation-instances-request.d.ts +1 -1
  343. package/lib/request/list-compute-capacity-reservations-request.d.ts +1 -1
  344. package/lib/request/list-compute-global-image-capability-schema-versions-request.d.ts +1 -1
  345. package/lib/request/list-compute-global-image-capability-schemas-request.d.ts +1 -1
  346. package/lib/request/list-compute-image-capability-schemas-request.d.ts +1 -1
  347. package/lib/request/list-console-histories-request.d.ts +1 -1
  348. package/lib/request/list-cpe-device-shapes-request.d.ts +1 -1
  349. package/lib/request/list-cpes-request.d.ts +1 -1
  350. package/lib/request/list-cross-connect-groups-request.d.ts +1 -1
  351. package/lib/request/list-cross-connect-locations-request.d.ts +1 -1
  352. package/lib/request/list-cross-connect-mappings-request.d.ts +1 -1
  353. package/lib/request/list-cross-connects-request.d.ts +1 -1
  354. package/lib/request/list-crossconnect-port-speed-shapes-request.d.ts +1 -1
  355. package/lib/request/list-dedicated-vm-host-instance-shapes-request.d.ts +1 -1
  356. package/lib/request/list-dedicated-vm-host-instances-request.d.ts +1 -1
  357. package/lib/request/list-dedicated-vm-host-shapes-request.d.ts +1 -1
  358. package/lib/request/list-dedicated-vm-hosts-request.d.ts +1 -1
  359. package/lib/request/list-dhcp-options-request.d.ts +1 -1
  360. package/lib/request/list-drg-attachments-request.d.ts +1 -1
  361. package/lib/request/list-drg-route-distribution-statements-request.d.ts +1 -1
  362. package/lib/request/list-drg-route-distributions-request.d.ts +1 -1
  363. package/lib/request/list-drg-route-rules-request.d.ts +1 -1
  364. package/lib/request/list-drg-route-tables-request.d.ts +1 -1
  365. package/lib/request/list-drgs-request.d.ts +1 -1
  366. package/lib/request/list-fast-connect-provider-services-request.d.ts +1 -1
  367. package/lib/request/list-fast-connect-provider-virtual-circuit-bandwidth-shapes-request.d.ts +1 -1
  368. package/lib/request/list-image-shape-compatibility-entries-request.d.ts +1 -1
  369. package/lib/request/list-images-request.d.ts +1 -1
  370. package/lib/request/list-instance-configurations-request.d.ts +1 -1
  371. package/lib/request/list-instance-console-connections-request.d.ts +1 -1
  372. package/lib/request/list-instance-devices-request.d.ts +1 -1
  373. package/lib/request/list-instance-pool-instances-request.d.ts +1 -1
  374. package/lib/request/list-instance-pools-request.d.ts +1 -1
  375. package/lib/request/list-instances-request.d.ts +1 -1
  376. package/lib/request/list-internet-gateways-request.d.ts +1 -1
  377. package/lib/request/list-ipsec-connection-tunnel-routes-request.d.ts +1 -1
  378. package/lib/request/list-ipsec-connection-tunnel-security-associations-request.d.ts +1 -1
  379. package/lib/request/list-ipsec-connection-tunnels-request.d.ts +1 -1
  380. package/lib/request/list-ipsec-connections-request.d.ts +1 -1
  381. package/lib/request/list-ipv6s-request.d.ts +1 -1
  382. package/lib/request/list-local-peering-gateways-request.d.ts +1 -1
  383. package/lib/request/list-nat-gateways-request.d.ts +1 -1
  384. package/lib/request/list-network-security-group-security-rules-request.d.ts +1 -1
  385. package/lib/request/list-network-security-group-vnics-request.d.ts +1 -1
  386. package/lib/request/list-network-security-groups-request.d.ts +1 -1
  387. package/lib/request/list-private-ips-request.d.ts +1 -1
  388. package/lib/request/list-public-ip-pools-request.d.ts +1 -1
  389. package/lib/request/list-public-ips-request.d.ts +1 -1
  390. package/lib/request/list-remote-peering-connections-request.d.ts +1 -1
  391. package/lib/request/list-route-tables-request.d.ts +1 -1
  392. package/lib/request/list-security-lists-request.d.ts +1 -1
  393. package/lib/request/list-service-gateways-request.d.ts +1 -1
  394. package/lib/request/list-services-request.d.ts +1 -1
  395. package/lib/request/list-shapes-request.d.ts +1 -1
  396. package/lib/request/list-subnets-request.d.ts +1 -1
  397. package/lib/request/list-vcns-request.d.ts +1 -1
  398. package/lib/request/list-virtual-circuit-bandwidth-shapes-request.d.ts +1 -1
  399. package/lib/request/list-virtual-circuit-public-prefixes-request.d.ts +1 -1
  400. package/lib/request/list-virtual-circuits-request.d.ts +1 -1
  401. package/lib/request/list-vlans-request.d.ts +1 -1
  402. package/lib/request/list-vnic-attachments-request.d.ts +1 -1
  403. package/lib/request/list-volume-attachments-request.d.ts +1 -1
  404. package/lib/request/list-volume-backup-policies-request.d.ts +1 -1
  405. package/lib/request/list-volume-backups-request.d.ts +1 -1
  406. package/lib/request/list-volume-group-backups-request.d.ts +1 -1
  407. package/lib/request/list-volume-group-replicas-request.d.ts +1 -1
  408. package/lib/request/list-volume-groups-request.d.ts +1 -1
  409. package/lib/request/list-volumes-request.d.ts +1 -1
  410. package/lib/request/modify-vcn-cidr-request.d.ts +1 -1
  411. package/lib/request/remove-drg-route-distribution-statements-request.d.ts +1 -1
  412. package/lib/request/remove-drg-route-rules-request.d.ts +1 -1
  413. package/lib/request/remove-export-drg-route-distribution-request.d.ts +1 -1
  414. package/lib/request/remove-image-shape-compatibility-entry-request.d.ts +1 -1
  415. package/lib/request/remove-import-drg-route-distribution-request.d.ts +1 -1
  416. package/lib/request/remove-ipv6-subnet-cidr-request.d.ts +49 -0
  417. package/lib/request/remove-ipv6-subnet-cidr-request.js +15 -0
  418. package/lib/request/remove-ipv6-subnet-cidr-request.js.map +1 -0
  419. package/lib/request/remove-ipv6-vcn-cidr-request.d.ts +49 -0
  420. package/lib/request/remove-ipv6-vcn-cidr-request.js +15 -0
  421. package/lib/request/remove-ipv6-vcn-cidr-request.js.map +1 -0
  422. package/lib/request/remove-network-security-group-security-rules-request.d.ts +1 -1
  423. package/lib/request/remove-public-ip-pool-capacity-request.d.ts +1 -1
  424. package/lib/request/remove-vcn-cidr-request.d.ts +1 -1
  425. package/lib/request/reset-instance-pool-request.d.ts +1 -1
  426. package/lib/request/softreset-instance-pool-request.d.ts +1 -1
  427. package/lib/request/start-instance-pool-request.d.ts +1 -1
  428. package/lib/request/stop-instance-pool-request.d.ts +1 -1
  429. package/lib/request/terminate-cluster-network-request.d.ts +1 -1
  430. package/lib/request/terminate-instance-pool-request.d.ts +1 -1
  431. package/lib/request/terminate-instance-request.d.ts +1 -1
  432. package/lib/request/update-boot-volume-backup-request.d.ts +1 -1
  433. package/lib/request/update-boot-volume-kms-key-request.d.ts +1 -1
  434. package/lib/request/update-boot-volume-request.d.ts +1 -1
  435. package/lib/request/update-byoip-range-request.d.ts +1 -1
  436. package/lib/request/update-cluster-network-request.d.ts +1 -1
  437. package/lib/request/update-compute-capacity-reservation-request.d.ts +1 -1
  438. package/lib/request/update-compute-image-capability-schema-request.d.ts +1 -1
  439. package/lib/request/update-console-history-request.d.ts +1 -1
  440. package/lib/request/update-cpe-request.d.ts +1 -1
  441. package/lib/request/update-cross-connect-group-request.d.ts +1 -1
  442. package/lib/request/update-cross-connect-request.d.ts +1 -1
  443. package/lib/request/update-dedicated-vm-host-request.d.ts +1 -1
  444. package/lib/request/update-dhcp-options-request.d.ts +1 -1
  445. package/lib/request/update-drg-attachment-request.d.ts +1 -1
  446. package/lib/request/update-drg-request.d.ts +1 -1
  447. package/lib/request/update-drg-route-distribution-request.d.ts +1 -1
  448. package/lib/request/update-drg-route-distribution-statements-request.d.ts +1 -1
  449. package/lib/request/update-drg-route-rules-request.d.ts +1 -1
  450. package/lib/request/update-drg-route-table-request.d.ts +1 -1
  451. package/lib/request/update-image-request.d.ts +1 -1
  452. package/lib/request/update-instance-configuration-request.d.ts +1 -1
  453. package/lib/request/update-instance-console-connection-request.d.ts +1 -1
  454. package/lib/request/update-instance-pool-request.d.ts +1 -1
  455. package/lib/request/update-instance-request.d.ts +1 -1
  456. package/lib/request/update-internet-gateway-request.d.ts +1 -1
  457. package/lib/request/update-ipsec-connection-request.d.ts +1 -1
  458. package/lib/request/update-ipsec-connection-tunnel-request.d.ts +1 -1
  459. package/lib/request/update-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
  460. package/lib/request/update-ipv6-request.d.ts +1 -1
  461. package/lib/request/update-local-peering-gateway-request.d.ts +1 -1
  462. package/lib/request/update-nat-gateway-request.d.ts +1 -1
  463. package/lib/request/update-network-security-group-request.d.ts +1 -1
  464. package/lib/request/update-network-security-group-security-rules-request.d.ts +1 -1
  465. package/lib/request/update-private-ip-request.d.ts +2 -2
  466. package/lib/request/update-public-ip-pool-request.d.ts +1 -1
  467. package/lib/request/update-public-ip-request.d.ts +1 -1
  468. package/lib/request/update-remote-peering-connection-request.d.ts +1 -1
  469. package/lib/request/update-route-table-request.d.ts +1 -1
  470. package/lib/request/update-security-list-request.d.ts +1 -1
  471. package/lib/request/update-service-gateway-request.d.ts +1 -1
  472. package/lib/request/update-subnet-request.d.ts +1 -1
  473. package/lib/request/update-tunnel-cpe-device-config-request.d.ts +1 -1
  474. package/lib/request/update-vcn-request.d.ts +1 -1
  475. package/lib/request/update-virtual-circuit-request.d.ts +1 -1
  476. package/lib/request/update-vlan-request.d.ts +1 -1
  477. package/lib/request/update-vnic-request.d.ts +1 -1
  478. package/lib/request/update-volume-attachment-request.d.ts +1 -1
  479. package/lib/request/update-volume-backup-policy-request.d.ts +1 -1
  480. package/lib/request/update-volume-backup-request.d.ts +1 -1
  481. package/lib/request/update-volume-group-backup-request.d.ts +1 -1
  482. package/lib/request/update-volume-group-request.d.ts +1 -1
  483. package/lib/request/update-volume-kms-key-request.d.ts +1 -1
  484. package/lib/request/update-volume-request.d.ts +1 -1
  485. package/lib/request/upgrade-drg-request.d.ts +1 -1
  486. package/lib/request/validate-byoip-range-request.d.ts +1 -1
  487. package/lib/request/withdraw-byoip-range-request.d.ts +1 -1
  488. package/lib/response/add-ipv6-subnet-cidr-response.d.ts +31 -0
  489. package/lib/response/add-ipv6-subnet-cidr-response.js +15 -0
  490. package/lib/response/add-ipv6-subnet-cidr-response.js.map +1 -0
  491. package/lib/response/index.d.ts +6 -0
  492. package/lib/response/remove-ipv6-subnet-cidr-response.d.ts +31 -0
  493. package/lib/response/remove-ipv6-subnet-cidr-response.js +15 -0
  494. package/lib/response/remove-ipv6-subnet-cidr-response.js.map +1 -0
  495. package/lib/response/remove-ipv6-vcn-cidr-response.d.ts +31 -0
  496. package/lib/response/remove-ipv6-vcn-cidr-response.js +15 -0
  497. package/lib/response/remove-ipv6-vcn-cidr-response.js.map +1 -0
  498. package/lib/virtualnetwork-waiter.d.ts +30 -0
  499. package/lib/virtualnetwork-waiter.js +39 -0
  500. package/lib/virtualnetwork-waiter.js.map +1 -1
  501. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -163,7 +163,7 @@ class BlockstorageClient {
163
163
  * @param ChangeBootVolumeBackupCompartmentRequest
164
164
  * @return ChangeBootVolumeBackupCompartmentResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeBootVolumeBackupCompartment.ts.html |here} to see how to use ChangeBootVolumeBackupCompartment API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeBootVolumeBackupCompartment.ts.html |here} to see how to use ChangeBootVolumeBackupCompartment API.
167
167
  */
168
168
  changeBootVolumeBackupCompartment(changeBootVolumeBackupCompartmentRequest) {
169
169
  return __awaiter(this, void 0, void 0, function* () {
@@ -224,7 +224,7 @@ class BlockstorageClient {
224
224
  * @param ChangeBootVolumeCompartmentRequest
225
225
  * @return ChangeBootVolumeCompartmentResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeBootVolumeCompartment.ts.html |here} to see how to use ChangeBootVolumeCompartment API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeBootVolumeCompartment.ts.html |here} to see how to use ChangeBootVolumeCompartment API.
228
228
  */
229
229
  changeBootVolumeCompartment(changeBootVolumeCompartmentRequest) {
230
230
  return __awaiter(this, void 0, void 0, function* () {
@@ -285,7 +285,7 @@ class BlockstorageClient {
285
285
  * @param ChangeVolumeBackupCompartmentRequest
286
286
  * @return ChangeVolumeBackupCompartmentResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeVolumeBackupCompartment.ts.html |here} to see how to use ChangeVolumeBackupCompartment API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVolumeBackupCompartment.ts.html |here} to see how to use ChangeVolumeBackupCompartment API.
289
289
  */
290
290
  changeVolumeBackupCompartment(changeVolumeBackupCompartmentRequest) {
291
291
  return __awaiter(this, void 0, void 0, function* () {
@@ -346,7 +346,7 @@ class BlockstorageClient {
346
346
  * @param ChangeVolumeCompartmentRequest
347
347
  * @return ChangeVolumeCompartmentResponse
348
348
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeVolumeCompartment.ts.html |here} to see how to use ChangeVolumeCompartment API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVolumeCompartment.ts.html |here} to see how to use ChangeVolumeCompartment API.
350
350
  */
351
351
  changeVolumeCompartment(changeVolumeCompartmentRequest) {
352
352
  return __awaiter(this, void 0, void 0, function* () {
@@ -407,7 +407,7 @@ class BlockstorageClient {
407
407
  * @param ChangeVolumeGroupBackupCompartmentRequest
408
408
  * @return ChangeVolumeGroupBackupCompartmentResponse
409
409
  * @throws OciError when an error occurs
410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeVolumeGroupBackupCompartment.ts.html |here} to see how to use ChangeVolumeGroupBackupCompartment API.
410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVolumeGroupBackupCompartment.ts.html |here} to see how to use ChangeVolumeGroupBackupCompartment API.
411
411
  */
412
412
  changeVolumeGroupBackupCompartment(changeVolumeGroupBackupCompartmentRequest) {
413
413
  return __awaiter(this, void 0, void 0, function* () {
@@ -468,7 +468,7 @@ class BlockstorageClient {
468
468
  * @param ChangeVolumeGroupCompartmentRequest
469
469
  * @return ChangeVolumeGroupCompartmentResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeVolumeGroupCompartment.ts.html |here} to see how to use ChangeVolumeGroupCompartment API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVolumeGroupCompartment.ts.html |here} to see how to use ChangeVolumeGroupCompartment API.
472
472
  */
473
473
  changeVolumeGroupCompartment(changeVolumeGroupCompartmentRequest) {
474
474
  return __awaiter(this, void 0, void 0, function* () {
@@ -528,7 +528,7 @@ class BlockstorageClient {
528
528
  * @param CopyBootVolumeBackupRequest
529
529
  * @return CopyBootVolumeBackupResponse
530
530
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CopyBootVolumeBackup.ts.html |here} to see how to use CopyBootVolumeBackup API.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CopyBootVolumeBackup.ts.html |here} to see how to use CopyBootVolumeBackup API.
532
532
  */
533
533
  copyBootVolumeBackup(copyBootVolumeBackupRequest) {
534
534
  return __awaiter(this, void 0, void 0, function* () {
@@ -608,7 +608,7 @@ class BlockstorageClient {
608
608
  * @param CopyVolumeBackupRequest
609
609
  * @return CopyVolumeBackupResponse
610
610
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CopyVolumeBackup.ts.html |here} to see how to use CopyVolumeBackup API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CopyVolumeBackup.ts.html |here} to see how to use CopyVolumeBackup API.
612
612
  */
613
613
  copyVolumeBackup(copyVolumeBackupRequest) {
614
614
  return __awaiter(this, void 0, void 0, function* () {
@@ -688,7 +688,7 @@ class BlockstorageClient {
688
688
  * @param CopyVolumeGroupBackupRequest
689
689
  * @return CopyVolumeGroupBackupResponse
690
690
  * @throws OciError when an error occurs
691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CopyVolumeGroupBackup.ts.html |here} to see how to use CopyVolumeGroupBackup API.
691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CopyVolumeGroupBackup.ts.html |here} to see how to use CopyVolumeGroupBackup API.
692
692
  */
693
693
  copyVolumeGroupBackup(copyVolumeGroupBackupRequest) {
694
694
  return __awaiter(this, void 0, void 0, function* () {
@@ -755,7 +755,7 @@ class BlockstorageClient {
755
755
  * @param CreateBootVolumeRequest
756
756
  * @return CreateBootVolumeResponse
757
757
  * @throws OciError when an error occurs
758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateBootVolume.ts.html |here} to see how to use CreateBootVolume API.
758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateBootVolume.ts.html |here} to see how to use CreateBootVolume API.
759
759
  */
760
760
  createBootVolume(createBootVolumeRequest) {
761
761
  return __awaiter(this, void 0, void 0, function* () {
@@ -821,7 +821,7 @@ class BlockstorageClient {
821
821
  * @param CreateBootVolumeBackupRequest
822
822
  * @return CreateBootVolumeBackupResponse
823
823
  * @throws OciError when an error occurs
824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateBootVolumeBackup.ts.html |here} to see how to use CreateBootVolumeBackup API.
824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateBootVolumeBackup.ts.html |here} to see how to use CreateBootVolumeBackup API.
825
825
  */
826
826
  createBootVolumeBackup(createBootVolumeBackupRequest) {
827
827
  return __awaiter(this, void 0, void 0, function* () {
@@ -895,7 +895,7 @@ class BlockstorageClient {
895
895
  * @param CreateVolumeRequest
896
896
  * @return CreateVolumeResponse
897
897
  * @throws OciError when an error occurs
898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateVolume.ts.html |here} to see how to use CreateVolume API.
898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolume.ts.html |here} to see how to use CreateVolume API.
899
899
  */
900
900
  createVolume(createVolumeRequest) {
901
901
  return __awaiter(this, void 0, void 0, function* () {
@@ -961,7 +961,7 @@ class BlockstorageClient {
961
961
  * @param CreateVolumeBackupRequest
962
962
  * @return CreateVolumeBackupResponse
963
963
  * @throws OciError when an error occurs
964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateVolumeBackup.ts.html |here} to see how to use CreateVolumeBackup API.
964
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeBackup.ts.html |here} to see how to use CreateVolumeBackup API.
965
965
  */
966
966
  createVolumeBackup(createVolumeBackupRequest) {
967
967
  return __awaiter(this, void 0, void 0, function* () {
@@ -1025,7 +1025,7 @@ class BlockstorageClient {
1025
1025
  * @param CreateVolumeBackupPolicyRequest
1026
1026
  * @return CreateVolumeBackupPolicyResponse
1027
1027
  * @throws OciError when an error occurs
1028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateVolumeBackupPolicy.ts.html |here} to see how to use CreateVolumeBackupPolicy API.
1028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeBackupPolicy.ts.html |here} to see how to use CreateVolumeBackupPolicy API.
1029
1029
  */
1030
1030
  createVolumeBackupPolicy(createVolumeBackupPolicyRequest) {
1031
1031
  return __awaiter(this, void 0, void 0, function* () {
@@ -1089,7 +1089,7 @@ class BlockstorageClient {
1089
1089
  * @param CreateVolumeBackupPolicyAssignmentRequest
1090
1090
  * @return CreateVolumeBackupPolicyAssignmentResponse
1091
1091
  * @throws OciError when an error occurs
1092
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateVolumeBackupPolicyAssignment.ts.html |here} to see how to use CreateVolumeBackupPolicyAssignment API.
1092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeBackupPolicyAssignment.ts.html |here} to see how to use CreateVolumeBackupPolicyAssignment API.
1093
1093
  */
1094
1094
  createVolumeBackupPolicyAssignment(createVolumeBackupPolicyAssignmentRequest) {
1095
1095
  return __awaiter(this, void 0, void 0, function* () {
@@ -1155,7 +1155,7 @@ class BlockstorageClient {
1155
1155
  * @param CreateVolumeGroupRequest
1156
1156
  * @return CreateVolumeGroupResponse
1157
1157
  * @throws OciError when an error occurs
1158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateVolumeGroup.ts.html |here} to see how to use CreateVolumeGroup API.
1158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeGroup.ts.html |here} to see how to use CreateVolumeGroup API.
1159
1159
  */
1160
1160
  createVolumeGroup(createVolumeGroupRequest) {
1161
1161
  return __awaiter(this, void 0, void 0, function* () {
@@ -1217,7 +1217,7 @@ class BlockstorageClient {
1217
1217
  * @param CreateVolumeGroupBackupRequest
1218
1218
  * @return CreateVolumeGroupBackupResponse
1219
1219
  * @throws OciError when an error occurs
1220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateVolumeGroupBackup.ts.html |here} to see how to use CreateVolumeGroupBackup API.
1220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeGroupBackup.ts.html |here} to see how to use CreateVolumeGroupBackup API.
1221
1221
  */
1222
1222
  createVolumeGroupBackup(createVolumeGroupBackupRequest) {
1223
1223
  return __awaiter(this, void 0, void 0, function* () {
@@ -1281,7 +1281,7 @@ class BlockstorageClient {
1281
1281
  * @param DeleteBootVolumeRequest
1282
1282
  * @return DeleteBootVolumeResponse
1283
1283
  * @throws OciError when an error occurs
1284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteBootVolume.ts.html |here} to see how to use DeleteBootVolume API.
1284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteBootVolume.ts.html |here} to see how to use DeleteBootVolume API.
1285
1285
  */
1286
1286
  deleteBootVolume(deleteBootVolumeRequest) {
1287
1287
  return __awaiter(this, void 0, void 0, function* () {
@@ -1333,7 +1333,7 @@ class BlockstorageClient {
1333
1333
  * @param DeleteBootVolumeBackupRequest
1334
1334
  * @return DeleteBootVolumeBackupResponse
1335
1335
  * @throws OciError when an error occurs
1336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteBootVolumeBackup.ts.html |here} to see how to use DeleteBootVolumeBackup API.
1336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteBootVolumeBackup.ts.html |here} to see how to use DeleteBootVolumeBackup API.
1337
1337
  */
1338
1338
  deleteBootVolumeBackup(deleteBootVolumeBackupRequest) {
1339
1339
  return __awaiter(this, void 0, void 0, function* () {
@@ -1386,7 +1386,7 @@ class BlockstorageClient {
1386
1386
  * @param DeleteBootVolumeKmsKeyRequest
1387
1387
  * @return DeleteBootVolumeKmsKeyResponse
1388
1388
  * @throws OciError when an error occurs
1389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteBootVolumeKmsKey.ts.html |here} to see how to use DeleteBootVolumeKmsKey API.
1389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteBootVolumeKmsKey.ts.html |here} to see how to use DeleteBootVolumeKmsKey API.
1390
1390
  */
1391
1391
  deleteBootVolumeKmsKey(deleteBootVolumeKmsKeyRequest) {
1392
1392
  return __awaiter(this, void 0, void 0, function* () {
@@ -1442,7 +1442,7 @@ class BlockstorageClient {
1442
1442
  * @param DeleteVolumeRequest
1443
1443
  * @return DeleteVolumeResponse
1444
1444
  * @throws OciError when an error occurs
1445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVolume.ts.html |here} to see how to use DeleteVolume API.
1445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolume.ts.html |here} to see how to use DeleteVolume API.
1446
1446
  */
1447
1447
  deleteVolume(deleteVolumeRequest) {
1448
1448
  return __awaiter(this, void 0, void 0, function* () {
@@ -1494,7 +1494,7 @@ class BlockstorageClient {
1494
1494
  * @param DeleteVolumeBackupRequest
1495
1495
  * @return DeleteVolumeBackupResponse
1496
1496
  * @throws OciError when an error occurs
1497
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVolumeBackup.ts.html |here} to see how to use DeleteVolumeBackup API.
1497
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeBackup.ts.html |here} to see how to use DeleteVolumeBackup API.
1498
1498
  */
1499
1499
  deleteVolumeBackup(deleteVolumeBackupRequest) {
1500
1500
  return __awaiter(this, void 0, void 0, function* () {
@@ -1551,7 +1551,7 @@ class BlockstorageClient {
1551
1551
  * @param DeleteVolumeBackupPolicyRequest
1552
1552
  * @return DeleteVolumeBackupPolicyResponse
1553
1553
  * @throws OciError when an error occurs
1554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVolumeBackupPolicy.ts.html |here} to see how to use DeleteVolumeBackupPolicy API.
1554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeBackupPolicy.ts.html |here} to see how to use DeleteVolumeBackupPolicy API.
1555
1555
  */
1556
1556
  deleteVolumeBackupPolicy(deleteVolumeBackupPolicyRequest) {
1557
1557
  return __awaiter(this, void 0, void 0, function* () {
@@ -1604,7 +1604,7 @@ class BlockstorageClient {
1604
1604
  * @param DeleteVolumeBackupPolicyAssignmentRequest
1605
1605
  * @return DeleteVolumeBackupPolicyAssignmentResponse
1606
1606
  * @throws OciError when an error occurs
1607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVolumeBackupPolicyAssignment.ts.html |here} to see how to use DeleteVolumeBackupPolicyAssignment API.
1607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeBackupPolicyAssignment.ts.html |here} to see how to use DeleteVolumeBackupPolicyAssignment API.
1608
1608
  */
1609
1609
  deleteVolumeBackupPolicyAssignment(deleteVolumeBackupPolicyAssignmentRequest) {
1610
1610
  return __awaiter(this, void 0, void 0, function* () {
@@ -1658,7 +1658,7 @@ class BlockstorageClient {
1658
1658
  * @param DeleteVolumeGroupRequest
1659
1659
  * @return DeleteVolumeGroupResponse
1660
1660
  * @throws OciError when an error occurs
1661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVolumeGroup.ts.html |here} to see how to use DeleteVolumeGroup API.
1661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeGroup.ts.html |here} to see how to use DeleteVolumeGroup API.
1662
1662
  */
1663
1663
  deleteVolumeGroup(deleteVolumeGroupRequest) {
1664
1664
  return __awaiter(this, void 0, void 0, function* () {
@@ -1712,7 +1712,7 @@ class BlockstorageClient {
1712
1712
  * @param DeleteVolumeGroupBackupRequest
1713
1713
  * @return DeleteVolumeGroupBackupResponse
1714
1714
  * @throws OciError when an error occurs
1715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVolumeGroupBackup.ts.html |here} to see how to use DeleteVolumeGroupBackup API.
1715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeGroupBackup.ts.html |here} to see how to use DeleteVolumeGroupBackup API.
1716
1716
  */
1717
1717
  deleteVolumeGroupBackup(deleteVolumeGroupBackupRequest) {
1718
1718
  return __awaiter(this, void 0, void 0, function* () {
@@ -1765,7 +1765,7 @@ class BlockstorageClient {
1765
1765
  * @param DeleteVolumeKmsKeyRequest
1766
1766
  * @return DeleteVolumeKmsKeyResponse
1767
1767
  * @throws OciError when an error occurs
1768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVolumeKmsKey.ts.html |here} to see how to use DeleteVolumeKmsKey API.
1768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeKmsKey.ts.html |here} to see how to use DeleteVolumeKmsKey API.
1769
1769
  */
1770
1770
  deleteVolumeKmsKey(deleteVolumeKmsKeyRequest) {
1771
1771
  return __awaiter(this, void 0, void 0, function* () {
@@ -1817,7 +1817,7 @@ class BlockstorageClient {
1817
1817
  * @param GetBlockVolumeReplicaRequest
1818
1818
  * @return GetBlockVolumeReplicaResponse
1819
1819
  * @throws OciError when an error occurs
1820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetBlockVolumeReplica.ts.html |here} to see how to use GetBlockVolumeReplica API.
1820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBlockVolumeReplica.ts.html |here} to see how to use GetBlockVolumeReplica API.
1821
1821
  */
1822
1822
  getBlockVolumeReplica(getBlockVolumeReplicaRequest) {
1823
1823
  return __awaiter(this, void 0, void 0, function* () {
@@ -1877,7 +1877,7 @@ class BlockstorageClient {
1877
1877
  * @param GetBootVolumeRequest
1878
1878
  * @return GetBootVolumeResponse
1879
1879
  * @throws OciError when an error occurs
1880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetBootVolume.ts.html |here} to see how to use GetBootVolume API.
1880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolume.ts.html |here} to see how to use GetBootVolume API.
1881
1881
  */
1882
1882
  getBootVolume(getBootVolumeRequest) {
1883
1883
  return __awaiter(this, void 0, void 0, function* () {
@@ -1937,7 +1937,7 @@ class BlockstorageClient {
1937
1937
  * @param GetBootVolumeBackupRequest
1938
1938
  * @return GetBootVolumeBackupResponse
1939
1939
  * @throws OciError when an error occurs
1940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetBootVolumeBackup.ts.html |here} to see how to use GetBootVolumeBackup API.
1940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolumeBackup.ts.html |here} to see how to use GetBootVolumeBackup API.
1941
1941
  */
1942
1942
  getBootVolumeBackup(getBootVolumeBackupRequest) {
1943
1943
  return __awaiter(this, void 0, void 0, function* () {
@@ -1998,7 +1998,7 @@ class BlockstorageClient {
1998
1998
  * @param GetBootVolumeKmsKeyRequest
1999
1999
  * @return GetBootVolumeKmsKeyResponse
2000
2000
  * @throws OciError when an error occurs
2001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetBootVolumeKmsKey.ts.html |here} to see how to use GetBootVolumeKmsKey API.
2001
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolumeKmsKey.ts.html |here} to see how to use GetBootVolumeKmsKey API.
2002
2002
  */
2003
2003
  getBootVolumeKmsKey(getBootVolumeKmsKeyRequest) {
2004
2004
  return __awaiter(this, void 0, void 0, function* () {
@@ -2059,7 +2059,7 @@ class BlockstorageClient {
2059
2059
  * @param GetBootVolumeReplicaRequest
2060
2060
  * @return GetBootVolumeReplicaResponse
2061
2061
  * @throws OciError when an error occurs
2062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetBootVolumeReplica.ts.html |here} to see how to use GetBootVolumeReplica API.
2062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolumeReplica.ts.html |here} to see how to use GetBootVolumeReplica API.
2063
2063
  */
2064
2064
  getBootVolumeReplica(getBootVolumeReplicaRequest) {
2065
2065
  return __awaiter(this, void 0, void 0, function* () {
@@ -2119,7 +2119,7 @@ class BlockstorageClient {
2119
2119
  * @param GetVolumeRequest
2120
2120
  * @return GetVolumeResponse
2121
2121
  * @throws OciError when an error occurs
2122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolume.ts.html |here} to see how to use GetVolume API.
2122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolume.ts.html |here} to see how to use GetVolume API.
2123
2123
  */
2124
2124
  getVolume(getVolumeRequest) {
2125
2125
  return __awaiter(this, void 0, void 0, function* () {
@@ -2179,7 +2179,7 @@ class BlockstorageClient {
2179
2179
  * @param GetVolumeBackupRequest
2180
2180
  * @return GetVolumeBackupResponse
2181
2181
  * @throws OciError when an error occurs
2182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolumeBackup.ts.html |here} to see how to use GetVolumeBackup API.
2182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeBackup.ts.html |here} to see how to use GetVolumeBackup API.
2183
2183
  */
2184
2184
  getVolumeBackup(getVolumeBackupRequest) {
2185
2185
  return __awaiter(this, void 0, void 0, function* () {
@@ -2239,7 +2239,7 @@ class BlockstorageClient {
2239
2239
  * @param GetVolumeBackupPolicyRequest
2240
2240
  * @return GetVolumeBackupPolicyResponse
2241
2241
  * @throws OciError when an error occurs
2242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolumeBackupPolicy.ts.html |here} to see how to use GetVolumeBackupPolicy API.
2242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeBackupPolicy.ts.html |here} to see how to use GetVolumeBackupPolicy API.
2243
2243
  */
2244
2244
  getVolumeBackupPolicy(getVolumeBackupPolicyRequest) {
2245
2245
  return __awaiter(this, void 0, void 0, function* () {
@@ -2302,7 +2302,7 @@ class BlockstorageClient {
2302
2302
  * @param GetVolumeBackupPolicyAssetAssignmentRequest
2303
2303
  * @return GetVolumeBackupPolicyAssetAssignmentResponse
2304
2304
  * @throws OciError when an error occurs
2305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolumeBackupPolicyAssetAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssetAssignment API.
2305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeBackupPolicyAssetAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssetAssignment API.
2306
2306
  */
2307
2307
  getVolumeBackupPolicyAssetAssignment(getVolumeBackupPolicyAssetAssignmentRequest) {
2308
2308
  return __awaiter(this, void 0, void 0, function* () {
@@ -2404,7 +2404,7 @@ class BlockstorageClient {
2404
2404
  * @param GetVolumeBackupPolicyAssignmentRequest
2405
2405
  * @return GetVolumeBackupPolicyAssignmentResponse
2406
2406
  * @throws OciError when an error occurs
2407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolumeBackupPolicyAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssignment API.
2407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeBackupPolicyAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssignment API.
2408
2408
  */
2409
2409
  getVolumeBackupPolicyAssignment(getVolumeBackupPolicyAssignmentRequest) {
2410
2410
  return __awaiter(this, void 0, void 0, function* () {
@@ -2464,7 +2464,7 @@ class BlockstorageClient {
2464
2464
  * @param GetVolumeGroupRequest
2465
2465
  * @return GetVolumeGroupResponse
2466
2466
  * @throws OciError when an error occurs
2467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolumeGroup.ts.html |here} to see how to use GetVolumeGroup API.
2467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeGroup.ts.html |here} to see how to use GetVolumeGroup API.
2468
2468
  */
2469
2469
  getVolumeGroup(getVolumeGroupRequest) {
2470
2470
  return __awaiter(this, void 0, void 0, function* () {
@@ -2524,7 +2524,7 @@ class BlockstorageClient {
2524
2524
  * @param GetVolumeGroupBackupRequest
2525
2525
  * @return GetVolumeGroupBackupResponse
2526
2526
  * @throws OciError when an error occurs
2527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolumeGroupBackup.ts.html |here} to see how to use GetVolumeGroupBackup API.
2527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeGroupBackup.ts.html |here} to see how to use GetVolumeGroupBackup API.
2528
2528
  */
2529
2529
  getVolumeGroupBackup(getVolumeGroupBackupRequest) {
2530
2530
  return __awaiter(this, void 0, void 0, function* () {
@@ -2584,7 +2584,7 @@ class BlockstorageClient {
2584
2584
  * @param GetVolumeGroupReplicaRequest
2585
2585
  * @return GetVolumeGroupReplicaResponse
2586
2586
  * @throws OciError when an error occurs
2587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolumeGroupReplica.ts.html |here} to see how to use GetVolumeGroupReplica API.
2587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeGroupReplica.ts.html |here} to see how to use GetVolumeGroupReplica API.
2588
2588
  */
2589
2589
  getVolumeGroupReplica(getVolumeGroupReplicaRequest) {
2590
2590
  return __awaiter(this, void 0, void 0, function* () {
@@ -2645,7 +2645,7 @@ class BlockstorageClient {
2645
2645
  * @param GetVolumeKmsKeyRequest
2646
2646
  * @return GetVolumeKmsKeyResponse
2647
2647
  * @throws OciError when an error occurs
2648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolumeKmsKey.ts.html |here} to see how to use GetVolumeKmsKey API.
2648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeKmsKey.ts.html |here} to see how to use GetVolumeKmsKey API.
2649
2649
  */
2650
2650
  getVolumeKmsKey(getVolumeKmsKeyRequest) {
2651
2651
  return __awaiter(this, void 0, void 0, function* () {
@@ -2707,7 +2707,7 @@ class BlockstorageClient {
2707
2707
  * @param ListBlockVolumeReplicasRequest
2708
2708
  * @return ListBlockVolumeReplicasResponse
2709
2709
  * @throws OciError when an error occurs
2710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListBlockVolumeReplicas.ts.html |here} to see how to use ListBlockVolumeReplicas API.
2710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBlockVolumeReplicas.ts.html |here} to see how to use ListBlockVolumeReplicas API.
2711
2711
  */
2712
2712
  listBlockVolumeReplicas(listBlockVolumeReplicasRequest) {
2713
2713
  return __awaiter(this, void 0, void 0, function* () {
@@ -2815,7 +2815,7 @@ class BlockstorageClient {
2815
2815
  * @param ListBootVolumeBackupsRequest
2816
2816
  * @return ListBootVolumeBackupsResponse
2817
2817
  * @throws OciError when an error occurs
2818
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListBootVolumeBackups.ts.html |here} to see how to use ListBootVolumeBackups API.
2818
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBootVolumeBackups.ts.html |here} to see how to use ListBootVolumeBackups API.
2819
2819
  */
2820
2820
  listBootVolumeBackups(listBootVolumeBackupsRequest) {
2821
2821
  return __awaiter(this, void 0, void 0, function* () {
@@ -2924,7 +2924,7 @@ class BlockstorageClient {
2924
2924
  * @param ListBootVolumeReplicasRequest
2925
2925
  * @return ListBootVolumeReplicasResponse
2926
2926
  * @throws OciError when an error occurs
2927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListBootVolumeReplicas.ts.html |here} to see how to use ListBootVolumeReplicas API.
2927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBootVolumeReplicas.ts.html |here} to see how to use ListBootVolumeReplicas API.
2928
2928
  */
2929
2929
  listBootVolumeReplicas(listBootVolumeReplicasRequest) {
2930
2930
  return __awaiter(this, void 0, void 0, function* () {
@@ -3032,7 +3032,7 @@ class BlockstorageClient {
3032
3032
  * @param ListBootVolumesRequest
3033
3033
  * @return ListBootVolumesResponse
3034
3034
  * @throws OciError when an error occurs
3035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListBootVolumes.ts.html |here} to see how to use ListBootVolumes API.
3035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBootVolumes.ts.html |here} to see how to use ListBootVolumes API.
3036
3036
  */
3037
3037
  listBootVolumes(listBootVolumesRequest) {
3038
3038
  return __awaiter(this, void 0, void 0, function* () {
@@ -3140,7 +3140,7 @@ class BlockstorageClient {
3140
3140
  * @param ListVolumeBackupPoliciesRequest
3141
3141
  * @return ListVolumeBackupPoliciesResponse
3142
3142
  * @throws OciError when an error occurs
3143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVolumeBackupPolicies.ts.html |here} to see how to use ListVolumeBackupPolicies API.
3143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeBackupPolicies.ts.html |here} to see how to use ListVolumeBackupPolicies API.
3144
3144
  */
3145
3145
  listVolumeBackupPolicies(listVolumeBackupPoliciesRequest) {
3146
3146
  return __awaiter(this, void 0, void 0, function* () {
@@ -3243,7 +3243,7 @@ class BlockstorageClient {
3243
3243
  * @param ListVolumeBackupsRequest
3244
3244
  * @return ListVolumeBackupsResponse
3245
3245
  * @throws OciError when an error occurs
3246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVolumeBackups.ts.html |here} to see how to use ListVolumeBackups API.
3246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeBackups.ts.html |here} to see how to use ListVolumeBackups API.
3247
3247
  */
3248
3248
  listVolumeBackups(listVolumeBackupsRequest) {
3249
3249
  return __awaiter(this, void 0, void 0, function* () {
@@ -3353,7 +3353,7 @@ class BlockstorageClient {
3353
3353
  * @param ListVolumeGroupBackupsRequest
3354
3354
  * @return ListVolumeGroupBackupsResponse
3355
3355
  * @throws OciError when an error occurs
3356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVolumeGroupBackups.ts.html |here} to see how to use ListVolumeGroupBackups API.
3356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeGroupBackups.ts.html |here} to see how to use ListVolumeGroupBackups API.
3357
3357
  */
3358
3358
  listVolumeGroupBackups(listVolumeGroupBackupsRequest) {
3359
3359
  return __awaiter(this, void 0, void 0, function* () {
@@ -3461,7 +3461,7 @@ class BlockstorageClient {
3461
3461
  * @param ListVolumeGroupReplicasRequest
3462
3462
  * @return ListVolumeGroupReplicasResponse
3463
3463
  * @throws OciError when an error occurs
3464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVolumeGroupReplicas.ts.html |here} to see how to use ListVolumeGroupReplicas API.
3464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeGroupReplicas.ts.html |here} to see how to use ListVolumeGroupReplicas API.
3465
3465
  */
3466
3466
  listVolumeGroupReplicas(listVolumeGroupReplicasRequest) {
3467
3467
  return __awaiter(this, void 0, void 0, function* () {
@@ -3570,7 +3570,7 @@ class BlockstorageClient {
3570
3570
  * @param ListVolumeGroupsRequest
3571
3571
  * @return ListVolumeGroupsResponse
3572
3572
  * @throws OciError when an error occurs
3573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVolumeGroups.ts.html |here} to see how to use ListVolumeGroups API.
3573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeGroups.ts.html |here} to see how to use ListVolumeGroups API.
3574
3574
  */
3575
3575
  listVolumeGroups(listVolumeGroupsRequest) {
3576
3576
  return __awaiter(this, void 0, void 0, function* () {
@@ -3678,7 +3678,7 @@ class BlockstorageClient {
3678
3678
  * @param ListVolumesRequest
3679
3679
  * @return ListVolumesResponse
3680
3680
  * @throws OciError when an error occurs
3681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVolumes.ts.html |here} to see how to use ListVolumes API.
3681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumes.ts.html |here} to see how to use ListVolumes API.
3682
3682
  */
3683
3683
  listVolumes(listVolumesRequest) {
3684
3684
  return __awaiter(this, void 0, void 0, function* () {
@@ -3786,7 +3786,7 @@ class BlockstorageClient {
3786
3786
  * @param UpdateBootVolumeRequest
3787
3787
  * @return UpdateBootVolumeResponse
3788
3788
  * @throws OciError when an error occurs
3789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateBootVolume.ts.html |here} to see how to use UpdateBootVolume API.
3789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateBootVolume.ts.html |here} to see how to use UpdateBootVolume API.
3790
3790
  */
3791
3791
  updateBootVolume(updateBootVolumeRequest) {
3792
3792
  return __awaiter(this, void 0, void 0, function* () {
@@ -3850,7 +3850,7 @@ class BlockstorageClient {
3850
3850
  * @param UpdateBootVolumeBackupRequest
3851
3851
  * @return UpdateBootVolumeBackupResponse
3852
3852
  * @throws OciError when an error occurs
3853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateBootVolumeBackup.ts.html |here} to see how to use UpdateBootVolumeBackup API.
3853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateBootVolumeBackup.ts.html |here} to see how to use UpdateBootVolumeBackup API.
3854
3854
  */
3855
3855
  updateBootVolumeBackup(updateBootVolumeBackupRequest) {
3856
3856
  return __awaiter(this, void 0, void 0, function* () {
@@ -3908,7 +3908,7 @@ class BlockstorageClient {
3908
3908
  * @param UpdateBootVolumeKmsKeyRequest
3909
3909
  * @return UpdateBootVolumeKmsKeyResponse
3910
3910
  * @throws OciError when an error occurs
3911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateBootVolumeKmsKey.ts.html |here} to see how to use UpdateBootVolumeKmsKey API.
3911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateBootVolumeKmsKey.ts.html |here} to see how to use UpdateBootVolumeKmsKey API.
3912
3912
  */
3913
3913
  updateBootVolumeKmsKey(updateBootVolumeKmsKeyRequest) {
3914
3914
  return __awaiter(this, void 0, void 0, function* () {
@@ -3972,7 +3972,7 @@ class BlockstorageClient {
3972
3972
  * @param UpdateVolumeRequest
3973
3973
  * @return UpdateVolumeResponse
3974
3974
  * @throws OciError when an error occurs
3975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVolume.ts.html |here} to see how to use UpdateVolume API.
3975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolume.ts.html |here} to see how to use UpdateVolume API.
3976
3976
  */
3977
3977
  updateVolume(updateVolumeRequest) {
3978
3978
  return __awaiter(this, void 0, void 0, function* () {
@@ -4036,7 +4036,7 @@ class BlockstorageClient {
4036
4036
  * @param UpdateVolumeBackupRequest
4037
4037
  * @return UpdateVolumeBackupResponse
4038
4038
  * @throws OciError when an error occurs
4039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVolumeBackup.ts.html |here} to see how to use UpdateVolumeBackup API.
4039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeBackup.ts.html |here} to see how to use UpdateVolumeBackup API.
4040
4040
  */
4041
4041
  updateVolumeBackup(updateVolumeBackupRequest) {
4042
4042
  return __awaiter(this, void 0, void 0, function* () {
@@ -4098,7 +4098,7 @@ class BlockstorageClient {
4098
4098
  * @param UpdateVolumeBackupPolicyRequest
4099
4099
  * @return UpdateVolumeBackupPolicyResponse
4100
4100
  * @throws OciError when an error occurs
4101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVolumeBackupPolicy.ts.html |here} to see how to use UpdateVolumeBackupPolicy API.
4101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeBackupPolicy.ts.html |here} to see how to use UpdateVolumeBackupPolicy API.
4102
4102
  */
4103
4103
  updateVolumeBackupPolicy(updateVolumeBackupPolicyRequest) {
4104
4104
  return __awaiter(this, void 0, void 0, function* () {
@@ -4168,7 +4168,7 @@ class BlockstorageClient {
4168
4168
  * @param UpdateVolumeGroupRequest
4169
4169
  * @return UpdateVolumeGroupResponse
4170
4170
  * @throws OciError when an error occurs
4171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVolumeGroup.ts.html |here} to see how to use UpdateVolumeGroup API.
4171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeGroup.ts.html |here} to see how to use UpdateVolumeGroup API.
4172
4172
  */
4173
4173
  updateVolumeGroup(updateVolumeGroupRequest) {
4174
4174
  return __awaiter(this, void 0, void 0, function* () {
@@ -4232,7 +4232,7 @@ class BlockstorageClient {
4232
4232
  * @param UpdateVolumeGroupBackupRequest
4233
4233
  * @return UpdateVolumeGroupBackupResponse
4234
4234
  * @throws OciError when an error occurs
4235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVolumeGroupBackup.ts.html |here} to see how to use UpdateVolumeGroupBackup API.
4235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeGroupBackup.ts.html |here} to see how to use UpdateVolumeGroupBackup API.
4236
4236
  */
4237
4237
  updateVolumeGroupBackup(updateVolumeGroupBackupRequest) {
4238
4238
  return __awaiter(this, void 0, void 0, function* () {
@@ -4290,7 +4290,7 @@ class BlockstorageClient {
4290
4290
  * @param UpdateVolumeKmsKeyRequest
4291
4291
  * @return UpdateVolumeKmsKeyResponse
4292
4292
  * @throws OciError when an error occurs
4293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVolumeKmsKey.ts.html |here} to see how to use UpdateVolumeKmsKey API.
4293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeKmsKey.ts.html |here} to see how to use UpdateVolumeKmsKey API.
4294
4294
  */
4295
4295
  updateVolumeKmsKey(updateVolumeKmsKeyRequest) {
4296
4296
  return __awaiter(this, void 0, void 0, function* () {
@@ -4453,7 +4453,7 @@ class ComputeClient {
4453
4453
  * @param AcceptShieldedIntegrityPolicyRequest
4454
4454
  * @return AcceptShieldedIntegrityPolicyResponse
4455
4455
  * @throws OciError when an error occurs
4456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AcceptShieldedIntegrityPolicy.ts.html |here} to see how to use AcceptShieldedIntegrityPolicy API.
4456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AcceptShieldedIntegrityPolicy.ts.html |here} to see how to use AcceptShieldedIntegrityPolicy API.
4457
4457
  */
4458
4458
  acceptShieldedIntegrityPolicy(acceptShieldedIntegrityPolicyRequest) {
4459
4459
  return __awaiter(this, void 0, void 0, function* () {
@@ -4507,7 +4507,7 @@ class ComputeClient {
4507
4507
  * @param AddImageShapeCompatibilityEntryRequest
4508
4508
  * @return AddImageShapeCompatibilityEntryResponse
4509
4509
  * @throws OciError when an error occurs
4510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AddImageShapeCompatibilityEntry.ts.html |here} to see how to use AddImageShapeCompatibilityEntry API.
4510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddImageShapeCompatibilityEntry.ts.html |here} to see how to use AddImageShapeCompatibilityEntry API.
4511
4511
  */
4512
4512
  addImageShapeCompatibilityEntry(addImageShapeCompatibilityEntryRequest) {
4513
4513
  return __awaiter(this, void 0, void 0, function* () {
@@ -4565,7 +4565,7 @@ class ComputeClient {
4565
4565
  * @param AttachBootVolumeRequest
4566
4566
  * @return AttachBootVolumeResponse
4567
4567
  * @throws OciError when an error occurs
4568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AttachBootVolume.ts.html |here} to see how to use AttachBootVolume API.
4568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachBootVolume.ts.html |here} to see how to use AttachBootVolume API.
4569
4569
  */
4570
4570
  attachBootVolume(attachBootVolumeRequest) {
4571
4571
  return __awaiter(this, void 0, void 0, function* () {
@@ -4628,7 +4628,7 @@ class ComputeClient {
4628
4628
  * @param AttachVnicRequest
4629
4629
  * @return AttachVnicResponse
4630
4630
  * @throws OciError when an error occurs
4631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AttachVnic.ts.html |here} to see how to use AttachVnic API.
4631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachVnic.ts.html |here} to see how to use AttachVnic API.
4632
4632
  */
4633
4633
  attachVnic(attachVnicRequest) {
4634
4634
  return __awaiter(this, void 0, void 0, function* () {
@@ -4689,7 +4689,7 @@ class ComputeClient {
4689
4689
  * @param AttachVolumeRequest
4690
4690
  * @return AttachVolumeResponse
4691
4691
  * @throws OciError when an error occurs
4692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AttachVolume.ts.html |here} to see how to use AttachVolume API.
4692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachVolume.ts.html |here} to see how to use AttachVolume API.
4693
4693
  */
4694
4694
  attachVolume(attachVolumeRequest) {
4695
4695
  return __awaiter(this, void 0, void 0, function* () {
@@ -4766,7 +4766,7 @@ class ComputeClient {
4766
4766
  * @param CaptureConsoleHistoryRequest
4767
4767
  * @return CaptureConsoleHistoryResponse
4768
4768
  * @throws OciError when an error occurs
4769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CaptureConsoleHistory.ts.html |here} to see how to use CaptureConsoleHistory API.
4769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CaptureConsoleHistory.ts.html |here} to see how to use CaptureConsoleHistory API.
4770
4770
  */
4771
4771
  captureConsoleHistory(captureConsoleHistoryRequest) {
4772
4772
  return __awaiter(this, void 0, void 0, function* () {
@@ -4829,7 +4829,7 @@ class ComputeClient {
4829
4829
  * @param ChangeComputeCapacityReservationCompartmentRequest
4830
4830
  * @return ChangeComputeCapacityReservationCompartmentResponse
4831
4831
  * @throws OciError when an error occurs
4832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeComputeCapacityReservationCompartment.ts.html |here} to see how to use ChangeComputeCapacityReservationCompartment API.
4832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeComputeCapacityReservationCompartment.ts.html |here} to see how to use ChangeComputeCapacityReservationCompartment API.
4833
4833
  */
4834
4834
  changeComputeCapacityReservationCompartment(changeComputeCapacityReservationCompartmentRequest) {
4835
4835
  return __awaiter(this, void 0, void 0, function* () {
@@ -4892,7 +4892,7 @@ class ComputeClient {
4892
4892
  * @param ChangeComputeImageCapabilitySchemaCompartmentRequest
4893
4893
  * @return ChangeComputeImageCapabilitySchemaCompartmentResponse
4894
4894
  * @throws OciError when an error occurs
4895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeComputeImageCapabilitySchemaCompartment.ts.html |here} to see how to use ChangeComputeImageCapabilitySchemaCompartment API.
4895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeComputeImageCapabilitySchemaCompartment.ts.html |here} to see how to use ChangeComputeImageCapabilitySchemaCompartment API.
4896
4896
  */
4897
4897
  changeComputeImageCapabilitySchemaCompartment(changeComputeImageCapabilitySchemaCompartmentRequest) {
4898
4898
  return __awaiter(this, void 0, void 0, function* () {
@@ -4947,7 +4947,7 @@ class ComputeClient {
4947
4947
  * @param ChangeDedicatedVmHostCompartmentRequest
4948
4948
  * @return ChangeDedicatedVmHostCompartmentResponse
4949
4949
  * @throws OciError when an error occurs
4950
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeDedicatedVmHostCompartment.ts.html |here} to see how to use ChangeDedicatedVmHostCompartment API.
4950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeDedicatedVmHostCompartment.ts.html |here} to see how to use ChangeDedicatedVmHostCompartment API.
4951
4951
  */
4952
4952
  changeDedicatedVmHostCompartment(changeDedicatedVmHostCompartmentRequest) {
4953
4953
  return __awaiter(this, void 0, void 0, function* () {
@@ -5015,7 +5015,7 @@ class ComputeClient {
5015
5015
  * @param ChangeImageCompartmentRequest
5016
5016
  * @return ChangeImageCompartmentResponse
5017
5017
  * @throws OciError when an error occurs
5018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeImageCompartment.ts.html |here} to see how to use ChangeImageCompartment API.
5018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeImageCompartment.ts.html |here} to see how to use ChangeImageCompartment API.
5019
5019
  */
5020
5020
  changeImageCompartment(changeImageCompartmentRequest) {
5021
5021
  return __awaiter(this, void 0, void 0, function* () {
@@ -5081,7 +5081,7 @@ class ComputeClient {
5081
5081
  * @param ChangeInstanceCompartmentRequest
5082
5082
  * @return ChangeInstanceCompartmentResponse
5083
5083
  * @throws OciError when an error occurs
5084
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeInstanceCompartment.ts.html |here} to see how to use ChangeInstanceCompartment API.
5084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeInstanceCompartment.ts.html |here} to see how to use ChangeInstanceCompartment API.
5085
5085
  */
5086
5086
  changeInstanceCompartment(changeInstanceCompartmentRequest) {
5087
5087
  return __awaiter(this, void 0, void 0, function* () {
@@ -5147,7 +5147,7 @@ class ComputeClient {
5147
5147
  * @param CreateAppCatalogSubscriptionRequest
5148
5148
  * @return CreateAppCatalogSubscriptionResponse
5149
5149
  * @throws OciError when an error occurs
5150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateAppCatalogSubscription.ts.html |here} to see how to use CreateAppCatalogSubscription API.
5150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateAppCatalogSubscription.ts.html |here} to see how to use CreateAppCatalogSubscription API.
5151
5151
  */
5152
5152
  createAppCatalogSubscription(createAppCatalogSubscriptionRequest) {
5153
5153
  return __awaiter(this, void 0, void 0, function* () {
@@ -5212,7 +5212,7 @@ class ComputeClient {
5212
5212
  * @param CreateComputeCapacityReservationRequest
5213
5213
  * @return CreateComputeCapacityReservationResponse
5214
5214
  * @throws OciError when an error occurs
5215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateComputeCapacityReservation.ts.html |here} to see how to use CreateComputeCapacityReservation API.
5215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateComputeCapacityReservation.ts.html |here} to see how to use CreateComputeCapacityReservation API.
5216
5216
  */
5217
5217
  createComputeCapacityReservation(createComputeCapacityReservationRequest) {
5218
5218
  return __awaiter(this, void 0, void 0, function* () {
@@ -5284,7 +5284,7 @@ class ComputeClient {
5284
5284
  * @param CreateComputeImageCapabilitySchemaRequest
5285
5285
  * @return CreateComputeImageCapabilitySchemaResponse
5286
5286
  * @throws OciError when an error occurs
5287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateComputeImageCapabilitySchema.ts.html |here} to see how to use CreateComputeImageCapabilitySchema API.
5287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateComputeImageCapabilitySchema.ts.html |here} to see how to use CreateComputeImageCapabilitySchema API.
5288
5288
  */
5289
5289
  createComputeImageCapabilitySchema(createComputeImageCapabilitySchemaRequest) {
5290
5290
  return __awaiter(this, void 0, void 0, function* () {
@@ -5348,7 +5348,7 @@ class ComputeClient {
5348
5348
  * @param CreateDedicatedVmHostRequest
5349
5349
  * @return CreateDedicatedVmHostResponse
5350
5350
  * @throws OciError when an error occurs
5351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateDedicatedVmHost.ts.html |here} to see how to use CreateDedicatedVmHost API.
5351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDedicatedVmHost.ts.html |here} to see how to use CreateDedicatedVmHost API.
5352
5352
  */
5353
5353
  createDedicatedVmHost(createDedicatedVmHostRequest) {
5354
5354
  return __awaiter(this, void 0, void 0, function* () {
@@ -5437,7 +5437,7 @@ class ComputeClient {
5437
5437
  * @param CreateImageRequest
5438
5438
  * @return CreateImageResponse
5439
5439
  * @throws OciError when an error occurs
5440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateImage.ts.html |here} to see how to use CreateImage API.
5440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateImage.ts.html |here} to see how to use CreateImage API.
5441
5441
  */
5442
5442
  createImage(createImageRequest) {
5443
5443
  return __awaiter(this, void 0, void 0, function* () {
@@ -5507,7 +5507,7 @@ class ComputeClient {
5507
5507
  * @param CreateInstanceConsoleConnectionRequest
5508
5508
  * @return CreateInstanceConsoleConnectionResponse
5509
5509
  * @throws OciError when an error occurs
5510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateInstanceConsoleConnection.ts.html |here} to see how to use CreateInstanceConsoleConnection API.
5510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateInstanceConsoleConnection.ts.html |here} to see how to use CreateInstanceConsoleConnection API.
5511
5511
  */
5512
5512
  createInstanceConsoleConnection(createInstanceConsoleConnectionRequest) {
5513
5513
  return __awaiter(this, void 0, void 0, function* () {
@@ -5567,7 +5567,7 @@ class ComputeClient {
5567
5567
  * @param DeleteAppCatalogSubscriptionRequest
5568
5568
  * @return DeleteAppCatalogSubscriptionResponse
5569
5569
  * @throws OciError when an error occurs
5570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteAppCatalogSubscription.ts.html |here} to see how to use DeleteAppCatalogSubscription API.
5570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteAppCatalogSubscription.ts.html |here} to see how to use DeleteAppCatalogSubscription API.
5571
5571
  */
5572
5572
  deleteAppCatalogSubscription(deleteAppCatalogSubscriptionRequest) {
5573
5573
  return __awaiter(this, void 0, void 0, function* () {
@@ -5620,7 +5620,7 @@ class ComputeClient {
5620
5620
  * @param DeleteComputeCapacityReservationRequest
5621
5621
  * @return DeleteComputeCapacityReservationResponse
5622
5622
  * @throws OciError when an error occurs
5623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteComputeCapacityReservation.ts.html |here} to see how to use DeleteComputeCapacityReservation API.
5623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteComputeCapacityReservation.ts.html |here} to see how to use DeleteComputeCapacityReservation API.
5624
5624
  */
5625
5625
  deleteComputeCapacityReservation(deleteComputeCapacityReservationRequest) {
5626
5626
  return __awaiter(this, void 0, void 0, function* () {
@@ -5679,7 +5679,7 @@ class ComputeClient {
5679
5679
  * @param DeleteComputeImageCapabilitySchemaRequest
5680
5680
  * @return DeleteComputeImageCapabilitySchemaResponse
5681
5681
  * @throws OciError when an error occurs
5682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteComputeImageCapabilitySchema.ts.html |here} to see how to use DeleteComputeImageCapabilitySchema API.
5682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteComputeImageCapabilitySchema.ts.html |here} to see how to use DeleteComputeImageCapabilitySchema API.
5683
5683
  */
5684
5684
  deleteComputeImageCapabilitySchema(deleteComputeImageCapabilitySchemaRequest) {
5685
5685
  return __awaiter(this, void 0, void 0, function* () {
@@ -5732,7 +5732,7 @@ class ComputeClient {
5732
5732
  * @param DeleteConsoleHistoryRequest
5733
5733
  * @return DeleteConsoleHistoryResponse
5734
5734
  * @throws OciError when an error occurs
5735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteConsoleHistory.ts.html |here} to see how to use DeleteConsoleHistory API.
5735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteConsoleHistory.ts.html |here} to see how to use DeleteConsoleHistory API.
5736
5736
  */
5737
5737
  deleteConsoleHistory(deleteConsoleHistoryRequest) {
5738
5738
  return __awaiter(this, void 0, void 0, function* () {
@@ -5788,7 +5788,7 @@ class ComputeClient {
5788
5788
  * @param DeleteDedicatedVmHostRequest
5789
5789
  * @return DeleteDedicatedVmHostResponse
5790
5790
  * @throws OciError when an error occurs
5791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteDedicatedVmHost.ts.html |here} to see how to use DeleteDedicatedVmHost API.
5791
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDedicatedVmHost.ts.html |here} to see how to use DeleteDedicatedVmHost API.
5792
5792
  */
5793
5793
  deleteDedicatedVmHost(deleteDedicatedVmHostRequest) {
5794
5794
  return __awaiter(this, void 0, void 0, function* () {
@@ -5845,7 +5845,7 @@ class ComputeClient {
5845
5845
  * @param DeleteImageRequest
5846
5846
  * @return DeleteImageResponse
5847
5847
  * @throws OciError when an error occurs
5848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteImage.ts.html |here} to see how to use DeleteImage API.
5848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteImage.ts.html |here} to see how to use DeleteImage API.
5849
5849
  */
5850
5850
  deleteImage(deleteImageRequest) {
5851
5851
  return __awaiter(this, void 0, void 0, function* () {
@@ -5897,7 +5897,7 @@ class ComputeClient {
5897
5897
  * @param DeleteInstanceConsoleConnectionRequest
5898
5898
  * @return DeleteInstanceConsoleConnectionResponse
5899
5899
  * @throws OciError when an error occurs
5900
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteInstanceConsoleConnection.ts.html |here} to see how to use DeleteInstanceConsoleConnection API.
5900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteInstanceConsoleConnection.ts.html |here} to see how to use DeleteInstanceConsoleConnection API.
5901
5901
  */
5902
5902
  deleteInstanceConsoleConnection(deleteInstanceConsoleConnectionRequest) {
5903
5903
  return __awaiter(this, void 0, void 0, function* () {
@@ -5953,7 +5953,7 @@ class ComputeClient {
5953
5953
  * @param DetachBootVolumeRequest
5954
5954
  * @return DetachBootVolumeResponse
5955
5955
  * @throws OciError when an error occurs
5956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DetachBootVolume.ts.html |here} to see how to use DetachBootVolume API.
5956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachBootVolume.ts.html |here} to see how to use DetachBootVolume API.
5957
5957
  */
5958
5958
  detachBootVolume(detachBootVolumeRequest) {
5959
5959
  return __awaiter(this, void 0, void 0, function* () {
@@ -6015,7 +6015,7 @@ class ComputeClient {
6015
6015
  * @param DetachVnicRequest
6016
6016
  * @return DetachVnicResponse
6017
6017
  * @throws OciError when an error occurs
6018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DetachVnic.ts.html |here} to see how to use DetachVnic API.
6018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachVnic.ts.html |here} to see how to use DetachVnic API.
6019
6019
  */
6020
6020
  detachVnic(detachVnicRequest) {
6021
6021
  return __awaiter(this, void 0, void 0, function* () {
@@ -6071,7 +6071,7 @@ class ComputeClient {
6071
6071
  * @param DetachVolumeRequest
6072
6072
  * @return DetachVolumeResponse
6073
6073
  * @throws OciError when an error occurs
6074
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DetachVolume.ts.html |here} to see how to use DetachVolume API.
6074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachVolume.ts.html |here} to see how to use DetachVolume API.
6075
6075
  */
6076
6076
  detachVolume(detachVolumeRequest) {
6077
6077
  return __awaiter(this, void 0, void 0, function* () {
@@ -6133,7 +6133,7 @@ class ComputeClient {
6133
6133
  * @param ExportImageRequest
6134
6134
  * @return ExportImageResponse
6135
6135
  * @throws OciError when an error occurs
6136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ExportImage.ts.html |here} to see how to use ExportImage API.
6136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ExportImage.ts.html |here} to see how to use ExportImage API.
6137
6137
  */
6138
6138
  exportImage(exportImageRequest) {
6139
6139
  return __awaiter(this, void 0, void 0, function* () {
@@ -6201,7 +6201,7 @@ class ComputeClient {
6201
6201
  * @param GetAppCatalogListingRequest
6202
6202
  * @return GetAppCatalogListingResponse
6203
6203
  * @throws OciError when an error occurs
6204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetAppCatalogListing.ts.html |here} to see how to use GetAppCatalogListing API.
6204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAppCatalogListing.ts.html |here} to see how to use GetAppCatalogListing API.
6205
6205
  */
6206
6206
  getAppCatalogListing(getAppCatalogListingRequest) {
6207
6207
  return __awaiter(this, void 0, void 0, function* () {
@@ -6261,7 +6261,7 @@ class ComputeClient {
6261
6261
  * @param GetAppCatalogListingAgreementsRequest
6262
6262
  * @return GetAppCatalogListingAgreementsResponse
6263
6263
  * @throws OciError when an error occurs
6264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetAppCatalogListingAgreements.ts.html |here} to see how to use GetAppCatalogListingAgreements API.
6264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAppCatalogListingAgreements.ts.html |here} to see how to use GetAppCatalogListingAgreements API.
6265
6265
  */
6266
6266
  getAppCatalogListingAgreements(getAppCatalogListingAgreementsRequest) {
6267
6267
  return __awaiter(this, void 0, void 0, function* () {
@@ -6322,7 +6322,7 @@ class ComputeClient {
6322
6322
  * @param GetAppCatalogListingResourceVersionRequest
6323
6323
  * @return GetAppCatalogListingResourceVersionResponse
6324
6324
  * @throws OciError when an error occurs
6325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetAppCatalogListingResourceVersion.ts.html |here} to see how to use GetAppCatalogListingResourceVersion API.
6325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAppCatalogListingResourceVersion.ts.html |here} to see how to use GetAppCatalogListingResourceVersion API.
6326
6326
  */
6327
6327
  getAppCatalogListingResourceVersion(getAppCatalogListingResourceVersionRequest) {
6328
6328
  return __awaiter(this, void 0, void 0, function* () {
@@ -6383,7 +6383,7 @@ class ComputeClient {
6383
6383
  * @param GetBootVolumeAttachmentRequest
6384
6384
  * @return GetBootVolumeAttachmentResponse
6385
6385
  * @throws OciError when an error occurs
6386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetBootVolumeAttachment.ts.html |here} to see how to use GetBootVolumeAttachment API.
6386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolumeAttachment.ts.html |here} to see how to use GetBootVolumeAttachment API.
6387
6387
  */
6388
6388
  getBootVolumeAttachment(getBootVolumeAttachmentRequest) {
6389
6389
  return __awaiter(this, void 0, void 0, function* () {
@@ -6443,7 +6443,7 @@ class ComputeClient {
6443
6443
  * @param GetComputeCapacityReservationRequest
6444
6444
  * @return GetComputeCapacityReservationResponse
6445
6445
  * @throws OciError when an error occurs
6446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetComputeCapacityReservation.ts.html |here} to see how to use GetComputeCapacityReservation API.
6446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetComputeCapacityReservation.ts.html |here} to see how to use GetComputeCapacityReservation API.
6447
6447
  */
6448
6448
  getComputeCapacityReservation(getComputeCapacityReservationRequest) {
6449
6449
  return __awaiter(this, void 0, void 0, function* () {
@@ -6504,7 +6504,7 @@ class ComputeClient {
6504
6504
  * @param GetComputeGlobalImageCapabilitySchemaRequest
6505
6505
  * @return GetComputeGlobalImageCapabilitySchemaResponse
6506
6506
  * @throws OciError when an error occurs
6507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetComputeGlobalImageCapabilitySchema.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchema API.
6507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetComputeGlobalImageCapabilitySchema.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchema API.
6508
6508
  */
6509
6509
  getComputeGlobalImageCapabilitySchema(getComputeGlobalImageCapabilitySchemaRequest) {
6510
6510
  return __awaiter(this, void 0, void 0, function* () {
@@ -6564,7 +6564,7 @@ class ComputeClient {
6564
6564
  * @param GetComputeGlobalImageCapabilitySchemaVersionRequest
6565
6565
  * @return GetComputeGlobalImageCapabilitySchemaVersionResponse
6566
6566
  * @throws OciError when an error occurs
6567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
6567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
6568
6568
  */
6569
6569
  getComputeGlobalImageCapabilitySchemaVersion(getComputeGlobalImageCapabilitySchemaVersionRequest) {
6570
6570
  return __awaiter(this, void 0, void 0, function* () {
@@ -6626,7 +6626,7 @@ class ComputeClient {
6626
6626
  * @param GetComputeImageCapabilitySchemaRequest
6627
6627
  * @return GetComputeImageCapabilitySchemaResponse
6628
6628
  * @throws OciError when an error occurs
6629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetComputeImageCapabilitySchema.ts.html |here} to see how to use GetComputeImageCapabilitySchema API.
6629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetComputeImageCapabilitySchema.ts.html |here} to see how to use GetComputeImageCapabilitySchema API.
6630
6630
  */
6631
6631
  getComputeImageCapabilitySchema(getComputeImageCapabilitySchemaRequest) {
6632
6632
  return __awaiter(this, void 0, void 0, function* () {
@@ -6691,7 +6691,7 @@ class ComputeClient {
6691
6691
  * @param GetConsoleHistoryRequest
6692
6692
  * @return GetConsoleHistoryResponse
6693
6693
  * @throws OciError when an error occurs
6694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetConsoleHistory.ts.html |here} to see how to use GetConsoleHistory API.
6694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetConsoleHistory.ts.html |here} to see how to use GetConsoleHistory API.
6695
6695
  */
6696
6696
  getConsoleHistory(getConsoleHistoryRequest) {
6697
6697
  return __awaiter(this, void 0, void 0, function* () {
@@ -6754,7 +6754,7 @@ class ComputeClient {
6754
6754
  * @param GetConsoleHistoryContentRequest
6755
6755
  * @return GetConsoleHistoryContentResponse
6756
6756
  * @throws OciError when an error occurs
6757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetConsoleHistoryContent.ts.html |here} to see how to use GetConsoleHistoryContent API.
6757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetConsoleHistoryContent.ts.html |here} to see how to use GetConsoleHistoryContent API.
6758
6758
  */
6759
6759
  getConsoleHistoryContent(getConsoleHistoryContentRequest) {
6760
6760
  return __awaiter(this, void 0, void 0, function* () {
@@ -6817,7 +6817,7 @@ class ComputeClient {
6817
6817
  * @param GetDedicatedVmHostRequest
6818
6818
  * @return GetDedicatedVmHostResponse
6819
6819
  * @throws OciError when an error occurs
6820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetDedicatedVmHost.ts.html |here} to see how to use GetDedicatedVmHost API.
6820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDedicatedVmHost.ts.html |here} to see how to use GetDedicatedVmHost API.
6821
6821
  */
6822
6822
  getDedicatedVmHost(getDedicatedVmHostRequest) {
6823
6823
  return __awaiter(this, void 0, void 0, function* () {
@@ -6878,7 +6878,7 @@ class ComputeClient {
6878
6878
  * @param GetImageRequest
6879
6879
  * @return GetImageResponse
6880
6880
  * @throws OciError when an error occurs
6881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetImage.ts.html |here} to see how to use GetImage API.
6881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetImage.ts.html |here} to see how to use GetImage API.
6882
6882
  */
6883
6883
  getImage(getImageRequest) {
6884
6884
  return __awaiter(this, void 0, void 0, function* () {
@@ -6938,7 +6938,7 @@ class ComputeClient {
6938
6938
  * @param GetImageShapeCompatibilityEntryRequest
6939
6939
  * @return GetImageShapeCompatibilityEntryResponse
6940
6940
  * @throws OciError when an error occurs
6941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetImageShapeCompatibilityEntry.ts.html |here} to see how to use GetImageShapeCompatibilityEntry API.
6941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetImageShapeCompatibilityEntry.ts.html |here} to see how to use GetImageShapeCompatibilityEntry API.
6942
6942
  */
6943
6943
  getImageShapeCompatibilityEntry(getImageShapeCompatibilityEntryRequest) {
6944
6944
  return __awaiter(this, void 0, void 0, function* () {
@@ -6995,7 +6995,7 @@ class ComputeClient {
6995
6995
  * @param GetInstanceRequest
6996
6996
  * @return GetInstanceResponse
6997
6997
  * @throws OciError when an error occurs
6998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetInstance.ts.html |here} to see how to use GetInstance API.
6998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstance.ts.html |here} to see how to use GetInstance API.
6999
6999
  */
7000
7000
  getInstance(getInstanceRequest) {
7001
7001
  return __awaiter(this, void 0, void 0, function* () {
@@ -7055,7 +7055,7 @@ class ComputeClient {
7055
7055
  * @param GetInstanceConsoleConnectionRequest
7056
7056
  * @return GetInstanceConsoleConnectionResponse
7057
7057
  * @throws OciError when an error occurs
7058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetInstanceConsoleConnection.ts.html |here} to see how to use GetInstanceConsoleConnection API.
7058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstanceConsoleConnection.ts.html |here} to see how to use GetInstanceConsoleConnection API.
7059
7059
  */
7060
7060
  getInstanceConsoleConnection(getInstanceConsoleConnectionRequest) {
7061
7061
  return __awaiter(this, void 0, void 0, function* () {
@@ -7110,7 +7110,7 @@ class ComputeClient {
7110
7110
  * @param GetMeasuredBootReportRequest
7111
7111
  * @return GetMeasuredBootReportResponse
7112
7112
  * @throws OciError when an error occurs
7113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetMeasuredBootReport.ts.html |here} to see how to use GetMeasuredBootReport API.
7113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetMeasuredBootReport.ts.html |here} to see how to use GetMeasuredBootReport API.
7114
7114
  */
7115
7115
  getMeasuredBootReport(getMeasuredBootReportRequest) {
7116
7116
  return __awaiter(this, void 0, void 0, function* () {
@@ -7172,7 +7172,7 @@ class ComputeClient {
7172
7172
  * @param GetVnicAttachmentRequest
7173
7173
  * @return GetVnicAttachmentResponse
7174
7174
  * @throws OciError when an error occurs
7175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVnicAttachment.ts.html |here} to see how to use GetVnicAttachment API.
7175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVnicAttachment.ts.html |here} to see how to use GetVnicAttachment API.
7176
7176
  */
7177
7177
  getVnicAttachment(getVnicAttachmentRequest) {
7178
7178
  return __awaiter(this, void 0, void 0, function* () {
@@ -7232,7 +7232,7 @@ class ComputeClient {
7232
7232
  * @param GetVolumeAttachmentRequest
7233
7233
  * @return GetVolumeAttachmentResponse
7234
7234
  * @throws OciError when an error occurs
7235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVolumeAttachment.ts.html |here} to see how to use GetVolumeAttachment API.
7235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeAttachment.ts.html |here} to see how to use GetVolumeAttachment API.
7236
7236
  */
7237
7237
  getVolumeAttachment(getVolumeAttachmentRequest) {
7238
7238
  return __awaiter(this, void 0, void 0, function* () {
@@ -7294,7 +7294,7 @@ class ComputeClient {
7294
7294
  * @param GetWindowsInstanceInitialCredentialsRequest
7295
7295
  * @return GetWindowsInstanceInitialCredentialsResponse
7296
7296
  * @throws OciError when an error occurs
7297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetWindowsInstanceInitialCredentials.ts.html |here} to see how to use GetWindowsInstanceInitialCredentials API.
7297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetWindowsInstanceInitialCredentials.ts.html |here} to see how to use GetWindowsInstanceInitialCredentials API.
7298
7298
  */
7299
7299
  getWindowsInstanceInitialCredentials(getWindowsInstanceInitialCredentialsRequest) {
7300
7300
  return __awaiter(this, void 0, void 0, function* () {
@@ -7370,6 +7370,12 @@ class ComputeClient {
7370
7370
  * [Sending a Diagnostic Interrupt](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/sendingdiagnosticinterrupt.htm).
7371
7371
  * <p>
7372
7372
 
7373
+ * <p>
7374
+ - **DIAGNOSTICREBOOT** - Powers off the instance, rebuilds it on the physical host, and then powers it back on.
7375
+ * Before you send a diagnostic reboot, restart the instance's OS, confirm that the instance and networking settings are configured
7376
+ * correctly, and try other [troubleshooting steps](https://docs.cloud.oracle.com/iaas/Content/Compute/References/troubleshooting-compute-instances.htm).
7377
+ * Use diagnostic reboot as a final attempt to troubleshoot an unreachable instance. For virtual machine (VM) instances only.
7378
+ * For more information, see [Performing a Diagnostic Reboot](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/diagnostic-reboot.htm).
7373
7379
  * <p>
7374
7380
 
7375
7381
  * For more information about managing instance lifecycle states, see
@@ -7379,7 +7385,7 @@ class ComputeClient {
7379
7385
  * @param InstanceActionRequest
7380
7386
  * @return InstanceActionResponse
7381
7387
  * @throws OciError when an error occurs
7382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/InstanceAction.ts.html |here} to see how to use InstanceAction API.
7388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/InstanceAction.ts.html |here} to see how to use InstanceAction API.
7383
7389
  */
7384
7390
  instanceAction(instanceActionRequest) {
7385
7391
  return __awaiter(this, void 0, void 0, function* () {
@@ -7482,7 +7488,7 @@ class ComputeClient {
7482
7488
  * @param LaunchInstanceRequest
7483
7489
  * @return LaunchInstanceResponse
7484
7490
  * @throws OciError when an error occurs
7485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/LaunchInstance.ts.html |here} to see how to use LaunchInstance API.
7491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/LaunchInstance.ts.html |here} to see how to use LaunchInstance API.
7486
7492
  */
7487
7493
  launchInstance(launchInstanceRequest) {
7488
7494
  return __awaiter(this, void 0, void 0, function* () {
@@ -7547,7 +7553,7 @@ class ComputeClient {
7547
7553
  * @param ListAppCatalogListingResourceVersionsRequest
7548
7554
  * @return ListAppCatalogListingResourceVersionsResponse
7549
7555
  * @throws OciError when an error occurs
7550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListAppCatalogListingResourceVersions.ts.html |here} to see how to use ListAppCatalogListingResourceVersions API.
7556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListAppCatalogListingResourceVersions.ts.html |here} to see how to use ListAppCatalogListingResourceVersions API.
7551
7557
  */
7552
7558
  listAppCatalogListingResourceVersions(listAppCatalogListingResourceVersionsRequest) {
7553
7559
  return __awaiter(this, void 0, void 0, function* () {
@@ -7651,7 +7657,7 @@ class ComputeClient {
7651
7657
  * @param ListAppCatalogListingsRequest
7652
7658
  * @return ListAppCatalogListingsResponse
7653
7659
  * @throws OciError when an error occurs
7654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListAppCatalogListings.ts.html |here} to see how to use ListAppCatalogListings API.
7660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListAppCatalogListings.ts.html |here} to see how to use ListAppCatalogListings API.
7655
7661
  */
7656
7662
  listAppCatalogListings(listAppCatalogListingsRequest) {
7657
7663
  return __awaiter(this, void 0, void 0, function* () {
@@ -7756,7 +7762,7 @@ class ComputeClient {
7756
7762
  * @param ListAppCatalogSubscriptionsRequest
7757
7763
  * @return ListAppCatalogSubscriptionsResponse
7758
7764
  * @throws OciError when an error occurs
7759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListAppCatalogSubscriptions.ts.html |here} to see how to use ListAppCatalogSubscriptions API.
7765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListAppCatalogSubscriptions.ts.html |here} to see how to use ListAppCatalogSubscriptions API.
7760
7766
  */
7761
7767
  listAppCatalogSubscriptions(listAppCatalogSubscriptionsRequest) {
7762
7768
  return __awaiter(this, void 0, void 0, function* () {
@@ -7863,7 +7869,7 @@ class ComputeClient {
7863
7869
  * @param ListBootVolumeAttachmentsRequest
7864
7870
  * @return ListBootVolumeAttachmentsResponse
7865
7871
  * @throws OciError when an error occurs
7866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListBootVolumeAttachments.ts.html |here} to see how to use ListBootVolumeAttachments API.
7872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBootVolumeAttachments.ts.html |here} to see how to use ListBootVolumeAttachments API.
7867
7873
  */
7868
7874
  listBootVolumeAttachments(listBootVolumeAttachmentsRequest) {
7869
7875
  return __awaiter(this, void 0, void 0, function* () {
@@ -7969,7 +7975,7 @@ class ComputeClient {
7969
7975
  * @param ListComputeCapacityReservationInstanceShapesRequest
7970
7976
  * @return ListComputeCapacityReservationInstanceShapesResponse
7971
7977
  * @throws OciError when an error occurs
7972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListComputeCapacityReservationInstanceShapes.ts.html |here} to see how to use ListComputeCapacityReservationInstanceShapes API.
7978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeCapacityReservationInstanceShapes.ts.html |here} to see how to use ListComputeCapacityReservationInstanceShapes API.
7973
7979
  */
7974
7980
  listComputeCapacityReservationInstanceShapes(listComputeCapacityReservationInstanceShapesRequest) {
7975
7981
  return __awaiter(this, void 0, void 0, function* () {
@@ -8077,7 +8083,7 @@ class ComputeClient {
8077
8083
  * @param ListComputeCapacityReservationInstancesRequest
8078
8084
  * @return ListComputeCapacityReservationInstancesResponse
8079
8085
  * @throws OciError when an error occurs
8080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListComputeCapacityReservationInstances.ts.html |here} to see how to use ListComputeCapacityReservationInstances API.
8086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeCapacityReservationInstances.ts.html |here} to see how to use ListComputeCapacityReservationInstances API.
8081
8087
  */
8082
8088
  listComputeCapacityReservationInstances(listComputeCapacityReservationInstancesRequest) {
8083
8089
  return __awaiter(this, void 0, void 0, function* () {
@@ -8189,7 +8195,7 @@ class ComputeClient {
8189
8195
  * @param ListComputeCapacityReservationsRequest
8190
8196
  * @return ListComputeCapacityReservationsResponse
8191
8197
  * @throws OciError when an error occurs
8192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListComputeCapacityReservations.ts.html |here} to see how to use ListComputeCapacityReservations API.
8198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeCapacityReservations.ts.html |here} to see how to use ListComputeCapacityReservations API.
8193
8199
  */
8194
8200
  listComputeCapacityReservations(listComputeCapacityReservationsRequest) {
8195
8201
  return __awaiter(this, void 0, void 0, function* () {
@@ -8298,7 +8304,7 @@ class ComputeClient {
8298
8304
  * @param ListComputeGlobalImageCapabilitySchemaVersionsRequest
8299
8305
  * @return ListComputeGlobalImageCapabilitySchemaVersionsResponse
8300
8306
  * @throws OciError when an error occurs
8301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListComputeGlobalImageCapabilitySchemaVersions.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemaVersions API.
8307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeGlobalImageCapabilitySchemaVersions.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemaVersions API.
8302
8308
  */
8303
8309
  listComputeGlobalImageCapabilitySchemaVersions(listComputeGlobalImageCapabilitySchemaVersionsRequest) {
8304
8310
  return __awaiter(this, void 0, void 0, function* () {
@@ -8405,7 +8411,7 @@ class ComputeClient {
8405
8411
  * @param ListComputeGlobalImageCapabilitySchemasRequest
8406
8412
  * @return ListComputeGlobalImageCapabilitySchemasResponse
8407
8413
  * @throws OciError when an error occurs
8408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListComputeGlobalImageCapabilitySchemas.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemas API.
8414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeGlobalImageCapabilitySchemas.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemas API.
8409
8415
  */
8410
8416
  listComputeGlobalImageCapabilitySchemas(listComputeGlobalImageCapabilitySchemasRequest) {
8411
8417
  return __awaiter(this, void 0, void 0, function* () {
@@ -8511,7 +8517,7 @@ class ComputeClient {
8511
8517
  * @param ListComputeImageCapabilitySchemasRequest
8512
8518
  * @return ListComputeImageCapabilitySchemasResponse
8513
8519
  * @throws OciError when an error occurs
8514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListComputeImageCapabilitySchemas.ts.html |here} to see how to use ListComputeImageCapabilitySchemas API.
8520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeImageCapabilitySchemas.ts.html |here} to see how to use ListComputeImageCapabilitySchemas API.
8515
8521
  */
8516
8522
  listComputeImageCapabilitySchemas(listComputeImageCapabilitySchemasRequest) {
8517
8523
  return __awaiter(this, void 0, void 0, function* () {
@@ -8618,7 +8624,7 @@ class ComputeClient {
8618
8624
  * @param ListConsoleHistoriesRequest
8619
8625
  * @return ListConsoleHistoriesResponse
8620
8626
  * @throws OciError when an error occurs
8621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListConsoleHistories.ts.html |here} to see how to use ListConsoleHistories API.
8627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListConsoleHistories.ts.html |here} to see how to use ListConsoleHistories API.
8622
8628
  */
8623
8629
  listConsoleHistories(listConsoleHistoriesRequest) {
8624
8630
  return __awaiter(this, void 0, void 0, function* () {
@@ -8727,7 +8733,7 @@ class ComputeClient {
8727
8733
  * @param ListDedicatedVmHostInstanceShapesRequest
8728
8734
  * @return ListDedicatedVmHostInstanceShapesResponse
8729
8735
  * @throws OciError when an error occurs
8730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDedicatedVmHostInstanceShapes.ts.html |here} to see how to use ListDedicatedVmHostInstanceShapes API.
8736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDedicatedVmHostInstanceShapes.ts.html |here} to see how to use ListDedicatedVmHostInstanceShapes API.
8731
8737
  */
8732
8738
  listDedicatedVmHostInstanceShapes(listDedicatedVmHostInstanceShapesRequest) {
8733
8739
  return __awaiter(this, void 0, void 0, function* () {
@@ -8833,7 +8839,7 @@ class ComputeClient {
8833
8839
  * @param ListDedicatedVmHostInstancesRequest
8834
8840
  * @return ListDedicatedVmHostInstancesResponse
8835
8841
  * @throws OciError when an error occurs
8836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDedicatedVmHostInstances.ts.html |here} to see how to use ListDedicatedVmHostInstances API.
8842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDedicatedVmHostInstances.ts.html |here} to see how to use ListDedicatedVmHostInstances API.
8837
8843
  */
8838
8844
  listDedicatedVmHostInstances(listDedicatedVmHostInstancesRequest) {
8839
8845
  return __awaiter(this, void 0, void 0, function* () {
@@ -8942,7 +8948,7 @@ class ComputeClient {
8942
8948
  * @param ListDedicatedVmHostShapesRequest
8943
8949
  * @return ListDedicatedVmHostShapesResponse
8944
8950
  * @throws OciError when an error occurs
8945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDedicatedVmHostShapes.ts.html |here} to see how to use ListDedicatedVmHostShapes API.
8951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDedicatedVmHostShapes.ts.html |here} to see how to use ListDedicatedVmHostShapes API.
8946
8952
  */
8947
8953
  listDedicatedVmHostShapes(listDedicatedVmHostShapesRequest) {
8948
8954
  return __awaiter(this, void 0, void 0, function* () {
@@ -9051,7 +9057,7 @@ class ComputeClient {
9051
9057
  * @param ListDedicatedVmHostsRequest
9052
9058
  * @return ListDedicatedVmHostsResponse
9053
9059
  * @throws OciError when an error occurs
9054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDedicatedVmHosts.ts.html |here} to see how to use ListDedicatedVmHosts API.
9060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDedicatedVmHosts.ts.html |here} to see how to use ListDedicatedVmHosts API.
9055
9061
  */
9056
9062
  listDedicatedVmHosts(listDedicatedVmHostsRequest) {
9057
9063
  return __awaiter(this, void 0, void 0, function* () {
@@ -9162,7 +9168,7 @@ class ComputeClient {
9162
9168
  * @param ListImageShapeCompatibilityEntriesRequest
9163
9169
  * @return ListImageShapeCompatibilityEntriesResponse
9164
9170
  * @throws OciError when an error occurs
9165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListImageShapeCompatibilityEntries.ts.html |here} to see how to use ListImageShapeCompatibilityEntries API.
9171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListImageShapeCompatibilityEntries.ts.html |here} to see how to use ListImageShapeCompatibilityEntries API.
9166
9172
  */
9167
9173
  listImageShapeCompatibilityEntries(listImageShapeCompatibilityEntriesRequest) {
9168
9174
  return __awaiter(this, void 0, void 0, function* () {
@@ -9277,7 +9283,7 @@ class ComputeClient {
9277
9283
  * @param ListImagesRequest
9278
9284
  * @return ListImagesResponse
9279
9285
  * @throws OciError when an error occurs
9280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListImages.ts.html |here} to see how to use ListImages API.
9286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListImages.ts.html |here} to see how to use ListImages API.
9281
9287
  */
9282
9288
  listImages(listImagesRequest) {
9283
9289
  return __awaiter(this, void 0, void 0, function* () {
@@ -9389,7 +9395,7 @@ class ComputeClient {
9389
9395
  * @param ListInstanceConsoleConnectionsRequest
9390
9396
  * @return ListInstanceConsoleConnectionsResponse
9391
9397
  * @throws OciError when an error occurs
9392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListInstanceConsoleConnections.ts.html |here} to see how to use ListInstanceConsoleConnections API.
9398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstanceConsoleConnections.ts.html |here} to see how to use ListInstanceConsoleConnections API.
9393
9399
  */
9394
9400
  listInstanceConsoleConnections(listInstanceConsoleConnectionsRequest) {
9395
9401
  return __awaiter(this, void 0, void 0, function* () {
@@ -9492,7 +9498,7 @@ class ComputeClient {
9492
9498
  * @param ListInstanceDevicesRequest
9493
9499
  * @return ListInstanceDevicesResponse
9494
9500
  * @throws OciError when an error occurs
9495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListInstanceDevices.ts.html |here} to see how to use ListInstanceDevices API.
9501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstanceDevices.ts.html |here} to see how to use ListInstanceDevices API.
9496
9502
  */
9497
9503
  listInstanceDevices(listInstanceDevicesRequest) {
9498
9504
  return __awaiter(this, void 0, void 0, function* () {
@@ -9603,7 +9609,7 @@ class ComputeClient {
9603
9609
  * @param ListInstancesRequest
9604
9610
  * @return ListInstancesResponse
9605
9611
  * @throws OciError when an error occurs
9606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListInstances.ts.html |here} to see how to use ListInstances API.
9612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstances.ts.html |here} to see how to use ListInstances API.
9607
9613
  */
9608
9614
  listInstances(listInstancesRequest) {
9609
9615
  return __awaiter(this, void 0, void 0, function* () {
@@ -9713,7 +9719,7 @@ class ComputeClient {
9713
9719
  * @param ListShapesRequest
9714
9720
  * @return ListShapesResponse
9715
9721
  * @throws OciError when an error occurs
9716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListShapes.ts.html |here} to see how to use ListShapes API.
9722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListShapes.ts.html |here} to see how to use ListShapes API.
9717
9723
  */
9718
9724
  listShapes(listShapesRequest) {
9719
9725
  return __awaiter(this, void 0, void 0, function* () {
@@ -9820,7 +9826,7 @@ class ComputeClient {
9820
9826
  * @param ListVnicAttachmentsRequest
9821
9827
  * @return ListVnicAttachmentsResponse
9822
9828
  * @throws OciError when an error occurs
9823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVnicAttachments.ts.html |here} to see how to use ListVnicAttachments API.
9829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVnicAttachments.ts.html |here} to see how to use ListVnicAttachments API.
9824
9830
  */
9825
9831
  listVnicAttachments(listVnicAttachmentsRequest) {
9826
9832
  return __awaiter(this, void 0, void 0, function* () {
@@ -9930,7 +9936,7 @@ class ComputeClient {
9930
9936
  * @param ListVolumeAttachmentsRequest
9931
9937
  * @return ListVolumeAttachmentsResponse
9932
9938
  * @throws OciError when an error occurs
9933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVolumeAttachments.ts.html |here} to see how to use ListVolumeAttachments API.
9939
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeAttachments.ts.html |here} to see how to use ListVolumeAttachments API.
9934
9940
  */
9935
9941
  listVolumeAttachments(listVolumeAttachmentsRequest) {
9936
9942
  return __awaiter(this, void 0, void 0, function* () {
@@ -10035,7 +10041,7 @@ class ComputeClient {
10035
10041
  * @param RemoveImageShapeCompatibilityEntryRequest
10036
10042
  * @return RemoveImageShapeCompatibilityEntryResponse
10037
10043
  * @throws OciError when an error occurs
10038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/RemoveImageShapeCompatibilityEntry.ts.html |here} to see how to use RemoveImageShapeCompatibilityEntry API.
10044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveImageShapeCompatibilityEntry.ts.html |here} to see how to use RemoveImageShapeCompatibilityEntry API.
10039
10045
  */
10040
10046
  removeImageShapeCompatibilityEntry(removeImageShapeCompatibilityEntryRequest) {
10041
10047
  return __awaiter(this, void 0, void 0, function* () {
@@ -10098,7 +10104,7 @@ class ComputeClient {
10098
10104
  * @param TerminateInstanceRequest
10099
10105
  * @return TerminateInstanceResponse
10100
10106
  * @throws OciError when an error occurs
10101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/TerminateInstance.ts.html |here} to see how to use TerminateInstance API.
10107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/TerminateInstance.ts.html |here} to see how to use TerminateInstance API.
10102
10108
  */
10103
10109
  terminateInstance(terminateInstanceRequest) {
10104
10110
  return __awaiter(this, void 0, void 0, function* () {
@@ -10156,7 +10162,7 @@ class ComputeClient {
10156
10162
  * @param UpdateComputeCapacityReservationRequest
10157
10163
  * @return UpdateComputeCapacityReservationResponse
10158
10164
  * @throws OciError when an error occurs
10159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateComputeCapacityReservation.ts.html |here} to see how to use UpdateComputeCapacityReservation API.
10165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateComputeCapacityReservation.ts.html |here} to see how to use UpdateComputeCapacityReservation API.
10160
10166
  */
10161
10167
  updateComputeCapacityReservation(updateComputeCapacityReservationRequest) {
10162
10168
  return __awaiter(this, void 0, void 0, function* () {
@@ -10216,7 +10222,7 @@ class ComputeClient {
10216
10222
  * @param UpdateComputeImageCapabilitySchemaRequest
10217
10223
  * @return UpdateComputeImageCapabilitySchemaResponse
10218
10224
  * @throws OciError when an error occurs
10219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateComputeImageCapabilitySchema.ts.html |here} to see how to use UpdateComputeImageCapabilitySchema API.
10225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateComputeImageCapabilitySchema.ts.html |here} to see how to use UpdateComputeImageCapabilitySchema API.
10220
10226
  */
10221
10227
  updateComputeImageCapabilitySchema(updateComputeImageCapabilitySchemaRequest) {
10222
10228
  return __awaiter(this, void 0, void 0, function* () {
@@ -10278,7 +10284,7 @@ class ComputeClient {
10278
10284
  * @param UpdateConsoleHistoryRequest
10279
10285
  * @return UpdateConsoleHistoryResponse
10280
10286
  * @throws OciError when an error occurs
10281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateConsoleHistory.ts.html |here} to see how to use UpdateConsoleHistory API.
10287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateConsoleHistory.ts.html |here} to see how to use UpdateConsoleHistory API.
10282
10288
  */
10283
10289
  updateConsoleHistory(updateConsoleHistoryRequest) {
10284
10290
  return __awaiter(this, void 0, void 0, function* () {
@@ -10342,7 +10348,7 @@ class ComputeClient {
10342
10348
  * @param UpdateDedicatedVmHostRequest
10343
10349
  * @return UpdateDedicatedVmHostResponse
10344
10350
  * @throws OciError when an error occurs
10345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateDedicatedVmHost.ts.html |here} to see how to use UpdateDedicatedVmHost API.
10351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDedicatedVmHost.ts.html |here} to see how to use UpdateDedicatedVmHost API.
10346
10352
  */
10347
10353
  updateDedicatedVmHost(updateDedicatedVmHostRequest) {
10348
10354
  return __awaiter(this, void 0, void 0, function* () {
@@ -10407,7 +10413,7 @@ class ComputeClient {
10407
10413
  * @param UpdateImageRequest
10408
10414
  * @return UpdateImageResponse
10409
10415
  * @throws OciError when an error occurs
10410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateImage.ts.html |here} to see how to use UpdateImage API.
10416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateImage.ts.html |here} to see how to use UpdateImage API.
10411
10417
  */
10412
10418
  updateImage(updateImageRequest) {
10413
10419
  return __awaiter(this, void 0, void 0, function* () {
@@ -10477,7 +10483,7 @@ class ComputeClient {
10477
10483
  * @param UpdateInstanceRequest
10478
10484
  * @return UpdateInstanceResponse
10479
10485
  * @throws OciError when an error occurs
10480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateInstance.ts.html |here} to see how to use UpdateInstance API.
10486
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInstance.ts.html |here} to see how to use UpdateInstance API.
10481
10487
  */
10482
10488
  updateInstance(updateInstanceRequest) {
10483
10489
  return __awaiter(this, void 0, void 0, function* () {
@@ -10545,7 +10551,7 @@ class ComputeClient {
10545
10551
  * @param UpdateInstanceConsoleConnectionRequest
10546
10552
  * @return UpdateInstanceConsoleConnectionResponse
10547
10553
  * @throws OciError when an error occurs
10548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateInstanceConsoleConnection.ts.html |here} to see how to use UpdateInstanceConsoleConnection API.
10554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInstanceConsoleConnection.ts.html |here} to see how to use UpdateInstanceConsoleConnection API.
10549
10555
  */
10550
10556
  updateInstanceConsoleConnection(updateInstanceConsoleConnectionRequest) {
10551
10557
  return __awaiter(this, void 0, void 0, function* () {
@@ -10608,7 +10614,7 @@ class ComputeClient {
10608
10614
  * @param UpdateVolumeAttachmentRequest
10609
10615
  * @return UpdateVolumeAttachmentResponse
10610
10616
  * @throws OciError when an error occurs
10611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVolumeAttachment.ts.html |here} to see how to use UpdateVolumeAttachment API.
10617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeAttachment.ts.html |here} to see how to use UpdateVolumeAttachment API.
10612
10618
  */
10613
10619
  updateVolumeAttachment(updateVolumeAttachmentRequest) {
10614
10620
  return __awaiter(this, void 0, void 0, function* () {
@@ -10775,7 +10781,7 @@ class ComputeManagementClient {
10775
10781
  * @param AttachInstancePoolInstanceRequest
10776
10782
  * @return AttachInstancePoolInstanceResponse
10777
10783
  * @throws OciError when an error occurs
10778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AttachInstancePoolInstance.ts.html |here} to see how to use AttachInstancePoolInstance API.
10784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachInstancePoolInstance.ts.html |here} to see how to use AttachInstancePoolInstance API.
10779
10785
  */
10780
10786
  attachInstancePoolInstance(attachInstancePoolInstanceRequest) {
10781
10787
  return __awaiter(this, void 0, void 0, function* () {
@@ -10848,7 +10854,7 @@ class ComputeManagementClient {
10848
10854
  * @param AttachLoadBalancerRequest
10849
10855
  * @return AttachLoadBalancerResponse
10850
10856
  * @throws OciError when an error occurs
10851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AttachLoadBalancer.ts.html |here} to see how to use AttachLoadBalancer API.
10857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachLoadBalancer.ts.html |here} to see how to use AttachLoadBalancer API.
10852
10858
  */
10853
10859
  attachLoadBalancer(attachLoadBalancerRequest) {
10854
10860
  return __awaiter(this, void 0, void 0, function* () {
@@ -10917,7 +10923,7 @@ class ComputeManagementClient {
10917
10923
  * @param ChangeClusterNetworkCompartmentRequest
10918
10924
  * @return ChangeClusterNetworkCompartmentResponse
10919
10925
  * @throws OciError when an error occurs
10920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeClusterNetworkCompartment.ts.html |here} to see how to use ChangeClusterNetworkCompartment API.
10926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeClusterNetworkCompartment.ts.html |here} to see how to use ChangeClusterNetworkCompartment API.
10921
10927
  */
10922
10928
  changeClusterNetworkCompartment(changeClusterNetworkCompartmentRequest) {
10923
10929
  return __awaiter(this, void 0, void 0, function* () {
@@ -10990,7 +10996,7 @@ class ComputeManagementClient {
10990
10996
  * @param ChangeInstanceConfigurationCompartmentRequest
10991
10997
  * @return ChangeInstanceConfigurationCompartmentResponse
10992
10998
  * @throws OciError when an error occurs
10993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeInstanceConfigurationCompartment.ts.html |here} to see how to use ChangeInstanceConfigurationCompartment API.
10999
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeInstanceConfigurationCompartment.ts.html |here} to see how to use ChangeInstanceConfigurationCompartment API.
10994
11000
  */
10995
11001
  changeInstanceConfigurationCompartment(changeInstanceConfigurationCompartmentRequest) {
10996
11002
  return __awaiter(this, void 0, void 0, function* () {
@@ -11056,7 +11062,7 @@ class ComputeManagementClient {
11056
11062
  * @param ChangeInstancePoolCompartmentRequest
11057
11063
  * @return ChangeInstancePoolCompartmentResponse
11058
11064
  * @throws OciError when an error occurs
11059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeInstancePoolCompartment.ts.html |here} to see how to use ChangeInstancePoolCompartment API.
11065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeInstancePoolCompartment.ts.html |here} to see how to use ChangeInstancePoolCompartment API.
11060
11066
  */
11061
11067
  changeInstancePoolCompartment(changeInstancePoolCompartmentRequest) {
11062
11068
  return __awaiter(this, void 0, void 0, function* () {
@@ -11118,7 +11124,7 @@ class ComputeManagementClient {
11118
11124
  * @param CreateClusterNetworkRequest
11119
11125
  * @return CreateClusterNetworkResponse
11120
11126
  * @throws OciError when an error occurs
11121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateClusterNetwork.ts.html |here} to see how to use CreateClusterNetwork API.
11127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateClusterNetwork.ts.html |here} to see how to use CreateClusterNetwork API.
11122
11128
  */
11123
11129
  createClusterNetwork(createClusterNetworkRequest) {
11124
11130
  return __awaiter(this, void 0, void 0, function* () {
@@ -11185,7 +11191,7 @@ class ComputeManagementClient {
11185
11191
  * @param CreateInstanceConfigurationRequest
11186
11192
  * @return CreateInstanceConfigurationResponse
11187
11193
  * @throws OciError when an error occurs
11188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateInstanceConfiguration.ts.html |here} to see how to use CreateInstanceConfiguration API.
11194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateInstanceConfiguration.ts.html |here} to see how to use CreateInstanceConfiguration API.
11189
11195
  */
11190
11196
  createInstanceConfiguration(createInstanceConfigurationRequest) {
11191
11197
  return __awaiter(this, void 0, void 0, function* () {
@@ -11245,7 +11251,7 @@ class ComputeManagementClient {
11245
11251
  * @param CreateInstancePoolRequest
11246
11252
  * @return CreateInstancePoolResponse
11247
11253
  * @throws OciError when an error occurs
11248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateInstancePool.ts.html |here} to see how to use CreateInstancePool API.
11254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateInstancePool.ts.html |here} to see how to use CreateInstancePool API.
11249
11255
  */
11250
11256
  createInstancePool(createInstancePoolRequest) {
11251
11257
  return __awaiter(this, void 0, void 0, function* () {
@@ -11305,7 +11311,7 @@ class ComputeManagementClient {
11305
11311
  * @param DeleteInstanceConfigurationRequest
11306
11312
  * @return DeleteInstanceConfigurationResponse
11307
11313
  * @throws OciError when an error occurs
11308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteInstanceConfiguration.ts.html |here} to see how to use DeleteInstanceConfiguration API.
11314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteInstanceConfiguration.ts.html |here} to see how to use DeleteInstanceConfiguration API.
11309
11315
  */
11310
11316
  deleteInstanceConfiguration(deleteInstanceConfigurationRequest) {
11311
11317
  return __awaiter(this, void 0, void 0, function* () {
@@ -11358,7 +11364,7 @@ class ComputeManagementClient {
11358
11364
  * @param DetachInstancePoolInstanceRequest
11359
11365
  * @return DetachInstancePoolInstanceResponse
11360
11366
  * @throws OciError when an error occurs
11361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DetachInstancePoolInstance.ts.html |here} to see how to use DetachInstancePoolInstance API.
11367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachInstancePoolInstance.ts.html |here} to see how to use DetachInstancePoolInstance API.
11362
11368
  */
11363
11369
  detachInstancePoolInstance(detachInstancePoolInstanceRequest) {
11364
11370
  return __awaiter(this, void 0, void 0, function* () {
@@ -11417,7 +11423,7 @@ class ComputeManagementClient {
11417
11423
  * @param DetachLoadBalancerRequest
11418
11424
  * @return DetachLoadBalancerResponse
11419
11425
  * @throws OciError when an error occurs
11420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DetachLoadBalancer.ts.html |here} to see how to use DetachLoadBalancer API.
11426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachLoadBalancer.ts.html |here} to see how to use DetachLoadBalancer API.
11421
11427
  */
11422
11428
  detachLoadBalancer(detachLoadBalancerRequest) {
11423
11429
  return __awaiter(this, void 0, void 0, function* () {
@@ -11480,7 +11486,7 @@ class ComputeManagementClient {
11480
11486
  * @param GetClusterNetworkRequest
11481
11487
  * @return GetClusterNetworkResponse
11482
11488
  * @throws OciError when an error occurs
11483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetClusterNetwork.ts.html |here} to see how to use GetClusterNetwork API.
11489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetClusterNetwork.ts.html |here} to see how to use GetClusterNetwork API.
11484
11490
  */
11485
11491
  getClusterNetwork(getClusterNetworkRequest) {
11486
11492
  return __awaiter(this, void 0, void 0, function* () {
@@ -11540,7 +11546,7 @@ class ComputeManagementClient {
11540
11546
  * @param GetInstanceConfigurationRequest
11541
11547
  * @return GetInstanceConfigurationResponse
11542
11548
  * @throws OciError when an error occurs
11543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetInstanceConfiguration.ts.html |here} to see how to use GetInstanceConfiguration API.
11549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstanceConfiguration.ts.html |here} to see how to use GetInstanceConfiguration API.
11544
11550
  */
11545
11551
  getInstanceConfiguration(getInstanceConfigurationRequest) {
11546
11552
  return __awaiter(this, void 0, void 0, function* () {
@@ -11600,7 +11606,7 @@ class ComputeManagementClient {
11600
11606
  * @param GetInstancePoolRequest
11601
11607
  * @return GetInstancePoolResponse
11602
11608
  * @throws OciError when an error occurs
11603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetInstancePool.ts.html |here} to see how to use GetInstancePool API.
11609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstancePool.ts.html |here} to see how to use GetInstancePool API.
11604
11610
  */
11605
11611
  getInstancePool(getInstancePoolRequest) {
11606
11612
  return __awaiter(this, void 0, void 0, function* () {
@@ -11660,7 +11666,7 @@ class ComputeManagementClient {
11660
11666
  * @param GetInstancePoolInstanceRequest
11661
11667
  * @return GetInstancePoolInstanceResponse
11662
11668
  * @throws OciError when an error occurs
11663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetInstancePoolInstance.ts.html |here} to see how to use GetInstancePoolInstance API.
11669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstancePoolInstance.ts.html |here} to see how to use GetInstancePoolInstance API.
11664
11670
  */
11665
11671
  getInstancePoolInstance(getInstancePoolInstanceRequest) {
11666
11672
  return __awaiter(this, void 0, void 0, function* () {
@@ -11722,7 +11728,7 @@ class ComputeManagementClient {
11722
11728
  * @param GetInstancePoolLoadBalancerAttachmentRequest
11723
11729
  * @return GetInstancePoolLoadBalancerAttachmentResponse
11724
11730
  * @throws OciError when an error occurs
11725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetInstancePoolLoadBalancerAttachment.ts.html |here} to see how to use GetInstancePoolLoadBalancerAttachment API.
11731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstancePoolLoadBalancerAttachment.ts.html |here} to see how to use GetInstancePoolLoadBalancerAttachment API.
11726
11732
  */
11727
11733
  getInstancePoolLoadBalancerAttachment(getInstancePoolLoadBalancerAttachmentRequest) {
11728
11734
  return __awaiter(this, void 0, void 0, function* () {
@@ -11785,7 +11791,7 @@ class ComputeManagementClient {
11785
11791
  * @param LaunchInstanceConfigurationRequest
11786
11792
  * @return LaunchInstanceConfigurationResponse
11787
11793
  * @throws OciError when an error occurs
11788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/LaunchInstanceConfiguration.ts.html |here} to see how to use LaunchInstanceConfiguration API.
11794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/LaunchInstanceConfiguration.ts.html |here} to see how to use LaunchInstanceConfiguration API.
11789
11795
  */
11790
11796
  launchInstanceConfiguration(launchInstanceConfigurationRequest) {
11791
11797
  return __awaiter(this, void 0, void 0, function* () {
@@ -11852,7 +11858,7 @@ class ComputeManagementClient {
11852
11858
  * @param ListClusterNetworkInstancesRequest
11853
11859
  * @return ListClusterNetworkInstancesResponse
11854
11860
  * @throws OciError when an error occurs
11855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListClusterNetworkInstances.ts.html |here} to see how to use ListClusterNetworkInstances API.
11861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListClusterNetworkInstances.ts.html |here} to see how to use ListClusterNetworkInstances API.
11856
11862
  */
11857
11863
  listClusterNetworkInstances(listClusterNetworkInstancesRequest) {
11858
11864
  return __awaiter(this, void 0, void 0, function* () {
@@ -11959,7 +11965,7 @@ class ComputeManagementClient {
11959
11965
  * @param ListClusterNetworksRequest
11960
11966
  * @return ListClusterNetworksResponse
11961
11967
  * @throws OciError when an error occurs
11962
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListClusterNetworks.ts.html |here} to see how to use ListClusterNetworks API.
11968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListClusterNetworks.ts.html |here} to see how to use ListClusterNetworks API.
11963
11969
  */
11964
11970
  listClusterNetworks(listClusterNetworksRequest) {
11965
11971
  return __awaiter(this, void 0, void 0, function* () {
@@ -12066,7 +12072,7 @@ class ComputeManagementClient {
12066
12072
  * @param ListInstanceConfigurationsRequest
12067
12073
  * @return ListInstanceConfigurationsResponse
12068
12074
  * @throws OciError when an error occurs
12069
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListInstanceConfigurations.ts.html |here} to see how to use ListInstanceConfigurations API.
12075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstanceConfigurations.ts.html |here} to see how to use ListInstanceConfigurations API.
12070
12076
  */
12071
12077
  listInstanceConfigurations(listInstanceConfigurationsRequest) {
12072
12078
  return __awaiter(this, void 0, void 0, function* () {
@@ -12170,7 +12176,7 @@ class ComputeManagementClient {
12170
12176
  * @param ListInstancePoolInstancesRequest
12171
12177
  * @return ListInstancePoolInstancesResponse
12172
12178
  * @throws OciError when an error occurs
12173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListInstancePoolInstances.ts.html |here} to see how to use ListInstancePoolInstances API.
12179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstancePoolInstances.ts.html |here} to see how to use ListInstancePoolInstances API.
12174
12180
  */
12175
12181
  listInstancePoolInstances(listInstancePoolInstancesRequest) {
12176
12182
  return __awaiter(this, void 0, void 0, function* () {
@@ -12277,7 +12283,7 @@ class ComputeManagementClient {
12277
12283
  * @param ListInstancePoolsRequest
12278
12284
  * @return ListInstancePoolsResponse
12279
12285
  * @throws OciError when an error occurs
12280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListInstancePools.ts.html |here} to see how to use ListInstancePools API.
12286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstancePools.ts.html |here} to see how to use ListInstancePools API.
12281
12287
  */
12282
12288
  listInstancePools(listInstancePoolsRequest) {
12283
12289
  return __awaiter(this, void 0, void 0, function* () {
@@ -12385,7 +12391,7 @@ class ComputeManagementClient {
12385
12391
  * @param ResetInstancePoolRequest
12386
12392
  * @return ResetInstancePoolResponse
12387
12393
  * @throws OciError when an error occurs
12388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ResetInstancePool.ts.html |here} to see how to use ResetInstancePool API.
12394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ResetInstancePool.ts.html |here} to see how to use ResetInstancePool API.
12389
12395
  */
12390
12396
  resetInstancePool(resetInstancePoolRequest) {
12391
12397
  return __awaiter(this, void 0, void 0, function* () {
@@ -12452,7 +12458,7 @@ class ComputeManagementClient {
12452
12458
  * @param SoftresetInstancePoolRequest
12453
12459
  * @return SoftresetInstancePoolResponse
12454
12460
  * @throws OciError when an error occurs
12455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/SoftresetInstancePool.ts.html |here} to see how to use SoftresetInstancePool API.
12461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/SoftresetInstancePool.ts.html |here} to see how to use SoftresetInstancePool API.
12456
12462
  */
12457
12463
  softresetInstancePool(softresetInstancePoolRequest) {
12458
12464
  return __awaiter(this, void 0, void 0, function* () {
@@ -12516,7 +12522,7 @@ class ComputeManagementClient {
12516
12522
  * @param StartInstancePoolRequest
12517
12523
  * @return StartInstancePoolResponse
12518
12524
  * @throws OciError when an error occurs
12519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/StartInstancePool.ts.html |here} to see how to use StartInstancePool API.
12525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/StartInstancePool.ts.html |here} to see how to use StartInstancePool API.
12520
12526
  */
12521
12527
  startInstancePool(startInstancePoolRequest) {
12522
12528
  return __awaiter(this, void 0, void 0, function* () {
@@ -12580,7 +12586,7 @@ class ComputeManagementClient {
12580
12586
  * @param StopInstancePoolRequest
12581
12587
  * @return StopInstancePoolResponse
12582
12588
  * @throws OciError when an error occurs
12583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/StopInstancePool.ts.html |here} to see how to use StopInstancePool API.
12589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/StopInstancePool.ts.html |here} to see how to use StopInstancePool API.
12584
12590
  */
12585
12591
  stopInstancePool(stopInstancePoolRequest) {
12586
12592
  return __awaiter(this, void 0, void 0, function* () {
@@ -12646,7 +12652,7 @@ class ComputeManagementClient {
12646
12652
  * @param TerminateClusterNetworkRequest
12647
12653
  * @return TerminateClusterNetworkResponse
12648
12654
  * @throws OciError when an error occurs
12649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/TerminateClusterNetwork.ts.html |here} to see how to use TerminateClusterNetwork API.
12655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/TerminateClusterNetwork.ts.html |here} to see how to use TerminateClusterNetwork API.
12650
12656
  */
12651
12657
  terminateClusterNetwork(terminateClusterNetworkRequest) {
12652
12658
  return __awaiter(this, void 0, void 0, function* () {
@@ -12711,7 +12717,7 @@ class ComputeManagementClient {
12711
12717
  * @param TerminateInstancePoolRequest
12712
12718
  * @return TerminateInstancePoolResponse
12713
12719
  * @throws OciError when an error occurs
12714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/TerminateInstancePool.ts.html |here} to see how to use TerminateInstancePool API.
12720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/TerminateInstancePool.ts.html |here} to see how to use TerminateInstancePool API.
12715
12721
  */
12716
12722
  terminateInstancePool(terminateInstancePoolRequest) {
12717
12723
  return __awaiter(this, void 0, void 0, function* () {
@@ -12764,7 +12770,7 @@ class ComputeManagementClient {
12764
12770
  * @param UpdateClusterNetworkRequest
12765
12771
  * @return UpdateClusterNetworkResponse
12766
12772
  * @throws OciError when an error occurs
12767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateClusterNetwork.ts.html |here} to see how to use UpdateClusterNetwork API.
12773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateClusterNetwork.ts.html |here} to see how to use UpdateClusterNetwork API.
12768
12774
  */
12769
12775
  updateClusterNetwork(updateClusterNetworkRequest) {
12770
12776
  return __awaiter(this, void 0, void 0, function* () {
@@ -12827,7 +12833,7 @@ class ComputeManagementClient {
12827
12833
  * @param UpdateInstanceConfigurationRequest
12828
12834
  * @return UpdateInstanceConfigurationResponse
12829
12835
  * @throws OciError when an error occurs
12830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateInstanceConfiguration.ts.html |here} to see how to use UpdateInstanceConfiguration API.
12836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInstanceConfiguration.ts.html |here} to see how to use UpdateInstanceConfiguration API.
12831
12837
  */
12832
12838
  updateInstanceConfiguration(updateInstanceConfigurationRequest) {
12833
12839
  return __awaiter(this, void 0, void 0, function* () {
@@ -12893,7 +12899,7 @@ class ComputeManagementClient {
12893
12899
  * @param UpdateInstancePoolRequest
12894
12900
  * @return UpdateInstancePoolResponse
12895
12901
  * @throws OciError when an error occurs
12896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateInstancePool.ts.html |here} to see how to use UpdateInstancePool API.
12902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInstancePool.ts.html |here} to see how to use UpdateInstancePool API.
12897
12903
  */
12898
12904
  updateInstancePool(updateInstancePoolRequest) {
12899
12905
  return __awaiter(this, void 0, void 0, function* () {
@@ -13058,7 +13064,7 @@ class VirtualNetworkClient {
13058
13064
  * @param AddDrgRouteDistributionStatementsRequest
13059
13065
  * @return AddDrgRouteDistributionStatementsResponse
13060
13066
  * @throws OciError when an error occurs
13061
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AddDrgRouteDistributionStatements.ts.html |here} to see how to use AddDrgRouteDistributionStatements API.
13067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddDrgRouteDistributionStatements.ts.html |here} to see how to use AddDrgRouteDistributionStatements API.
13062
13068
  */
13063
13069
  addDrgRouteDistributionStatements(addDrgRouteDistributionStatementsRequest) {
13064
13070
  return __awaiter(this, void 0, void 0, function* () {
@@ -13115,7 +13121,7 @@ class VirtualNetworkClient {
13115
13121
  * @param AddDrgRouteRulesRequest
13116
13122
  * @return AddDrgRouteRulesResponse
13117
13123
  * @throws OciError when an error occurs
13118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
13124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
13119
13125
  */
13120
13126
  addDrgRouteRules(addDrgRouteRulesRequest) {
13121
13127
  return __awaiter(this, void 0, void 0, function* () {
@@ -13166,6 +13172,72 @@ class VirtualNetworkClient {
13166
13172
  }
13167
13173
  });
13168
13174
  }
13175
+ /**
13176
+ * Add an IPv6 CIDR to a subnet.
13177
+ *
13178
+ * This operation does not retry by default if the user has not defined a retry configuration.
13179
+ * @param AddIpv6SubnetCidrRequest
13180
+ * @return AddIpv6SubnetCidrResponse
13181
+ * @throws OciError when an error occurs
13182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddIpv6SubnetCidr.ts.html |here} to see how to use AddIpv6SubnetCidr API.
13183
+ */
13184
+ addIpv6SubnetCidr(addIpv6SubnetCidrRequest) {
13185
+ return __awaiter(this, void 0, void 0, function* () {
13186
+ if (this.logger)
13187
+ this.logger.debug("Calling operation VirtualNetworkClient#addIpv6SubnetCidr.");
13188
+ const pathParams = {
13189
+ "{subnetId}": addIpv6SubnetCidrRequest.subnetId
13190
+ };
13191
+ const queryParams = {};
13192
+ let headerParams = {
13193
+ "Content-Type": common.Constants.APPLICATION_JSON,
13194
+ "opc-retry-token": addIpv6SubnetCidrRequest.opcRetryToken,
13195
+ "if-match": addIpv6SubnetCidrRequest.ifMatch,
13196
+ "opc-request-id": addIpv6SubnetCidrRequest.opcRequestId
13197
+ };
13198
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
13199
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addIpv6SubnetCidrRequest.retryConfiguration, specRetryConfiguration);
13200
+ if (this.logger)
13201
+ retrier.logger = this.logger;
13202
+ const request = yield oci_common_2.composeRequest({
13203
+ baseEndpoint: this._endpoint,
13204
+ defaultHeaders: this._defaultHeaders,
13205
+ path: "/subnets/{subnetId}/actions/addIpv6Cidr",
13206
+ method: "POST",
13207
+ bodyContent: common.ObjectSerializer.serialize(addIpv6SubnetCidrRequest.addSubnetIpv6CidrDetails, "AddSubnetIpv6CidrDetails", model.AddSubnetIpv6CidrDetails.getJsonObj),
13208
+ pathParams: pathParams,
13209
+ headerParams: headerParams,
13210
+ queryParams: queryParams
13211
+ });
13212
+ try {
13213
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
13214
+ const sdkResponse = oci_common_2.composeResponse({
13215
+ responseObject: {},
13216
+ responseHeaders: [
13217
+ {
13218
+ value: response.headers.get("etag"),
13219
+ key: "etag",
13220
+ dataType: "string"
13221
+ },
13222
+ {
13223
+ value: response.headers.get("opc-request-id"),
13224
+ key: "opcRequestId",
13225
+ dataType: "string"
13226
+ },
13227
+ {
13228
+ value: response.headers.get("opc-work-request-id"),
13229
+ key: "opcWorkRequestId",
13230
+ dataType: "string"
13231
+ }
13232
+ ]
13233
+ });
13234
+ return sdkResponse;
13235
+ }
13236
+ catch (err) {
13237
+ throw err;
13238
+ }
13239
+ });
13240
+ }
13169
13241
  /**
13170
13242
  * Add an IPv6 CIDR to a VCN. The VCN size is always /56 and assigned by Oracle.
13171
13243
  * Once added the IPv6 CIDR block cannot be removed or modified.
@@ -13174,7 +13246,7 @@ class VirtualNetworkClient {
13174
13246
  * @param AddIpv6VcnCidrRequest
13175
13247
  * @return AddIpv6VcnCidrResponse
13176
13248
  * @throws OciError when an error occurs
13177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AddIpv6VcnCidr.ts.html |here} to see how to use AddIpv6VcnCidr API.
13249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddIpv6VcnCidr.ts.html |here} to see how to use AddIpv6VcnCidr API.
13178
13250
  */
13179
13251
  addIpv6VcnCidr(addIpv6VcnCidrRequest) {
13180
13252
  return __awaiter(this, void 0, void 0, function* () {
@@ -13199,6 +13271,7 @@ class VirtualNetworkClient {
13199
13271
  defaultHeaders: this._defaultHeaders,
13200
13272
  path: "/vcns/{vcnId}/actions/addIpv6Cidr",
13201
13273
  method: "POST",
13274
+ bodyContent: common.ObjectSerializer.serialize(addIpv6VcnCidrRequest.addVcnIpv6CidrDetails, "AddVcnIpv6CidrDetails", model.AddVcnIpv6CidrDetails.getJsonObj),
13202
13275
  pathParams: pathParams,
13203
13276
  headerParams: headerParams,
13204
13277
  queryParams: queryParams
@@ -13234,7 +13307,7 @@ class VirtualNetworkClient {
13234
13307
  * @param AddNetworkSecurityGroupSecurityRulesRequest
13235
13308
  * @return AddNetworkSecurityGroupSecurityRulesResponse
13236
13309
  * @throws OciError when an error occurs
13237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AddNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use AddNetworkSecurityGroupSecurityRules API.
13310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use AddNetworkSecurityGroupSecurityRules API.
13238
13311
  */
13239
13312
  addNetworkSecurityGroupSecurityRules(addNetworkSecurityGroupSecurityRulesRequest) {
13240
13313
  return __awaiter(this, void 0, void 0, function* () {
@@ -13293,7 +13366,7 @@ class VirtualNetworkClient {
13293
13366
  * @param AddPublicIpPoolCapacityRequest
13294
13367
  * @return AddPublicIpPoolCapacityResponse
13295
13368
  * @throws OciError when an error occurs
13296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AddPublicIpPoolCapacity.ts.html |here} to see how to use AddPublicIpPoolCapacity API.
13369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddPublicIpPoolCapacity.ts.html |here} to see how to use AddPublicIpPoolCapacity API.
13297
13370
  */
13298
13371
  addPublicIpPoolCapacity(addPublicIpPoolCapacityRequest) {
13299
13372
  return __awaiter(this, void 0, void 0, function* () {
@@ -13363,7 +13436,7 @@ class VirtualNetworkClient {
13363
13436
  * @param AddVcnCidrRequest
13364
13437
  * @return AddVcnCidrResponse
13365
13438
  * @throws OciError when an error occurs
13366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AddVcnCidr.ts.html |here} to see how to use AddVcnCidr API.
13439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddVcnCidr.ts.html |here} to see how to use AddVcnCidr API.
13367
13440
  */
13368
13441
  addVcnCidr(addVcnCidrRequest) {
13369
13442
  return __awaiter(this, void 0, void 0, function* () {
@@ -13425,7 +13498,7 @@ class VirtualNetworkClient {
13425
13498
  * @param AdvertiseByoipRangeRequest
13426
13499
  * @return AdvertiseByoipRangeResponse
13427
13500
  * @throws OciError when an error occurs
13428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AdvertiseByoipRange.ts.html |here} to see how to use AdvertiseByoipRange API.
13501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AdvertiseByoipRange.ts.html |here} to see how to use AdvertiseByoipRange API.
13429
13502
  */
13430
13503
  advertiseByoipRange(advertiseByoipRangeRequest) {
13431
13504
  return __awaiter(this, void 0, void 0, function* () {
@@ -13487,7 +13560,7 @@ class VirtualNetworkClient {
13487
13560
  * @param AttachServiceIdRequest
13488
13561
  * @return AttachServiceIdResponse
13489
13562
  * @throws OciError when an error occurs
13490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/AttachServiceId.ts.html |here} to see how to use AttachServiceId API.
13563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachServiceId.ts.html |here} to see how to use AttachServiceId API.
13491
13564
  */
13492
13565
  attachServiceId(attachServiceIdRequest) {
13493
13566
  return __awaiter(this, void 0, void 0, function* () {
@@ -13548,7 +13621,7 @@ class VirtualNetworkClient {
13548
13621
  * @param BulkAddVirtualCircuitPublicPrefixesRequest
13549
13622
  * @return BulkAddVirtualCircuitPublicPrefixesResponse
13550
13623
  * @throws OciError when an error occurs
13551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/BulkAddVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkAddVirtualCircuitPublicPrefixes API.
13624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/BulkAddVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkAddVirtualCircuitPublicPrefixes API.
13552
13625
  */
13553
13626
  bulkAddVirtualCircuitPublicPrefixes(bulkAddVirtualCircuitPublicPrefixesRequest) {
13554
13627
  return __awaiter(this, void 0, void 0, function* () {
@@ -13598,7 +13671,7 @@ class VirtualNetworkClient {
13598
13671
  * @param BulkDeleteVirtualCircuitPublicPrefixesRequest
13599
13672
  * @return BulkDeleteVirtualCircuitPublicPrefixesResponse
13600
13673
  * @throws OciError when an error occurs
13601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/BulkDeleteVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkDeleteVirtualCircuitPublicPrefixes API.
13674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/BulkDeleteVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkDeleteVirtualCircuitPublicPrefixes API.
13602
13675
  */
13603
13676
  bulkDeleteVirtualCircuitPublicPrefixes(bulkDeleteVirtualCircuitPublicPrefixesRequest) {
13604
13677
  return __awaiter(this, void 0, void 0, function* () {
@@ -13647,7 +13720,7 @@ class VirtualNetworkClient {
13647
13720
  * @param ChangeByoipRangeCompartmentRequest
13648
13721
  * @return ChangeByoipRangeCompartmentResponse
13649
13722
  * @throws OciError when an error occurs
13650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeByoipRangeCompartment.ts.html |here} to see how to use ChangeByoipRangeCompartment API.
13723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeByoipRangeCompartment.ts.html |here} to see how to use ChangeByoipRangeCompartment API.
13651
13724
  */
13652
13725
  changeByoipRangeCompartment(changeByoipRangeCompartmentRequest) {
13653
13726
  return __awaiter(this, void 0, void 0, function* () {
@@ -13704,7 +13777,7 @@ class VirtualNetworkClient {
13704
13777
  * @param ChangeCpeCompartmentRequest
13705
13778
  * @return ChangeCpeCompartmentResponse
13706
13779
  * @throws OciError when an error occurs
13707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeCpeCompartment.ts.html |here} to see how to use ChangeCpeCompartment API.
13780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeCpeCompartment.ts.html |here} to see how to use ChangeCpeCompartment API.
13708
13781
  */
13709
13782
  changeCpeCompartment(changeCpeCompartmentRequest) {
13710
13783
  return __awaiter(this, void 0, void 0, function* () {
@@ -13766,7 +13839,7 @@ class VirtualNetworkClient {
13766
13839
  * @param ChangeCrossConnectCompartmentRequest
13767
13840
  * @return ChangeCrossConnectCompartmentResponse
13768
13841
  * @throws OciError when an error occurs
13769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeCrossConnectCompartment.ts.html |here} to see how to use ChangeCrossConnectCompartment API.
13842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeCrossConnectCompartment.ts.html |here} to see how to use ChangeCrossConnectCompartment API.
13770
13843
  */
13771
13844
  changeCrossConnectCompartment(changeCrossConnectCompartmentRequest) {
13772
13845
  return __awaiter(this, void 0, void 0, function* () {
@@ -13828,7 +13901,7 @@ class VirtualNetworkClient {
13828
13901
  * @param ChangeCrossConnectGroupCompartmentRequest
13829
13902
  * @return ChangeCrossConnectGroupCompartmentResponse
13830
13903
  * @throws OciError when an error occurs
13831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeCrossConnectGroupCompartment.ts.html |here} to see how to use ChangeCrossConnectGroupCompartment API.
13904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeCrossConnectGroupCompartment.ts.html |here} to see how to use ChangeCrossConnectGroupCompartment API.
13832
13905
  */
13833
13906
  changeCrossConnectGroupCompartment(changeCrossConnectGroupCompartmentRequest) {
13834
13907
  return __awaiter(this, void 0, void 0, function* () {
@@ -13890,7 +13963,7 @@ class VirtualNetworkClient {
13890
13963
  * @param ChangeDhcpOptionsCompartmentRequest
13891
13964
  * @return ChangeDhcpOptionsCompartmentResponse
13892
13965
  * @throws OciError when an error occurs
13893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeDhcpOptionsCompartment.ts.html |here} to see how to use ChangeDhcpOptionsCompartment API.
13966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeDhcpOptionsCompartment.ts.html |here} to see how to use ChangeDhcpOptionsCompartment API.
13894
13967
  */
13895
13968
  changeDhcpOptionsCompartment(changeDhcpOptionsCompartmentRequest) {
13896
13969
  return __awaiter(this, void 0, void 0, function* () {
@@ -13952,7 +14025,7 @@ class VirtualNetworkClient {
13952
14025
  * @param ChangeDrgCompartmentRequest
13953
14026
  * @return ChangeDrgCompartmentResponse
13954
14027
  * @throws OciError when an error occurs
13955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeDrgCompartment.ts.html |here} to see how to use ChangeDrgCompartment API.
14028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeDrgCompartment.ts.html |here} to see how to use ChangeDrgCompartment API.
13956
14029
  */
13957
14030
  changeDrgCompartment(changeDrgCompartmentRequest) {
13958
14031
  return __awaiter(this, void 0, void 0, function* () {
@@ -14019,7 +14092,7 @@ class VirtualNetworkClient {
14019
14092
  * @param ChangeIPSecConnectionCompartmentRequest
14020
14093
  * @return ChangeIPSecConnectionCompartmentResponse
14021
14094
  * @throws OciError when an error occurs
14022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeIPSecConnectionCompartment.ts.html |here} to see how to use ChangeIPSecConnectionCompartment API.
14095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeIPSecConnectionCompartment.ts.html |here} to see how to use ChangeIPSecConnectionCompartment API.
14023
14096
  */
14024
14097
  changeIPSecConnectionCompartment(changeIPSecConnectionCompartmentRequest) {
14025
14098
  return __awaiter(this, void 0, void 0, function* () {
@@ -14081,7 +14154,7 @@ class VirtualNetworkClient {
14081
14154
  * @param ChangeInternetGatewayCompartmentRequest
14082
14155
  * @return ChangeInternetGatewayCompartmentResponse
14083
14156
  * @throws OciError when an error occurs
14084
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeInternetGatewayCompartment.ts.html |here} to see how to use ChangeInternetGatewayCompartment API.
14157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeInternetGatewayCompartment.ts.html |here} to see how to use ChangeInternetGatewayCompartment API.
14085
14158
  */
14086
14159
  changeInternetGatewayCompartment(changeInternetGatewayCompartmentRequest) {
14087
14160
  return __awaiter(this, void 0, void 0, function* () {
@@ -14143,7 +14216,7 @@ class VirtualNetworkClient {
14143
14216
  * @param ChangeLocalPeeringGatewayCompartmentRequest
14144
14217
  * @return ChangeLocalPeeringGatewayCompartmentResponse
14145
14218
  * @throws OciError when an error occurs
14146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeLocalPeeringGatewayCompartment.ts.html |here} to see how to use ChangeLocalPeeringGatewayCompartment API.
14219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeLocalPeeringGatewayCompartment.ts.html |here} to see how to use ChangeLocalPeeringGatewayCompartment API.
14147
14220
  */
14148
14221
  changeLocalPeeringGatewayCompartment(changeLocalPeeringGatewayCompartmentRequest) {
14149
14222
  return __awaiter(this, void 0, void 0, function* () {
@@ -14205,7 +14278,7 @@ class VirtualNetworkClient {
14205
14278
  * @param ChangeNatGatewayCompartmentRequest
14206
14279
  * @return ChangeNatGatewayCompartmentResponse
14207
14280
  * @throws OciError when an error occurs
14208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeNatGatewayCompartment.ts.html |here} to see how to use ChangeNatGatewayCompartment API.
14281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeNatGatewayCompartment.ts.html |here} to see how to use ChangeNatGatewayCompartment API.
14209
14282
  */
14210
14283
  changeNatGatewayCompartment(changeNatGatewayCompartmentRequest) {
14211
14284
  return __awaiter(this, void 0, void 0, function* () {
@@ -14266,7 +14339,7 @@ class VirtualNetworkClient {
14266
14339
  * @param ChangeNetworkSecurityGroupCompartmentRequest
14267
14340
  * @return ChangeNetworkSecurityGroupCompartmentResponse
14268
14341
  * @throws OciError when an error occurs
14269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeNetworkSecurityGroupCompartment.ts.html |here} to see how to use ChangeNetworkSecurityGroupCompartment API.
14342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeNetworkSecurityGroupCompartment.ts.html |here} to see how to use ChangeNetworkSecurityGroupCompartment API.
14270
14343
  */
14271
14344
  changeNetworkSecurityGroupCompartment(changeNetworkSecurityGroupCompartmentRequest) {
14272
14345
  return __awaiter(this, void 0, void 0, function* () {
@@ -14331,7 +14404,7 @@ class VirtualNetworkClient {
14331
14404
  * @param ChangePublicIpCompartmentRequest
14332
14405
  * @return ChangePublicIpCompartmentResponse
14333
14406
  * @throws OciError when an error occurs
14334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangePublicIpCompartment.ts.html |here} to see how to use ChangePublicIpCompartment API.
14407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangePublicIpCompartment.ts.html |here} to see how to use ChangePublicIpCompartment API.
14335
14408
  */
14336
14409
  changePublicIpCompartment(changePublicIpCompartmentRequest) {
14337
14410
  return __awaiter(this, void 0, void 0, function* () {
@@ -14393,7 +14466,7 @@ class VirtualNetworkClient {
14393
14466
  * @param ChangePublicIpPoolCompartmentRequest
14394
14467
  * @return ChangePublicIpPoolCompartmentResponse
14395
14468
  * @throws OciError when an error occurs
14396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangePublicIpPoolCompartment.ts.html |here} to see how to use ChangePublicIpPoolCompartment API.
14469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangePublicIpPoolCompartment.ts.html |here} to see how to use ChangePublicIpPoolCompartment API.
14397
14470
  */
14398
14471
  changePublicIpPoolCompartment(changePublicIpPoolCompartmentRequest) {
14399
14472
  return __awaiter(this, void 0, void 0, function* () {
@@ -14450,7 +14523,7 @@ class VirtualNetworkClient {
14450
14523
  * @param ChangeRemotePeeringConnectionCompartmentRequest
14451
14524
  * @return ChangeRemotePeeringConnectionCompartmentResponse
14452
14525
  * @throws OciError when an error occurs
14453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeRemotePeeringConnectionCompartment.ts.html |here} to see how to use ChangeRemotePeeringConnectionCompartment API.
14526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeRemotePeeringConnectionCompartment.ts.html |here} to see how to use ChangeRemotePeeringConnectionCompartment API.
14454
14527
  */
14455
14528
  changeRemotePeeringConnectionCompartment(changeRemotePeeringConnectionCompartmentRequest) {
14456
14529
  return __awaiter(this, void 0, void 0, function* () {
@@ -14512,7 +14585,7 @@ class VirtualNetworkClient {
14512
14585
  * @param ChangeRouteTableCompartmentRequest
14513
14586
  * @return ChangeRouteTableCompartmentResponse
14514
14587
  * @throws OciError when an error occurs
14515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeRouteTableCompartment.ts.html |here} to see how to use ChangeRouteTableCompartment API.
14588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeRouteTableCompartment.ts.html |here} to see how to use ChangeRouteTableCompartment API.
14516
14589
  */
14517
14590
  changeRouteTableCompartment(changeRouteTableCompartmentRequest) {
14518
14591
  return __awaiter(this, void 0, void 0, function* () {
@@ -14574,7 +14647,7 @@ class VirtualNetworkClient {
14574
14647
  * @param ChangeSecurityListCompartmentRequest
14575
14648
  * @return ChangeSecurityListCompartmentResponse
14576
14649
  * @throws OciError when an error occurs
14577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeSecurityListCompartment.ts.html |here} to see how to use ChangeSecurityListCompartment API.
14650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeSecurityListCompartment.ts.html |here} to see how to use ChangeSecurityListCompartment API.
14578
14651
  */
14579
14652
  changeSecurityListCompartment(changeSecurityListCompartmentRequest) {
14580
14653
  return __awaiter(this, void 0, void 0, function* () {
@@ -14636,7 +14709,7 @@ class VirtualNetworkClient {
14636
14709
  * @param ChangeServiceGatewayCompartmentRequest
14637
14710
  * @return ChangeServiceGatewayCompartmentResponse
14638
14711
  * @throws OciError when an error occurs
14639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeServiceGatewayCompartment.ts.html |here} to see how to use ChangeServiceGatewayCompartment API.
14712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeServiceGatewayCompartment.ts.html |here} to see how to use ChangeServiceGatewayCompartment API.
14640
14713
  */
14641
14714
  changeServiceGatewayCompartment(changeServiceGatewayCompartmentRequest) {
14642
14715
  return __awaiter(this, void 0, void 0, function* () {
@@ -14698,7 +14771,7 @@ class VirtualNetworkClient {
14698
14771
  * @param ChangeSubnetCompartmentRequest
14699
14772
  * @return ChangeSubnetCompartmentResponse
14700
14773
  * @throws OciError when an error occurs
14701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeSubnetCompartment.ts.html |here} to see how to use ChangeSubnetCompartment API.
14774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeSubnetCompartment.ts.html |here} to see how to use ChangeSubnetCompartment API.
14702
14775
  */
14703
14776
  changeSubnetCompartment(changeSubnetCompartmentRequest) {
14704
14777
  return __awaiter(this, void 0, void 0, function* () {
@@ -14765,7 +14838,7 @@ class VirtualNetworkClient {
14765
14838
  * @param ChangeVcnCompartmentRequest
14766
14839
  * @return ChangeVcnCompartmentResponse
14767
14840
  * @throws OciError when an error occurs
14768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeVcnCompartment.ts.html |here} to see how to use ChangeVcnCompartment API.
14841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVcnCompartment.ts.html |here} to see how to use ChangeVcnCompartment API.
14769
14842
  */
14770
14843
  changeVcnCompartment(changeVcnCompartmentRequest) {
14771
14844
  return __awaiter(this, void 0, void 0, function* () {
@@ -14832,7 +14905,7 @@ class VirtualNetworkClient {
14832
14905
  * @param ChangeVirtualCircuitCompartmentRequest
14833
14906
  * @return ChangeVirtualCircuitCompartmentResponse
14834
14907
  * @throws OciError when an error occurs
14835
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeVirtualCircuitCompartment.ts.html |here} to see how to use ChangeVirtualCircuitCompartment API.
14908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVirtualCircuitCompartment.ts.html |here} to see how to use ChangeVirtualCircuitCompartment API.
14836
14909
  */
14837
14910
  changeVirtualCircuitCompartment(changeVirtualCircuitCompartmentRequest) {
14838
14911
  return __awaiter(this, void 0, void 0, function* () {
@@ -14894,7 +14967,7 @@ class VirtualNetworkClient {
14894
14967
  * @param ChangeVlanCompartmentRequest
14895
14968
  * @return ChangeVlanCompartmentResponse
14896
14969
  * @throws OciError when an error occurs
14897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ChangeVlanCompartment.ts.html |here} to see how to use ChangeVlanCompartment API.
14970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVlanCompartment.ts.html |here} to see how to use ChangeVlanCompartment API.
14898
14971
  */
14899
14972
  changeVlanCompartment(changeVlanCompartmentRequest) {
14900
14973
  return __awaiter(this, void 0, void 0, function* () {
@@ -14962,7 +15035,7 @@ class VirtualNetworkClient {
14962
15035
  * @param ConnectLocalPeeringGatewaysRequest
14963
15036
  * @return ConnectLocalPeeringGatewaysResponse
14964
15037
  * @throws OciError when an error occurs
14965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ConnectLocalPeeringGateways.ts.html |here} to see how to use ConnectLocalPeeringGateways API.
15038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ConnectLocalPeeringGateways.ts.html |here} to see how to use ConnectLocalPeeringGateways API.
14966
15039
  */
14967
15040
  connectLocalPeeringGateways(connectLocalPeeringGatewaysRequest) {
14968
15041
  return __awaiter(this, void 0, void 0, function* () {
@@ -15022,7 +15095,7 @@ class VirtualNetworkClient {
15022
15095
  * @param ConnectRemotePeeringConnectionsRequest
15023
15096
  * @return ConnectRemotePeeringConnectionsResponse
15024
15097
  * @throws OciError when an error occurs
15025
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ConnectRemotePeeringConnections.ts.html |here} to see how to use ConnectRemotePeeringConnections API.
15098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ConnectRemotePeeringConnections.ts.html |here} to see how to use ConnectRemotePeeringConnections API.
15026
15099
  */
15027
15100
  connectRemotePeeringConnections(connectRemotePeeringConnectionsRequest) {
15028
15101
  return __awaiter(this, void 0, void 0, function* () {
@@ -15075,7 +15148,7 @@ class VirtualNetworkClient {
15075
15148
  * @param CreateByoipRangeRequest
15076
15149
  * @return CreateByoipRangeResponse
15077
15150
  * @throws OciError when an error occurs
15078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateByoipRange.ts.html |here} to see how to use CreateByoipRange API.
15151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateByoipRange.ts.html |here} to see how to use CreateByoipRange API.
15079
15152
  */
15080
15153
  createByoipRange(createByoipRangeRequest) {
15081
15154
  return __awaiter(this, void 0, void 0, function* () {
@@ -15151,7 +15224,7 @@ class VirtualNetworkClient {
15151
15224
  * @param CreateCpeRequest
15152
15225
  * @return CreateCpeResponse
15153
15226
  * @throws OciError when an error occurs
15154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateCpe.ts.html |here} to see how to use CreateCpe API.
15227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateCpe.ts.html |here} to see how to use CreateCpe API.
15155
15228
  */
15156
15229
  createCpe(createCpeRequest) {
15157
15230
  return __awaiter(this, void 0, void 0, function* () {
@@ -15230,7 +15303,7 @@ class VirtualNetworkClient {
15230
15303
  * @param CreateCrossConnectRequest
15231
15304
  * @return CreateCrossConnectResponse
15232
15305
  * @throws OciError when an error occurs
15233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateCrossConnect.ts.html |here} to see how to use CreateCrossConnect API.
15306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateCrossConnect.ts.html |here} to see how to use CreateCrossConnect API.
15234
15307
  */
15235
15308
  createCrossConnect(createCrossConnectRequest) {
15236
15309
  return __awaiter(this, void 0, void 0, function* () {
@@ -15305,7 +15378,7 @@ class VirtualNetworkClient {
15305
15378
  * @param CreateCrossConnectGroupRequest
15306
15379
  * @return CreateCrossConnectGroupResponse
15307
15380
  * @throws OciError when an error occurs
15308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateCrossConnectGroup.ts.html |here} to see how to use CreateCrossConnectGroup API.
15381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateCrossConnectGroup.ts.html |here} to see how to use CreateCrossConnectGroup API.
15309
15382
  */
15310
15383
  createCrossConnectGroup(createCrossConnectGroupRequest) {
15311
15384
  return __awaiter(this, void 0, void 0, function* () {
@@ -15377,7 +15450,7 @@ class VirtualNetworkClient {
15377
15450
  * @param CreateDhcpOptionsRequest
15378
15451
  * @return CreateDhcpOptionsResponse
15379
15452
  * @throws OciError when an error occurs
15380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateDhcpOptions.ts.html |here} to see how to use CreateDhcpOptions API.
15453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDhcpOptions.ts.html |here} to see how to use CreateDhcpOptions API.
15381
15454
  */
15382
15455
  createDhcpOptions(createDhcpOptionsRequest) {
15383
15456
  return __awaiter(this, void 0, void 0, function* () {
@@ -15449,7 +15522,7 @@ class VirtualNetworkClient {
15449
15522
  * @param CreateDrgRequest
15450
15523
  * @return CreateDrgResponse
15451
15524
  * @throws OciError when an error occurs
15452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateDrg.ts.html |here} to see how to use CreateDrg API.
15525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDrg.ts.html |here} to see how to use CreateDrg API.
15453
15526
  */
15454
15527
  createDrg(createDrgRequest) {
15455
15528
  return __awaiter(this, void 0, void 0, function* () {
@@ -15520,7 +15593,7 @@ class VirtualNetworkClient {
15520
15593
  * @param CreateDrgAttachmentRequest
15521
15594
  * @return CreateDrgAttachmentResponse
15522
15595
  * @throws OciError when an error occurs
15523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateDrgAttachment.ts.html |here} to see how to use CreateDrgAttachment API.
15596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDrgAttachment.ts.html |here} to see how to use CreateDrgAttachment API.
15524
15597
  */
15525
15598
  createDrgAttachment(createDrgAttachmentRequest) {
15526
15599
  return __awaiter(this, void 0, void 0, function* () {
@@ -15584,7 +15657,7 @@ class VirtualNetworkClient {
15584
15657
  * @param CreateDrgRouteDistributionRequest
15585
15658
  * @return CreateDrgRouteDistributionResponse
15586
15659
  * @throws OciError when an error occurs
15587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateDrgRouteDistribution.ts.html |here} to see how to use CreateDrgRouteDistribution API.
15660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDrgRouteDistribution.ts.html |here} to see how to use CreateDrgRouteDistribution API.
15588
15661
  */
15589
15662
  createDrgRouteDistribution(createDrgRouteDistributionRequest) {
15590
15663
  return __awaiter(this, void 0, void 0, function* () {
@@ -15646,7 +15719,7 @@ class VirtualNetworkClient {
15646
15719
  * @param CreateDrgRouteTableRequest
15647
15720
  * @return CreateDrgRouteTableResponse
15648
15721
  * @throws OciError when an error occurs
15649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateDrgRouteTable.ts.html |here} to see how to use CreateDrgRouteTable API.
15722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDrgRouteTable.ts.html |here} to see how to use CreateDrgRouteTable API.
15650
15723
  */
15651
15724
  createDrgRouteTable(createDrgRouteTableRequest) {
15652
15725
  return __awaiter(this, void 0, void 0, function* () {
@@ -15734,7 +15807,7 @@ class VirtualNetworkClient {
15734
15807
  * @param CreateIPSecConnectionRequest
15735
15808
  * @return CreateIPSecConnectionResponse
15736
15809
  * @throws OciError when an error occurs
15737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateIPSecConnection.ts.html |here} to see how to use CreateIPSecConnection API.
15810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateIPSecConnection.ts.html |here} to see how to use CreateIPSecConnection API.
15738
15811
  */
15739
15812
  createIPSecConnection(createIPSecConnectionRequest) {
15740
15813
  return __awaiter(this, void 0, void 0, function* () {
@@ -15814,7 +15887,7 @@ class VirtualNetworkClient {
15814
15887
  * @param CreateInternetGatewayRequest
15815
15888
  * @return CreateInternetGatewayResponse
15816
15889
  * @throws OciError when an error occurs
15817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateInternetGateway.ts.html |here} to see how to use CreateInternetGateway API.
15890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateInternetGateway.ts.html |here} to see how to use CreateInternetGateway API.
15818
15891
  */
15819
15892
  createInternetGateway(createInternetGatewayRequest) {
15820
15893
  return __awaiter(this, void 0, void 0, function* () {
@@ -15875,7 +15948,7 @@ class VirtualNetworkClient {
15875
15948
  * @param CreateIpv6Request
15876
15949
  * @return CreateIpv6Response
15877
15950
  * @throws OciError when an error occurs
15878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateIpv6.ts.html |here} to see how to use CreateIpv6 API.
15951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateIpv6.ts.html |here} to see how to use CreateIpv6 API.
15879
15952
  */
15880
15953
  createIpv6(createIpv6Request) {
15881
15954
  return __awaiter(this, void 0, void 0, function* () {
@@ -15937,7 +16010,7 @@ class VirtualNetworkClient {
15937
16010
  * @param CreateLocalPeeringGatewayRequest
15938
16011
  * @return CreateLocalPeeringGatewayResponse
15939
16012
  * @throws OciError when an error occurs
15940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateLocalPeeringGateway.ts.html |here} to see how to use CreateLocalPeeringGateway API.
16013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateLocalPeeringGateway.ts.html |here} to see how to use CreateLocalPeeringGateway API.
15941
16014
  */
15942
16015
  createLocalPeeringGateway(createLocalPeeringGatewayRequest) {
15943
16016
  return __awaiter(this, void 0, void 0, function* () {
@@ -15999,7 +16072,7 @@ class VirtualNetworkClient {
15999
16072
  * @param CreateNatGatewayRequest
16000
16073
  * @return CreateNatGatewayResponse
16001
16074
  * @throws OciError when an error occurs
16002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateNatGateway.ts.html |here} to see how to use CreateNatGateway API.
16075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateNatGateway.ts.html |here} to see how to use CreateNatGateway API.
16003
16076
  */
16004
16077
  createNatGateway(createNatGatewayRequest) {
16005
16078
  return __awaiter(this, void 0, void 0, function* () {
@@ -16060,7 +16133,7 @@ class VirtualNetworkClient {
16060
16133
  * @param CreateNetworkSecurityGroupRequest
16061
16134
  * @return CreateNetworkSecurityGroupResponse
16062
16135
  * @throws OciError when an error occurs
16063
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateNetworkSecurityGroup.ts.html |here} to see how to use CreateNetworkSecurityGroup API.
16136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateNetworkSecurityGroup.ts.html |here} to see how to use CreateNetworkSecurityGroup API.
16064
16137
  */
16065
16138
  createNetworkSecurityGroup(createNetworkSecurityGroupRequest) {
16066
16139
  return __awaiter(this, void 0, void 0, function* () {
@@ -16123,7 +16196,7 @@ class VirtualNetworkClient {
16123
16196
  * @param CreatePrivateIpRequest
16124
16197
  * @return CreatePrivateIpResponse
16125
16198
  * @throws OciError when an error occurs
16126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreatePrivateIp.ts.html |here} to see how to use CreatePrivateIp API.
16199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreatePrivateIp.ts.html |here} to see how to use CreatePrivateIp API.
16127
16200
  */
16128
16201
  createPrivateIp(createPrivateIpRequest) {
16129
16202
  return __awaiter(this, void 0, void 0, function* () {
@@ -16204,7 +16277,7 @@ class VirtualNetworkClient {
16204
16277
  * @param CreatePublicIpRequest
16205
16278
  * @return CreatePublicIpResponse
16206
16279
  * @throws OciError when an error occurs
16207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreatePublicIp.ts.html |here} to see how to use CreatePublicIp API.
16280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreatePublicIp.ts.html |here} to see how to use CreatePublicIp API.
16208
16281
  */
16209
16282
  createPublicIp(createPublicIpRequest) {
16210
16283
  return __awaiter(this, void 0, void 0, function* () {
@@ -16265,7 +16338,7 @@ class VirtualNetworkClient {
16265
16338
  * @param CreatePublicIpPoolRequest
16266
16339
  * @return CreatePublicIpPoolResponse
16267
16340
  * @throws OciError when an error occurs
16268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreatePublicIpPool.ts.html |here} to see how to use CreatePublicIpPool API.
16341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreatePublicIpPool.ts.html |here} to see how to use CreatePublicIpPool API.
16269
16342
  */
16270
16343
  createPublicIpPool(createPublicIpPoolRequest) {
16271
16344
  return __awaiter(this, void 0, void 0, function* () {
@@ -16327,7 +16400,7 @@ class VirtualNetworkClient {
16327
16400
  * @param CreateRemotePeeringConnectionRequest
16328
16401
  * @return CreateRemotePeeringConnectionResponse
16329
16402
  * @throws OciError when an error occurs
16330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateRemotePeeringConnection.ts.html |here} to see how to use CreateRemotePeeringConnection API.
16403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateRemotePeeringConnection.ts.html |here} to see how to use CreateRemotePeeringConnection API.
16331
16404
  */
16332
16405
  createRemotePeeringConnection(createRemotePeeringConnectionRequest) {
16333
16406
  return __awaiter(this, void 0, void 0, function* () {
@@ -16402,7 +16475,7 @@ class VirtualNetworkClient {
16402
16475
  * @param CreateRouteTableRequest
16403
16476
  * @return CreateRouteTableResponse
16404
16477
  * @throws OciError when an error occurs
16405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateRouteTable.ts.html |here} to see how to use CreateRouteTable API.
16478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateRouteTable.ts.html |here} to see how to use CreateRouteTable API.
16406
16479
  */
16407
16480
  createRouteTable(createRouteTableRequest) {
16408
16481
  return __awaiter(this, void 0, void 0, function* () {
@@ -16476,7 +16549,7 @@ class VirtualNetworkClient {
16476
16549
  * @param CreateSecurityListRequest
16477
16550
  * @return CreateSecurityListResponse
16478
16551
  * @throws OciError when an error occurs
16479
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateSecurityList.ts.html |here} to see how to use CreateSecurityList API.
16552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateSecurityList.ts.html |here} to see how to use CreateSecurityList API.
16480
16553
  */
16481
16554
  createSecurityList(createSecurityListRequest) {
16482
16555
  return __awaiter(this, void 0, void 0, function* () {
@@ -16545,7 +16618,7 @@ class VirtualNetworkClient {
16545
16618
  * @param CreateServiceGatewayRequest
16546
16619
  * @return CreateServiceGatewayResponse
16547
16620
  * @throws OciError when an error occurs
16548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateServiceGateway.ts.html |here} to see how to use CreateServiceGateway API.
16621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateServiceGateway.ts.html |here} to see how to use CreateServiceGateway API.
16549
16622
  */
16550
16623
  createServiceGateway(createServiceGatewayRequest) {
16551
16624
  return __awaiter(this, void 0, void 0, function* () {
@@ -16631,7 +16704,7 @@ class VirtualNetworkClient {
16631
16704
  * @param CreateSubnetRequest
16632
16705
  * @return CreateSubnetResponse
16633
16706
  * @throws OciError when an error occurs
16634
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateSubnet.ts.html |here} to see how to use CreateSubnet API.
16707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateSubnet.ts.html |here} to see how to use CreateSubnet API.
16635
16708
  */
16636
16709
  createSubnet(createSubnetRequest) {
16637
16710
  return __awaiter(this, void 0, void 0, function* () {
@@ -16724,7 +16797,7 @@ class VirtualNetworkClient {
16724
16797
  * @param CreateVcnRequest
16725
16798
  * @return CreateVcnResponse
16726
16799
  * @throws OciError when an error occurs
16727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateVcn.ts.html |here} to see how to use CreateVcn API.
16800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVcn.ts.html |here} to see how to use CreateVcn API.
16728
16801
  */
16729
16802
  createVcn(createVcnRequest) {
16730
16803
  return __awaiter(this, void 0, void 0, function* () {
@@ -16805,7 +16878,7 @@ class VirtualNetworkClient {
16805
16878
  * @param CreateVirtualCircuitRequest
16806
16879
  * @return CreateVirtualCircuitResponse
16807
16880
  * @throws OciError when an error occurs
16808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateVirtualCircuit.ts.html |here} to see how to use CreateVirtualCircuit API.
16881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVirtualCircuit.ts.html |here} to see how to use CreateVirtualCircuit API.
16809
16882
  */
16810
16883
  createVirtualCircuit(createVirtualCircuitRequest) {
16811
16884
  return __awaiter(this, void 0, void 0, function* () {
@@ -16866,7 +16939,7 @@ class VirtualNetworkClient {
16866
16939
  * @param CreateVlanRequest
16867
16940
  * @return CreateVlanResponse
16868
16941
  * @throws OciError when an error occurs
16869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/CreateVlan.ts.html |here} to see how to use CreateVlan API.
16942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVlan.ts.html |here} to see how to use CreateVlan API.
16870
16943
  */
16871
16944
  createVlan(createVlanRequest) {
16872
16945
  return __awaiter(this, void 0, void 0, function* () {
@@ -16932,7 +17005,7 @@ class VirtualNetworkClient {
16932
17005
  * @param DeleteByoipRangeRequest
16933
17006
  * @return DeleteByoipRangeResponse
16934
17007
  * @throws OciError when an error occurs
16935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteByoipRange.ts.html |here} to see how to use DeleteByoipRange API.
17008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteByoipRange.ts.html |here} to see how to use DeleteByoipRange API.
16936
17009
  */
16937
17010
  deleteByoipRange(deleteByoipRangeRequest) {
16938
17011
  return __awaiter(this, void 0, void 0, function* () {
@@ -16993,7 +17066,7 @@ class VirtualNetworkClient {
16993
17066
  * @param DeleteCpeRequest
16994
17067
  * @return DeleteCpeResponse
16995
17068
  * @throws OciError when an error occurs
16996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteCpe.ts.html |here} to see how to use DeleteCpe API.
17069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteCpe.ts.html |here} to see how to use DeleteCpe API.
16997
17070
  */
16998
17071
  deleteCpe(deleteCpeRequest) {
16999
17072
  return __awaiter(this, void 0, void 0, function* () {
@@ -17047,7 +17120,7 @@ class VirtualNetworkClient {
17047
17120
  * @param DeleteCrossConnectRequest
17048
17121
  * @return DeleteCrossConnectResponse
17049
17122
  * @throws OciError when an error occurs
17050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteCrossConnect.ts.html |here} to see how to use DeleteCrossConnect API.
17123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteCrossConnect.ts.html |here} to see how to use DeleteCrossConnect API.
17051
17124
  */
17052
17125
  deleteCrossConnect(deleteCrossConnectRequest) {
17053
17126
  return __awaiter(this, void 0, void 0, function* () {
@@ -17102,7 +17175,7 @@ class VirtualNetworkClient {
17102
17175
  * @param DeleteCrossConnectGroupRequest
17103
17176
  * @return DeleteCrossConnectGroupResponse
17104
17177
  * @throws OciError when an error occurs
17105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteCrossConnectGroup.ts.html |here} to see how to use DeleteCrossConnectGroup API.
17178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteCrossConnectGroup.ts.html |here} to see how to use DeleteCrossConnectGroup API.
17106
17179
  */
17107
17180
  deleteCrossConnectGroup(deleteCrossConnectGroupRequest) {
17108
17181
  return __awaiter(this, void 0, void 0, function* () {
@@ -17159,7 +17232,7 @@ class VirtualNetworkClient {
17159
17232
  * @param DeleteDhcpOptionsRequest
17160
17233
  * @return DeleteDhcpOptionsResponse
17161
17234
  * @throws OciError when an error occurs
17162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteDhcpOptions.ts.html |here} to see how to use DeleteDhcpOptions API.
17235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDhcpOptions.ts.html |here} to see how to use DeleteDhcpOptions API.
17163
17236
  */
17164
17237
  deleteDhcpOptions(deleteDhcpOptionsRequest) {
17165
17238
  return __awaiter(this, void 0, void 0, function* () {
@@ -17215,7 +17288,7 @@ class VirtualNetworkClient {
17215
17288
  * @param DeleteDrgRequest
17216
17289
  * @return DeleteDrgResponse
17217
17290
  * @throws OciError when an error occurs
17218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteDrg.ts.html |here} to see how to use DeleteDrg API.
17291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDrg.ts.html |here} to see how to use DeleteDrg API.
17219
17292
  */
17220
17293
  deleteDrg(deleteDrgRequest) {
17221
17294
  return __awaiter(this, void 0, void 0, function* () {
@@ -17270,7 +17343,7 @@ class VirtualNetworkClient {
17270
17343
  * @param DeleteDrgAttachmentRequest
17271
17344
  * @return DeleteDrgAttachmentResponse
17272
17345
  * @throws OciError when an error occurs
17273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteDrgAttachment.ts.html |here} to see how to use DeleteDrgAttachment API.
17346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDrgAttachment.ts.html |here} to see how to use DeleteDrgAttachment API.
17274
17347
  */
17275
17348
  deleteDrgAttachment(deleteDrgAttachmentRequest) {
17276
17349
  return __awaiter(this, void 0, void 0, function* () {
@@ -17325,7 +17398,7 @@ class VirtualNetworkClient {
17325
17398
  * @param DeleteDrgRouteDistributionRequest
17326
17399
  * @return DeleteDrgRouteDistributionResponse
17327
17400
  * @throws OciError when an error occurs
17328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteDrgRouteDistribution.ts.html |here} to see how to use DeleteDrgRouteDistribution API.
17401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDrgRouteDistribution.ts.html |here} to see how to use DeleteDrgRouteDistribution API.
17329
17402
  */
17330
17403
  deleteDrgRouteDistribution(deleteDrgRouteDistributionRequest) {
17331
17404
  return __awaiter(this, void 0, void 0, function* () {
@@ -17378,7 +17451,7 @@ class VirtualNetworkClient {
17378
17451
  * @param DeleteDrgRouteTableRequest
17379
17452
  * @return DeleteDrgRouteTableResponse
17380
17453
  * @throws OciError when an error occurs
17381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteDrgRouteTable.ts.html |here} to see how to use DeleteDrgRouteTable API.
17454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDrgRouteTable.ts.html |here} to see how to use DeleteDrgRouteTable API.
17382
17455
  */
17383
17456
  deleteDrgRouteTable(deleteDrgRouteTableRequest) {
17384
17457
  return __awaiter(this, void 0, void 0, function* () {
@@ -17438,7 +17511,7 @@ class VirtualNetworkClient {
17438
17511
  * @param DeleteIPSecConnectionRequest
17439
17512
  * @return DeleteIPSecConnectionResponse
17440
17513
  * @throws OciError when an error occurs
17441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteIPSecConnection.ts.html |here} to see how to use DeleteIPSecConnection API.
17514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteIPSecConnection.ts.html |here} to see how to use DeleteIPSecConnection API.
17442
17515
  */
17443
17516
  deleteIPSecConnection(deleteIPSecConnectionRequest) {
17444
17517
  return __awaiter(this, void 0, void 0, function* () {
@@ -17495,7 +17568,7 @@ class VirtualNetworkClient {
17495
17568
  * @param DeleteInternetGatewayRequest
17496
17569
  * @return DeleteInternetGatewayResponse
17497
17570
  * @throws OciError when an error occurs
17498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteInternetGateway.ts.html |here} to see how to use DeleteInternetGateway API.
17571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteInternetGateway.ts.html |here} to see how to use DeleteInternetGateway API.
17499
17572
  */
17500
17573
  deleteInternetGateway(deleteInternetGatewayRequest) {
17501
17574
  return __awaiter(this, void 0, void 0, function* () {
@@ -17549,7 +17622,7 @@ class VirtualNetworkClient {
17549
17622
  * @param DeleteIpv6Request
17550
17623
  * @return DeleteIpv6Response
17551
17624
  * @throws OciError when an error occurs
17552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteIpv6.ts.html |here} to see how to use DeleteIpv6 API.
17625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteIpv6.ts.html |here} to see how to use DeleteIpv6 API.
17553
17626
  */
17554
17627
  deleteIpv6(deleteIpv6Request) {
17555
17628
  return __awaiter(this, void 0, void 0, function* () {
@@ -17606,7 +17679,7 @@ class VirtualNetworkClient {
17606
17679
  * @param DeleteLocalPeeringGatewayRequest
17607
17680
  * @return DeleteLocalPeeringGatewayResponse
17608
17681
  * @throws OciError when an error occurs
17609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteLocalPeeringGateway.ts.html |here} to see how to use DeleteLocalPeeringGateway API.
17682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteLocalPeeringGateway.ts.html |here} to see how to use DeleteLocalPeeringGateway API.
17610
17683
  */
17611
17684
  deleteLocalPeeringGateway(deleteLocalPeeringGatewayRequest) {
17612
17685
  return __awaiter(this, void 0, void 0, function* () {
@@ -17663,7 +17736,7 @@ class VirtualNetworkClient {
17663
17736
  * @param DeleteNatGatewayRequest
17664
17737
  * @return DeleteNatGatewayResponse
17665
17738
  * @throws OciError when an error occurs
17666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteNatGateway.ts.html |here} to see how to use DeleteNatGateway API.
17739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteNatGateway.ts.html |here} to see how to use DeleteNatGateway API.
17667
17740
  */
17668
17741
  deleteNatGateway(deleteNatGatewayRequest) {
17669
17742
  return __awaiter(this, void 0, void 0, function* () {
@@ -17722,7 +17795,7 @@ class VirtualNetworkClient {
17722
17795
  * @param DeleteNetworkSecurityGroupRequest
17723
17796
  * @return DeleteNetworkSecurityGroupResponse
17724
17797
  * @throws OciError when an error occurs
17725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteNetworkSecurityGroup.ts.html |here} to see how to use DeleteNetworkSecurityGroup API.
17798
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteNetworkSecurityGroup.ts.html |here} to see how to use DeleteNetworkSecurityGroup API.
17726
17799
  */
17727
17800
  deleteNetworkSecurityGroup(deleteNetworkSecurityGroupRequest) {
17728
17801
  return __awaiter(this, void 0, void 0, function* () {
@@ -17785,7 +17858,7 @@ class VirtualNetworkClient {
17785
17858
  * @param DeletePrivateIpRequest
17786
17859
  * @return DeletePrivateIpResponse
17787
17860
  * @throws OciError when an error occurs
17788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeletePrivateIp.ts.html |here} to see how to use DeletePrivateIp API.
17861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeletePrivateIp.ts.html |here} to see how to use DeletePrivateIp API.
17789
17862
  */
17790
17863
  deletePrivateIp(deletePrivateIpRequest) {
17791
17864
  return __awaiter(this, void 0, void 0, function* () {
@@ -17852,7 +17925,7 @@ class VirtualNetworkClient {
17852
17925
  * @param DeletePublicIpRequest
17853
17926
  * @return DeletePublicIpResponse
17854
17927
  * @throws OciError when an error occurs
17855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeletePublicIp.ts.html |here} to see how to use DeletePublicIp API.
17928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeletePublicIp.ts.html |here} to see how to use DeletePublicIp API.
17856
17929
  */
17857
17930
  deletePublicIp(deletePublicIpRequest) {
17858
17931
  return __awaiter(this, void 0, void 0, function* () {
@@ -17907,7 +17980,7 @@ class VirtualNetworkClient {
17907
17980
  * @param DeletePublicIpPoolRequest
17908
17981
  * @return DeletePublicIpPoolResponse
17909
17982
  * @throws OciError when an error occurs
17910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeletePublicIpPool.ts.html |here} to see how to use DeletePublicIpPool API.
17983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeletePublicIpPool.ts.html |here} to see how to use DeletePublicIpPool API.
17911
17984
  */
17912
17985
  deletePublicIpPool(deletePublicIpPoolRequest) {
17913
17986
  return __awaiter(this, void 0, void 0, function* () {
@@ -17964,7 +18037,7 @@ class VirtualNetworkClient {
17964
18037
  * @param DeleteRemotePeeringConnectionRequest
17965
18038
  * @return DeleteRemotePeeringConnectionResponse
17966
18039
  * @throws OciError when an error occurs
17967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteRemotePeeringConnection.ts.html |here} to see how to use DeleteRemotePeeringConnection API.
18040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteRemotePeeringConnection.ts.html |here} to see how to use DeleteRemotePeeringConnection API.
17968
18041
  */
17969
18042
  deleteRemotePeeringConnection(deleteRemotePeeringConnectionRequest) {
17970
18043
  return __awaiter(this, void 0, void 0, function* () {
@@ -18021,7 +18094,7 @@ class VirtualNetworkClient {
18021
18094
  * @param DeleteRouteTableRequest
18022
18095
  * @return DeleteRouteTableResponse
18023
18096
  * @throws OciError when an error occurs
18024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteRouteTable.ts.html |here} to see how to use DeleteRouteTable API.
18097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteRouteTable.ts.html |here} to see how to use DeleteRouteTable API.
18025
18098
  */
18026
18099
  deleteRouteTable(deleteRouteTableRequest) {
18027
18100
  return __awaiter(this, void 0, void 0, function* () {
@@ -18078,7 +18151,7 @@ class VirtualNetworkClient {
18078
18151
  * @param DeleteSecurityListRequest
18079
18152
  * @return DeleteSecurityListResponse
18080
18153
  * @throws OciError when an error occurs
18081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteSecurityList.ts.html |here} to see how to use DeleteSecurityList API.
18154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteSecurityList.ts.html |here} to see how to use DeleteSecurityList API.
18082
18155
  */
18083
18156
  deleteSecurityList(deleteSecurityListRequest) {
18084
18157
  return __awaiter(this, void 0, void 0, function* () {
@@ -18132,7 +18205,7 @@ class VirtualNetworkClient {
18132
18205
  * @param DeleteServiceGatewayRequest
18133
18206
  * @return DeleteServiceGatewayResponse
18134
18207
  * @throws OciError when an error occurs
18135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteServiceGateway.ts.html |here} to see how to use DeleteServiceGateway API.
18208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteServiceGateway.ts.html |here} to see how to use DeleteServiceGateway API.
18136
18209
  */
18137
18210
  deleteServiceGateway(deleteServiceGatewayRequest) {
18138
18211
  return __awaiter(this, void 0, void 0, function* () {
@@ -18187,7 +18260,7 @@ class VirtualNetworkClient {
18187
18260
  * @param DeleteSubnetRequest
18188
18261
  * @return DeleteSubnetResponse
18189
18262
  * @throws OciError when an error occurs
18190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteSubnet.ts.html |here} to see how to use DeleteSubnet API.
18263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteSubnet.ts.html |here} to see how to use DeleteSubnet API.
18191
18264
  */
18192
18265
  deleteSubnet(deleteSubnetRequest) {
18193
18266
  return __awaiter(this, void 0, void 0, function* () {
@@ -18242,7 +18315,7 @@ class VirtualNetworkClient {
18242
18315
  * @param DeleteVcnRequest
18243
18316
  * @return DeleteVcnResponse
18244
18317
  * @throws OciError when an error occurs
18245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVcn.ts.html |here} to see how to use DeleteVcn API.
18318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVcn.ts.html |here} to see how to use DeleteVcn API.
18246
18319
  */
18247
18320
  deleteVcn(deleteVcnRequest) {
18248
18321
  return __awaiter(this, void 0, void 0, function* () {
@@ -18299,7 +18372,7 @@ class VirtualNetworkClient {
18299
18372
  * @param DeleteVirtualCircuitRequest
18300
18373
  * @return DeleteVirtualCircuitResponse
18301
18374
  * @throws OciError when an error occurs
18302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVirtualCircuit.ts.html |here} to see how to use DeleteVirtualCircuit API.
18375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVirtualCircuit.ts.html |here} to see how to use DeleteVirtualCircuit API.
18303
18376
  */
18304
18377
  deleteVirtualCircuit(deleteVirtualCircuitRequest) {
18305
18378
  return __awaiter(this, void 0, void 0, function* () {
@@ -18352,7 +18425,7 @@ class VirtualNetworkClient {
18352
18425
  * @param DeleteVlanRequest
18353
18426
  * @return DeleteVlanResponse
18354
18427
  * @throws OciError when an error occurs
18355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DeleteVlan.ts.html |here} to see how to use DeleteVlan API.
18428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVlan.ts.html |here} to see how to use DeleteVlan API.
18356
18429
  */
18357
18430
  deleteVlan(deleteVlanRequest) {
18358
18431
  return __awaiter(this, void 0, void 0, function* () {
@@ -18417,7 +18490,7 @@ class VirtualNetworkClient {
18417
18490
  * @param DetachServiceIdRequest
18418
18491
  * @return DetachServiceIdResponse
18419
18492
  * @throws OciError when an error occurs
18420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/DetachServiceId.ts.html |here} to see how to use DetachServiceId API.
18493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachServiceId.ts.html |here} to see how to use DetachServiceId API.
18421
18494
  */
18422
18495
  detachServiceId(detachServiceIdRequest) {
18423
18496
  return __awaiter(this, void 0, void 0, function* () {
@@ -18475,7 +18548,7 @@ class VirtualNetworkClient {
18475
18548
  * @param GetAllDrgAttachmentsRequest
18476
18549
  * @return GetAllDrgAttachmentsResponse
18477
18550
  * @throws OciError when an error occurs
18478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetAllDrgAttachments.ts.html |here} to see how to use GetAllDrgAttachments API.
18551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAllDrgAttachments.ts.html |here} to see how to use GetAllDrgAttachments API.
18479
18552
  */
18480
18553
  getAllDrgAttachments(getAllDrgAttachmentsRequest) {
18481
18554
  return __awaiter(this, void 0, void 0, function* () {
@@ -18582,7 +18655,7 @@ class VirtualNetworkClient {
18582
18655
  * @param GetAllowedIkeIPSecParametersRequest
18583
18656
  * @return GetAllowedIkeIPSecParametersResponse
18584
18657
  * @throws OciError when an error occurs
18585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetAllowedIkeIPSecParameters.ts.html |here} to see how to use GetAllowedIkeIPSecParameters API.
18658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAllowedIkeIPSecParameters.ts.html |here} to see how to use GetAllowedIkeIPSecParameters API.
18586
18659
  */
18587
18660
  getAllowedIkeIPSecParameters(getAllowedIkeIPSecParametersRequest) {
18588
18661
  return __awaiter(this, void 0, void 0, function* () {
@@ -18637,7 +18710,7 @@ class VirtualNetworkClient {
18637
18710
  * @param GetByoipRangeRequest
18638
18711
  * @return GetByoipRangeResponse
18639
18712
  * @throws OciError when an error occurs
18640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetByoipRange.ts.html |here} to see how to use GetByoipRange API.
18713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetByoipRange.ts.html |here} to see how to use GetByoipRange API.
18641
18714
  */
18642
18715
  getByoipRange(getByoipRangeRequest) {
18643
18716
  return __awaiter(this, void 0, void 0, function* () {
@@ -18698,7 +18771,7 @@ class VirtualNetworkClient {
18698
18771
  * @param GetCpeRequest
18699
18772
  * @return GetCpeResponse
18700
18773
  * @throws OciError when an error occurs
18701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetCpe.ts.html |here} to see how to use GetCpe API.
18774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCpe.ts.html |here} to see how to use GetCpe API.
18702
18775
  */
18703
18776
  getCpe(getCpeRequest) {
18704
18777
  return __awaiter(this, void 0, void 0, function* () {
@@ -18776,7 +18849,7 @@ class VirtualNetworkClient {
18776
18849
  * @param GetCpeDeviceConfigContentRequest
18777
18850
  * @return GetCpeDeviceConfigContentResponse
18778
18851
  * @throws OciError when an error occurs
18779
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetCpeDeviceConfigContent.ts.html |here} to see how to use GetCpeDeviceConfigContent API.
18852
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCpeDeviceConfigContent.ts.html |here} to see how to use GetCpeDeviceConfigContent API.
18780
18853
  */
18781
18854
  getCpeDeviceConfigContent(getCpeDeviceConfigContentRequest) {
18782
18855
  return __awaiter(this, void 0, void 0, function* () {
@@ -18840,7 +18913,7 @@ class VirtualNetworkClient {
18840
18913
  * @param GetCpeDeviceShapeRequest
18841
18914
  * @return GetCpeDeviceShapeResponse
18842
18915
  * @throws OciError when an error occurs
18843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetCpeDeviceShape.ts.html |here} to see how to use GetCpeDeviceShape API.
18916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCpeDeviceShape.ts.html |here} to see how to use GetCpeDeviceShape API.
18844
18917
  */
18845
18918
  getCpeDeviceShape(getCpeDeviceShapeRequest) {
18846
18919
  return __awaiter(this, void 0, void 0, function* () {
@@ -18896,7 +18969,7 @@ class VirtualNetworkClient {
18896
18969
  * @param GetCrossConnectRequest
18897
18970
  * @return GetCrossConnectResponse
18898
18971
  * @throws OciError when an error occurs
18899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetCrossConnect.ts.html |here} to see how to use GetCrossConnect API.
18972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCrossConnect.ts.html |here} to see how to use GetCrossConnect API.
18900
18973
  */
18901
18974
  getCrossConnect(getCrossConnectRequest) {
18902
18975
  return __awaiter(this, void 0, void 0, function* () {
@@ -18956,7 +19029,7 @@ class VirtualNetworkClient {
18956
19029
  * @param GetCrossConnectGroupRequest
18957
19030
  * @return GetCrossConnectGroupResponse
18958
19031
  * @throws OciError when an error occurs
18959
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetCrossConnectGroup.ts.html |here} to see how to use GetCrossConnectGroup API.
19032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCrossConnectGroup.ts.html |here} to see how to use GetCrossConnectGroup API.
18960
19033
  */
18961
19034
  getCrossConnectGroup(getCrossConnectGroupRequest) {
18962
19035
  return __awaiter(this, void 0, void 0, function* () {
@@ -19016,7 +19089,7 @@ class VirtualNetworkClient {
19016
19089
  * @param GetCrossConnectLetterOfAuthorityRequest
19017
19090
  * @return GetCrossConnectLetterOfAuthorityResponse
19018
19091
  * @throws OciError when an error occurs
19019
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetCrossConnectLetterOfAuthority.ts.html |here} to see how to use GetCrossConnectLetterOfAuthority API.
19092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCrossConnectLetterOfAuthority.ts.html |here} to see how to use GetCrossConnectLetterOfAuthority API.
19020
19093
  */
19021
19094
  getCrossConnectLetterOfAuthority(getCrossConnectLetterOfAuthorityRequest) {
19022
19095
  return __awaiter(this, void 0, void 0, function* () {
@@ -19072,7 +19145,7 @@ class VirtualNetworkClient {
19072
19145
  * @param GetCrossConnectStatusRequest
19073
19146
  * @return GetCrossConnectStatusResponse
19074
19147
  * @throws OciError when an error occurs
19075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetCrossConnectStatus.ts.html |here} to see how to use GetCrossConnectStatus API.
19148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCrossConnectStatus.ts.html |here} to see how to use GetCrossConnectStatus API.
19076
19149
  */
19077
19150
  getCrossConnectStatus(getCrossConnectStatusRequest) {
19078
19151
  return __awaiter(this, void 0, void 0, function* () {
@@ -19127,7 +19200,7 @@ class VirtualNetworkClient {
19127
19200
  * @param GetDhcpOptionsRequest
19128
19201
  * @return GetDhcpOptionsResponse
19129
19202
  * @throws OciError when an error occurs
19130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetDhcpOptions.ts.html |here} to see how to use GetDhcpOptions API.
19203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDhcpOptions.ts.html |here} to see how to use GetDhcpOptions API.
19131
19204
  */
19132
19205
  getDhcpOptions(getDhcpOptionsRequest) {
19133
19206
  return __awaiter(this, void 0, void 0, function* () {
@@ -19187,7 +19260,7 @@ class VirtualNetworkClient {
19187
19260
  * @param GetDrgRequest
19188
19261
  * @return GetDrgResponse
19189
19262
  * @throws OciError when an error occurs
19190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetDrg.ts.html |here} to see how to use GetDrg API.
19263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrg.ts.html |here} to see how to use GetDrg API.
19191
19264
  */
19192
19265
  getDrg(getDrgRequest) {
19193
19266
  return __awaiter(this, void 0, void 0, function* () {
@@ -19247,7 +19320,7 @@ class VirtualNetworkClient {
19247
19320
  * @param GetDrgAttachmentRequest
19248
19321
  * @return GetDrgAttachmentResponse
19249
19322
  * @throws OciError when an error occurs
19250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetDrgAttachment.ts.html |here} to see how to use GetDrgAttachment API.
19323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrgAttachment.ts.html |here} to see how to use GetDrgAttachment API.
19251
19324
  */
19252
19325
  getDrgAttachment(getDrgAttachmentRequest) {
19253
19326
  return __awaiter(this, void 0, void 0, function* () {
@@ -19309,7 +19382,7 @@ class VirtualNetworkClient {
19309
19382
  * @param GetDrgRedundancyStatusRequest
19310
19383
  * @return GetDrgRedundancyStatusResponse
19311
19384
  * @throws OciError when an error occurs
19312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetDrgRedundancyStatus.ts.html |here} to see how to use GetDrgRedundancyStatus API.
19385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrgRedundancyStatus.ts.html |here} to see how to use GetDrgRedundancyStatus API.
19313
19386
  */
19314
19387
  getDrgRedundancyStatus(getDrgRedundancyStatusRequest) {
19315
19388
  return __awaiter(this, void 0, void 0, function* () {
@@ -19365,7 +19438,7 @@ class VirtualNetworkClient {
19365
19438
  * @param GetDrgRouteDistributionRequest
19366
19439
  * @return GetDrgRouteDistributionResponse
19367
19440
  * @throws OciError when an error occurs
19368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetDrgRouteDistribution.ts.html |here} to see how to use GetDrgRouteDistribution API.
19441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrgRouteDistribution.ts.html |here} to see how to use GetDrgRouteDistribution API.
19369
19442
  */
19370
19443
  getDrgRouteDistribution(getDrgRouteDistributionRequest) {
19371
19444
  return __awaiter(this, void 0, void 0, function* () {
@@ -19425,7 +19498,7 @@ class VirtualNetworkClient {
19425
19498
  * @param GetDrgRouteTableRequest
19426
19499
  * @return GetDrgRouteTableResponse
19427
19500
  * @throws OciError when an error occurs
19428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetDrgRouteTable.ts.html |here} to see how to use GetDrgRouteTable API.
19501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrgRouteTable.ts.html |here} to see how to use GetDrgRouteTable API.
19429
19502
  */
19430
19503
  getDrgRouteTable(getDrgRouteTableRequest) {
19431
19504
  return __awaiter(this, void 0, void 0, function* () {
@@ -19487,7 +19560,7 @@ class VirtualNetworkClient {
19487
19560
  * @param GetFastConnectProviderServiceRequest
19488
19561
  * @return GetFastConnectProviderServiceResponse
19489
19562
  * @throws OciError when an error occurs
19490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetFastConnectProviderService.ts.html |here} to see how to use GetFastConnectProviderService API.
19563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetFastConnectProviderService.ts.html |here} to see how to use GetFastConnectProviderService API.
19491
19564
  */
19492
19565
  getFastConnectProviderService(getFastConnectProviderServiceRequest) {
19493
19566
  return __awaiter(this, void 0, void 0, function* () {
@@ -19544,7 +19617,7 @@ class VirtualNetworkClient {
19544
19617
  * @param GetFastConnectProviderServiceKeyRequest
19545
19618
  * @return GetFastConnectProviderServiceKeyResponse
19546
19619
  * @throws OciError when an error occurs
19547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetFastConnectProviderServiceKey.ts.html |here} to see how to use GetFastConnectProviderServiceKey API.
19620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetFastConnectProviderServiceKey.ts.html |here} to see how to use GetFastConnectProviderServiceKey API.
19548
19621
  */
19549
19622
  getFastConnectProviderServiceKey(getFastConnectProviderServiceKeyRequest) {
19550
19623
  return __awaiter(this, void 0, void 0, function* () {
@@ -19603,7 +19676,7 @@ class VirtualNetworkClient {
19603
19676
  * @param GetIPSecConnectionRequest
19604
19677
  * @return GetIPSecConnectionResponse
19605
19678
  * @throws OciError when an error occurs
19606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetIPSecConnection.ts.html |here} to see how to use GetIPSecConnection API.
19679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnection.ts.html |here} to see how to use GetIPSecConnection API.
19607
19680
  */
19608
19681
  getIPSecConnection(getIPSecConnectionRequest) {
19609
19682
  return __awaiter(this, void 0, void 0, function* () {
@@ -19667,7 +19740,7 @@ class VirtualNetworkClient {
19667
19740
  * @param GetIPSecConnectionDeviceConfigRequest
19668
19741
  * @return GetIPSecConnectionDeviceConfigResponse
19669
19742
  * @throws OciError when an error occurs
19670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetIPSecConnectionDeviceConfig.ts.html |here} to see how to use GetIPSecConnectionDeviceConfig API.
19743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnectionDeviceConfig.ts.html |here} to see how to use GetIPSecConnectionDeviceConfig API.
19671
19744
  */
19672
19745
  getIPSecConnectionDeviceConfig(getIPSecConnectionDeviceConfigRequest) {
19673
19746
  return __awaiter(this, void 0, void 0, function* () {
@@ -19729,7 +19802,7 @@ class VirtualNetworkClient {
19729
19802
  * @param GetIPSecConnectionDeviceStatusRequest
19730
19803
  * @return GetIPSecConnectionDeviceStatusResponse
19731
19804
  * @throws OciError when an error occurs
19732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetIPSecConnectionDeviceStatus.ts.html |here} to see how to use GetIPSecConnectionDeviceStatus API.
19805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnectionDeviceStatus.ts.html |here} to see how to use GetIPSecConnectionDeviceStatus API.
19733
19806
  */
19734
19807
  getIPSecConnectionDeviceStatus(getIPSecConnectionDeviceStatusRequest) {
19735
19808
  return __awaiter(this, void 0, void 0, function* () {
@@ -19792,7 +19865,7 @@ class VirtualNetworkClient {
19792
19865
  * @param GetIPSecConnectionTunnelRequest
19793
19866
  * @return GetIPSecConnectionTunnelResponse
19794
19867
  * @throws OciError when an error occurs
19795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetIPSecConnectionTunnel.ts.html |here} to see how to use GetIPSecConnectionTunnel API.
19868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnectionTunnel.ts.html |here} to see how to use GetIPSecConnectionTunnel API.
19796
19869
  */
19797
19870
  getIPSecConnectionTunnel(getIPSecConnectionTunnelRequest) {
19798
19871
  return __awaiter(this, void 0, void 0, function* () {
@@ -19854,7 +19927,7 @@ class VirtualNetworkClient {
19854
19927
  * @param GetIPSecConnectionTunnelErrorRequest
19855
19928
  * @return GetIPSecConnectionTunnelErrorResponse
19856
19929
  * @throws OciError when an error occurs
19857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetIPSecConnectionTunnelError.ts.html |here} to see how to use GetIPSecConnectionTunnelError API.
19930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnectionTunnelError.ts.html |here} to see how to use GetIPSecConnectionTunnelError API.
19858
19931
  */
19859
19932
  getIPSecConnectionTunnelError(getIPSecConnectionTunnelErrorRequest) {
19860
19933
  return __awaiter(this, void 0, void 0, function* () {
@@ -19912,7 +19985,7 @@ class VirtualNetworkClient {
19912
19985
  * @param GetIPSecConnectionTunnelSharedSecretRequest
19913
19986
  * @return GetIPSecConnectionTunnelSharedSecretResponse
19914
19987
  * @throws OciError when an error occurs
19915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use GetIPSecConnectionTunnelSharedSecret API.
19988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use GetIPSecConnectionTunnelSharedSecret API.
19916
19989
  */
19917
19990
  getIPSecConnectionTunnelSharedSecret(getIPSecConnectionTunnelSharedSecretRequest) {
19918
19991
  return __awaiter(this, void 0, void 0, function* () {
@@ -19973,7 +20046,7 @@ class VirtualNetworkClient {
19973
20046
  * @param GetInternetGatewayRequest
19974
20047
  * @return GetInternetGatewayResponse
19975
20048
  * @throws OciError when an error occurs
19976
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetInternetGateway.ts.html |here} to see how to use GetInternetGateway API.
20049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInternetGateway.ts.html |here} to see how to use GetInternetGateway API.
19977
20050
  */
19978
20051
  getInternetGateway(getInternetGatewayRequest) {
19979
20052
  return __awaiter(this, void 0, void 0, function* () {
@@ -20052,7 +20125,7 @@ class VirtualNetworkClient {
20052
20125
  * @param GetIpsecCpeDeviceConfigContentRequest
20053
20126
  * @return GetIpsecCpeDeviceConfigContentResponse
20054
20127
  * @throws OciError when an error occurs
20055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetIpsecCpeDeviceConfigContent.ts.html |here} to see how to use GetIpsecCpeDeviceConfigContent API.
20128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIpsecCpeDeviceConfigContent.ts.html |here} to see how to use GetIpsecCpeDeviceConfigContent API.
20056
20129
  */
20057
20130
  getIpsecCpeDeviceConfigContent(getIpsecCpeDeviceConfigContentRequest) {
20058
20131
  return __awaiter(this, void 0, void 0, function* () {
@@ -20111,7 +20184,7 @@ class VirtualNetworkClient {
20111
20184
  * @param GetIpv6Request
20112
20185
  * @return GetIpv6Response
20113
20186
  * @throws OciError when an error occurs
20114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetIpv6.ts.html |here} to see how to use GetIpv6 API.
20187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIpv6.ts.html |here} to see how to use GetIpv6 API.
20115
20188
  */
20116
20189
  getIpv6(getIpv6Request) {
20117
20190
  return __awaiter(this, void 0, void 0, function* () {
@@ -20172,7 +20245,7 @@ class VirtualNetworkClient {
20172
20245
  * @param GetLocalPeeringGatewayRequest
20173
20246
  * @return GetLocalPeeringGatewayResponse
20174
20247
  * @throws OciError when an error occurs
20175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetLocalPeeringGateway.ts.html |here} to see how to use GetLocalPeeringGateway API.
20248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetLocalPeeringGateway.ts.html |here} to see how to use GetLocalPeeringGateway API.
20176
20249
  */
20177
20250
  getLocalPeeringGateway(getLocalPeeringGatewayRequest) {
20178
20251
  return __awaiter(this, void 0, void 0, function* () {
@@ -20232,7 +20305,7 @@ class VirtualNetworkClient {
20232
20305
  * @param GetNatGatewayRequest
20233
20306
  * @return GetNatGatewayResponse
20234
20307
  * @throws OciError when an error occurs
20235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetNatGateway.ts.html |here} to see how to use GetNatGateway API.
20308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetNatGateway.ts.html |here} to see how to use GetNatGateway API.
20236
20309
  */
20237
20310
  getNatGateway(getNatGatewayRequest) {
20238
20311
  return __awaiter(this, void 0, void 0, function* () {
@@ -20299,7 +20372,7 @@ class VirtualNetworkClient {
20299
20372
  * @param GetNetworkSecurityGroupRequest
20300
20373
  * @return GetNetworkSecurityGroupResponse
20301
20374
  * @throws OciError when an error occurs
20302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetNetworkSecurityGroup.ts.html |here} to see how to use GetNetworkSecurityGroup API.
20375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetNetworkSecurityGroup.ts.html |here} to see how to use GetNetworkSecurityGroup API.
20303
20376
  */
20304
20377
  getNetworkSecurityGroup(getNetworkSecurityGroupRequest) {
20305
20378
  return __awaiter(this, void 0, void 0, function* () {
@@ -20359,7 +20432,7 @@ class VirtualNetworkClient {
20359
20432
  * @param GetNetworkingTopologyRequest
20360
20433
  * @return GetNetworkingTopologyResponse
20361
20434
  * @throws OciError when an error occurs
20362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetNetworkingTopology.ts.html |here} to see how to use GetNetworkingTopology API.
20435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetNetworkingTopology.ts.html |here} to see how to use GetNetworkingTopology API.
20363
20436
  */
20364
20437
  getNetworkingTopology(getNetworkingTopologyRequest) {
20365
20438
  return __awaiter(this, void 0, void 0, function* () {
@@ -20428,7 +20501,7 @@ class VirtualNetworkClient {
20428
20501
  * @param GetPrivateIpRequest
20429
20502
  * @return GetPrivateIpResponse
20430
20503
  * @throws OciError when an error occurs
20431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetPrivateIp.ts.html |here} to see how to use GetPrivateIp API.
20504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPrivateIp.ts.html |here} to see how to use GetPrivateIp API.
20432
20505
  */
20433
20506
  getPrivateIp(getPrivateIpRequest) {
20434
20507
  return __awaiter(this, void 0, void 0, function* () {
@@ -20499,7 +20572,7 @@ class VirtualNetworkClient {
20499
20572
  * @param GetPublicIpRequest
20500
20573
  * @return GetPublicIpResponse
20501
20574
  * @throws OciError when an error occurs
20502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetPublicIp.ts.html |here} to see how to use GetPublicIp API.
20575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPublicIp.ts.html |here} to see how to use GetPublicIp API.
20503
20576
  */
20504
20577
  getPublicIp(getPublicIpRequest) {
20505
20578
  return __awaiter(this, void 0, void 0, function* () {
@@ -20564,7 +20637,7 @@ class VirtualNetworkClient {
20564
20637
  * @param GetPublicIpByIpAddressRequest
20565
20638
  * @return GetPublicIpByIpAddressResponse
20566
20639
  * @throws OciError when an error occurs
20567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetPublicIpByIpAddress.ts.html |here} to see how to use GetPublicIpByIpAddress API.
20640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPublicIpByIpAddress.ts.html |here} to see how to use GetPublicIpByIpAddress API.
20568
20641
  */
20569
20642
  getPublicIpByIpAddress(getPublicIpByIpAddressRequest) {
20570
20643
  return __awaiter(this, void 0, void 0, function* () {
@@ -20634,7 +20707,7 @@ class VirtualNetworkClient {
20634
20707
  * @param GetPublicIpByPrivateIpIdRequest
20635
20708
  * @return GetPublicIpByPrivateIpIdResponse
20636
20709
  * @throws OciError when an error occurs
20637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetPublicIpByPrivateIpId.ts.html |here} to see how to use GetPublicIpByPrivateIpId API.
20710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPublicIpByPrivateIpId.ts.html |here} to see how to use GetPublicIpByPrivateIpId API.
20638
20711
  */
20639
20712
  getPublicIpByPrivateIpId(getPublicIpByPrivateIpIdRequest) {
20640
20713
  return __awaiter(this, void 0, void 0, function* () {
@@ -20694,7 +20767,7 @@ class VirtualNetworkClient {
20694
20767
  * @param GetPublicIpPoolRequest
20695
20768
  * @return GetPublicIpPoolResponse
20696
20769
  * @throws OciError when an error occurs
20697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetPublicIpPool.ts.html |here} to see how to use GetPublicIpPool API.
20770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPublicIpPool.ts.html |here} to see how to use GetPublicIpPool API.
20698
20771
  */
20699
20772
  getPublicIpPool(getPublicIpPoolRequest) {
20700
20773
  return __awaiter(this, void 0, void 0, function* () {
@@ -20756,7 +20829,7 @@ class VirtualNetworkClient {
20756
20829
  * @param GetRemotePeeringConnectionRequest
20757
20830
  * @return GetRemotePeeringConnectionResponse
20758
20831
  * @throws OciError when an error occurs
20759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetRemotePeeringConnection.ts.html |here} to see how to use GetRemotePeeringConnection API.
20832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetRemotePeeringConnection.ts.html |here} to see how to use GetRemotePeeringConnection API.
20760
20833
  */
20761
20834
  getRemotePeeringConnection(getRemotePeeringConnectionRequest) {
20762
20835
  return __awaiter(this, void 0, void 0, function* () {
@@ -20816,7 +20889,7 @@ class VirtualNetworkClient {
20816
20889
  * @param GetRouteTableRequest
20817
20890
  * @return GetRouteTableResponse
20818
20891
  * @throws OciError when an error occurs
20819
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetRouteTable.ts.html |here} to see how to use GetRouteTable API.
20892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetRouteTable.ts.html |here} to see how to use GetRouteTable API.
20820
20893
  */
20821
20894
  getRouteTable(getRouteTableRequest) {
20822
20895
  return __awaiter(this, void 0, void 0, function* () {
@@ -20876,7 +20949,7 @@ class VirtualNetworkClient {
20876
20949
  * @param GetSecurityListRequest
20877
20950
  * @return GetSecurityListResponse
20878
20951
  * @throws OciError when an error occurs
20879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetSecurityList.ts.html |here} to see how to use GetSecurityList API.
20952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetSecurityList.ts.html |here} to see how to use GetSecurityList API.
20880
20953
  */
20881
20954
  getSecurityList(getSecurityListRequest) {
20882
20955
  return __awaiter(this, void 0, void 0, function* () {
@@ -20937,7 +21010,7 @@ class VirtualNetworkClient {
20937
21010
  * @param GetServiceRequest
20938
21011
  * @return GetServiceResponse
20939
21012
  * @throws OciError when an error occurs
20940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetService.ts.html |here} to see how to use GetService API.
21013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetService.ts.html |here} to see how to use GetService API.
20941
21014
  */
20942
21015
  getService(getServiceRequest) {
20943
21016
  return __awaiter(this, void 0, void 0, function* () {
@@ -20997,7 +21070,7 @@ class VirtualNetworkClient {
20997
21070
  * @param GetServiceGatewayRequest
20998
21071
  * @return GetServiceGatewayResponse
20999
21072
  * @throws OciError when an error occurs
21000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetServiceGateway.ts.html |here} to see how to use GetServiceGateway API.
21073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetServiceGateway.ts.html |here} to see how to use GetServiceGateway API.
21001
21074
  */
21002
21075
  getServiceGateway(getServiceGatewayRequest) {
21003
21076
  return __awaiter(this, void 0, void 0, function* () {
@@ -21057,7 +21130,7 @@ class VirtualNetworkClient {
21057
21130
  * @param GetSubnetRequest
21058
21131
  * @return GetSubnetResponse
21059
21132
  * @throws OciError when an error occurs
21060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetSubnet.ts.html |here} to see how to use GetSubnet API.
21133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetSubnet.ts.html |here} to see how to use GetSubnet API.
21061
21134
  */
21062
21135
  getSubnet(getSubnetRequest) {
21063
21136
  return __awaiter(this, void 0, void 0, function* () {
@@ -21117,7 +21190,7 @@ class VirtualNetworkClient {
21117
21190
  * @param GetSubnetTopologyRequest
21118
21191
  * @return GetSubnetTopologyResponse
21119
21192
  * @throws OciError when an error occurs
21120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetSubnetTopology.ts.html |here} to see how to use GetSubnetTopology API.
21193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetSubnetTopology.ts.html |here} to see how to use GetSubnetTopology API.
21121
21194
  */
21122
21195
  getSubnetTopology(getSubnetTopologyRequest) {
21123
21196
  return __awaiter(this, void 0, void 0, function* () {
@@ -21188,7 +21261,7 @@ class VirtualNetworkClient {
21188
21261
  * @param GetTunnelCpeDeviceConfigRequest
21189
21262
  * @return GetTunnelCpeDeviceConfigResponse
21190
21263
  * @throws OciError when an error occurs
21191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetTunnelCpeDeviceConfig.ts.html |here} to see how to use GetTunnelCpeDeviceConfig API.
21264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetTunnelCpeDeviceConfig.ts.html |here} to see how to use GetTunnelCpeDeviceConfig API.
21192
21265
  */
21193
21266
  getTunnelCpeDeviceConfig(getTunnelCpeDeviceConfigRequest) {
21194
21267
  return __awaiter(this, void 0, void 0, function* () {
@@ -21268,7 +21341,7 @@ class VirtualNetworkClient {
21268
21341
  * @param GetTunnelCpeDeviceConfigContentRequest
21269
21342
  * @return GetTunnelCpeDeviceConfigContentResponse
21270
21343
  * @throws OciError when an error occurs
21271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetTunnelCpeDeviceConfigContent.ts.html |here} to see how to use GetTunnelCpeDeviceConfigContent API.
21344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetTunnelCpeDeviceConfigContent.ts.html |here} to see how to use GetTunnelCpeDeviceConfigContent API.
21272
21345
  */
21273
21346
  getTunnelCpeDeviceConfigContent(getTunnelCpeDeviceConfigContentRequest) {
21274
21347
  return __awaiter(this, void 0, void 0, function* () {
@@ -21325,7 +21398,7 @@ class VirtualNetworkClient {
21325
21398
  * @param GetUpgradeStatusRequest
21326
21399
  * @return GetUpgradeStatusResponse
21327
21400
  * @throws OciError when an error occurs
21328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetUpgradeStatus.ts.html |here} to see how to use GetUpgradeStatus API.
21401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetUpgradeStatus.ts.html |here} to see how to use GetUpgradeStatus API.
21329
21402
  */
21330
21403
  getUpgradeStatus(getUpgradeStatusRequest) {
21331
21404
  return __awaiter(this, void 0, void 0, function* () {
@@ -21381,7 +21454,7 @@ class VirtualNetworkClient {
21381
21454
  * @param GetVcnRequest
21382
21455
  * @return GetVcnResponse
21383
21456
  * @throws OciError when an error occurs
21384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVcn.ts.html |here} to see how to use GetVcn API.
21457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVcn.ts.html |here} to see how to use GetVcn API.
21385
21458
  */
21386
21459
  getVcn(getVcnRequest) {
21387
21460
  return __awaiter(this, void 0, void 0, function* () {
@@ -21441,7 +21514,7 @@ class VirtualNetworkClient {
21441
21514
  * @param GetVcnDnsResolverAssociationRequest
21442
21515
  * @return GetVcnDnsResolverAssociationResponse
21443
21516
  * @throws OciError when an error occurs
21444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVcnDnsResolverAssociation.ts.html |here} to see how to use GetVcnDnsResolverAssociation API.
21517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVcnDnsResolverAssociation.ts.html |here} to see how to use GetVcnDnsResolverAssociation API.
21445
21518
  */
21446
21519
  getVcnDnsResolverAssociation(getVcnDnsResolverAssociationRequest) {
21447
21520
  return __awaiter(this, void 0, void 0, function* () {
@@ -21502,7 +21575,7 @@ class VirtualNetworkClient {
21502
21575
  * @param GetVcnTopologyRequest
21503
21576
  * @return GetVcnTopologyResponse
21504
21577
  * @throws OciError when an error occurs
21505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVcnTopology.ts.html |here} to see how to use GetVcnTopology API.
21578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVcnTopology.ts.html |here} to see how to use GetVcnTopology API.
21506
21579
  */
21507
21580
  getVcnTopology(getVcnTopologyRequest) {
21508
21581
  return __awaiter(this, void 0, void 0, function* () {
@@ -21568,7 +21641,7 @@ class VirtualNetworkClient {
21568
21641
  * @param GetVirtualCircuitRequest
21569
21642
  * @return GetVirtualCircuitResponse
21570
21643
  * @throws OciError when an error occurs
21571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVirtualCircuit.ts.html |here} to see how to use GetVirtualCircuit API.
21644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVirtualCircuit.ts.html |here} to see how to use GetVirtualCircuit API.
21572
21645
  */
21573
21646
  getVirtualCircuit(getVirtualCircuitRequest) {
21574
21647
  return __awaiter(this, void 0, void 0, function* () {
@@ -21628,7 +21701,7 @@ class VirtualNetworkClient {
21628
21701
  * @param GetVlanRequest
21629
21702
  * @return GetVlanResponse
21630
21703
  * @throws OciError when an error occurs
21631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVlan.ts.html |here} to see how to use GetVlan API.
21704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVlan.ts.html |here} to see how to use GetVlan API.
21632
21705
  */
21633
21706
  getVlan(getVlanRequest) {
21634
21707
  return __awaiter(this, void 0, void 0, function* () {
@@ -21693,7 +21766,7 @@ class VirtualNetworkClient {
21693
21766
  * @param GetVnicRequest
21694
21767
  * @return GetVnicResponse
21695
21768
  * @throws OciError when an error occurs
21696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/GetVnic.ts.html |here} to see how to use GetVnic API.
21769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVnic.ts.html |here} to see how to use GetVnic API.
21697
21770
  */
21698
21771
  getVnic(getVnicRequest) {
21699
21772
  return __awaiter(this, void 0, void 0, function* () {
@@ -21755,7 +21828,7 @@ class VirtualNetworkClient {
21755
21828
  * @param ListAllowedPeerRegionsForRemotePeeringRequest
21756
21829
  * @return ListAllowedPeerRegionsForRemotePeeringResponse
21757
21830
  * @throws OciError when an error occurs
21758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListAllowedPeerRegionsForRemotePeering.ts.html |here} to see how to use ListAllowedPeerRegionsForRemotePeering API.
21831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListAllowedPeerRegionsForRemotePeering.ts.html |here} to see how to use ListAllowedPeerRegionsForRemotePeering API.
21759
21832
  */
21760
21833
  listAllowedPeerRegionsForRemotePeering(listAllowedPeerRegionsForRemotePeeringRequest) {
21761
21834
  return __awaiter(this, void 0, void 0, function* () {
@@ -21810,7 +21883,7 @@ class VirtualNetworkClient {
21810
21883
  * @param ListByoipAllocatedRangesRequest
21811
21884
  * @return ListByoipAllocatedRangesResponse
21812
21885
  * @throws OciError when an error occurs
21813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListByoipAllocatedRanges.ts.html |here} to see how to use ListByoipAllocatedRanges API.
21886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListByoipAllocatedRanges.ts.html |here} to see how to use ListByoipAllocatedRanges API.
21814
21887
  */
21815
21888
  listByoipAllocatedRanges(listByoipAllocatedRangesRequest) {
21816
21889
  return __awaiter(this, void 0, void 0, function* () {
@@ -21876,7 +21949,7 @@ class VirtualNetworkClient {
21876
21949
  * @param ListByoipRangesRequest
21877
21950
  * @return ListByoipRangesResponse
21878
21951
  * @throws OciError when an error occurs
21879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListByoipRanges.ts.html |here} to see how to use ListByoipRanges API.
21952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListByoipRanges.ts.html |here} to see how to use ListByoipRanges API.
21880
21953
  */
21881
21954
  listByoipRanges(listByoipRangesRequest) {
21882
21955
  return __awaiter(this, void 0, void 0, function* () {
@@ -21956,7 +22029,7 @@ class VirtualNetworkClient {
21956
22029
  * @param ListCpeDeviceShapesRequest
21957
22030
  * @return ListCpeDeviceShapesResponse
21958
22031
  * @throws OciError when an error occurs
21959
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListCpeDeviceShapes.ts.html |here} to see how to use ListCpeDeviceShapes API.
22032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCpeDeviceShapes.ts.html |here} to see how to use ListCpeDeviceShapes API.
21960
22033
  */
21961
22034
  listCpeDeviceShapes(listCpeDeviceShapesRequest) {
21962
22035
  return __awaiter(this, void 0, void 0, function* () {
@@ -22059,7 +22132,7 @@ class VirtualNetworkClient {
22059
22132
  * @param ListCpesRequest
22060
22133
  * @return ListCpesResponse
22061
22134
  * @throws OciError when an error occurs
22062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListCpes.ts.html |here} to see how to use ListCpes API.
22135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCpes.ts.html |here} to see how to use ListCpes API.
22063
22136
  */
22064
22137
  listCpes(listCpesRequest) {
22065
22138
  return __awaiter(this, void 0, void 0, function* () {
@@ -22162,7 +22235,7 @@ class VirtualNetworkClient {
22162
22235
  * @param ListCrossConnectGroupsRequest
22163
22236
  * @return ListCrossConnectGroupsResponse
22164
22237
  * @throws OciError when an error occurs
22165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListCrossConnectGroups.ts.html |here} to see how to use ListCrossConnectGroups API.
22238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossConnectGroups.ts.html |here} to see how to use ListCrossConnectGroups API.
22166
22239
  */
22167
22240
  listCrossConnectGroups(listCrossConnectGroupsRequest) {
22168
22241
  return __awaiter(this, void 0, void 0, function* () {
@@ -22270,7 +22343,7 @@ class VirtualNetworkClient {
22270
22343
  * @param ListCrossConnectLocationsRequest
22271
22344
  * @return ListCrossConnectLocationsResponse
22272
22345
  * @throws OciError when an error occurs
22273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListCrossConnectLocations.ts.html |here} to see how to use ListCrossConnectLocations API.
22346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossConnectLocations.ts.html |here} to see how to use ListCrossConnectLocations API.
22274
22347
  */
22275
22348
  listCrossConnectLocations(listCrossConnectLocationsRequest) {
22276
22349
  return __awaiter(this, void 0, void 0, function* () {
@@ -22374,7 +22447,7 @@ class VirtualNetworkClient {
22374
22447
  * @param ListCrossConnectMappingsRequest
22375
22448
  * @return ListCrossConnectMappingsResponse
22376
22449
  * @throws OciError when an error occurs
22377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListCrossConnectMappings.ts.html |here} to see how to use ListCrossConnectMappings API.
22450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossConnectMappings.ts.html |here} to see how to use ListCrossConnectMappings API.
22378
22451
  */
22379
22452
  listCrossConnectMappings(listCrossConnectMappingsRequest) {
22380
22453
  return __awaiter(this, void 0, void 0, function* () {
@@ -22432,7 +22505,7 @@ class VirtualNetworkClient {
22432
22505
  * @param ListCrossConnectsRequest
22433
22506
  * @return ListCrossConnectsResponse
22434
22507
  * @throws OciError when an error occurs
22435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListCrossConnects.ts.html |here} to see how to use ListCrossConnects API.
22508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossConnects.ts.html |here} to see how to use ListCrossConnects API.
22436
22509
  */
22437
22510
  listCrossConnects(listCrossConnectsRequest) {
22438
22511
  return __awaiter(this, void 0, void 0, function* () {
@@ -22542,7 +22615,7 @@ class VirtualNetworkClient {
22542
22615
  * @param ListCrossconnectPortSpeedShapesRequest
22543
22616
  * @return ListCrossconnectPortSpeedShapesResponse
22544
22617
  * @throws OciError when an error occurs
22545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListCrossconnectPortSpeedShapes.ts.html |here} to see how to use ListCrossconnectPortSpeedShapes API.
22618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossconnectPortSpeedShapes.ts.html |here} to see how to use ListCrossconnectPortSpeedShapes API.
22546
22619
  */
22547
22620
  listCrossconnectPortSpeedShapes(listCrossconnectPortSpeedShapesRequest) {
22548
22621
  return __awaiter(this, void 0, void 0, function* () {
@@ -22648,7 +22721,7 @@ class VirtualNetworkClient {
22648
22721
  * @param ListDhcpOptionsRequest
22649
22722
  * @return ListDhcpOptionsResponse
22650
22723
  * @throws OciError when an error occurs
22651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDhcpOptions.ts.html |here} to see how to use ListDhcpOptions API.
22724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDhcpOptions.ts.html |here} to see how to use ListDhcpOptions API.
22652
22725
  */
22653
22726
  listDhcpOptions(listDhcpOptionsRequest) {
22654
22727
  return __awaiter(this, void 0, void 0, function* () {
@@ -22761,7 +22834,7 @@ class VirtualNetworkClient {
22761
22834
  * @param ListDrgAttachmentsRequest
22762
22835
  * @return ListDrgAttachmentsResponse
22763
22836
  * @throws OciError when an error occurs
22764
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDrgAttachments.ts.html |here} to see how to use ListDrgAttachments API.
22837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgAttachments.ts.html |here} to see how to use ListDrgAttachments API.
22765
22838
  */
22766
22839
  listDrgAttachments(listDrgAttachmentsRequest) {
22767
22840
  return __awaiter(this, void 0, void 0, function* () {
@@ -22872,7 +22945,7 @@ class VirtualNetworkClient {
22872
22945
  * @param ListDrgRouteDistributionStatementsRequest
22873
22946
  * @return ListDrgRouteDistributionStatementsResponse
22874
22947
  * @throws OciError when an error occurs
22875
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDrgRouteDistributionStatements.ts.html |here} to see how to use ListDrgRouteDistributionStatements API.
22948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgRouteDistributionStatements.ts.html |here} to see how to use ListDrgRouteDistributionStatements API.
22876
22949
  */
22877
22950
  listDrgRouteDistributionStatements(listDrgRouteDistributionStatementsRequest) {
22878
22951
  return __awaiter(this, void 0, void 0, function* () {
@@ -22981,7 +23054,7 @@ class VirtualNetworkClient {
22981
23054
  * @param ListDrgRouteDistributionsRequest
22982
23055
  * @return ListDrgRouteDistributionsResponse
22983
23056
  * @throws OciError when an error occurs
22984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDrgRouteDistributions.ts.html |here} to see how to use ListDrgRouteDistributions API.
23057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgRouteDistributions.ts.html |here} to see how to use ListDrgRouteDistributions API.
22985
23058
  */
22986
23059
  listDrgRouteDistributions(listDrgRouteDistributionsRequest) {
22987
23060
  return __awaiter(this, void 0, void 0, function* () {
@@ -23087,7 +23160,7 @@ class VirtualNetworkClient {
23087
23160
  * @param ListDrgRouteRulesRequest
23088
23161
  * @return ListDrgRouteRulesResponse
23089
23162
  * @throws OciError when an error occurs
23090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDrgRouteRules.ts.html |here} to see how to use ListDrgRouteRules API.
23163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgRouteRules.ts.html |here} to see how to use ListDrgRouteRules API.
23091
23164
  */
23092
23165
  listDrgRouteRules(listDrgRouteRulesRequest) {
23093
23166
  return __awaiter(this, void 0, void 0, function* () {
@@ -23194,7 +23267,7 @@ class VirtualNetworkClient {
23194
23267
  * @param ListDrgRouteTablesRequest
23195
23268
  * @return ListDrgRouteTablesResponse
23196
23269
  * @throws OciError when an error occurs
23197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDrgRouteTables.ts.html |here} to see how to use ListDrgRouteTables API.
23270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgRouteTables.ts.html |here} to see how to use ListDrgRouteTables API.
23198
23271
  */
23199
23272
  listDrgRouteTables(listDrgRouteTablesRequest) {
23200
23273
  return __awaiter(this, void 0, void 0, function* () {
@@ -23302,7 +23375,7 @@ class VirtualNetworkClient {
23302
23375
  * @param ListDrgsRequest
23303
23376
  * @return ListDrgsResponse
23304
23377
  * @throws OciError when an error occurs
23305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListDrgs.ts.html |here} to see how to use ListDrgs API.
23378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgs.ts.html |here} to see how to use ListDrgs API.
23306
23379
  */
23307
23380
  listDrgs(listDrgsRequest) {
23308
23381
  return __awaiter(this, void 0, void 0, function* () {
@@ -23411,7 +23484,7 @@ class VirtualNetworkClient {
23411
23484
  * @param ListFastConnectProviderServicesRequest
23412
23485
  * @return ListFastConnectProviderServicesResponse
23413
23486
  * @throws OciError when an error occurs
23414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListFastConnectProviderServices.ts.html |here} to see how to use ListFastConnectProviderServices API.
23487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListFastConnectProviderServices.ts.html |here} to see how to use ListFastConnectProviderServices API.
23415
23488
  */
23416
23489
  listFastConnectProviderServices(listFastConnectProviderServicesRequest) {
23417
23490
  return __awaiter(this, void 0, void 0, function* () {
@@ -23517,7 +23590,7 @@ class VirtualNetworkClient {
23517
23590
  * @param ListFastConnectProviderVirtualCircuitBandwidthShapesRequest
23518
23591
  * @return ListFastConnectProviderVirtualCircuitBandwidthShapesResponse
23519
23592
  * @throws OciError when an error occurs
23520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListFastConnectProviderVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListFastConnectProviderVirtualCircuitBandwidthShapes API.
23593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListFastConnectProviderVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListFastConnectProviderVirtualCircuitBandwidthShapes API.
23521
23594
  */
23522
23595
  listFastConnectProviderVirtualCircuitBandwidthShapes(listFastConnectProviderVirtualCircuitBandwidthShapesRequest) {
23523
23596
  return __awaiter(this, void 0, void 0, function* () {
@@ -23621,7 +23694,7 @@ class VirtualNetworkClient {
23621
23694
  * @param ListIPSecConnectionTunnelRoutesRequest
23622
23695
  * @return ListIPSecConnectionTunnelRoutesResponse
23623
23696
  * @throws OciError when an error occurs
23624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListIPSecConnectionTunnelRoutes.ts.html |here} to see how to use ListIPSecConnectionTunnelRoutes API.
23697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIPSecConnectionTunnelRoutes.ts.html |here} to see how to use ListIPSecConnectionTunnelRoutes API.
23625
23698
  */
23626
23699
  listIPSecConnectionTunnelRoutes(listIPSecConnectionTunnelRoutesRequest) {
23627
23700
  return __awaiter(this, void 0, void 0, function* () {
@@ -23732,7 +23805,7 @@ class VirtualNetworkClient {
23732
23805
  * @param ListIPSecConnectionTunnelSecurityAssociationsRequest
23733
23806
  * @return ListIPSecConnectionTunnelSecurityAssociationsResponse
23734
23807
  * @throws OciError when an error occurs
23735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListIPSecConnectionTunnelSecurityAssociations.ts.html |here} to see how to use ListIPSecConnectionTunnelSecurityAssociations API.
23808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIPSecConnectionTunnelSecurityAssociations.ts.html |here} to see how to use ListIPSecConnectionTunnelSecurityAssociations API.
23736
23809
  */
23737
23810
  listIPSecConnectionTunnelSecurityAssociations(listIPSecConnectionTunnelSecurityAssociationsRequest) {
23738
23811
  return __awaiter(this, void 0, void 0, function* () {
@@ -23842,7 +23915,7 @@ class VirtualNetworkClient {
23842
23915
  * @param ListIPSecConnectionTunnelsRequest
23843
23916
  * @return ListIPSecConnectionTunnelsResponse
23844
23917
  * @throws OciError when an error occurs
23845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListIPSecConnectionTunnels.ts.html |here} to see how to use ListIPSecConnectionTunnels API.
23918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIPSecConnectionTunnels.ts.html |here} to see how to use ListIPSecConnectionTunnels API.
23846
23919
  */
23847
23920
  listIPSecConnectionTunnels(listIPSecConnectionTunnelsRequest) {
23848
23921
  return __awaiter(this, void 0, void 0, function* () {
@@ -23947,7 +24020,7 @@ class VirtualNetworkClient {
23947
24020
  * @param ListIPSecConnectionsRequest
23948
24021
  * @return ListIPSecConnectionsResponse
23949
24022
  * @throws OciError when an error occurs
23950
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListIPSecConnections.ts.html |here} to see how to use ListIPSecConnections API.
24023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIPSecConnections.ts.html |here} to see how to use ListIPSecConnections API.
23951
24024
  */
23952
24025
  listIPSecConnections(listIPSecConnectionsRequest) {
23953
24026
  return __awaiter(this, void 0, void 0, function* () {
@@ -24053,7 +24126,7 @@ class VirtualNetworkClient {
24053
24126
  * @param ListInternetGatewaysRequest
24054
24127
  * @return ListInternetGatewaysResponse
24055
24128
  * @throws OciError when an error occurs
24056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListInternetGateways.ts.html |here} to see how to use ListInternetGateways API.
24129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInternetGateways.ts.html |here} to see how to use ListInternetGateways API.
24057
24130
  */
24058
24131
  listInternetGateways(listInternetGatewaysRequest) {
24059
24132
  return __awaiter(this, void 0, void 0, function* () {
@@ -24168,7 +24241,7 @@ class VirtualNetworkClient {
24168
24241
  * @param ListIpv6sRequest
24169
24242
  * @return ListIpv6sResponse
24170
24243
  * @throws OciError when an error occurs
24171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListIpv6s.ts.html |here} to see how to use ListIpv6s API.
24244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIpv6s.ts.html |here} to see how to use ListIpv6s API.
24172
24245
  */
24173
24246
  listIpv6s(listIpv6sRequest) {
24174
24247
  return __awaiter(this, void 0, void 0, function* () {
@@ -24275,7 +24348,7 @@ class VirtualNetworkClient {
24275
24348
  * @param ListLocalPeeringGatewaysRequest
24276
24349
  * @return ListLocalPeeringGatewaysResponse
24277
24350
  * @throws OciError when an error occurs
24278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListLocalPeeringGateways.ts.html |here} to see how to use ListLocalPeeringGateways API.
24351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListLocalPeeringGateways.ts.html |here} to see how to use ListLocalPeeringGateways API.
24279
24352
  */
24280
24353
  listLocalPeeringGateways(listLocalPeeringGatewaysRequest) {
24281
24354
  return __awaiter(this, void 0, void 0, function* () {
@@ -24380,7 +24453,7 @@ class VirtualNetworkClient {
24380
24453
  * @param ListNatGatewaysRequest
24381
24454
  * @return ListNatGatewaysResponse
24382
24455
  * @throws OciError when an error occurs
24383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListNatGateways.ts.html |here} to see how to use ListNatGateways API.
24456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListNatGateways.ts.html |here} to see how to use ListNatGateways API.
24384
24457
  */
24385
24458
  listNatGateways(listNatGatewaysRequest) {
24386
24459
  return __awaiter(this, void 0, void 0, function* () {
@@ -24488,7 +24561,7 @@ class VirtualNetworkClient {
24488
24561
  * @param ListNetworkSecurityGroupSecurityRulesRequest
24489
24562
  * @return ListNetworkSecurityGroupSecurityRulesResponse
24490
24563
  * @throws OciError when an error occurs
24491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use ListNetworkSecurityGroupSecurityRules API.
24564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use ListNetworkSecurityGroupSecurityRules API.
24492
24565
  */
24493
24566
  listNetworkSecurityGroupSecurityRules(listNetworkSecurityGroupSecurityRulesRequest) {
24494
24567
  return __awaiter(this, void 0, void 0, function* () {
@@ -24595,7 +24668,7 @@ class VirtualNetworkClient {
24595
24668
  * @param ListNetworkSecurityGroupVnicsRequest
24596
24669
  * @return ListNetworkSecurityGroupVnicsResponse
24597
24670
  * @throws OciError when an error occurs
24598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListNetworkSecurityGroupVnics.ts.html |here} to see how to use ListNetworkSecurityGroupVnics API.
24671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListNetworkSecurityGroupVnics.ts.html |here} to see how to use ListNetworkSecurityGroupVnics API.
24599
24672
  */
24600
24673
  listNetworkSecurityGroupVnics(listNetworkSecurityGroupVnicsRequest) {
24601
24674
  return __awaiter(this, void 0, void 0, function* () {
@@ -24702,7 +24775,7 @@ class VirtualNetworkClient {
24702
24775
  * @param ListNetworkSecurityGroupsRequest
24703
24776
  * @return ListNetworkSecurityGroupsResponse
24704
24777
  * @throws OciError when an error occurs
24705
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListNetworkSecurityGroups.ts.html |here} to see how to use ListNetworkSecurityGroups API.
24778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListNetworkSecurityGroups.ts.html |here} to see how to use ListNetworkSecurityGroups API.
24706
24779
  */
24707
24780
  listNetworkSecurityGroups(listNetworkSecurityGroupsRequest) {
24708
24781
  return __awaiter(this, void 0, void 0, function* () {
@@ -24826,7 +24899,7 @@ class VirtualNetworkClient {
24826
24899
  * @param ListPrivateIpsRequest
24827
24900
  * @return ListPrivateIpsResponse
24828
24901
  * @throws OciError when an error occurs
24829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListPrivateIps.ts.html |here} to see how to use ListPrivateIps API.
24902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListPrivateIps.ts.html |here} to see how to use ListPrivateIps API.
24830
24903
  */
24831
24904
  listPrivateIps(listPrivateIpsRequest) {
24832
24905
  return __awaiter(this, void 0, void 0, function* () {
@@ -24933,7 +25006,7 @@ class VirtualNetworkClient {
24933
25006
  * @param ListPublicIpPoolsRequest
24934
25007
  * @return ListPublicIpPoolsResponse
24935
25008
  * @throws OciError when an error occurs
24936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListPublicIpPools.ts.html |here} to see how to use ListPublicIpPools API.
25009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListPublicIpPools.ts.html |here} to see how to use ListPublicIpPools API.
24937
25010
  */
24938
25011
  listPublicIpPools(listPublicIpPoolsRequest) {
24939
25012
  return __awaiter(this, void 0, void 0, function* () {
@@ -25020,7 +25093,7 @@ class VirtualNetworkClient {
25020
25093
  * @param ListPublicIpsRequest
25021
25094
  * @return ListPublicIpsResponse
25022
25095
  * @throws OciError when an error occurs
25023
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListPublicIps.ts.html |here} to see how to use ListPublicIps API.
25096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListPublicIps.ts.html |here} to see how to use ListPublicIps API.
25024
25097
  */
25025
25098
  listPublicIps(listPublicIpsRequest) {
25026
25099
  return __awaiter(this, void 0, void 0, function* () {
@@ -25128,7 +25201,7 @@ class VirtualNetworkClient {
25128
25201
  * @param ListRemotePeeringConnectionsRequest
25129
25202
  * @return ListRemotePeeringConnectionsResponse
25130
25203
  * @throws OciError when an error occurs
25131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListRemotePeeringConnections.ts.html |here} to see how to use ListRemotePeeringConnections API.
25204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListRemotePeeringConnections.ts.html |here} to see how to use ListRemotePeeringConnections API.
25132
25205
  */
25133
25206
  listRemotePeeringConnections(listRemotePeeringConnectionsRequest) {
25134
25207
  return __awaiter(this, void 0, void 0, function* () {
@@ -25235,7 +25308,7 @@ class VirtualNetworkClient {
25235
25308
  * @param ListRouteTablesRequest
25236
25309
  * @return ListRouteTablesResponse
25237
25310
  * @throws OciError when an error occurs
25238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListRouteTables.ts.html |here} to see how to use ListRouteTables API.
25311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListRouteTables.ts.html |here} to see how to use ListRouteTables API.
25239
25312
  */
25240
25313
  listRouteTables(listRouteTablesRequest) {
25241
25314
  return __awaiter(this, void 0, void 0, function* () {
@@ -25344,7 +25417,7 @@ class VirtualNetworkClient {
25344
25417
  * @param ListSecurityListsRequest
25345
25418
  * @return ListSecurityListsResponse
25346
25419
  * @throws OciError when an error occurs
25347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListSecurityLists.ts.html |here} to see how to use ListSecurityLists API.
25420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListSecurityLists.ts.html |here} to see how to use ListSecurityLists API.
25348
25421
  */
25349
25422
  listSecurityLists(listSecurityListsRequest) {
25350
25423
  return __awaiter(this, void 0, void 0, function* () {
@@ -25453,7 +25526,7 @@ class VirtualNetworkClient {
25453
25526
  * @param ListServiceGatewaysRequest
25454
25527
  * @return ListServiceGatewaysResponse
25455
25528
  * @throws OciError when an error occurs
25456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListServiceGateways.ts.html |here} to see how to use ListServiceGateways API.
25529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListServiceGateways.ts.html |here} to see how to use ListServiceGateways API.
25457
25530
  */
25458
25531
  listServiceGateways(listServiceGatewaysRequest) {
25459
25532
  return __awaiter(this, void 0, void 0, function* () {
@@ -25561,7 +25634,7 @@ class VirtualNetworkClient {
25561
25634
  * @param ListServicesRequest
25562
25635
  * @return ListServicesResponse
25563
25636
  * @throws OciError when an error occurs
25564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListServices.ts.html |here} to see how to use ListServices API.
25637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListServices.ts.html |here} to see how to use ListServices API.
25565
25638
  */
25566
25639
  listServices(listServicesRequest) {
25567
25640
  return __awaiter(this, void 0, void 0, function* () {
@@ -25664,7 +25737,7 @@ class VirtualNetworkClient {
25664
25737
  * @param ListSubnetsRequest
25665
25738
  * @return ListSubnetsResponse
25666
25739
  * @throws OciError when an error occurs
25667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListSubnets.ts.html |here} to see how to use ListSubnets API.
25740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListSubnets.ts.html |here} to see how to use ListSubnets API.
25668
25741
  */
25669
25742
  listSubnets(listSubnetsRequest) {
25670
25743
  return __awaiter(this, void 0, void 0, function* () {
@@ -25772,7 +25845,7 @@ class VirtualNetworkClient {
25772
25845
  * @param ListVcnsRequest
25773
25846
  * @return ListVcnsResponse
25774
25847
  * @throws OciError when an error occurs
25775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVcns.ts.html |here} to see how to use ListVcns API.
25848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVcns.ts.html |here} to see how to use ListVcns API.
25776
25849
  */
25777
25850
  listVcns(listVcnsRequest) {
25778
25851
  return __awaiter(this, void 0, void 0, function* () {
@@ -25879,7 +25952,7 @@ class VirtualNetworkClient {
25879
25952
  * @param ListVirtualCircuitBandwidthShapesRequest
25880
25953
  * @return ListVirtualCircuitBandwidthShapesResponse
25881
25954
  * @throws OciError when an error occurs
25882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListVirtualCircuitBandwidthShapes API.
25955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListVirtualCircuitBandwidthShapes API.
25883
25956
  */
25884
25957
  listVirtualCircuitBandwidthShapes(listVirtualCircuitBandwidthShapesRequest) {
25885
25958
  return __awaiter(this, void 0, void 0, function* () {
@@ -25983,7 +26056,7 @@ class VirtualNetworkClient {
25983
26056
  * @param ListVirtualCircuitPublicPrefixesRequest
25984
26057
  * @return ListVirtualCircuitPublicPrefixesResponse
25985
26058
  * @throws OciError when an error occurs
25986
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVirtualCircuitPublicPrefixes.ts.html |here} to see how to use ListVirtualCircuitPublicPrefixes API.
26059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVirtualCircuitPublicPrefixes.ts.html |here} to see how to use ListVirtualCircuitPublicPrefixes API.
25987
26060
  */
25988
26061
  listVirtualCircuitPublicPrefixes(listVirtualCircuitPublicPrefixesRequest) {
25989
26062
  return __awaiter(this, void 0, void 0, function* () {
@@ -26041,7 +26114,7 @@ class VirtualNetworkClient {
26041
26114
  * @param ListVirtualCircuitsRequest
26042
26115
  * @return ListVirtualCircuitsResponse
26043
26116
  * @throws OciError when an error occurs
26044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVirtualCircuits.ts.html |here} to see how to use ListVirtualCircuits API.
26117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVirtualCircuits.ts.html |here} to see how to use ListVirtualCircuits API.
26045
26118
  */
26046
26119
  listVirtualCircuits(listVirtualCircuitsRequest) {
26047
26120
  return __awaiter(this, void 0, void 0, function* () {
@@ -26148,7 +26221,7 @@ class VirtualNetworkClient {
26148
26221
  * @param ListVlansRequest
26149
26222
  * @return ListVlansResponse
26150
26223
  * @throws OciError when an error occurs
26151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ListVlans.ts.html |here} to see how to use ListVlans API.
26224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVlans.ts.html |here} to see how to use ListVlans API.
26152
26225
  */
26153
26226
  listVlans(listVlansRequest) {
26154
26227
  return __awaiter(this, void 0, void 0, function* () {
@@ -26265,7 +26338,7 @@ class VirtualNetworkClient {
26265
26338
  * @param ModifyVcnCidrRequest
26266
26339
  * @return ModifyVcnCidrResponse
26267
26340
  * @throws OciError when an error occurs
26268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ModifyVcnCidr.ts.html |here} to see how to use ModifyVcnCidr API.
26341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ModifyVcnCidr.ts.html |here} to see how to use ModifyVcnCidr API.
26269
26342
  */
26270
26343
  modifyVcnCidr(modifyVcnCidrRequest) {
26271
26344
  return __awaiter(this, void 0, void 0, function* () {
@@ -26326,7 +26399,7 @@ class VirtualNetworkClient {
26326
26399
  * @param RemoveDrgRouteDistributionStatementsRequest
26327
26400
  * @return RemoveDrgRouteDistributionStatementsResponse
26328
26401
  * @throws OciError when an error occurs
26329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/RemoveDrgRouteDistributionStatements.ts.html |here} to see how to use RemoveDrgRouteDistributionStatements API.
26402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveDrgRouteDistributionStatements.ts.html |here} to see how to use RemoveDrgRouteDistributionStatements API.
26330
26403
  */
26331
26404
  removeDrgRouteDistributionStatements(removeDrgRouteDistributionStatementsRequest) {
26332
26405
  return __awaiter(this, void 0, void 0, function* () {
@@ -26379,7 +26452,7 @@ class VirtualNetworkClient {
26379
26452
  * @param RemoveDrgRouteRulesRequest
26380
26453
  * @return RemoveDrgRouteRulesResponse
26381
26454
  * @throws OciError when an error occurs
26382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/RemoveDrgRouteRules.ts.html |here} to see how to use RemoveDrgRouteRules API.
26455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveDrgRouteRules.ts.html |here} to see how to use RemoveDrgRouteRules API.
26383
26456
  */
26384
26457
  removeDrgRouteRules(removeDrgRouteRulesRequest) {
26385
26458
  return __awaiter(this, void 0, void 0, function* () {
@@ -26432,7 +26505,7 @@ class VirtualNetworkClient {
26432
26505
  * @param RemoveExportDrgRouteDistributionRequest
26433
26506
  * @return RemoveExportDrgRouteDistributionResponse
26434
26507
  * @throws OciError when an error occurs
26435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/RemoveExportDrgRouteDistribution.ts.html |here} to see how to use RemoveExportDrgRouteDistribution API.
26508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveExportDrgRouteDistribution.ts.html |here} to see how to use RemoveExportDrgRouteDistribution API.
26436
26509
  */
26437
26510
  removeExportDrgRouteDistribution(removeExportDrgRouteDistributionRequest) {
26438
26511
  return __awaiter(this, void 0, void 0, function* () {
@@ -26496,7 +26569,7 @@ class VirtualNetworkClient {
26496
26569
  * @param RemoveImportDrgRouteDistributionRequest
26497
26570
  * @return RemoveImportDrgRouteDistributionResponse
26498
26571
  * @throws OciError when an error occurs
26499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
26572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
26500
26573
  */
26501
26574
  removeImportDrgRouteDistribution(removeImportDrgRouteDistributionRequest) {
26502
26575
  return __awaiter(this, void 0, void 0, function* () {
@@ -26552,6 +26625,138 @@ class VirtualNetworkClient {
26552
26625
  }
26553
26626
  });
26554
26627
  }
26628
+ /**
26629
+ * Remove an IPv6 CIDR from a subnet. At least one IPv6 CIDR should remain.
26630
+ *
26631
+ * This operation does not retry by default if the user has not defined a retry configuration.
26632
+ * @param RemoveIpv6SubnetCidrRequest
26633
+ * @return RemoveIpv6SubnetCidrResponse
26634
+ * @throws OciError when an error occurs
26635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveIpv6SubnetCidr.ts.html |here} to see how to use RemoveIpv6SubnetCidr API.
26636
+ */
26637
+ removeIpv6SubnetCidr(removeIpv6SubnetCidrRequest) {
26638
+ return __awaiter(this, void 0, void 0, function* () {
26639
+ if (this.logger)
26640
+ this.logger.debug("Calling operation VirtualNetworkClient#removeIpv6SubnetCidr.");
26641
+ const pathParams = {
26642
+ "{subnetId}": removeIpv6SubnetCidrRequest.subnetId
26643
+ };
26644
+ const queryParams = {};
26645
+ let headerParams = {
26646
+ "Content-Type": common.Constants.APPLICATION_JSON,
26647
+ "opc-retry-token": removeIpv6SubnetCidrRequest.opcRetryToken,
26648
+ "if-match": removeIpv6SubnetCidrRequest.ifMatch,
26649
+ "opc-request-id": removeIpv6SubnetCidrRequest.opcRequestId
26650
+ };
26651
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
26652
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeIpv6SubnetCidrRequest.retryConfiguration, specRetryConfiguration);
26653
+ if (this.logger)
26654
+ retrier.logger = this.logger;
26655
+ const request = yield oci_common_2.composeRequest({
26656
+ baseEndpoint: this._endpoint,
26657
+ defaultHeaders: this._defaultHeaders,
26658
+ path: "/subnets/{subnetId}/actions/removeIpv6Cidr",
26659
+ method: "POST",
26660
+ bodyContent: common.ObjectSerializer.serialize(removeIpv6SubnetCidrRequest.removeSubnetIpv6CidrDetails, "RemoveSubnetIpv6CidrDetails", model.RemoveSubnetIpv6CidrDetails.getJsonObj),
26661
+ pathParams: pathParams,
26662
+ headerParams: headerParams,
26663
+ queryParams: queryParams
26664
+ });
26665
+ try {
26666
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
26667
+ const sdkResponse = oci_common_2.composeResponse({
26668
+ responseObject: {},
26669
+ responseHeaders: [
26670
+ {
26671
+ value: response.headers.get("etag"),
26672
+ key: "etag",
26673
+ dataType: "string"
26674
+ },
26675
+ {
26676
+ value: response.headers.get("opc-request-id"),
26677
+ key: "opcRequestId",
26678
+ dataType: "string"
26679
+ },
26680
+ {
26681
+ value: response.headers.get("opc-work-request-id"),
26682
+ key: "opcWorkRequestId",
26683
+ dataType: "string"
26684
+ }
26685
+ ]
26686
+ });
26687
+ return sdkResponse;
26688
+ }
26689
+ catch (err) {
26690
+ throw err;
26691
+ }
26692
+ });
26693
+ }
26694
+ /**
26695
+ * Removing an existing IPv6 CIDR from a VCN.
26696
+ *
26697
+ * This operation does not retry by default if the user has not defined a retry configuration.
26698
+ * @param RemoveIpv6VcnCidrRequest
26699
+ * @return RemoveIpv6VcnCidrResponse
26700
+ * @throws OciError when an error occurs
26701
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveIpv6VcnCidr.ts.html |here} to see how to use RemoveIpv6VcnCidr API.
26702
+ */
26703
+ removeIpv6VcnCidr(removeIpv6VcnCidrRequest) {
26704
+ return __awaiter(this, void 0, void 0, function* () {
26705
+ if (this.logger)
26706
+ this.logger.debug("Calling operation VirtualNetworkClient#removeIpv6VcnCidr.");
26707
+ const pathParams = {
26708
+ "{vcnId}": removeIpv6VcnCidrRequest.vcnId
26709
+ };
26710
+ const queryParams = {};
26711
+ let headerParams = {
26712
+ "Content-Type": common.Constants.APPLICATION_JSON,
26713
+ "opc-request-id": removeIpv6VcnCidrRequest.opcRequestId,
26714
+ "opc-retry-token": removeIpv6VcnCidrRequest.opcRetryToken,
26715
+ "if-match": removeIpv6VcnCidrRequest.ifMatch
26716
+ };
26717
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
26718
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeIpv6VcnCidrRequest.retryConfiguration, specRetryConfiguration);
26719
+ if (this.logger)
26720
+ retrier.logger = this.logger;
26721
+ const request = yield oci_common_2.composeRequest({
26722
+ baseEndpoint: this._endpoint,
26723
+ defaultHeaders: this._defaultHeaders,
26724
+ path: "/vcns/{vcnId}/actions/removeIpv6Cidr",
26725
+ method: "POST",
26726
+ bodyContent: common.ObjectSerializer.serialize(removeIpv6VcnCidrRequest.removeVcnIpv6CidrDetails, "RemoveVcnIpv6CidrDetails", model.RemoveVcnIpv6CidrDetails.getJsonObj),
26727
+ pathParams: pathParams,
26728
+ headerParams: headerParams,
26729
+ queryParams: queryParams
26730
+ });
26731
+ try {
26732
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
26733
+ const sdkResponse = oci_common_2.composeResponse({
26734
+ responseObject: {},
26735
+ responseHeaders: [
26736
+ {
26737
+ value: response.headers.get("etag"),
26738
+ key: "etag",
26739
+ dataType: "string"
26740
+ },
26741
+ {
26742
+ value: response.headers.get("opc-request-id"),
26743
+ key: "opcRequestId",
26744
+ dataType: "string"
26745
+ },
26746
+ {
26747
+ value: response.headers.get("opc-work-request-id"),
26748
+ key: "opcWorkRequestId",
26749
+ dataType: "string"
26750
+ }
26751
+ ]
26752
+ });
26753
+ return sdkResponse;
26754
+ }
26755
+ catch (err) {
26756
+ throw err;
26757
+ }
26758
+ });
26759
+ }
26555
26760
  /**
26556
26761
  * Removes one or more security rules from the specified network security group.
26557
26762
  *
@@ -26559,7 +26764,7 @@ class VirtualNetworkClient {
26559
26764
  * @param RemoveNetworkSecurityGroupSecurityRulesRequest
26560
26765
  * @return RemoveNetworkSecurityGroupSecurityRulesResponse
26561
26766
  * @throws OciError when an error occurs
26562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/RemoveNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use RemoveNetworkSecurityGroupSecurityRules API.
26767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use RemoveNetworkSecurityGroupSecurityRules API.
26563
26768
  */
26564
26769
  removeNetworkSecurityGroupSecurityRules(removeNetworkSecurityGroupSecurityRulesRequest) {
26565
26770
  return __awaiter(this, void 0, void 0, function* () {
@@ -26612,7 +26817,7 @@ class VirtualNetworkClient {
26612
26817
  * @param RemovePublicIpPoolCapacityRequest
26613
26818
  * @return RemovePublicIpPoolCapacityResponse
26614
26819
  * @throws OciError when an error occurs
26615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/RemovePublicIpPoolCapacity.ts.html |here} to see how to use RemovePublicIpPoolCapacity API.
26820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemovePublicIpPoolCapacity.ts.html |here} to see how to use RemovePublicIpPoolCapacity API.
26616
26821
  */
26617
26822
  removePublicIpPoolCapacity(removePublicIpPoolCapacityRequest) {
26618
26823
  return __awaiter(this, void 0, void 0, function* () {
@@ -26680,7 +26885,7 @@ class VirtualNetworkClient {
26680
26885
  * @param RemoveVcnCidrRequest
26681
26886
  * @return RemoveVcnCidrResponse
26682
26887
  * @throws OciError when an error occurs
26683
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/RemoveVcnCidr.ts.html |here} to see how to use RemoveVcnCidr API.
26888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveVcnCidr.ts.html |here} to see how to use RemoveVcnCidr API.
26684
26889
  */
26685
26890
  removeVcnCidr(removeVcnCidrRequest) {
26686
26891
  return __awaiter(this, void 0, void 0, function* () {
@@ -26741,7 +26946,7 @@ class VirtualNetworkClient {
26741
26946
  * @param UpdateByoipRangeRequest
26742
26947
  * @return UpdateByoipRangeResponse
26743
26948
  * @throws OciError when an error occurs
26744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateByoipRange.ts.html |here} to see how to use UpdateByoipRange API.
26949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateByoipRange.ts.html |here} to see how to use UpdateByoipRange API.
26745
26950
  */
26746
26951
  updateByoipRange(updateByoipRangeRequest) {
26747
26952
  return __awaiter(this, void 0, void 0, function* () {
@@ -26806,7 +27011,7 @@ class VirtualNetworkClient {
26806
27011
  * @param UpdateCpeRequest
26807
27012
  * @return UpdateCpeResponse
26808
27013
  * @throws OciError when an error occurs
26809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateCpe.ts.html |here} to see how to use UpdateCpe API.
27014
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateCpe.ts.html |here} to see how to use UpdateCpe API.
26810
27015
  */
26811
27016
  updateCpe(updateCpeRequest) {
26812
27017
  return __awaiter(this, void 0, void 0, function* () {
@@ -26868,7 +27073,7 @@ class VirtualNetworkClient {
26868
27073
  * @param UpdateCrossConnectRequest
26869
27074
  * @return UpdateCrossConnectResponse
26870
27075
  * @throws OciError when an error occurs
26871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateCrossConnect.ts.html |here} to see how to use UpdateCrossConnect API.
27076
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateCrossConnect.ts.html |here} to see how to use UpdateCrossConnect API.
26872
27077
  */
26873
27078
  updateCrossConnect(updateCrossConnectRequest) {
26874
27079
  return __awaiter(this, void 0, void 0, function* () {
@@ -26932,7 +27137,7 @@ class VirtualNetworkClient {
26932
27137
  * @param UpdateCrossConnectGroupRequest
26933
27138
  * @return UpdateCrossConnectGroupResponse
26934
27139
  * @throws OciError when an error occurs
26935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateCrossConnectGroup.ts.html |here} to see how to use UpdateCrossConnectGroup API.
27140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateCrossConnectGroup.ts.html |here} to see how to use UpdateCrossConnectGroup API.
26936
27141
  */
26937
27142
  updateCrossConnectGroup(updateCrossConnectGroupRequest) {
26938
27143
  return __awaiter(this, void 0, void 0, function* () {
@@ -26998,7 +27203,7 @@ class VirtualNetworkClient {
26998
27203
  * @param UpdateDhcpOptionsRequest
26999
27204
  * @return UpdateDhcpOptionsResponse
27000
27205
  * @throws OciError when an error occurs
27001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateDhcpOptions.ts.html |here} to see how to use UpdateDhcpOptions API.
27206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDhcpOptions.ts.html |here} to see how to use UpdateDhcpOptions API.
27002
27207
  */
27003
27208
  updateDhcpOptions(updateDhcpOptionsRequest) {
27004
27209
  return __awaiter(this, void 0, void 0, function* () {
@@ -27061,7 +27266,7 @@ class VirtualNetworkClient {
27061
27266
  * @param UpdateDrgRequest
27062
27267
  * @return UpdateDrgResponse
27063
27268
  * @throws OciError when an error occurs
27064
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateDrg.ts.html |here} to see how to use UpdateDrg API.
27269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrg.ts.html |here} to see how to use UpdateDrg API.
27065
27270
  */
27066
27271
  updateDrg(updateDrgRequest) {
27067
27272
  return __awaiter(this, void 0, void 0, function* () {
@@ -27125,7 +27330,7 @@ class VirtualNetworkClient {
27125
27330
  * @param UpdateDrgAttachmentRequest
27126
27331
  * @return UpdateDrgAttachmentResponse
27127
27332
  * @throws OciError when an error occurs
27128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateDrgAttachment.ts.html |here} to see how to use UpdateDrgAttachment API.
27333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgAttachment.ts.html |here} to see how to use UpdateDrgAttachment API.
27129
27334
  */
27130
27335
  updateDrgAttachment(updateDrgAttachmentRequest) {
27131
27336
  return __awaiter(this, void 0, void 0, function* () {
@@ -27188,7 +27393,7 @@ class VirtualNetworkClient {
27188
27393
  * @param UpdateDrgRouteDistributionRequest
27189
27394
  * @return UpdateDrgRouteDistributionResponse
27190
27395
  * @throws OciError when an error occurs
27191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateDrgRouteDistribution.ts.html |here} to see how to use UpdateDrgRouteDistribution API.
27396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgRouteDistribution.ts.html |here} to see how to use UpdateDrgRouteDistribution API.
27192
27397
  */
27193
27398
  updateDrgRouteDistribution(updateDrgRouteDistributionRequest) {
27194
27399
  return __awaiter(this, void 0, void 0, function* () {
@@ -27251,7 +27456,7 @@ class VirtualNetworkClient {
27251
27456
  * @param UpdateDrgRouteDistributionStatementsRequest
27252
27457
  * @return UpdateDrgRouteDistributionStatementsResponse
27253
27458
  * @throws OciError when an error occurs
27254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateDrgRouteDistributionStatements.ts.html |here} to see how to use UpdateDrgRouteDistributionStatements API.
27459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgRouteDistributionStatements.ts.html |here} to see how to use UpdateDrgRouteDistributionStatements API.
27255
27460
  */
27256
27461
  updateDrgRouteDistributionStatements(updateDrgRouteDistributionStatementsRequest) {
27257
27462
  return __awaiter(this, void 0, void 0, function* () {
@@ -27308,7 +27513,7 @@ class VirtualNetworkClient {
27308
27513
  * @param UpdateDrgRouteRulesRequest
27309
27514
  * @return UpdateDrgRouteRulesResponse
27310
27515
  * @throws OciError when an error occurs
27311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateDrgRouteRules.ts.html |here} to see how to use UpdateDrgRouteRules API.
27516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgRouteRules.ts.html |here} to see how to use UpdateDrgRouteRules API.
27312
27517
  */
27313
27518
  updateDrgRouteRules(updateDrgRouteRulesRequest) {
27314
27519
  return __awaiter(this, void 0, void 0, function* () {
@@ -27365,7 +27570,7 @@ class VirtualNetworkClient {
27365
27570
  * @param UpdateDrgRouteTableRequest
27366
27571
  * @return UpdateDrgRouteTableResponse
27367
27572
  * @throws OciError when an error occurs
27368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateDrgRouteTable.ts.html |here} to see how to use UpdateDrgRouteTable API.
27573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgRouteTable.ts.html |here} to see how to use UpdateDrgRouteTable API.
27369
27574
  */
27370
27575
  updateDrgRouteTable(updateDrgRouteTableRequest) {
27371
27576
  return __awaiter(this, void 0, void 0, function* () {
@@ -27431,7 +27636,7 @@ class VirtualNetworkClient {
27431
27636
  * @param UpdateIPSecConnectionRequest
27432
27637
  * @return UpdateIPSecConnectionResponse
27433
27638
  * @throws OciError when an error occurs
27434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateIPSecConnection.ts.html |here} to see how to use UpdateIPSecConnection API.
27639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateIPSecConnection.ts.html |here} to see how to use UpdateIPSecConnection API.
27435
27640
  */
27436
27641
  updateIPSecConnection(updateIPSecConnectionRequest) {
27437
27642
  return __awaiter(this, void 0, void 0, function* () {
@@ -27505,7 +27710,7 @@ class VirtualNetworkClient {
27505
27710
  * @param UpdateIPSecConnectionTunnelRequest
27506
27711
  * @return UpdateIPSecConnectionTunnelResponse
27507
27712
  * @throws OciError when an error occurs
27508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateIPSecConnectionTunnel.ts.html |here} to see how to use UpdateIPSecConnectionTunnel API.
27713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateIPSecConnectionTunnel.ts.html |here} to see how to use UpdateIPSecConnectionTunnel API.
27509
27714
  */
27510
27715
  updateIPSecConnectionTunnel(updateIPSecConnectionTunnelRequest) {
27511
27716
  return __awaiter(this, void 0, void 0, function* () {
@@ -27572,7 +27777,7 @@ class VirtualNetworkClient {
27572
27777
  * @param UpdateIPSecConnectionTunnelSharedSecretRequest
27573
27778
  * @return UpdateIPSecConnectionTunnelSharedSecretResponse
27574
27779
  * @throws OciError when an error occurs
27575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use UpdateIPSecConnectionTunnelSharedSecret API.
27780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use UpdateIPSecConnectionTunnelSharedSecret API.
27576
27781
  */
27577
27782
  updateIPSecConnectionTunnelSharedSecret(updateIPSecConnectionTunnelSharedSecretRequest) {
27578
27783
  return __awaiter(this, void 0, void 0, function* () {
@@ -27640,7 +27845,7 @@ class VirtualNetworkClient {
27640
27845
  * @param UpdateInternetGatewayRequest
27641
27846
  * @return UpdateInternetGatewayResponse
27642
27847
  * @throws OciError when an error occurs
27643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateInternetGateway.ts.html |here} to see how to use UpdateInternetGateway API.
27848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInternetGateway.ts.html |here} to see how to use UpdateInternetGateway API.
27644
27849
  */
27645
27850
  updateInternetGateway(updateInternetGatewayRequest) {
27646
27851
  return __awaiter(this, void 0, void 0, function* () {
@@ -27709,7 +27914,7 @@ class VirtualNetworkClient {
27709
27914
  * @param UpdateIpv6Request
27710
27915
  * @return UpdateIpv6Response
27711
27916
  * @throws OciError when an error occurs
27712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateIpv6.ts.html |here} to see how to use UpdateIpv6 API.
27917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateIpv6.ts.html |here} to see how to use UpdateIpv6 API.
27713
27918
  */
27714
27919
  updateIpv6(updateIpv6Request) {
27715
27920
  return __awaiter(this, void 0, void 0, function* () {
@@ -27773,7 +27978,7 @@ class VirtualNetworkClient {
27773
27978
  * @param UpdateLocalPeeringGatewayRequest
27774
27979
  * @return UpdateLocalPeeringGatewayResponse
27775
27980
  * @throws OciError when an error occurs
27776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateLocalPeeringGateway.ts.html |here} to see how to use UpdateLocalPeeringGateway API.
27981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateLocalPeeringGateway.ts.html |here} to see how to use UpdateLocalPeeringGateway API.
27777
27982
  */
27778
27983
  updateLocalPeeringGateway(updateLocalPeeringGatewayRequest) {
27779
27984
  return __awaiter(this, void 0, void 0, function* () {
@@ -27836,7 +28041,7 @@ class VirtualNetworkClient {
27836
28041
  * @param UpdateNatGatewayRequest
27837
28042
  * @return UpdateNatGatewayResponse
27838
28043
  * @throws OciError when an error occurs
27839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateNatGateway.ts.html |here} to see how to use UpdateNatGateway API.
28044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateNatGateway.ts.html |here} to see how to use UpdateNatGateway API.
27840
28045
  */
27841
28046
  updateNatGateway(updateNatGatewayRequest) {
27842
28047
  return __awaiter(this, void 0, void 0, function* () {
@@ -27913,7 +28118,7 @@ class VirtualNetworkClient {
27913
28118
  * @param UpdateNetworkSecurityGroupRequest
27914
28119
  * @return UpdateNetworkSecurityGroupResponse
27915
28120
  * @throws OciError when an error occurs
27916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateNetworkSecurityGroup.ts.html |here} to see how to use UpdateNetworkSecurityGroup API.
28121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateNetworkSecurityGroup.ts.html |here} to see how to use UpdateNetworkSecurityGroup API.
27917
28122
  */
27918
28123
  updateNetworkSecurityGroup(updateNetworkSecurityGroupRequest) {
27919
28124
  return __awaiter(this, void 0, void 0, function* () {
@@ -27976,7 +28181,7 @@ class VirtualNetworkClient {
27976
28181
  * @param UpdateNetworkSecurityGroupSecurityRulesRequest
27977
28182
  * @return UpdateNetworkSecurityGroupSecurityRulesResponse
27978
28183
  * @throws OciError when an error occurs
27979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use UpdateNetworkSecurityGroupSecurityRules API.
28184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use UpdateNetworkSecurityGroupSecurityRules API.
27980
28185
  */
27981
28186
  updateNetworkSecurityGroupSecurityRules(updateNetworkSecurityGroupSecurityRulesRequest) {
27982
28187
  return __awaiter(this, void 0, void 0, function* () {
@@ -28042,7 +28247,7 @@ class VirtualNetworkClient {
28042
28247
  * @param UpdatePrivateIpRequest
28043
28248
  * @return UpdatePrivateIpResponse
28044
28249
  * @throws OciError when an error occurs
28045
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdatePrivateIp.ts.html |here} to see how to use UpdatePrivateIp API.
28250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdatePrivateIp.ts.html |here} to see how to use UpdatePrivateIp API.
28046
28251
  */
28047
28252
  updatePrivateIp(updatePrivateIpRequest) {
28048
28253
  return __awaiter(this, void 0, void 0, function* () {
@@ -28143,7 +28348,7 @@ class VirtualNetworkClient {
28143
28348
  * @param UpdatePublicIpRequest
28144
28349
  * @return UpdatePublicIpResponse
28145
28350
  * @throws OciError when an error occurs
28146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdatePublicIp.ts.html |here} to see how to use UpdatePublicIp API.
28351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdatePublicIp.ts.html |here} to see how to use UpdatePublicIp API.
28147
28352
  */
28148
28353
  updatePublicIp(updatePublicIpRequest) {
28149
28354
  return __awaiter(this, void 0, void 0, function* () {
@@ -28206,7 +28411,7 @@ class VirtualNetworkClient {
28206
28411
  * @param UpdatePublicIpPoolRequest
28207
28412
  * @return UpdatePublicIpPoolResponse
28208
28413
  * @throws OciError when an error occurs
28209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdatePublicIpPool.ts.html |here} to see how to use UpdatePublicIpPool API.
28414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdatePublicIpPool.ts.html |here} to see how to use UpdatePublicIpPool API.
28210
28415
  */
28211
28416
  updatePublicIpPool(updatePublicIpPoolRequest) {
28212
28417
  return __awaiter(this, void 0, void 0, function* () {
@@ -28270,7 +28475,7 @@ class VirtualNetworkClient {
28270
28475
  * @param UpdateRemotePeeringConnectionRequest
28271
28476
  * @return UpdateRemotePeeringConnectionResponse
28272
28477
  * @throws OciError when an error occurs
28273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateRemotePeeringConnection.ts.html |here} to see how to use UpdateRemotePeeringConnection API.
28478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateRemotePeeringConnection.ts.html |here} to see how to use UpdateRemotePeeringConnection API.
28274
28479
  */
28275
28480
  updateRemotePeeringConnection(updateRemotePeeringConnectionRequest) {
28276
28481
  return __awaiter(this, void 0, void 0, function* () {
@@ -28336,7 +28541,7 @@ class VirtualNetworkClient {
28336
28541
  * @param UpdateRouteTableRequest
28337
28542
  * @return UpdateRouteTableResponse
28338
28543
  * @throws OciError when an error occurs
28339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateRouteTable.ts.html |here} to see how to use UpdateRouteTable API.
28544
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateRouteTable.ts.html |here} to see how to use UpdateRouteTable API.
28340
28545
  */
28341
28546
  updateRouteTable(updateRouteTableRequest) {
28342
28547
  return __awaiter(this, void 0, void 0, function* () {
@@ -28403,7 +28608,7 @@ class VirtualNetworkClient {
28403
28608
  * @param UpdateSecurityListRequest
28404
28609
  * @return UpdateSecurityListResponse
28405
28610
  * @throws OciError when an error occurs
28406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateSecurityList.ts.html |here} to see how to use UpdateSecurityList API.
28611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateSecurityList.ts.html |here} to see how to use UpdateSecurityList API.
28407
28612
  */
28408
28613
  updateSecurityList(updateSecurityListRequest) {
28409
28614
  return __awaiter(this, void 0, void 0, function* () {
@@ -28467,7 +28672,7 @@ class VirtualNetworkClient {
28467
28672
  * @param UpdateServiceGatewayRequest
28468
28673
  * @return UpdateServiceGatewayResponse
28469
28674
  * @throws OciError when an error occurs
28470
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateServiceGateway.ts.html |here} to see how to use UpdateServiceGateway API.
28675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateServiceGateway.ts.html |here} to see how to use UpdateServiceGateway API.
28471
28676
  */
28472
28677
  updateServiceGateway(updateServiceGatewayRequest) {
28473
28678
  return __awaiter(this, void 0, void 0, function* () {
@@ -28530,7 +28735,7 @@ class VirtualNetworkClient {
28530
28735
  * @param UpdateSubnetRequest
28531
28736
  * @return UpdateSubnetResponse
28532
28737
  * @throws OciError when an error occurs
28533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateSubnet.ts.html |here} to see how to use UpdateSubnet API.
28738
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateSubnet.ts.html |here} to see how to use UpdateSubnet API.
28534
28739
  */
28535
28740
  updateSubnet(updateSubnetRequest) {
28536
28741
  return __awaiter(this, void 0, void 0, function* () {
@@ -28595,7 +28800,7 @@ class VirtualNetworkClient {
28595
28800
  * @param UpdateTunnelCpeDeviceConfigRequest
28596
28801
  * @return UpdateTunnelCpeDeviceConfigResponse
28597
28802
  * @throws OciError when an error occurs
28598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateTunnelCpeDeviceConfig.ts.html |here} to see how to use UpdateTunnelCpeDeviceConfig API.
28803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateTunnelCpeDeviceConfig.ts.html |here} to see how to use UpdateTunnelCpeDeviceConfig API.
28599
28804
  */
28600
28805
  updateTunnelCpeDeviceConfig(updateTunnelCpeDeviceConfigRequest) {
28601
28806
  return __awaiter(this, void 0, void 0, function* () {
@@ -28661,7 +28866,7 @@ class VirtualNetworkClient {
28661
28866
  * @param UpdateVcnRequest
28662
28867
  * @return UpdateVcnResponse
28663
28868
  * @throws OciError when an error occurs
28664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVcn.ts.html |here} to see how to use UpdateVcn API.
28869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVcn.ts.html |here} to see how to use UpdateVcn API.
28665
28870
  */
28666
28871
  updateVcn(updateVcnRequest) {
28667
28872
  return __awaiter(this, void 0, void 0, function* () {
@@ -28747,7 +28952,7 @@ class VirtualNetworkClient {
28747
28952
  * @param UpdateVirtualCircuitRequest
28748
28953
  * @return UpdateVirtualCircuitResponse
28749
28954
  * @throws OciError when an error occurs
28750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVirtualCircuit.ts.html |here} to see how to use UpdateVirtualCircuit API.
28955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVirtualCircuit.ts.html |here} to see how to use UpdateVirtualCircuit API.
28751
28956
  */
28752
28957
  updateVirtualCircuit(updateVirtualCircuitRequest) {
28753
28958
  return __awaiter(this, void 0, void 0, function* () {
@@ -28811,7 +29016,7 @@ class VirtualNetworkClient {
28811
29016
  * @param UpdateVlanRequest
28812
29017
  * @return UpdateVlanResponse
28813
29018
  * @throws OciError when an error occurs
28814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVlan.ts.html |here} to see how to use UpdateVlan API.
29019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVlan.ts.html |here} to see how to use UpdateVlan API.
28815
29020
  */
28816
29021
  updateVlan(updateVlanRequest) {
28817
29022
  return __awaiter(this, void 0, void 0, function* () {
@@ -28875,7 +29080,7 @@ class VirtualNetworkClient {
28875
29080
  * @param UpdateVnicRequest
28876
29081
  * @return UpdateVnicResponse
28877
29082
  * @throws OciError when an error occurs
28878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpdateVnic.ts.html |here} to see how to use UpdateVnic API.
29083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVnic.ts.html |here} to see how to use UpdateVnic API.
28879
29084
  */
28880
29085
  updateVnic(updateVnicRequest) {
28881
29086
  return __awaiter(this, void 0, void 0, function* () {
@@ -28939,7 +29144,7 @@ class VirtualNetworkClient {
28939
29144
  * @param UpgradeDrgRequest
28940
29145
  * @return UpgradeDrgResponse
28941
29146
  * @throws OciError when an error occurs
28942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/UpgradeDrg.ts.html |here} to see how to use UpgradeDrg API.
29147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpgradeDrg.ts.html |here} to see how to use UpgradeDrg API.
28943
29148
  */
28944
29149
  upgradeDrg(upgradeDrgRequest) {
28945
29150
  return __awaiter(this, void 0, void 0, function* () {
@@ -28999,7 +29204,7 @@ class VirtualNetworkClient {
28999
29204
  * @param ValidateByoipRangeRequest
29000
29205
  * @return ValidateByoipRangeResponse
29001
29206
  * @throws OciError when an error occurs
29002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/ValidateByoipRange.ts.html |here} to see how to use ValidateByoipRange API.
29207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ValidateByoipRange.ts.html |here} to see how to use ValidateByoipRange API.
29003
29208
  */
29004
29209
  validateByoipRange(validateByoipRangeRequest) {
29005
29210
  return __awaiter(this, void 0, void 0, function* () {
@@ -29057,7 +29262,7 @@ class VirtualNetworkClient {
29057
29262
  * @param WithdrawByoipRangeRequest
29058
29263
  * @return WithdrawByoipRangeResponse
29059
29264
  * @throws OciError when an error occurs
29060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/core/WithdrawByoipRange.ts.html |here} to see how to use WithdrawByoipRange API.
29265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/WithdrawByoipRange.ts.html |here} to see how to use WithdrawByoipRange API.
29061
29266
  */
29062
29267
  withdrawByoipRange(withdrawByoipRangeRequest) {
29063
29268
  return __awaiter(this, void 0, void 0, function* () {