oci-multicloud 2.114.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +27 -0
  6. package/index.js +50 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +574 -0
  9. package/lib/client.js +1465 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-kind-header.d.ts +23 -0
  12. package/lib/model/action-kind-header.js +34 -0
  13. package/lib/model/action-kind-header.js.map +1 -0
  14. package/lib/model/aws-cloud-service-provider-metadata-item.d.ts +29 -0
  15. package/lib/model/aws-cloud-service-provider-metadata-item.js +54 -0
  16. package/lib/model/aws-cloud-service-provider-metadata-item.js.map +1 -0
  17. package/lib/model/azure-cloud-service-provider-metadata-item.d.ts +33 -0
  18. package/lib/model/azure-cloud-service-provider-metadata-item.js +54 -0
  19. package/lib/model/azure-cloud-service-provider-metadata-item.js.map +1 -0
  20. package/lib/model/cloud-service-provider-metadata-item.d.ts +37 -0
  21. package/lib/model/cloud-service-provider-metadata-item.js +76 -0
  22. package/lib/model/cloud-service-provider-metadata-item.js.map +1 -0
  23. package/lib/model/cloud-service-provider-network-metadata-item.d.ts +46 -0
  24. package/lib/model/cloud-service-provider-network-metadata-item.js +29 -0
  25. package/lib/model/cloud-service-provider-network-metadata-item.js.map +1 -0
  26. package/lib/model/csp-zone-key-reference-id.d.ts +33 -0
  27. package/lib/model/csp-zone-key-reference-id.js +29 -0
  28. package/lib/model/csp-zone-key-reference-id.js.map +1 -0
  29. package/lib/model/external-location-detail.d.ts +47 -0
  30. package/lib/model/external-location-detail.js +57 -0
  31. package/lib/model/external-location-detail.js.map +1 -0
  32. package/lib/model/external-location-mapping-metadatum-summary-collection.d.ts +27 -0
  33. package/lib/model/external-location-mapping-metadatum-summary-collection.js +61 -0
  34. package/lib/model/external-location-mapping-metadatum-summary-collection.js.map +1 -0
  35. package/lib/model/external-location-mapping-metadatum-summary.d.ts +71 -0
  36. package/lib/model/external-location-mapping-metadatum-summary.js +57 -0
  37. package/lib/model/external-location-mapping-metadatum-summary.js.map +1 -0
  38. package/lib/model/external-location-summaries-metadatum-summary-collection.d.ts +27 -0
  39. package/lib/model/external-location-summaries-metadatum-summary-collection.js +61 -0
  40. package/lib/model/external-location-summaries-metadatum-summary-collection.js.map +1 -0
  41. package/lib/model/external-location-summaries-metadatum-summary.d.ts +60 -0
  42. package/lib/model/external-location-summaries-metadatum-summary.js +57 -0
  43. package/lib/model/external-location-summaries-metadatum-summary.js.map +1 -0
  44. package/lib/model/external-location-summary.d.ts +29 -0
  45. package/lib/model/external-location-summary.js +29 -0
  46. package/lib/model/external-location-summary.js.map +1 -0
  47. package/lib/model/external-location.d.ts +42 -0
  48. package/lib/model/external-location.js +29 -0
  49. package/lib/model/external-location.js.map +1 -0
  50. package/lib/model/external-locations-metadatum-collection.d.ts +27 -0
  51. package/lib/model/external-locations-metadatum-collection.js +61 -0
  52. package/lib/model/external-locations-metadatum-collection.js.map +1 -0
  53. package/lib/model/external-locations-metadatum-summary.d.ts +72 -0
  54. package/lib/model/external-locations-metadatum-summary.js +57 -0
  55. package/lib/model/external-locations-metadatum-summary.js.map +1 -0
  56. package/lib/model/gcp-cloud-service-provider-metadata-item.d.ts +29 -0
  57. package/lib/model/gcp-cloud-service-provider-metadata-item.js +54 -0
  58. package/lib/model/gcp-cloud-service-provider-metadata-item.js.map +1 -0
  59. package/lib/model/index.d.ts +78 -0
  60. package/lib/model/index.js +101 -0
  61. package/lib/model/index.js.map +1 -0
  62. package/lib/model/multi-cloud-metadata-collection.d.ts +26 -0
  63. package/lib/model/multi-cloud-metadata-collection.js +61 -0
  64. package/lib/model/multi-cloud-metadata-collection.js.map +1 -0
  65. package/lib/model/multi-cloud-metadata-summary.d.ts +70 -0
  66. package/lib/model/multi-cloud-metadata-summary.js +29 -0
  67. package/lib/model/multi-cloud-metadata-summary.js.map +1 -0
  68. package/lib/model/multi-cloud-metadata.d.ts +70 -0
  69. package/lib/model/multi-cloud-metadata.js +29 -0
  70. package/lib/model/multi-cloud-metadata.js.map +1 -0
  71. package/lib/model/network-anchor-collection.d.ts +26 -0
  72. package/lib/model/network-anchor-collection.js +61 -0
  73. package/lib/model/network-anchor-collection.js.map +1 -0
  74. package/lib/model/network-anchor-summary.d.ts +98 -0
  75. package/lib/model/network-anchor-summary.js +29 -0
  76. package/lib/model/network-anchor-summary.js.map +1 -0
  77. package/lib/model/network-anchor.d.ts +131 -0
  78. package/lib/model/network-anchor.js +87 -0
  79. package/lib/model/network-anchor.js.map +1 -0
  80. package/lib/model/oci-dns.d.ts +25 -0
  81. package/lib/model/oci-dns.js +29 -0
  82. package/lib/model/oci-dns.js.map +1 -0
  83. package/lib/model/oci-network-metadata.d.ts +74 -0
  84. package/lib/model/oci-network-metadata.js +83 -0
  85. package/lib/model/oci-network-metadata.js.map +1 -0
  86. package/lib/model/oci-network-subnet.d.ts +42 -0
  87. package/lib/model/oci-network-subnet.js +39 -0
  88. package/lib/model/oci-network-subnet.js.map +1 -0
  89. package/lib/model/oci-vcn.d.ts +49 -0
  90. package/lib/model/oci-vcn.js +29 -0
  91. package/lib/model/oci-vcn.js.map +1 -0
  92. package/lib/model/om-hub-cp.d.ts +23 -0
  93. package/lib/model/om-hub-cp.js +55 -0
  94. package/lib/model/om-hub-cp.js.map +1 -0
  95. package/lib/model/properties.d.ts +25 -0
  96. package/lib/model/properties.js +29 -0
  97. package/lib/model/properties.js.map +1 -0
  98. package/lib/model/resource-anchor-collection.d.ts +26 -0
  99. package/lib/model/resource-anchor-collection.js +61 -0
  100. package/lib/model/resource-anchor-collection.js.map +1 -0
  101. package/lib/model/resource-anchor-summary.d.ts +94 -0
  102. package/lib/model/resource-anchor-summary.js +29 -0
  103. package/lib/model/resource-anchor-summary.js.map +1 -0
  104. package/lib/model/resource-anchor.d.ts +144 -0
  105. package/lib/model/resource-anchor.js +81 -0
  106. package/lib/model/resource-anchor.js.map +1 -0
  107. package/lib/model/sort-order.d.ts +30 -0
  108. package/lib/model/sort-order.js +41 -0
  109. package/lib/model/sort-order.js.map +1 -0
  110. package/lib/model/subscription-type.d.ts +29 -0
  111. package/lib/model/subscription-type.js +40 -0
  112. package/lib/model/subscription-type.js.map +1 -0
  113. package/lib/omhubnetworkanchor-waiter.d.ts +29 -0
  114. package/lib/omhubnetworkanchor-waiter.js +65 -0
  115. package/lib/omhubnetworkanchor-waiter.js.map +1 -0
  116. package/lib/omhubresourceanchor-waiter.d.ts +29 -0
  117. package/lib/omhubresourceanchor-waiter.js +65 -0
  118. package/lib/omhubresourceanchor-waiter.js.map +1 -0
  119. package/lib/request/get-multi-cloud-metadata-request.d.ts +34 -0
  120. package/lib/request/get-multi-cloud-metadata-request.js +15 -0
  121. package/lib/request/get-multi-cloud-metadata-request.js.map +1 -0
  122. package/lib/request/get-network-anchor-request.d.ts +43 -0
  123. package/lib/request/get-network-anchor-request.js +15 -0
  124. package/lib/request/get-network-anchor-request.js.map +1 -0
  125. package/lib/request/get-resource-anchor-request.d.ts +39 -0
  126. package/lib/request/get-resource-anchor-request.js +15 -0
  127. package/lib/request/get-resource-anchor-request.js.map +1 -0
  128. package/lib/request/index.d.ts +30 -0
  129. package/lib/request/index.js +47 -0
  130. package/lib/request/index.js.map +1 -0
  131. package/lib/request/list-external-location-details-metadata-request.d.ts +80 -0
  132. package/lib/request/list-external-location-details-metadata-request.js +28 -0
  133. package/lib/request/list-external-location-details-metadata-request.js.map +1 -0
  134. package/lib/request/list-external-location-mapping-metadata-request.d.ts +69 -0
  135. package/lib/request/list-external-location-mapping-metadata-request.js +24 -0
  136. package/lib/request/list-external-location-mapping-metadata-request.js.map +1 -0
  137. package/lib/request/list-external-location-summaries-metadata-request.d.ts +76 -0
  138. package/lib/request/list-external-location-summaries-metadata-request.js +28 -0
  139. package/lib/request/list-external-location-summaries-metadata-request.js.map +1 -0
  140. package/lib/request/list-multi-cloud-metadata-request.d.ts +61 -0
  141. package/lib/request/list-multi-cloud-metadata-request.js +24 -0
  142. package/lib/request/list-multi-cloud-metadata-request.js.map +1 -0
  143. package/lib/request/list-network-anchors-request.d.ts +95 -0
  144. package/lib/request/list-network-anchors-request.js +24 -0
  145. package/lib/request/list-network-anchors-request.js.map +1 -0
  146. package/lib/request/list-resource-anchors-request.d.ts +91 -0
  147. package/lib/request/list-resource-anchors-request.js +24 -0
  148. package/lib/request/list-resource-anchors-request.js.map +1 -0
  149. package/lib/response/get-multi-cloud-metadata-response.d.ts +30 -0
  150. package/lib/response/get-multi-cloud-metadata-response.js +15 -0
  151. package/lib/response/get-multi-cloud-metadata-response.js.map +1 -0
  152. package/lib/response/get-network-anchor-response.d.ts +30 -0
  153. package/lib/response/get-network-anchor-response.js +15 -0
  154. package/lib/response/get-network-anchor-response.js.map +1 -0
  155. package/lib/response/get-resource-anchor-response.d.ts +30 -0
  156. package/lib/response/get-resource-anchor-response.js +15 -0
  157. package/lib/response/get-resource-anchor-response.js.map +1 -0
  158. package/lib/response/index.d.ts +30 -0
  159. package/lib/response/index.js +15 -0
  160. package/lib/response/index.js.map +1 -0
  161. package/lib/response/list-external-location-details-metadata-response.d.ts +31 -0
  162. package/lib/response/list-external-location-details-metadata-response.js +15 -0
  163. package/lib/response/list-external-location-details-metadata-response.js.map +1 -0
  164. package/lib/response/list-external-location-mapping-metadata-response.d.ts +31 -0
  165. package/lib/response/list-external-location-mapping-metadata-response.js +15 -0
  166. package/lib/response/list-external-location-mapping-metadata-response.js.map +1 -0
  167. package/lib/response/list-external-location-summaries-metadata-response.d.ts +31 -0
  168. package/lib/response/list-external-location-summaries-metadata-response.js +15 -0
  169. package/lib/response/list-external-location-summaries-metadata-response.js.map +1 -0
  170. package/lib/response/list-multi-cloud-metadata-response.d.ts +31 -0
  171. package/lib/response/list-multi-cloud-metadata-response.js +15 -0
  172. package/lib/response/list-multi-cloud-metadata-response.js.map +1 -0
  173. package/lib/response/list-network-anchors-response.d.ts +31 -0
  174. package/lib/response/list-network-anchors-response.js +15 -0
  175. package/lib/response/list-network-anchors-response.js.map +1 -0
  176. package/lib/response/list-resource-anchors-response.d.ts +31 -0
  177. package/lib/response/list-resource-anchors-response.js +15 -0
  178. package/lib/response/list-resource-anchors-response.js.map +1 -0
  179. package/package.json +29 -0
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListExternalLocationSummariesMetadataRequest = void 0;
16
+ var ListExternalLocationSummariesMetadataRequest;
17
+ (function (ListExternalLocationSummariesMetadataRequest) {
18
+ let EntityType;
19
+ (function (EntityType) {
20
+ EntityType["Dbsystem"] = "dbsystem";
21
+ })(EntityType = ListExternalLocationSummariesMetadataRequest.EntityType || (ListExternalLocationSummariesMetadataRequest.EntityType = {}));
22
+ let SortBy;
23
+ (function (SortBy) {
24
+ SortBy["TimeCreated"] = "timeCreated";
25
+ SortBy["DisplayName"] = "displayName";
26
+ })(SortBy = ListExternalLocationSummariesMetadataRequest.SortBy || (ListExternalLocationSummariesMetadataRequest.SortBy = {}));
27
+ })(ListExternalLocationSummariesMetadataRequest = exports.ListExternalLocationSummariesMetadataRequest || (exports.ListExternalLocationSummariesMetadataRequest = {}));
28
+ //# sourceMappingURL=list-external-location-summaries-metadata-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-external-location-summaries-metadata-request.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/list-external-location-summaries-metadata-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2DH,IAAiB,4CAA4C,CAS5D;AATD,WAAiB,4CAA4C;IAC3D,IAAY,UAEX;IAFD,WAAY,UAAU;QACpB,mCAAqB,CAAA;IACvB,CAAC,EAFW,UAAU,GAAV,uDAAU,KAAV,uDAAU,QAErB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,mDAAM,KAAN,mDAAM,QAGjB;AACH,CAAC,EATgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAS5D"}
@@ -0,0 +1,61 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListMultiCloudMetadata.ts.html |here} to see how to use ListMultiCloudMetadataRequest.
17
+ */
18
+ export interface ListMultiCloudMetadataRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * For list pagination. The maximum number of results per page, or items to return in a
25
+ * paginated \"List\" call. For important details about how pagination works, see
26
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ *
28
+ */
29
+ "limit"?: number;
30
+ /**
31
+ * For list pagination. The value of the opc-next-page response header from the previous
32
+ * \"List\" call. For important details about how pagination works, see
33
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
34
+ *
35
+ */
36
+ "page"?: string;
37
+ /**
38
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
39
+ */
40
+ "sortOrder"?: model.SortOrder;
41
+ /**
42
+ * The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
43
+ * is descending. Default order for {@code displayName} is ascending.
44
+ *
45
+ */
46
+ "sortBy"?: ListMultiCloudMetadataRequest.SortBy;
47
+ /**
48
+ * Unique Oracle-assigned identifier for the request. If you need to contact
49
+ * Oracle about a particular request, please provide the request ID.
50
+ * The only valid characters for request IDs are letters, numbers,
51
+ * underscore, and dash.
52
+ *
53
+ */
54
+ "opcRequestId"?: string;
55
+ }
56
+ export declare namespace ListMultiCloudMetadataRequest {
57
+ enum SortBy {
58
+ TimeCreated = "timeCreated",
59
+ DisplayName = "displayName"
60
+ }
61
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListMultiCloudMetadataRequest = void 0;
16
+ var ListMultiCloudMetadataRequest;
17
+ (function (ListMultiCloudMetadataRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListMultiCloudMetadataRequest.SortBy || (ListMultiCloudMetadataRequest.SortBy = {}));
23
+ })(ListMultiCloudMetadataRequest = exports.ListMultiCloudMetadataRequest || (exports.ListMultiCloudMetadataRequest = {}));
24
+ //# sourceMappingURL=list-multi-cloud-metadata-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-multi-cloud-metadata-request.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/list-multi-cloud-metadata-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,6BAA6B,CAK7C;AALD,WAAiB,6BAA6B;IAC5C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;AACH,CAAC,EALgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAK7C"}
@@ -0,0 +1,95 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListNetworkAnchors.ts.html |here} to see how to use ListNetworkAnchorsRequest.
17
+ */
18
+ export interface ListNetworkAnchorsRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
21
+ */
22
+ "subscriptionId": string;
23
+ /**
24
+ * The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
25
+ */
26
+ "subscriptionServiceName": model.SubscriptionType;
27
+ /**
28
+ * OMHub Control Plane must know underlying CSP CP Region External Location Name.
29
+ */
30
+ "externalLocation": string;
31
+ /**
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
33
+ */
34
+ "compartmentId"?: string;
35
+ /**
36
+ * A filter to return only resources that match the given lifecycle state. The
37
+ * state value is case-insensitive.
38
+ *
39
+ */
40
+ "lifecycleState"?: string;
41
+ /**
42
+ * A filter to return only resources that match the given display name exactly.
43
+ */
44
+ "displayName"?: string;
45
+ /**
46
+ * A filter to return only NetworkAnchor resources that match the given OCI subnet Id.
47
+ */
48
+ "networkAnchorOciSubnetId"?: string;
49
+ /**
50
+ * A filter to return only NetworkAnchor resources that match the given OCI Vcn Id.
51
+ */
52
+ "networkAnchorOciVcnId"?: string;
53
+ /**
54
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAnchor.
55
+ */
56
+ "id"?: string;
57
+ /**
58
+ * For list pagination. The maximum number of results per page, or items to return in a
59
+ * paginated \"List\" call. For important details about how pagination works, see
60
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
61
+ *
62
+ */
63
+ "limit"?: number;
64
+ /**
65
+ * For list pagination. The value of the opc-next-page response header from the previous
66
+ * \"List\" call. For important details about how pagination works, see
67
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
68
+ *
69
+ */
70
+ "page"?: string;
71
+ /**
72
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
73
+ */
74
+ "sortOrder"?: model.SortOrder;
75
+ /**
76
+ * The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
77
+ * is descending. Default order for {@code displayName} is ascending.
78
+ *
79
+ */
80
+ "sortBy"?: ListNetworkAnchorsRequest.SortBy;
81
+ /**
82
+ * Unique Oracle-assigned identifier for the request. If you need to contact
83
+ * Oracle about a particular request, please provide the request ID.
84
+ * The only valid characters for request IDs are letters, numbers,
85
+ * underscore, and dash.
86
+ *
87
+ */
88
+ "opcRequestId"?: string;
89
+ }
90
+ export declare namespace ListNetworkAnchorsRequest {
91
+ enum SortBy {
92
+ TimeCreated = "timeCreated",
93
+ DisplayName = "displayName"
94
+ }
95
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListNetworkAnchorsRequest = void 0;
16
+ var ListNetworkAnchorsRequest;
17
+ (function (ListNetworkAnchorsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListNetworkAnchorsRequest.SortBy || (ListNetworkAnchorsRequest.SortBy = {}));
23
+ })(ListNetworkAnchorsRequest = exports.ListNetworkAnchorsRequest || (exports.ListNetworkAnchorsRequest = {}));
24
+ //# sourceMappingURL=list-network-anchors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-network-anchors-request.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/list-network-anchors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiFH,IAAiB,yBAAyB,CAKzC;AALD,WAAiB,yBAAyB;IACxC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAGjB;AACH,CAAC,EALgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAKzC"}
@@ -0,0 +1,91 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListResourceAnchors.ts.html |here} to see how to use ListResourceAnchorsRequest.
17
+ */
18
+ export interface ListResourceAnchorsRequest extends common.BaseRequest {
19
+ /**
20
+ * The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
21
+ */
22
+ "subscriptionServiceName": model.SubscriptionType;
23
+ /**
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
25
+ */
26
+ "subscriptionId": string;
27
+ /**
28
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
29
+ */
30
+ "compartmentId"?: string;
31
+ /**
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which linked to Resource.
33
+ */
34
+ "linkedCompartmentId"?: string;
35
+ /**
36
+ * A filter to return only resources that match the given lifecycle state. The
37
+ * state value is case-insensitive.
38
+ *
39
+ */
40
+ "lifecycleState"?: string;
41
+ /**
42
+ * A filter to return only resources that match the given display name exactly.
43
+ */
44
+ "displayName"?: string;
45
+ /**
46
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ResourceAnchor.
47
+ */
48
+ "id"?: string;
49
+ /**
50
+ * For list pagination. The maximum number of results per page, or items to return in a
51
+ * paginated \"List\" call. For important details about how pagination works, see
52
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
53
+ *
54
+ */
55
+ "limit"?: number;
56
+ /**
57
+ * For list pagination. The value of the opc-next-page response header from the previous
58
+ * \"List\" call. For important details about how pagination works, see
59
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
60
+ *
61
+ */
62
+ "page"?: string;
63
+ /**
64
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
65
+ */
66
+ "sortOrder"?: model.SortOrder;
67
+ /**
68
+ * The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
69
+ * is descending. Default order for {@code displayName} is ascending.
70
+ *
71
+ */
72
+ "sortBy"?: ListResourceAnchorsRequest.SortBy;
73
+ /**
74
+ * Check the sub-compartments of a given compartmentId
75
+ */
76
+ "isCompartmentIdInSubtree"?: boolean;
77
+ /**
78
+ * Unique Oracle-assigned identifier for the request. If you need to contact
79
+ * Oracle about a particular request, please provide the request ID.
80
+ * The only valid characters for request IDs are letters, numbers,
81
+ * underscore, and dash.
82
+ *
83
+ */
84
+ "opcRequestId"?: string;
85
+ }
86
+ export declare namespace ListResourceAnchorsRequest {
87
+ enum SortBy {
88
+ TimeCreated = "timeCreated",
89
+ DisplayName = "displayName"
90
+ }
91
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListResourceAnchorsRequest = void 0;
16
+ var ListResourceAnchorsRequest;
17
+ (function (ListResourceAnchorsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListResourceAnchorsRequest.SortBy || (ListResourceAnchorsRequest.SortBy = {}));
23
+ })(ListResourceAnchorsRequest = exports.ListResourceAnchorsRequest || (exports.ListResourceAnchorsRequest = {}));
24
+ //# sourceMappingURL=list-resource-anchors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-resource-anchors-request.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/list-resource-anchors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,IAAiB,0BAA0B,CAK1C;AALD,WAAiB,0BAA0B;IACzC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAGjB;AACH,CAAC,EALgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAK1C"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetMultiCloudMetadataResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.MultiCloudMetadata instance.
28
+ */
29
+ "multiCloudMetadata": model.MultiCloudMetadata;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-multi-cloud-metadata-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-multi-cloud-metadata-response.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/response/get-multi-cloud-metadata-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetNetworkAnchorResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.NetworkAnchor instance.
28
+ */
29
+ "networkAnchor": model.NetworkAnchor;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-network-anchor-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-network-anchor-response.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/response/get-network-anchor-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetResourceAnchorResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ResourceAnchor instance.
28
+ */
29
+ "resourceAnchor": model.ResourceAnchor;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-resource-anchor-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-resource-anchor-response.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/response/get-resource-anchor-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Oracle Multicloud API
3
+ * Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as ListExternalLocationDetailsMetadataResponse from "./list-external-location-details-metadata-response";
14
+ export import ListExternalLocationDetailsMetadataResponse = ListExternalLocationDetailsMetadataResponse.ListExternalLocationDetailsMetadataResponse;
15
+ import * as ListExternalLocationMappingMetadataResponse from "./list-external-location-mapping-metadata-response";
16
+ export import ListExternalLocationMappingMetadataResponse = ListExternalLocationMappingMetadataResponse.ListExternalLocationMappingMetadataResponse;
17
+ import * as ListExternalLocationSummariesMetadataResponse from "./list-external-location-summaries-metadata-response";
18
+ export import ListExternalLocationSummariesMetadataResponse = ListExternalLocationSummariesMetadataResponse.ListExternalLocationSummariesMetadataResponse;
19
+ import * as GetMultiCloudMetadataResponse from "./get-multi-cloud-metadata-response";
20
+ export import GetMultiCloudMetadataResponse = GetMultiCloudMetadataResponse.GetMultiCloudMetadataResponse;
21
+ import * as ListMultiCloudMetadataResponse from "./list-multi-cloud-metadata-response";
22
+ export import ListMultiCloudMetadataResponse = ListMultiCloudMetadataResponse.ListMultiCloudMetadataResponse;
23
+ import * as GetNetworkAnchorResponse from "./get-network-anchor-response";
24
+ export import GetNetworkAnchorResponse = GetNetworkAnchorResponse.GetNetworkAnchorResponse;
25
+ import * as ListNetworkAnchorsResponse from "./list-network-anchors-response";
26
+ export import ListNetworkAnchorsResponse = ListNetworkAnchorsResponse.ListNetworkAnchorsResponse;
27
+ import * as GetResourceAnchorResponse from "./get-resource-anchor-response";
28
+ export import GetResourceAnchorResponse = GetResourceAnchorResponse.GetResourceAnchorResponse;
29
+ import * as ListResourceAnchorsResponse from "./list-resource-anchors-response";
30
+ export import ListResourceAnchorsResponse = ListResourceAnchorsResponse.ListResourceAnchorsResponse;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Multicloud API
4
+ * Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListExternalLocationDetailsMetadataResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For
23
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ *
25
+ */
26
+ "opcNextPage": string;
27
+ /**
28
+ * The returned model.ExternalLocationsMetadatumCollection instance.
29
+ */
30
+ "externalLocationsMetadatumCollection": model.ExternalLocationsMetadatumCollection;
31
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-external-location-details-metadata-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-external-location-details-metadata-response.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/response/list-external-location-details-metadata-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}