oci-dns 2.76.0 → 2.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (378) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +53 -53
  4. package/lib/client.js +53 -53
  5. package/lib/dns-waiter.d.ts +1 -1
  6. package/lib/dns-waiter.js +35 -1
  7. package/lib/dns-waiter.js.map +1 -1
  8. package/lib/model/attached-view-details.d.ts +1 -1
  9. package/lib/model/attached-view-details.js +1 -1
  10. package/lib/model/attached-view.d.ts +1 -1
  11. package/lib/model/attached-view.js +1 -1
  12. package/lib/model/change-resolver-compartment-details.d.ts +1 -1
  13. package/lib/model/change-resolver-compartment-details.js +1 -1
  14. package/lib/model/change-steering-policy-compartment-details.d.ts +1 -1
  15. package/lib/model/change-steering-policy-compartment-details.js +1 -1
  16. package/lib/model/change-tsig-key-compartment-details.d.ts +1 -1
  17. package/lib/model/change-tsig-key-compartment-details.js +1 -1
  18. package/lib/model/change-view-compartment-details.d.ts +1 -1
  19. package/lib/model/change-view-compartment-details.js +1 -1
  20. package/lib/model/change-zone-compartment-details.d.ts +1 -1
  21. package/lib/model/change-zone-compartment-details.js +1 -1
  22. package/lib/model/create-migrated-dynect-zone-details.d.ts +1 -1
  23. package/lib/model/create-migrated-dynect-zone-details.js +1 -1
  24. package/lib/model/create-resolver-endpoint-details.d.ts +1 -1
  25. package/lib/model/create-resolver-endpoint-details.js +1 -1
  26. package/lib/model/create-resolver-vnic-endpoint-details.d.ts +1 -1
  27. package/lib/model/create-resolver-vnic-endpoint-details.js +1 -1
  28. package/lib/model/create-steering-policy-attachment-details.d.ts +1 -1
  29. package/lib/model/create-steering-policy-attachment-details.js +1 -1
  30. package/lib/model/create-steering-policy-details.d.ts +19 -19
  31. package/lib/model/create-steering-policy-details.js +1 -1
  32. package/lib/model/create-tsig-key-details.d.ts +3 -3
  33. package/lib/model/create-tsig-key-details.js +1 -1
  34. package/lib/model/create-view-details.d.ts +3 -3
  35. package/lib/model/create-view-details.js +1 -1
  36. package/lib/model/create-zone-base-details.d.ts +3 -3
  37. package/lib/model/create-zone-base-details.js +1 -1
  38. package/lib/model/create-zone-details.d.ts +5 -5
  39. package/lib/model/create-zone-details.js +1 -1
  40. package/lib/model/dynect-migration-details.d.ts +2 -2
  41. package/lib/model/dynect-migration-details.js +1 -1
  42. package/lib/model/external-downstream.d.ts +2 -2
  43. package/lib/model/external-downstream.js +1 -1
  44. package/lib/model/external-master.d.ts +1 -1
  45. package/lib/model/external-master.js +1 -1
  46. package/lib/model/index.d.ts +1 -1
  47. package/lib/model/index.js +1 -1
  48. package/lib/model/migration-replacement.d.ts +2 -2
  49. package/lib/model/migration-replacement.js +1 -1
  50. package/lib/model/nameserver.d.ts +1 -1
  51. package/lib/model/nameserver.js +1 -1
  52. package/lib/model/patch-domain-records-details.d.ts +1 -1
  53. package/lib/model/patch-domain-records-details.js +1 -1
  54. package/lib/model/patch-rr-set-details.d.ts +1 -1
  55. package/lib/model/patch-rr-set-details.js +1 -1
  56. package/lib/model/patch-zone-records-details.d.ts +1 -1
  57. package/lib/model/patch-zone-records-details.js +1 -1
  58. package/lib/model/r-rset.d.ts +1 -1
  59. package/lib/model/r-rset.js +1 -1
  60. package/lib/model/record-collection.d.ts +1 -1
  61. package/lib/model/record-collection.js +1 -1
  62. package/lib/model/record-details.d.ts +1 -1
  63. package/lib/model/record-details.js +1 -1
  64. package/lib/model/record-operation.d.ts +9 -9
  65. package/lib/model/record-operation.js +1 -1
  66. package/lib/model/record.d.ts +1 -1
  67. package/lib/model/record.js +1 -1
  68. package/lib/model/resolver-endpoint-summary.d.ts +3 -3
  69. package/lib/model/resolver-endpoint-summary.js +1 -1
  70. package/lib/model/resolver-endpoint.d.ts +3 -3
  71. package/lib/model/resolver-endpoint.js +1 -1
  72. package/lib/model/resolver-forward-rule-details.d.ts +1 -1
  73. package/lib/model/resolver-forward-rule-details.js +1 -1
  74. package/lib/model/resolver-forward-rule.d.ts +1 -1
  75. package/lib/model/resolver-forward-rule.js +1 -1
  76. package/lib/model/resolver-rule-details.d.ts +1 -1
  77. package/lib/model/resolver-rule-details.js +1 -1
  78. package/lib/model/resolver-rule.d.ts +1 -1
  79. package/lib/model/resolver-rule.js +1 -1
  80. package/lib/model/resolver-summary.d.ts +5 -5
  81. package/lib/model/resolver-summary.js +1 -1
  82. package/lib/model/resolver-vnic-endpoint-summary.d.ts +1 -1
  83. package/lib/model/resolver-vnic-endpoint-summary.js +1 -1
  84. package/lib/model/resolver-vnic-endpoint.d.ts +1 -1
  85. package/lib/model/resolver-vnic-endpoint.js +1 -1
  86. package/lib/model/resolver.d.ts +5 -5
  87. package/lib/model/resolver.js +1 -1
  88. package/lib/model/scope.d.ts +1 -1
  89. package/lib/model/scope.js +1 -1
  90. package/lib/model/sort-order.d.ts +1 -1
  91. package/lib/model/sort-order.js +1 -1
  92. package/lib/model/steering-policy-answer.d.ts +8 -8
  93. package/lib/model/steering-policy-answer.js +1 -1
  94. package/lib/model/steering-policy-attachment-summary.d.ts +2 -2
  95. package/lib/model/steering-policy-attachment-summary.js +1 -1
  96. package/lib/model/steering-policy-attachment.d.ts +2 -2
  97. package/lib/model/steering-policy-attachment.js +1 -1
  98. package/lib/model/steering-policy-filter-answer-data.d.ts +2 -2
  99. package/lib/model/steering-policy-filter-answer-data.js +1 -1
  100. package/lib/model/steering-policy-filter-rule-case.d.ts +4 -4
  101. package/lib/model/steering-policy-filter-rule-case.js +1 -1
  102. package/lib/model/steering-policy-filter-rule.d.ts +9 -9
  103. package/lib/model/steering-policy-filter-rule.js +1 -1
  104. package/lib/model/steering-policy-health-rule-case.d.ts +3 -3
  105. package/lib/model/steering-policy-health-rule-case.js +1 -1
  106. package/lib/model/steering-policy-health-rule.d.ts +7 -7
  107. package/lib/model/steering-policy-health-rule.js +1 -1
  108. package/lib/model/steering-policy-limit-rule-case.d.ts +4 -4
  109. package/lib/model/steering-policy-limit-rule-case.js +1 -1
  110. package/lib/model/steering-policy-limit-rule.d.ts +9 -9
  111. package/lib/model/steering-policy-limit-rule.js +1 -1
  112. package/lib/model/steering-policy-priority-answer-data.d.ts +3 -3
  113. package/lib/model/steering-policy-priority-answer-data.js +1 -1
  114. package/lib/model/steering-policy-priority-rule-case.d.ts +4 -4
  115. package/lib/model/steering-policy-priority-rule-case.js +1 -1
  116. package/lib/model/steering-policy-priority-rule.d.ts +9 -9
  117. package/lib/model/steering-policy-priority-rule.js +1 -1
  118. package/lib/model/steering-policy-rule.d.ts +2 -2
  119. package/lib/model/steering-policy-rule.js +1 -1
  120. package/lib/model/steering-policy-summary.d.ts +20 -20
  121. package/lib/model/steering-policy-summary.js +1 -1
  122. package/lib/model/steering-policy-weighted-answer-data.d.ts +2 -2
  123. package/lib/model/steering-policy-weighted-answer-data.js +1 -1
  124. package/lib/model/steering-policy-weighted-rule-case.d.ts +4 -4
  125. package/lib/model/steering-policy-weighted-rule-case.js +1 -1
  126. package/lib/model/steering-policy-weighted-rule.d.ts +9 -9
  127. package/lib/model/steering-policy-weighted-rule.js +1 -1
  128. package/lib/model/steering-policy.d.ts +20 -20
  129. package/lib/model/steering-policy.js +1 -1
  130. package/lib/model/tsig-key-summary.d.ts +4 -4
  131. package/lib/model/tsig-key-summary.js +1 -1
  132. package/lib/model/tsig-key.d.ts +5 -5
  133. package/lib/model/tsig-key.js +1 -1
  134. package/lib/model/update-domain-records-details.d.ts +1 -1
  135. package/lib/model/update-domain-records-details.js +1 -1
  136. package/lib/model/update-resolver-details.d.ts +3 -3
  137. package/lib/model/update-resolver-details.js +1 -1
  138. package/lib/model/update-resolver-endpoint-details.d.ts +1 -1
  139. package/lib/model/update-resolver-endpoint-details.js +1 -1
  140. package/lib/model/update-resolver-vnic-endpoint-details.d.ts +1 -1
  141. package/lib/model/update-resolver-vnic-endpoint-details.js +1 -1
  142. package/lib/model/update-rr-set-details.d.ts +1 -1
  143. package/lib/model/update-rr-set-details.js +1 -1
  144. package/lib/model/update-steering-policy-attachment-details.d.ts +1 -1
  145. package/lib/model/update-steering-policy-attachment-details.js +1 -1
  146. package/lib/model/update-steering-policy-details.d.ts +19 -19
  147. package/lib/model/update-steering-policy-details.js +1 -1
  148. package/lib/model/update-tsig-key-details.d.ts +3 -3
  149. package/lib/model/update-tsig-key-details.js +1 -1
  150. package/lib/model/update-view-details.d.ts +3 -3
  151. package/lib/model/update-view-details.js +1 -1
  152. package/lib/model/update-zone-details.d.ts +6 -6
  153. package/lib/model/update-zone-details.js +1 -1
  154. package/lib/model/update-zone-records-details.d.ts +1 -1
  155. package/lib/model/update-zone-records-details.js +1 -1
  156. package/lib/model/view-summary.d.ts +5 -5
  157. package/lib/model/view-summary.js +1 -1
  158. package/lib/model/view.d.ts +5 -5
  159. package/lib/model/view.js +1 -1
  160. package/lib/model/zone-summary.d.ts +5 -5
  161. package/lib/model/zone-summary.js +1 -1
  162. package/lib/model/zone-transfer-server.d.ts +1 -1
  163. package/lib/model/zone-transfer-server.js +1 -1
  164. package/lib/model/zone.d.ts +8 -8
  165. package/lib/model/zone.js +1 -1
  166. package/lib/request/change-resolver-compartment-request.d.ts +4 -4
  167. package/lib/request/change-resolver-compartment-request.js +1 -1
  168. package/lib/request/change-steering-policy-compartment-request.d.ts +4 -4
  169. package/lib/request/change-steering-policy-compartment-request.js +1 -1
  170. package/lib/request/change-tsig-key-compartment-request.d.ts +4 -4
  171. package/lib/request/change-tsig-key-compartment-request.js +1 -1
  172. package/lib/request/change-view-compartment-request.d.ts +4 -4
  173. package/lib/request/change-view-compartment-request.js +1 -1
  174. package/lib/request/change-zone-compartment-request.d.ts +4 -4
  175. package/lib/request/change-zone-compartment-request.js +1 -1
  176. package/lib/request/create-resolver-endpoint-request.d.ts +2 -2
  177. package/lib/request/create-resolver-endpoint-request.js +1 -1
  178. package/lib/request/create-steering-policy-attachment-request.d.ts +2 -2
  179. package/lib/request/create-steering-policy-attachment-request.js +1 -1
  180. package/lib/request/create-steering-policy-request.d.ts +2 -2
  181. package/lib/request/create-steering-policy-request.js +1 -1
  182. package/lib/request/create-tsig-key-request.d.ts +2 -2
  183. package/lib/request/create-tsig-key-request.js +1 -1
  184. package/lib/request/create-view-request.d.ts +2 -2
  185. package/lib/request/create-view-request.js +1 -1
  186. package/lib/request/create-zone-from-zone-file-request.d.ts +2 -2
  187. package/lib/request/create-zone-from-zone-file-request.js +1 -1
  188. package/lib/request/create-zone-request.d.ts +2 -2
  189. package/lib/request/create-zone-request.js +1 -1
  190. package/lib/request/delete-domain-records-request.d.ts +5 -5
  191. package/lib/request/delete-domain-records-request.js +1 -1
  192. package/lib/request/delete-resolver-endpoint-request.d.ts +5 -5
  193. package/lib/request/delete-resolver-endpoint-request.js +1 -1
  194. package/lib/request/delete-rrset-request.d.ts +5 -5
  195. package/lib/request/delete-rrset-request.js +1 -1
  196. package/lib/request/delete-steering-policy-attachment-request.d.ts +5 -5
  197. package/lib/request/delete-steering-policy-attachment-request.js +1 -1
  198. package/lib/request/delete-steering-policy-request.d.ts +5 -5
  199. package/lib/request/delete-steering-policy-request.js +1 -1
  200. package/lib/request/delete-tsig-key-request.d.ts +5 -5
  201. package/lib/request/delete-tsig-key-request.js +1 -1
  202. package/lib/request/delete-view-request.d.ts +5 -5
  203. package/lib/request/delete-view-request.js +1 -1
  204. package/lib/request/delete-zone-request.d.ts +5 -5
  205. package/lib/request/delete-zone-request.js +1 -1
  206. package/lib/request/get-domain-records-request.d.ts +6 -6
  207. package/lib/request/get-domain-records-request.js +1 -1
  208. package/lib/request/get-resolver-endpoint-request.d.ts +5 -5
  209. package/lib/request/get-resolver-endpoint-request.js +1 -1
  210. package/lib/request/get-resolver-request.d.ts +5 -5
  211. package/lib/request/get-resolver-request.js +1 -1
  212. package/lib/request/get-rrset-request.d.ts +6 -6
  213. package/lib/request/get-rrset-request.js +1 -1
  214. package/lib/request/get-steering-policy-attachment-request.d.ts +5 -5
  215. package/lib/request/get-steering-policy-attachment-request.js +1 -1
  216. package/lib/request/get-steering-policy-request.d.ts +5 -5
  217. package/lib/request/get-steering-policy-request.js +1 -1
  218. package/lib/request/get-tsig-key-request.d.ts +5 -5
  219. package/lib/request/get-tsig-key-request.js +1 -1
  220. package/lib/request/get-view-request.d.ts +5 -5
  221. package/lib/request/get-view-request.js +1 -1
  222. package/lib/request/get-zone-content-request.d.ts +5 -5
  223. package/lib/request/get-zone-content-request.js +1 -1
  224. package/lib/request/get-zone-records-request.d.ts +6 -6
  225. package/lib/request/get-zone-records-request.js +1 -1
  226. package/lib/request/get-zone-request.d.ts +5 -5
  227. package/lib/request/get-zone-request.js +1 -1
  228. package/lib/request/index.d.ts +1 -1
  229. package/lib/request/index.js +1 -1
  230. package/lib/request/list-resolver-endpoints-request.d.ts +3 -3
  231. package/lib/request/list-resolver-endpoints-request.js +1 -1
  232. package/lib/request/list-resolvers-request.d.ts +3 -3
  233. package/lib/request/list-resolvers-request.js +1 -1
  234. package/lib/request/list-steering-policies-request.d.ts +4 -4
  235. package/lib/request/list-steering-policies-request.js +1 -1
  236. package/lib/request/list-steering-policy-attachments-request.d.ts +4 -4
  237. package/lib/request/list-steering-policy-attachments-request.js +1 -1
  238. package/lib/request/list-tsig-keys-request.d.ts +4 -4
  239. package/lib/request/list-tsig-keys-request.js +1 -1
  240. package/lib/request/list-views-request.d.ts +3 -3
  241. package/lib/request/list-views-request.js +1 -1
  242. package/lib/request/list-zone-transfer-servers-request.d.ts +3 -3
  243. package/lib/request/list-zone-transfer-servers-request.js +1 -1
  244. package/lib/request/list-zones-request.d.ts +4 -4
  245. package/lib/request/list-zones-request.js +1 -1
  246. package/lib/request/patch-domain-records-request.d.ts +5 -5
  247. package/lib/request/patch-domain-records-request.js +1 -1
  248. package/lib/request/patch-rrset-request.d.ts +5 -5
  249. package/lib/request/patch-rrset-request.js +1 -1
  250. package/lib/request/patch-zone-records-request.d.ts +5 -5
  251. package/lib/request/patch-zone-records-request.js +1 -1
  252. package/lib/request/update-domain-records-request.d.ts +5 -5
  253. package/lib/request/update-domain-records-request.js +1 -1
  254. package/lib/request/update-resolver-endpoint-request.d.ts +5 -5
  255. package/lib/request/update-resolver-endpoint-request.js +1 -1
  256. package/lib/request/update-resolver-request.d.ts +5 -5
  257. package/lib/request/update-resolver-request.js +1 -1
  258. package/lib/request/update-rrset-request.d.ts +5 -5
  259. package/lib/request/update-rrset-request.js +1 -1
  260. package/lib/request/update-steering-policy-attachment-request.d.ts +5 -5
  261. package/lib/request/update-steering-policy-attachment-request.js +1 -1
  262. package/lib/request/update-steering-policy-request.d.ts +5 -5
  263. package/lib/request/update-steering-policy-request.js +1 -1
  264. package/lib/request/update-tsig-key-request.d.ts +5 -5
  265. package/lib/request/update-tsig-key-request.js +1 -1
  266. package/lib/request/update-view-request.d.ts +5 -5
  267. package/lib/request/update-view-request.js +1 -1
  268. package/lib/request/update-zone-records-request.d.ts +5 -5
  269. package/lib/request/update-zone-records-request.js +1 -1
  270. package/lib/request/update-zone-request.d.ts +5 -5
  271. package/lib/request/update-zone-request.js +1 -1
  272. package/lib/response/change-resolver-compartment-response.d.ts +1 -1
  273. package/lib/response/change-resolver-compartment-response.js +1 -1
  274. package/lib/response/change-steering-policy-compartment-response.d.ts +1 -1
  275. package/lib/response/change-steering-policy-compartment-response.js +1 -1
  276. package/lib/response/change-tsig-key-compartment-response.d.ts +1 -1
  277. package/lib/response/change-tsig-key-compartment-response.js +1 -1
  278. package/lib/response/change-view-compartment-response.d.ts +1 -1
  279. package/lib/response/change-view-compartment-response.js +1 -1
  280. package/lib/response/change-zone-compartment-response.d.ts +1 -1
  281. package/lib/response/change-zone-compartment-response.js +1 -1
  282. package/lib/response/create-resolver-endpoint-response.d.ts +1 -1
  283. package/lib/response/create-resolver-endpoint-response.js +1 -1
  284. package/lib/response/create-steering-policy-attachment-response.d.ts +1 -1
  285. package/lib/response/create-steering-policy-attachment-response.js +1 -1
  286. package/lib/response/create-steering-policy-response.d.ts +1 -1
  287. package/lib/response/create-steering-policy-response.js +1 -1
  288. package/lib/response/create-tsig-key-response.d.ts +1 -1
  289. package/lib/response/create-tsig-key-response.js +1 -1
  290. package/lib/response/create-view-response.d.ts +1 -1
  291. package/lib/response/create-view-response.js +1 -1
  292. package/lib/response/create-zone-from-zone-file-response.d.ts +1 -1
  293. package/lib/response/create-zone-from-zone-file-response.js +1 -1
  294. package/lib/response/create-zone-response.d.ts +1 -1
  295. package/lib/response/create-zone-response.js +1 -1
  296. package/lib/response/delete-domain-records-response.d.ts +1 -1
  297. package/lib/response/delete-domain-records-response.js +1 -1
  298. package/lib/response/delete-resolver-endpoint-response.d.ts +1 -1
  299. package/lib/response/delete-resolver-endpoint-response.js +1 -1
  300. package/lib/response/delete-rrset-response.d.ts +1 -1
  301. package/lib/response/delete-rrset-response.js +1 -1
  302. package/lib/response/delete-steering-policy-attachment-response.d.ts +1 -1
  303. package/lib/response/delete-steering-policy-attachment-response.js +1 -1
  304. package/lib/response/delete-steering-policy-response.d.ts +1 -1
  305. package/lib/response/delete-steering-policy-response.js +1 -1
  306. package/lib/response/delete-tsig-key-response.d.ts +1 -1
  307. package/lib/response/delete-tsig-key-response.js +1 -1
  308. package/lib/response/delete-view-response.d.ts +1 -1
  309. package/lib/response/delete-view-response.js +1 -1
  310. package/lib/response/delete-zone-response.d.ts +1 -1
  311. package/lib/response/delete-zone-response.js +1 -1
  312. package/lib/response/get-domain-records-response.d.ts +1 -1
  313. package/lib/response/get-domain-records-response.js +1 -1
  314. package/lib/response/get-resolver-endpoint-response.d.ts +1 -1
  315. package/lib/response/get-resolver-endpoint-response.js +1 -1
  316. package/lib/response/get-resolver-response.d.ts +1 -1
  317. package/lib/response/get-resolver-response.js +1 -1
  318. package/lib/response/get-rrset-response.d.ts +1 -1
  319. package/lib/response/get-rrset-response.js +1 -1
  320. package/lib/response/get-steering-policy-attachment-response.d.ts +1 -1
  321. package/lib/response/get-steering-policy-attachment-response.js +1 -1
  322. package/lib/response/get-steering-policy-response.d.ts +1 -1
  323. package/lib/response/get-steering-policy-response.js +1 -1
  324. package/lib/response/get-tsig-key-response.d.ts +1 -1
  325. package/lib/response/get-tsig-key-response.js +1 -1
  326. package/lib/response/get-view-response.d.ts +1 -1
  327. package/lib/response/get-view-response.js +1 -1
  328. package/lib/response/get-zone-content-response.d.ts +1 -1
  329. package/lib/response/get-zone-content-response.js +1 -1
  330. package/lib/response/get-zone-records-response.d.ts +1 -1
  331. package/lib/response/get-zone-records-response.js +1 -1
  332. package/lib/response/get-zone-response.d.ts +1 -1
  333. package/lib/response/get-zone-response.js +1 -1
  334. package/lib/response/index.d.ts +1 -1
  335. package/lib/response/index.js +1 -1
  336. package/lib/response/list-resolver-endpoints-response.d.ts +1 -1
  337. package/lib/response/list-resolver-endpoints-response.js +1 -1
  338. package/lib/response/list-resolvers-response.d.ts +1 -1
  339. package/lib/response/list-resolvers-response.js +1 -1
  340. package/lib/response/list-steering-policies-response.d.ts +1 -1
  341. package/lib/response/list-steering-policies-response.js +1 -1
  342. package/lib/response/list-steering-policy-attachments-response.d.ts +1 -1
  343. package/lib/response/list-steering-policy-attachments-response.js +1 -1
  344. package/lib/response/list-tsig-keys-response.d.ts +1 -1
  345. package/lib/response/list-tsig-keys-response.js +1 -1
  346. package/lib/response/list-views-response.d.ts +1 -1
  347. package/lib/response/list-views-response.js +1 -1
  348. package/lib/response/list-zone-transfer-servers-response.d.ts +1 -1
  349. package/lib/response/list-zone-transfer-servers-response.js +1 -1
  350. package/lib/response/list-zones-response.d.ts +1 -1
  351. package/lib/response/list-zones-response.js +1 -1
  352. package/lib/response/patch-domain-records-response.d.ts +1 -1
  353. package/lib/response/patch-domain-records-response.js +1 -1
  354. package/lib/response/patch-rrset-response.d.ts +1 -1
  355. package/lib/response/patch-rrset-response.js +1 -1
  356. package/lib/response/patch-zone-records-response.d.ts +1 -1
  357. package/lib/response/patch-zone-records-response.js +1 -1
  358. package/lib/response/update-domain-records-response.d.ts +1 -1
  359. package/lib/response/update-domain-records-response.js +1 -1
  360. package/lib/response/update-resolver-endpoint-response.d.ts +1 -1
  361. package/lib/response/update-resolver-endpoint-response.js +1 -1
  362. package/lib/response/update-resolver-response.d.ts +1 -1
  363. package/lib/response/update-resolver-response.js +1 -1
  364. package/lib/response/update-rrset-response.d.ts +1 -1
  365. package/lib/response/update-rrset-response.js +1 -1
  366. package/lib/response/update-steering-policy-attachment-response.d.ts +1 -1
  367. package/lib/response/update-steering-policy-attachment-response.js +1 -1
  368. package/lib/response/update-steering-policy-response.d.ts +1 -1
  369. package/lib/response/update-steering-policy-response.js +1 -1
  370. package/lib/response/update-tsig-key-response.d.ts +1 -1
  371. package/lib/response/update-tsig-key-response.js +1 -1
  372. package/lib/response/update-view-response.d.ts +1 -1
  373. package/lib/response/update-view-response.js +1 -1
  374. package/lib/response/update-zone-records-response.d.ts +1 -1
  375. package/lib/response/update-zone-records-response.js +1 -1
  376. package/lib/response/update-zone-response.d.ts +1 -1
  377. package/lib/response/update-zone-response.js +1 -1
  378. package/package.json +3 -3
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -42,7 +42,7 @@ export interface ResolverSummary {
42
42
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
43
43
  * <p>
44
44
 
45
- * **Example:** `{\"Department\": \"Finance\"}`
45
+ * **Example:** {@code {\"Department\": \"Finance\"}}
46
46
  *
47
47
  */
48
48
  "freeformTags": {
@@ -53,7 +53,7 @@ export interface ResolverSummary {
53
53
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
54
54
  * <p>
55
55
 
56
- * **Example:** `{\"Operations\": {\"CostCenter\": \"42\"}}`
56
+ * **Example:** {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
57
57
  *
58
58
  */
59
59
  "definedTags": {
@@ -69,7 +69,7 @@ export interface ResolverSummary {
69
69
  * The date and time the resource was created in \"YYYY-MM-ddThh:mm:ssZ\" format
70
70
  * with a Z offset, as defined by RFC 3339.
71
71
  * <p>
72
- **Example:** `2016-07-22T17:23:59:60Z`
72
+ **Example:** {@code 2016-07-22T17:23:59:60Z}
73
73
  *
74
74
  */
75
75
  "timeCreated": Date;
@@ -77,7 +77,7 @@ export interface ResolverSummary {
77
77
  * The date and time the resource was last updated in \"YYYY-MM-ddThh:mm:ssZ\"
78
78
  * format with a Z offset, as defined by RFC 3339.
79
79
  * <p>
80
- **Example:** `2016-07-22T17:23:59:60Z`
80
+ **Example:** {@code 2016-07-22T17:23:59:60Z}
81
81
  *
82
82
  */
83
83
  "timeUpdated": Date;
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
@@ -43,7 +43,7 @@ export interface Resolver {
43
43
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
44
44
  * <p>
45
45
 
46
- * **Example:** `{\"Department\": \"Finance\"}`
46
+ * **Example:** {@code {\"Department\": \"Finance\"}}
47
47
  *
48
48
  */
49
49
  "freeformTags": {
@@ -54,7 +54,7 @@ export interface Resolver {
54
54
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
55
55
  * <p>
56
56
 
57
- * **Example:** `{\"Operations\": {\"CostCenter\": \"42\"}}`
57
+ * **Example:** {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
58
  *
59
59
  */
60
60
  "definedTags": {
@@ -70,7 +70,7 @@ export interface Resolver {
70
70
  * The date and time the resource was created in \"YYYY-MM-ddThh:mm:ssZ\" format
71
71
  * with a Z offset, as defined by RFC 3339.
72
72
  * <p>
73
- **Example:** `2016-07-22T17:23:59:60Z`
73
+ **Example:** {@code 2016-07-22T17:23:59:60Z}
74
74
  *
75
75
  */
76
76
  "timeCreated": Date;
@@ -78,7 +78,7 @@ export interface Resolver {
78
78
  * The date and time the resource was last updated in \"YYYY-MM-ddThh:mm:ssZ\"
79
79
  * format with a Z offset, as defined by RFC 3339.
80
80
  * <p>
81
- **Example:** `2016-07-22T17:23:59:60Z`
81
+ **Example:** {@code 2016-07-22T17:23:59:60Z}
82
82
  *
83
83
  */
84
84
  "timeUpdated": Date;
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -22,8 +22,8 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
22
22
  export interface SteeringPolicyAnswer {
23
23
  /**
24
24
  * A user-friendly name for the answer, unique within the steering policy.
25
- * An answer's `name` property can be referenced in `answerCondition` properties
26
- * of rules using `answer.name`.
25
+ * An answer's {@code name} property can be referenced in {@code answerCondition} properties
26
+ * of rules using {@code answer.name}.
27
27
  * <p>
28
28
  **Example:**
29
29
  * <p>
@@ -57,8 +57,8 @@ export interface SteeringPolicyAnswer {
57
57
  "rdata": string;
58
58
  /**
59
59
  * The freeform name of a group of one or more records in which this record is included,
60
- * such as \"LAX data center\". An answer's `pool` property can be referenced in `answerCondition`
61
- * properties of rules using `answer.pool`.
60
+ * such as \"LAX data center\". An answer's {@code pool} property can be referenced in {@code answerCondition}
61
+ * properties of rules using {@code answer.pool}.
62
62
  * <p>
63
63
  **Example:**
64
64
  * <p>
@@ -77,9 +77,9 @@ export interface SteeringPolicyAnswer {
77
77
  */
78
78
  "pool"?: string;
79
79
  /**
80
- * Set this property to `true` to indicate that the answer is administratively disabled,
81
- * such as when the corresponding server is down for maintenance. An answer's `isDisabled`
82
- * property can be referenced in `answerCondition` properties in rules using `answer.isDisabled`.
80
+ * Set this property to {@code true} to indicate that the answer is administratively disabled,
81
+ * such as when the corresponding server is down for maintenance. An answer's {@code isDisabled}
82
+ * property can be referenced in {@code answerCondition} properties in rules using {@code answer.isDisabled}.
83
83
  * <p>
84
84
  **Example:**
85
85
  * \"rules\": [
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -57,7 +57,7 @@ export interface SteeringPolicyAttachmentSummary {
57
57
  /**
58
58
  * The date and time the resource was created, expressed in RFC 3339 timestamp format.
59
59
  * <p>
60
- **Example:** `2016-07-22T17:23:59:60Z`
60
+ **Example:** {@code 2016-07-22T17:23:59:60Z}
61
61
  *
62
62
  */
63
63
  "timeCreated": Date;
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -63,7 +63,7 @@ export interface SteeringPolicyAttachment {
63
63
  /**
64
64
  * The date and time the resource was created, expressed in RFC 3339 timestamp format.
65
65
  * <p>
66
- **Example:** `2016-07-22T17:23:59:60Z`
66
+ **Example:** {@code 2016-07-22T17:23:59:60Z}
67
67
  *
68
68
  */
69
69
  "timeCreated": Date;
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  export interface SteeringPolicyFilterAnswerData {
@@ -19,7 +19,7 @@ export interface SteeringPolicyFilterAnswerData {
19
19
  */
20
20
  "answerCondition"?: string;
21
21
  /**
22
- * Keeps the answer only if the value is `true`.
22
+ * Keeps the answer only if the value is {@code true}.
23
23
  */
24
24
  "shouldKeep"?: boolean;
25
25
  }
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
@@ -18,14 +18,14 @@ export interface SteeringPolicyFilterRuleCase {
18
18
  * An expression that uses conditions at the time of a DNS query to indicate
19
19
  * whether a case matches. Conditions may include the geographical location, IP
20
20
  * subnet, or ASN the DNS query originated. **Example:** If you have an
21
- * office that uses the subnet `192.0.2.0/24` you could use a `caseCondition`
22
- * expression `query.client.address in ('192.0.2.0/24')` to define a case that
21
+ * office that uses the subnet {@code 192.0.2.0/24} you could use a {@code caseCondition}
22
+ * expression {@code query.client.address in ('192.0.2.0/24')} to define a case that
23
23
  * matches queries from that office.
24
24
  *
25
25
  */
26
26
  "caseCondition"?: string;
27
27
  /**
28
- * An array of `SteeringPolicyFilterAnswerData` objects.
28
+ * An array of {@code SteeringPolicyFilterAnswerData} objects.
29
29
  */
30
30
  "answerData"?: Array<model.SteeringPolicyFilterAnswerData>;
31
31
  }
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,27 +9,27 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
16
16
  export interface SteeringPolicyFilterRule extends model.SteeringPolicyRule {
17
17
  /**
18
- * An array of `caseConditions`. A rule may optionally include a sequence of cases defining alternate
18
+ * An array of {@code caseConditions}. A rule may optionally include a sequence of cases defining alternate
19
19
  * configurations for how it should behave during processing for any given DNS query. When a rule has
20
- * no sequence of `cases`, it is always evaluated with the same configuration during processing. When
21
- * a rule has an empty sequence of `cases`, it is always ignored during processing. When a rule has a
22
- * non-empty sequence of `cases`, its behavior during processing is configured by the first matching
23
- * `case` in the sequence. When a rule has no matching cases the rule is ignored. A rule case with no
24
- * `caseCondition` always matches. A rule case with a `caseCondition` matches only when that expression
20
+ * no sequence of {@code cases}, it is always evaluated with the same configuration during processing. When
21
+ * a rule has an empty sequence of {@code cases}, it is always ignored during processing. When a rule has a
22
+ * non-empty sequence of {@code cases}, its behavior during processing is configured by the first matching
23
+ * {@code case} in the sequence. When a rule has no matching cases the rule is ignored. A rule case with no
24
+ * {@code caseCondition} always matches. A rule case with a {@code caseCondition} matches only when that expression
25
25
  * evaluates to true for the given query.
26
26
  *
27
27
  */
28
28
  "cases"?: Array<model.SteeringPolicyFilterRuleCase>;
29
29
  /**
30
30
  * Defines a default set of answer conditions and values that are applied to an answer when
31
- * `cases` is not defined for the rule, or a matching case does not have any matching
32
- * `answerCondition`s in its `answerData`. `defaultAnswerData` is not applied if `cases` is
31
+ * {@code cases} is not defined for the rule, or a matching case does not have any matching
32
+ * {@code answerCondition}s in its {@code answerData}. {@code defaultAnswerData} is not applied if {@code cases} is
33
33
  * defined and there are no matching cases. In this scenario, the next rule will be processed.
34
34
  *
35
35
  */
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  export interface SteeringPolicyHealthRuleCase {
@@ -17,8 +17,8 @@ export interface SteeringPolicyHealthRuleCase {
17
17
  * An expression that uses conditions at the time of a DNS query to indicate
18
18
  * whether a case matches. Conditions may include the geographical location, IP
19
19
  * subnet, or ASN the DNS query originated. **Example:** If you have an
20
- * office that uses the subnet `192.0.2.0/24` you could use a `caseCondition`
21
- * expression `query.client.address in ('192.0.2.0/24')` to define a case that
20
+ * office that uses the subnet {@code 192.0.2.0/24} you could use a {@code caseCondition}
21
+ * expression {@code query.client.address in ('192.0.2.0/24')} to define a case that
22
22
  * matches queries from that office.
23
23
  *
24
24
  */
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,19 +9,19 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
16
16
  export interface SteeringPolicyHealthRule extends model.SteeringPolicyRule {
17
17
  /**
18
- * An array of `caseConditions`. A rule may optionally include a sequence of cases defining alternate
18
+ * An array of {@code caseConditions}. A rule may optionally include a sequence of cases defining alternate
19
19
  * configurations for how it should behave during processing for any given DNS query. When a rule has
20
- * no sequence of `cases`, it is always evaluated with the same configuration during processing. When
21
- * a rule has an empty sequence of `cases`, it is always ignored during processing. When a rule has a
22
- * non-empty sequence of `cases`, its behavior during processing is configured by the first matching
23
- * `case` in the sequence. When a rule has no matching cases the rule is ignored. A rule case with no
24
- * `caseCondition` always matches. A rule case with a `caseCondition` matches only when that expression
20
+ * no sequence of {@code cases}, it is always evaluated with the same configuration during processing. When
21
+ * a rule has an empty sequence of {@code cases}, it is always ignored during processing. When a rule has a
22
+ * non-empty sequence of {@code cases}, its behavior during processing is configured by the first matching
23
+ * {@code case} in the sequence. When a rule has no matching cases the rule is ignored. A rule case with no
24
+ * {@code caseCondition} always matches. A rule case with a {@code caseCondition} matches only when that expression
25
25
  * evaluates to true for the given query.
26
26
  *
27
27
  */
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  export interface SteeringPolicyLimitRuleCase {
@@ -17,15 +17,15 @@ export interface SteeringPolicyLimitRuleCase {
17
17
  * An expression that uses conditions at the time of a DNS query to indicate
18
18
  * whether a case matches. Conditions may include the geographical location, IP
19
19
  * subnet, or ASN the DNS query originated. **Example:** If you have an
20
- * office that uses the subnet `192.0.2.0/24` you could use a `caseCondition`
21
- * expression `query.client.address in ('192.0.2.0/24')` to define a case that
20
+ * office that uses the subnet {@code 192.0.2.0/24} you could use a {@code caseCondition}
21
+ * expression {@code query.client.address in ('192.0.2.0/24')} to define a case that
22
22
  * matches queries from that office.
23
23
  *
24
24
  */
25
25
  "caseCondition"?: string;
26
26
  /**
27
27
  * The number of answers allowed to remain after the limit rule has been processed, keeping only the
28
- * first of the remaining answers in the list. Example: If the `count` property is set to `2` and
28
+ * first of the remaining answers in the list. Example: If the {@code count} property is set to {@code 2} and
29
29
  * four answers remain before the limit rule is processed, only the first two answers in the list will
30
30
  * remain after the limit rule has been processed.
31
31
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,26 +9,26 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
16
16
  export interface SteeringPolicyLimitRule extends model.SteeringPolicyRule {
17
17
  /**
18
- * An array of `caseConditions`. A rule may optionally include a sequence of cases defining alternate
18
+ * An array of {@code caseConditions}. A rule may optionally include a sequence of cases defining alternate
19
19
  * configurations for how it should behave during processing for any given DNS query. When a rule has
20
- * no sequence of `cases`, it is always evaluated with the same configuration during processing. When
21
- * a rule has an empty sequence of `cases`, it is always ignored during processing. When a rule has a
22
- * non-empty sequence of `cases`, its behavior during processing is configured by the first matching
23
- * `case` in the sequence. When a rule has no matching cases the rule is ignored. A rule case with no
24
- * `caseCondition` always matches. A rule case with a `caseCondition` matches only when that expression
20
+ * no sequence of {@code cases}, it is always evaluated with the same configuration during processing. When
21
+ * a rule has an empty sequence of {@code cases}, it is always ignored during processing. When a rule has a
22
+ * non-empty sequence of {@code cases}, its behavior during processing is configured by the first matching
23
+ * {@code case} in the sequence. When a rule has no matching cases the rule is ignored. A rule case with no
24
+ * {@code caseCondition} always matches. A rule case with a {@code caseCondition} matches only when that expression
25
25
  * evaluates to true for the given query.
26
26
  *
27
27
  */
28
28
  "cases"?: Array<model.SteeringPolicyLimitRuleCase>;
29
29
  /**
30
- * Defines a default count if `cases` is not defined for the rule or a matching case does
31
- * not define `count`. `defaultCount` is **not** applied if `cases` is defined and there
30
+ * Defines a default count if {@code cases} is not defined for the rule or a matching case does
31
+ * not define {@code count}. {@code defaultCount} is **not** applied if {@code cases} is defined and there
32
32
  * are no matching cases. In this scenario, the next rule will be processed. If no rules
33
33
  * remain to be processed, the answer will be chosen from the remaining list of answers.
34
34
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
@@ -10,7 +10,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concep
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  export interface SteeringPolicyPriorityAnswerData {
@@ -19,9 +19,9 @@ export interface SteeringPolicyPriorityAnswerData {
19
19
  */
20
20
  "answerCondition"?: string;
21
21
  /**
22
- * The rank assigned to the set of answers that match the expression in `answerCondition`.
22
+ * The rank assigned to the set of answers that match the expression in {@code answerCondition}.
23
23
  * Answers with the lowest values move to the beginning of the list without changing the
24
- * relative order of those with the same value. Answers can be given a value between `0` and `255`.
24
+ * relative order of those with the same value. Answers can be given a value between {@code 0} and {@code 255}.
25
25
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
26
26
  */
27
27
  "value": number;