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,57 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ExternalLocationDetail = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ExternalLocationDetail;
37
+ (function (ExternalLocationDetail) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "cspZoneKeyReferenceId": obj.cspZoneKeyReferenceId
41
+ ? model.CspZoneKeyReferenceId.getJsonObj(obj.cspZoneKeyReferenceId)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ ExternalLocationDetail.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "cspZoneKeyReferenceId": obj.cspZoneKeyReferenceId
50
+ ? model.CspZoneKeyReferenceId.getDeserializedJsonObj(obj.cspZoneKeyReferenceId)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ExternalLocationDetail.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(ExternalLocationDetail = exports.ExternalLocationDetail || (exports.ExternalLocationDetail = {}));
57
+ //# sourceMappingURL=external-location-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"external-location-detail.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/external-location-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,sBAAsB,CAyBtC;AAzBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,iCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAyBtC"}
@@ -0,0 +1,27 @@
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 model from "../model";
14
+ /**
15
+ * External location information from OCI primitives to a CSP
16
+ *
17
+ */
18
+ export interface ExternalLocationMappingMetadatumSummaryCollection {
19
+ /**
20
+ * List of ExternalLocationMappingMetadatumSummary
21
+ */
22
+ "items": Array<model.ExternalLocationMappingMetadatumSummary>;
23
+ }
24
+ export declare namespace ExternalLocationMappingMetadatumSummaryCollection {
25
+ function getJsonObj(obj: ExternalLocationMappingMetadatumSummaryCollection): object;
26
+ function getDeserializedJsonObj(obj: ExternalLocationMappingMetadatumSummaryCollection): object;
27
+ }
@@ -0,0 +1,61 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ExternalLocationMappingMetadatumSummaryCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ExternalLocationMappingMetadatumSummaryCollection;
37
+ (function (ExternalLocationMappingMetadatumSummaryCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.ExternalLocationMappingMetadatumSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ ExternalLocationMappingMetadatumSummaryCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.ExternalLocationMappingMetadatumSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ ExternalLocationMappingMetadatumSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(ExternalLocationMappingMetadatumSummaryCollection = exports.ExternalLocationMappingMetadatumSummaryCollection || (exports.ExternalLocationMappingMetadatumSummaryCollection = {}));
61
+ //# sourceMappingURL=external-location-mapping-metadatum-summary-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"external-location-mapping-metadatum-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/external-location-mapping-metadatum-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,iDAAiD,CA+BjE;AA/BD,WAAiB,iDAAiD;IAChE,SAAgB,UAAU,CAAC,GAAsD;QAC/E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uCAAuC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4DAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAsD;QAEtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,wEAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QA+BjE"}
@@ -0,0 +1,71 @@
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 model from "../model";
14
+ /**
15
+ * Flat Map of CSP Region -> CSP-Physical-AZ -> OCI Site Group
16
+ * All fields in this object has immutable mappings. Please don't add any field that case change
17
+ * for any customer as this is only for Oracle Cloud Infrastructure internal service use.
18
+ *
19
+ */
20
+ export interface ExternalLocationMappingMetadatumSummary {
21
+ /**
22
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
23
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24
+ * <p>
25
+ Example: {@code {\"Department\": \"Finance\"}}
26
+ *
27
+ */
28
+ "freeformTags": {
29
+ [key: string]: string;
30
+ };
31
+ /**
32
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
33
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
34
+ * <p>
35
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
36
+ *
37
+ */
38
+ "definedTags": {
39
+ [key: string]: {
40
+ [key: string]: any;
41
+ };
42
+ };
43
+ /**
44
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
45
+ * <p>
46
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
47
+ *
48
+ */
49
+ "systemTags"?: {
50
+ [key: string]: {
51
+ [key: string]: any;
52
+ };
53
+ };
54
+ "externalLocation": model.ExternalLocation;
55
+ /**
56
+ * OCI physical ad name
57
+ */
58
+ "ociPhysicalAd": string;
59
+ /**
60
+ * OCI logical ad name
61
+ */
62
+ "ociLogicalAd": string;
63
+ /**
64
+ * OCI region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
65
+ */
66
+ "ociRegion": string;
67
+ }
68
+ export declare namespace ExternalLocationMappingMetadatumSummary {
69
+ function getJsonObj(obj: ExternalLocationMappingMetadatumSummary): object;
70
+ function getDeserializedJsonObj(obj: ExternalLocationMappingMetadatumSummary): object;
71
+ }
@@ -0,0 +1,57 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ExternalLocationMappingMetadatumSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ExternalLocationMappingMetadatumSummary;
37
+ (function (ExternalLocationMappingMetadatumSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "externalLocation": obj.externalLocation
41
+ ? model.ExternalLocation.getJsonObj(obj.externalLocation)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ ExternalLocationMappingMetadatumSummary.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "externalLocation": obj.externalLocation
50
+ ? model.ExternalLocation.getDeserializedJsonObj(obj.externalLocation)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ExternalLocationMappingMetadatumSummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(ExternalLocationMappingMetadatumSummary = exports.ExternalLocationMappingMetadatumSummary || (exports.ExternalLocationMappingMetadatumSummary = {}));
57
+ //# sourceMappingURL=external-location-mapping-metadatum-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"external-location-mapping-metadatum-summary.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/external-location-mapping-metadatum-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgDlC,IAAiB,uCAAuC,CAyBvD;AAzBD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,kDAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,8DAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAyBvD"}
@@ -0,0 +1,27 @@
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 model from "../model";
14
+ /**
15
+ * External location summary information from OCI primitives to any CSP across all regions
16
+ *
17
+ */
18
+ export interface ExternalLocationSummariesMetadatumSummaryCollection {
19
+ /**
20
+ * List of ExternalLocationSummariesMetadatumSummary
21
+ */
22
+ "items": Array<model.ExternalLocationSummariesMetadatumSummary>;
23
+ }
24
+ export declare namespace ExternalLocationSummariesMetadatumSummaryCollection {
25
+ function getJsonObj(obj: ExternalLocationSummariesMetadatumSummaryCollection): object;
26
+ function getDeserializedJsonObj(obj: ExternalLocationSummariesMetadatumSummaryCollection): object;
27
+ }
@@ -0,0 +1,61 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ExternalLocationSummariesMetadatumSummaryCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ExternalLocationSummariesMetadatumSummaryCollection;
37
+ (function (ExternalLocationSummariesMetadatumSummaryCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.ExternalLocationSummariesMetadatumSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ ExternalLocationSummariesMetadatumSummaryCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.ExternalLocationSummariesMetadatumSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ ExternalLocationSummariesMetadatumSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(ExternalLocationSummariesMetadatumSummaryCollection = exports.ExternalLocationSummariesMetadatumSummaryCollection || (exports.ExternalLocationSummariesMetadatumSummaryCollection = {}));
61
+ //# sourceMappingURL=external-location-summaries-metadatum-summary-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"external-location-summaries-metadatum-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/external-location-summaries-metadatum-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,mDAAmD,CA+BnE;AA/BD,WAAiB,mDAAmD;IAClE,SAAgB,UAAU,CAAC,GAAwD;QACjF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8DAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAwD;QAExD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,0EAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QA+BnE"}
@@ -0,0 +1,60 @@
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 model from "../model";
14
+ /**
15
+ * Flat Map of CSP Region to OCI Region
16
+ */
17
+ export interface ExternalLocationSummariesMetadatumSummary {
18
+ /**
19
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
20
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
21
+ * <p>
22
+ Example: {@code {\"Department\": \"Finance\"}}
23
+ *
24
+ */
25
+ "freeformTags": {
26
+ [key: string]: string;
27
+ };
28
+ /**
29
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
30
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31
+ * <p>
32
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
33
+ *
34
+ */
35
+ "definedTags": {
36
+ [key: string]: {
37
+ [key: string]: any;
38
+ };
39
+ };
40
+ /**
41
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
42
+ * <p>
43
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
44
+ *
45
+ */
46
+ "systemTags"?: {
47
+ [key: string]: {
48
+ [key: string]: any;
49
+ };
50
+ };
51
+ "externalLocation"?: model.ExternalLocationSummary;
52
+ /**
53
+ * OCI region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
54
+ */
55
+ "ociRegion": string;
56
+ }
57
+ export declare namespace ExternalLocationSummariesMetadatumSummary {
58
+ function getJsonObj(obj: ExternalLocationSummariesMetadatumSummary): object;
59
+ function getDeserializedJsonObj(obj: ExternalLocationSummariesMetadatumSummary): object;
60
+ }
@@ -0,0 +1,57 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ExternalLocationSummariesMetadatumSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ExternalLocationSummariesMetadatumSummary;
37
+ (function (ExternalLocationSummariesMetadatumSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "externalLocation": obj.externalLocation
41
+ ? model.ExternalLocationSummary.getJsonObj(obj.externalLocation)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ ExternalLocationSummariesMetadatumSummary.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "externalLocation": obj.externalLocation
50
+ ? model.ExternalLocationSummary.getDeserializedJsonObj(obj.externalLocation)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ExternalLocationSummariesMetadatumSummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(ExternalLocationSummariesMetadatumSummary = exports.ExternalLocationSummariesMetadatumSummary || (exports.ExternalLocationSummariesMetadatumSummary = {}));
57
+ //# sourceMappingURL=external-location-summaries-metadatum-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"external-location-summaries-metadatum-summary.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/external-location-summaries-metadatum-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqClC,IAAiB,yCAAyC,CAyBzD;AAzBD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oDAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gEAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAyBzD"}
@@ -0,0 +1,29 @@
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
+ /**
14
+ * External location for CSP Region
15
+ */
16
+ export interface ExternalLocationSummary {
17
+ /**
18
+ * CSP region corresponding to the given OCI region
19
+ */
20
+ "cspRegion": string;
21
+ /**
22
+ * CSP region display Name corresponding to the given OCI region
23
+ */
24
+ "cspRegionDisplayName": string;
25
+ }
26
+ export declare namespace ExternalLocationSummary {
27
+ function getJsonObj(obj: ExternalLocationSummary): object;
28
+ function getDeserializedJsonObj(obj: ExternalLocationSummary): object;
29
+ }
@@ -0,0 +1,29 @@
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
+ exports.ExternalLocationSummary = void 0;
16
+ var ExternalLocationSummary;
17
+ (function (ExternalLocationSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ ExternalLocationSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ ExternalLocationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(ExternalLocationSummary = exports.ExternalLocationSummary || (exports.ExternalLocationSummary = {}));
29
+ //# sourceMappingURL=external-location-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"external-location-summary.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/external-location-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,42 @@
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 model from "../model";
14
+ /**
15
+ * External location for CSP Region, CSP-Physical-AZ
16
+ */
17
+ export interface ExternalLocation {
18
+ /**
19
+ * CSP region corresponding to the given OCI region
20
+ */
21
+ "cspRegion": string;
22
+ /**
23
+ * CSP region display Name corresponding to the given OCI region
24
+ */
25
+ "cspRegionDisplayName": string;
26
+ /**
27
+ * A mapping of OCI site group name to CSP physical availability zone name
28
+ */
29
+ "cspPhysicalAz": string;
30
+ /**
31
+ * User friendly display name for cspPhysicalAZ
32
+ */
33
+ "cspPhysicalAzDisplayName": string;
34
+ /**
35
+ * The serviceName that externalLocation map object belongs to
36
+ */
37
+ "serviceName"?: model.SubscriptionType;
38
+ }
39
+ export declare namespace ExternalLocation {
40
+ function getJsonObj(obj: ExternalLocation): object;
41
+ function getDeserializedJsonObj(obj: ExternalLocation): object;
42
+ }
@@ -0,0 +1,29 @@
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
+ exports.ExternalLocation = void 0;
16
+ var ExternalLocation;
17
+ (function (ExternalLocation) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ ExternalLocation.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ ExternalLocation.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(ExternalLocation = exports.ExternalLocation || (exports.ExternalLocation = {}));
29
+ //# sourceMappingURL=external-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"external-location.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/external-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}