oci-artifacts 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 (215) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/artifacts-waiter.d.ts +1 -1
  4. package/lib/artifacts-waiter.js +1 -1
  5. package/lib/client.d.ts +33 -33
  6. package/lib/client.js +33 -33
  7. package/lib/model/change-container-repository-compartment-details.d.ts +1 -1
  8. package/lib/model/change-container-repository-compartment-details.js +1 -1
  9. package/lib/model/change-repository-compartment-details.d.ts +1 -1
  10. package/lib/model/change-repository-compartment-details.js +1 -1
  11. package/lib/model/container-configuration.d.ts +1 -1
  12. package/lib/model/container-configuration.js +1 -1
  13. package/lib/model/container-image-collection.d.ts +1 -1
  14. package/lib/model/container-image-collection.js +1 -1
  15. package/lib/model/container-image-layer.d.ts +1 -1
  16. package/lib/model/container-image-layer.js +1 -1
  17. package/lib/model/container-image-signature-collection.d.ts +1 -1
  18. package/lib/model/container-image-signature-collection.js +1 -1
  19. package/lib/model/container-image-signature-summary.d.ts +9 -9
  20. package/lib/model/container-image-signature-summary.js +1 -1
  21. package/lib/model/container-image-signature.d.ts +9 -9
  22. package/lib/model/container-image-signature.js +1 -1
  23. package/lib/model/container-image-summary.d.ts +6 -6
  24. package/lib/model/container-image-summary.js +1 -1
  25. package/lib/model/container-image.d.ts +6 -6
  26. package/lib/model/container-image.js +1 -1
  27. package/lib/model/container-repository-collection.d.ts +1 -1
  28. package/lib/model/container-repository-collection.js +1 -1
  29. package/lib/model/container-repository-readme.d.ts +1 -1
  30. package/lib/model/container-repository-readme.js +1 -1
  31. package/lib/model/container-repository-summary.d.ts +5 -5
  32. package/lib/model/container-repository-summary.js +1 -1
  33. package/lib/model/container-repository.d.ts +5 -5
  34. package/lib/model/container-repository.js +1 -1
  35. package/lib/model/container-version.d.ts +1 -1
  36. package/lib/model/container-version.js +1 -1
  37. package/lib/model/create-container-image-signature-details.d.ts +6 -6
  38. package/lib/model/create-container-image-signature-details.js +1 -1
  39. package/lib/model/create-container-repository-details.d.ts +3 -3
  40. package/lib/model/create-container-repository-details.js +1 -1
  41. package/lib/model/create-generic-repository-details.d.ts +1 -1
  42. package/lib/model/create-generic-repository-details.js +1 -1
  43. package/lib/model/create-repository-details.d.ts +3 -3
  44. package/lib/model/create-repository-details.js +1 -1
  45. package/lib/model/generic-artifact-collection.d.ts +1 -1
  46. package/lib/model/generic-artifact-collection.js +1 -1
  47. package/lib/model/generic-artifact-summary.d.ts +8 -8
  48. package/lib/model/generic-artifact-summary.js +1 -1
  49. package/lib/model/generic-artifact.d.ts +8 -8
  50. package/lib/model/generic-artifact.js +1 -1
  51. package/lib/model/generic-repository-summary.d.ts +1 -1
  52. package/lib/model/generic-repository-summary.js +1 -1
  53. package/lib/model/generic-repository.d.ts +1 -1
  54. package/lib/model/generic-repository.js +1 -1
  55. package/lib/model/index.d.ts +1 -1
  56. package/lib/model/index.js +1 -1
  57. package/lib/model/remove-container-version-details.d.ts +1 -1
  58. package/lib/model/remove-container-version-details.js +1 -1
  59. package/lib/model/repository-collection.d.ts +1 -1
  60. package/lib/model/repository-collection.js +1 -1
  61. package/lib/model/repository-summary.d.ts +4 -4
  62. package/lib/model/repository-summary.js +1 -1
  63. package/lib/model/repository.d.ts +4 -4
  64. package/lib/model/repository.js +1 -1
  65. package/lib/model/restore-container-image-details.d.ts +1 -1
  66. package/lib/model/restore-container-image-details.js +1 -1
  67. package/lib/model/update-container-configuration-details.d.ts +1 -1
  68. package/lib/model/update-container-configuration-details.js +1 -1
  69. package/lib/model/update-container-image-details.d.ts +3 -3
  70. package/lib/model/update-container-image-details.js +1 -1
  71. package/lib/model/update-container-image-signature-details.d.ts +3 -3
  72. package/lib/model/update-container-image-signature-details.js +1 -1
  73. package/lib/model/update-container-repository-details.d.ts +3 -3
  74. package/lib/model/update-container-repository-details.js +1 -1
  75. package/lib/model/update-generic-artifact-by-path-details.d.ts +4 -4
  76. package/lib/model/update-generic-artifact-by-path-details.js +1 -1
  77. package/lib/model/update-generic-artifact-details.d.ts +3 -3
  78. package/lib/model/update-generic-artifact-details.js +1 -1
  79. package/lib/model/update-generic-repository-details.d.ts +1 -1
  80. package/lib/model/update-generic-repository-details.js +1 -1
  81. package/lib/model/update-repository-details.d.ts +3 -3
  82. package/lib/model/update-repository-details.js +1 -1
  83. package/lib/request/change-container-repository-compartment-request.d.ts +4 -4
  84. package/lib/request/change-container-repository-compartment-request.js +1 -1
  85. package/lib/request/change-repository-compartment-request.d.ts +4 -4
  86. package/lib/request/change-repository-compartment-request.js +1 -1
  87. package/lib/request/create-container-image-signature-request.d.ts +3 -3
  88. package/lib/request/create-container-image-signature-request.js +1 -1
  89. package/lib/request/create-container-repository-request.d.ts +2 -2
  90. package/lib/request/create-container-repository-request.js +1 -1
  91. package/lib/request/create-repository-request.d.ts +2 -2
  92. package/lib/request/create-repository-request.js +1 -1
  93. package/lib/request/delete-container-image-request.d.ts +4 -4
  94. package/lib/request/delete-container-image-request.js +1 -1
  95. package/lib/request/delete-container-image-signature-request.d.ts +4 -4
  96. package/lib/request/delete-container-image-signature-request.js +1 -1
  97. package/lib/request/delete-container-repository-request.d.ts +4 -4
  98. package/lib/request/delete-container-repository-request.js +1 -1
  99. package/lib/request/delete-generic-artifact-by-path-request.d.ts +6 -6
  100. package/lib/request/delete-generic-artifact-by-path-request.js +1 -1
  101. package/lib/request/delete-generic-artifact-request.d.ts +4 -4
  102. package/lib/request/delete-generic-artifact-request.js +1 -1
  103. package/lib/request/delete-repository-request.d.ts +4 -4
  104. package/lib/request/delete-repository-request.js +1 -1
  105. package/lib/request/get-container-configuration-request.d.ts +2 -2
  106. package/lib/request/get-container-configuration-request.js +1 -1
  107. package/lib/request/get-container-image-request.d.ts +3 -3
  108. package/lib/request/get-container-image-request.js +1 -1
  109. package/lib/request/get-container-image-signature-request.d.ts +3 -3
  110. package/lib/request/get-container-image-signature-request.js +1 -1
  111. package/lib/request/get-container-repository-request.d.ts +3 -3
  112. package/lib/request/get-container-repository-request.js +1 -1
  113. package/lib/request/get-generic-artifact-by-path-request.d.ts +5 -5
  114. package/lib/request/get-generic-artifact-by-path-request.js +1 -1
  115. package/lib/request/get-generic-artifact-request.d.ts +3 -3
  116. package/lib/request/get-generic-artifact-request.js +1 -1
  117. package/lib/request/get-repository-request.d.ts +3 -3
  118. package/lib/request/get-repository-request.js +1 -1
  119. package/lib/request/index.d.ts +1 -1
  120. package/lib/request/index.js +1 -1
  121. package/lib/request/list-container-image-signatures-request.d.ts +12 -12
  122. package/lib/request/list-container-image-signatures-request.js +1 -1
  123. package/lib/request/list-container-images-request.d.ts +10 -10
  124. package/lib/request/list-container-images-request.js +1 -1
  125. package/lib/request/list-container-repositories-request.d.ts +8 -8
  126. package/lib/request/list-container-repositories-request.js +1 -1
  127. package/lib/request/list-generic-artifacts-request.d.ts +9 -9
  128. package/lib/request/list-generic-artifacts-request.js +1 -1
  129. package/lib/request/list-repositories-request.d.ts +7 -7
  130. package/lib/request/list-repositories-request.js +1 -1
  131. package/lib/request/remove-container-version-request.d.ts +4 -4
  132. package/lib/request/remove-container-version-request.js +1 -1
  133. package/lib/request/restore-container-image-request.d.ts +4 -4
  134. package/lib/request/restore-container-image-request.js +1 -1
  135. package/lib/request/update-container-configuration-request.d.ts +3 -3
  136. package/lib/request/update-container-configuration-request.js +1 -1
  137. package/lib/request/update-container-image-request.d.ts +4 -4
  138. package/lib/request/update-container-image-request.js +1 -1
  139. package/lib/request/update-container-image-signature-request.d.ts +4 -4
  140. package/lib/request/update-container-image-signature-request.js +1 -1
  141. package/lib/request/update-container-repository-request.d.ts +4 -4
  142. package/lib/request/update-container-repository-request.js +1 -1
  143. package/lib/request/update-generic-artifact-by-path-request.d.ts +7 -7
  144. package/lib/request/update-generic-artifact-by-path-request.js +1 -1
  145. package/lib/request/update-generic-artifact-request.d.ts +4 -4
  146. package/lib/request/update-generic-artifact-request.js +1 -1
  147. package/lib/request/update-repository-request.d.ts +4 -4
  148. package/lib/request/update-repository-request.js +1 -1
  149. package/lib/response/change-container-repository-compartment-response.d.ts +1 -1
  150. package/lib/response/change-container-repository-compartment-response.js +1 -1
  151. package/lib/response/change-repository-compartment-response.d.ts +1 -1
  152. package/lib/response/change-repository-compartment-response.js +1 -1
  153. package/lib/response/create-container-image-signature-response.d.ts +2 -2
  154. package/lib/response/create-container-image-signature-response.js +1 -1
  155. package/lib/response/create-container-repository-response.d.ts +2 -2
  156. package/lib/response/create-container-repository-response.js +1 -1
  157. package/lib/response/create-repository-response.d.ts +2 -2
  158. package/lib/response/create-repository-response.js +1 -1
  159. package/lib/response/delete-container-image-response.d.ts +1 -1
  160. package/lib/response/delete-container-image-response.js +1 -1
  161. package/lib/response/delete-container-image-signature-response.d.ts +1 -1
  162. package/lib/response/delete-container-image-signature-response.js +1 -1
  163. package/lib/response/delete-container-repository-response.d.ts +1 -1
  164. package/lib/response/delete-container-repository-response.js +1 -1
  165. package/lib/response/delete-generic-artifact-by-path-response.d.ts +1 -1
  166. package/lib/response/delete-generic-artifact-by-path-response.js +1 -1
  167. package/lib/response/delete-generic-artifact-response.d.ts +1 -1
  168. package/lib/response/delete-generic-artifact-response.js +1 -1
  169. package/lib/response/delete-repository-response.d.ts +1 -1
  170. package/lib/response/delete-repository-response.js +1 -1
  171. package/lib/response/get-container-configuration-response.d.ts +2 -2
  172. package/lib/response/get-container-configuration-response.js +1 -1
  173. package/lib/response/get-container-image-response.d.ts +2 -2
  174. package/lib/response/get-container-image-response.js +1 -1
  175. package/lib/response/get-container-image-signature-response.d.ts +2 -2
  176. package/lib/response/get-container-image-signature-response.js +1 -1
  177. package/lib/response/get-container-repository-response.d.ts +2 -2
  178. package/lib/response/get-container-repository-response.js +1 -1
  179. package/lib/response/get-generic-artifact-by-path-response.d.ts +2 -2
  180. package/lib/response/get-generic-artifact-by-path-response.js +1 -1
  181. package/lib/response/get-generic-artifact-response.d.ts +2 -2
  182. package/lib/response/get-generic-artifact-response.js +1 -1
  183. package/lib/response/get-repository-response.d.ts +2 -2
  184. package/lib/response/get-repository-response.js +1 -1
  185. package/lib/response/index.d.ts +1 -1
  186. package/lib/response/index.js +1 -1
  187. package/lib/response/list-container-image-signatures-response.d.ts +1 -1
  188. package/lib/response/list-container-image-signatures-response.js +1 -1
  189. package/lib/response/list-container-images-response.d.ts +1 -1
  190. package/lib/response/list-container-images-response.js +1 -1
  191. package/lib/response/list-container-repositories-response.d.ts +1 -1
  192. package/lib/response/list-container-repositories-response.js +1 -1
  193. package/lib/response/list-generic-artifacts-response.d.ts +1 -1
  194. package/lib/response/list-generic-artifacts-response.js +1 -1
  195. package/lib/response/list-repositories-response.d.ts +1 -1
  196. package/lib/response/list-repositories-response.js +1 -1
  197. package/lib/response/remove-container-version-response.d.ts +2 -2
  198. package/lib/response/remove-container-version-response.js +1 -1
  199. package/lib/response/restore-container-image-response.d.ts +2 -2
  200. package/lib/response/restore-container-image-response.js +1 -1
  201. package/lib/response/update-container-configuration-response.d.ts +2 -2
  202. package/lib/response/update-container-configuration-response.js +1 -1
  203. package/lib/response/update-container-image-response.d.ts +2 -2
  204. package/lib/response/update-container-image-response.js +1 -1
  205. package/lib/response/update-container-image-signature-response.d.ts +2 -2
  206. package/lib/response/update-container-image-signature-response.js +1 -1
  207. package/lib/response/update-container-repository-response.d.ts +2 -2
  208. package/lib/response/update-container-repository-response.js +1 -1
  209. package/lib/response/update-generic-artifact-by-path-response.d.ts +2 -2
  210. package/lib/response/update-generic-artifact-by-path-response.js +1 -1
  211. package/lib/response/update-generic-artifact-response.d.ts +2 -2
  212. package/lib/response/update-generic-artifact-response.js +1 -1
  213. package/lib/response/update-repository-response.d.ts +2 -2
  214. package/lib/response/update-repository-response.js +1 -1
  215. package/package.json +3 -3
@@ -9,7 +9,7 @@ Use this API to manage resources such as generic artifacts and container images.
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
  /**
@@ -29,14 +29,14 @@ export interface ContainerImageSummary {
29
29
  * If there are no versions associated with the image, then last known version and digest are used instead.
30
30
  * If the last known version is unavailable, then 'unknown' is used instead of the version.
31
31
  * <p>
32
- Example: `ubuntu:latest` or `ubuntu:latest@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`
32
+ Example: {@code ubuntu:latest} or {@code ubuntu:latest@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2}
33
33
  *
34
34
  */
35
35
  "displayName": string;
36
36
  /**
37
37
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
38
38
  * <p>
39
- Example: `ocid1.containerimage.oc1..exampleuniqueID`
39
+ Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
40
40
  *
41
41
  */
42
42
  "id": string;
@@ -64,7 +64,7 @@ export interface ContainerImageSummary {
64
64
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
65
65
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
66
66
  * <p>
67
- Example: `{\"Department\": \"Finance\"}`
67
+ Example: {@code {\"Department\": \"Finance\"}}
68
68
  *
69
69
  */
70
70
  "freeformTags": {
@@ -74,7 +74,7 @@ export interface ContainerImageSummary {
74
74
  * Defined tags for this resource. Each key is predefined and scoped to a
75
75
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
76
  * <p>
77
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
77
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
78
78
  *
79
79
  */
80
80
  "definedTags": {
@@ -84,7 +84,7 @@ export interface ContainerImageSummary {
84
84
  };
85
85
  /**
86
86
  * The system tags for this resource. Each key is predefined and scoped to a namespace.
87
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
87
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
88
88
  *
89
89
  */
90
90
  "systemTags": {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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";
@@ -34,14 +34,14 @@ export interface ContainerImage {
34
34
  * If there are no versions associated with the image, then last known version and digest are used instead.
35
35
  * If the last known version is unavailable, then 'unknown' is used instead of the version.
36
36
  * <p>
37
- Example: `ubuntu:latest` or `ubuntu:latest@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`
37
+ Example: {@code ubuntu:latest} or {@code ubuntu:latest@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2}
38
38
  *
39
39
  */
40
40
  "displayName": string;
41
41
  /**
42
42
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
43
43
  * <p>
44
- Example: `ocid1.containerimage.oc1..exampleuniqueID`
44
+ Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
45
45
  *
46
46
  */
47
47
  "id": string;
@@ -93,7 +93,7 @@ export interface ContainerImage {
93
93
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
94
94
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
95
95
  * <p>
96
- Example: `{\"Department\": \"Finance\"}`
96
+ Example: {@code {\"Department\": \"Finance\"}}
97
97
  *
98
98
  */
99
99
  "freeformTags": {
@@ -103,7 +103,7 @@ export interface ContainerImage {
103
103
  * Defined tags for this resource. Each key is predefined and scoped to a
104
104
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
105
105
  * <p>
106
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
106
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
107
107
  *
108
108
  */
109
109
  "definedTags": {
@@ -113,7 +113,7 @@ export interface ContainerImage {
113
113
  };
114
114
  /**
115
115
  * The system tags for this resource. Each key is predefined and scoped to a namespace.
116
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
116
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
117
117
  *
118
118
  */
119
119
  "systemTags": {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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
  /**
@@ -27,7 +27,7 @@ export interface ContainerRepositorySummary {
27
27
  /**
28
28
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
29
29
  * <p>
30
- Example: `ocid1.containerrepo.oc1..exampleuniqueID`
30
+ Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
31
31
  *
32
32
  */
33
33
  "id": string;
@@ -67,7 +67,7 @@ export interface ContainerRepositorySummary {
67
67
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
68
68
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
- Example: `{\"Department\": \"Finance\"}`
70
+ Example: {@code {\"Department\": \"Finance\"}}
71
71
  *
72
72
  */
73
73
  "freeformTags": {
@@ -77,7 +77,7 @@ export interface ContainerRepositorySummary {
77
77
  * Defined tags for this resource. Each key is predefined and scoped to a
78
78
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
79
79
  * <p>
80
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
80
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
81
81
  *
82
82
  */
83
83
  "definedTags": {
@@ -87,7 +87,7 @@ export interface ContainerRepositorySummary {
87
87
  };
88
88
  /**
89
89
  * The system tags for this resource. Each key is predefined and scoped to a namespace.
90
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
90
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
91
91
  *
92
92
  */
93
93
  "systemTags": {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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";
@@ -32,7 +32,7 @@ export interface ContainerRepository {
32
32
  /**
33
33
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
34
34
  * <p>
35
- Example: `ocid1.containerrepo.oc1..exampleuniqueID`
35
+ Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
36
36
  *
37
37
  */
38
38
  "id": string;
@@ -81,7 +81,7 @@ export interface ContainerRepository {
81
81
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
82
82
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
83
83
  * <p>
84
- Example: `{\"Department\": \"Finance\"}`
84
+ Example: {@code {\"Department\": \"Finance\"}}
85
85
  *
86
86
  */
87
87
  "freeformTags": {
@@ -91,7 +91,7 @@ export interface ContainerRepository {
91
91
  * Defined tags for this resource. Each key is predefined and scoped to a
92
92
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
93
93
  * <p>
94
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
94
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
95
95
  *
96
96
  */
97
97
  "definedTags": {
@@ -101,7 +101,7 @@ export interface ContainerRepository {
101
101
  };
102
102
  /**
103
103
  * The system tags for this resource. Each key is predefined and scoped to a namespace.
104
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
104
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
105
105
  *
106
106
  */
107
107
  "systemTags": {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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
  /**
@@ -23,21 +23,21 @@ export interface CreateContainerImageSignatureDetails {
23
23
  /**
24
24
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
25
25
  * <p>
26
- Example: `ocid1.containerimage.oc1..exampleuniqueID`
26
+ Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
27
27
  *
28
28
  */
29
29
  "imageId": string;
30
30
  /**
31
31
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyId used to sign the container image.
32
32
  * <p>
33
- Example: `ocid1.key.oc1..exampleuniqueID`
33
+ Example: {@code ocid1.key.oc1..exampleuniqueID}
34
34
  *
35
35
  */
36
36
  "kmsKeyId": string;
37
37
  /**
38
38
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
39
39
  * <p>
40
- Example: `ocid1.keyversion.oc1..exampleuniqueID`
40
+ Example: {@code ocid1.keyversion.oc1..exampleuniqueID}
41
41
  *
42
42
  */
43
43
  "kmsKeyVersionId": string;
@@ -57,7 +57,7 @@ export interface CreateContainerImageSignatureDetails {
57
57
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
58
58
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * <p>
60
- Example: `{\"Department\": \"Finance\"}`
60
+ Example: {@code {\"Department\": \"Finance\"}}
61
61
  *
62
62
  */
63
63
  "freeformTags"?: {
@@ -67,7 +67,7 @@ export interface CreateContainerImageSignatureDetails {
67
67
  * Defined tags for this resource. Each key is predefined and scoped to a
68
68
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
70
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
71
71
  *
72
72
  */
73
73
  "definedTags"?: {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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";
@@ -39,7 +39,7 @@ export interface CreateContainerRepositoryDetails {
39
39
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
40
40
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
41
41
  * <p>
42
- Example: `{\"Department\": \"Finance\"}`
42
+ Example: {@code {\"Department\": \"Finance\"}}
43
43
  *
44
44
  */
45
45
  "freeformTags"?: {
@@ -49,7 +49,7 @@ export interface CreateContainerRepositoryDetails {
49
49
  * Defined tags for this resource. Each key is predefined and scoped to a
50
50
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
51
51
  * <p>
52
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
52
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
53
53
  *
54
54
  */
55
55
  "definedTags"?: {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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
  /**
@@ -37,7 +37,7 @@ export interface CreateRepositoryDetails {
37
37
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
38
38
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39
39
  * <p>
40
- Example: `{\"Department\": \"Finance\"}`
40
+ Example: {@code {\"Department\": \"Finance\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -47,7 +47,7 @@ export interface CreateRepositoryDetails {
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a
48
48
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
49
  * <p>
50
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
50
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
51
51
  *
52
52
  */
53
53
  "definedTags"?: {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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
  /**
@@ -19,14 +19,14 @@ export interface GenericArtifactSummary {
19
19
  /**
20
20
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
21
21
  * <p>
22
- Example: `ocid1.genericartifact.oc1..exampleuniqueID`
22
+ Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
23
23
  *
24
24
  */
25
25
  "id": string;
26
26
  /**
27
- * The artifact name with the format of `<artifact-path>:<artifact-version>`. The artifact name is truncated to a maximum length of 255.
27
+ * The artifact name with the format of {@code <artifact-path>:<artifact-version>}. The artifact name is truncated to a maximum length of 255.
28
28
  * <p>
29
- Example: `project01/my-web-app/artifact-abc:1.0.0`
29
+ Example: {@code project01/my-web-app/artifact-abc:1.0.0}
30
30
  *
31
31
  */
32
32
  "displayName": string;
@@ -41,14 +41,14 @@ export interface GenericArtifactSummary {
41
41
  /**
42
42
  * A user-defined path to describe the location of an artifact. Slashes do not create a directory structure, but you can use slashes to organize the repository. An artifact path does not include an artifact version.
43
43
  * <p>
44
- Example: `project01/my-web-app/artifact-abc`
44
+ Example: {@code project01/my-web-app/artifact-abc}
45
45
  *
46
46
  */
47
47
  "artifactPath": string;
48
48
  /**
49
49
  * A user-defined string to describe the artifact version.
50
50
  * <p>
51
- Example: `1.1.0` or `1.2-beta-2`
51
+ Example: {@code 1.1.0} or {@code 1.2-beta-2}
52
52
  *
53
53
  */
54
54
  "version": string;
@@ -68,7 +68,7 @@ export interface GenericArtifactSummary {
68
68
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
69
69
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
70
  * <p>
71
- Example: `{\"Department\": \"Finance\"}`
71
+ Example: {@code {\"Department\": \"Finance\"}}
72
72
  *
73
73
  */
74
74
  "freeformTags": {
@@ -78,7 +78,7 @@ export interface GenericArtifactSummary {
78
78
  * Defined tags for this resource. Each key is predefined and scoped to a
79
79
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
81
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
82
82
  *
83
83
  */
84
84
  "definedTags": {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
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 @@ Use this API to manage resources such as generic artifacts and container images.
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
  /**
@@ -19,14 +19,14 @@ export interface GenericArtifact {
19
19
  /**
20
20
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
21
21
  * <p>
22
- Example: `ocid1.genericartifact.oc1..exampleuniqueID`
22
+ Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
23
23
  *
24
24
  */
25
25
  "id": string;
26
26
  /**
27
- * The artifact name with the format of `<artifact-path>:<artifact-version>`. The artifact name is truncated to a maximum length of 255.
27
+ * The artifact name with the format of {@code <artifact-path>:<artifact-version>}. The artifact name is truncated to a maximum length of 255.
28
28
  * <p>
29
- Example: `project01/my-web-app/artifact-abc:1.0.0`
29
+ Example: {@code project01/my-web-app/artifact-abc:1.0.0}
30
30
  *
31
31
  */
32
32
  "displayName": string;
@@ -41,14 +41,14 @@ export interface GenericArtifact {
41
41
  /**
42
42
  * A user-defined path to describe the location of an artifact. Slashes do not create a directory structure, but you can use slashes to organize the repository. An artifact path does not include an artifact version.
43
43
  * <p>
44
- Example: `project01/my-web-app/artifact-abc`
44
+ Example: {@code project01/my-web-app/artifact-abc}
45
45
  *
46
46
  */
47
47
  "artifactPath": string;
48
48
  /**
49
49
  * A user-defined string to describe the artifact version.
50
50
  * <p>
51
- Example: `1.1.0` or `1.2-beta-2`
51
+ Example: {@code 1.1.0} or {@code 1.2-beta-2}
52
52
  *
53
53
  */
54
54
  "version": string;
@@ -68,7 +68,7 @@ export interface GenericArtifact {
68
68
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
69
69
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
70
  * <p>
71
- Example: `{\"Department\": \"Finance\"}`
71
+ Example: {@code {\"Department\": \"Finance\"}}
72
72
  *
73
73
  */
74
74
  "freeformTags": {
@@ -78,7 +78,7 @@ export interface GenericArtifact {
78
78
  * Defined tags for this resource. Each key is predefined and scoped to a
79
79
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
81
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
82
82
  *
83
83
  */
84
84
  "definedTags": {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
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 });