oci-core 2.11.0 → 2.11.1

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 (453) hide show
  1. package/lib/blockstorage-waiter.d.ts +8 -0
  2. package/lib/blockstorage-waiter.js +12 -0
  3. package/lib/blockstorage-waiter.js.map +1 -1
  4. package/lib/client.d.ts +449 -397
  5. package/lib/client.js +569 -398
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/block-volume-replica.d.ts +5 -0
  8. package/lib/model/block-volume-replica.js.map +1 -1
  9. package/lib/model/boot-volume-replica.d.ts +5 -0
  10. package/lib/model/boot-volume-replica.js.map +1 -1
  11. package/lib/model/create-volume-group-details.d.ts +7 -1
  12. package/lib/model/create-volume-group-details.js +10 -0
  13. package/lib/model/create-volume-group-details.js.map +1 -1
  14. package/lib/model/index.d.ts +10 -0
  15. package/lib/model/index.js +15 -5
  16. package/lib/model/index.js.map +1 -1
  17. package/lib/model/member-replica.d.ts +30 -0
  18. package/lib/model/member-replica.js +34 -0
  19. package/lib/model/member-replica.js.map +1 -0
  20. package/lib/model/update-volume-group-details.d.ts +7 -0
  21. package/lib/model/update-volume-group-details.js +34 -2
  22. package/lib/model/update-volume-group-details.js.map +1 -1
  23. package/lib/model/volume-group-replica-details.d.ts +39 -0
  24. package/lib/model/volume-group-replica-details.js +34 -0
  25. package/lib/model/volume-group-replica-details.js.map +1 -0
  26. package/lib/model/volume-group-replica-info.d.ts +43 -0
  27. package/lib/model/volume-group-replica-info.js +34 -0
  28. package/lib/model/volume-group-replica-info.js.map +1 -0
  29. package/lib/model/volume-group-replica.d.ts +115 -0
  30. package/lib/model/volume-group-replica.js +80 -0
  31. package/lib/model/volume-group-replica.js.map +1 -0
  32. package/lib/model/volume-group-source-details.js +4 -0
  33. package/lib/model/volume-group-source-details.js.map +1 -1
  34. package/lib/model/volume-group-source-from-volume-group-replica-details.d.ts +36 -0
  35. package/lib/model/volume-group-source-from-volume-group-replica-details.js +59 -0
  36. package/lib/model/volume-group-source-from-volume-group-replica-details.js.map +1 -0
  37. package/lib/model/volume-group.d.ts +5 -1
  38. package/lib/model/volume-group.js +10 -0
  39. package/lib/model/volume-group.js.map +1 -1
  40. package/lib/request/accept-shielded-integrity-policy-request.d.ts +1 -1
  41. package/lib/request/add-drg-route-distribution-statements-request.d.ts +1 -1
  42. package/lib/request/add-drg-route-rules-request.d.ts +1 -1
  43. package/lib/request/add-image-shape-compatibility-entry-request.d.ts +1 -1
  44. package/lib/request/add-ipv6-vcn-cidr-request.d.ts +1 -1
  45. package/lib/request/add-network-security-group-security-rules-request.d.ts +1 -1
  46. package/lib/request/add-public-ip-pool-capacity-request.d.ts +1 -1
  47. package/lib/request/add-vcn-cidr-request.d.ts +1 -1
  48. package/lib/request/advertise-byoip-range-request.d.ts +1 -1
  49. package/lib/request/attach-boot-volume-request.d.ts +1 -1
  50. package/lib/request/attach-instance-pool-instance-request.d.ts +1 -1
  51. package/lib/request/attach-load-balancer-request.d.ts +1 -1
  52. package/lib/request/attach-service-id-request.d.ts +1 -1
  53. package/lib/request/attach-vnic-request.d.ts +1 -1
  54. package/lib/request/attach-volume-request.d.ts +1 -1
  55. package/lib/request/bulk-add-virtual-circuit-public-prefixes-request.d.ts +1 -1
  56. package/lib/request/bulk-delete-virtual-circuit-public-prefixes-request.d.ts +1 -1
  57. package/lib/request/capture-console-history-request.d.ts +1 -1
  58. package/lib/request/change-boot-volume-backup-compartment-request.d.ts +1 -1
  59. package/lib/request/change-boot-volume-compartment-request.d.ts +1 -1
  60. package/lib/request/change-byoip-range-compartment-request.d.ts +1 -1
  61. package/lib/request/change-cluster-network-compartment-request.d.ts +1 -1
  62. package/lib/request/change-compute-capacity-reservation-compartment-request.d.ts +1 -1
  63. package/lib/request/change-compute-image-capability-schema-compartment-request.d.ts +1 -1
  64. package/lib/request/change-cpe-compartment-request.d.ts +1 -1
  65. package/lib/request/change-cross-connect-compartment-request.d.ts +1 -1
  66. package/lib/request/change-cross-connect-group-compartment-request.d.ts +1 -1
  67. package/lib/request/change-dedicated-vm-host-compartment-request.d.ts +1 -1
  68. package/lib/request/change-dhcp-options-compartment-request.d.ts +1 -1
  69. package/lib/request/change-drg-compartment-request.d.ts +1 -1
  70. package/lib/request/change-image-compartment-request.d.ts +1 -1
  71. package/lib/request/change-instance-compartment-request.d.ts +1 -1
  72. package/lib/request/change-instance-configuration-compartment-request.d.ts +1 -1
  73. package/lib/request/change-instance-pool-compartment-request.d.ts +1 -1
  74. package/lib/request/change-internet-gateway-compartment-request.d.ts +1 -1
  75. package/lib/request/change-ipsec-connection-compartment-request.d.ts +1 -1
  76. package/lib/request/change-local-peering-gateway-compartment-request.d.ts +1 -1
  77. package/lib/request/change-nat-gateway-compartment-request.d.ts +1 -1
  78. package/lib/request/change-network-security-group-compartment-request.d.ts +1 -1
  79. package/lib/request/change-public-ip-compartment-request.d.ts +1 -1
  80. package/lib/request/change-public-ip-pool-compartment-request.d.ts +1 -1
  81. package/lib/request/change-remote-peering-connection-compartment-request.d.ts +1 -1
  82. package/lib/request/change-route-table-compartment-request.d.ts +1 -1
  83. package/lib/request/change-security-list-compartment-request.d.ts +1 -1
  84. package/lib/request/change-service-gateway-compartment-request.d.ts +1 -1
  85. package/lib/request/change-subnet-compartment-request.d.ts +1 -1
  86. package/lib/request/change-vcn-compartment-request.d.ts +1 -1
  87. package/lib/request/change-virtual-circuit-compartment-request.d.ts +1 -1
  88. package/lib/request/change-vlan-compartment-request.d.ts +1 -1
  89. package/lib/request/change-volume-backup-compartment-request.d.ts +1 -1
  90. package/lib/request/change-volume-compartment-request.d.ts +1 -1
  91. package/lib/request/change-volume-group-backup-compartment-request.d.ts +1 -1
  92. package/lib/request/change-volume-group-compartment-request.d.ts +1 -1
  93. package/lib/request/connect-local-peering-gateways-request.d.ts +1 -1
  94. package/lib/request/connect-remote-peering-connections-request.d.ts +1 -1
  95. package/lib/request/copy-boot-volume-backup-request.d.ts +1 -1
  96. package/lib/request/copy-volume-backup-request.d.ts +1 -1
  97. package/lib/request/copy-volume-group-backup-request.d.ts +1 -1
  98. package/lib/request/create-app-catalog-subscription-request.d.ts +1 -1
  99. package/lib/request/create-boot-volume-backup-request.d.ts +1 -1
  100. package/lib/request/create-boot-volume-request.d.ts +1 -1
  101. package/lib/request/create-byoip-range-request.d.ts +1 -1
  102. package/lib/request/create-cluster-network-request.d.ts +1 -1
  103. package/lib/request/create-compute-capacity-reservation-request.d.ts +1 -1
  104. package/lib/request/create-compute-image-capability-schema-request.d.ts +1 -1
  105. package/lib/request/create-cpe-request.d.ts +1 -1
  106. package/lib/request/create-cross-connect-group-request.d.ts +1 -1
  107. package/lib/request/create-cross-connect-request.d.ts +1 -1
  108. package/lib/request/create-dedicated-vm-host-request.d.ts +1 -1
  109. package/lib/request/create-dhcp-options-request.d.ts +1 -1
  110. package/lib/request/create-drg-attachment-request.d.ts +1 -1
  111. package/lib/request/create-drg-request.d.ts +1 -1
  112. package/lib/request/create-drg-route-distribution-request.d.ts +1 -1
  113. package/lib/request/create-drg-route-table-request.d.ts +1 -1
  114. package/lib/request/create-image-request.d.ts +1 -1
  115. package/lib/request/create-instance-configuration-request.d.ts +1 -1
  116. package/lib/request/create-instance-console-connection-request.d.ts +1 -1
  117. package/lib/request/create-instance-pool-request.d.ts +1 -1
  118. package/lib/request/create-internet-gateway-request.d.ts +1 -1
  119. package/lib/request/create-ipsec-connection-request.d.ts +1 -1
  120. package/lib/request/create-ipv6-request.d.ts +1 -1
  121. package/lib/request/create-local-peering-gateway-request.d.ts +1 -1
  122. package/lib/request/create-nat-gateway-request.d.ts +1 -1
  123. package/lib/request/create-network-security-group-request.d.ts +1 -1
  124. package/lib/request/create-private-ip-request.d.ts +1 -1
  125. package/lib/request/create-public-ip-pool-request.d.ts +1 -1
  126. package/lib/request/create-public-ip-request.d.ts +1 -1
  127. package/lib/request/create-remote-peering-connection-request.d.ts +1 -1
  128. package/lib/request/create-route-table-request.d.ts +1 -1
  129. package/lib/request/create-security-list-request.d.ts +1 -1
  130. package/lib/request/create-service-gateway-request.d.ts +1 -1
  131. package/lib/request/create-subnet-request.d.ts +1 -1
  132. package/lib/request/create-vcn-request.d.ts +1 -1
  133. package/lib/request/create-virtual-circuit-request.d.ts +1 -1
  134. package/lib/request/create-vlan-request.d.ts +1 -1
  135. package/lib/request/create-volume-backup-policy-assignment-request.d.ts +1 -1
  136. package/lib/request/create-volume-backup-policy-request.d.ts +1 -1
  137. package/lib/request/create-volume-backup-request.d.ts +1 -1
  138. package/lib/request/create-volume-group-backup-request.d.ts +1 -1
  139. package/lib/request/create-volume-group-request.d.ts +1 -1
  140. package/lib/request/create-volume-request.d.ts +1 -1
  141. package/lib/request/delete-app-catalog-subscription-request.d.ts +1 -1
  142. package/lib/request/delete-boot-volume-backup-request.d.ts +1 -1
  143. package/lib/request/delete-boot-volume-kms-key-request.d.ts +1 -1
  144. package/lib/request/delete-boot-volume-request.d.ts +1 -1
  145. package/lib/request/delete-byoip-range-request.d.ts +1 -1
  146. package/lib/request/delete-compute-capacity-reservation-request.d.ts +1 -1
  147. package/lib/request/delete-compute-image-capability-schema-request.d.ts +1 -1
  148. package/lib/request/delete-console-history-request.d.ts +1 -1
  149. package/lib/request/delete-cpe-request.d.ts +1 -1
  150. package/lib/request/delete-cross-connect-group-request.d.ts +1 -1
  151. package/lib/request/delete-cross-connect-request.d.ts +1 -1
  152. package/lib/request/delete-dedicated-vm-host-request.d.ts +1 -1
  153. package/lib/request/delete-dhcp-options-request.d.ts +1 -1
  154. package/lib/request/delete-drg-attachment-request.d.ts +1 -1
  155. package/lib/request/delete-drg-request.d.ts +1 -1
  156. package/lib/request/delete-drg-route-distribution-request.d.ts +1 -1
  157. package/lib/request/delete-drg-route-table-request.d.ts +1 -1
  158. package/lib/request/delete-image-request.d.ts +1 -1
  159. package/lib/request/delete-instance-configuration-request.d.ts +1 -1
  160. package/lib/request/delete-instance-console-connection-request.d.ts +1 -1
  161. package/lib/request/delete-internet-gateway-request.d.ts +1 -1
  162. package/lib/request/delete-ipsec-connection-request.d.ts +1 -1
  163. package/lib/request/delete-ipv6-request.d.ts +1 -1
  164. package/lib/request/delete-local-peering-gateway-request.d.ts +1 -1
  165. package/lib/request/delete-nat-gateway-request.d.ts +1 -1
  166. package/lib/request/delete-network-security-group-request.d.ts +1 -1
  167. package/lib/request/delete-private-ip-request.d.ts +1 -1
  168. package/lib/request/delete-public-ip-pool-request.d.ts +1 -1
  169. package/lib/request/delete-public-ip-request.d.ts +1 -1
  170. package/lib/request/delete-remote-peering-connection-request.d.ts +1 -1
  171. package/lib/request/delete-route-table-request.d.ts +1 -1
  172. package/lib/request/delete-security-list-request.d.ts +1 -1
  173. package/lib/request/delete-service-gateway-request.d.ts +1 -1
  174. package/lib/request/delete-subnet-request.d.ts +1 -1
  175. package/lib/request/delete-vcn-request.d.ts +1 -1
  176. package/lib/request/delete-virtual-circuit-request.d.ts +1 -1
  177. package/lib/request/delete-vlan-request.d.ts +1 -1
  178. package/lib/request/delete-volume-backup-policy-assignment-request.d.ts +1 -1
  179. package/lib/request/delete-volume-backup-policy-request.d.ts +1 -1
  180. package/lib/request/delete-volume-backup-request.d.ts +1 -1
  181. package/lib/request/delete-volume-group-backup-request.d.ts +1 -1
  182. package/lib/request/delete-volume-group-request.d.ts +1 -1
  183. package/lib/request/delete-volume-kms-key-request.d.ts +1 -1
  184. package/lib/request/delete-volume-request.d.ts +1 -1
  185. package/lib/request/detach-boot-volume-request.d.ts +1 -1
  186. package/lib/request/detach-instance-pool-instance-request.d.ts +1 -1
  187. package/lib/request/detach-load-balancer-request.d.ts +1 -1
  188. package/lib/request/detach-service-id-request.d.ts +1 -1
  189. package/lib/request/detach-vnic-request.d.ts +1 -1
  190. package/lib/request/detach-volume-request.d.ts +1 -1
  191. package/lib/request/export-image-request.d.ts +1 -1
  192. package/lib/request/get-all-drg-attachments-request.d.ts +1 -1
  193. package/lib/request/get-allowed-ike-ipsec-parameters-request.d.ts +1 -1
  194. package/lib/request/get-app-catalog-listing-agreements-request.d.ts +1 -1
  195. package/lib/request/get-app-catalog-listing-request.d.ts +1 -1
  196. package/lib/request/get-app-catalog-listing-resource-version-request.d.ts +1 -1
  197. package/lib/request/get-block-volume-replica-request.d.ts +1 -1
  198. package/lib/request/get-boot-volume-attachment-request.d.ts +1 -1
  199. package/lib/request/get-boot-volume-backup-request.d.ts +1 -1
  200. package/lib/request/get-boot-volume-kms-key-request.d.ts +1 -1
  201. package/lib/request/get-boot-volume-replica-request.d.ts +1 -1
  202. package/lib/request/get-boot-volume-request.d.ts +1 -1
  203. package/lib/request/get-byoip-range-request.d.ts +1 -1
  204. package/lib/request/get-cluster-network-request.d.ts +1 -1
  205. package/lib/request/get-compute-capacity-reservation-request.d.ts +1 -1
  206. package/lib/request/get-compute-global-image-capability-schema-request.d.ts +1 -1
  207. package/lib/request/get-compute-global-image-capability-schema-version-request.d.ts +1 -1
  208. package/lib/request/get-compute-image-capability-schema-request.d.ts +1 -1
  209. package/lib/request/get-console-history-content-request.d.ts +1 -1
  210. package/lib/request/get-console-history-request.d.ts +1 -1
  211. package/lib/request/get-cpe-device-config-content-request.d.ts +1 -1
  212. package/lib/request/get-cpe-device-shape-request.d.ts +1 -1
  213. package/lib/request/get-cpe-request.d.ts +1 -1
  214. package/lib/request/get-cross-connect-group-request.d.ts +1 -1
  215. package/lib/request/get-cross-connect-letter-of-authority-request.d.ts +1 -1
  216. package/lib/request/get-cross-connect-request.d.ts +1 -1
  217. package/lib/request/get-cross-connect-status-request.d.ts +1 -1
  218. package/lib/request/get-dedicated-vm-host-request.d.ts +1 -1
  219. package/lib/request/get-dhcp-options-request.d.ts +1 -1
  220. package/lib/request/get-drg-attachment-request.d.ts +1 -1
  221. package/lib/request/get-drg-redundancy-status-request.d.ts +1 -1
  222. package/lib/request/get-drg-request.d.ts +1 -1
  223. package/lib/request/get-drg-route-distribution-request.d.ts +1 -1
  224. package/lib/request/get-drg-route-table-request.d.ts +1 -1
  225. package/lib/request/get-fast-connect-provider-service-key-request.d.ts +1 -1
  226. package/lib/request/get-fast-connect-provider-service-request.d.ts +1 -1
  227. package/lib/request/get-image-request.d.ts +1 -1
  228. package/lib/request/get-image-shape-compatibility-entry-request.d.ts +1 -1
  229. package/lib/request/get-instance-configuration-request.d.ts +1 -1
  230. package/lib/request/get-instance-console-connection-request.d.ts +1 -1
  231. package/lib/request/get-instance-pool-instance-request.d.ts +1 -1
  232. package/lib/request/get-instance-pool-load-balancer-attachment-request.d.ts +1 -1
  233. package/lib/request/get-instance-pool-request.d.ts +1 -1
  234. package/lib/request/get-instance-request.d.ts +1 -1
  235. package/lib/request/get-internet-gateway-request.d.ts +1 -1
  236. package/lib/request/get-ipsec-connection-device-config-request.d.ts +1 -1
  237. package/lib/request/get-ipsec-connection-device-status-request.d.ts +1 -1
  238. package/lib/request/get-ipsec-connection-request.d.ts +1 -1
  239. package/lib/request/get-ipsec-connection-tunnel-error-request.d.ts +1 -1
  240. package/lib/request/get-ipsec-connection-tunnel-request.d.ts +1 -1
  241. package/lib/request/get-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
  242. package/lib/request/get-ipsec-cpe-device-config-content-request.d.ts +1 -1
  243. package/lib/request/get-ipv6-request.d.ts +1 -1
  244. package/lib/request/get-local-peering-gateway-request.d.ts +1 -1
  245. package/lib/request/get-measured-boot-report-request.d.ts +1 -1
  246. package/lib/request/get-nat-gateway-request.d.ts +1 -1
  247. package/lib/request/get-network-security-group-request.d.ts +1 -1
  248. package/lib/request/get-networking-topology-request.d.ts +1 -1
  249. package/lib/request/get-private-ip-request.d.ts +1 -1
  250. package/lib/request/get-public-ip-by-ip-address-request.d.ts +1 -1
  251. package/lib/request/get-public-ip-by-private-ip-id-request.d.ts +1 -1
  252. package/lib/request/get-public-ip-pool-request.d.ts +1 -1
  253. package/lib/request/get-public-ip-request.d.ts +1 -1
  254. package/lib/request/get-remote-peering-connection-request.d.ts +1 -1
  255. package/lib/request/get-route-table-request.d.ts +1 -1
  256. package/lib/request/get-security-list-request.d.ts +1 -1
  257. package/lib/request/get-service-gateway-request.d.ts +1 -1
  258. package/lib/request/get-service-request.d.ts +1 -1
  259. package/lib/request/get-subnet-request.d.ts +1 -1
  260. package/lib/request/get-subnet-topology-request.d.ts +1 -1
  261. package/lib/request/get-tunnel-cpe-device-config-content-request.d.ts +1 -1
  262. package/lib/request/get-tunnel-cpe-device-config-request.d.ts +1 -1
  263. package/lib/request/get-upgrade-status-request.d.ts +1 -1
  264. package/lib/request/get-vcn-dns-resolver-association-request.d.ts +1 -1
  265. package/lib/request/get-vcn-request.d.ts +1 -1
  266. package/lib/request/get-vcn-topology-request.d.ts +1 -1
  267. package/lib/request/get-virtual-circuit-request.d.ts +1 -1
  268. package/lib/request/get-vlan-request.d.ts +1 -1
  269. package/lib/request/get-vnic-attachment-request.d.ts +1 -1
  270. package/lib/request/get-vnic-request.d.ts +1 -1
  271. package/lib/request/get-volume-attachment-request.d.ts +1 -1
  272. package/lib/request/get-volume-backup-policy-asset-assignment-request.d.ts +1 -1
  273. package/lib/request/get-volume-backup-policy-assignment-request.d.ts +1 -1
  274. package/lib/request/get-volume-backup-policy-request.d.ts +1 -1
  275. package/lib/request/get-volume-backup-request.d.ts +1 -1
  276. package/lib/request/get-volume-group-backup-request.d.ts +1 -1
  277. package/lib/request/get-volume-group-replica-request.d.ts +22 -0
  278. package/lib/request/get-volume-group-replica-request.js +15 -0
  279. package/lib/request/get-volume-group-replica-request.js.map +1 -0
  280. package/lib/request/get-volume-group-request.d.ts +1 -1
  281. package/lib/request/get-volume-kms-key-request.d.ts +1 -1
  282. package/lib/request/get-volume-request.d.ts +1 -1
  283. package/lib/request/get-windows-instance-initial-credentials-request.d.ts +1 -1
  284. package/lib/request/index.d.ts +4 -0
  285. package/lib/request/index.js +4 -2
  286. package/lib/request/index.js.map +1 -1
  287. package/lib/request/instance-action-request.d.ts +1 -1
  288. package/lib/request/launch-instance-configuration-request.d.ts +1 -1
  289. package/lib/request/launch-instance-request.d.ts +1 -1
  290. package/lib/request/list-allowed-peer-regions-for-remote-peering-request.d.ts +1 -1
  291. package/lib/request/list-app-catalog-listing-resource-versions-request.d.ts +1 -1
  292. package/lib/request/list-app-catalog-listings-request.d.ts +1 -1
  293. package/lib/request/list-app-catalog-subscriptions-request.d.ts +1 -1
  294. package/lib/request/list-block-volume-replicas-request.d.ts +1 -1
  295. package/lib/request/list-boot-volume-attachments-request.d.ts +1 -1
  296. package/lib/request/list-boot-volume-backups-request.d.ts +1 -1
  297. package/lib/request/list-boot-volume-replicas-request.d.ts +1 -1
  298. package/lib/request/list-boot-volumes-request.d.ts +1 -1
  299. package/lib/request/list-byoip-allocated-ranges-request.d.ts +1 -1
  300. package/lib/request/list-byoip-ranges-request.d.ts +1 -1
  301. package/lib/request/list-cluster-network-instances-request.d.ts +1 -1
  302. package/lib/request/list-cluster-networks-request.d.ts +1 -1
  303. package/lib/request/list-compute-capacity-reservation-instance-shapes-request.d.ts +1 -1
  304. package/lib/request/list-compute-capacity-reservation-instances-request.d.ts +1 -1
  305. package/lib/request/list-compute-capacity-reservations-request.d.ts +1 -1
  306. package/lib/request/list-compute-global-image-capability-schema-versions-request.d.ts +1 -1
  307. package/lib/request/list-compute-global-image-capability-schemas-request.d.ts +1 -1
  308. package/lib/request/list-compute-image-capability-schemas-request.d.ts +1 -1
  309. package/lib/request/list-console-histories-request.d.ts +1 -1
  310. package/lib/request/list-cpe-device-shapes-request.d.ts +1 -1
  311. package/lib/request/list-cpes-request.d.ts +1 -1
  312. package/lib/request/list-cross-connect-groups-request.d.ts +1 -1
  313. package/lib/request/list-cross-connect-locations-request.d.ts +1 -1
  314. package/lib/request/list-cross-connect-mappings-request.d.ts +1 -1
  315. package/lib/request/list-cross-connects-request.d.ts +1 -1
  316. package/lib/request/list-crossconnect-port-speed-shapes-request.d.ts +1 -1
  317. package/lib/request/list-dedicated-vm-host-instance-shapes-request.d.ts +1 -1
  318. package/lib/request/list-dedicated-vm-host-instances-request.d.ts +1 -1
  319. package/lib/request/list-dedicated-vm-host-shapes-request.d.ts +1 -1
  320. package/lib/request/list-dedicated-vm-hosts-request.d.ts +1 -1
  321. package/lib/request/list-dhcp-options-request.d.ts +1 -1
  322. package/lib/request/list-drg-attachments-request.d.ts +1 -1
  323. package/lib/request/list-drg-route-distribution-statements-request.d.ts +1 -1
  324. package/lib/request/list-drg-route-distributions-request.d.ts +1 -1
  325. package/lib/request/list-drg-route-rules-request.d.ts +1 -1
  326. package/lib/request/list-drg-route-tables-request.d.ts +1 -1
  327. package/lib/request/list-drgs-request.d.ts +1 -1
  328. package/lib/request/list-fast-connect-provider-services-request.d.ts +1 -1
  329. package/lib/request/list-fast-connect-provider-virtual-circuit-bandwidth-shapes-request.d.ts +1 -1
  330. package/lib/request/list-image-shape-compatibility-entries-request.d.ts +1 -1
  331. package/lib/request/list-images-request.d.ts +1 -1
  332. package/lib/request/list-instance-configurations-request.d.ts +1 -1
  333. package/lib/request/list-instance-console-connections-request.d.ts +1 -1
  334. package/lib/request/list-instance-devices-request.d.ts +1 -1
  335. package/lib/request/list-instance-pool-instances-request.d.ts +1 -1
  336. package/lib/request/list-instance-pools-request.d.ts +1 -1
  337. package/lib/request/list-instances-request.d.ts +1 -1
  338. package/lib/request/list-internet-gateways-request.d.ts +1 -1
  339. package/lib/request/list-ipsec-connection-tunnel-routes-request.d.ts +1 -1
  340. package/lib/request/list-ipsec-connection-tunnel-security-associations-request.d.ts +1 -1
  341. package/lib/request/list-ipsec-connection-tunnels-request.d.ts +1 -1
  342. package/lib/request/list-ipsec-connections-request.d.ts +1 -1
  343. package/lib/request/list-ipv6s-request.d.ts +1 -1
  344. package/lib/request/list-local-peering-gateways-request.d.ts +1 -1
  345. package/lib/request/list-nat-gateways-request.d.ts +1 -1
  346. package/lib/request/list-network-security-group-security-rules-request.d.ts +1 -1
  347. package/lib/request/list-network-security-group-vnics-request.d.ts +1 -1
  348. package/lib/request/list-network-security-groups-request.d.ts +1 -1
  349. package/lib/request/list-private-ips-request.d.ts +1 -1
  350. package/lib/request/list-public-ip-pools-request.d.ts +1 -1
  351. package/lib/request/list-public-ips-request.d.ts +1 -1
  352. package/lib/request/list-remote-peering-connections-request.d.ts +1 -1
  353. package/lib/request/list-route-tables-request.d.ts +1 -1
  354. package/lib/request/list-security-lists-request.d.ts +1 -1
  355. package/lib/request/list-service-gateways-request.d.ts +1 -1
  356. package/lib/request/list-services-request.d.ts +1 -1
  357. package/lib/request/list-shapes-request.d.ts +1 -1
  358. package/lib/request/list-subnets-request.d.ts +1 -1
  359. package/lib/request/list-vcns-request.d.ts +1 -1
  360. package/lib/request/list-virtual-circuit-bandwidth-shapes-request.d.ts +1 -1
  361. package/lib/request/list-virtual-circuit-public-prefixes-request.d.ts +1 -1
  362. package/lib/request/list-virtual-circuits-request.d.ts +1 -1
  363. package/lib/request/list-vlans-request.d.ts +1 -1
  364. package/lib/request/list-vnic-attachments-request.d.ts +1 -1
  365. package/lib/request/list-volume-attachments-request.d.ts +1 -1
  366. package/lib/request/list-volume-backup-policies-request.d.ts +1 -1
  367. package/lib/request/list-volume-backups-request.d.ts +1 -1
  368. package/lib/request/list-volume-group-backups-request.d.ts +1 -1
  369. package/lib/request/list-volume-group-replicas-request.d.ts +83 -0
  370. package/lib/request/list-volume-group-replicas-request.js +29 -0
  371. package/lib/request/list-volume-group-replicas-request.js.map +1 -0
  372. package/lib/request/list-volume-groups-request.d.ts +1 -1
  373. package/lib/request/list-volumes-request.d.ts +1 -1
  374. package/lib/request/modify-vcn-cidr-request.d.ts +1 -1
  375. package/lib/request/remove-drg-route-distribution-statements-request.d.ts +1 -1
  376. package/lib/request/remove-drg-route-rules-request.d.ts +1 -1
  377. package/lib/request/remove-export-drg-route-distribution-request.d.ts +1 -1
  378. package/lib/request/remove-image-shape-compatibility-entry-request.d.ts +1 -1
  379. package/lib/request/remove-import-drg-route-distribution-request.d.ts +1 -1
  380. package/lib/request/remove-network-security-group-security-rules-request.d.ts +1 -1
  381. package/lib/request/remove-public-ip-pool-capacity-request.d.ts +1 -1
  382. package/lib/request/remove-vcn-cidr-request.d.ts +1 -1
  383. package/lib/request/reset-instance-pool-request.d.ts +1 -1
  384. package/lib/request/softreset-instance-pool-request.d.ts +1 -1
  385. package/lib/request/start-instance-pool-request.d.ts +1 -1
  386. package/lib/request/stop-instance-pool-request.d.ts +1 -1
  387. package/lib/request/terminate-cluster-network-request.d.ts +1 -1
  388. package/lib/request/terminate-instance-pool-request.d.ts +1 -1
  389. package/lib/request/terminate-instance-request.d.ts +1 -1
  390. package/lib/request/update-boot-volume-backup-request.d.ts +1 -1
  391. package/lib/request/update-boot-volume-kms-key-request.d.ts +1 -1
  392. package/lib/request/update-boot-volume-request.d.ts +1 -1
  393. package/lib/request/update-byoip-range-request.d.ts +1 -1
  394. package/lib/request/update-cluster-network-request.d.ts +1 -1
  395. package/lib/request/update-compute-capacity-reservation-request.d.ts +1 -1
  396. package/lib/request/update-compute-image-capability-schema-request.d.ts +1 -1
  397. package/lib/request/update-console-history-request.d.ts +1 -1
  398. package/lib/request/update-cpe-request.d.ts +1 -1
  399. package/lib/request/update-cross-connect-group-request.d.ts +1 -1
  400. package/lib/request/update-cross-connect-request.d.ts +1 -1
  401. package/lib/request/update-dedicated-vm-host-request.d.ts +1 -1
  402. package/lib/request/update-dhcp-options-request.d.ts +1 -1
  403. package/lib/request/update-drg-attachment-request.d.ts +1 -1
  404. package/lib/request/update-drg-request.d.ts +1 -1
  405. package/lib/request/update-drg-route-distribution-request.d.ts +1 -1
  406. package/lib/request/update-drg-route-distribution-statements-request.d.ts +1 -1
  407. package/lib/request/update-drg-route-rules-request.d.ts +1 -1
  408. package/lib/request/update-drg-route-table-request.d.ts +1 -1
  409. package/lib/request/update-image-request.d.ts +1 -1
  410. package/lib/request/update-instance-configuration-request.d.ts +1 -1
  411. package/lib/request/update-instance-console-connection-request.d.ts +1 -1
  412. package/lib/request/update-instance-pool-request.d.ts +1 -1
  413. package/lib/request/update-instance-request.d.ts +1 -1
  414. package/lib/request/update-internet-gateway-request.d.ts +1 -1
  415. package/lib/request/update-ipsec-connection-request.d.ts +1 -1
  416. package/lib/request/update-ipsec-connection-tunnel-request.d.ts +1 -1
  417. package/lib/request/update-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
  418. package/lib/request/update-ipv6-request.d.ts +1 -1
  419. package/lib/request/update-local-peering-gateway-request.d.ts +1 -1
  420. package/lib/request/update-nat-gateway-request.d.ts +1 -1
  421. package/lib/request/update-network-security-group-request.d.ts +1 -1
  422. package/lib/request/update-network-security-group-security-rules-request.d.ts +1 -1
  423. package/lib/request/update-private-ip-request.d.ts +1 -1
  424. package/lib/request/update-public-ip-pool-request.d.ts +1 -1
  425. package/lib/request/update-public-ip-request.d.ts +1 -1
  426. package/lib/request/update-remote-peering-connection-request.d.ts +1 -1
  427. package/lib/request/update-route-table-request.d.ts +1 -1
  428. package/lib/request/update-security-list-request.d.ts +1 -1
  429. package/lib/request/update-service-gateway-request.d.ts +1 -1
  430. package/lib/request/update-subnet-request.d.ts +1 -1
  431. package/lib/request/update-tunnel-cpe-device-config-request.d.ts +1 -1
  432. package/lib/request/update-vcn-request.d.ts +1 -1
  433. package/lib/request/update-virtual-circuit-request.d.ts +1 -1
  434. package/lib/request/update-vlan-request.d.ts +1 -1
  435. package/lib/request/update-vnic-request.d.ts +1 -1
  436. package/lib/request/update-volume-attachment-request.d.ts +1 -1
  437. package/lib/request/update-volume-backup-policy-request.d.ts +1 -1
  438. package/lib/request/update-volume-backup-request.d.ts +1 -1
  439. package/lib/request/update-volume-group-backup-request.d.ts +1 -1
  440. package/lib/request/update-volume-group-request.d.ts +8 -1
  441. package/lib/request/update-volume-kms-key-request.d.ts +1 -1
  442. package/lib/request/update-volume-request.d.ts +1 -1
  443. package/lib/request/upgrade-drg-request.d.ts +1 -1
  444. package/lib/request/validate-byoip-range-request.d.ts +1 -1
  445. package/lib/request/withdraw-byoip-range-request.d.ts +1 -1
  446. package/lib/response/get-volume-group-replica-response.d.ts +30 -0
  447. package/lib/response/get-volume-group-replica-response.js +15 -0
  448. package/lib/response/get-volume-group-replica-response.js.map +1 -0
  449. package/lib/response/index.d.ts +4 -0
  450. package/lib/response/list-volume-group-replicas-response.d.ts +32 -0
  451. package/lib/response/list-volume-group-replicas-response.js +15 -0
  452. package/lib/response/list-volume-group-replicas-response.js.map +1 -0
  453. 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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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* () {
@@ -2578,6 +2578,66 @@ class BlockstorageClient {
2578
2578
  }
2579
2579
  });
2580
2580
  }
2581
+ /**
2582
+ * Gets information for the specified volume group replica.
2583
+ * This operation does not retry by default if the user has not defined a retry configuration.
2584
+ * @param GetVolumeGroupReplicaRequest
2585
+ * @return GetVolumeGroupReplicaResponse
2586
+ * @throws OciError when an error occurs
2587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetVolumeGroupReplica.ts.html |here} to see how to use GetVolumeGroupReplica API.
2588
+ */
2589
+ getVolumeGroupReplica(getVolumeGroupReplicaRequest) {
2590
+ return __awaiter(this, void 0, void 0, function* () {
2591
+ if (this.logger)
2592
+ this.logger.debug("Calling operation BlockstorageClient#getVolumeGroupReplica.");
2593
+ const pathParams = {
2594
+ "{volumeGroupReplicaId}": getVolumeGroupReplicaRequest.volumeGroupReplicaId
2595
+ };
2596
+ const queryParams = {};
2597
+ let headerParams = {
2598
+ "Content-Type": common.Constants.APPLICATION_JSON
2599
+ };
2600
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2601
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getVolumeGroupReplicaRequest.retryConfiguration, specRetryConfiguration);
2602
+ if (this.logger)
2603
+ retrier.logger = this.logger;
2604
+ const request = yield oci_common_2.composeRequest({
2605
+ baseEndpoint: this._endpoint,
2606
+ defaultHeaders: this._defaultHeaders,
2607
+ path: "/volumeGroupReplicas/{volumeGroupReplicaId}",
2608
+ method: "GET",
2609
+ pathParams: pathParams,
2610
+ headerParams: headerParams,
2611
+ queryParams: queryParams
2612
+ });
2613
+ try {
2614
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
2615
+ const sdkResponse = oci_common_2.composeResponse({
2616
+ responseObject: {},
2617
+ body: yield response.json(),
2618
+ bodyKey: "volumeGroupReplica",
2619
+ bodyModel: model.VolumeGroupReplica,
2620
+ type: "model.VolumeGroupReplica",
2621
+ responseHeaders: [
2622
+ {
2623
+ value: response.headers.get("etag"),
2624
+ key: "etag",
2625
+ dataType: "string"
2626
+ },
2627
+ {
2628
+ value: response.headers.get("opc-request-id"),
2629
+ key: "opcRequestId",
2630
+ dataType: "string"
2631
+ }
2632
+ ]
2633
+ });
2634
+ return sdkResponse;
2635
+ }
2636
+ catch (err) {
2637
+ throw err;
2638
+ }
2639
+ });
2640
+ }
2581
2641
  /**
2582
2642
  * Gets the Key Management encryption key assigned to the specified volume.
2583
2643
  *
@@ -2585,7 +2645,7 @@ class BlockstorageClient {
2585
2645
  * @param GetVolumeKmsKeyRequest
2586
2646
  * @return GetVolumeKmsKeyResponse
2587
2647
  * @throws OciError when an error occurs
2588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/GetVolumeKmsKey.ts.html |here} to see how to use GetVolumeKmsKey API.
2589
2649
  */
2590
2650
  getVolumeKmsKey(getVolumeKmsKeyRequest) {
2591
2651
  return __awaiter(this, void 0, void 0, function* () {
@@ -2647,7 +2707,7 @@ class BlockstorageClient {
2647
2707
  * @param ListBlockVolumeReplicasRequest
2648
2708
  * @return ListBlockVolumeReplicasResponse
2649
2709
  * @throws OciError when an error occurs
2650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/ListBlockVolumeReplicas.ts.html |here} to see how to use ListBlockVolumeReplicas API.
2651
2711
  */
2652
2712
  listBlockVolumeReplicas(listBlockVolumeReplicasRequest) {
2653
2713
  return __awaiter(this, void 0, void 0, function* () {
@@ -2755,7 +2815,7 @@ class BlockstorageClient {
2755
2815
  * @param ListBootVolumeBackupsRequest
2756
2816
  * @return ListBootVolumeBackupsResponse
2757
2817
  * @throws OciError when an error occurs
2758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/ListBootVolumeBackups.ts.html |here} to see how to use ListBootVolumeBackups API.
2759
2819
  */
2760
2820
  listBootVolumeBackups(listBootVolumeBackupsRequest) {
2761
2821
  return __awaiter(this, void 0, void 0, function* () {
@@ -2864,7 +2924,7 @@ class BlockstorageClient {
2864
2924
  * @param ListBootVolumeReplicasRequest
2865
2925
  * @return ListBootVolumeReplicasResponse
2866
2926
  * @throws OciError when an error occurs
2867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/ListBootVolumeReplicas.ts.html |here} to see how to use ListBootVolumeReplicas API.
2868
2928
  */
2869
2929
  listBootVolumeReplicas(listBootVolumeReplicasRequest) {
2870
2930
  return __awaiter(this, void 0, void 0, function* () {
@@ -2972,7 +3032,7 @@ class BlockstorageClient {
2972
3032
  * @param ListBootVolumesRequest
2973
3033
  * @return ListBootVolumesResponse
2974
3034
  * @throws OciError when an error occurs
2975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/ListBootVolumes.ts.html |here} to see how to use ListBootVolumes API.
2976
3036
  */
2977
3037
  listBootVolumes(listBootVolumesRequest) {
2978
3038
  return __awaiter(this, void 0, void 0, function* () {
@@ -3080,7 +3140,7 @@ class BlockstorageClient {
3080
3140
  * @param ListVolumeBackupPoliciesRequest
3081
3141
  * @return ListVolumeBackupPoliciesResponse
3082
3142
  * @throws OciError when an error occurs
3083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/ListVolumeBackupPolicies.ts.html |here} to see how to use ListVolumeBackupPolicies API.
3084
3144
  */
3085
3145
  listVolumeBackupPolicies(listVolumeBackupPoliciesRequest) {
3086
3146
  return __awaiter(this, void 0, void 0, function* () {
@@ -3183,7 +3243,7 @@ class BlockstorageClient {
3183
3243
  * @param ListVolumeBackupsRequest
3184
3244
  * @return ListVolumeBackupsResponse
3185
3245
  * @throws OciError when an error occurs
3186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/ListVolumeBackups.ts.html |here} to see how to use ListVolumeBackups API.
3187
3247
  */
3188
3248
  listVolumeBackups(listVolumeBackupsRequest) {
3189
3249
  return __awaiter(this, void 0, void 0, function* () {
@@ -3293,7 +3353,7 @@ class BlockstorageClient {
3293
3353
  * @param ListVolumeGroupBackupsRequest
3294
3354
  * @return ListVolumeGroupBackupsResponse
3295
3355
  * @throws OciError when an error occurs
3296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/ListVolumeGroupBackups.ts.html |here} to see how to use ListVolumeGroupBackups API.
3297
3357
  */
3298
3358
  listVolumeGroupBackups(listVolumeGroupBackupsRequest) {
3299
3359
  return __awaiter(this, void 0, void 0, function* () {
@@ -3393,6 +3453,115 @@ class BlockstorageClient {
3393
3453
  listVolumeGroupBackupsResponseIterator(request) {
3394
3454
  return oci_common_1.paginateResponses(request, req => this.listVolumeGroupBackups(req));
3395
3455
  }
3456
+ /**
3457
+ * Lists the volume group replicas in the specified compartment. You can filter the results by volume group.
3458
+ * For more information, see [Volume Group Replication](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/volumegroupreplication.htm).
3459
+ *
3460
+ * This operation does not retry by default if the user has not defined a retry configuration.
3461
+ * @param ListVolumeGroupReplicasRequest
3462
+ * @return ListVolumeGroupReplicasResponse
3463
+ * @throws OciError when an error occurs
3464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListVolumeGroupReplicas.ts.html |here} to see how to use ListVolumeGroupReplicas API.
3465
+ */
3466
+ listVolumeGroupReplicas(listVolumeGroupReplicasRequest) {
3467
+ return __awaiter(this, void 0, void 0, function* () {
3468
+ if (this.logger)
3469
+ this.logger.debug("Calling operation BlockstorageClient#listVolumeGroupReplicas.");
3470
+ const pathParams = {};
3471
+ const queryParams = {
3472
+ "availabilityDomain": listVolumeGroupReplicasRequest.availabilityDomain,
3473
+ "compartmentId": listVolumeGroupReplicasRequest.compartmentId,
3474
+ "limit": listVolumeGroupReplicasRequest.limit,
3475
+ "page": listVolumeGroupReplicasRequest.page,
3476
+ "displayName": listVolumeGroupReplicasRequest.displayName,
3477
+ "sortBy": listVolumeGroupReplicasRequest.sortBy,
3478
+ "sortOrder": listVolumeGroupReplicasRequest.sortOrder,
3479
+ "lifecycleState": listVolumeGroupReplicasRequest.lifecycleState
3480
+ };
3481
+ let headerParams = {
3482
+ "Content-Type": common.Constants.APPLICATION_JSON
3483
+ };
3484
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3485
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listVolumeGroupReplicasRequest.retryConfiguration, specRetryConfiguration);
3486
+ if (this.logger)
3487
+ retrier.logger = this.logger;
3488
+ const request = yield oci_common_2.composeRequest({
3489
+ baseEndpoint: this._endpoint,
3490
+ defaultHeaders: this._defaultHeaders,
3491
+ path: "/volumeGroupReplicas",
3492
+ method: "GET",
3493
+ pathParams: pathParams,
3494
+ headerParams: headerParams,
3495
+ queryParams: queryParams
3496
+ });
3497
+ try {
3498
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
3499
+ const sdkResponse = oci_common_2.composeResponse({
3500
+ responseObject: {},
3501
+ body: yield response.json(),
3502
+ bodyKey: "items",
3503
+ bodyModel: model.VolumeGroupReplica,
3504
+ type: "Array<model.VolumeGroupReplica>",
3505
+ responseHeaders: [
3506
+ {
3507
+ value: response.headers.get("opc-next-page"),
3508
+ key: "opcNextPage",
3509
+ dataType: "string"
3510
+ },
3511
+ {
3512
+ value: response.headers.get("opc-request-id"),
3513
+ key: "opcRequestId",
3514
+ dataType: "string"
3515
+ }
3516
+ ]
3517
+ });
3518
+ return sdkResponse;
3519
+ }
3520
+ catch (err) {
3521
+ throw err;
3522
+ }
3523
+ });
3524
+ }
3525
+ /**
3526
+ * NOTE: This function is deprecated in favor of listVolumeGroupReplicasRecordIterator function.
3527
+ * Creates a new async iterator which will iterate over the models.VolumeGroupReplica objects
3528
+ * contained in responses from the listVolumeGroupReplicas operation. This iterator will fetch more data from the
3529
+ * server as needed.
3530
+ *
3531
+ * @param request a request which can be sent to the service operation
3532
+ */
3533
+ listAllVolumeGroupReplicas(request) {
3534
+ return oci_common_1.paginateRecords(request, req => this.listVolumeGroupReplicas(req));
3535
+ }
3536
+ /**
3537
+ * NOTE: This function is deprecated in favor of listVolumeGroupReplicasResponseIterator function.
3538
+ * Creates a new async iterator which will iterate over the responses received from the listVolumeGroupReplicas operation. This iterator
3539
+ * will fetch more data from the server as needed.
3540
+ *
3541
+ * @param request a request which can be sent to the service operation
3542
+ */
3543
+ listAllVolumeGroupReplicasResponses(request) {
3544
+ return oci_common_1.paginateResponses(request, req => this.listVolumeGroupReplicas(req));
3545
+ }
3546
+ /**
3547
+ * Creates a new async iterator which will iterate over the models.VolumeGroupReplica objects
3548
+ * contained in responses from the listVolumeGroupReplicas operation. This iterator will fetch more data from the
3549
+ * server as needed.
3550
+ *
3551
+ * @param request a request which can be sent to the service operation
3552
+ */
3553
+ listVolumeGroupReplicasRecordIterator(request) {
3554
+ return oci_common_1.paginateRecords(request, req => this.listVolumeGroupReplicas(req));
3555
+ }
3556
+ /**
3557
+ * Creates a new async iterator which will iterate over the responses received from the listVolumeGroupReplicas operation. This iterator
3558
+ * will fetch more data from the server as needed.
3559
+ *
3560
+ * @param request a request which can be sent to the service operation
3561
+ */
3562
+ listVolumeGroupReplicasResponseIterator(request) {
3563
+ return oci_common_1.paginateResponses(request, req => this.listVolumeGroupReplicas(req));
3564
+ }
3396
3565
  /**
3397
3566
  * Lists the volume groups in the specified compartment and availability domain.
3398
3567
  * For more information, see [Volume Groups](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/volumegroups.htm).
@@ -3401,7 +3570,7 @@ class BlockstorageClient {
3401
3570
  * @param ListVolumeGroupsRequest
3402
3571
  * @return ListVolumeGroupsResponse
3403
3572
  * @throws OciError when an error occurs
3404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/ListVolumeGroups.ts.html |here} to see how to use ListVolumeGroups API.
3405
3574
  */
3406
3575
  listVolumeGroups(listVolumeGroupsRequest) {
3407
3576
  return __awaiter(this, void 0, void 0, function* () {
@@ -3509,7 +3678,7 @@ class BlockstorageClient {
3509
3678
  * @param ListVolumesRequest
3510
3679
  * @return ListVolumesResponse
3511
3680
  * @throws OciError when an error occurs
3512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/ListVolumes.ts.html |here} to see how to use ListVolumes API.
3513
3682
  */
3514
3683
  listVolumes(listVolumesRequest) {
3515
3684
  return __awaiter(this, void 0, void 0, function* () {
@@ -3617,7 +3786,7 @@ class BlockstorageClient {
3617
3786
  * @param UpdateBootVolumeRequest
3618
3787
  * @return UpdateBootVolumeResponse
3619
3788
  * @throws OciError when an error occurs
3620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/UpdateBootVolume.ts.html |here} to see how to use UpdateBootVolume API.
3621
3790
  */
3622
3791
  updateBootVolume(updateBootVolumeRequest) {
3623
3792
  return __awaiter(this, void 0, void 0, function* () {
@@ -3681,7 +3850,7 @@ class BlockstorageClient {
3681
3850
  * @param UpdateBootVolumeBackupRequest
3682
3851
  * @return UpdateBootVolumeBackupResponse
3683
3852
  * @throws OciError when an error occurs
3684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/UpdateBootVolumeBackup.ts.html |here} to see how to use UpdateBootVolumeBackup API.
3685
3854
  */
3686
3855
  updateBootVolumeBackup(updateBootVolumeBackupRequest) {
3687
3856
  return __awaiter(this, void 0, void 0, function* () {
@@ -3739,7 +3908,7 @@ class BlockstorageClient {
3739
3908
  * @param UpdateBootVolumeKmsKeyRequest
3740
3909
  * @return UpdateBootVolumeKmsKeyResponse
3741
3910
  * @throws OciError when an error occurs
3742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/UpdateBootVolumeKmsKey.ts.html |here} to see how to use UpdateBootVolumeKmsKey API.
3743
3912
  */
3744
3913
  updateBootVolumeKmsKey(updateBootVolumeKmsKeyRequest) {
3745
3914
  return __awaiter(this, void 0, void 0, function* () {
@@ -3803,7 +3972,7 @@ class BlockstorageClient {
3803
3972
  * @param UpdateVolumeRequest
3804
3973
  * @return UpdateVolumeResponse
3805
3974
  * @throws OciError when an error occurs
3806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/UpdateVolume.ts.html |here} to see how to use UpdateVolume API.
3807
3976
  */
3808
3977
  updateVolume(updateVolumeRequest) {
3809
3978
  return __awaiter(this, void 0, void 0, function* () {
@@ -3867,7 +4036,7 @@ class BlockstorageClient {
3867
4036
  * @param UpdateVolumeBackupRequest
3868
4037
  * @return UpdateVolumeBackupResponse
3869
4038
  * @throws OciError when an error occurs
3870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/UpdateVolumeBackup.ts.html |here} to see how to use UpdateVolumeBackup API.
3871
4040
  */
3872
4041
  updateVolumeBackup(updateVolumeBackupRequest) {
3873
4042
  return __awaiter(this, void 0, void 0, function* () {
@@ -3929,7 +4098,7 @@ class BlockstorageClient {
3929
4098
  * @param UpdateVolumeBackupPolicyRequest
3930
4099
  * @return UpdateVolumeBackupPolicyResponse
3931
4100
  * @throws OciError when an error occurs
3932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/UpdateVolumeBackupPolicy.ts.html |here} to see how to use UpdateVolumeBackupPolicy API.
3933
4102
  */
3934
4103
  updateVolumeBackupPolicy(updateVolumeBackupPolicyRequest) {
3935
4104
  return __awaiter(this, void 0, void 0, function* () {
@@ -3999,7 +4168,7 @@ class BlockstorageClient {
3999
4168
  * @param UpdateVolumeGroupRequest
4000
4169
  * @return UpdateVolumeGroupResponse
4001
4170
  * @throws OciError when an error occurs
4002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/UpdateVolumeGroup.ts.html |here} to see how to use UpdateVolumeGroup API.
4003
4172
  */
4004
4173
  updateVolumeGroup(updateVolumeGroupRequest) {
4005
4174
  return __awaiter(this, void 0, void 0, function* () {
@@ -4008,7 +4177,9 @@ class BlockstorageClient {
4008
4177
  const pathParams = {
4009
4178
  "{volumeGroupId}": updateVolumeGroupRequest.volumeGroupId
4010
4179
  };
4011
- const queryParams = {};
4180
+ const queryParams = {
4181
+ "preserveVolumeReplica": updateVolumeGroupRequest.preserveVolumeReplica
4182
+ };
4012
4183
  let headerParams = {
4013
4184
  "Content-Type": common.Constants.APPLICATION_JSON,
4014
4185
  "if-match": updateVolumeGroupRequest.ifMatch
@@ -4061,7 +4232,7 @@ class BlockstorageClient {
4061
4232
  * @param UpdateVolumeGroupBackupRequest
4062
4233
  * @return UpdateVolumeGroupBackupResponse
4063
4234
  * @throws OciError when an error occurs
4064
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/UpdateVolumeGroupBackup.ts.html |here} to see how to use UpdateVolumeGroupBackup API.
4065
4236
  */
4066
4237
  updateVolumeGroupBackup(updateVolumeGroupBackupRequest) {
4067
4238
  return __awaiter(this, void 0, void 0, function* () {
@@ -4119,7 +4290,7 @@ class BlockstorageClient {
4119
4290
  * @param UpdateVolumeKmsKeyRequest
4120
4291
  * @return UpdateVolumeKmsKeyResponse
4121
4292
  * @throws OciError when an error occurs
4122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.1/core/UpdateVolumeKmsKey.ts.html |here} to see how to use UpdateVolumeKmsKey API.
4123
4294
  */
4124
4295
  updateVolumeKmsKey(updateVolumeKmsKeyRequest) {
4125
4296
  return __awaiter(this, void 0, void 0, function* () {
@@ -4281,7 +4452,7 @@ class ComputeClient {
4281
4452
  * @param AcceptShieldedIntegrityPolicyRequest
4282
4453
  * @return AcceptShieldedIntegrityPolicyResponse
4283
4454
  * @throws OciError when an error occurs
4284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AcceptShieldedIntegrityPolicy.ts.html |here} to see how to use AcceptShieldedIntegrityPolicy API.
4455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AcceptShieldedIntegrityPolicy.ts.html |here} to see how to use AcceptShieldedIntegrityPolicy API.
4285
4456
  */
4286
4457
  acceptShieldedIntegrityPolicy(acceptShieldedIntegrityPolicyRequest) {
4287
4458
  return __awaiter(this, void 0, void 0, function* () {
@@ -4335,7 +4506,7 @@ class ComputeClient {
4335
4506
  * @param AddImageShapeCompatibilityEntryRequest
4336
4507
  * @return AddImageShapeCompatibilityEntryResponse
4337
4508
  * @throws OciError when an error occurs
4338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AddImageShapeCompatibilityEntry.ts.html |here} to see how to use AddImageShapeCompatibilityEntry API.
4509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AddImageShapeCompatibilityEntry.ts.html |here} to see how to use AddImageShapeCompatibilityEntry API.
4339
4510
  */
4340
4511
  addImageShapeCompatibilityEntry(addImageShapeCompatibilityEntryRequest) {
4341
4512
  return __awaiter(this, void 0, void 0, function* () {
@@ -4393,7 +4564,7 @@ class ComputeClient {
4393
4564
  * @param AttachBootVolumeRequest
4394
4565
  * @return AttachBootVolumeResponse
4395
4566
  * @throws OciError when an error occurs
4396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AttachBootVolume.ts.html |here} to see how to use AttachBootVolume API.
4567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AttachBootVolume.ts.html |here} to see how to use AttachBootVolume API.
4397
4568
  */
4398
4569
  attachBootVolume(attachBootVolumeRequest) {
4399
4570
  return __awaiter(this, void 0, void 0, function* () {
@@ -4456,7 +4627,7 @@ class ComputeClient {
4456
4627
  * @param AttachVnicRequest
4457
4628
  * @return AttachVnicResponse
4458
4629
  * @throws OciError when an error occurs
4459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AttachVnic.ts.html |here} to see how to use AttachVnic API.
4630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AttachVnic.ts.html |here} to see how to use AttachVnic API.
4460
4631
  */
4461
4632
  attachVnic(attachVnicRequest) {
4462
4633
  return __awaiter(this, void 0, void 0, function* () {
@@ -4517,7 +4688,7 @@ class ComputeClient {
4517
4688
  * @param AttachVolumeRequest
4518
4689
  * @return AttachVolumeResponse
4519
4690
  * @throws OciError when an error occurs
4520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AttachVolume.ts.html |here} to see how to use AttachVolume API.
4691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AttachVolume.ts.html |here} to see how to use AttachVolume API.
4521
4692
  */
4522
4693
  attachVolume(attachVolumeRequest) {
4523
4694
  return __awaiter(this, void 0, void 0, function* () {
@@ -4594,7 +4765,7 @@ class ComputeClient {
4594
4765
  * @param CaptureConsoleHistoryRequest
4595
4766
  * @return CaptureConsoleHistoryResponse
4596
4767
  * @throws OciError when an error occurs
4597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CaptureConsoleHistory.ts.html |here} to see how to use CaptureConsoleHistory API.
4768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CaptureConsoleHistory.ts.html |here} to see how to use CaptureConsoleHistory API.
4598
4769
  */
4599
4770
  captureConsoleHistory(captureConsoleHistoryRequest) {
4600
4771
  return __awaiter(this, void 0, void 0, function* () {
@@ -4657,7 +4828,7 @@ class ComputeClient {
4657
4828
  * @param ChangeComputeCapacityReservationCompartmentRequest
4658
4829
  * @return ChangeComputeCapacityReservationCompartmentResponse
4659
4830
  * @throws OciError when an error occurs
4660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeComputeCapacityReservationCompartment.ts.html |here} to see how to use ChangeComputeCapacityReservationCompartment API.
4831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeComputeCapacityReservationCompartment.ts.html |here} to see how to use ChangeComputeCapacityReservationCompartment API.
4661
4832
  */
4662
4833
  changeComputeCapacityReservationCompartment(changeComputeCapacityReservationCompartmentRequest) {
4663
4834
  return __awaiter(this, void 0, void 0, function* () {
@@ -4720,7 +4891,7 @@ class ComputeClient {
4720
4891
  * @param ChangeComputeImageCapabilitySchemaCompartmentRequest
4721
4892
  * @return ChangeComputeImageCapabilitySchemaCompartmentResponse
4722
4893
  * @throws OciError when an error occurs
4723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeComputeImageCapabilitySchemaCompartment.ts.html |here} to see how to use ChangeComputeImageCapabilitySchemaCompartment API.
4894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeComputeImageCapabilitySchemaCompartment.ts.html |here} to see how to use ChangeComputeImageCapabilitySchemaCompartment API.
4724
4895
  */
4725
4896
  changeComputeImageCapabilitySchemaCompartment(changeComputeImageCapabilitySchemaCompartmentRequest) {
4726
4897
  return __awaiter(this, void 0, void 0, function* () {
@@ -4775,7 +4946,7 @@ class ComputeClient {
4775
4946
  * @param ChangeDedicatedVmHostCompartmentRequest
4776
4947
  * @return ChangeDedicatedVmHostCompartmentResponse
4777
4948
  * @throws OciError when an error occurs
4778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeDedicatedVmHostCompartment.ts.html |here} to see how to use ChangeDedicatedVmHostCompartment API.
4949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeDedicatedVmHostCompartment.ts.html |here} to see how to use ChangeDedicatedVmHostCompartment API.
4779
4950
  */
4780
4951
  changeDedicatedVmHostCompartment(changeDedicatedVmHostCompartmentRequest) {
4781
4952
  return __awaiter(this, void 0, void 0, function* () {
@@ -4843,7 +5014,7 @@ class ComputeClient {
4843
5014
  * @param ChangeImageCompartmentRequest
4844
5015
  * @return ChangeImageCompartmentResponse
4845
5016
  * @throws OciError when an error occurs
4846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeImageCompartment.ts.html |here} to see how to use ChangeImageCompartment API.
5017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeImageCompartment.ts.html |here} to see how to use ChangeImageCompartment API.
4847
5018
  */
4848
5019
  changeImageCompartment(changeImageCompartmentRequest) {
4849
5020
  return __awaiter(this, void 0, void 0, function* () {
@@ -4909,7 +5080,7 @@ class ComputeClient {
4909
5080
  * @param ChangeInstanceCompartmentRequest
4910
5081
  * @return ChangeInstanceCompartmentResponse
4911
5082
  * @throws OciError when an error occurs
4912
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeInstanceCompartment.ts.html |here} to see how to use ChangeInstanceCompartment API.
5083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeInstanceCompartment.ts.html |here} to see how to use ChangeInstanceCompartment API.
4913
5084
  */
4914
5085
  changeInstanceCompartment(changeInstanceCompartmentRequest) {
4915
5086
  return __awaiter(this, void 0, void 0, function* () {
@@ -4975,7 +5146,7 @@ class ComputeClient {
4975
5146
  * @param CreateAppCatalogSubscriptionRequest
4976
5147
  * @return CreateAppCatalogSubscriptionResponse
4977
5148
  * @throws OciError when an error occurs
4978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateAppCatalogSubscription.ts.html |here} to see how to use CreateAppCatalogSubscription API.
5149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateAppCatalogSubscription.ts.html |here} to see how to use CreateAppCatalogSubscription API.
4979
5150
  */
4980
5151
  createAppCatalogSubscription(createAppCatalogSubscriptionRequest) {
4981
5152
  return __awaiter(this, void 0, void 0, function* () {
@@ -5040,7 +5211,7 @@ class ComputeClient {
5040
5211
  * @param CreateComputeCapacityReservationRequest
5041
5212
  * @return CreateComputeCapacityReservationResponse
5042
5213
  * @throws OciError when an error occurs
5043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateComputeCapacityReservation.ts.html |here} to see how to use CreateComputeCapacityReservation API.
5214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateComputeCapacityReservation.ts.html |here} to see how to use CreateComputeCapacityReservation API.
5044
5215
  */
5045
5216
  createComputeCapacityReservation(createComputeCapacityReservationRequest) {
5046
5217
  return __awaiter(this, void 0, void 0, function* () {
@@ -5112,7 +5283,7 @@ class ComputeClient {
5112
5283
  * @param CreateComputeImageCapabilitySchemaRequest
5113
5284
  * @return CreateComputeImageCapabilitySchemaResponse
5114
5285
  * @throws OciError when an error occurs
5115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateComputeImageCapabilitySchema.ts.html |here} to see how to use CreateComputeImageCapabilitySchema API.
5286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateComputeImageCapabilitySchema.ts.html |here} to see how to use CreateComputeImageCapabilitySchema API.
5116
5287
  */
5117
5288
  createComputeImageCapabilitySchema(createComputeImageCapabilitySchemaRequest) {
5118
5289
  return __awaiter(this, void 0, void 0, function* () {
@@ -5176,7 +5347,7 @@ class ComputeClient {
5176
5347
  * @param CreateDedicatedVmHostRequest
5177
5348
  * @return CreateDedicatedVmHostResponse
5178
5349
  * @throws OciError when an error occurs
5179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateDedicatedVmHost.ts.html |here} to see how to use CreateDedicatedVmHost API.
5350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateDedicatedVmHost.ts.html |here} to see how to use CreateDedicatedVmHost API.
5180
5351
  */
5181
5352
  createDedicatedVmHost(createDedicatedVmHostRequest) {
5182
5353
  return __awaiter(this, void 0, void 0, function* () {
@@ -5265,7 +5436,7 @@ class ComputeClient {
5265
5436
  * @param CreateImageRequest
5266
5437
  * @return CreateImageResponse
5267
5438
  * @throws OciError when an error occurs
5268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateImage.ts.html |here} to see how to use CreateImage API.
5439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateImage.ts.html |here} to see how to use CreateImage API.
5269
5440
  */
5270
5441
  createImage(createImageRequest) {
5271
5442
  return __awaiter(this, void 0, void 0, function* () {
@@ -5335,7 +5506,7 @@ class ComputeClient {
5335
5506
  * @param CreateInstanceConsoleConnectionRequest
5336
5507
  * @return CreateInstanceConsoleConnectionResponse
5337
5508
  * @throws OciError when an error occurs
5338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateInstanceConsoleConnection.ts.html |here} to see how to use CreateInstanceConsoleConnection API.
5509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateInstanceConsoleConnection.ts.html |here} to see how to use CreateInstanceConsoleConnection API.
5339
5510
  */
5340
5511
  createInstanceConsoleConnection(createInstanceConsoleConnectionRequest) {
5341
5512
  return __awaiter(this, void 0, void 0, function* () {
@@ -5395,7 +5566,7 @@ class ComputeClient {
5395
5566
  * @param DeleteAppCatalogSubscriptionRequest
5396
5567
  * @return DeleteAppCatalogSubscriptionResponse
5397
5568
  * @throws OciError when an error occurs
5398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteAppCatalogSubscription.ts.html |here} to see how to use DeleteAppCatalogSubscription API.
5569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteAppCatalogSubscription.ts.html |here} to see how to use DeleteAppCatalogSubscription API.
5399
5570
  */
5400
5571
  deleteAppCatalogSubscription(deleteAppCatalogSubscriptionRequest) {
5401
5572
  return __awaiter(this, void 0, void 0, function* () {
@@ -5448,7 +5619,7 @@ class ComputeClient {
5448
5619
  * @param DeleteComputeCapacityReservationRequest
5449
5620
  * @return DeleteComputeCapacityReservationResponse
5450
5621
  * @throws OciError when an error occurs
5451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteComputeCapacityReservation.ts.html |here} to see how to use DeleteComputeCapacityReservation API.
5622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteComputeCapacityReservation.ts.html |here} to see how to use DeleteComputeCapacityReservation API.
5452
5623
  */
5453
5624
  deleteComputeCapacityReservation(deleteComputeCapacityReservationRequest) {
5454
5625
  return __awaiter(this, void 0, void 0, function* () {
@@ -5507,7 +5678,7 @@ class ComputeClient {
5507
5678
  * @param DeleteComputeImageCapabilitySchemaRequest
5508
5679
  * @return DeleteComputeImageCapabilitySchemaResponse
5509
5680
  * @throws OciError when an error occurs
5510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteComputeImageCapabilitySchema.ts.html |here} to see how to use DeleteComputeImageCapabilitySchema API.
5681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteComputeImageCapabilitySchema.ts.html |here} to see how to use DeleteComputeImageCapabilitySchema API.
5511
5682
  */
5512
5683
  deleteComputeImageCapabilitySchema(deleteComputeImageCapabilitySchemaRequest) {
5513
5684
  return __awaiter(this, void 0, void 0, function* () {
@@ -5560,7 +5731,7 @@ class ComputeClient {
5560
5731
  * @param DeleteConsoleHistoryRequest
5561
5732
  * @return DeleteConsoleHistoryResponse
5562
5733
  * @throws OciError when an error occurs
5563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteConsoleHistory.ts.html |here} to see how to use DeleteConsoleHistory API.
5734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteConsoleHistory.ts.html |here} to see how to use DeleteConsoleHistory API.
5564
5735
  */
5565
5736
  deleteConsoleHistory(deleteConsoleHistoryRequest) {
5566
5737
  return __awaiter(this, void 0, void 0, function* () {
@@ -5616,7 +5787,7 @@ class ComputeClient {
5616
5787
  * @param DeleteDedicatedVmHostRequest
5617
5788
  * @return DeleteDedicatedVmHostResponse
5618
5789
  * @throws OciError when an error occurs
5619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteDedicatedVmHost.ts.html |here} to see how to use DeleteDedicatedVmHost API.
5790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteDedicatedVmHost.ts.html |here} to see how to use DeleteDedicatedVmHost API.
5620
5791
  */
5621
5792
  deleteDedicatedVmHost(deleteDedicatedVmHostRequest) {
5622
5793
  return __awaiter(this, void 0, void 0, function* () {
@@ -5673,7 +5844,7 @@ class ComputeClient {
5673
5844
  * @param DeleteImageRequest
5674
5845
  * @return DeleteImageResponse
5675
5846
  * @throws OciError when an error occurs
5676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteImage.ts.html |here} to see how to use DeleteImage API.
5847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteImage.ts.html |here} to see how to use DeleteImage API.
5677
5848
  */
5678
5849
  deleteImage(deleteImageRequest) {
5679
5850
  return __awaiter(this, void 0, void 0, function* () {
@@ -5725,7 +5896,7 @@ class ComputeClient {
5725
5896
  * @param DeleteInstanceConsoleConnectionRequest
5726
5897
  * @return DeleteInstanceConsoleConnectionResponse
5727
5898
  * @throws OciError when an error occurs
5728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteInstanceConsoleConnection.ts.html |here} to see how to use DeleteInstanceConsoleConnection API.
5899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteInstanceConsoleConnection.ts.html |here} to see how to use DeleteInstanceConsoleConnection API.
5729
5900
  */
5730
5901
  deleteInstanceConsoleConnection(deleteInstanceConsoleConnectionRequest) {
5731
5902
  return __awaiter(this, void 0, void 0, function* () {
@@ -5781,7 +5952,7 @@ class ComputeClient {
5781
5952
  * @param DetachBootVolumeRequest
5782
5953
  * @return DetachBootVolumeResponse
5783
5954
  * @throws OciError when an error occurs
5784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DetachBootVolume.ts.html |here} to see how to use DetachBootVolume API.
5955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DetachBootVolume.ts.html |here} to see how to use DetachBootVolume API.
5785
5956
  */
5786
5957
  detachBootVolume(detachBootVolumeRequest) {
5787
5958
  return __awaiter(this, void 0, void 0, function* () {
@@ -5843,7 +6014,7 @@ class ComputeClient {
5843
6014
  * @param DetachVnicRequest
5844
6015
  * @return DetachVnicResponse
5845
6016
  * @throws OciError when an error occurs
5846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DetachVnic.ts.html |here} to see how to use DetachVnic API.
6017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DetachVnic.ts.html |here} to see how to use DetachVnic API.
5847
6018
  */
5848
6019
  detachVnic(detachVnicRequest) {
5849
6020
  return __awaiter(this, void 0, void 0, function* () {
@@ -5899,7 +6070,7 @@ class ComputeClient {
5899
6070
  * @param DetachVolumeRequest
5900
6071
  * @return DetachVolumeResponse
5901
6072
  * @throws OciError when an error occurs
5902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DetachVolume.ts.html |here} to see how to use DetachVolume API.
6073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DetachVolume.ts.html |here} to see how to use DetachVolume API.
5903
6074
  */
5904
6075
  detachVolume(detachVolumeRequest) {
5905
6076
  return __awaiter(this, void 0, void 0, function* () {
@@ -5961,7 +6132,7 @@ class ComputeClient {
5961
6132
  * @param ExportImageRequest
5962
6133
  * @return ExportImageResponse
5963
6134
  * @throws OciError when an error occurs
5964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ExportImage.ts.html |here} to see how to use ExportImage API.
6135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ExportImage.ts.html |here} to see how to use ExportImage API.
5965
6136
  */
5966
6137
  exportImage(exportImageRequest) {
5967
6138
  return __awaiter(this, void 0, void 0, function* () {
@@ -6029,7 +6200,7 @@ class ComputeClient {
6029
6200
  * @param GetAppCatalogListingRequest
6030
6201
  * @return GetAppCatalogListingResponse
6031
6202
  * @throws OciError when an error occurs
6032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetAppCatalogListing.ts.html |here} to see how to use GetAppCatalogListing API.
6203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetAppCatalogListing.ts.html |here} to see how to use GetAppCatalogListing API.
6033
6204
  */
6034
6205
  getAppCatalogListing(getAppCatalogListingRequest) {
6035
6206
  return __awaiter(this, void 0, void 0, function* () {
@@ -6089,7 +6260,7 @@ class ComputeClient {
6089
6260
  * @param GetAppCatalogListingAgreementsRequest
6090
6261
  * @return GetAppCatalogListingAgreementsResponse
6091
6262
  * @throws OciError when an error occurs
6092
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetAppCatalogListingAgreements.ts.html |here} to see how to use GetAppCatalogListingAgreements API.
6263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetAppCatalogListingAgreements.ts.html |here} to see how to use GetAppCatalogListingAgreements API.
6093
6264
  */
6094
6265
  getAppCatalogListingAgreements(getAppCatalogListingAgreementsRequest) {
6095
6266
  return __awaiter(this, void 0, void 0, function* () {
@@ -6150,7 +6321,7 @@ class ComputeClient {
6150
6321
  * @param GetAppCatalogListingResourceVersionRequest
6151
6322
  * @return GetAppCatalogListingResourceVersionResponse
6152
6323
  * @throws OciError when an error occurs
6153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetAppCatalogListingResourceVersion.ts.html |here} to see how to use GetAppCatalogListingResourceVersion API.
6324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetAppCatalogListingResourceVersion.ts.html |here} to see how to use GetAppCatalogListingResourceVersion API.
6154
6325
  */
6155
6326
  getAppCatalogListingResourceVersion(getAppCatalogListingResourceVersionRequest) {
6156
6327
  return __awaiter(this, void 0, void 0, function* () {
@@ -6211,7 +6382,7 @@ class ComputeClient {
6211
6382
  * @param GetBootVolumeAttachmentRequest
6212
6383
  * @return GetBootVolumeAttachmentResponse
6213
6384
  * @throws OciError when an error occurs
6214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetBootVolumeAttachment.ts.html |here} to see how to use GetBootVolumeAttachment API.
6385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetBootVolumeAttachment.ts.html |here} to see how to use GetBootVolumeAttachment API.
6215
6386
  */
6216
6387
  getBootVolumeAttachment(getBootVolumeAttachmentRequest) {
6217
6388
  return __awaiter(this, void 0, void 0, function* () {
@@ -6271,7 +6442,7 @@ class ComputeClient {
6271
6442
  * @param GetComputeCapacityReservationRequest
6272
6443
  * @return GetComputeCapacityReservationResponse
6273
6444
  * @throws OciError when an error occurs
6274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetComputeCapacityReservation.ts.html |here} to see how to use GetComputeCapacityReservation API.
6445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetComputeCapacityReservation.ts.html |here} to see how to use GetComputeCapacityReservation API.
6275
6446
  */
6276
6447
  getComputeCapacityReservation(getComputeCapacityReservationRequest) {
6277
6448
  return __awaiter(this, void 0, void 0, function* () {
@@ -6332,7 +6503,7 @@ class ComputeClient {
6332
6503
  * @param GetComputeGlobalImageCapabilitySchemaRequest
6333
6504
  * @return GetComputeGlobalImageCapabilitySchemaResponse
6334
6505
  * @throws OciError when an error occurs
6335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetComputeGlobalImageCapabilitySchema.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchema API.
6506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetComputeGlobalImageCapabilitySchema.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchema API.
6336
6507
  */
6337
6508
  getComputeGlobalImageCapabilitySchema(getComputeGlobalImageCapabilitySchemaRequest) {
6338
6509
  return __awaiter(this, void 0, void 0, function* () {
@@ -6392,7 +6563,7 @@ class ComputeClient {
6392
6563
  * @param GetComputeGlobalImageCapabilitySchemaVersionRequest
6393
6564
  * @return GetComputeGlobalImageCapabilitySchemaVersionResponse
6394
6565
  * @throws OciError when an error occurs
6395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
6566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
6396
6567
  */
6397
6568
  getComputeGlobalImageCapabilitySchemaVersion(getComputeGlobalImageCapabilitySchemaVersionRequest) {
6398
6569
  return __awaiter(this, void 0, void 0, function* () {
@@ -6454,7 +6625,7 @@ class ComputeClient {
6454
6625
  * @param GetComputeImageCapabilitySchemaRequest
6455
6626
  * @return GetComputeImageCapabilitySchemaResponse
6456
6627
  * @throws OciError when an error occurs
6457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetComputeImageCapabilitySchema.ts.html |here} to see how to use GetComputeImageCapabilitySchema API.
6628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetComputeImageCapabilitySchema.ts.html |here} to see how to use GetComputeImageCapabilitySchema API.
6458
6629
  */
6459
6630
  getComputeImageCapabilitySchema(getComputeImageCapabilitySchemaRequest) {
6460
6631
  return __awaiter(this, void 0, void 0, function* () {
@@ -6519,7 +6690,7 @@ class ComputeClient {
6519
6690
  * @param GetConsoleHistoryRequest
6520
6691
  * @return GetConsoleHistoryResponse
6521
6692
  * @throws OciError when an error occurs
6522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetConsoleHistory.ts.html |here} to see how to use GetConsoleHistory API.
6693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetConsoleHistory.ts.html |here} to see how to use GetConsoleHistory API.
6523
6694
  */
6524
6695
  getConsoleHistory(getConsoleHistoryRequest) {
6525
6696
  return __awaiter(this, void 0, void 0, function* () {
@@ -6582,7 +6753,7 @@ class ComputeClient {
6582
6753
  * @param GetConsoleHistoryContentRequest
6583
6754
  * @return GetConsoleHistoryContentResponse
6584
6755
  * @throws OciError when an error occurs
6585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetConsoleHistoryContent.ts.html |here} to see how to use GetConsoleHistoryContent API.
6756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetConsoleHistoryContent.ts.html |here} to see how to use GetConsoleHistoryContent API.
6586
6757
  */
6587
6758
  getConsoleHistoryContent(getConsoleHistoryContentRequest) {
6588
6759
  return __awaiter(this, void 0, void 0, function* () {
@@ -6645,7 +6816,7 @@ class ComputeClient {
6645
6816
  * @param GetDedicatedVmHostRequest
6646
6817
  * @return GetDedicatedVmHostResponse
6647
6818
  * @throws OciError when an error occurs
6648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetDedicatedVmHost.ts.html |here} to see how to use GetDedicatedVmHost API.
6819
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetDedicatedVmHost.ts.html |here} to see how to use GetDedicatedVmHost API.
6649
6820
  */
6650
6821
  getDedicatedVmHost(getDedicatedVmHostRequest) {
6651
6822
  return __awaiter(this, void 0, void 0, function* () {
@@ -6706,7 +6877,7 @@ class ComputeClient {
6706
6877
  * @param GetImageRequest
6707
6878
  * @return GetImageResponse
6708
6879
  * @throws OciError when an error occurs
6709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetImage.ts.html |here} to see how to use GetImage API.
6880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetImage.ts.html |here} to see how to use GetImage API.
6710
6881
  */
6711
6882
  getImage(getImageRequest) {
6712
6883
  return __awaiter(this, void 0, void 0, function* () {
@@ -6766,7 +6937,7 @@ class ComputeClient {
6766
6937
  * @param GetImageShapeCompatibilityEntryRequest
6767
6938
  * @return GetImageShapeCompatibilityEntryResponse
6768
6939
  * @throws OciError when an error occurs
6769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetImageShapeCompatibilityEntry.ts.html |here} to see how to use GetImageShapeCompatibilityEntry API.
6940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetImageShapeCompatibilityEntry.ts.html |here} to see how to use GetImageShapeCompatibilityEntry API.
6770
6941
  */
6771
6942
  getImageShapeCompatibilityEntry(getImageShapeCompatibilityEntryRequest) {
6772
6943
  return __awaiter(this, void 0, void 0, function* () {
@@ -6823,7 +6994,7 @@ class ComputeClient {
6823
6994
  * @param GetInstanceRequest
6824
6995
  * @return GetInstanceResponse
6825
6996
  * @throws OciError when an error occurs
6826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetInstance.ts.html |here} to see how to use GetInstance API.
6997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetInstance.ts.html |here} to see how to use GetInstance API.
6827
6998
  */
6828
6999
  getInstance(getInstanceRequest) {
6829
7000
  return __awaiter(this, void 0, void 0, function* () {
@@ -6883,7 +7054,7 @@ class ComputeClient {
6883
7054
  * @param GetInstanceConsoleConnectionRequest
6884
7055
  * @return GetInstanceConsoleConnectionResponse
6885
7056
  * @throws OciError when an error occurs
6886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetInstanceConsoleConnection.ts.html |here} to see how to use GetInstanceConsoleConnection API.
7057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetInstanceConsoleConnection.ts.html |here} to see how to use GetInstanceConsoleConnection API.
6887
7058
  */
6888
7059
  getInstanceConsoleConnection(getInstanceConsoleConnectionRequest) {
6889
7060
  return __awaiter(this, void 0, void 0, function* () {
@@ -6938,7 +7109,7 @@ class ComputeClient {
6938
7109
  * @param GetMeasuredBootReportRequest
6939
7110
  * @return GetMeasuredBootReportResponse
6940
7111
  * @throws OciError when an error occurs
6941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetMeasuredBootReport.ts.html |here} to see how to use GetMeasuredBootReport API.
7112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetMeasuredBootReport.ts.html |here} to see how to use GetMeasuredBootReport API.
6942
7113
  */
6943
7114
  getMeasuredBootReport(getMeasuredBootReportRequest) {
6944
7115
  return __awaiter(this, void 0, void 0, function* () {
@@ -7000,7 +7171,7 @@ class ComputeClient {
7000
7171
  * @param GetVnicAttachmentRequest
7001
7172
  * @return GetVnicAttachmentResponse
7002
7173
  * @throws OciError when an error occurs
7003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetVnicAttachment.ts.html |here} to see how to use GetVnicAttachment API.
7174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetVnicAttachment.ts.html |here} to see how to use GetVnicAttachment API.
7004
7175
  */
7005
7176
  getVnicAttachment(getVnicAttachmentRequest) {
7006
7177
  return __awaiter(this, void 0, void 0, function* () {
@@ -7060,7 +7231,7 @@ class ComputeClient {
7060
7231
  * @param GetVolumeAttachmentRequest
7061
7232
  * @return GetVolumeAttachmentResponse
7062
7233
  * @throws OciError when an error occurs
7063
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetVolumeAttachment.ts.html |here} to see how to use GetVolumeAttachment API.
7234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetVolumeAttachment.ts.html |here} to see how to use GetVolumeAttachment API.
7064
7235
  */
7065
7236
  getVolumeAttachment(getVolumeAttachmentRequest) {
7066
7237
  return __awaiter(this, void 0, void 0, function* () {
@@ -7122,7 +7293,7 @@ class ComputeClient {
7122
7293
  * @param GetWindowsInstanceInitialCredentialsRequest
7123
7294
  * @return GetWindowsInstanceInitialCredentialsResponse
7124
7295
  * @throws OciError when an error occurs
7125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetWindowsInstanceInitialCredentials.ts.html |here} to see how to use GetWindowsInstanceInitialCredentials API.
7296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetWindowsInstanceInitialCredentials.ts.html |here} to see how to use GetWindowsInstanceInitialCredentials API.
7126
7297
  */
7127
7298
  getWindowsInstanceInitialCredentials(getWindowsInstanceInitialCredentialsRequest) {
7128
7299
  return __awaiter(this, void 0, void 0, function* () {
@@ -7207,7 +7378,7 @@ class ComputeClient {
7207
7378
  * @param InstanceActionRequest
7208
7379
  * @return InstanceActionResponse
7209
7380
  * @throws OciError when an error occurs
7210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/InstanceAction.ts.html |here} to see how to use InstanceAction API.
7381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/InstanceAction.ts.html |here} to see how to use InstanceAction API.
7211
7382
  */
7212
7383
  instanceAction(instanceActionRequest) {
7213
7384
  return __awaiter(this, void 0, void 0, function* () {
@@ -7310,7 +7481,7 @@ class ComputeClient {
7310
7481
  * @param LaunchInstanceRequest
7311
7482
  * @return LaunchInstanceResponse
7312
7483
  * @throws OciError when an error occurs
7313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/LaunchInstance.ts.html |here} to see how to use LaunchInstance API.
7484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/LaunchInstance.ts.html |here} to see how to use LaunchInstance API.
7314
7485
  */
7315
7486
  launchInstance(launchInstanceRequest) {
7316
7487
  return __awaiter(this, void 0, void 0, function* () {
@@ -7375,7 +7546,7 @@ class ComputeClient {
7375
7546
  * @param ListAppCatalogListingResourceVersionsRequest
7376
7547
  * @return ListAppCatalogListingResourceVersionsResponse
7377
7548
  * @throws OciError when an error occurs
7378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListAppCatalogListingResourceVersions.ts.html |here} to see how to use ListAppCatalogListingResourceVersions API.
7549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListAppCatalogListingResourceVersions.ts.html |here} to see how to use ListAppCatalogListingResourceVersions API.
7379
7550
  */
7380
7551
  listAppCatalogListingResourceVersions(listAppCatalogListingResourceVersionsRequest) {
7381
7552
  return __awaiter(this, void 0, void 0, function* () {
@@ -7479,7 +7650,7 @@ class ComputeClient {
7479
7650
  * @param ListAppCatalogListingsRequest
7480
7651
  * @return ListAppCatalogListingsResponse
7481
7652
  * @throws OciError when an error occurs
7482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListAppCatalogListings.ts.html |here} to see how to use ListAppCatalogListings API.
7653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListAppCatalogListings.ts.html |here} to see how to use ListAppCatalogListings API.
7483
7654
  */
7484
7655
  listAppCatalogListings(listAppCatalogListingsRequest) {
7485
7656
  return __awaiter(this, void 0, void 0, function* () {
@@ -7584,7 +7755,7 @@ class ComputeClient {
7584
7755
  * @param ListAppCatalogSubscriptionsRequest
7585
7756
  * @return ListAppCatalogSubscriptionsResponse
7586
7757
  * @throws OciError when an error occurs
7587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListAppCatalogSubscriptions.ts.html |here} to see how to use ListAppCatalogSubscriptions API.
7758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListAppCatalogSubscriptions.ts.html |here} to see how to use ListAppCatalogSubscriptions API.
7588
7759
  */
7589
7760
  listAppCatalogSubscriptions(listAppCatalogSubscriptionsRequest) {
7590
7761
  return __awaiter(this, void 0, void 0, function* () {
@@ -7691,7 +7862,7 @@ class ComputeClient {
7691
7862
  * @param ListBootVolumeAttachmentsRequest
7692
7863
  * @return ListBootVolumeAttachmentsResponse
7693
7864
  * @throws OciError when an error occurs
7694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListBootVolumeAttachments.ts.html |here} to see how to use ListBootVolumeAttachments API.
7865
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListBootVolumeAttachments.ts.html |here} to see how to use ListBootVolumeAttachments API.
7695
7866
  */
7696
7867
  listBootVolumeAttachments(listBootVolumeAttachmentsRequest) {
7697
7868
  return __awaiter(this, void 0, void 0, function* () {
@@ -7797,7 +7968,7 @@ class ComputeClient {
7797
7968
  * @param ListComputeCapacityReservationInstanceShapesRequest
7798
7969
  * @return ListComputeCapacityReservationInstanceShapesResponse
7799
7970
  * @throws OciError when an error occurs
7800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListComputeCapacityReservationInstanceShapes.ts.html |here} to see how to use ListComputeCapacityReservationInstanceShapes API.
7971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListComputeCapacityReservationInstanceShapes.ts.html |here} to see how to use ListComputeCapacityReservationInstanceShapes API.
7801
7972
  */
7802
7973
  listComputeCapacityReservationInstanceShapes(listComputeCapacityReservationInstanceShapesRequest) {
7803
7974
  return __awaiter(this, void 0, void 0, function* () {
@@ -7905,7 +8076,7 @@ class ComputeClient {
7905
8076
  * @param ListComputeCapacityReservationInstancesRequest
7906
8077
  * @return ListComputeCapacityReservationInstancesResponse
7907
8078
  * @throws OciError when an error occurs
7908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListComputeCapacityReservationInstances.ts.html |here} to see how to use ListComputeCapacityReservationInstances API.
8079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListComputeCapacityReservationInstances.ts.html |here} to see how to use ListComputeCapacityReservationInstances API.
7909
8080
  */
7910
8081
  listComputeCapacityReservationInstances(listComputeCapacityReservationInstancesRequest) {
7911
8082
  return __awaiter(this, void 0, void 0, function* () {
@@ -8017,7 +8188,7 @@ class ComputeClient {
8017
8188
  * @param ListComputeCapacityReservationsRequest
8018
8189
  * @return ListComputeCapacityReservationsResponse
8019
8190
  * @throws OciError when an error occurs
8020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListComputeCapacityReservations.ts.html |here} to see how to use ListComputeCapacityReservations API.
8191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListComputeCapacityReservations.ts.html |here} to see how to use ListComputeCapacityReservations API.
8021
8192
  */
8022
8193
  listComputeCapacityReservations(listComputeCapacityReservationsRequest) {
8023
8194
  return __awaiter(this, void 0, void 0, function* () {
@@ -8126,7 +8297,7 @@ class ComputeClient {
8126
8297
  * @param ListComputeGlobalImageCapabilitySchemaVersionsRequest
8127
8298
  * @return ListComputeGlobalImageCapabilitySchemaVersionsResponse
8128
8299
  * @throws OciError when an error occurs
8129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListComputeGlobalImageCapabilitySchemaVersions.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemaVersions API.
8300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListComputeGlobalImageCapabilitySchemaVersions.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemaVersions API.
8130
8301
  */
8131
8302
  listComputeGlobalImageCapabilitySchemaVersions(listComputeGlobalImageCapabilitySchemaVersionsRequest) {
8132
8303
  return __awaiter(this, void 0, void 0, function* () {
@@ -8233,7 +8404,7 @@ class ComputeClient {
8233
8404
  * @param ListComputeGlobalImageCapabilitySchemasRequest
8234
8405
  * @return ListComputeGlobalImageCapabilitySchemasResponse
8235
8406
  * @throws OciError when an error occurs
8236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListComputeGlobalImageCapabilitySchemas.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemas API.
8407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListComputeGlobalImageCapabilitySchemas.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemas API.
8237
8408
  */
8238
8409
  listComputeGlobalImageCapabilitySchemas(listComputeGlobalImageCapabilitySchemasRequest) {
8239
8410
  return __awaiter(this, void 0, void 0, function* () {
@@ -8339,7 +8510,7 @@ class ComputeClient {
8339
8510
  * @param ListComputeImageCapabilitySchemasRequest
8340
8511
  * @return ListComputeImageCapabilitySchemasResponse
8341
8512
  * @throws OciError when an error occurs
8342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListComputeImageCapabilitySchemas.ts.html |here} to see how to use ListComputeImageCapabilitySchemas API.
8513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListComputeImageCapabilitySchemas.ts.html |here} to see how to use ListComputeImageCapabilitySchemas API.
8343
8514
  */
8344
8515
  listComputeImageCapabilitySchemas(listComputeImageCapabilitySchemasRequest) {
8345
8516
  return __awaiter(this, void 0, void 0, function* () {
@@ -8446,7 +8617,7 @@ class ComputeClient {
8446
8617
  * @param ListConsoleHistoriesRequest
8447
8618
  * @return ListConsoleHistoriesResponse
8448
8619
  * @throws OciError when an error occurs
8449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListConsoleHistories.ts.html |here} to see how to use ListConsoleHistories API.
8620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListConsoleHistories.ts.html |here} to see how to use ListConsoleHistories API.
8450
8621
  */
8451
8622
  listConsoleHistories(listConsoleHistoriesRequest) {
8452
8623
  return __awaiter(this, void 0, void 0, function* () {
@@ -8555,7 +8726,7 @@ class ComputeClient {
8555
8726
  * @param ListDedicatedVmHostInstanceShapesRequest
8556
8727
  * @return ListDedicatedVmHostInstanceShapesResponse
8557
8728
  * @throws OciError when an error occurs
8558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDedicatedVmHostInstanceShapes.ts.html |here} to see how to use ListDedicatedVmHostInstanceShapes API.
8729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDedicatedVmHostInstanceShapes.ts.html |here} to see how to use ListDedicatedVmHostInstanceShapes API.
8559
8730
  */
8560
8731
  listDedicatedVmHostInstanceShapes(listDedicatedVmHostInstanceShapesRequest) {
8561
8732
  return __awaiter(this, void 0, void 0, function* () {
@@ -8661,7 +8832,7 @@ class ComputeClient {
8661
8832
  * @param ListDedicatedVmHostInstancesRequest
8662
8833
  * @return ListDedicatedVmHostInstancesResponse
8663
8834
  * @throws OciError when an error occurs
8664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDedicatedVmHostInstances.ts.html |here} to see how to use ListDedicatedVmHostInstances API.
8835
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDedicatedVmHostInstances.ts.html |here} to see how to use ListDedicatedVmHostInstances API.
8665
8836
  */
8666
8837
  listDedicatedVmHostInstances(listDedicatedVmHostInstancesRequest) {
8667
8838
  return __awaiter(this, void 0, void 0, function* () {
@@ -8770,7 +8941,7 @@ class ComputeClient {
8770
8941
  * @param ListDedicatedVmHostShapesRequest
8771
8942
  * @return ListDedicatedVmHostShapesResponse
8772
8943
  * @throws OciError when an error occurs
8773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDedicatedVmHostShapes.ts.html |here} to see how to use ListDedicatedVmHostShapes API.
8944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDedicatedVmHostShapes.ts.html |here} to see how to use ListDedicatedVmHostShapes API.
8774
8945
  */
8775
8946
  listDedicatedVmHostShapes(listDedicatedVmHostShapesRequest) {
8776
8947
  return __awaiter(this, void 0, void 0, function* () {
@@ -8879,7 +9050,7 @@ class ComputeClient {
8879
9050
  * @param ListDedicatedVmHostsRequest
8880
9051
  * @return ListDedicatedVmHostsResponse
8881
9052
  * @throws OciError when an error occurs
8882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDedicatedVmHosts.ts.html |here} to see how to use ListDedicatedVmHosts API.
9053
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDedicatedVmHosts.ts.html |here} to see how to use ListDedicatedVmHosts API.
8883
9054
  */
8884
9055
  listDedicatedVmHosts(listDedicatedVmHostsRequest) {
8885
9056
  return __awaiter(this, void 0, void 0, function* () {
@@ -8990,7 +9161,7 @@ class ComputeClient {
8990
9161
  * @param ListImageShapeCompatibilityEntriesRequest
8991
9162
  * @return ListImageShapeCompatibilityEntriesResponse
8992
9163
  * @throws OciError when an error occurs
8993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListImageShapeCompatibilityEntries.ts.html |here} to see how to use ListImageShapeCompatibilityEntries API.
9164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListImageShapeCompatibilityEntries.ts.html |here} to see how to use ListImageShapeCompatibilityEntries API.
8994
9165
  */
8995
9166
  listImageShapeCompatibilityEntries(listImageShapeCompatibilityEntriesRequest) {
8996
9167
  return __awaiter(this, void 0, void 0, function* () {
@@ -9105,7 +9276,7 @@ class ComputeClient {
9105
9276
  * @param ListImagesRequest
9106
9277
  * @return ListImagesResponse
9107
9278
  * @throws OciError when an error occurs
9108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListImages.ts.html |here} to see how to use ListImages API.
9279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListImages.ts.html |here} to see how to use ListImages API.
9109
9280
  */
9110
9281
  listImages(listImagesRequest) {
9111
9282
  return __awaiter(this, void 0, void 0, function* () {
@@ -9217,7 +9388,7 @@ class ComputeClient {
9217
9388
  * @param ListInstanceConsoleConnectionsRequest
9218
9389
  * @return ListInstanceConsoleConnectionsResponse
9219
9390
  * @throws OciError when an error occurs
9220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListInstanceConsoleConnections.ts.html |here} to see how to use ListInstanceConsoleConnections API.
9391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListInstanceConsoleConnections.ts.html |here} to see how to use ListInstanceConsoleConnections API.
9221
9392
  */
9222
9393
  listInstanceConsoleConnections(listInstanceConsoleConnectionsRequest) {
9223
9394
  return __awaiter(this, void 0, void 0, function* () {
@@ -9320,7 +9491,7 @@ class ComputeClient {
9320
9491
  * @param ListInstanceDevicesRequest
9321
9492
  * @return ListInstanceDevicesResponse
9322
9493
  * @throws OciError when an error occurs
9323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListInstanceDevices.ts.html |here} to see how to use ListInstanceDevices API.
9494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListInstanceDevices.ts.html |here} to see how to use ListInstanceDevices API.
9324
9495
  */
9325
9496
  listInstanceDevices(listInstanceDevicesRequest) {
9326
9497
  return __awaiter(this, void 0, void 0, function* () {
@@ -9431,7 +9602,7 @@ class ComputeClient {
9431
9602
  * @param ListInstancesRequest
9432
9603
  * @return ListInstancesResponse
9433
9604
  * @throws OciError when an error occurs
9434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListInstances.ts.html |here} to see how to use ListInstances API.
9605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListInstances.ts.html |here} to see how to use ListInstances API.
9435
9606
  */
9436
9607
  listInstances(listInstancesRequest) {
9437
9608
  return __awaiter(this, void 0, void 0, function* () {
@@ -9541,7 +9712,7 @@ class ComputeClient {
9541
9712
  * @param ListShapesRequest
9542
9713
  * @return ListShapesResponse
9543
9714
  * @throws OciError when an error occurs
9544
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListShapes.ts.html |here} to see how to use ListShapes API.
9715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListShapes.ts.html |here} to see how to use ListShapes API.
9545
9716
  */
9546
9717
  listShapes(listShapesRequest) {
9547
9718
  return __awaiter(this, void 0, void 0, function* () {
@@ -9648,7 +9819,7 @@ class ComputeClient {
9648
9819
  * @param ListVnicAttachmentsRequest
9649
9820
  * @return ListVnicAttachmentsResponse
9650
9821
  * @throws OciError when an error occurs
9651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListVnicAttachments.ts.html |here} to see how to use ListVnicAttachments API.
9822
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListVnicAttachments.ts.html |here} to see how to use ListVnicAttachments API.
9652
9823
  */
9653
9824
  listVnicAttachments(listVnicAttachmentsRequest) {
9654
9825
  return __awaiter(this, void 0, void 0, function* () {
@@ -9758,7 +9929,7 @@ class ComputeClient {
9758
9929
  * @param ListVolumeAttachmentsRequest
9759
9930
  * @return ListVolumeAttachmentsResponse
9760
9931
  * @throws OciError when an error occurs
9761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListVolumeAttachments.ts.html |here} to see how to use ListVolumeAttachments API.
9932
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListVolumeAttachments.ts.html |here} to see how to use ListVolumeAttachments API.
9762
9933
  */
9763
9934
  listVolumeAttachments(listVolumeAttachmentsRequest) {
9764
9935
  return __awaiter(this, void 0, void 0, function* () {
@@ -9863,7 +10034,7 @@ class ComputeClient {
9863
10034
  * @param RemoveImageShapeCompatibilityEntryRequest
9864
10035
  * @return RemoveImageShapeCompatibilityEntryResponse
9865
10036
  * @throws OciError when an error occurs
9866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/RemoveImageShapeCompatibilityEntry.ts.html |here} to see how to use RemoveImageShapeCompatibilityEntry API.
10037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/RemoveImageShapeCompatibilityEntry.ts.html |here} to see how to use RemoveImageShapeCompatibilityEntry API.
9867
10038
  */
9868
10039
  removeImageShapeCompatibilityEntry(removeImageShapeCompatibilityEntryRequest) {
9869
10040
  return __awaiter(this, void 0, void 0, function* () {
@@ -9923,7 +10094,7 @@ class ComputeClient {
9923
10094
  * @param TerminateInstanceRequest
9924
10095
  * @return TerminateInstanceResponse
9925
10096
  * @throws OciError when an error occurs
9926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/TerminateInstance.ts.html |here} to see how to use TerminateInstance API.
10097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/TerminateInstance.ts.html |here} to see how to use TerminateInstance API.
9927
10098
  */
9928
10099
  terminateInstance(terminateInstanceRequest) {
9929
10100
  return __awaiter(this, void 0, void 0, function* () {
@@ -9980,7 +10151,7 @@ class ComputeClient {
9980
10151
  * @param UpdateComputeCapacityReservationRequest
9981
10152
  * @return UpdateComputeCapacityReservationResponse
9982
10153
  * @throws OciError when an error occurs
9983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateComputeCapacityReservation.ts.html |here} to see how to use UpdateComputeCapacityReservation API.
10154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateComputeCapacityReservation.ts.html |here} to see how to use UpdateComputeCapacityReservation API.
9984
10155
  */
9985
10156
  updateComputeCapacityReservation(updateComputeCapacityReservationRequest) {
9986
10157
  return __awaiter(this, void 0, void 0, function* () {
@@ -10040,7 +10211,7 @@ class ComputeClient {
10040
10211
  * @param UpdateComputeImageCapabilitySchemaRequest
10041
10212
  * @return UpdateComputeImageCapabilitySchemaResponse
10042
10213
  * @throws OciError when an error occurs
10043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateComputeImageCapabilitySchema.ts.html |here} to see how to use UpdateComputeImageCapabilitySchema API.
10214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateComputeImageCapabilitySchema.ts.html |here} to see how to use UpdateComputeImageCapabilitySchema API.
10044
10215
  */
10045
10216
  updateComputeImageCapabilitySchema(updateComputeImageCapabilitySchemaRequest) {
10046
10217
  return __awaiter(this, void 0, void 0, function* () {
@@ -10102,7 +10273,7 @@ class ComputeClient {
10102
10273
  * @param UpdateConsoleHistoryRequest
10103
10274
  * @return UpdateConsoleHistoryResponse
10104
10275
  * @throws OciError when an error occurs
10105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateConsoleHistory.ts.html |here} to see how to use UpdateConsoleHistory API.
10276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateConsoleHistory.ts.html |here} to see how to use UpdateConsoleHistory API.
10106
10277
  */
10107
10278
  updateConsoleHistory(updateConsoleHistoryRequest) {
10108
10279
  return __awaiter(this, void 0, void 0, function* () {
@@ -10166,7 +10337,7 @@ class ComputeClient {
10166
10337
  * @param UpdateDedicatedVmHostRequest
10167
10338
  * @return UpdateDedicatedVmHostResponse
10168
10339
  * @throws OciError when an error occurs
10169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateDedicatedVmHost.ts.html |here} to see how to use UpdateDedicatedVmHost API.
10340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateDedicatedVmHost.ts.html |here} to see how to use UpdateDedicatedVmHost API.
10170
10341
  */
10171
10342
  updateDedicatedVmHost(updateDedicatedVmHostRequest) {
10172
10343
  return __awaiter(this, void 0, void 0, function* () {
@@ -10231,7 +10402,7 @@ class ComputeClient {
10231
10402
  * @param UpdateImageRequest
10232
10403
  * @return UpdateImageResponse
10233
10404
  * @throws OciError when an error occurs
10234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateImage.ts.html |here} to see how to use UpdateImage API.
10405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateImage.ts.html |here} to see how to use UpdateImage API.
10235
10406
  */
10236
10407
  updateImage(updateImageRequest) {
10237
10408
  return __awaiter(this, void 0, void 0, function* () {
@@ -10301,7 +10472,7 @@ class ComputeClient {
10301
10472
  * @param UpdateInstanceRequest
10302
10473
  * @return UpdateInstanceResponse
10303
10474
  * @throws OciError when an error occurs
10304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateInstance.ts.html |here} to see how to use UpdateInstance API.
10475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateInstance.ts.html |here} to see how to use UpdateInstance API.
10305
10476
  */
10306
10477
  updateInstance(updateInstanceRequest) {
10307
10478
  return __awaiter(this, void 0, void 0, function* () {
@@ -10369,7 +10540,7 @@ class ComputeClient {
10369
10540
  * @param UpdateInstanceConsoleConnectionRequest
10370
10541
  * @return UpdateInstanceConsoleConnectionResponse
10371
10542
  * @throws OciError when an error occurs
10372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateInstanceConsoleConnection.ts.html |here} to see how to use UpdateInstanceConsoleConnection API.
10543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateInstanceConsoleConnection.ts.html |here} to see how to use UpdateInstanceConsoleConnection API.
10373
10544
  */
10374
10545
  updateInstanceConsoleConnection(updateInstanceConsoleConnectionRequest) {
10375
10546
  return __awaiter(this, void 0, void 0, function* () {
@@ -10432,7 +10603,7 @@ class ComputeClient {
10432
10603
  * @param UpdateVolumeAttachmentRequest
10433
10604
  * @return UpdateVolumeAttachmentResponse
10434
10605
  * @throws OciError when an error occurs
10435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateVolumeAttachment.ts.html |here} to see how to use UpdateVolumeAttachment API.
10606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateVolumeAttachment.ts.html |here} to see how to use UpdateVolumeAttachment API.
10436
10607
  */
10437
10608
  updateVolumeAttachment(updateVolumeAttachmentRequest) {
10438
10609
  return __awaiter(this, void 0, void 0, function* () {
@@ -10598,7 +10769,7 @@ class ComputeManagementClient {
10598
10769
  * @param AttachInstancePoolInstanceRequest
10599
10770
  * @return AttachInstancePoolInstanceResponse
10600
10771
  * @throws OciError when an error occurs
10601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AttachInstancePoolInstance.ts.html |here} to see how to use AttachInstancePoolInstance API.
10772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AttachInstancePoolInstance.ts.html |here} to see how to use AttachInstancePoolInstance API.
10602
10773
  */
10603
10774
  attachInstancePoolInstance(attachInstancePoolInstanceRequest) {
10604
10775
  return __awaiter(this, void 0, void 0, function* () {
@@ -10671,7 +10842,7 @@ class ComputeManagementClient {
10671
10842
  * @param AttachLoadBalancerRequest
10672
10843
  * @return AttachLoadBalancerResponse
10673
10844
  * @throws OciError when an error occurs
10674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AttachLoadBalancer.ts.html |here} to see how to use AttachLoadBalancer API.
10845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AttachLoadBalancer.ts.html |here} to see how to use AttachLoadBalancer API.
10675
10846
  */
10676
10847
  attachLoadBalancer(attachLoadBalancerRequest) {
10677
10848
  return __awaiter(this, void 0, void 0, function* () {
@@ -10740,7 +10911,7 @@ class ComputeManagementClient {
10740
10911
  * @param ChangeClusterNetworkCompartmentRequest
10741
10912
  * @return ChangeClusterNetworkCompartmentResponse
10742
10913
  * @throws OciError when an error occurs
10743
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeClusterNetworkCompartment.ts.html |here} to see how to use ChangeClusterNetworkCompartment API.
10914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeClusterNetworkCompartment.ts.html |here} to see how to use ChangeClusterNetworkCompartment API.
10744
10915
  */
10745
10916
  changeClusterNetworkCompartment(changeClusterNetworkCompartmentRequest) {
10746
10917
  return __awaiter(this, void 0, void 0, function* () {
@@ -10813,7 +10984,7 @@ class ComputeManagementClient {
10813
10984
  * @param ChangeInstanceConfigurationCompartmentRequest
10814
10985
  * @return ChangeInstanceConfigurationCompartmentResponse
10815
10986
  * @throws OciError when an error occurs
10816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeInstanceConfigurationCompartment.ts.html |here} to see how to use ChangeInstanceConfigurationCompartment API.
10987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeInstanceConfigurationCompartment.ts.html |here} to see how to use ChangeInstanceConfigurationCompartment API.
10817
10988
  */
10818
10989
  changeInstanceConfigurationCompartment(changeInstanceConfigurationCompartmentRequest) {
10819
10990
  return __awaiter(this, void 0, void 0, function* () {
@@ -10879,7 +11050,7 @@ class ComputeManagementClient {
10879
11050
  * @param ChangeInstancePoolCompartmentRequest
10880
11051
  * @return ChangeInstancePoolCompartmentResponse
10881
11052
  * @throws OciError when an error occurs
10882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeInstancePoolCompartment.ts.html |here} to see how to use ChangeInstancePoolCompartment API.
11053
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeInstancePoolCompartment.ts.html |here} to see how to use ChangeInstancePoolCompartment API.
10883
11054
  */
10884
11055
  changeInstancePoolCompartment(changeInstancePoolCompartmentRequest) {
10885
11056
  return __awaiter(this, void 0, void 0, function* () {
@@ -10941,7 +11112,7 @@ class ComputeManagementClient {
10941
11112
  * @param CreateClusterNetworkRequest
10942
11113
  * @return CreateClusterNetworkResponse
10943
11114
  * @throws OciError when an error occurs
10944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateClusterNetwork.ts.html |here} to see how to use CreateClusterNetwork API.
11115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateClusterNetwork.ts.html |here} to see how to use CreateClusterNetwork API.
10945
11116
  */
10946
11117
  createClusterNetwork(createClusterNetworkRequest) {
10947
11118
  return __awaiter(this, void 0, void 0, function* () {
@@ -11008,7 +11179,7 @@ class ComputeManagementClient {
11008
11179
  * @param CreateInstanceConfigurationRequest
11009
11180
  * @return CreateInstanceConfigurationResponse
11010
11181
  * @throws OciError when an error occurs
11011
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateInstanceConfiguration.ts.html |here} to see how to use CreateInstanceConfiguration API.
11182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateInstanceConfiguration.ts.html |here} to see how to use CreateInstanceConfiguration API.
11012
11183
  */
11013
11184
  createInstanceConfiguration(createInstanceConfigurationRequest) {
11014
11185
  return __awaiter(this, void 0, void 0, function* () {
@@ -11068,7 +11239,7 @@ class ComputeManagementClient {
11068
11239
  * @param CreateInstancePoolRequest
11069
11240
  * @return CreateInstancePoolResponse
11070
11241
  * @throws OciError when an error occurs
11071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateInstancePool.ts.html |here} to see how to use CreateInstancePool API.
11242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateInstancePool.ts.html |here} to see how to use CreateInstancePool API.
11072
11243
  */
11073
11244
  createInstancePool(createInstancePoolRequest) {
11074
11245
  return __awaiter(this, void 0, void 0, function* () {
@@ -11128,7 +11299,7 @@ class ComputeManagementClient {
11128
11299
  * @param DeleteInstanceConfigurationRequest
11129
11300
  * @return DeleteInstanceConfigurationResponse
11130
11301
  * @throws OciError when an error occurs
11131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteInstanceConfiguration.ts.html |here} to see how to use DeleteInstanceConfiguration API.
11302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteInstanceConfiguration.ts.html |here} to see how to use DeleteInstanceConfiguration API.
11132
11303
  */
11133
11304
  deleteInstanceConfiguration(deleteInstanceConfigurationRequest) {
11134
11305
  return __awaiter(this, void 0, void 0, function* () {
@@ -11181,7 +11352,7 @@ class ComputeManagementClient {
11181
11352
  * @param DetachInstancePoolInstanceRequest
11182
11353
  * @return DetachInstancePoolInstanceResponse
11183
11354
  * @throws OciError when an error occurs
11184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DetachInstancePoolInstance.ts.html |here} to see how to use DetachInstancePoolInstance API.
11355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DetachInstancePoolInstance.ts.html |here} to see how to use DetachInstancePoolInstance API.
11185
11356
  */
11186
11357
  detachInstancePoolInstance(detachInstancePoolInstanceRequest) {
11187
11358
  return __awaiter(this, void 0, void 0, function* () {
@@ -11240,7 +11411,7 @@ class ComputeManagementClient {
11240
11411
  * @param DetachLoadBalancerRequest
11241
11412
  * @return DetachLoadBalancerResponse
11242
11413
  * @throws OciError when an error occurs
11243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DetachLoadBalancer.ts.html |here} to see how to use DetachLoadBalancer API.
11414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DetachLoadBalancer.ts.html |here} to see how to use DetachLoadBalancer API.
11244
11415
  */
11245
11416
  detachLoadBalancer(detachLoadBalancerRequest) {
11246
11417
  return __awaiter(this, void 0, void 0, function* () {
@@ -11303,7 +11474,7 @@ class ComputeManagementClient {
11303
11474
  * @param GetClusterNetworkRequest
11304
11475
  * @return GetClusterNetworkResponse
11305
11476
  * @throws OciError when an error occurs
11306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetClusterNetwork.ts.html |here} to see how to use GetClusterNetwork API.
11477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetClusterNetwork.ts.html |here} to see how to use GetClusterNetwork API.
11307
11478
  */
11308
11479
  getClusterNetwork(getClusterNetworkRequest) {
11309
11480
  return __awaiter(this, void 0, void 0, function* () {
@@ -11363,7 +11534,7 @@ class ComputeManagementClient {
11363
11534
  * @param GetInstanceConfigurationRequest
11364
11535
  * @return GetInstanceConfigurationResponse
11365
11536
  * @throws OciError when an error occurs
11366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetInstanceConfiguration.ts.html |here} to see how to use GetInstanceConfiguration API.
11537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetInstanceConfiguration.ts.html |here} to see how to use GetInstanceConfiguration API.
11367
11538
  */
11368
11539
  getInstanceConfiguration(getInstanceConfigurationRequest) {
11369
11540
  return __awaiter(this, void 0, void 0, function* () {
@@ -11423,7 +11594,7 @@ class ComputeManagementClient {
11423
11594
  * @param GetInstancePoolRequest
11424
11595
  * @return GetInstancePoolResponse
11425
11596
  * @throws OciError when an error occurs
11426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetInstancePool.ts.html |here} to see how to use GetInstancePool API.
11597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetInstancePool.ts.html |here} to see how to use GetInstancePool API.
11427
11598
  */
11428
11599
  getInstancePool(getInstancePoolRequest) {
11429
11600
  return __awaiter(this, void 0, void 0, function* () {
@@ -11483,7 +11654,7 @@ class ComputeManagementClient {
11483
11654
  * @param GetInstancePoolInstanceRequest
11484
11655
  * @return GetInstancePoolInstanceResponse
11485
11656
  * @throws OciError when an error occurs
11486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetInstancePoolInstance.ts.html |here} to see how to use GetInstancePoolInstance API.
11657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetInstancePoolInstance.ts.html |here} to see how to use GetInstancePoolInstance API.
11487
11658
  */
11488
11659
  getInstancePoolInstance(getInstancePoolInstanceRequest) {
11489
11660
  return __awaiter(this, void 0, void 0, function* () {
@@ -11545,7 +11716,7 @@ class ComputeManagementClient {
11545
11716
  * @param GetInstancePoolLoadBalancerAttachmentRequest
11546
11717
  * @return GetInstancePoolLoadBalancerAttachmentResponse
11547
11718
  * @throws OciError when an error occurs
11548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetInstancePoolLoadBalancerAttachment.ts.html |here} to see how to use GetInstancePoolLoadBalancerAttachment API.
11719
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetInstancePoolLoadBalancerAttachment.ts.html |here} to see how to use GetInstancePoolLoadBalancerAttachment API.
11549
11720
  */
11550
11721
  getInstancePoolLoadBalancerAttachment(getInstancePoolLoadBalancerAttachmentRequest) {
11551
11722
  return __awaiter(this, void 0, void 0, function* () {
@@ -11608,7 +11779,7 @@ class ComputeManagementClient {
11608
11779
  * @param LaunchInstanceConfigurationRequest
11609
11780
  * @return LaunchInstanceConfigurationResponse
11610
11781
  * @throws OciError when an error occurs
11611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/LaunchInstanceConfiguration.ts.html |here} to see how to use LaunchInstanceConfiguration API.
11782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/LaunchInstanceConfiguration.ts.html |here} to see how to use LaunchInstanceConfiguration API.
11612
11783
  */
11613
11784
  launchInstanceConfiguration(launchInstanceConfigurationRequest) {
11614
11785
  return __awaiter(this, void 0, void 0, function* () {
@@ -11675,7 +11846,7 @@ class ComputeManagementClient {
11675
11846
  * @param ListClusterNetworkInstancesRequest
11676
11847
  * @return ListClusterNetworkInstancesResponse
11677
11848
  * @throws OciError when an error occurs
11678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListClusterNetworkInstances.ts.html |here} to see how to use ListClusterNetworkInstances API.
11849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListClusterNetworkInstances.ts.html |here} to see how to use ListClusterNetworkInstances API.
11679
11850
  */
11680
11851
  listClusterNetworkInstances(listClusterNetworkInstancesRequest) {
11681
11852
  return __awaiter(this, void 0, void 0, function* () {
@@ -11782,7 +11953,7 @@ class ComputeManagementClient {
11782
11953
  * @param ListClusterNetworksRequest
11783
11954
  * @return ListClusterNetworksResponse
11784
11955
  * @throws OciError when an error occurs
11785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListClusterNetworks.ts.html |here} to see how to use ListClusterNetworks API.
11956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListClusterNetworks.ts.html |here} to see how to use ListClusterNetworks API.
11786
11957
  */
11787
11958
  listClusterNetworks(listClusterNetworksRequest) {
11788
11959
  return __awaiter(this, void 0, void 0, function* () {
@@ -11889,7 +12060,7 @@ class ComputeManagementClient {
11889
12060
  * @param ListInstanceConfigurationsRequest
11890
12061
  * @return ListInstanceConfigurationsResponse
11891
12062
  * @throws OciError when an error occurs
11892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListInstanceConfigurations.ts.html |here} to see how to use ListInstanceConfigurations API.
12063
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListInstanceConfigurations.ts.html |here} to see how to use ListInstanceConfigurations API.
11893
12064
  */
11894
12065
  listInstanceConfigurations(listInstanceConfigurationsRequest) {
11895
12066
  return __awaiter(this, void 0, void 0, function* () {
@@ -11993,7 +12164,7 @@ class ComputeManagementClient {
11993
12164
  * @param ListInstancePoolInstancesRequest
11994
12165
  * @return ListInstancePoolInstancesResponse
11995
12166
  * @throws OciError when an error occurs
11996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListInstancePoolInstances.ts.html |here} to see how to use ListInstancePoolInstances API.
12167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListInstancePoolInstances.ts.html |here} to see how to use ListInstancePoolInstances API.
11997
12168
  */
11998
12169
  listInstancePoolInstances(listInstancePoolInstancesRequest) {
11999
12170
  return __awaiter(this, void 0, void 0, function* () {
@@ -12100,7 +12271,7 @@ class ComputeManagementClient {
12100
12271
  * @param ListInstancePoolsRequest
12101
12272
  * @return ListInstancePoolsResponse
12102
12273
  * @throws OciError when an error occurs
12103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListInstancePools.ts.html |here} to see how to use ListInstancePools API.
12274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListInstancePools.ts.html |here} to see how to use ListInstancePools API.
12104
12275
  */
12105
12276
  listInstancePools(listInstancePoolsRequest) {
12106
12277
  return __awaiter(this, void 0, void 0, function* () {
@@ -12208,7 +12379,7 @@ class ComputeManagementClient {
12208
12379
  * @param ResetInstancePoolRequest
12209
12380
  * @return ResetInstancePoolResponse
12210
12381
  * @throws OciError when an error occurs
12211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ResetInstancePool.ts.html |here} to see how to use ResetInstancePool API.
12382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ResetInstancePool.ts.html |here} to see how to use ResetInstancePool API.
12212
12383
  */
12213
12384
  resetInstancePool(resetInstancePoolRequest) {
12214
12385
  return __awaiter(this, void 0, void 0, function* () {
@@ -12275,7 +12446,7 @@ class ComputeManagementClient {
12275
12446
  * @param SoftresetInstancePoolRequest
12276
12447
  * @return SoftresetInstancePoolResponse
12277
12448
  * @throws OciError when an error occurs
12278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/SoftresetInstancePool.ts.html |here} to see how to use SoftresetInstancePool API.
12449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/SoftresetInstancePool.ts.html |here} to see how to use SoftresetInstancePool API.
12279
12450
  */
12280
12451
  softresetInstancePool(softresetInstancePoolRequest) {
12281
12452
  return __awaiter(this, void 0, void 0, function* () {
@@ -12339,7 +12510,7 @@ class ComputeManagementClient {
12339
12510
  * @param StartInstancePoolRequest
12340
12511
  * @return StartInstancePoolResponse
12341
12512
  * @throws OciError when an error occurs
12342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/StartInstancePool.ts.html |here} to see how to use StartInstancePool API.
12513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/StartInstancePool.ts.html |here} to see how to use StartInstancePool API.
12343
12514
  */
12344
12515
  startInstancePool(startInstancePoolRequest) {
12345
12516
  return __awaiter(this, void 0, void 0, function* () {
@@ -12403,7 +12574,7 @@ class ComputeManagementClient {
12403
12574
  * @param StopInstancePoolRequest
12404
12575
  * @return StopInstancePoolResponse
12405
12576
  * @throws OciError when an error occurs
12406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/StopInstancePool.ts.html |here} to see how to use StopInstancePool API.
12577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/StopInstancePool.ts.html |here} to see how to use StopInstancePool API.
12407
12578
  */
12408
12579
  stopInstancePool(stopInstancePoolRequest) {
12409
12580
  return __awaiter(this, void 0, void 0, function* () {
@@ -12469,7 +12640,7 @@ class ComputeManagementClient {
12469
12640
  * @param TerminateClusterNetworkRequest
12470
12641
  * @return TerminateClusterNetworkResponse
12471
12642
  * @throws OciError when an error occurs
12472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/TerminateClusterNetwork.ts.html |here} to see how to use TerminateClusterNetwork API.
12643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/TerminateClusterNetwork.ts.html |here} to see how to use TerminateClusterNetwork API.
12473
12644
  */
12474
12645
  terminateClusterNetwork(terminateClusterNetworkRequest) {
12475
12646
  return __awaiter(this, void 0, void 0, function* () {
@@ -12534,7 +12705,7 @@ class ComputeManagementClient {
12534
12705
  * @param TerminateInstancePoolRequest
12535
12706
  * @return TerminateInstancePoolResponse
12536
12707
  * @throws OciError when an error occurs
12537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/TerminateInstancePool.ts.html |here} to see how to use TerminateInstancePool API.
12708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/TerminateInstancePool.ts.html |here} to see how to use TerminateInstancePool API.
12538
12709
  */
12539
12710
  terminateInstancePool(terminateInstancePoolRequest) {
12540
12711
  return __awaiter(this, void 0, void 0, function* () {
@@ -12587,7 +12758,7 @@ class ComputeManagementClient {
12587
12758
  * @param UpdateClusterNetworkRequest
12588
12759
  * @return UpdateClusterNetworkResponse
12589
12760
  * @throws OciError when an error occurs
12590
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateClusterNetwork.ts.html |here} to see how to use UpdateClusterNetwork API.
12761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateClusterNetwork.ts.html |here} to see how to use UpdateClusterNetwork API.
12591
12762
  */
12592
12763
  updateClusterNetwork(updateClusterNetworkRequest) {
12593
12764
  return __awaiter(this, void 0, void 0, function* () {
@@ -12650,7 +12821,7 @@ class ComputeManagementClient {
12650
12821
  * @param UpdateInstanceConfigurationRequest
12651
12822
  * @return UpdateInstanceConfigurationResponse
12652
12823
  * @throws OciError when an error occurs
12653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateInstanceConfiguration.ts.html |here} to see how to use UpdateInstanceConfiguration API.
12824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateInstanceConfiguration.ts.html |here} to see how to use UpdateInstanceConfiguration API.
12654
12825
  */
12655
12826
  updateInstanceConfiguration(updateInstanceConfigurationRequest) {
12656
12827
  return __awaiter(this, void 0, void 0, function* () {
@@ -12716,7 +12887,7 @@ class ComputeManagementClient {
12716
12887
  * @param UpdateInstancePoolRequest
12717
12888
  * @return UpdateInstancePoolResponse
12718
12889
  * @throws OciError when an error occurs
12719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateInstancePool.ts.html |here} to see how to use UpdateInstancePool API.
12890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateInstancePool.ts.html |here} to see how to use UpdateInstancePool API.
12720
12891
  */
12721
12892
  updateInstancePool(updateInstancePoolRequest) {
12722
12893
  return __awaiter(this, void 0, void 0, function* () {
@@ -12880,7 +13051,7 @@ class VirtualNetworkClient {
12880
13051
  * @param AddDrgRouteDistributionStatementsRequest
12881
13052
  * @return AddDrgRouteDistributionStatementsResponse
12882
13053
  * @throws OciError when an error occurs
12883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AddDrgRouteDistributionStatements.ts.html |here} to see how to use AddDrgRouteDistributionStatements API.
13054
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AddDrgRouteDistributionStatements.ts.html |here} to see how to use AddDrgRouteDistributionStatements API.
12884
13055
  */
12885
13056
  addDrgRouteDistributionStatements(addDrgRouteDistributionStatementsRequest) {
12886
13057
  return __awaiter(this, void 0, void 0, function* () {
@@ -12937,7 +13108,7 @@ class VirtualNetworkClient {
12937
13108
  * @param AddDrgRouteRulesRequest
12938
13109
  * @return AddDrgRouteRulesResponse
12939
13110
  * @throws OciError when an error occurs
12940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
13111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
12941
13112
  */
12942
13113
  addDrgRouteRules(addDrgRouteRulesRequest) {
12943
13114
  return __awaiter(this, void 0, void 0, function* () {
@@ -12996,7 +13167,7 @@ class VirtualNetworkClient {
12996
13167
  * @param AddIpv6VcnCidrRequest
12997
13168
  * @return AddIpv6VcnCidrResponse
12998
13169
  * @throws OciError when an error occurs
12999
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AddIpv6VcnCidr.ts.html |here} to see how to use AddIpv6VcnCidr API.
13170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AddIpv6VcnCidr.ts.html |here} to see how to use AddIpv6VcnCidr API.
13000
13171
  */
13001
13172
  addIpv6VcnCidr(addIpv6VcnCidrRequest) {
13002
13173
  return __awaiter(this, void 0, void 0, function* () {
@@ -13056,7 +13227,7 @@ class VirtualNetworkClient {
13056
13227
  * @param AddNetworkSecurityGroupSecurityRulesRequest
13057
13228
  * @return AddNetworkSecurityGroupSecurityRulesResponse
13058
13229
  * @throws OciError when an error occurs
13059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AddNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use AddNetworkSecurityGroupSecurityRules API.
13230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AddNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use AddNetworkSecurityGroupSecurityRules API.
13060
13231
  */
13061
13232
  addNetworkSecurityGroupSecurityRules(addNetworkSecurityGroupSecurityRulesRequest) {
13062
13233
  return __awaiter(this, void 0, void 0, function* () {
@@ -13115,7 +13286,7 @@ class VirtualNetworkClient {
13115
13286
  * @param AddPublicIpPoolCapacityRequest
13116
13287
  * @return AddPublicIpPoolCapacityResponse
13117
13288
  * @throws OciError when an error occurs
13118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AddPublicIpPoolCapacity.ts.html |here} to see how to use AddPublicIpPoolCapacity API.
13289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AddPublicIpPoolCapacity.ts.html |here} to see how to use AddPublicIpPoolCapacity API.
13119
13290
  */
13120
13291
  addPublicIpPoolCapacity(addPublicIpPoolCapacityRequest) {
13121
13292
  return __awaiter(this, void 0, void 0, function* () {
@@ -13185,7 +13356,7 @@ class VirtualNetworkClient {
13185
13356
  * @param AddVcnCidrRequest
13186
13357
  * @return AddVcnCidrResponse
13187
13358
  * @throws OciError when an error occurs
13188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AddVcnCidr.ts.html |here} to see how to use AddVcnCidr API.
13359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AddVcnCidr.ts.html |here} to see how to use AddVcnCidr API.
13189
13360
  */
13190
13361
  addVcnCidr(addVcnCidrRequest) {
13191
13362
  return __awaiter(this, void 0, void 0, function* () {
@@ -13247,7 +13418,7 @@ class VirtualNetworkClient {
13247
13418
  * @param AdvertiseByoipRangeRequest
13248
13419
  * @return AdvertiseByoipRangeResponse
13249
13420
  * @throws OciError when an error occurs
13250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AdvertiseByoipRange.ts.html |here} to see how to use AdvertiseByoipRange API.
13421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AdvertiseByoipRange.ts.html |here} to see how to use AdvertiseByoipRange API.
13251
13422
  */
13252
13423
  advertiseByoipRange(advertiseByoipRangeRequest) {
13253
13424
  return __awaiter(this, void 0, void 0, function* () {
@@ -13309,7 +13480,7 @@ class VirtualNetworkClient {
13309
13480
  * @param AttachServiceIdRequest
13310
13481
  * @return AttachServiceIdResponse
13311
13482
  * @throws OciError when an error occurs
13312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/AttachServiceId.ts.html |here} to see how to use AttachServiceId API.
13483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/AttachServiceId.ts.html |here} to see how to use AttachServiceId API.
13313
13484
  */
13314
13485
  attachServiceId(attachServiceIdRequest) {
13315
13486
  return __awaiter(this, void 0, void 0, function* () {
@@ -13370,7 +13541,7 @@ class VirtualNetworkClient {
13370
13541
  * @param BulkAddVirtualCircuitPublicPrefixesRequest
13371
13542
  * @return BulkAddVirtualCircuitPublicPrefixesResponse
13372
13543
  * @throws OciError when an error occurs
13373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/BulkAddVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkAddVirtualCircuitPublicPrefixes API.
13544
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/BulkAddVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkAddVirtualCircuitPublicPrefixes API.
13374
13545
  */
13375
13546
  bulkAddVirtualCircuitPublicPrefixes(bulkAddVirtualCircuitPublicPrefixesRequest) {
13376
13547
  return __awaiter(this, void 0, void 0, function* () {
@@ -13420,7 +13591,7 @@ class VirtualNetworkClient {
13420
13591
  * @param BulkDeleteVirtualCircuitPublicPrefixesRequest
13421
13592
  * @return BulkDeleteVirtualCircuitPublicPrefixesResponse
13422
13593
  * @throws OciError when an error occurs
13423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/BulkDeleteVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkDeleteVirtualCircuitPublicPrefixes API.
13594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/BulkDeleteVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkDeleteVirtualCircuitPublicPrefixes API.
13424
13595
  */
13425
13596
  bulkDeleteVirtualCircuitPublicPrefixes(bulkDeleteVirtualCircuitPublicPrefixesRequest) {
13426
13597
  return __awaiter(this, void 0, void 0, function* () {
@@ -13469,7 +13640,7 @@ class VirtualNetworkClient {
13469
13640
  * @param ChangeByoipRangeCompartmentRequest
13470
13641
  * @return ChangeByoipRangeCompartmentResponse
13471
13642
  * @throws OciError when an error occurs
13472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeByoipRangeCompartment.ts.html |here} to see how to use ChangeByoipRangeCompartment API.
13643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeByoipRangeCompartment.ts.html |here} to see how to use ChangeByoipRangeCompartment API.
13473
13644
  */
13474
13645
  changeByoipRangeCompartment(changeByoipRangeCompartmentRequest) {
13475
13646
  return __awaiter(this, void 0, void 0, function* () {
@@ -13526,7 +13697,7 @@ class VirtualNetworkClient {
13526
13697
  * @param ChangeCpeCompartmentRequest
13527
13698
  * @return ChangeCpeCompartmentResponse
13528
13699
  * @throws OciError when an error occurs
13529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeCpeCompartment.ts.html |here} to see how to use ChangeCpeCompartment API.
13700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeCpeCompartment.ts.html |here} to see how to use ChangeCpeCompartment API.
13530
13701
  */
13531
13702
  changeCpeCompartment(changeCpeCompartmentRequest) {
13532
13703
  return __awaiter(this, void 0, void 0, function* () {
@@ -13588,7 +13759,7 @@ class VirtualNetworkClient {
13588
13759
  * @param ChangeCrossConnectCompartmentRequest
13589
13760
  * @return ChangeCrossConnectCompartmentResponse
13590
13761
  * @throws OciError when an error occurs
13591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeCrossConnectCompartment.ts.html |here} to see how to use ChangeCrossConnectCompartment API.
13762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeCrossConnectCompartment.ts.html |here} to see how to use ChangeCrossConnectCompartment API.
13592
13763
  */
13593
13764
  changeCrossConnectCompartment(changeCrossConnectCompartmentRequest) {
13594
13765
  return __awaiter(this, void 0, void 0, function* () {
@@ -13650,7 +13821,7 @@ class VirtualNetworkClient {
13650
13821
  * @param ChangeCrossConnectGroupCompartmentRequest
13651
13822
  * @return ChangeCrossConnectGroupCompartmentResponse
13652
13823
  * @throws OciError when an error occurs
13653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeCrossConnectGroupCompartment.ts.html |here} to see how to use ChangeCrossConnectGroupCompartment API.
13824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeCrossConnectGroupCompartment.ts.html |here} to see how to use ChangeCrossConnectGroupCompartment API.
13654
13825
  */
13655
13826
  changeCrossConnectGroupCompartment(changeCrossConnectGroupCompartmentRequest) {
13656
13827
  return __awaiter(this, void 0, void 0, function* () {
@@ -13712,7 +13883,7 @@ class VirtualNetworkClient {
13712
13883
  * @param ChangeDhcpOptionsCompartmentRequest
13713
13884
  * @return ChangeDhcpOptionsCompartmentResponse
13714
13885
  * @throws OciError when an error occurs
13715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeDhcpOptionsCompartment.ts.html |here} to see how to use ChangeDhcpOptionsCompartment API.
13886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeDhcpOptionsCompartment.ts.html |here} to see how to use ChangeDhcpOptionsCompartment API.
13716
13887
  */
13717
13888
  changeDhcpOptionsCompartment(changeDhcpOptionsCompartmentRequest) {
13718
13889
  return __awaiter(this, void 0, void 0, function* () {
@@ -13774,7 +13945,7 @@ class VirtualNetworkClient {
13774
13945
  * @param ChangeDrgCompartmentRequest
13775
13946
  * @return ChangeDrgCompartmentResponse
13776
13947
  * @throws OciError when an error occurs
13777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeDrgCompartment.ts.html |here} to see how to use ChangeDrgCompartment API.
13948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeDrgCompartment.ts.html |here} to see how to use ChangeDrgCompartment API.
13778
13949
  */
13779
13950
  changeDrgCompartment(changeDrgCompartmentRequest) {
13780
13951
  return __awaiter(this, void 0, void 0, function* () {
@@ -13841,7 +14012,7 @@ class VirtualNetworkClient {
13841
14012
  * @param ChangeIPSecConnectionCompartmentRequest
13842
14013
  * @return ChangeIPSecConnectionCompartmentResponse
13843
14014
  * @throws OciError when an error occurs
13844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeIPSecConnectionCompartment.ts.html |here} to see how to use ChangeIPSecConnectionCompartment API.
14015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeIPSecConnectionCompartment.ts.html |here} to see how to use ChangeIPSecConnectionCompartment API.
13845
14016
  */
13846
14017
  changeIPSecConnectionCompartment(changeIPSecConnectionCompartmentRequest) {
13847
14018
  return __awaiter(this, void 0, void 0, function* () {
@@ -13903,7 +14074,7 @@ class VirtualNetworkClient {
13903
14074
  * @param ChangeInternetGatewayCompartmentRequest
13904
14075
  * @return ChangeInternetGatewayCompartmentResponse
13905
14076
  * @throws OciError when an error occurs
13906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeInternetGatewayCompartment.ts.html |here} to see how to use ChangeInternetGatewayCompartment API.
14077
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeInternetGatewayCompartment.ts.html |here} to see how to use ChangeInternetGatewayCompartment API.
13907
14078
  */
13908
14079
  changeInternetGatewayCompartment(changeInternetGatewayCompartmentRequest) {
13909
14080
  return __awaiter(this, void 0, void 0, function* () {
@@ -13965,7 +14136,7 @@ class VirtualNetworkClient {
13965
14136
  * @param ChangeLocalPeeringGatewayCompartmentRequest
13966
14137
  * @return ChangeLocalPeeringGatewayCompartmentResponse
13967
14138
  * @throws OciError when an error occurs
13968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeLocalPeeringGatewayCompartment.ts.html |here} to see how to use ChangeLocalPeeringGatewayCompartment API.
14139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeLocalPeeringGatewayCompartment.ts.html |here} to see how to use ChangeLocalPeeringGatewayCompartment API.
13969
14140
  */
13970
14141
  changeLocalPeeringGatewayCompartment(changeLocalPeeringGatewayCompartmentRequest) {
13971
14142
  return __awaiter(this, void 0, void 0, function* () {
@@ -14027,7 +14198,7 @@ class VirtualNetworkClient {
14027
14198
  * @param ChangeNatGatewayCompartmentRequest
14028
14199
  * @return ChangeNatGatewayCompartmentResponse
14029
14200
  * @throws OciError when an error occurs
14030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeNatGatewayCompartment.ts.html |here} to see how to use ChangeNatGatewayCompartment API.
14201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeNatGatewayCompartment.ts.html |here} to see how to use ChangeNatGatewayCompartment API.
14031
14202
  */
14032
14203
  changeNatGatewayCompartment(changeNatGatewayCompartmentRequest) {
14033
14204
  return __awaiter(this, void 0, void 0, function* () {
@@ -14088,7 +14259,7 @@ class VirtualNetworkClient {
14088
14259
  * @param ChangeNetworkSecurityGroupCompartmentRequest
14089
14260
  * @return ChangeNetworkSecurityGroupCompartmentResponse
14090
14261
  * @throws OciError when an error occurs
14091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeNetworkSecurityGroupCompartment.ts.html |here} to see how to use ChangeNetworkSecurityGroupCompartment API.
14262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeNetworkSecurityGroupCompartment.ts.html |here} to see how to use ChangeNetworkSecurityGroupCompartment API.
14092
14263
  */
14093
14264
  changeNetworkSecurityGroupCompartment(changeNetworkSecurityGroupCompartmentRequest) {
14094
14265
  return __awaiter(this, void 0, void 0, function* () {
@@ -14153,7 +14324,7 @@ class VirtualNetworkClient {
14153
14324
  * @param ChangePublicIpCompartmentRequest
14154
14325
  * @return ChangePublicIpCompartmentResponse
14155
14326
  * @throws OciError when an error occurs
14156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangePublicIpCompartment.ts.html |here} to see how to use ChangePublicIpCompartment API.
14327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangePublicIpCompartment.ts.html |here} to see how to use ChangePublicIpCompartment API.
14157
14328
  */
14158
14329
  changePublicIpCompartment(changePublicIpCompartmentRequest) {
14159
14330
  return __awaiter(this, void 0, void 0, function* () {
@@ -14215,7 +14386,7 @@ class VirtualNetworkClient {
14215
14386
  * @param ChangePublicIpPoolCompartmentRequest
14216
14387
  * @return ChangePublicIpPoolCompartmentResponse
14217
14388
  * @throws OciError when an error occurs
14218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangePublicIpPoolCompartment.ts.html |here} to see how to use ChangePublicIpPoolCompartment API.
14389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangePublicIpPoolCompartment.ts.html |here} to see how to use ChangePublicIpPoolCompartment API.
14219
14390
  */
14220
14391
  changePublicIpPoolCompartment(changePublicIpPoolCompartmentRequest) {
14221
14392
  return __awaiter(this, void 0, void 0, function* () {
@@ -14272,7 +14443,7 @@ class VirtualNetworkClient {
14272
14443
  * @param ChangeRemotePeeringConnectionCompartmentRequest
14273
14444
  * @return ChangeRemotePeeringConnectionCompartmentResponse
14274
14445
  * @throws OciError when an error occurs
14275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeRemotePeeringConnectionCompartment.ts.html |here} to see how to use ChangeRemotePeeringConnectionCompartment API.
14446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeRemotePeeringConnectionCompartment.ts.html |here} to see how to use ChangeRemotePeeringConnectionCompartment API.
14276
14447
  */
14277
14448
  changeRemotePeeringConnectionCompartment(changeRemotePeeringConnectionCompartmentRequest) {
14278
14449
  return __awaiter(this, void 0, void 0, function* () {
@@ -14334,7 +14505,7 @@ class VirtualNetworkClient {
14334
14505
  * @param ChangeRouteTableCompartmentRequest
14335
14506
  * @return ChangeRouteTableCompartmentResponse
14336
14507
  * @throws OciError when an error occurs
14337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeRouteTableCompartment.ts.html |here} to see how to use ChangeRouteTableCompartment API.
14508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeRouteTableCompartment.ts.html |here} to see how to use ChangeRouteTableCompartment API.
14338
14509
  */
14339
14510
  changeRouteTableCompartment(changeRouteTableCompartmentRequest) {
14340
14511
  return __awaiter(this, void 0, void 0, function* () {
@@ -14396,7 +14567,7 @@ class VirtualNetworkClient {
14396
14567
  * @param ChangeSecurityListCompartmentRequest
14397
14568
  * @return ChangeSecurityListCompartmentResponse
14398
14569
  * @throws OciError when an error occurs
14399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeSecurityListCompartment.ts.html |here} to see how to use ChangeSecurityListCompartment API.
14570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeSecurityListCompartment.ts.html |here} to see how to use ChangeSecurityListCompartment API.
14400
14571
  */
14401
14572
  changeSecurityListCompartment(changeSecurityListCompartmentRequest) {
14402
14573
  return __awaiter(this, void 0, void 0, function* () {
@@ -14458,7 +14629,7 @@ class VirtualNetworkClient {
14458
14629
  * @param ChangeServiceGatewayCompartmentRequest
14459
14630
  * @return ChangeServiceGatewayCompartmentResponse
14460
14631
  * @throws OciError when an error occurs
14461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeServiceGatewayCompartment.ts.html |here} to see how to use ChangeServiceGatewayCompartment API.
14632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeServiceGatewayCompartment.ts.html |here} to see how to use ChangeServiceGatewayCompartment API.
14462
14633
  */
14463
14634
  changeServiceGatewayCompartment(changeServiceGatewayCompartmentRequest) {
14464
14635
  return __awaiter(this, void 0, void 0, function* () {
@@ -14520,7 +14691,7 @@ class VirtualNetworkClient {
14520
14691
  * @param ChangeSubnetCompartmentRequest
14521
14692
  * @return ChangeSubnetCompartmentResponse
14522
14693
  * @throws OciError when an error occurs
14523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeSubnetCompartment.ts.html |here} to see how to use ChangeSubnetCompartment API.
14694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeSubnetCompartment.ts.html |here} to see how to use ChangeSubnetCompartment API.
14524
14695
  */
14525
14696
  changeSubnetCompartment(changeSubnetCompartmentRequest) {
14526
14697
  return __awaiter(this, void 0, void 0, function* () {
@@ -14587,7 +14758,7 @@ class VirtualNetworkClient {
14587
14758
  * @param ChangeVcnCompartmentRequest
14588
14759
  * @return ChangeVcnCompartmentResponse
14589
14760
  * @throws OciError when an error occurs
14590
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeVcnCompartment.ts.html |here} to see how to use ChangeVcnCompartment API.
14761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeVcnCompartment.ts.html |here} to see how to use ChangeVcnCompartment API.
14591
14762
  */
14592
14763
  changeVcnCompartment(changeVcnCompartmentRequest) {
14593
14764
  return __awaiter(this, void 0, void 0, function* () {
@@ -14654,7 +14825,7 @@ class VirtualNetworkClient {
14654
14825
  * @param ChangeVirtualCircuitCompartmentRequest
14655
14826
  * @return ChangeVirtualCircuitCompartmentResponse
14656
14827
  * @throws OciError when an error occurs
14657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeVirtualCircuitCompartment.ts.html |here} to see how to use ChangeVirtualCircuitCompartment API.
14828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeVirtualCircuitCompartment.ts.html |here} to see how to use ChangeVirtualCircuitCompartment API.
14658
14829
  */
14659
14830
  changeVirtualCircuitCompartment(changeVirtualCircuitCompartmentRequest) {
14660
14831
  return __awaiter(this, void 0, void 0, function* () {
@@ -14716,7 +14887,7 @@ class VirtualNetworkClient {
14716
14887
  * @param ChangeVlanCompartmentRequest
14717
14888
  * @return ChangeVlanCompartmentResponse
14718
14889
  * @throws OciError when an error occurs
14719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ChangeVlanCompartment.ts.html |here} to see how to use ChangeVlanCompartment API.
14890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ChangeVlanCompartment.ts.html |here} to see how to use ChangeVlanCompartment API.
14720
14891
  */
14721
14892
  changeVlanCompartment(changeVlanCompartmentRequest) {
14722
14893
  return __awaiter(this, void 0, void 0, function* () {
@@ -14784,7 +14955,7 @@ class VirtualNetworkClient {
14784
14955
  * @param ConnectLocalPeeringGatewaysRequest
14785
14956
  * @return ConnectLocalPeeringGatewaysResponse
14786
14957
  * @throws OciError when an error occurs
14787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ConnectLocalPeeringGateways.ts.html |here} to see how to use ConnectLocalPeeringGateways API.
14958
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ConnectLocalPeeringGateways.ts.html |here} to see how to use ConnectLocalPeeringGateways API.
14788
14959
  */
14789
14960
  connectLocalPeeringGateways(connectLocalPeeringGatewaysRequest) {
14790
14961
  return __awaiter(this, void 0, void 0, function* () {
@@ -14844,7 +15015,7 @@ class VirtualNetworkClient {
14844
15015
  * @param ConnectRemotePeeringConnectionsRequest
14845
15016
  * @return ConnectRemotePeeringConnectionsResponse
14846
15017
  * @throws OciError when an error occurs
14847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ConnectRemotePeeringConnections.ts.html |here} to see how to use ConnectRemotePeeringConnections API.
15018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ConnectRemotePeeringConnections.ts.html |here} to see how to use ConnectRemotePeeringConnections API.
14848
15019
  */
14849
15020
  connectRemotePeeringConnections(connectRemotePeeringConnectionsRequest) {
14850
15021
  return __awaiter(this, void 0, void 0, function* () {
@@ -14897,7 +15068,7 @@ class VirtualNetworkClient {
14897
15068
  * @param CreateByoipRangeRequest
14898
15069
  * @return CreateByoipRangeResponse
14899
15070
  * @throws OciError when an error occurs
14900
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateByoipRange.ts.html |here} to see how to use CreateByoipRange API.
15071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateByoipRange.ts.html |here} to see how to use CreateByoipRange API.
14901
15072
  */
14902
15073
  createByoipRange(createByoipRangeRequest) {
14903
15074
  return __awaiter(this, void 0, void 0, function* () {
@@ -14973,7 +15144,7 @@ class VirtualNetworkClient {
14973
15144
  * @param CreateCpeRequest
14974
15145
  * @return CreateCpeResponse
14975
15146
  * @throws OciError when an error occurs
14976
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateCpe.ts.html |here} to see how to use CreateCpe API.
15147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateCpe.ts.html |here} to see how to use CreateCpe API.
14977
15148
  */
14978
15149
  createCpe(createCpeRequest) {
14979
15150
  return __awaiter(this, void 0, void 0, function* () {
@@ -15052,7 +15223,7 @@ class VirtualNetworkClient {
15052
15223
  * @param CreateCrossConnectRequest
15053
15224
  * @return CreateCrossConnectResponse
15054
15225
  * @throws OciError when an error occurs
15055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateCrossConnect.ts.html |here} to see how to use CreateCrossConnect API.
15226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateCrossConnect.ts.html |here} to see how to use CreateCrossConnect API.
15056
15227
  */
15057
15228
  createCrossConnect(createCrossConnectRequest) {
15058
15229
  return __awaiter(this, void 0, void 0, function* () {
@@ -15127,7 +15298,7 @@ class VirtualNetworkClient {
15127
15298
  * @param CreateCrossConnectGroupRequest
15128
15299
  * @return CreateCrossConnectGroupResponse
15129
15300
  * @throws OciError when an error occurs
15130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateCrossConnectGroup.ts.html |here} to see how to use CreateCrossConnectGroup API.
15301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateCrossConnectGroup.ts.html |here} to see how to use CreateCrossConnectGroup API.
15131
15302
  */
15132
15303
  createCrossConnectGroup(createCrossConnectGroupRequest) {
15133
15304
  return __awaiter(this, void 0, void 0, function* () {
@@ -15199,7 +15370,7 @@ class VirtualNetworkClient {
15199
15370
  * @param CreateDhcpOptionsRequest
15200
15371
  * @return CreateDhcpOptionsResponse
15201
15372
  * @throws OciError when an error occurs
15202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateDhcpOptions.ts.html |here} to see how to use CreateDhcpOptions API.
15373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateDhcpOptions.ts.html |here} to see how to use CreateDhcpOptions API.
15203
15374
  */
15204
15375
  createDhcpOptions(createDhcpOptionsRequest) {
15205
15376
  return __awaiter(this, void 0, void 0, function* () {
@@ -15271,7 +15442,7 @@ class VirtualNetworkClient {
15271
15442
  * @param CreateDrgRequest
15272
15443
  * @return CreateDrgResponse
15273
15444
  * @throws OciError when an error occurs
15274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateDrg.ts.html |here} to see how to use CreateDrg API.
15445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateDrg.ts.html |here} to see how to use CreateDrg API.
15275
15446
  */
15276
15447
  createDrg(createDrgRequest) {
15277
15448
  return __awaiter(this, void 0, void 0, function* () {
@@ -15342,7 +15513,7 @@ class VirtualNetworkClient {
15342
15513
  * @param CreateDrgAttachmentRequest
15343
15514
  * @return CreateDrgAttachmentResponse
15344
15515
  * @throws OciError when an error occurs
15345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateDrgAttachment.ts.html |here} to see how to use CreateDrgAttachment API.
15516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateDrgAttachment.ts.html |here} to see how to use CreateDrgAttachment API.
15346
15517
  */
15347
15518
  createDrgAttachment(createDrgAttachmentRequest) {
15348
15519
  return __awaiter(this, void 0, void 0, function* () {
@@ -15406,7 +15577,7 @@ class VirtualNetworkClient {
15406
15577
  * @param CreateDrgRouteDistributionRequest
15407
15578
  * @return CreateDrgRouteDistributionResponse
15408
15579
  * @throws OciError when an error occurs
15409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateDrgRouteDistribution.ts.html |here} to see how to use CreateDrgRouteDistribution API.
15580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateDrgRouteDistribution.ts.html |here} to see how to use CreateDrgRouteDistribution API.
15410
15581
  */
15411
15582
  createDrgRouteDistribution(createDrgRouteDistributionRequest) {
15412
15583
  return __awaiter(this, void 0, void 0, function* () {
@@ -15468,7 +15639,7 @@ class VirtualNetworkClient {
15468
15639
  * @param CreateDrgRouteTableRequest
15469
15640
  * @return CreateDrgRouteTableResponse
15470
15641
  * @throws OciError when an error occurs
15471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateDrgRouteTable.ts.html |here} to see how to use CreateDrgRouteTable API.
15642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateDrgRouteTable.ts.html |here} to see how to use CreateDrgRouteTable API.
15472
15643
  */
15473
15644
  createDrgRouteTable(createDrgRouteTableRequest) {
15474
15645
  return __awaiter(this, void 0, void 0, function* () {
@@ -15556,7 +15727,7 @@ class VirtualNetworkClient {
15556
15727
  * @param CreateIPSecConnectionRequest
15557
15728
  * @return CreateIPSecConnectionResponse
15558
15729
  * @throws OciError when an error occurs
15559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateIPSecConnection.ts.html |here} to see how to use CreateIPSecConnection API.
15730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateIPSecConnection.ts.html |here} to see how to use CreateIPSecConnection API.
15560
15731
  */
15561
15732
  createIPSecConnection(createIPSecConnectionRequest) {
15562
15733
  return __awaiter(this, void 0, void 0, function* () {
@@ -15636,7 +15807,7 @@ class VirtualNetworkClient {
15636
15807
  * @param CreateInternetGatewayRequest
15637
15808
  * @return CreateInternetGatewayResponse
15638
15809
  * @throws OciError when an error occurs
15639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateInternetGateway.ts.html |here} to see how to use CreateInternetGateway API.
15810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateInternetGateway.ts.html |here} to see how to use CreateInternetGateway API.
15640
15811
  */
15641
15812
  createInternetGateway(createInternetGatewayRequest) {
15642
15813
  return __awaiter(this, void 0, void 0, function* () {
@@ -15697,7 +15868,7 @@ class VirtualNetworkClient {
15697
15868
  * @param CreateIpv6Request
15698
15869
  * @return CreateIpv6Response
15699
15870
  * @throws OciError when an error occurs
15700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateIpv6.ts.html |here} to see how to use CreateIpv6 API.
15871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateIpv6.ts.html |here} to see how to use CreateIpv6 API.
15701
15872
  */
15702
15873
  createIpv6(createIpv6Request) {
15703
15874
  return __awaiter(this, void 0, void 0, function* () {
@@ -15759,7 +15930,7 @@ class VirtualNetworkClient {
15759
15930
  * @param CreateLocalPeeringGatewayRequest
15760
15931
  * @return CreateLocalPeeringGatewayResponse
15761
15932
  * @throws OciError when an error occurs
15762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateLocalPeeringGateway.ts.html |here} to see how to use CreateLocalPeeringGateway API.
15933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateLocalPeeringGateway.ts.html |here} to see how to use CreateLocalPeeringGateway API.
15763
15934
  */
15764
15935
  createLocalPeeringGateway(createLocalPeeringGatewayRequest) {
15765
15936
  return __awaiter(this, void 0, void 0, function* () {
@@ -15821,7 +15992,7 @@ class VirtualNetworkClient {
15821
15992
  * @param CreateNatGatewayRequest
15822
15993
  * @return CreateNatGatewayResponse
15823
15994
  * @throws OciError when an error occurs
15824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateNatGateway.ts.html |here} to see how to use CreateNatGateway API.
15995
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateNatGateway.ts.html |here} to see how to use CreateNatGateway API.
15825
15996
  */
15826
15997
  createNatGateway(createNatGatewayRequest) {
15827
15998
  return __awaiter(this, void 0, void 0, function* () {
@@ -15882,7 +16053,7 @@ class VirtualNetworkClient {
15882
16053
  * @param CreateNetworkSecurityGroupRequest
15883
16054
  * @return CreateNetworkSecurityGroupResponse
15884
16055
  * @throws OciError when an error occurs
15885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateNetworkSecurityGroup.ts.html |here} to see how to use CreateNetworkSecurityGroup API.
16056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateNetworkSecurityGroup.ts.html |here} to see how to use CreateNetworkSecurityGroup API.
15886
16057
  */
15887
16058
  createNetworkSecurityGroup(createNetworkSecurityGroupRequest) {
15888
16059
  return __awaiter(this, void 0, void 0, function* () {
@@ -15945,7 +16116,7 @@ class VirtualNetworkClient {
15945
16116
  * @param CreatePrivateIpRequest
15946
16117
  * @return CreatePrivateIpResponse
15947
16118
  * @throws OciError when an error occurs
15948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreatePrivateIp.ts.html |here} to see how to use CreatePrivateIp API.
16119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreatePrivateIp.ts.html |here} to see how to use CreatePrivateIp API.
15949
16120
  */
15950
16121
  createPrivateIp(createPrivateIpRequest) {
15951
16122
  return __awaiter(this, void 0, void 0, function* () {
@@ -16026,7 +16197,7 @@ class VirtualNetworkClient {
16026
16197
  * @param CreatePublicIpRequest
16027
16198
  * @return CreatePublicIpResponse
16028
16199
  * @throws OciError when an error occurs
16029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreatePublicIp.ts.html |here} to see how to use CreatePublicIp API.
16200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreatePublicIp.ts.html |here} to see how to use CreatePublicIp API.
16030
16201
  */
16031
16202
  createPublicIp(createPublicIpRequest) {
16032
16203
  return __awaiter(this, void 0, void 0, function* () {
@@ -16087,7 +16258,7 @@ class VirtualNetworkClient {
16087
16258
  * @param CreatePublicIpPoolRequest
16088
16259
  * @return CreatePublicIpPoolResponse
16089
16260
  * @throws OciError when an error occurs
16090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreatePublicIpPool.ts.html |here} to see how to use CreatePublicIpPool API.
16261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreatePublicIpPool.ts.html |here} to see how to use CreatePublicIpPool API.
16091
16262
  */
16092
16263
  createPublicIpPool(createPublicIpPoolRequest) {
16093
16264
  return __awaiter(this, void 0, void 0, function* () {
@@ -16149,7 +16320,7 @@ class VirtualNetworkClient {
16149
16320
  * @param CreateRemotePeeringConnectionRequest
16150
16321
  * @return CreateRemotePeeringConnectionResponse
16151
16322
  * @throws OciError when an error occurs
16152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateRemotePeeringConnection.ts.html |here} to see how to use CreateRemotePeeringConnection API.
16323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateRemotePeeringConnection.ts.html |here} to see how to use CreateRemotePeeringConnection API.
16153
16324
  */
16154
16325
  createRemotePeeringConnection(createRemotePeeringConnectionRequest) {
16155
16326
  return __awaiter(this, void 0, void 0, function* () {
@@ -16224,7 +16395,7 @@ class VirtualNetworkClient {
16224
16395
  * @param CreateRouteTableRequest
16225
16396
  * @return CreateRouteTableResponse
16226
16397
  * @throws OciError when an error occurs
16227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateRouteTable.ts.html |here} to see how to use CreateRouteTable API.
16398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateRouteTable.ts.html |here} to see how to use CreateRouteTable API.
16228
16399
  */
16229
16400
  createRouteTable(createRouteTableRequest) {
16230
16401
  return __awaiter(this, void 0, void 0, function* () {
@@ -16298,7 +16469,7 @@ class VirtualNetworkClient {
16298
16469
  * @param CreateSecurityListRequest
16299
16470
  * @return CreateSecurityListResponse
16300
16471
  * @throws OciError when an error occurs
16301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateSecurityList.ts.html |here} to see how to use CreateSecurityList API.
16472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateSecurityList.ts.html |here} to see how to use CreateSecurityList API.
16302
16473
  */
16303
16474
  createSecurityList(createSecurityListRequest) {
16304
16475
  return __awaiter(this, void 0, void 0, function* () {
@@ -16367,7 +16538,7 @@ class VirtualNetworkClient {
16367
16538
  * @param CreateServiceGatewayRequest
16368
16539
  * @return CreateServiceGatewayResponse
16369
16540
  * @throws OciError when an error occurs
16370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateServiceGateway.ts.html |here} to see how to use CreateServiceGateway API.
16541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateServiceGateway.ts.html |here} to see how to use CreateServiceGateway API.
16371
16542
  */
16372
16543
  createServiceGateway(createServiceGatewayRequest) {
16373
16544
  return __awaiter(this, void 0, void 0, function* () {
@@ -16453,7 +16624,7 @@ class VirtualNetworkClient {
16453
16624
  * @param CreateSubnetRequest
16454
16625
  * @return CreateSubnetResponse
16455
16626
  * @throws OciError when an error occurs
16456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateSubnet.ts.html |here} to see how to use CreateSubnet API.
16627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateSubnet.ts.html |here} to see how to use CreateSubnet API.
16457
16628
  */
16458
16629
  createSubnet(createSubnetRequest) {
16459
16630
  return __awaiter(this, void 0, void 0, function* () {
@@ -16546,7 +16717,7 @@ class VirtualNetworkClient {
16546
16717
  * @param CreateVcnRequest
16547
16718
  * @return CreateVcnResponse
16548
16719
  * @throws OciError when an error occurs
16549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateVcn.ts.html |here} to see how to use CreateVcn API.
16720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateVcn.ts.html |here} to see how to use CreateVcn API.
16550
16721
  */
16551
16722
  createVcn(createVcnRequest) {
16552
16723
  return __awaiter(this, void 0, void 0, function* () {
@@ -16627,7 +16798,7 @@ class VirtualNetworkClient {
16627
16798
  * @param CreateVirtualCircuitRequest
16628
16799
  * @return CreateVirtualCircuitResponse
16629
16800
  * @throws OciError when an error occurs
16630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateVirtualCircuit.ts.html |here} to see how to use CreateVirtualCircuit API.
16801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateVirtualCircuit.ts.html |here} to see how to use CreateVirtualCircuit API.
16631
16802
  */
16632
16803
  createVirtualCircuit(createVirtualCircuitRequest) {
16633
16804
  return __awaiter(this, void 0, void 0, function* () {
@@ -16688,7 +16859,7 @@ class VirtualNetworkClient {
16688
16859
  * @param CreateVlanRequest
16689
16860
  * @return CreateVlanResponse
16690
16861
  * @throws OciError when an error occurs
16691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/CreateVlan.ts.html |here} to see how to use CreateVlan API.
16862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/CreateVlan.ts.html |here} to see how to use CreateVlan API.
16692
16863
  */
16693
16864
  createVlan(createVlanRequest) {
16694
16865
  return __awaiter(this, void 0, void 0, function* () {
@@ -16754,7 +16925,7 @@ class VirtualNetworkClient {
16754
16925
  * @param DeleteByoipRangeRequest
16755
16926
  * @return DeleteByoipRangeResponse
16756
16927
  * @throws OciError when an error occurs
16757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteByoipRange.ts.html |here} to see how to use DeleteByoipRange API.
16928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteByoipRange.ts.html |here} to see how to use DeleteByoipRange API.
16758
16929
  */
16759
16930
  deleteByoipRange(deleteByoipRangeRequest) {
16760
16931
  return __awaiter(this, void 0, void 0, function* () {
@@ -16815,7 +16986,7 @@ class VirtualNetworkClient {
16815
16986
  * @param DeleteCpeRequest
16816
16987
  * @return DeleteCpeResponse
16817
16988
  * @throws OciError when an error occurs
16818
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteCpe.ts.html |here} to see how to use DeleteCpe API.
16989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteCpe.ts.html |here} to see how to use DeleteCpe API.
16819
16990
  */
16820
16991
  deleteCpe(deleteCpeRequest) {
16821
16992
  return __awaiter(this, void 0, void 0, function* () {
@@ -16869,7 +17040,7 @@ class VirtualNetworkClient {
16869
17040
  * @param DeleteCrossConnectRequest
16870
17041
  * @return DeleteCrossConnectResponse
16871
17042
  * @throws OciError when an error occurs
16872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteCrossConnect.ts.html |here} to see how to use DeleteCrossConnect API.
17043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteCrossConnect.ts.html |here} to see how to use DeleteCrossConnect API.
16873
17044
  */
16874
17045
  deleteCrossConnect(deleteCrossConnectRequest) {
16875
17046
  return __awaiter(this, void 0, void 0, function* () {
@@ -16924,7 +17095,7 @@ class VirtualNetworkClient {
16924
17095
  * @param DeleteCrossConnectGroupRequest
16925
17096
  * @return DeleteCrossConnectGroupResponse
16926
17097
  * @throws OciError when an error occurs
16927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteCrossConnectGroup.ts.html |here} to see how to use DeleteCrossConnectGroup API.
17098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteCrossConnectGroup.ts.html |here} to see how to use DeleteCrossConnectGroup API.
16928
17099
  */
16929
17100
  deleteCrossConnectGroup(deleteCrossConnectGroupRequest) {
16930
17101
  return __awaiter(this, void 0, void 0, function* () {
@@ -16981,7 +17152,7 @@ class VirtualNetworkClient {
16981
17152
  * @param DeleteDhcpOptionsRequest
16982
17153
  * @return DeleteDhcpOptionsResponse
16983
17154
  * @throws OciError when an error occurs
16984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteDhcpOptions.ts.html |here} to see how to use DeleteDhcpOptions API.
17155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteDhcpOptions.ts.html |here} to see how to use DeleteDhcpOptions API.
16985
17156
  */
16986
17157
  deleteDhcpOptions(deleteDhcpOptionsRequest) {
16987
17158
  return __awaiter(this, void 0, void 0, function* () {
@@ -17037,7 +17208,7 @@ class VirtualNetworkClient {
17037
17208
  * @param DeleteDrgRequest
17038
17209
  * @return DeleteDrgResponse
17039
17210
  * @throws OciError when an error occurs
17040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteDrg.ts.html |here} to see how to use DeleteDrg API.
17211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteDrg.ts.html |here} to see how to use DeleteDrg API.
17041
17212
  */
17042
17213
  deleteDrg(deleteDrgRequest) {
17043
17214
  return __awaiter(this, void 0, void 0, function* () {
@@ -17092,7 +17263,7 @@ class VirtualNetworkClient {
17092
17263
  * @param DeleteDrgAttachmentRequest
17093
17264
  * @return DeleteDrgAttachmentResponse
17094
17265
  * @throws OciError when an error occurs
17095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteDrgAttachment.ts.html |here} to see how to use DeleteDrgAttachment API.
17266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteDrgAttachment.ts.html |here} to see how to use DeleteDrgAttachment API.
17096
17267
  */
17097
17268
  deleteDrgAttachment(deleteDrgAttachmentRequest) {
17098
17269
  return __awaiter(this, void 0, void 0, function* () {
@@ -17147,7 +17318,7 @@ class VirtualNetworkClient {
17147
17318
  * @param DeleteDrgRouteDistributionRequest
17148
17319
  * @return DeleteDrgRouteDistributionResponse
17149
17320
  * @throws OciError when an error occurs
17150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteDrgRouteDistribution.ts.html |here} to see how to use DeleteDrgRouteDistribution API.
17321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteDrgRouteDistribution.ts.html |here} to see how to use DeleteDrgRouteDistribution API.
17151
17322
  */
17152
17323
  deleteDrgRouteDistribution(deleteDrgRouteDistributionRequest) {
17153
17324
  return __awaiter(this, void 0, void 0, function* () {
@@ -17200,7 +17371,7 @@ class VirtualNetworkClient {
17200
17371
  * @param DeleteDrgRouteTableRequest
17201
17372
  * @return DeleteDrgRouteTableResponse
17202
17373
  * @throws OciError when an error occurs
17203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteDrgRouteTable.ts.html |here} to see how to use DeleteDrgRouteTable API.
17374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteDrgRouteTable.ts.html |here} to see how to use DeleteDrgRouteTable API.
17204
17375
  */
17205
17376
  deleteDrgRouteTable(deleteDrgRouteTableRequest) {
17206
17377
  return __awaiter(this, void 0, void 0, function* () {
@@ -17260,7 +17431,7 @@ class VirtualNetworkClient {
17260
17431
  * @param DeleteIPSecConnectionRequest
17261
17432
  * @return DeleteIPSecConnectionResponse
17262
17433
  * @throws OciError when an error occurs
17263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteIPSecConnection.ts.html |here} to see how to use DeleteIPSecConnection API.
17434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteIPSecConnection.ts.html |here} to see how to use DeleteIPSecConnection API.
17264
17435
  */
17265
17436
  deleteIPSecConnection(deleteIPSecConnectionRequest) {
17266
17437
  return __awaiter(this, void 0, void 0, function* () {
@@ -17317,7 +17488,7 @@ class VirtualNetworkClient {
17317
17488
  * @param DeleteInternetGatewayRequest
17318
17489
  * @return DeleteInternetGatewayResponse
17319
17490
  * @throws OciError when an error occurs
17320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteInternetGateway.ts.html |here} to see how to use DeleteInternetGateway API.
17491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteInternetGateway.ts.html |here} to see how to use DeleteInternetGateway API.
17321
17492
  */
17322
17493
  deleteInternetGateway(deleteInternetGatewayRequest) {
17323
17494
  return __awaiter(this, void 0, void 0, function* () {
@@ -17371,7 +17542,7 @@ class VirtualNetworkClient {
17371
17542
  * @param DeleteIpv6Request
17372
17543
  * @return DeleteIpv6Response
17373
17544
  * @throws OciError when an error occurs
17374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteIpv6.ts.html |here} to see how to use DeleteIpv6 API.
17545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteIpv6.ts.html |here} to see how to use DeleteIpv6 API.
17375
17546
  */
17376
17547
  deleteIpv6(deleteIpv6Request) {
17377
17548
  return __awaiter(this, void 0, void 0, function* () {
@@ -17428,7 +17599,7 @@ class VirtualNetworkClient {
17428
17599
  * @param DeleteLocalPeeringGatewayRequest
17429
17600
  * @return DeleteLocalPeeringGatewayResponse
17430
17601
  * @throws OciError when an error occurs
17431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteLocalPeeringGateway.ts.html |here} to see how to use DeleteLocalPeeringGateway API.
17602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteLocalPeeringGateway.ts.html |here} to see how to use DeleteLocalPeeringGateway API.
17432
17603
  */
17433
17604
  deleteLocalPeeringGateway(deleteLocalPeeringGatewayRequest) {
17434
17605
  return __awaiter(this, void 0, void 0, function* () {
@@ -17485,7 +17656,7 @@ class VirtualNetworkClient {
17485
17656
  * @param DeleteNatGatewayRequest
17486
17657
  * @return DeleteNatGatewayResponse
17487
17658
  * @throws OciError when an error occurs
17488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteNatGateway.ts.html |here} to see how to use DeleteNatGateway API.
17659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteNatGateway.ts.html |here} to see how to use DeleteNatGateway API.
17489
17660
  */
17490
17661
  deleteNatGateway(deleteNatGatewayRequest) {
17491
17662
  return __awaiter(this, void 0, void 0, function* () {
@@ -17544,7 +17715,7 @@ class VirtualNetworkClient {
17544
17715
  * @param DeleteNetworkSecurityGroupRequest
17545
17716
  * @return DeleteNetworkSecurityGroupResponse
17546
17717
  * @throws OciError when an error occurs
17547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteNetworkSecurityGroup.ts.html |here} to see how to use DeleteNetworkSecurityGroup API.
17718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteNetworkSecurityGroup.ts.html |here} to see how to use DeleteNetworkSecurityGroup API.
17548
17719
  */
17549
17720
  deleteNetworkSecurityGroup(deleteNetworkSecurityGroupRequest) {
17550
17721
  return __awaiter(this, void 0, void 0, function* () {
@@ -17607,7 +17778,7 @@ class VirtualNetworkClient {
17607
17778
  * @param DeletePrivateIpRequest
17608
17779
  * @return DeletePrivateIpResponse
17609
17780
  * @throws OciError when an error occurs
17610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeletePrivateIp.ts.html |here} to see how to use DeletePrivateIp API.
17781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeletePrivateIp.ts.html |here} to see how to use DeletePrivateIp API.
17611
17782
  */
17612
17783
  deletePrivateIp(deletePrivateIpRequest) {
17613
17784
  return __awaiter(this, void 0, void 0, function* () {
@@ -17674,7 +17845,7 @@ class VirtualNetworkClient {
17674
17845
  * @param DeletePublicIpRequest
17675
17846
  * @return DeletePublicIpResponse
17676
17847
  * @throws OciError when an error occurs
17677
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeletePublicIp.ts.html |here} to see how to use DeletePublicIp API.
17848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeletePublicIp.ts.html |here} to see how to use DeletePublicIp API.
17678
17849
  */
17679
17850
  deletePublicIp(deletePublicIpRequest) {
17680
17851
  return __awaiter(this, void 0, void 0, function* () {
@@ -17729,7 +17900,7 @@ class VirtualNetworkClient {
17729
17900
  * @param DeletePublicIpPoolRequest
17730
17901
  * @return DeletePublicIpPoolResponse
17731
17902
  * @throws OciError when an error occurs
17732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeletePublicIpPool.ts.html |here} to see how to use DeletePublicIpPool API.
17903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeletePublicIpPool.ts.html |here} to see how to use DeletePublicIpPool API.
17733
17904
  */
17734
17905
  deletePublicIpPool(deletePublicIpPoolRequest) {
17735
17906
  return __awaiter(this, void 0, void 0, function* () {
@@ -17786,7 +17957,7 @@ class VirtualNetworkClient {
17786
17957
  * @param DeleteRemotePeeringConnectionRequest
17787
17958
  * @return DeleteRemotePeeringConnectionResponse
17788
17959
  * @throws OciError when an error occurs
17789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteRemotePeeringConnection.ts.html |here} to see how to use DeleteRemotePeeringConnection API.
17960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteRemotePeeringConnection.ts.html |here} to see how to use DeleteRemotePeeringConnection API.
17790
17961
  */
17791
17962
  deleteRemotePeeringConnection(deleteRemotePeeringConnectionRequest) {
17792
17963
  return __awaiter(this, void 0, void 0, function* () {
@@ -17843,7 +18014,7 @@ class VirtualNetworkClient {
17843
18014
  * @param DeleteRouteTableRequest
17844
18015
  * @return DeleteRouteTableResponse
17845
18016
  * @throws OciError when an error occurs
17846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteRouteTable.ts.html |here} to see how to use DeleteRouteTable API.
18017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteRouteTable.ts.html |here} to see how to use DeleteRouteTable API.
17847
18018
  */
17848
18019
  deleteRouteTable(deleteRouteTableRequest) {
17849
18020
  return __awaiter(this, void 0, void 0, function* () {
@@ -17900,7 +18071,7 @@ class VirtualNetworkClient {
17900
18071
  * @param DeleteSecurityListRequest
17901
18072
  * @return DeleteSecurityListResponse
17902
18073
  * @throws OciError when an error occurs
17903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteSecurityList.ts.html |here} to see how to use DeleteSecurityList API.
18074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteSecurityList.ts.html |here} to see how to use DeleteSecurityList API.
17904
18075
  */
17905
18076
  deleteSecurityList(deleteSecurityListRequest) {
17906
18077
  return __awaiter(this, void 0, void 0, function* () {
@@ -17954,7 +18125,7 @@ class VirtualNetworkClient {
17954
18125
  * @param DeleteServiceGatewayRequest
17955
18126
  * @return DeleteServiceGatewayResponse
17956
18127
  * @throws OciError when an error occurs
17957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteServiceGateway.ts.html |here} to see how to use DeleteServiceGateway API.
18128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteServiceGateway.ts.html |here} to see how to use DeleteServiceGateway API.
17958
18129
  */
17959
18130
  deleteServiceGateway(deleteServiceGatewayRequest) {
17960
18131
  return __awaiter(this, void 0, void 0, function* () {
@@ -18009,7 +18180,7 @@ class VirtualNetworkClient {
18009
18180
  * @param DeleteSubnetRequest
18010
18181
  * @return DeleteSubnetResponse
18011
18182
  * @throws OciError when an error occurs
18012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteSubnet.ts.html |here} to see how to use DeleteSubnet API.
18183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteSubnet.ts.html |here} to see how to use DeleteSubnet API.
18013
18184
  */
18014
18185
  deleteSubnet(deleteSubnetRequest) {
18015
18186
  return __awaiter(this, void 0, void 0, function* () {
@@ -18064,7 +18235,7 @@ class VirtualNetworkClient {
18064
18235
  * @param DeleteVcnRequest
18065
18236
  * @return DeleteVcnResponse
18066
18237
  * @throws OciError when an error occurs
18067
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteVcn.ts.html |here} to see how to use DeleteVcn API.
18238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteVcn.ts.html |here} to see how to use DeleteVcn API.
18068
18239
  */
18069
18240
  deleteVcn(deleteVcnRequest) {
18070
18241
  return __awaiter(this, void 0, void 0, function* () {
@@ -18121,7 +18292,7 @@ class VirtualNetworkClient {
18121
18292
  * @param DeleteVirtualCircuitRequest
18122
18293
  * @return DeleteVirtualCircuitResponse
18123
18294
  * @throws OciError when an error occurs
18124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteVirtualCircuit.ts.html |here} to see how to use DeleteVirtualCircuit API.
18295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteVirtualCircuit.ts.html |here} to see how to use DeleteVirtualCircuit API.
18125
18296
  */
18126
18297
  deleteVirtualCircuit(deleteVirtualCircuitRequest) {
18127
18298
  return __awaiter(this, void 0, void 0, function* () {
@@ -18174,7 +18345,7 @@ class VirtualNetworkClient {
18174
18345
  * @param DeleteVlanRequest
18175
18346
  * @return DeleteVlanResponse
18176
18347
  * @throws OciError when an error occurs
18177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DeleteVlan.ts.html |here} to see how to use DeleteVlan API.
18348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DeleteVlan.ts.html |here} to see how to use DeleteVlan API.
18178
18349
  */
18179
18350
  deleteVlan(deleteVlanRequest) {
18180
18351
  return __awaiter(this, void 0, void 0, function* () {
@@ -18239,7 +18410,7 @@ class VirtualNetworkClient {
18239
18410
  * @param DetachServiceIdRequest
18240
18411
  * @return DetachServiceIdResponse
18241
18412
  * @throws OciError when an error occurs
18242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/DetachServiceId.ts.html |here} to see how to use DetachServiceId API.
18413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/DetachServiceId.ts.html |here} to see how to use DetachServiceId API.
18243
18414
  */
18244
18415
  detachServiceId(detachServiceIdRequest) {
18245
18416
  return __awaiter(this, void 0, void 0, function* () {
@@ -18297,7 +18468,7 @@ class VirtualNetworkClient {
18297
18468
  * @param GetAllDrgAttachmentsRequest
18298
18469
  * @return GetAllDrgAttachmentsResponse
18299
18470
  * @throws OciError when an error occurs
18300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetAllDrgAttachments.ts.html |here} to see how to use GetAllDrgAttachments API.
18471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetAllDrgAttachments.ts.html |here} to see how to use GetAllDrgAttachments API.
18301
18472
  */
18302
18473
  getAllDrgAttachments(getAllDrgAttachmentsRequest) {
18303
18474
  return __awaiter(this, void 0, void 0, function* () {
@@ -18404,7 +18575,7 @@ class VirtualNetworkClient {
18404
18575
  * @param GetAllowedIkeIPSecParametersRequest
18405
18576
  * @return GetAllowedIkeIPSecParametersResponse
18406
18577
  * @throws OciError when an error occurs
18407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetAllowedIkeIPSecParameters.ts.html |here} to see how to use GetAllowedIkeIPSecParameters API.
18578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetAllowedIkeIPSecParameters.ts.html |here} to see how to use GetAllowedIkeIPSecParameters API.
18408
18579
  */
18409
18580
  getAllowedIkeIPSecParameters(getAllowedIkeIPSecParametersRequest) {
18410
18581
  return __awaiter(this, void 0, void 0, function* () {
@@ -18459,7 +18630,7 @@ class VirtualNetworkClient {
18459
18630
  * @param GetByoipRangeRequest
18460
18631
  * @return GetByoipRangeResponse
18461
18632
  * @throws OciError when an error occurs
18462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetByoipRange.ts.html |here} to see how to use GetByoipRange API.
18633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetByoipRange.ts.html |here} to see how to use GetByoipRange API.
18463
18634
  */
18464
18635
  getByoipRange(getByoipRangeRequest) {
18465
18636
  return __awaiter(this, void 0, void 0, function* () {
@@ -18520,7 +18691,7 @@ class VirtualNetworkClient {
18520
18691
  * @param GetCpeRequest
18521
18692
  * @return GetCpeResponse
18522
18693
  * @throws OciError when an error occurs
18523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetCpe.ts.html |here} to see how to use GetCpe API.
18694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetCpe.ts.html |here} to see how to use GetCpe API.
18524
18695
  */
18525
18696
  getCpe(getCpeRequest) {
18526
18697
  return __awaiter(this, void 0, void 0, function* () {
@@ -18598,7 +18769,7 @@ class VirtualNetworkClient {
18598
18769
  * @param GetCpeDeviceConfigContentRequest
18599
18770
  * @return GetCpeDeviceConfigContentResponse
18600
18771
  * @throws OciError when an error occurs
18601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetCpeDeviceConfigContent.ts.html |here} to see how to use GetCpeDeviceConfigContent API.
18772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetCpeDeviceConfigContent.ts.html |here} to see how to use GetCpeDeviceConfigContent API.
18602
18773
  */
18603
18774
  getCpeDeviceConfigContent(getCpeDeviceConfigContentRequest) {
18604
18775
  return __awaiter(this, void 0, void 0, function* () {
@@ -18662,7 +18833,7 @@ class VirtualNetworkClient {
18662
18833
  * @param GetCpeDeviceShapeRequest
18663
18834
  * @return GetCpeDeviceShapeResponse
18664
18835
  * @throws OciError when an error occurs
18665
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetCpeDeviceShape.ts.html |here} to see how to use GetCpeDeviceShape API.
18836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetCpeDeviceShape.ts.html |here} to see how to use GetCpeDeviceShape API.
18666
18837
  */
18667
18838
  getCpeDeviceShape(getCpeDeviceShapeRequest) {
18668
18839
  return __awaiter(this, void 0, void 0, function* () {
@@ -18718,7 +18889,7 @@ class VirtualNetworkClient {
18718
18889
  * @param GetCrossConnectRequest
18719
18890
  * @return GetCrossConnectResponse
18720
18891
  * @throws OciError when an error occurs
18721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetCrossConnect.ts.html |here} to see how to use GetCrossConnect API.
18892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetCrossConnect.ts.html |here} to see how to use GetCrossConnect API.
18722
18893
  */
18723
18894
  getCrossConnect(getCrossConnectRequest) {
18724
18895
  return __awaiter(this, void 0, void 0, function* () {
@@ -18778,7 +18949,7 @@ class VirtualNetworkClient {
18778
18949
  * @param GetCrossConnectGroupRequest
18779
18950
  * @return GetCrossConnectGroupResponse
18780
18951
  * @throws OciError when an error occurs
18781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetCrossConnectGroup.ts.html |here} to see how to use GetCrossConnectGroup API.
18952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetCrossConnectGroup.ts.html |here} to see how to use GetCrossConnectGroup API.
18782
18953
  */
18783
18954
  getCrossConnectGroup(getCrossConnectGroupRequest) {
18784
18955
  return __awaiter(this, void 0, void 0, function* () {
@@ -18838,7 +19009,7 @@ class VirtualNetworkClient {
18838
19009
  * @param GetCrossConnectLetterOfAuthorityRequest
18839
19010
  * @return GetCrossConnectLetterOfAuthorityResponse
18840
19011
  * @throws OciError when an error occurs
18841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetCrossConnectLetterOfAuthority.ts.html |here} to see how to use GetCrossConnectLetterOfAuthority API.
19012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetCrossConnectLetterOfAuthority.ts.html |here} to see how to use GetCrossConnectLetterOfAuthority API.
18842
19013
  */
18843
19014
  getCrossConnectLetterOfAuthority(getCrossConnectLetterOfAuthorityRequest) {
18844
19015
  return __awaiter(this, void 0, void 0, function* () {
@@ -18894,7 +19065,7 @@ class VirtualNetworkClient {
18894
19065
  * @param GetCrossConnectStatusRequest
18895
19066
  * @return GetCrossConnectStatusResponse
18896
19067
  * @throws OciError when an error occurs
18897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetCrossConnectStatus.ts.html |here} to see how to use GetCrossConnectStatus API.
19068
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetCrossConnectStatus.ts.html |here} to see how to use GetCrossConnectStatus API.
18898
19069
  */
18899
19070
  getCrossConnectStatus(getCrossConnectStatusRequest) {
18900
19071
  return __awaiter(this, void 0, void 0, function* () {
@@ -18949,7 +19120,7 @@ class VirtualNetworkClient {
18949
19120
  * @param GetDhcpOptionsRequest
18950
19121
  * @return GetDhcpOptionsResponse
18951
19122
  * @throws OciError when an error occurs
18952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetDhcpOptions.ts.html |here} to see how to use GetDhcpOptions API.
19123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetDhcpOptions.ts.html |here} to see how to use GetDhcpOptions API.
18953
19124
  */
18954
19125
  getDhcpOptions(getDhcpOptionsRequest) {
18955
19126
  return __awaiter(this, void 0, void 0, function* () {
@@ -19009,7 +19180,7 @@ class VirtualNetworkClient {
19009
19180
  * @param GetDrgRequest
19010
19181
  * @return GetDrgResponse
19011
19182
  * @throws OciError when an error occurs
19012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetDrg.ts.html |here} to see how to use GetDrg API.
19183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetDrg.ts.html |here} to see how to use GetDrg API.
19013
19184
  */
19014
19185
  getDrg(getDrgRequest) {
19015
19186
  return __awaiter(this, void 0, void 0, function* () {
@@ -19069,7 +19240,7 @@ class VirtualNetworkClient {
19069
19240
  * @param GetDrgAttachmentRequest
19070
19241
  * @return GetDrgAttachmentResponse
19071
19242
  * @throws OciError when an error occurs
19072
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetDrgAttachment.ts.html |here} to see how to use GetDrgAttachment API.
19243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetDrgAttachment.ts.html |here} to see how to use GetDrgAttachment API.
19073
19244
  */
19074
19245
  getDrgAttachment(getDrgAttachmentRequest) {
19075
19246
  return __awaiter(this, void 0, void 0, function* () {
@@ -19131,7 +19302,7 @@ class VirtualNetworkClient {
19131
19302
  * @param GetDrgRedundancyStatusRequest
19132
19303
  * @return GetDrgRedundancyStatusResponse
19133
19304
  * @throws OciError when an error occurs
19134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetDrgRedundancyStatus.ts.html |here} to see how to use GetDrgRedundancyStatus API.
19305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetDrgRedundancyStatus.ts.html |here} to see how to use GetDrgRedundancyStatus API.
19135
19306
  */
19136
19307
  getDrgRedundancyStatus(getDrgRedundancyStatusRequest) {
19137
19308
  return __awaiter(this, void 0, void 0, function* () {
@@ -19187,7 +19358,7 @@ class VirtualNetworkClient {
19187
19358
  * @param GetDrgRouteDistributionRequest
19188
19359
  * @return GetDrgRouteDistributionResponse
19189
19360
  * @throws OciError when an error occurs
19190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetDrgRouteDistribution.ts.html |here} to see how to use GetDrgRouteDistribution API.
19361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetDrgRouteDistribution.ts.html |here} to see how to use GetDrgRouteDistribution API.
19191
19362
  */
19192
19363
  getDrgRouteDistribution(getDrgRouteDistributionRequest) {
19193
19364
  return __awaiter(this, void 0, void 0, function* () {
@@ -19247,7 +19418,7 @@ class VirtualNetworkClient {
19247
19418
  * @param GetDrgRouteTableRequest
19248
19419
  * @return GetDrgRouteTableResponse
19249
19420
  * @throws OciError when an error occurs
19250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetDrgRouteTable.ts.html |here} to see how to use GetDrgRouteTable API.
19421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetDrgRouteTable.ts.html |here} to see how to use GetDrgRouteTable API.
19251
19422
  */
19252
19423
  getDrgRouteTable(getDrgRouteTableRequest) {
19253
19424
  return __awaiter(this, void 0, void 0, function* () {
@@ -19309,7 +19480,7 @@ class VirtualNetworkClient {
19309
19480
  * @param GetFastConnectProviderServiceRequest
19310
19481
  * @return GetFastConnectProviderServiceResponse
19311
19482
  * @throws OciError when an error occurs
19312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetFastConnectProviderService.ts.html |here} to see how to use GetFastConnectProviderService API.
19483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetFastConnectProviderService.ts.html |here} to see how to use GetFastConnectProviderService API.
19313
19484
  */
19314
19485
  getFastConnectProviderService(getFastConnectProviderServiceRequest) {
19315
19486
  return __awaiter(this, void 0, void 0, function* () {
@@ -19366,7 +19537,7 @@ class VirtualNetworkClient {
19366
19537
  * @param GetFastConnectProviderServiceKeyRequest
19367
19538
  * @return GetFastConnectProviderServiceKeyResponse
19368
19539
  * @throws OciError when an error occurs
19369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetFastConnectProviderServiceKey.ts.html |here} to see how to use GetFastConnectProviderServiceKey API.
19540
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetFastConnectProviderServiceKey.ts.html |here} to see how to use GetFastConnectProviderServiceKey API.
19370
19541
  */
19371
19542
  getFastConnectProviderServiceKey(getFastConnectProviderServiceKeyRequest) {
19372
19543
  return __awaiter(this, void 0, void 0, function* () {
@@ -19425,7 +19596,7 @@ class VirtualNetworkClient {
19425
19596
  * @param GetIPSecConnectionRequest
19426
19597
  * @return GetIPSecConnectionResponse
19427
19598
  * @throws OciError when an error occurs
19428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetIPSecConnection.ts.html |here} to see how to use GetIPSecConnection API.
19599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetIPSecConnection.ts.html |here} to see how to use GetIPSecConnection API.
19429
19600
  */
19430
19601
  getIPSecConnection(getIPSecConnectionRequest) {
19431
19602
  return __awaiter(this, void 0, void 0, function* () {
@@ -19489,7 +19660,7 @@ class VirtualNetworkClient {
19489
19660
  * @param GetIPSecConnectionDeviceConfigRequest
19490
19661
  * @return GetIPSecConnectionDeviceConfigResponse
19491
19662
  * @throws OciError when an error occurs
19492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetIPSecConnectionDeviceConfig.ts.html |here} to see how to use GetIPSecConnectionDeviceConfig API.
19663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetIPSecConnectionDeviceConfig.ts.html |here} to see how to use GetIPSecConnectionDeviceConfig API.
19493
19664
  */
19494
19665
  getIPSecConnectionDeviceConfig(getIPSecConnectionDeviceConfigRequest) {
19495
19666
  return __awaiter(this, void 0, void 0, function* () {
@@ -19551,7 +19722,7 @@ class VirtualNetworkClient {
19551
19722
  * @param GetIPSecConnectionDeviceStatusRequest
19552
19723
  * @return GetIPSecConnectionDeviceStatusResponse
19553
19724
  * @throws OciError when an error occurs
19554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetIPSecConnectionDeviceStatus.ts.html |here} to see how to use GetIPSecConnectionDeviceStatus API.
19725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetIPSecConnectionDeviceStatus.ts.html |here} to see how to use GetIPSecConnectionDeviceStatus API.
19555
19726
  */
19556
19727
  getIPSecConnectionDeviceStatus(getIPSecConnectionDeviceStatusRequest) {
19557
19728
  return __awaiter(this, void 0, void 0, function* () {
@@ -19614,7 +19785,7 @@ class VirtualNetworkClient {
19614
19785
  * @param GetIPSecConnectionTunnelRequest
19615
19786
  * @return GetIPSecConnectionTunnelResponse
19616
19787
  * @throws OciError when an error occurs
19617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetIPSecConnectionTunnel.ts.html |here} to see how to use GetIPSecConnectionTunnel API.
19788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetIPSecConnectionTunnel.ts.html |here} to see how to use GetIPSecConnectionTunnel API.
19618
19789
  */
19619
19790
  getIPSecConnectionTunnel(getIPSecConnectionTunnelRequest) {
19620
19791
  return __awaiter(this, void 0, void 0, function* () {
@@ -19676,7 +19847,7 @@ class VirtualNetworkClient {
19676
19847
  * @param GetIPSecConnectionTunnelErrorRequest
19677
19848
  * @return GetIPSecConnectionTunnelErrorResponse
19678
19849
  * @throws OciError when an error occurs
19679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetIPSecConnectionTunnelError.ts.html |here} to see how to use GetIPSecConnectionTunnelError API.
19850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetIPSecConnectionTunnelError.ts.html |here} to see how to use GetIPSecConnectionTunnelError API.
19680
19851
  */
19681
19852
  getIPSecConnectionTunnelError(getIPSecConnectionTunnelErrorRequest) {
19682
19853
  return __awaiter(this, void 0, void 0, function* () {
@@ -19734,7 +19905,7 @@ class VirtualNetworkClient {
19734
19905
  * @param GetIPSecConnectionTunnelSharedSecretRequest
19735
19906
  * @return GetIPSecConnectionTunnelSharedSecretResponse
19736
19907
  * @throws OciError when an error occurs
19737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use GetIPSecConnectionTunnelSharedSecret API.
19908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use GetIPSecConnectionTunnelSharedSecret API.
19738
19909
  */
19739
19910
  getIPSecConnectionTunnelSharedSecret(getIPSecConnectionTunnelSharedSecretRequest) {
19740
19911
  return __awaiter(this, void 0, void 0, function* () {
@@ -19795,7 +19966,7 @@ class VirtualNetworkClient {
19795
19966
  * @param GetInternetGatewayRequest
19796
19967
  * @return GetInternetGatewayResponse
19797
19968
  * @throws OciError when an error occurs
19798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetInternetGateway.ts.html |here} to see how to use GetInternetGateway API.
19969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetInternetGateway.ts.html |here} to see how to use GetInternetGateway API.
19799
19970
  */
19800
19971
  getInternetGateway(getInternetGatewayRequest) {
19801
19972
  return __awaiter(this, void 0, void 0, function* () {
@@ -19874,7 +20045,7 @@ class VirtualNetworkClient {
19874
20045
  * @param GetIpsecCpeDeviceConfigContentRequest
19875
20046
  * @return GetIpsecCpeDeviceConfigContentResponse
19876
20047
  * @throws OciError when an error occurs
19877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetIpsecCpeDeviceConfigContent.ts.html |here} to see how to use GetIpsecCpeDeviceConfigContent API.
20048
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetIpsecCpeDeviceConfigContent.ts.html |here} to see how to use GetIpsecCpeDeviceConfigContent API.
19878
20049
  */
19879
20050
  getIpsecCpeDeviceConfigContent(getIpsecCpeDeviceConfigContentRequest) {
19880
20051
  return __awaiter(this, void 0, void 0, function* () {
@@ -19933,7 +20104,7 @@ class VirtualNetworkClient {
19933
20104
  * @param GetIpv6Request
19934
20105
  * @return GetIpv6Response
19935
20106
  * @throws OciError when an error occurs
19936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetIpv6.ts.html |here} to see how to use GetIpv6 API.
20107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetIpv6.ts.html |here} to see how to use GetIpv6 API.
19937
20108
  */
19938
20109
  getIpv6(getIpv6Request) {
19939
20110
  return __awaiter(this, void 0, void 0, function* () {
@@ -19994,7 +20165,7 @@ class VirtualNetworkClient {
19994
20165
  * @param GetLocalPeeringGatewayRequest
19995
20166
  * @return GetLocalPeeringGatewayResponse
19996
20167
  * @throws OciError when an error occurs
19997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetLocalPeeringGateway.ts.html |here} to see how to use GetLocalPeeringGateway API.
20168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetLocalPeeringGateway.ts.html |here} to see how to use GetLocalPeeringGateway API.
19998
20169
  */
19999
20170
  getLocalPeeringGateway(getLocalPeeringGatewayRequest) {
20000
20171
  return __awaiter(this, void 0, void 0, function* () {
@@ -20054,7 +20225,7 @@ class VirtualNetworkClient {
20054
20225
  * @param GetNatGatewayRequest
20055
20226
  * @return GetNatGatewayResponse
20056
20227
  * @throws OciError when an error occurs
20057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetNatGateway.ts.html |here} to see how to use GetNatGateway API.
20228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetNatGateway.ts.html |here} to see how to use GetNatGateway API.
20058
20229
  */
20059
20230
  getNatGateway(getNatGatewayRequest) {
20060
20231
  return __awaiter(this, void 0, void 0, function* () {
@@ -20121,7 +20292,7 @@ class VirtualNetworkClient {
20121
20292
  * @param GetNetworkSecurityGroupRequest
20122
20293
  * @return GetNetworkSecurityGroupResponse
20123
20294
  * @throws OciError when an error occurs
20124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetNetworkSecurityGroup.ts.html |here} to see how to use GetNetworkSecurityGroup API.
20295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetNetworkSecurityGroup.ts.html |here} to see how to use GetNetworkSecurityGroup API.
20125
20296
  */
20126
20297
  getNetworkSecurityGroup(getNetworkSecurityGroupRequest) {
20127
20298
  return __awaiter(this, void 0, void 0, function* () {
@@ -20181,7 +20352,7 @@ class VirtualNetworkClient {
20181
20352
  * @param GetNetworkingTopologyRequest
20182
20353
  * @return GetNetworkingTopologyResponse
20183
20354
  * @throws OciError when an error occurs
20184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetNetworkingTopology.ts.html |here} to see how to use GetNetworkingTopology API.
20355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetNetworkingTopology.ts.html |here} to see how to use GetNetworkingTopology API.
20185
20356
  */
20186
20357
  getNetworkingTopology(getNetworkingTopologyRequest) {
20187
20358
  return __awaiter(this, void 0, void 0, function* () {
@@ -20250,7 +20421,7 @@ class VirtualNetworkClient {
20250
20421
  * @param GetPrivateIpRequest
20251
20422
  * @return GetPrivateIpResponse
20252
20423
  * @throws OciError when an error occurs
20253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetPrivateIp.ts.html |here} to see how to use GetPrivateIp API.
20424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetPrivateIp.ts.html |here} to see how to use GetPrivateIp API.
20254
20425
  */
20255
20426
  getPrivateIp(getPrivateIpRequest) {
20256
20427
  return __awaiter(this, void 0, void 0, function* () {
@@ -20321,7 +20492,7 @@ class VirtualNetworkClient {
20321
20492
  * @param GetPublicIpRequest
20322
20493
  * @return GetPublicIpResponse
20323
20494
  * @throws OciError when an error occurs
20324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetPublicIp.ts.html |here} to see how to use GetPublicIp API.
20495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetPublicIp.ts.html |here} to see how to use GetPublicIp API.
20325
20496
  */
20326
20497
  getPublicIp(getPublicIpRequest) {
20327
20498
  return __awaiter(this, void 0, void 0, function* () {
@@ -20386,7 +20557,7 @@ class VirtualNetworkClient {
20386
20557
  * @param GetPublicIpByIpAddressRequest
20387
20558
  * @return GetPublicIpByIpAddressResponse
20388
20559
  * @throws OciError when an error occurs
20389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetPublicIpByIpAddress.ts.html |here} to see how to use GetPublicIpByIpAddress API.
20560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetPublicIpByIpAddress.ts.html |here} to see how to use GetPublicIpByIpAddress API.
20390
20561
  */
20391
20562
  getPublicIpByIpAddress(getPublicIpByIpAddressRequest) {
20392
20563
  return __awaiter(this, void 0, void 0, function* () {
@@ -20456,7 +20627,7 @@ class VirtualNetworkClient {
20456
20627
  * @param GetPublicIpByPrivateIpIdRequest
20457
20628
  * @return GetPublicIpByPrivateIpIdResponse
20458
20629
  * @throws OciError when an error occurs
20459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetPublicIpByPrivateIpId.ts.html |here} to see how to use GetPublicIpByPrivateIpId API.
20630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetPublicIpByPrivateIpId.ts.html |here} to see how to use GetPublicIpByPrivateIpId API.
20460
20631
  */
20461
20632
  getPublicIpByPrivateIpId(getPublicIpByPrivateIpIdRequest) {
20462
20633
  return __awaiter(this, void 0, void 0, function* () {
@@ -20516,7 +20687,7 @@ class VirtualNetworkClient {
20516
20687
  * @param GetPublicIpPoolRequest
20517
20688
  * @return GetPublicIpPoolResponse
20518
20689
  * @throws OciError when an error occurs
20519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetPublicIpPool.ts.html |here} to see how to use GetPublicIpPool API.
20690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetPublicIpPool.ts.html |here} to see how to use GetPublicIpPool API.
20520
20691
  */
20521
20692
  getPublicIpPool(getPublicIpPoolRequest) {
20522
20693
  return __awaiter(this, void 0, void 0, function* () {
@@ -20578,7 +20749,7 @@ class VirtualNetworkClient {
20578
20749
  * @param GetRemotePeeringConnectionRequest
20579
20750
  * @return GetRemotePeeringConnectionResponse
20580
20751
  * @throws OciError when an error occurs
20581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetRemotePeeringConnection.ts.html |here} to see how to use GetRemotePeeringConnection API.
20752
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetRemotePeeringConnection.ts.html |here} to see how to use GetRemotePeeringConnection API.
20582
20753
  */
20583
20754
  getRemotePeeringConnection(getRemotePeeringConnectionRequest) {
20584
20755
  return __awaiter(this, void 0, void 0, function* () {
@@ -20638,7 +20809,7 @@ class VirtualNetworkClient {
20638
20809
  * @param GetRouteTableRequest
20639
20810
  * @return GetRouteTableResponse
20640
20811
  * @throws OciError when an error occurs
20641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetRouteTable.ts.html |here} to see how to use GetRouteTable API.
20812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetRouteTable.ts.html |here} to see how to use GetRouteTable API.
20642
20813
  */
20643
20814
  getRouteTable(getRouteTableRequest) {
20644
20815
  return __awaiter(this, void 0, void 0, function* () {
@@ -20698,7 +20869,7 @@ class VirtualNetworkClient {
20698
20869
  * @param GetSecurityListRequest
20699
20870
  * @return GetSecurityListResponse
20700
20871
  * @throws OciError when an error occurs
20701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetSecurityList.ts.html |here} to see how to use GetSecurityList API.
20872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetSecurityList.ts.html |here} to see how to use GetSecurityList API.
20702
20873
  */
20703
20874
  getSecurityList(getSecurityListRequest) {
20704
20875
  return __awaiter(this, void 0, void 0, function* () {
@@ -20759,7 +20930,7 @@ class VirtualNetworkClient {
20759
20930
  * @param GetServiceRequest
20760
20931
  * @return GetServiceResponse
20761
20932
  * @throws OciError when an error occurs
20762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetService.ts.html |here} to see how to use GetService API.
20933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetService.ts.html |here} to see how to use GetService API.
20763
20934
  */
20764
20935
  getService(getServiceRequest) {
20765
20936
  return __awaiter(this, void 0, void 0, function* () {
@@ -20819,7 +20990,7 @@ class VirtualNetworkClient {
20819
20990
  * @param GetServiceGatewayRequest
20820
20991
  * @return GetServiceGatewayResponse
20821
20992
  * @throws OciError when an error occurs
20822
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetServiceGateway.ts.html |here} to see how to use GetServiceGateway API.
20993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetServiceGateway.ts.html |here} to see how to use GetServiceGateway API.
20823
20994
  */
20824
20995
  getServiceGateway(getServiceGatewayRequest) {
20825
20996
  return __awaiter(this, void 0, void 0, function* () {
@@ -20879,7 +21050,7 @@ class VirtualNetworkClient {
20879
21050
  * @param GetSubnetRequest
20880
21051
  * @return GetSubnetResponse
20881
21052
  * @throws OciError when an error occurs
20882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetSubnet.ts.html |here} to see how to use GetSubnet API.
21053
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetSubnet.ts.html |here} to see how to use GetSubnet API.
20883
21054
  */
20884
21055
  getSubnet(getSubnetRequest) {
20885
21056
  return __awaiter(this, void 0, void 0, function* () {
@@ -20939,7 +21110,7 @@ class VirtualNetworkClient {
20939
21110
  * @param GetSubnetTopologyRequest
20940
21111
  * @return GetSubnetTopologyResponse
20941
21112
  * @throws OciError when an error occurs
20942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetSubnetTopology.ts.html |here} to see how to use GetSubnetTopology API.
21113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetSubnetTopology.ts.html |here} to see how to use GetSubnetTopology API.
20943
21114
  */
20944
21115
  getSubnetTopology(getSubnetTopologyRequest) {
20945
21116
  return __awaiter(this, void 0, void 0, function* () {
@@ -21010,7 +21181,7 @@ class VirtualNetworkClient {
21010
21181
  * @param GetTunnelCpeDeviceConfigRequest
21011
21182
  * @return GetTunnelCpeDeviceConfigResponse
21012
21183
  * @throws OciError when an error occurs
21013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetTunnelCpeDeviceConfig.ts.html |here} to see how to use GetTunnelCpeDeviceConfig API.
21184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetTunnelCpeDeviceConfig.ts.html |here} to see how to use GetTunnelCpeDeviceConfig API.
21014
21185
  */
21015
21186
  getTunnelCpeDeviceConfig(getTunnelCpeDeviceConfigRequest) {
21016
21187
  return __awaiter(this, void 0, void 0, function* () {
@@ -21090,7 +21261,7 @@ class VirtualNetworkClient {
21090
21261
  * @param GetTunnelCpeDeviceConfigContentRequest
21091
21262
  * @return GetTunnelCpeDeviceConfigContentResponse
21092
21263
  * @throws OciError when an error occurs
21093
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetTunnelCpeDeviceConfigContent.ts.html |here} to see how to use GetTunnelCpeDeviceConfigContent API.
21264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetTunnelCpeDeviceConfigContent.ts.html |here} to see how to use GetTunnelCpeDeviceConfigContent API.
21094
21265
  */
21095
21266
  getTunnelCpeDeviceConfigContent(getTunnelCpeDeviceConfigContentRequest) {
21096
21267
  return __awaiter(this, void 0, void 0, function* () {
@@ -21147,7 +21318,7 @@ class VirtualNetworkClient {
21147
21318
  * @param GetUpgradeStatusRequest
21148
21319
  * @return GetUpgradeStatusResponse
21149
21320
  * @throws OciError when an error occurs
21150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetUpgradeStatus.ts.html |here} to see how to use GetUpgradeStatus API.
21321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetUpgradeStatus.ts.html |here} to see how to use GetUpgradeStatus API.
21151
21322
  */
21152
21323
  getUpgradeStatus(getUpgradeStatusRequest) {
21153
21324
  return __awaiter(this, void 0, void 0, function* () {
@@ -21203,7 +21374,7 @@ class VirtualNetworkClient {
21203
21374
  * @param GetVcnRequest
21204
21375
  * @return GetVcnResponse
21205
21376
  * @throws OciError when an error occurs
21206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetVcn.ts.html |here} to see how to use GetVcn API.
21377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetVcn.ts.html |here} to see how to use GetVcn API.
21207
21378
  */
21208
21379
  getVcn(getVcnRequest) {
21209
21380
  return __awaiter(this, void 0, void 0, function* () {
@@ -21263,7 +21434,7 @@ class VirtualNetworkClient {
21263
21434
  * @param GetVcnDnsResolverAssociationRequest
21264
21435
  * @return GetVcnDnsResolverAssociationResponse
21265
21436
  * @throws OciError when an error occurs
21266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetVcnDnsResolverAssociation.ts.html |here} to see how to use GetVcnDnsResolverAssociation API.
21437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetVcnDnsResolverAssociation.ts.html |here} to see how to use GetVcnDnsResolverAssociation API.
21267
21438
  */
21268
21439
  getVcnDnsResolverAssociation(getVcnDnsResolverAssociationRequest) {
21269
21440
  return __awaiter(this, void 0, void 0, function* () {
@@ -21324,7 +21495,7 @@ class VirtualNetworkClient {
21324
21495
  * @param GetVcnTopologyRequest
21325
21496
  * @return GetVcnTopologyResponse
21326
21497
  * @throws OciError when an error occurs
21327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetVcnTopology.ts.html |here} to see how to use GetVcnTopology API.
21498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetVcnTopology.ts.html |here} to see how to use GetVcnTopology API.
21328
21499
  */
21329
21500
  getVcnTopology(getVcnTopologyRequest) {
21330
21501
  return __awaiter(this, void 0, void 0, function* () {
@@ -21390,7 +21561,7 @@ class VirtualNetworkClient {
21390
21561
  * @param GetVirtualCircuitRequest
21391
21562
  * @return GetVirtualCircuitResponse
21392
21563
  * @throws OciError when an error occurs
21393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetVirtualCircuit.ts.html |here} to see how to use GetVirtualCircuit API.
21564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetVirtualCircuit.ts.html |here} to see how to use GetVirtualCircuit API.
21394
21565
  */
21395
21566
  getVirtualCircuit(getVirtualCircuitRequest) {
21396
21567
  return __awaiter(this, void 0, void 0, function* () {
@@ -21450,7 +21621,7 @@ class VirtualNetworkClient {
21450
21621
  * @param GetVlanRequest
21451
21622
  * @return GetVlanResponse
21452
21623
  * @throws OciError when an error occurs
21453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetVlan.ts.html |here} to see how to use GetVlan API.
21624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetVlan.ts.html |here} to see how to use GetVlan API.
21454
21625
  */
21455
21626
  getVlan(getVlanRequest) {
21456
21627
  return __awaiter(this, void 0, void 0, function* () {
@@ -21515,7 +21686,7 @@ class VirtualNetworkClient {
21515
21686
  * @param GetVnicRequest
21516
21687
  * @return GetVnicResponse
21517
21688
  * @throws OciError when an error occurs
21518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/GetVnic.ts.html |here} to see how to use GetVnic API.
21689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/GetVnic.ts.html |here} to see how to use GetVnic API.
21519
21690
  */
21520
21691
  getVnic(getVnicRequest) {
21521
21692
  return __awaiter(this, void 0, void 0, function* () {
@@ -21577,7 +21748,7 @@ class VirtualNetworkClient {
21577
21748
  * @param ListAllowedPeerRegionsForRemotePeeringRequest
21578
21749
  * @return ListAllowedPeerRegionsForRemotePeeringResponse
21579
21750
  * @throws OciError when an error occurs
21580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListAllowedPeerRegionsForRemotePeering.ts.html |here} to see how to use ListAllowedPeerRegionsForRemotePeering API.
21751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListAllowedPeerRegionsForRemotePeering.ts.html |here} to see how to use ListAllowedPeerRegionsForRemotePeering API.
21581
21752
  */
21582
21753
  listAllowedPeerRegionsForRemotePeering(listAllowedPeerRegionsForRemotePeeringRequest) {
21583
21754
  return __awaiter(this, void 0, void 0, function* () {
@@ -21632,7 +21803,7 @@ class VirtualNetworkClient {
21632
21803
  * @param ListByoipAllocatedRangesRequest
21633
21804
  * @return ListByoipAllocatedRangesResponse
21634
21805
  * @throws OciError when an error occurs
21635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListByoipAllocatedRanges.ts.html |here} to see how to use ListByoipAllocatedRanges API.
21806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListByoipAllocatedRanges.ts.html |here} to see how to use ListByoipAllocatedRanges API.
21636
21807
  */
21637
21808
  listByoipAllocatedRanges(listByoipAllocatedRangesRequest) {
21638
21809
  return __awaiter(this, void 0, void 0, function* () {
@@ -21698,7 +21869,7 @@ class VirtualNetworkClient {
21698
21869
  * @param ListByoipRangesRequest
21699
21870
  * @return ListByoipRangesResponse
21700
21871
  * @throws OciError when an error occurs
21701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListByoipRanges.ts.html |here} to see how to use ListByoipRanges API.
21872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListByoipRanges.ts.html |here} to see how to use ListByoipRanges API.
21702
21873
  */
21703
21874
  listByoipRanges(listByoipRangesRequest) {
21704
21875
  return __awaiter(this, void 0, void 0, function* () {
@@ -21778,7 +21949,7 @@ class VirtualNetworkClient {
21778
21949
  * @param ListCpeDeviceShapesRequest
21779
21950
  * @return ListCpeDeviceShapesResponse
21780
21951
  * @throws OciError when an error occurs
21781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListCpeDeviceShapes.ts.html |here} to see how to use ListCpeDeviceShapes API.
21952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListCpeDeviceShapes.ts.html |here} to see how to use ListCpeDeviceShapes API.
21782
21953
  */
21783
21954
  listCpeDeviceShapes(listCpeDeviceShapesRequest) {
21784
21955
  return __awaiter(this, void 0, void 0, function* () {
@@ -21881,7 +22052,7 @@ class VirtualNetworkClient {
21881
22052
  * @param ListCpesRequest
21882
22053
  * @return ListCpesResponse
21883
22054
  * @throws OciError when an error occurs
21884
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListCpes.ts.html |here} to see how to use ListCpes API.
22055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListCpes.ts.html |here} to see how to use ListCpes API.
21885
22056
  */
21886
22057
  listCpes(listCpesRequest) {
21887
22058
  return __awaiter(this, void 0, void 0, function* () {
@@ -21984,7 +22155,7 @@ class VirtualNetworkClient {
21984
22155
  * @param ListCrossConnectGroupsRequest
21985
22156
  * @return ListCrossConnectGroupsResponse
21986
22157
  * @throws OciError when an error occurs
21987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListCrossConnectGroups.ts.html |here} to see how to use ListCrossConnectGroups API.
22158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListCrossConnectGroups.ts.html |here} to see how to use ListCrossConnectGroups API.
21988
22159
  */
21989
22160
  listCrossConnectGroups(listCrossConnectGroupsRequest) {
21990
22161
  return __awaiter(this, void 0, void 0, function* () {
@@ -22092,7 +22263,7 @@ class VirtualNetworkClient {
22092
22263
  * @param ListCrossConnectLocationsRequest
22093
22264
  * @return ListCrossConnectLocationsResponse
22094
22265
  * @throws OciError when an error occurs
22095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListCrossConnectLocations.ts.html |here} to see how to use ListCrossConnectLocations API.
22266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListCrossConnectLocations.ts.html |here} to see how to use ListCrossConnectLocations API.
22096
22267
  */
22097
22268
  listCrossConnectLocations(listCrossConnectLocationsRequest) {
22098
22269
  return __awaiter(this, void 0, void 0, function* () {
@@ -22196,7 +22367,7 @@ class VirtualNetworkClient {
22196
22367
  * @param ListCrossConnectMappingsRequest
22197
22368
  * @return ListCrossConnectMappingsResponse
22198
22369
  * @throws OciError when an error occurs
22199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListCrossConnectMappings.ts.html |here} to see how to use ListCrossConnectMappings API.
22370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListCrossConnectMappings.ts.html |here} to see how to use ListCrossConnectMappings API.
22200
22371
  */
22201
22372
  listCrossConnectMappings(listCrossConnectMappingsRequest) {
22202
22373
  return __awaiter(this, void 0, void 0, function* () {
@@ -22254,7 +22425,7 @@ class VirtualNetworkClient {
22254
22425
  * @param ListCrossConnectsRequest
22255
22426
  * @return ListCrossConnectsResponse
22256
22427
  * @throws OciError when an error occurs
22257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListCrossConnects.ts.html |here} to see how to use ListCrossConnects API.
22428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListCrossConnects.ts.html |here} to see how to use ListCrossConnects API.
22258
22429
  */
22259
22430
  listCrossConnects(listCrossConnectsRequest) {
22260
22431
  return __awaiter(this, void 0, void 0, function* () {
@@ -22364,7 +22535,7 @@ class VirtualNetworkClient {
22364
22535
  * @param ListCrossconnectPortSpeedShapesRequest
22365
22536
  * @return ListCrossconnectPortSpeedShapesResponse
22366
22537
  * @throws OciError when an error occurs
22367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListCrossconnectPortSpeedShapes.ts.html |here} to see how to use ListCrossconnectPortSpeedShapes API.
22538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListCrossconnectPortSpeedShapes.ts.html |here} to see how to use ListCrossconnectPortSpeedShapes API.
22368
22539
  */
22369
22540
  listCrossconnectPortSpeedShapes(listCrossconnectPortSpeedShapesRequest) {
22370
22541
  return __awaiter(this, void 0, void 0, function* () {
@@ -22470,7 +22641,7 @@ class VirtualNetworkClient {
22470
22641
  * @param ListDhcpOptionsRequest
22471
22642
  * @return ListDhcpOptionsResponse
22472
22643
  * @throws OciError when an error occurs
22473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDhcpOptions.ts.html |here} to see how to use ListDhcpOptions API.
22644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDhcpOptions.ts.html |here} to see how to use ListDhcpOptions API.
22474
22645
  */
22475
22646
  listDhcpOptions(listDhcpOptionsRequest) {
22476
22647
  return __awaiter(this, void 0, void 0, function* () {
@@ -22583,7 +22754,7 @@ class VirtualNetworkClient {
22583
22754
  * @param ListDrgAttachmentsRequest
22584
22755
  * @return ListDrgAttachmentsResponse
22585
22756
  * @throws OciError when an error occurs
22586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDrgAttachments.ts.html |here} to see how to use ListDrgAttachments API.
22757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDrgAttachments.ts.html |here} to see how to use ListDrgAttachments API.
22587
22758
  */
22588
22759
  listDrgAttachments(listDrgAttachmentsRequest) {
22589
22760
  return __awaiter(this, void 0, void 0, function* () {
@@ -22694,7 +22865,7 @@ class VirtualNetworkClient {
22694
22865
  * @param ListDrgRouteDistributionStatementsRequest
22695
22866
  * @return ListDrgRouteDistributionStatementsResponse
22696
22867
  * @throws OciError when an error occurs
22697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDrgRouteDistributionStatements.ts.html |here} to see how to use ListDrgRouteDistributionStatements API.
22868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDrgRouteDistributionStatements.ts.html |here} to see how to use ListDrgRouteDistributionStatements API.
22698
22869
  */
22699
22870
  listDrgRouteDistributionStatements(listDrgRouteDistributionStatementsRequest) {
22700
22871
  return __awaiter(this, void 0, void 0, function* () {
@@ -22803,7 +22974,7 @@ class VirtualNetworkClient {
22803
22974
  * @param ListDrgRouteDistributionsRequest
22804
22975
  * @return ListDrgRouteDistributionsResponse
22805
22976
  * @throws OciError when an error occurs
22806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDrgRouteDistributions.ts.html |here} to see how to use ListDrgRouteDistributions API.
22977
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDrgRouteDistributions.ts.html |here} to see how to use ListDrgRouteDistributions API.
22807
22978
  */
22808
22979
  listDrgRouteDistributions(listDrgRouteDistributionsRequest) {
22809
22980
  return __awaiter(this, void 0, void 0, function* () {
@@ -22909,7 +23080,7 @@ class VirtualNetworkClient {
22909
23080
  * @param ListDrgRouteRulesRequest
22910
23081
  * @return ListDrgRouteRulesResponse
22911
23082
  * @throws OciError when an error occurs
22912
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDrgRouteRules.ts.html |here} to see how to use ListDrgRouteRules API.
23083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDrgRouteRules.ts.html |here} to see how to use ListDrgRouteRules API.
22913
23084
  */
22914
23085
  listDrgRouteRules(listDrgRouteRulesRequest) {
22915
23086
  return __awaiter(this, void 0, void 0, function* () {
@@ -23016,7 +23187,7 @@ class VirtualNetworkClient {
23016
23187
  * @param ListDrgRouteTablesRequest
23017
23188
  * @return ListDrgRouteTablesResponse
23018
23189
  * @throws OciError when an error occurs
23019
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDrgRouteTables.ts.html |here} to see how to use ListDrgRouteTables API.
23190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDrgRouteTables.ts.html |here} to see how to use ListDrgRouteTables API.
23020
23191
  */
23021
23192
  listDrgRouteTables(listDrgRouteTablesRequest) {
23022
23193
  return __awaiter(this, void 0, void 0, function* () {
@@ -23124,7 +23295,7 @@ class VirtualNetworkClient {
23124
23295
  * @param ListDrgsRequest
23125
23296
  * @return ListDrgsResponse
23126
23297
  * @throws OciError when an error occurs
23127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListDrgs.ts.html |here} to see how to use ListDrgs API.
23298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListDrgs.ts.html |here} to see how to use ListDrgs API.
23128
23299
  */
23129
23300
  listDrgs(listDrgsRequest) {
23130
23301
  return __awaiter(this, void 0, void 0, function* () {
@@ -23233,7 +23404,7 @@ class VirtualNetworkClient {
23233
23404
  * @param ListFastConnectProviderServicesRequest
23234
23405
  * @return ListFastConnectProviderServicesResponse
23235
23406
  * @throws OciError when an error occurs
23236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListFastConnectProviderServices.ts.html |here} to see how to use ListFastConnectProviderServices API.
23407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListFastConnectProviderServices.ts.html |here} to see how to use ListFastConnectProviderServices API.
23237
23408
  */
23238
23409
  listFastConnectProviderServices(listFastConnectProviderServicesRequest) {
23239
23410
  return __awaiter(this, void 0, void 0, function* () {
@@ -23339,7 +23510,7 @@ class VirtualNetworkClient {
23339
23510
  * @param ListFastConnectProviderVirtualCircuitBandwidthShapesRequest
23340
23511
  * @return ListFastConnectProviderVirtualCircuitBandwidthShapesResponse
23341
23512
  * @throws OciError when an error occurs
23342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListFastConnectProviderVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListFastConnectProviderVirtualCircuitBandwidthShapes API.
23513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListFastConnectProviderVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListFastConnectProviderVirtualCircuitBandwidthShapes API.
23343
23514
  */
23344
23515
  listFastConnectProviderVirtualCircuitBandwidthShapes(listFastConnectProviderVirtualCircuitBandwidthShapesRequest) {
23345
23516
  return __awaiter(this, void 0, void 0, function* () {
@@ -23443,7 +23614,7 @@ class VirtualNetworkClient {
23443
23614
  * @param ListIPSecConnectionTunnelRoutesRequest
23444
23615
  * @return ListIPSecConnectionTunnelRoutesResponse
23445
23616
  * @throws OciError when an error occurs
23446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListIPSecConnectionTunnelRoutes.ts.html |here} to see how to use ListIPSecConnectionTunnelRoutes API.
23617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListIPSecConnectionTunnelRoutes.ts.html |here} to see how to use ListIPSecConnectionTunnelRoutes API.
23447
23618
  */
23448
23619
  listIPSecConnectionTunnelRoutes(listIPSecConnectionTunnelRoutesRequest) {
23449
23620
  return __awaiter(this, void 0, void 0, function* () {
@@ -23554,7 +23725,7 @@ class VirtualNetworkClient {
23554
23725
  * @param ListIPSecConnectionTunnelSecurityAssociationsRequest
23555
23726
  * @return ListIPSecConnectionTunnelSecurityAssociationsResponse
23556
23727
  * @throws OciError when an error occurs
23557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListIPSecConnectionTunnelSecurityAssociations.ts.html |here} to see how to use ListIPSecConnectionTunnelSecurityAssociations API.
23728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListIPSecConnectionTunnelSecurityAssociations.ts.html |here} to see how to use ListIPSecConnectionTunnelSecurityAssociations API.
23558
23729
  */
23559
23730
  listIPSecConnectionTunnelSecurityAssociations(listIPSecConnectionTunnelSecurityAssociationsRequest) {
23560
23731
  return __awaiter(this, void 0, void 0, function* () {
@@ -23664,7 +23835,7 @@ class VirtualNetworkClient {
23664
23835
  * @param ListIPSecConnectionTunnelsRequest
23665
23836
  * @return ListIPSecConnectionTunnelsResponse
23666
23837
  * @throws OciError when an error occurs
23667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListIPSecConnectionTunnels.ts.html |here} to see how to use ListIPSecConnectionTunnels API.
23838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListIPSecConnectionTunnels.ts.html |here} to see how to use ListIPSecConnectionTunnels API.
23668
23839
  */
23669
23840
  listIPSecConnectionTunnels(listIPSecConnectionTunnelsRequest) {
23670
23841
  return __awaiter(this, void 0, void 0, function* () {
@@ -23769,7 +23940,7 @@ class VirtualNetworkClient {
23769
23940
  * @param ListIPSecConnectionsRequest
23770
23941
  * @return ListIPSecConnectionsResponse
23771
23942
  * @throws OciError when an error occurs
23772
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListIPSecConnections.ts.html |here} to see how to use ListIPSecConnections API.
23943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListIPSecConnections.ts.html |here} to see how to use ListIPSecConnections API.
23773
23944
  */
23774
23945
  listIPSecConnections(listIPSecConnectionsRequest) {
23775
23946
  return __awaiter(this, void 0, void 0, function* () {
@@ -23875,7 +24046,7 @@ class VirtualNetworkClient {
23875
24046
  * @param ListInternetGatewaysRequest
23876
24047
  * @return ListInternetGatewaysResponse
23877
24048
  * @throws OciError when an error occurs
23878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListInternetGateways.ts.html |here} to see how to use ListInternetGateways API.
24049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListInternetGateways.ts.html |here} to see how to use ListInternetGateways API.
23879
24050
  */
23880
24051
  listInternetGateways(listInternetGatewaysRequest) {
23881
24052
  return __awaiter(this, void 0, void 0, function* () {
@@ -23990,7 +24161,7 @@ class VirtualNetworkClient {
23990
24161
  * @param ListIpv6sRequest
23991
24162
  * @return ListIpv6sResponse
23992
24163
  * @throws OciError when an error occurs
23993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListIpv6s.ts.html |here} to see how to use ListIpv6s API.
24164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListIpv6s.ts.html |here} to see how to use ListIpv6s API.
23994
24165
  */
23995
24166
  listIpv6s(listIpv6sRequest) {
23996
24167
  return __awaiter(this, void 0, void 0, function* () {
@@ -24097,7 +24268,7 @@ class VirtualNetworkClient {
24097
24268
  * @param ListLocalPeeringGatewaysRequest
24098
24269
  * @return ListLocalPeeringGatewaysResponse
24099
24270
  * @throws OciError when an error occurs
24100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListLocalPeeringGateways.ts.html |here} to see how to use ListLocalPeeringGateways API.
24271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListLocalPeeringGateways.ts.html |here} to see how to use ListLocalPeeringGateways API.
24101
24272
  */
24102
24273
  listLocalPeeringGateways(listLocalPeeringGatewaysRequest) {
24103
24274
  return __awaiter(this, void 0, void 0, function* () {
@@ -24202,7 +24373,7 @@ class VirtualNetworkClient {
24202
24373
  * @param ListNatGatewaysRequest
24203
24374
  * @return ListNatGatewaysResponse
24204
24375
  * @throws OciError when an error occurs
24205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListNatGateways.ts.html |here} to see how to use ListNatGateways API.
24376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListNatGateways.ts.html |here} to see how to use ListNatGateways API.
24206
24377
  */
24207
24378
  listNatGateways(listNatGatewaysRequest) {
24208
24379
  return __awaiter(this, void 0, void 0, function* () {
@@ -24310,7 +24481,7 @@ class VirtualNetworkClient {
24310
24481
  * @param ListNetworkSecurityGroupSecurityRulesRequest
24311
24482
  * @return ListNetworkSecurityGroupSecurityRulesResponse
24312
24483
  * @throws OciError when an error occurs
24313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use ListNetworkSecurityGroupSecurityRules API.
24484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use ListNetworkSecurityGroupSecurityRules API.
24314
24485
  */
24315
24486
  listNetworkSecurityGroupSecurityRules(listNetworkSecurityGroupSecurityRulesRequest) {
24316
24487
  return __awaiter(this, void 0, void 0, function* () {
@@ -24417,7 +24588,7 @@ class VirtualNetworkClient {
24417
24588
  * @param ListNetworkSecurityGroupVnicsRequest
24418
24589
  * @return ListNetworkSecurityGroupVnicsResponse
24419
24590
  * @throws OciError when an error occurs
24420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListNetworkSecurityGroupVnics.ts.html |here} to see how to use ListNetworkSecurityGroupVnics API.
24591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListNetworkSecurityGroupVnics.ts.html |here} to see how to use ListNetworkSecurityGroupVnics API.
24421
24592
  */
24422
24593
  listNetworkSecurityGroupVnics(listNetworkSecurityGroupVnicsRequest) {
24423
24594
  return __awaiter(this, void 0, void 0, function* () {
@@ -24524,7 +24695,7 @@ class VirtualNetworkClient {
24524
24695
  * @param ListNetworkSecurityGroupsRequest
24525
24696
  * @return ListNetworkSecurityGroupsResponse
24526
24697
  * @throws OciError when an error occurs
24527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListNetworkSecurityGroups.ts.html |here} to see how to use ListNetworkSecurityGroups API.
24698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListNetworkSecurityGroups.ts.html |here} to see how to use ListNetworkSecurityGroups API.
24528
24699
  */
24529
24700
  listNetworkSecurityGroups(listNetworkSecurityGroupsRequest) {
24530
24701
  return __awaiter(this, void 0, void 0, function* () {
@@ -24648,7 +24819,7 @@ class VirtualNetworkClient {
24648
24819
  * @param ListPrivateIpsRequest
24649
24820
  * @return ListPrivateIpsResponse
24650
24821
  * @throws OciError when an error occurs
24651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListPrivateIps.ts.html |here} to see how to use ListPrivateIps API.
24822
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListPrivateIps.ts.html |here} to see how to use ListPrivateIps API.
24652
24823
  */
24653
24824
  listPrivateIps(listPrivateIpsRequest) {
24654
24825
  return __awaiter(this, void 0, void 0, function* () {
@@ -24755,7 +24926,7 @@ class VirtualNetworkClient {
24755
24926
  * @param ListPublicIpPoolsRequest
24756
24927
  * @return ListPublicIpPoolsResponse
24757
24928
  * @throws OciError when an error occurs
24758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListPublicIpPools.ts.html |here} to see how to use ListPublicIpPools API.
24929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListPublicIpPools.ts.html |here} to see how to use ListPublicIpPools API.
24759
24930
  */
24760
24931
  listPublicIpPools(listPublicIpPoolsRequest) {
24761
24932
  return __awaiter(this, void 0, void 0, function* () {
@@ -24842,7 +25013,7 @@ class VirtualNetworkClient {
24842
25013
  * @param ListPublicIpsRequest
24843
25014
  * @return ListPublicIpsResponse
24844
25015
  * @throws OciError when an error occurs
24845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListPublicIps.ts.html |here} to see how to use ListPublicIps API.
25016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListPublicIps.ts.html |here} to see how to use ListPublicIps API.
24846
25017
  */
24847
25018
  listPublicIps(listPublicIpsRequest) {
24848
25019
  return __awaiter(this, void 0, void 0, function* () {
@@ -24950,7 +25121,7 @@ class VirtualNetworkClient {
24950
25121
  * @param ListRemotePeeringConnectionsRequest
24951
25122
  * @return ListRemotePeeringConnectionsResponse
24952
25123
  * @throws OciError when an error occurs
24953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListRemotePeeringConnections.ts.html |here} to see how to use ListRemotePeeringConnections API.
25124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListRemotePeeringConnections.ts.html |here} to see how to use ListRemotePeeringConnections API.
24954
25125
  */
24955
25126
  listRemotePeeringConnections(listRemotePeeringConnectionsRequest) {
24956
25127
  return __awaiter(this, void 0, void 0, function* () {
@@ -25057,7 +25228,7 @@ class VirtualNetworkClient {
25057
25228
  * @param ListRouteTablesRequest
25058
25229
  * @return ListRouteTablesResponse
25059
25230
  * @throws OciError when an error occurs
25060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListRouteTables.ts.html |here} to see how to use ListRouteTables API.
25231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListRouteTables.ts.html |here} to see how to use ListRouteTables API.
25061
25232
  */
25062
25233
  listRouteTables(listRouteTablesRequest) {
25063
25234
  return __awaiter(this, void 0, void 0, function* () {
@@ -25166,7 +25337,7 @@ class VirtualNetworkClient {
25166
25337
  * @param ListSecurityListsRequest
25167
25338
  * @return ListSecurityListsResponse
25168
25339
  * @throws OciError when an error occurs
25169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListSecurityLists.ts.html |here} to see how to use ListSecurityLists API.
25340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListSecurityLists.ts.html |here} to see how to use ListSecurityLists API.
25170
25341
  */
25171
25342
  listSecurityLists(listSecurityListsRequest) {
25172
25343
  return __awaiter(this, void 0, void 0, function* () {
@@ -25275,7 +25446,7 @@ class VirtualNetworkClient {
25275
25446
  * @param ListServiceGatewaysRequest
25276
25447
  * @return ListServiceGatewaysResponse
25277
25448
  * @throws OciError when an error occurs
25278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListServiceGateways.ts.html |here} to see how to use ListServiceGateways API.
25449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListServiceGateways.ts.html |here} to see how to use ListServiceGateways API.
25279
25450
  */
25280
25451
  listServiceGateways(listServiceGatewaysRequest) {
25281
25452
  return __awaiter(this, void 0, void 0, function* () {
@@ -25383,7 +25554,7 @@ class VirtualNetworkClient {
25383
25554
  * @param ListServicesRequest
25384
25555
  * @return ListServicesResponse
25385
25556
  * @throws OciError when an error occurs
25386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListServices.ts.html |here} to see how to use ListServices API.
25557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListServices.ts.html |here} to see how to use ListServices API.
25387
25558
  */
25388
25559
  listServices(listServicesRequest) {
25389
25560
  return __awaiter(this, void 0, void 0, function* () {
@@ -25486,7 +25657,7 @@ class VirtualNetworkClient {
25486
25657
  * @param ListSubnetsRequest
25487
25658
  * @return ListSubnetsResponse
25488
25659
  * @throws OciError when an error occurs
25489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListSubnets.ts.html |here} to see how to use ListSubnets API.
25660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListSubnets.ts.html |here} to see how to use ListSubnets API.
25490
25661
  */
25491
25662
  listSubnets(listSubnetsRequest) {
25492
25663
  return __awaiter(this, void 0, void 0, function* () {
@@ -25594,7 +25765,7 @@ class VirtualNetworkClient {
25594
25765
  * @param ListVcnsRequest
25595
25766
  * @return ListVcnsResponse
25596
25767
  * @throws OciError when an error occurs
25597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListVcns.ts.html |here} to see how to use ListVcns API.
25768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListVcns.ts.html |here} to see how to use ListVcns API.
25598
25769
  */
25599
25770
  listVcns(listVcnsRequest) {
25600
25771
  return __awaiter(this, void 0, void 0, function* () {
@@ -25701,7 +25872,7 @@ class VirtualNetworkClient {
25701
25872
  * @param ListVirtualCircuitBandwidthShapesRequest
25702
25873
  * @return ListVirtualCircuitBandwidthShapesResponse
25703
25874
  * @throws OciError when an error occurs
25704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListVirtualCircuitBandwidthShapes API.
25875
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListVirtualCircuitBandwidthShapes API.
25705
25876
  */
25706
25877
  listVirtualCircuitBandwidthShapes(listVirtualCircuitBandwidthShapesRequest) {
25707
25878
  return __awaiter(this, void 0, void 0, function* () {
@@ -25805,7 +25976,7 @@ class VirtualNetworkClient {
25805
25976
  * @param ListVirtualCircuitPublicPrefixesRequest
25806
25977
  * @return ListVirtualCircuitPublicPrefixesResponse
25807
25978
  * @throws OciError when an error occurs
25808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListVirtualCircuitPublicPrefixes.ts.html |here} to see how to use ListVirtualCircuitPublicPrefixes API.
25979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListVirtualCircuitPublicPrefixes.ts.html |here} to see how to use ListVirtualCircuitPublicPrefixes API.
25809
25980
  */
25810
25981
  listVirtualCircuitPublicPrefixes(listVirtualCircuitPublicPrefixesRequest) {
25811
25982
  return __awaiter(this, void 0, void 0, function* () {
@@ -25863,7 +26034,7 @@ class VirtualNetworkClient {
25863
26034
  * @param ListVirtualCircuitsRequest
25864
26035
  * @return ListVirtualCircuitsResponse
25865
26036
  * @throws OciError when an error occurs
25866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListVirtualCircuits.ts.html |here} to see how to use ListVirtualCircuits API.
26037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListVirtualCircuits.ts.html |here} to see how to use ListVirtualCircuits API.
25867
26038
  */
25868
26039
  listVirtualCircuits(listVirtualCircuitsRequest) {
25869
26040
  return __awaiter(this, void 0, void 0, function* () {
@@ -25970,7 +26141,7 @@ class VirtualNetworkClient {
25970
26141
  * @param ListVlansRequest
25971
26142
  * @return ListVlansResponse
25972
26143
  * @throws OciError when an error occurs
25973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ListVlans.ts.html |here} to see how to use ListVlans API.
26144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ListVlans.ts.html |here} to see how to use ListVlans API.
25974
26145
  */
25975
26146
  listVlans(listVlansRequest) {
25976
26147
  return __awaiter(this, void 0, void 0, function* () {
@@ -26087,7 +26258,7 @@ class VirtualNetworkClient {
26087
26258
  * @param ModifyVcnCidrRequest
26088
26259
  * @return ModifyVcnCidrResponse
26089
26260
  * @throws OciError when an error occurs
26090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ModifyVcnCidr.ts.html |here} to see how to use ModifyVcnCidr API.
26261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ModifyVcnCidr.ts.html |here} to see how to use ModifyVcnCidr API.
26091
26262
  */
26092
26263
  modifyVcnCidr(modifyVcnCidrRequest) {
26093
26264
  return __awaiter(this, void 0, void 0, function* () {
@@ -26148,7 +26319,7 @@ class VirtualNetworkClient {
26148
26319
  * @param RemoveDrgRouteDistributionStatementsRequest
26149
26320
  * @return RemoveDrgRouteDistributionStatementsResponse
26150
26321
  * @throws OciError when an error occurs
26151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/RemoveDrgRouteDistributionStatements.ts.html |here} to see how to use RemoveDrgRouteDistributionStatements API.
26322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/RemoveDrgRouteDistributionStatements.ts.html |here} to see how to use RemoveDrgRouteDistributionStatements API.
26152
26323
  */
26153
26324
  removeDrgRouteDistributionStatements(removeDrgRouteDistributionStatementsRequest) {
26154
26325
  return __awaiter(this, void 0, void 0, function* () {
@@ -26201,7 +26372,7 @@ class VirtualNetworkClient {
26201
26372
  * @param RemoveDrgRouteRulesRequest
26202
26373
  * @return RemoveDrgRouteRulesResponse
26203
26374
  * @throws OciError when an error occurs
26204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/RemoveDrgRouteRules.ts.html |here} to see how to use RemoveDrgRouteRules API.
26375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/RemoveDrgRouteRules.ts.html |here} to see how to use RemoveDrgRouteRules API.
26205
26376
  */
26206
26377
  removeDrgRouteRules(removeDrgRouteRulesRequest) {
26207
26378
  return __awaiter(this, void 0, void 0, function* () {
@@ -26254,7 +26425,7 @@ class VirtualNetworkClient {
26254
26425
  * @param RemoveExportDrgRouteDistributionRequest
26255
26426
  * @return RemoveExportDrgRouteDistributionResponse
26256
26427
  * @throws OciError when an error occurs
26257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/RemoveExportDrgRouteDistribution.ts.html |here} to see how to use RemoveExportDrgRouteDistribution API.
26428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/RemoveExportDrgRouteDistribution.ts.html |here} to see how to use RemoveExportDrgRouteDistribution API.
26258
26429
  */
26259
26430
  removeExportDrgRouteDistribution(removeExportDrgRouteDistributionRequest) {
26260
26431
  return __awaiter(this, void 0, void 0, function* () {
@@ -26318,7 +26489,7 @@ class VirtualNetworkClient {
26318
26489
  * @param RemoveImportDrgRouteDistributionRequest
26319
26490
  * @return RemoveImportDrgRouteDistributionResponse
26320
26491
  * @throws OciError when an error occurs
26321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
26492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
26322
26493
  */
26323
26494
  removeImportDrgRouteDistribution(removeImportDrgRouteDistributionRequest) {
26324
26495
  return __awaiter(this, void 0, void 0, function* () {
@@ -26381,7 +26552,7 @@ class VirtualNetworkClient {
26381
26552
  * @param RemoveNetworkSecurityGroupSecurityRulesRequest
26382
26553
  * @return RemoveNetworkSecurityGroupSecurityRulesResponse
26383
26554
  * @throws OciError when an error occurs
26384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/RemoveNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use RemoveNetworkSecurityGroupSecurityRules API.
26555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/RemoveNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use RemoveNetworkSecurityGroupSecurityRules API.
26385
26556
  */
26386
26557
  removeNetworkSecurityGroupSecurityRules(removeNetworkSecurityGroupSecurityRulesRequest) {
26387
26558
  return __awaiter(this, void 0, void 0, function* () {
@@ -26434,7 +26605,7 @@ class VirtualNetworkClient {
26434
26605
  * @param RemovePublicIpPoolCapacityRequest
26435
26606
  * @return RemovePublicIpPoolCapacityResponse
26436
26607
  * @throws OciError when an error occurs
26437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/RemovePublicIpPoolCapacity.ts.html |here} to see how to use RemovePublicIpPoolCapacity API.
26608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/RemovePublicIpPoolCapacity.ts.html |here} to see how to use RemovePublicIpPoolCapacity API.
26438
26609
  */
26439
26610
  removePublicIpPoolCapacity(removePublicIpPoolCapacityRequest) {
26440
26611
  return __awaiter(this, void 0, void 0, function* () {
@@ -26502,7 +26673,7 @@ class VirtualNetworkClient {
26502
26673
  * @param RemoveVcnCidrRequest
26503
26674
  * @return RemoveVcnCidrResponse
26504
26675
  * @throws OciError when an error occurs
26505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/RemoveVcnCidr.ts.html |here} to see how to use RemoveVcnCidr API.
26676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/RemoveVcnCidr.ts.html |here} to see how to use RemoveVcnCidr API.
26506
26677
  */
26507
26678
  removeVcnCidr(removeVcnCidrRequest) {
26508
26679
  return __awaiter(this, void 0, void 0, function* () {
@@ -26563,7 +26734,7 @@ class VirtualNetworkClient {
26563
26734
  * @param UpdateByoipRangeRequest
26564
26735
  * @return UpdateByoipRangeResponse
26565
26736
  * @throws OciError when an error occurs
26566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateByoipRange.ts.html |here} to see how to use UpdateByoipRange API.
26737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateByoipRange.ts.html |here} to see how to use UpdateByoipRange API.
26567
26738
  */
26568
26739
  updateByoipRange(updateByoipRangeRequest) {
26569
26740
  return __awaiter(this, void 0, void 0, function* () {
@@ -26628,7 +26799,7 @@ class VirtualNetworkClient {
26628
26799
  * @param UpdateCpeRequest
26629
26800
  * @return UpdateCpeResponse
26630
26801
  * @throws OciError when an error occurs
26631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateCpe.ts.html |here} to see how to use UpdateCpe API.
26802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateCpe.ts.html |here} to see how to use UpdateCpe API.
26632
26803
  */
26633
26804
  updateCpe(updateCpeRequest) {
26634
26805
  return __awaiter(this, void 0, void 0, function* () {
@@ -26690,7 +26861,7 @@ class VirtualNetworkClient {
26690
26861
  * @param UpdateCrossConnectRequest
26691
26862
  * @return UpdateCrossConnectResponse
26692
26863
  * @throws OciError when an error occurs
26693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateCrossConnect.ts.html |here} to see how to use UpdateCrossConnect API.
26864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateCrossConnect.ts.html |here} to see how to use UpdateCrossConnect API.
26694
26865
  */
26695
26866
  updateCrossConnect(updateCrossConnectRequest) {
26696
26867
  return __awaiter(this, void 0, void 0, function* () {
@@ -26754,7 +26925,7 @@ class VirtualNetworkClient {
26754
26925
  * @param UpdateCrossConnectGroupRequest
26755
26926
  * @return UpdateCrossConnectGroupResponse
26756
26927
  * @throws OciError when an error occurs
26757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateCrossConnectGroup.ts.html |here} to see how to use UpdateCrossConnectGroup API.
26928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateCrossConnectGroup.ts.html |here} to see how to use UpdateCrossConnectGroup API.
26758
26929
  */
26759
26930
  updateCrossConnectGroup(updateCrossConnectGroupRequest) {
26760
26931
  return __awaiter(this, void 0, void 0, function* () {
@@ -26820,7 +26991,7 @@ class VirtualNetworkClient {
26820
26991
  * @param UpdateDhcpOptionsRequest
26821
26992
  * @return UpdateDhcpOptionsResponse
26822
26993
  * @throws OciError when an error occurs
26823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateDhcpOptions.ts.html |here} to see how to use UpdateDhcpOptions API.
26994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateDhcpOptions.ts.html |here} to see how to use UpdateDhcpOptions API.
26824
26995
  */
26825
26996
  updateDhcpOptions(updateDhcpOptionsRequest) {
26826
26997
  return __awaiter(this, void 0, void 0, function* () {
@@ -26883,7 +27054,7 @@ class VirtualNetworkClient {
26883
27054
  * @param UpdateDrgRequest
26884
27055
  * @return UpdateDrgResponse
26885
27056
  * @throws OciError when an error occurs
26886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateDrg.ts.html |here} to see how to use UpdateDrg API.
27057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateDrg.ts.html |here} to see how to use UpdateDrg API.
26887
27058
  */
26888
27059
  updateDrg(updateDrgRequest) {
26889
27060
  return __awaiter(this, void 0, void 0, function* () {
@@ -26947,7 +27118,7 @@ class VirtualNetworkClient {
26947
27118
  * @param UpdateDrgAttachmentRequest
26948
27119
  * @return UpdateDrgAttachmentResponse
26949
27120
  * @throws OciError when an error occurs
26950
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateDrgAttachment.ts.html |here} to see how to use UpdateDrgAttachment API.
27121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateDrgAttachment.ts.html |here} to see how to use UpdateDrgAttachment API.
26951
27122
  */
26952
27123
  updateDrgAttachment(updateDrgAttachmentRequest) {
26953
27124
  return __awaiter(this, void 0, void 0, function* () {
@@ -27010,7 +27181,7 @@ class VirtualNetworkClient {
27010
27181
  * @param UpdateDrgRouteDistributionRequest
27011
27182
  * @return UpdateDrgRouteDistributionResponse
27012
27183
  * @throws OciError when an error occurs
27013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateDrgRouteDistribution.ts.html |here} to see how to use UpdateDrgRouteDistribution API.
27184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateDrgRouteDistribution.ts.html |here} to see how to use UpdateDrgRouteDistribution API.
27014
27185
  */
27015
27186
  updateDrgRouteDistribution(updateDrgRouteDistributionRequest) {
27016
27187
  return __awaiter(this, void 0, void 0, function* () {
@@ -27073,7 +27244,7 @@ class VirtualNetworkClient {
27073
27244
  * @param UpdateDrgRouteDistributionStatementsRequest
27074
27245
  * @return UpdateDrgRouteDistributionStatementsResponse
27075
27246
  * @throws OciError when an error occurs
27076
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateDrgRouteDistributionStatements.ts.html |here} to see how to use UpdateDrgRouteDistributionStatements API.
27247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateDrgRouteDistributionStatements.ts.html |here} to see how to use UpdateDrgRouteDistributionStatements API.
27077
27248
  */
27078
27249
  updateDrgRouteDistributionStatements(updateDrgRouteDistributionStatementsRequest) {
27079
27250
  return __awaiter(this, void 0, void 0, function* () {
@@ -27130,7 +27301,7 @@ class VirtualNetworkClient {
27130
27301
  * @param UpdateDrgRouteRulesRequest
27131
27302
  * @return UpdateDrgRouteRulesResponse
27132
27303
  * @throws OciError when an error occurs
27133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateDrgRouteRules.ts.html |here} to see how to use UpdateDrgRouteRules API.
27304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateDrgRouteRules.ts.html |here} to see how to use UpdateDrgRouteRules API.
27134
27305
  */
27135
27306
  updateDrgRouteRules(updateDrgRouteRulesRequest) {
27136
27307
  return __awaiter(this, void 0, void 0, function* () {
@@ -27187,7 +27358,7 @@ class VirtualNetworkClient {
27187
27358
  * @param UpdateDrgRouteTableRequest
27188
27359
  * @return UpdateDrgRouteTableResponse
27189
27360
  * @throws OciError when an error occurs
27190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateDrgRouteTable.ts.html |here} to see how to use UpdateDrgRouteTable API.
27361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateDrgRouteTable.ts.html |here} to see how to use UpdateDrgRouteTable API.
27191
27362
  */
27192
27363
  updateDrgRouteTable(updateDrgRouteTableRequest) {
27193
27364
  return __awaiter(this, void 0, void 0, function* () {
@@ -27253,7 +27424,7 @@ class VirtualNetworkClient {
27253
27424
  * @param UpdateIPSecConnectionRequest
27254
27425
  * @return UpdateIPSecConnectionResponse
27255
27426
  * @throws OciError when an error occurs
27256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateIPSecConnection.ts.html |here} to see how to use UpdateIPSecConnection API.
27427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateIPSecConnection.ts.html |here} to see how to use UpdateIPSecConnection API.
27257
27428
  */
27258
27429
  updateIPSecConnection(updateIPSecConnectionRequest) {
27259
27430
  return __awaiter(this, void 0, void 0, function* () {
@@ -27327,7 +27498,7 @@ class VirtualNetworkClient {
27327
27498
  * @param UpdateIPSecConnectionTunnelRequest
27328
27499
  * @return UpdateIPSecConnectionTunnelResponse
27329
27500
  * @throws OciError when an error occurs
27330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateIPSecConnectionTunnel.ts.html |here} to see how to use UpdateIPSecConnectionTunnel API.
27501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateIPSecConnectionTunnel.ts.html |here} to see how to use UpdateIPSecConnectionTunnel API.
27331
27502
  */
27332
27503
  updateIPSecConnectionTunnel(updateIPSecConnectionTunnelRequest) {
27333
27504
  return __awaiter(this, void 0, void 0, function* () {
@@ -27394,7 +27565,7 @@ class VirtualNetworkClient {
27394
27565
  * @param UpdateIPSecConnectionTunnelSharedSecretRequest
27395
27566
  * @return UpdateIPSecConnectionTunnelSharedSecretResponse
27396
27567
  * @throws OciError when an error occurs
27397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use UpdateIPSecConnectionTunnelSharedSecret API.
27568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use UpdateIPSecConnectionTunnelSharedSecret API.
27398
27569
  */
27399
27570
  updateIPSecConnectionTunnelSharedSecret(updateIPSecConnectionTunnelSharedSecretRequest) {
27400
27571
  return __awaiter(this, void 0, void 0, function* () {
@@ -27462,7 +27633,7 @@ class VirtualNetworkClient {
27462
27633
  * @param UpdateInternetGatewayRequest
27463
27634
  * @return UpdateInternetGatewayResponse
27464
27635
  * @throws OciError when an error occurs
27465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateInternetGateway.ts.html |here} to see how to use UpdateInternetGateway API.
27636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateInternetGateway.ts.html |here} to see how to use UpdateInternetGateway API.
27466
27637
  */
27467
27638
  updateInternetGateway(updateInternetGatewayRequest) {
27468
27639
  return __awaiter(this, void 0, void 0, function* () {
@@ -27531,7 +27702,7 @@ class VirtualNetworkClient {
27531
27702
  * @param UpdateIpv6Request
27532
27703
  * @return UpdateIpv6Response
27533
27704
  * @throws OciError when an error occurs
27534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateIpv6.ts.html |here} to see how to use UpdateIpv6 API.
27705
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateIpv6.ts.html |here} to see how to use UpdateIpv6 API.
27535
27706
  */
27536
27707
  updateIpv6(updateIpv6Request) {
27537
27708
  return __awaiter(this, void 0, void 0, function* () {
@@ -27595,7 +27766,7 @@ class VirtualNetworkClient {
27595
27766
  * @param UpdateLocalPeeringGatewayRequest
27596
27767
  * @return UpdateLocalPeeringGatewayResponse
27597
27768
  * @throws OciError when an error occurs
27598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateLocalPeeringGateway.ts.html |here} to see how to use UpdateLocalPeeringGateway API.
27769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateLocalPeeringGateway.ts.html |here} to see how to use UpdateLocalPeeringGateway API.
27599
27770
  */
27600
27771
  updateLocalPeeringGateway(updateLocalPeeringGatewayRequest) {
27601
27772
  return __awaiter(this, void 0, void 0, function* () {
@@ -27658,7 +27829,7 @@ class VirtualNetworkClient {
27658
27829
  * @param UpdateNatGatewayRequest
27659
27830
  * @return UpdateNatGatewayResponse
27660
27831
  * @throws OciError when an error occurs
27661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateNatGateway.ts.html |here} to see how to use UpdateNatGateway API.
27832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateNatGateway.ts.html |here} to see how to use UpdateNatGateway API.
27662
27833
  */
27663
27834
  updateNatGateway(updateNatGatewayRequest) {
27664
27835
  return __awaiter(this, void 0, void 0, function* () {
@@ -27735,7 +27906,7 @@ class VirtualNetworkClient {
27735
27906
  * @param UpdateNetworkSecurityGroupRequest
27736
27907
  * @return UpdateNetworkSecurityGroupResponse
27737
27908
  * @throws OciError when an error occurs
27738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateNetworkSecurityGroup.ts.html |here} to see how to use UpdateNetworkSecurityGroup API.
27909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateNetworkSecurityGroup.ts.html |here} to see how to use UpdateNetworkSecurityGroup API.
27739
27910
  */
27740
27911
  updateNetworkSecurityGroup(updateNetworkSecurityGroupRequest) {
27741
27912
  return __awaiter(this, void 0, void 0, function* () {
@@ -27798,7 +27969,7 @@ class VirtualNetworkClient {
27798
27969
  * @param UpdateNetworkSecurityGroupSecurityRulesRequest
27799
27970
  * @return UpdateNetworkSecurityGroupSecurityRulesResponse
27800
27971
  * @throws OciError when an error occurs
27801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use UpdateNetworkSecurityGroupSecurityRules API.
27972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use UpdateNetworkSecurityGroupSecurityRules API.
27802
27973
  */
27803
27974
  updateNetworkSecurityGroupSecurityRules(updateNetworkSecurityGroupSecurityRulesRequest) {
27804
27975
  return __awaiter(this, void 0, void 0, function* () {
@@ -27864,7 +28035,7 @@ class VirtualNetworkClient {
27864
28035
  * @param UpdatePrivateIpRequest
27865
28036
  * @return UpdatePrivateIpResponse
27866
28037
  * @throws OciError when an error occurs
27867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdatePrivateIp.ts.html |here} to see how to use UpdatePrivateIp API.
28038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdatePrivateIp.ts.html |here} to see how to use UpdatePrivateIp API.
27868
28039
  */
27869
28040
  updatePrivateIp(updatePrivateIpRequest) {
27870
28041
  return __awaiter(this, void 0, void 0, function* () {
@@ -27965,7 +28136,7 @@ class VirtualNetworkClient {
27965
28136
  * @param UpdatePublicIpRequest
27966
28137
  * @return UpdatePublicIpResponse
27967
28138
  * @throws OciError when an error occurs
27968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdatePublicIp.ts.html |here} to see how to use UpdatePublicIp API.
28139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdatePublicIp.ts.html |here} to see how to use UpdatePublicIp API.
27969
28140
  */
27970
28141
  updatePublicIp(updatePublicIpRequest) {
27971
28142
  return __awaiter(this, void 0, void 0, function* () {
@@ -28028,7 +28199,7 @@ class VirtualNetworkClient {
28028
28199
  * @param UpdatePublicIpPoolRequest
28029
28200
  * @return UpdatePublicIpPoolResponse
28030
28201
  * @throws OciError when an error occurs
28031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdatePublicIpPool.ts.html |here} to see how to use UpdatePublicIpPool API.
28202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdatePublicIpPool.ts.html |here} to see how to use UpdatePublicIpPool API.
28032
28203
  */
28033
28204
  updatePublicIpPool(updatePublicIpPoolRequest) {
28034
28205
  return __awaiter(this, void 0, void 0, function* () {
@@ -28092,7 +28263,7 @@ class VirtualNetworkClient {
28092
28263
  * @param UpdateRemotePeeringConnectionRequest
28093
28264
  * @return UpdateRemotePeeringConnectionResponse
28094
28265
  * @throws OciError when an error occurs
28095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateRemotePeeringConnection.ts.html |here} to see how to use UpdateRemotePeeringConnection API.
28266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateRemotePeeringConnection.ts.html |here} to see how to use UpdateRemotePeeringConnection API.
28096
28267
  */
28097
28268
  updateRemotePeeringConnection(updateRemotePeeringConnectionRequest) {
28098
28269
  return __awaiter(this, void 0, void 0, function* () {
@@ -28158,7 +28329,7 @@ class VirtualNetworkClient {
28158
28329
  * @param UpdateRouteTableRequest
28159
28330
  * @return UpdateRouteTableResponse
28160
28331
  * @throws OciError when an error occurs
28161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateRouteTable.ts.html |here} to see how to use UpdateRouteTable API.
28332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateRouteTable.ts.html |here} to see how to use UpdateRouteTable API.
28162
28333
  */
28163
28334
  updateRouteTable(updateRouteTableRequest) {
28164
28335
  return __awaiter(this, void 0, void 0, function* () {
@@ -28225,7 +28396,7 @@ class VirtualNetworkClient {
28225
28396
  * @param UpdateSecurityListRequest
28226
28397
  * @return UpdateSecurityListResponse
28227
28398
  * @throws OciError when an error occurs
28228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateSecurityList.ts.html |here} to see how to use UpdateSecurityList API.
28399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateSecurityList.ts.html |here} to see how to use UpdateSecurityList API.
28229
28400
  */
28230
28401
  updateSecurityList(updateSecurityListRequest) {
28231
28402
  return __awaiter(this, void 0, void 0, function* () {
@@ -28289,7 +28460,7 @@ class VirtualNetworkClient {
28289
28460
  * @param UpdateServiceGatewayRequest
28290
28461
  * @return UpdateServiceGatewayResponse
28291
28462
  * @throws OciError when an error occurs
28292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateServiceGateway.ts.html |here} to see how to use UpdateServiceGateway API.
28463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateServiceGateway.ts.html |here} to see how to use UpdateServiceGateway API.
28293
28464
  */
28294
28465
  updateServiceGateway(updateServiceGatewayRequest) {
28295
28466
  return __awaiter(this, void 0, void 0, function* () {
@@ -28352,7 +28523,7 @@ class VirtualNetworkClient {
28352
28523
  * @param UpdateSubnetRequest
28353
28524
  * @return UpdateSubnetResponse
28354
28525
  * @throws OciError when an error occurs
28355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateSubnet.ts.html |here} to see how to use UpdateSubnet API.
28526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateSubnet.ts.html |here} to see how to use UpdateSubnet API.
28356
28527
  */
28357
28528
  updateSubnet(updateSubnetRequest) {
28358
28529
  return __awaiter(this, void 0, void 0, function* () {
@@ -28417,7 +28588,7 @@ class VirtualNetworkClient {
28417
28588
  * @param UpdateTunnelCpeDeviceConfigRequest
28418
28589
  * @return UpdateTunnelCpeDeviceConfigResponse
28419
28590
  * @throws OciError when an error occurs
28420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateTunnelCpeDeviceConfig.ts.html |here} to see how to use UpdateTunnelCpeDeviceConfig API.
28591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateTunnelCpeDeviceConfig.ts.html |here} to see how to use UpdateTunnelCpeDeviceConfig API.
28421
28592
  */
28422
28593
  updateTunnelCpeDeviceConfig(updateTunnelCpeDeviceConfigRequest) {
28423
28594
  return __awaiter(this, void 0, void 0, function* () {
@@ -28483,7 +28654,7 @@ class VirtualNetworkClient {
28483
28654
  * @param UpdateVcnRequest
28484
28655
  * @return UpdateVcnResponse
28485
28656
  * @throws OciError when an error occurs
28486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateVcn.ts.html |here} to see how to use UpdateVcn API.
28657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateVcn.ts.html |here} to see how to use UpdateVcn API.
28487
28658
  */
28488
28659
  updateVcn(updateVcnRequest) {
28489
28660
  return __awaiter(this, void 0, void 0, function* () {
@@ -28569,7 +28740,7 @@ class VirtualNetworkClient {
28569
28740
  * @param UpdateVirtualCircuitRequest
28570
28741
  * @return UpdateVirtualCircuitResponse
28571
28742
  * @throws OciError when an error occurs
28572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateVirtualCircuit.ts.html |here} to see how to use UpdateVirtualCircuit API.
28743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateVirtualCircuit.ts.html |here} to see how to use UpdateVirtualCircuit API.
28573
28744
  */
28574
28745
  updateVirtualCircuit(updateVirtualCircuitRequest) {
28575
28746
  return __awaiter(this, void 0, void 0, function* () {
@@ -28633,7 +28804,7 @@ class VirtualNetworkClient {
28633
28804
  * @param UpdateVlanRequest
28634
28805
  * @return UpdateVlanResponse
28635
28806
  * @throws OciError when an error occurs
28636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateVlan.ts.html |here} to see how to use UpdateVlan API.
28807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateVlan.ts.html |here} to see how to use UpdateVlan API.
28637
28808
  */
28638
28809
  updateVlan(updateVlanRequest) {
28639
28810
  return __awaiter(this, void 0, void 0, function* () {
@@ -28697,7 +28868,7 @@ class VirtualNetworkClient {
28697
28868
  * @param UpdateVnicRequest
28698
28869
  * @return UpdateVnicResponse
28699
28870
  * @throws OciError when an error occurs
28700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpdateVnic.ts.html |here} to see how to use UpdateVnic API.
28871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpdateVnic.ts.html |here} to see how to use UpdateVnic API.
28701
28872
  */
28702
28873
  updateVnic(updateVnicRequest) {
28703
28874
  return __awaiter(this, void 0, void 0, function* () {
@@ -28761,7 +28932,7 @@ class VirtualNetworkClient {
28761
28932
  * @param UpgradeDrgRequest
28762
28933
  * @return UpgradeDrgResponse
28763
28934
  * @throws OciError when an error occurs
28764
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/UpgradeDrg.ts.html |here} to see how to use UpgradeDrg API.
28935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/UpgradeDrg.ts.html |here} to see how to use UpgradeDrg API.
28765
28936
  */
28766
28937
  upgradeDrg(upgradeDrgRequest) {
28767
28938
  return __awaiter(this, void 0, void 0, function* () {
@@ -28821,7 +28992,7 @@ class VirtualNetworkClient {
28821
28992
  * @param ValidateByoipRangeRequest
28822
28993
  * @return ValidateByoipRangeResponse
28823
28994
  * @throws OciError when an error occurs
28824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/ValidateByoipRange.ts.html |here} to see how to use ValidateByoipRange API.
28995
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/ValidateByoipRange.ts.html |here} to see how to use ValidateByoipRange API.
28825
28996
  */
28826
28997
  validateByoipRange(validateByoipRangeRequest) {
28827
28998
  return __awaiter(this, void 0, void 0, function* () {
@@ -28879,7 +29050,7 @@ class VirtualNetworkClient {
28879
29050
  * @param WithdrawByoipRangeRequest
28880
29051
  * @return WithdrawByoipRangeResponse
28881
29052
  * @throws OciError when an error occurs
28882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/core/WithdrawByoipRange.ts.html |here} to see how to use WithdrawByoipRange API.
29053
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/core/WithdrawByoipRange.ts.html |here} to see how to use WithdrawByoipRange API.
28883
29054
  */
28884
29055
  withdrawByoipRange(withdrawByoipRangeRequest) {
28885
29056
  return __awaiter(this, void 0, void 0, function* () {