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,70 @@
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
+ * Multicloud metadata information including base multicloud compartments information.
15
+ *
16
+ */
17
+ export interface MultiCloudMetadataSummary {
18
+ /**
19
+ * MultiCloud base compartment OCID associated with subscriptionId.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The date and time the multicloud compartment was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
24
+ * <p>
25
+ Example: {@code 2016-08-25T21:10:29.600Z}
26
+ *
27
+ */
28
+ "timeCreated": Date;
29
+ /**
30
+ * Oracle Cloud Infrastructure subscriptionId.
31
+ */
32
+ "subscriptionId": string;
33
+ /**
34
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
35
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36
+ * <p>
37
+ Example: {@code {\"Department\": \"Finance\"}}
38
+ *
39
+ */
40
+ "freeformTags": {
41
+ [key: string]: string;
42
+ };
43
+ /**
44
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
45
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
46
+ * <p>
47
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
48
+ *
49
+ */
50
+ "definedTags": {
51
+ [key: string]: {
52
+ [key: string]: any;
53
+ };
54
+ };
55
+ /**
56
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
57
+ * <p>
58
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
59
+ *
60
+ */
61
+ "systemTags"?: {
62
+ [key: string]: {
63
+ [key: string]: any;
64
+ };
65
+ };
66
+ }
67
+ export declare namespace MultiCloudMetadataSummary {
68
+ function getJsonObj(obj: MultiCloudMetadataSummary): object;
69
+ function getDeserializedJsonObj(obj: MultiCloudMetadataSummary): object;
70
+ }
@@ -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.MultiCloudMetadataSummary = void 0;
16
+ var MultiCloudMetadataSummary;
17
+ (function (MultiCloudMetadataSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ MultiCloudMetadataSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ MultiCloudMetadataSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(MultiCloudMetadataSummary = exports.MultiCloudMetadataSummary || (exports.MultiCloudMetadataSummary = {}));
29
+ //# sourceMappingURL=multi-cloud-metadata-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multi-cloud-metadata-summary.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/multi-cloud-metadata-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkDH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -0,0 +1,70 @@
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
+ * Multicloud metadata information including base multicloud compartments information.
15
+ *
16
+ */
17
+ export interface MultiCloudMetadata {
18
+ /**
19
+ * MultiCloud base compartment OCID associated with subscriptionId.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * Oracle Cloud Infrastructure subscriptionId.
24
+ */
25
+ "subscriptionId": string;
26
+ /**
27
+ * The date and time the multicloud compartment was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
28
+ * <p>
29
+ Example: {@code 2016-08-25T21:10:29.600Z}
30
+ *
31
+ */
32
+ "timeCreated": Date;
33
+ /**
34
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
35
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36
+ * <p>
37
+ Example: {@code {\"Department\": \"Finance\"}}
38
+ *
39
+ */
40
+ "freeformTags": {
41
+ [key: string]: string;
42
+ };
43
+ /**
44
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
45
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
46
+ * <p>
47
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
48
+ *
49
+ */
50
+ "definedTags": {
51
+ [key: string]: {
52
+ [key: string]: any;
53
+ };
54
+ };
55
+ /**
56
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
57
+ * <p>
58
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
59
+ *
60
+ */
61
+ "systemTags"?: {
62
+ [key: string]: {
63
+ [key: string]: any;
64
+ };
65
+ };
66
+ }
67
+ export declare namespace MultiCloudMetadata {
68
+ function getJsonObj(obj: MultiCloudMetadata): object;
69
+ function getDeserializedJsonObj(obj: MultiCloudMetadata): object;
70
+ }
@@ -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.MultiCloudMetadata = void 0;
16
+ var MultiCloudMetadata;
17
+ (function (MultiCloudMetadata) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ MultiCloudMetadata.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ MultiCloudMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(MultiCloudMetadata = exports.MultiCloudMetadata || (exports.MultiCloudMetadata = {}));
29
+ //# sourceMappingURL=multi-cloud-metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multi-cloud-metadata.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/multi-cloud-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkDH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -0,0 +1,26 @@
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
+ * Results of a networkAnchor search. Contains both NetworkAnchorSummary items and other information, such as metadata.
16
+ */
17
+ export interface NetworkAnchorCollection {
18
+ /**
19
+ * List of networkAnchors.
20
+ */
21
+ "items": Array<model.NetworkAnchorSummary>;
22
+ }
23
+ export declare namespace NetworkAnchorCollection {
24
+ function getJsonObj(obj: NetworkAnchorCollection): object;
25
+ function getDeserializedJsonObj(obj: NetworkAnchorCollection): object;
26
+ }
@@ -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.NetworkAnchorCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var NetworkAnchorCollection;
37
+ (function (NetworkAnchorCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.NetworkAnchorSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ NetworkAnchorCollection.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.NetworkAnchorSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ NetworkAnchorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(NetworkAnchorCollection = exports.NetworkAnchorCollection || (exports.NetworkAnchorCollection = {}));
61
+ //# sourceMappingURL=network-anchor-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"network-anchor-collection.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/network-anchor-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,uBAAuB,CA6BvC;AA7BD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,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,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,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,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA6BvC"}
@@ -0,0 +1,98 @@
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
+ * Summary information about a NetworkAnchor.
15
+ */
16
+ export interface NetworkAnchorSummary {
17
+ /**
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAnchor.
19
+ */
20
+ "id": string;
21
+ /**
22
+ * A user-friendly name. Does not have to be unique, and it's changeable.
23
+ */
24
+ "displayName": string;
25
+ /**
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
27
+ */
28
+ "compartmentId": string;
29
+ /**
30
+ * OCI resource anchor Id (OCID).
31
+ */
32
+ "resourceAnchorId": string;
33
+ /**
34
+ * OCI resource Id of VCN.
35
+ */
36
+ "vcnId"?: string;
37
+ /**
38
+ * The date and time the NetworkAnchor was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
39
+ * <p>
40
+ Example: {@code 2016-08-25T21:10:29.600Z}
41
+ *
42
+ */
43
+ "timeCreated": Date;
44
+ /**
45
+ * The date and time the NetworkAnchor was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
46
+ * <p>
47
+ Example: {@code 2016-08-25T21:10:29.600Z}
48
+ *
49
+ */
50
+ "timeUpdated"?: Date;
51
+ /**
52
+ * The current state of the NetworkAnchor.
53
+ */
54
+ "lifecycleState": string;
55
+ /**
56
+ * A message that describes the current state of the NetworkAnchor in more detail. For example,
57
+ * can be used to provide actionable information for a resource in the Failed state.
58
+ *
59
+ */
60
+ "lifecycleDetails"?: string;
61
+ /**
62
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
63
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
64
+ * <p>
65
+ Example: {@code {\"Department\": \"Finance\"}}
66
+ *
67
+ */
68
+ "freeformTags": {
69
+ [key: string]: string;
70
+ };
71
+ /**
72
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
73
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
74
+ * <p>
75
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
76
+ *
77
+ */
78
+ "definedTags": {
79
+ [key: string]: {
80
+ [key: string]: any;
81
+ };
82
+ };
83
+ /**
84
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
85
+ * <p>
86
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
87
+ *
88
+ */
89
+ "systemTags"?: {
90
+ [key: string]: {
91
+ [key: string]: any;
92
+ };
93
+ };
94
+ }
95
+ export declare namespace NetworkAnchorSummary {
96
+ function getJsonObj(obj: NetworkAnchorSummary): object;
97
+ function getDeserializedJsonObj(obj: NetworkAnchorSummary): object;
98
+ }
@@ -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.NetworkAnchorSummary = void 0;
16
+ var NetworkAnchorSummary;
17
+ (function (NetworkAnchorSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ NetworkAnchorSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ NetworkAnchorSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(NetworkAnchorSummary = exports.NetworkAnchorSummary || (exports.NetworkAnchorSummary = {}));
29
+ //# sourceMappingURL=network-anchor-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"network-anchor-summary.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/network-anchor-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8EH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
@@ -0,0 +1,131 @@
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
+ * A NetworkAnchor is a description of a NetworkAnchor.
16
+ * <p>
17
+ To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
18
+ * an administrator. If you're an administrator who needs to write policies to give users access, see
19
+ * [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
20
+ *
21
+ */
22
+ export interface NetworkAnchor {
23
+ /**
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAnchor.
25
+ */
26
+ "id": string;
27
+ /**
28
+ * A user-friendly name. Does not have to be unique, and it's changeable.
29
+ */
30
+ "displayName": string;
31
+ /**
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
33
+ */
34
+ "compartmentId": string;
35
+ /**
36
+ * OCI resource anchor Id (OCID).
37
+ */
38
+ "resourceAnchorId": string;
39
+ /**
40
+ * The date and time the NetworkAnchor was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
41
+ * <p>
42
+ Example: {@code 2016-08-25T21:10:29.600Z}
43
+ *
44
+ */
45
+ "timeCreated": Date;
46
+ /**
47
+ * The date and time the NetworkAnchor was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
48
+ * <p>
49
+ Example: {@code 2016-08-25T21:10:29.600Z}
50
+ *
51
+ */
52
+ "timeUpdated"?: Date;
53
+ /**
54
+ * The current state of the NetworkAnchor.
55
+ */
56
+ "lifecycleState": NetworkAnchor.LifecycleState;
57
+ /**
58
+ * A message that describes the current state of the NetworkAnchor in more detail. For example,
59
+ * can be used to provide actionable information for a resource in the Failed state.
60
+ *
61
+ */
62
+ "lifecycleDetails"?: string;
63
+ /**
64
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
65
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
66
+ * <p>
67
+ Example: {@code {\"Department\": \"Finance\"}}
68
+ *
69
+ */
70
+ "freeformTags": {
71
+ [key: string]: string;
72
+ };
73
+ /**
74
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
75
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
+ * <p>
77
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
78
+ *
79
+ */
80
+ "definedTags": {
81
+ [key: string]: {
82
+ [key: string]: any;
83
+ };
84
+ };
85
+ /**
86
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
87
+ * <p>
88
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
89
+ *
90
+ */
91
+ "systemTags"?: {
92
+ [key: string]: {
93
+ [key: string]: any;
94
+ };
95
+ };
96
+ /**
97
+ * AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor
98
+ * NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment.
99
+ * to this resource anchor. This is for future use only
100
+ *
101
+ */
102
+ "setupMode"?: NetworkAnchor.SetupMode;
103
+ "ociMetadataItem"?: model.OciNetworkMetadata;
104
+ "cloudServiceProviderMetadataItem"?: model.CloudServiceProviderNetworkMetadataItem;
105
+ }
106
+ export declare namespace NetworkAnchor {
107
+ enum LifecycleState {
108
+ Creating = "CREATING",
109
+ Updating = "UPDATING",
110
+ Active = "ACTIVE",
111
+ Deleting = "DELETING",
112
+ Deleted = "DELETED",
113
+ Failed = "FAILED",
114
+ /**
115
+ * This value is used if a service returns a value for this enum that is not recognized by this
116
+ * version of the SDK.
117
+ */
118
+ UnknownValue = "UNKNOWN_VALUE"
119
+ }
120
+ enum SetupMode {
121
+ AutoBind = "AUTO_BIND",
122
+ NoAutoBind = "NO_AUTO_BIND",
123
+ /**
124
+ * This value is used if a service returns a value for this enum that is not recognized by this
125
+ * version of the SDK.
126
+ */
127
+ UnknownValue = "UNKNOWN_VALUE"
128
+ }
129
+ function getJsonObj(obj: NetworkAnchor): object;
130
+ function getDeserializedJsonObj(obj: NetworkAnchor): object;
131
+ }
@@ -0,0 +1,87 @@
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.NetworkAnchor = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var NetworkAnchor;
37
+ (function (NetworkAnchor) {
38
+ let LifecycleState;
39
+ (function (LifecycleState) {
40
+ LifecycleState["Creating"] = "CREATING";
41
+ LifecycleState["Updating"] = "UPDATING";
42
+ LifecycleState["Active"] = "ACTIVE";
43
+ LifecycleState["Deleting"] = "DELETING";
44
+ LifecycleState["Deleted"] = "DELETED";
45
+ LifecycleState["Failed"] = "FAILED";
46
+ /**
47
+ * This value is used if a service returns a value for this enum that is not recognized by this
48
+ * version of the SDK.
49
+ */
50
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
51
+ })(LifecycleState = NetworkAnchor.LifecycleState || (NetworkAnchor.LifecycleState = {}));
52
+ let SetupMode;
53
+ (function (SetupMode) {
54
+ SetupMode["AutoBind"] = "AUTO_BIND";
55
+ SetupMode["NoAutoBind"] = "NO_AUTO_BIND";
56
+ /**
57
+ * This value is used if a service returns a value for this enum that is not recognized by this
58
+ * version of the SDK.
59
+ */
60
+ SetupMode["UnknownValue"] = "UNKNOWN_VALUE";
61
+ })(SetupMode = NetworkAnchor.SetupMode || (NetworkAnchor.SetupMode = {}));
62
+ function getJsonObj(obj) {
63
+ const jsonObj = Object.assign(Object.assign({}, obj), {
64
+ "ociMetadataItem": obj.ociMetadataItem
65
+ ? model.OciNetworkMetadata.getJsonObj(obj.ociMetadataItem)
66
+ : undefined,
67
+ "cloudServiceProviderMetadataItem": obj.cloudServiceProviderMetadataItem
68
+ ? model.CloudServiceProviderNetworkMetadataItem.getJsonObj(obj.cloudServiceProviderMetadataItem)
69
+ : undefined
70
+ });
71
+ return jsonObj;
72
+ }
73
+ NetworkAnchor.getJsonObj = getJsonObj;
74
+ function getDeserializedJsonObj(obj) {
75
+ const jsonObj = Object.assign(Object.assign({}, obj), {
76
+ "ociMetadataItem": obj.ociMetadataItem
77
+ ? model.OciNetworkMetadata.getDeserializedJsonObj(obj.ociMetadataItem)
78
+ : undefined,
79
+ "cloudServiceProviderMetadataItem": obj.cloudServiceProviderMetadataItem
80
+ ? model.CloudServiceProviderNetworkMetadataItem.getDeserializedJsonObj(obj.cloudServiceProviderMetadataItem)
81
+ : undefined
82
+ });
83
+ return jsonObj;
84
+ }
85
+ NetworkAnchor.getDeserializedJsonObj = getDeserializedJsonObj;
86
+ })(NetworkAnchor = exports.NetworkAnchor || (exports.NetworkAnchor = {}));
87
+ //# sourceMappingURL=network-anchor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"network-anchor.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/network-anchor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsFlC,IAAiB,aAAa,CA2D7B;AA3DD,WAAiB,aAAa;IAC5B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,4BAAc,KAAd,4BAAc,QAYzB;IAED,IAAY,SAQX;IARD,WAAY,SAAS;QACnB,mCAAsB,CAAA;QACtB,wCAA2B,CAAA;QAC3B;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EARW,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAQpB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC1D,CAAC,CAAC,SAAS;YACb,kCAAkC,EAAE,GAAG,CAAC,gCAAgC;gBACtE,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,UAAU,CACtD,GAAG,CAAC,gCAAgC,CACrC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACtE,CAAC,CAAC,SAAS;YACb,kCAAkC,EAAE,GAAG,CAAC,gCAAgC;gBACtE,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CAClE,GAAG,CAAC,gCAAgC,CACrC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,oCAAsB,yBAgBrC,CAAA;AACH,CAAC,EA3DgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA2D7B"}