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,574 @@
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 common = require("oci-common");
14
+ import * as requests from "./request";
15
+ import * as responses from "./response";
16
+ import { OmhubNetworkAnchorWaiter } from "./omhubnetworkanchor-waiter";
17
+ import { OmhubResourceAnchorWaiter } from "./omhubresourceanchor-waiter";
18
+ declare const Breaker: any;
19
+ export declare enum MetadataApiKeys {
20
+ }
21
+ /**
22
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
23
+ */
24
+ export declare class MetadataClient {
25
+ protected static serviceEndpointTemplate: string;
26
+ protected static endpointServiceName: string;
27
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
28
+ protected "_endpoint": string;
29
+ protected "_defaultHeaders": any;
30
+ protected "_clientConfiguration": common.ClientConfiguration;
31
+ protected _circuitBreaker: typeof Breaker | null;
32
+ protected _httpOptions: any;
33
+ protected _bodyDuplexMode: any;
34
+ targetService: string;
35
+ protected _regionId: string;
36
+ protected "_region": common.Region;
37
+ protected _lastSetRegionOrRegionId: string;
38
+ protected _httpClient: common.HttpClient;
39
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
40
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
41
+ /**
42
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
43
+ */
44
+ get endpoint(): string;
45
+ /**
46
+ * Sets the endpoint to call (ex, https://www.example.com).
47
+ * @param endpoint The endpoint of the service.
48
+ */
49
+ set endpoint(endpoint: string);
50
+ get logger(): import("oci-common/lib/log").Logger;
51
+ /**
52
+ * Determines whether realm specific endpoint should be used or not.
53
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
54
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
55
+ */
56
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
57
+ /**
58
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
59
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
60
+ * @param region The region of the service.
61
+ */
62
+ set region(region: common.Region);
63
+ /**
64
+ * Sets the regionId to call (ex, 'us-phoenix-1').
65
+ *
66
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
67
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
68
+ * and then call {@link #endpoint(String) endpoint}.
69
+ * @param regionId The public region ID.
70
+ */
71
+ set regionId(regionId: string);
72
+ /**
73
+ * Shutdown the circuit breaker used by the client when it is no longer needed
74
+ */
75
+ shutdownCircuitBreaker(): void;
76
+ /**
77
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
78
+ */
79
+ closeProvider(): void;
80
+ /**
81
+ * Close the client once it is no longer needed
82
+ */
83
+ close(): void;
84
+ /**
85
+ * List externalLocationDetail metadata from OCI to Cloud Service Provider for regions, Availability Zones, and Cluster Placement Group ID.
86
+ * examples:
87
+ * application-json: |
88
+ * [
89
+ * {
90
+ * \"externalLocation\": {
91
+ * \"cspRegion\": \"East US\",
92
+ * \"cspPhysicalAz\": \"az1-xyz\",
93
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 2\",
94
+ * \"cspLogicalAz\": \"az1\",
95
+ * \"serviceName\": \"ORACLEDBATAZURE\",
96
+ * \"cspZoneKeyReferenceId\": {
97
+ * \"keyName\": \"AzureSubscriptionId or AwsAccountId, GcpProjectName\",
98
+ * \"keyValue\": \"azure-subscriptionId-1 or aws-account-id-1, gcp-project-id-1\"
99
+ * }
100
+ * },
101
+ * \"ociPhysicalAd\": \"ad1-xyb\",
102
+ * \"ociLogicalAd\": \"ad2\",
103
+ * \"ociRegion\": \"us-ashburn-1\",
104
+ * \"cpgId\": \"cpg-1\"
105
+ * },
106
+ * {
107
+ * \"externalLocation\": {
108
+ * \"cspRegion\": \"East US\",
109
+ * \"cspPhysicalAz\": \"az2-abc\",
110
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 2\",
111
+ * \"cspLogicalAz\": \"az2\",
112
+ * \"serviceName\": \"ORACLEDBATAZURE\",
113
+ * \"cspZoneKeyReferenceId\": {
114
+ * \"keyName\": \"AzureSubscriptionId or AwsAccountId, GcpProjectName\",
115
+ * \"keyValue\": \"azure-subscriptionId-2 or aws-account-id-2, gcp-project-id-2\"
116
+ * }
117
+ * },
118
+ * \"ociPhysicalAd\": \"ad2-xby\",
119
+ * \"ociLogicalAd\": \"ad1\",
120
+ * \"ociRegion\": \"us-ashburn-1\",
121
+ * \"cpgId\": \"cpg-2\"
122
+ * },
123
+ * {
124
+ * \"externalLocation\": {
125
+ * \"cspRegion\": \"East US\",
126
+ * \"cspPhysicalAz\": \"az3-abz\",
127
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 2\",
128
+ * \"cspLogicalAz\": \"az3\",
129
+ * \"serviceName\": \"ORACLEDBATAZURE\",
130
+ * \"cspZoneKeyReferenceId\": {
131
+ * \"keyName\": \"AzureSubscriptionId or AwsAccountId, GcpProjectName\",
132
+ * \"keyValue\": \"azure-subscriptionId-3 or aws-account-id-3, gcp-project-id-3\"
133
+ * }
134
+ * },
135
+ * \"ociPhysicalAd\": \"ad3-cde\",
136
+ * \"ociLogicalAd\": \"ad3\",
137
+ * \"ociRegion\": \"us-ashburn-1\",
138
+ * \"cpgId\": \"cpg-3\"
139
+ * },
140
+ * {
141
+ * \"externalLocation\": {
142
+ * \"cspRegion\": \"East US 2\",
143
+ * \"cspPhysicalAz\": \"az1-def\",
144
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 2\",
145
+ * \"cspLogicalAz\": \"az1\",
146
+ * \"serviceName\": \"ORACLEDBATAZURE\",
147
+ * \"cspZoneKeyReferenceId\": {
148
+ * \"keyName\": \"AzureSubscriptionId or AwsAccountId, GcpProjectName\",
149
+ * \"keyValue\": \"azure-subscriptionId-4 or aws-account-id-4, gcp-project-id-4\"
150
+ * }
151
+ * },
152
+ * \"ociPhysicalAd\": \"ad1-bce\",
153
+ * \"ociLogicalAd\": \"ad2\",
154
+ * \"ociRegion\": \"us-ashburn-1\",
155
+ * \"cpgId\": \"cpg-4\"
156
+ * },
157
+ * {
158
+ * \"externalLocation\": {
159
+ * \"cspRegion\": \"East US 2\",
160
+ * \"cspPhysicalAz\": \"az2-uvw\",
161
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 2\",
162
+ * \"cspLogicalAz\": \"az2\",
163
+ * \"serviceName\": \"ORACLEDBATAZURE\",
164
+ * \"cspZoneKeyReferenceId\": {
165
+ * \"keyName\": \"AzureSubscriptionId or AwsAccountId, GcpProjectName\",
166
+ * \"keyValue\": \"azure-subscriptionId-3 or aws-account-id-3, gcp-project-id-3\"
167
+ * }
168
+ * },
169
+ * \"ociPhysicalAd\": \"ad2-ftc\",
170
+ * \"ociLogicalAd\": \"ad1\",
171
+ * \"ociRegion\": \"us-ashburn-1\",
172
+ * \"cpgId\": \"cpg-5\"
173
+ * },
174
+ * {
175
+ * \"externalLocation\": {
176
+ * \"cspRegion\": \"East US 2\",
177
+ * \"cspPhysicalAz\": \"az3-uvw\",
178
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 2\",
179
+ * \"cspLogicalAz\": \"az3\",
180
+ * \"serviceName\": \"ORACLEDBATAZURE\",
181
+ * \"cspZoneKeyReferenceId\": {
182
+ * \"keyName\": \"AzureSubscriptionId or AwsAccountId, GcpProjectName\",
183
+ * \"keyValue\": \"azure-subscriptionId-3 or aws-account-id-3, gcp-project-id-3\"
184
+ * }
185
+ * },
186
+ * \"ociPhysicalAd\": \"ad3-stc\",
187
+ * \"ociLogicalAd\": \"ad3\",
188
+ * \"ociRegion\": \"us-ashburn-1\",
189
+ * \"cpgId\": \"cpg-6\"
190
+ * }
191
+ * ]
192
+ *
193
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
194
+ * @param ListExternalLocationDetailsMetadataRequest
195
+ * @return ListExternalLocationDetailsMetadataResponse
196
+ * @throws OciError when an error occurs
197
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListExternalLocationDetailsMetadata.ts.html |here} to see how to use ListExternalLocationDetailsMetadata API.
198
+ */
199
+ listExternalLocationDetailsMetadata(listExternalLocationDetailsMetadataRequest: requests.ListExternalLocationDetailsMetadataRequest): Promise<responses.ListExternalLocationDetailsMetadataResponse>;
200
+ /**
201
+ * List externalLocation metadata from OCI to the Cloud Service Provider for regions, Physical Availability Zones.
202
+ * examples:
203
+ * application-json: |
204
+ * [
205
+ * {
206
+ * \"externalLocation\": {
207
+ * \"cspRegion\": \"eastus\",
208
+ * \"cspPhysicalAz\": \"eastus-az1\",
209
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 1\",
210
+ * \"serviceName\": \"ORACLEDBATAZURE\"
211
+ * },
212
+ * \"ociPhysicalAd\": \"iad-ad-1\",
213
+ * \"ociLogicalAd\": \"ad1\",
214
+ * \"ociRegion\": \"us-ashburn-1\"
215
+ * },
216
+ * {
217
+ * \"externalLocation\": {
218
+ * \"cspRegion\": \"eastus\",
219
+ * \"cspPhysicalAz\": \"eastus-az1\",
220
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 1\",
221
+ * \"serviceName\": \"ORACLEDBATAZURE\"
222
+ * },
223
+ * \"ociPhysicalAd\": \"iad-ad-1\",
224
+ * \"ociLogicalAd\": \"ad1\",
225
+ * \"ociRegion\": \"us-ashburn-1\"
226
+ * },
227
+ * {
228
+ * \"externalLocation\": {
229
+ * \"cspRegion\": \"eastus2\",
230
+ * \"cspPhysicalAz\": \"eastus2-az3\",
231
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 1\",
232
+ * \"serviceName\": \"ORACLEDBATAZURE\"
233
+ * },
234
+ * \"ociPhysicalAd\": \"iad-ad-2\",
235
+ * \"ociLogicalAd\": \"ad1\",
236
+ * \"ociRegion\": \"us-ashburn-1\"
237
+ * },
238
+ * {
239
+ * \"externalLocation\": {
240
+ * \"cspRegion\": \"eastus\",
241
+ * \"cspPhysicalAz\": \"eastus-az3\"
242
+ * \"cspPhysicalAzDisplayName\": \"(US) East US 1\",
243
+ * \"serviceName\": \"ORACLEDBATAZURE\"
244
+ * },
245
+ * \"ociPhysicalAd\": \"iad-ad-333\",
246
+ * \"ociLogicalAd\": \"ad1\",
247
+ * \"ociRegion\": \"us-ashburn-1\"
248
+ * }
249
+ * ]
250
+ *
251
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
252
+ * @param ListExternalLocationMappingMetadataRequest
253
+ * @return ListExternalLocationMappingMetadataResponse
254
+ * @throws OciError when an error occurs
255
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListExternalLocationMappingMetadata.ts.html |here} to see how to use ListExternalLocationMappingMetadata API.
256
+ */
257
+ listExternalLocationMappingMetadata(listExternalLocationMappingMetadataRequest: requests.ListExternalLocationMappingMetadataRequest): Promise<responses.ListExternalLocationMappingMetadataResponse>;
258
+ /**
259
+ * List externalLocationSummary metadata from OCI Region to the Cloud Service Provider region across all regions.
260
+ * examples:
261
+ * application-json: |
262
+ * [
263
+ * {
264
+ * \"externalLocation\": {
265
+ * \"cspRegion\": \"East US\"
266
+ * },
267
+ * \"ociRegion\": \"us-ashburn-1\"
268
+ * },
269
+ * {
270
+ * \"externalLocation\": {
271
+ * \"cspRegion\": \"East US 2\"
272
+ * },
273
+ * \"ociRegion\": \"us-ashburn-1\"
274
+ * },
275
+ * {
276
+ * \"externalLocation\": {
277
+ * \"cspRegion\": \"Germany West Central\"
278
+ * },
279
+ * \"ociRegion\": \"eu-frankfurt-1\",
280
+ * }
281
+ * ]
282
+ *
283
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
284
+ * @param ListExternalLocationSummariesMetadataRequest
285
+ * @return ListExternalLocationSummariesMetadataResponse
286
+ * @throws OciError when an error occurs
287
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListExternalLocationSummariesMetadata.ts.html |here} to see how to use ListExternalLocationSummariesMetadata API.
288
+ */
289
+ listExternalLocationSummariesMetadata(listExternalLocationSummariesMetadataRequest: requests.ListExternalLocationSummariesMetadataRequest): Promise<responses.ListExternalLocationSummariesMetadataResponse>;
290
+ }
291
+ export declare enum MultiCloudsMetadataApiKeys {
292
+ }
293
+ /**
294
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
295
+ */
296
+ export declare class MultiCloudsMetadataClient {
297
+ protected static serviceEndpointTemplate: string;
298
+ protected static endpointServiceName: string;
299
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
300
+ protected "_endpoint": string;
301
+ protected "_defaultHeaders": any;
302
+ protected "_clientConfiguration": common.ClientConfiguration;
303
+ protected _circuitBreaker: typeof Breaker | null;
304
+ protected _httpOptions: any;
305
+ protected _bodyDuplexMode: any;
306
+ targetService: string;
307
+ protected _regionId: string;
308
+ protected "_region": common.Region;
309
+ protected _lastSetRegionOrRegionId: string;
310
+ protected _httpClient: common.HttpClient;
311
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
312
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
313
+ /**
314
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
315
+ */
316
+ get endpoint(): string;
317
+ /**
318
+ * Sets the endpoint to call (ex, https://www.example.com).
319
+ * @param endpoint The endpoint of the service.
320
+ */
321
+ set endpoint(endpoint: string);
322
+ get logger(): import("oci-common/lib/log").Logger;
323
+ /**
324
+ * Determines whether realm specific endpoint should be used or not.
325
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
326
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
327
+ */
328
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
329
+ /**
330
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
331
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
332
+ * @param region The region of the service.
333
+ */
334
+ set region(region: common.Region);
335
+ /**
336
+ * Sets the regionId to call (ex, 'us-phoenix-1').
337
+ *
338
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
339
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
340
+ * and then call {@link #endpoint(String) endpoint}.
341
+ * @param regionId The public region ID.
342
+ */
343
+ set regionId(regionId: string);
344
+ /**
345
+ * Shutdown the circuit breaker used by the client when it is no longer needed
346
+ */
347
+ shutdownCircuitBreaker(): void;
348
+ /**
349
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
350
+ */
351
+ closeProvider(): void;
352
+ /**
353
+ * Close the client once it is no longer needed
354
+ */
355
+ close(): void;
356
+ /**
357
+ * Gets information about multicloud base compartment
358
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
359
+ * @param GetMultiCloudMetadataRequest
360
+ * @return GetMultiCloudMetadataResponse
361
+ * @throws OciError when an error occurs
362
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/GetMultiCloudMetadata.ts.html |here} to see how to use GetMultiCloudMetadata API.
363
+ */
364
+ getMultiCloudMetadata(getMultiCloudMetadataRequest: requests.GetMultiCloudMetadataRequest): Promise<responses.GetMultiCloudMetadataResponse>;
365
+ /**
366
+ * Gets a list of multicloud metadata with multicloud base compartment and subscription across Cloud Service Providers.
367
+ *
368
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
369
+ * @param ListMultiCloudMetadataRequest
370
+ * @return ListMultiCloudMetadataResponse
371
+ * @throws OciError when an error occurs
372
+ * @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 ListMultiCloudMetadata API.
373
+ */
374
+ listMultiCloudMetadata(listMultiCloudMetadataRequest: requests.ListMultiCloudMetadataRequest): Promise<responses.ListMultiCloudMetadataResponse>;
375
+ }
376
+ export declare enum OmhubNetworkAnchorApiKeys {
377
+ }
378
+ /**
379
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
380
+ */
381
+ export declare class OmhubNetworkAnchorClient {
382
+ protected static serviceEndpointTemplate: string;
383
+ protected static endpointServiceName: string;
384
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
385
+ protected "_endpoint": string;
386
+ protected "_defaultHeaders": any;
387
+ protected "_waiters": OmhubNetworkAnchorWaiter;
388
+ protected "_clientConfiguration": common.ClientConfiguration;
389
+ protected _circuitBreaker: typeof Breaker | null;
390
+ protected _httpOptions: any;
391
+ protected _bodyDuplexMode: any;
392
+ targetService: string;
393
+ protected _regionId: string;
394
+ protected "_region": common.Region;
395
+ protected _lastSetRegionOrRegionId: string;
396
+ protected _httpClient: common.HttpClient;
397
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
398
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
399
+ /**
400
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
401
+ */
402
+ get endpoint(): string;
403
+ /**
404
+ * Sets the endpoint to call (ex, https://www.example.com).
405
+ * @param endpoint The endpoint of the service.
406
+ */
407
+ set endpoint(endpoint: string);
408
+ get logger(): import("oci-common/lib/log").Logger;
409
+ /**
410
+ * Determines whether realm specific endpoint should be used or not.
411
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
412
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
413
+ */
414
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
415
+ /**
416
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
417
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
418
+ * @param region The region of the service.
419
+ */
420
+ set region(region: common.Region);
421
+ /**
422
+ * Sets the regionId to call (ex, 'us-phoenix-1').
423
+ *
424
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
425
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
426
+ * and then call {@link #endpoint(String) endpoint}.
427
+ * @param regionId The public region ID.
428
+ */
429
+ set regionId(regionId: string);
430
+ /**
431
+ * Creates a new OmhubNetworkAnchorWaiter for resources for this service.
432
+ *
433
+ * @param config The waiter configuration for termination and delay strategy
434
+ * @return The service waiters.
435
+ */
436
+ createWaiters(config?: common.WaiterConfiguration): OmhubNetworkAnchorWaiter;
437
+ /**
438
+ * Gets the waiters available for resources for this service.
439
+ *
440
+ * @return The service waiters.
441
+ */
442
+ getWaiters(): OmhubNetworkAnchorWaiter;
443
+ /**
444
+ * Shutdown the circuit breaker used by the client when it is no longer needed
445
+ */
446
+ shutdownCircuitBreaker(): void;
447
+ /**
448
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
449
+ */
450
+ closeProvider(): void;
451
+ /**
452
+ * Close the client once it is no longer needed
453
+ */
454
+ close(): void;
455
+ /**
456
+ * Gets information about a NetworkAnchor.
457
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
458
+ * @param GetNetworkAnchorRequest
459
+ * @return GetNetworkAnchorResponse
460
+ * @throws OciError when an error occurs
461
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/GetNetworkAnchor.ts.html |here} to see how to use GetNetworkAnchor API.
462
+ */
463
+ getNetworkAnchor(getNetworkAnchorRequest: requests.GetNetworkAnchorRequest): Promise<responses.GetNetworkAnchorResponse>;
464
+ /**
465
+ * Gets a list of NetworkAnchors.
466
+ *
467
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
468
+ * @param ListNetworkAnchorsRequest
469
+ * @return ListNetworkAnchorsResponse
470
+ * @throws OciError when an error occurs
471
+ * @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 ListNetworkAnchors API.
472
+ */
473
+ listNetworkAnchors(listNetworkAnchorsRequest: requests.ListNetworkAnchorsRequest): Promise<responses.ListNetworkAnchorsResponse>;
474
+ }
475
+ export declare enum OmhubResourceAnchorApiKeys {
476
+ }
477
+ /**
478
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
479
+ */
480
+ export declare class OmhubResourceAnchorClient {
481
+ protected static serviceEndpointTemplate: string;
482
+ protected static endpointServiceName: string;
483
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
484
+ protected "_endpoint": string;
485
+ protected "_defaultHeaders": any;
486
+ protected "_waiters": OmhubResourceAnchorWaiter;
487
+ protected "_clientConfiguration": common.ClientConfiguration;
488
+ protected _circuitBreaker: typeof Breaker | null;
489
+ protected _httpOptions: any;
490
+ protected _bodyDuplexMode: any;
491
+ targetService: string;
492
+ protected _regionId: string;
493
+ protected "_region": common.Region;
494
+ protected _lastSetRegionOrRegionId: string;
495
+ protected _httpClient: common.HttpClient;
496
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
497
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
498
+ /**
499
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
500
+ */
501
+ get endpoint(): string;
502
+ /**
503
+ * Sets the endpoint to call (ex, https://www.example.com).
504
+ * @param endpoint The endpoint of the service.
505
+ */
506
+ set endpoint(endpoint: string);
507
+ get logger(): import("oci-common/lib/log").Logger;
508
+ /**
509
+ * Determines whether realm specific endpoint should be used or not.
510
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
511
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
512
+ */
513
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
514
+ /**
515
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
516
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
517
+ * @param region The region of the service.
518
+ */
519
+ set region(region: common.Region);
520
+ /**
521
+ * Sets the regionId to call (ex, 'us-phoenix-1').
522
+ *
523
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
524
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
525
+ * and then call {@link #endpoint(String) endpoint}.
526
+ * @param regionId The public region ID.
527
+ */
528
+ set regionId(regionId: string);
529
+ /**
530
+ * Creates a new OmhubResourceAnchorWaiter for resources for this service.
531
+ *
532
+ * @param config The waiter configuration for termination and delay strategy
533
+ * @return The service waiters.
534
+ */
535
+ createWaiters(config?: common.WaiterConfiguration): OmhubResourceAnchorWaiter;
536
+ /**
537
+ * Gets the waiters available for resources for this service.
538
+ *
539
+ * @return The service waiters.
540
+ */
541
+ getWaiters(): OmhubResourceAnchorWaiter;
542
+ /**
543
+ * Shutdown the circuit breaker used by the client when it is no longer needed
544
+ */
545
+ shutdownCircuitBreaker(): void;
546
+ /**
547
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
548
+ */
549
+ closeProvider(): void;
550
+ /**
551
+ * Close the client once it is no longer needed
552
+ */
553
+ close(): void;
554
+ /**
555
+ * Gets information about a ResourceAnchor.
556
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
557
+ * @param GetResourceAnchorRequest
558
+ * @return GetResourceAnchorResponse
559
+ * @throws OciError when an error occurs
560
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/GetResourceAnchor.ts.html |here} to see how to use GetResourceAnchor API.
561
+ */
562
+ getResourceAnchor(getResourceAnchorRequest: requests.GetResourceAnchorRequest): Promise<responses.GetResourceAnchorResponse>;
563
+ /**
564
+ * Gets a list of ResourceAnchors.
565
+ *
566
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
567
+ * @param ListResourceAnchorsRequest
568
+ * @return ListResourceAnchorsResponse
569
+ * @throws OciError when an error occurs
570
+ * @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 ListResourceAnchors API.
571
+ */
572
+ listResourceAnchors(listResourceAnchorsRequest: requests.ListResourceAnchorsRequest): Promise<responses.ListResourceAnchorsResponse>;
573
+ }
574
+ export {};