oci-multicloud 2.121.1 → 2.122.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.
- package/index.d.ts +2 -2
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/lib/client.d.ts +153 -189
- package/lib/client.js +440 -204
- package/lib/client.js.map +1 -1
- package/lib/model/cloud-service-provider-metadata-item.d.ts +15 -1
- package/lib/model/cloud-service-provider-metadata-item.js.map +1 -1
- package/lib/model/cloud-service-provider-network-metadata-item.d.ts +6 -0
- package/lib/model/cloud-service-provider-network-metadata-item.js.map +1 -1
- package/lib/model/external-location-detail.d.ts +4 -0
- package/lib/model/external-location-detail.js.map +1 -1
- package/lib/model/external-locations-metadatum-summary.d.ts +17 -1
- package/lib/model/external-locations-metadatum-summary.js.map +1 -1
- package/lib/model/index.d.ts +10 -0
- package/lib/model/index.js +11 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/multicloud-resource-collection.d.ts +26 -0
- package/lib/model/multicloud-resource-collection.js +61 -0
- package/lib/model/multicloud-resource-collection.js.map +1 -0
- package/lib/model/multicloud-resource-summary.d.ts +126 -0
- package/lib/model/multicloud-resource-summary.js +39 -0
- package/lib/model/multicloud-resource-summary.js.map +1 -0
- package/lib/model/multicloud-subscription-collection.d.ts +26 -0
- package/lib/model/multicloud-subscription-collection.js +61 -0
- package/lib/model/multicloud-subscription-collection.js.map +1 -0
- package/lib/model/multicloud-subscription-summary.d.ts +122 -0
- package/lib/model/multicloud-subscription-summary.js +39 -0
- package/lib/model/multicloud-subscription-summary.js.map +1 -0
- package/lib/model/network-anchor-connection-status.d.ts +47 -0
- package/lib/model/network-anchor-connection-status.js +58 -0
- package/lib/model/network-anchor-connection-status.js.map +1 -0
- package/lib/model/network-anchor-summary.d.ts +28 -1
- package/lib/model/network-anchor-summary.js.map +1 -1
- package/lib/model/network-anchor.d.ts +6 -2
- package/lib/model/network-anchor.js +10 -10
- package/lib/model/network-anchor.js.map +1 -1
- package/lib/model/oci-network-metadata.d.ts +2 -30
- package/lib/model/oci-network-metadata.js +0 -18
- package/lib/model/oci-network-metadata.js.map +1 -1
- package/lib/model/oci-vcn.d.ts +4 -0
- package/lib/model/oci-vcn.js.map +1 -1
- package/lib/model/resource-anchor-summary.d.ts +32 -0
- package/lib/model/resource-anchor-summary.js.map +1 -1
- package/lib/model/resource-anchor.d.ts +8 -0
- package/lib/model/resource-anchor.js.map +1 -1
- package/lib/request/get-network-anchor-request.d.ts +7 -3
- package/lib/request/get-resource-anchor-request.d.ts +6 -2
- package/lib/request/index.d.ts +4 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-external-location-details-metadata-request.d.ts +21 -7
- package/lib/request/list-external-location-details-metadata-request.js.map +1 -1
- package/lib/request/list-external-location-mapping-metadata-request.d.ts +5 -3
- package/lib/request/list-external-location-mapping-metadata-request.js.map +1 -1
- package/lib/request/list-external-location-summaries-metadata-request.d.ts +5 -3
- package/lib/request/list-external-location-summaries-metadata-request.js.map +1 -1
- package/lib/request/list-multicloud-resources-request.d.ts +77 -0
- package/lib/request/list-multicloud-resources-request.js +24 -0
- package/lib/request/list-multicloud-resources-request.js.map +1 -0
- package/lib/request/list-multicloud-subscriptions-request.d.ts +65 -0
- package/lib/request/list-multicloud-subscriptions-request.js +24 -0
- package/lib/request/list-multicloud-subscriptions-request.js.map +1 -0
- package/lib/request/list-network-anchors-request.d.ts +21 -11
- package/lib/request/list-network-anchors-request.js.map +1 -1
- package/lib/request/list-resource-anchors-request.d.ts +16 -10
- package/lib/request/list-resource-anchors-request.js.map +1 -1
- package/lib/response/index.d.ts +4 -0
- package/lib/response/list-multicloud-resources-response.d.ts +31 -0
- package/lib/response/list-multicloud-resources-response.js +15 -0
- package/lib/response/list-multicloud-resources-response.js.map +1 -0
- package/lib/response/list-multicloud-subscriptions-response.d.ts +31 -0
- package/lib/response/list-multicloud-subscriptions-response.js +15 -0
- package/lib/response/list-multicloud-subscriptions-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/omhubnetworkanchor-waiter.d.ts +0 -29
- package/lib/omhubnetworkanchor-waiter.js +0 -65
- package/lib/omhubnetworkanchor-waiter.js.map +0 -1
package/index.d.ts
CHANGED
|
@@ -14,14 +14,14 @@ import * as requests from "./lib/request";
|
|
|
14
14
|
import * as models from "./lib/model";
|
|
15
15
|
import * as responses from "./lib/response";
|
|
16
16
|
import * as client from "./lib/client";
|
|
17
|
-
import * as omhubnetworkanchor_waiter from "./lib/omhubnetworkanchor-waiter";
|
|
18
17
|
import * as omhubresourceanchor_waiter from "./lib/omhubresourceanchor-waiter";
|
|
19
18
|
export { models };
|
|
20
19
|
export { requests };
|
|
21
20
|
export { responses };
|
|
22
21
|
export import MetadataClient = client.MetadataClient;
|
|
23
22
|
export import MultiCloudsMetadataClient = client.MultiCloudsMetadataClient;
|
|
23
|
+
export import MulticloudResourcesClient = client.MulticloudResourcesClient;
|
|
24
|
+
export import MulticloudsubscriptionsClient = client.MulticloudsubscriptionsClient;
|
|
24
25
|
export import OmhubNetworkAnchorClient = client.OmhubNetworkAnchorClient;
|
|
25
|
-
export import OmhubNetworkAnchorWaiter = omhubnetworkanchor_waiter.OmhubNetworkAnchorWaiter;
|
|
26
26
|
export import OmhubResourceAnchorClient = client.OmhubResourceAnchorClient;
|
|
27
27
|
export import OmhubResourceAnchorWaiter = omhubresourceanchor_waiter.OmhubResourceAnchorWaiter;
|
package/index.js
CHANGED
|
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.OmhubResourceAnchorWaiter = exports.OmhubResourceAnchorClient = exports.
|
|
34
|
+
exports.OmhubResourceAnchorWaiter = exports.OmhubResourceAnchorClient = exports.OmhubNetworkAnchorClient = exports.MulticloudsubscriptionsClient = exports.MulticloudResourcesClient = exports.MultiCloudsMetadataClient = exports.MetadataClient = exports.responses = exports.requests = exports.models = void 0;
|
|
35
35
|
const requests = __importStar(require("./lib/request"));
|
|
36
36
|
exports.requests = requests;
|
|
37
37
|
const models = __importStar(require("./lib/model"));
|
|
@@ -39,12 +39,12 @@ exports.models = models;
|
|
|
39
39
|
const responses = __importStar(require("./lib/response"));
|
|
40
40
|
exports.responses = responses;
|
|
41
41
|
const client = __importStar(require("./lib/client"));
|
|
42
|
-
const omhubnetworkanchor_waiter = __importStar(require("./lib/omhubnetworkanchor-waiter"));
|
|
43
42
|
const omhubresourceanchor_waiter = __importStar(require("./lib/omhubresourceanchor-waiter"));
|
|
44
43
|
exports.MetadataClient = client.MetadataClient;
|
|
45
44
|
exports.MultiCloudsMetadataClient = client.MultiCloudsMetadataClient;
|
|
45
|
+
exports.MulticloudResourcesClient = client.MulticloudResourcesClient;
|
|
46
|
+
exports.MulticloudsubscriptionsClient = client.MulticloudsubscriptionsClient;
|
|
46
47
|
exports.OmhubNetworkAnchorClient = client.OmhubNetworkAnchorClient;
|
|
47
|
-
exports.OmhubNetworkAnchorWaiter = omhubnetworkanchor_waiter.OmhubNetworkAnchorWaiter;
|
|
48
48
|
exports.OmhubResourceAnchorClient = client.OmhubResourceAnchorClient;
|
|
49
49
|
exports.OmhubResourceAnchorWaiter = omhubresourceanchor_waiter.OmhubResourceAnchorWaiter;
|
|
50
50
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/multicloud/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/multicloud/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,6FAA+E;AAKjE,QAAA,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC;AACvC,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,6BAA6B,GAAG,MAAM,CAAC,6BAA6B,CAAC;AACrE,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,yBAAyB,GAAG,0BAA0B,CAAC,yBAAyB,CAAC"}
|
package/lib/client.d.ts
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
import * as requests from "./request";
|
|
15
15
|
import * as responses from "./response";
|
|
16
|
-
import { OmhubNetworkAnchorWaiter } from "./omhubnetworkanchor-waiter";
|
|
17
16
|
import { OmhubResourceAnchorWaiter } from "./omhubresourceanchor-waiter";
|
|
18
17
|
declare const Breaker: any;
|
|
19
18
|
export declare enum MetadataApiKeys {
|
|
@@ -83,112 +82,6 @@ export declare class MetadataClient {
|
|
|
83
82
|
close(): void;
|
|
84
83
|
/**
|
|
85
84
|
* 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
85
|
*
|
|
193
86
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
194
87
|
* @param ListExternalLocationDetailsMetadataRequest
|
|
@@ -199,54 +92,6 @@ export declare class MetadataClient {
|
|
|
199
92
|
listExternalLocationDetailsMetadata(listExternalLocationDetailsMetadataRequest: requests.ListExternalLocationDetailsMetadataRequest): Promise<responses.ListExternalLocationDetailsMetadataResponse>;
|
|
200
93
|
/**
|
|
201
94
|
* 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
95
|
*
|
|
251
96
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
252
97
|
* @param ListExternalLocationMappingMetadataRequest
|
|
@@ -257,28 +102,6 @@ export declare class MetadataClient {
|
|
|
257
102
|
listExternalLocationMappingMetadata(listExternalLocationMappingMetadataRequest: requests.ListExternalLocationMappingMetadataRequest): Promise<responses.ListExternalLocationMappingMetadataResponse>;
|
|
258
103
|
/**
|
|
259
104
|
* 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
105
|
*
|
|
283
106
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
284
107
|
* @param ListExternalLocationSummariesMetadataRequest
|
|
@@ -354,7 +177,9 @@ export declare class MultiCloudsMetadataClient {
|
|
|
354
177
|
*/
|
|
355
178
|
close(): void;
|
|
356
179
|
/**
|
|
357
|
-
* Gets information about
|
|
180
|
+
* Gets information about the Multicloud base compartment for a given tenancy Id.
|
|
181
|
+
* A Multicloud base compartment is an OCI compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
|
|
182
|
+
*
|
|
358
183
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
359
184
|
* @param GetMultiCloudMetadataRequest
|
|
360
185
|
* @return GetMultiCloudMetadataResponse
|
|
@@ -363,7 +188,8 @@ export declare class MultiCloudsMetadataClient {
|
|
|
363
188
|
*/
|
|
364
189
|
getMultiCloudMetadata(getMultiCloudMetadataRequest: requests.GetMultiCloudMetadataRequest): Promise<responses.GetMultiCloudMetadataResponse>;
|
|
365
190
|
/**
|
|
366
|
-
* Gets a list of multicloud metadata with
|
|
191
|
+
* Gets a list of multicloud metadata with pairs of Multicloud base compartment and subscription across Cloud Service Providers from a tenancy Id.
|
|
192
|
+
* A Multicloud base compartment is an OCI compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
|
|
367
193
|
*
|
|
368
194
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
369
195
|
* @param ListMultiCloudMetadataRequest
|
|
@@ -373,18 +199,17 @@ export declare class MultiCloudsMetadataClient {
|
|
|
373
199
|
*/
|
|
374
200
|
listMultiCloudMetadata(listMultiCloudMetadataRequest: requests.ListMultiCloudMetadataRequest): Promise<responses.ListMultiCloudMetadataResponse>;
|
|
375
201
|
}
|
|
376
|
-
export declare enum
|
|
202
|
+
export declare enum MulticloudResourcesApiKeys {
|
|
377
203
|
}
|
|
378
204
|
/**
|
|
379
205
|
* 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
206
|
*/
|
|
381
|
-
export declare class
|
|
207
|
+
export declare class MulticloudResourcesClient {
|
|
382
208
|
protected static serviceEndpointTemplate: string;
|
|
383
209
|
protected static endpointServiceName: string;
|
|
384
210
|
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
385
211
|
protected "_endpoint": string;
|
|
386
212
|
protected "_defaultHeaders": any;
|
|
387
|
-
protected "_waiters": OmhubNetworkAnchorWaiter;
|
|
388
213
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
389
214
|
protected _circuitBreaker: typeof Breaker | null;
|
|
390
215
|
protected _httpOptions: any;
|
|
@@ -428,18 +253,157 @@ export declare class OmhubNetworkAnchorClient {
|
|
|
428
253
|
*/
|
|
429
254
|
set regionId(regionId: string);
|
|
430
255
|
/**
|
|
431
|
-
*
|
|
256
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
257
|
+
*/
|
|
258
|
+
shutdownCircuitBreaker(): void;
|
|
259
|
+
/**
|
|
260
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
261
|
+
*/
|
|
262
|
+
closeProvider(): void;
|
|
263
|
+
/**
|
|
264
|
+
* Close the client once it is no longer needed
|
|
265
|
+
*/
|
|
266
|
+
close(): void;
|
|
267
|
+
/**
|
|
268
|
+
* Gets a list of multicloud resources with multicloud base compartment and subscription across Cloud Service Providers.
|
|
432
269
|
*
|
|
433
|
-
* @
|
|
434
|
-
* @
|
|
270
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
271
|
+
* @param ListMulticloudResourcesRequest
|
|
272
|
+
* @return ListMulticloudResourcesResponse
|
|
273
|
+
* @throws OciError when an error occurs
|
|
274
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListMulticloudResources.ts.html |here} to see how to use ListMulticloudResources API.
|
|
435
275
|
*/
|
|
436
|
-
|
|
276
|
+
listMulticloudResources(listMulticloudResourcesRequest: requests.ListMulticloudResourcesRequest): Promise<responses.ListMulticloudResourcesResponse>;
|
|
277
|
+
}
|
|
278
|
+
export declare enum MulticloudsubscriptionsApiKeys {
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
282
|
+
*/
|
|
283
|
+
export declare class MulticloudsubscriptionsClient {
|
|
284
|
+
protected static serviceEndpointTemplate: string;
|
|
285
|
+
protected static endpointServiceName: string;
|
|
286
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
287
|
+
protected "_endpoint": string;
|
|
288
|
+
protected "_defaultHeaders": any;
|
|
289
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
290
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
291
|
+
protected _httpOptions: any;
|
|
292
|
+
protected _bodyDuplexMode: any;
|
|
293
|
+
targetService: string;
|
|
294
|
+
protected _regionId: string;
|
|
295
|
+
protected "_region": common.Region;
|
|
296
|
+
protected _lastSetRegionOrRegionId: string;
|
|
297
|
+
protected _httpClient: common.HttpClient;
|
|
298
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
299
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
437
300
|
/**
|
|
438
|
-
*
|
|
301
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
302
|
+
*/
|
|
303
|
+
get endpoint(): string;
|
|
304
|
+
/**
|
|
305
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
306
|
+
* @param endpoint The endpoint of the service.
|
|
307
|
+
*/
|
|
308
|
+
set endpoint(endpoint: string);
|
|
309
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
310
|
+
/**
|
|
311
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
312
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
313
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
314
|
+
*/
|
|
315
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
316
|
+
/**
|
|
317
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
318
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
319
|
+
* @param region The region of the service.
|
|
320
|
+
*/
|
|
321
|
+
set region(region: common.Region);
|
|
322
|
+
/**
|
|
323
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
439
324
|
*
|
|
440
|
-
* @
|
|
325
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
326
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
327
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
328
|
+
* @param regionId The public region ID.
|
|
441
329
|
*/
|
|
442
|
-
|
|
330
|
+
set regionId(regionId: string);
|
|
331
|
+
/**
|
|
332
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
333
|
+
*/
|
|
334
|
+
shutdownCircuitBreaker(): void;
|
|
335
|
+
/**
|
|
336
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
337
|
+
*/
|
|
338
|
+
closeProvider(): void;
|
|
339
|
+
/**
|
|
340
|
+
* Close the client once it is no longer needed
|
|
341
|
+
*/
|
|
342
|
+
close(): void;
|
|
343
|
+
/**
|
|
344
|
+
* Gets a list of Multicloud Resources.
|
|
345
|
+
*
|
|
346
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
347
|
+
* @param ListMulticloudSubscriptionsRequest
|
|
348
|
+
* @return ListMulticloudSubscriptionsResponse
|
|
349
|
+
* @throws OciError when an error occurs
|
|
350
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListMulticloudSubscriptions.ts.html |here} to see how to use ListMulticloudSubscriptions API.
|
|
351
|
+
*/
|
|
352
|
+
listMulticloudSubscriptions(listMulticloudSubscriptionsRequest: requests.ListMulticloudSubscriptionsRequest): Promise<responses.ListMulticloudSubscriptionsResponse>;
|
|
353
|
+
}
|
|
354
|
+
export declare enum OmhubNetworkAnchorApiKeys {
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
358
|
+
*/
|
|
359
|
+
export declare class OmhubNetworkAnchorClient {
|
|
360
|
+
protected static serviceEndpointTemplate: string;
|
|
361
|
+
protected static endpointServiceName: string;
|
|
362
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
363
|
+
protected "_endpoint": string;
|
|
364
|
+
protected "_defaultHeaders": any;
|
|
365
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
366
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
367
|
+
protected _httpOptions: any;
|
|
368
|
+
protected _bodyDuplexMode: any;
|
|
369
|
+
targetService: string;
|
|
370
|
+
protected _regionId: string;
|
|
371
|
+
protected "_region": common.Region;
|
|
372
|
+
protected _lastSetRegionOrRegionId: string;
|
|
373
|
+
protected _httpClient: common.HttpClient;
|
|
374
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
375
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
376
|
+
/**
|
|
377
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
378
|
+
*/
|
|
379
|
+
get endpoint(): string;
|
|
380
|
+
/**
|
|
381
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
382
|
+
* @param endpoint The endpoint of the service.
|
|
383
|
+
*/
|
|
384
|
+
set endpoint(endpoint: string);
|
|
385
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
386
|
+
/**
|
|
387
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
388
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
389
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
390
|
+
*/
|
|
391
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
392
|
+
/**
|
|
393
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
394
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
395
|
+
* @param region The region of the service.
|
|
396
|
+
*/
|
|
397
|
+
set region(region: common.Region);
|
|
398
|
+
/**
|
|
399
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
400
|
+
*
|
|
401
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
402
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
403
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
404
|
+
* @param regionId The public region ID.
|
|
405
|
+
*/
|
|
406
|
+
set regionId(regionId: string);
|
|
443
407
|
/**
|
|
444
408
|
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
445
409
|
*/
|