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.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +27 -0
- package/index.js +50 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +574 -0
- package/lib/client.js +1465 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-kind-header.d.ts +23 -0
- package/lib/model/action-kind-header.js +34 -0
- package/lib/model/action-kind-header.js.map +1 -0
- package/lib/model/aws-cloud-service-provider-metadata-item.d.ts +29 -0
- package/lib/model/aws-cloud-service-provider-metadata-item.js +54 -0
- package/lib/model/aws-cloud-service-provider-metadata-item.js.map +1 -0
- package/lib/model/azure-cloud-service-provider-metadata-item.d.ts +33 -0
- package/lib/model/azure-cloud-service-provider-metadata-item.js +54 -0
- package/lib/model/azure-cloud-service-provider-metadata-item.js.map +1 -0
- package/lib/model/cloud-service-provider-metadata-item.d.ts +37 -0
- package/lib/model/cloud-service-provider-metadata-item.js +76 -0
- package/lib/model/cloud-service-provider-metadata-item.js.map +1 -0
- package/lib/model/cloud-service-provider-network-metadata-item.d.ts +46 -0
- package/lib/model/cloud-service-provider-network-metadata-item.js +29 -0
- package/lib/model/cloud-service-provider-network-metadata-item.js.map +1 -0
- package/lib/model/csp-zone-key-reference-id.d.ts +33 -0
- package/lib/model/csp-zone-key-reference-id.js +29 -0
- package/lib/model/csp-zone-key-reference-id.js.map +1 -0
- package/lib/model/external-location-detail.d.ts +47 -0
- package/lib/model/external-location-detail.js +57 -0
- package/lib/model/external-location-detail.js.map +1 -0
- package/lib/model/external-location-mapping-metadatum-summary-collection.d.ts +27 -0
- package/lib/model/external-location-mapping-metadatum-summary-collection.js +61 -0
- package/lib/model/external-location-mapping-metadatum-summary-collection.js.map +1 -0
- package/lib/model/external-location-mapping-metadatum-summary.d.ts +71 -0
- package/lib/model/external-location-mapping-metadatum-summary.js +57 -0
- package/lib/model/external-location-mapping-metadatum-summary.js.map +1 -0
- package/lib/model/external-location-summaries-metadatum-summary-collection.d.ts +27 -0
- package/lib/model/external-location-summaries-metadatum-summary-collection.js +61 -0
- package/lib/model/external-location-summaries-metadatum-summary-collection.js.map +1 -0
- package/lib/model/external-location-summaries-metadatum-summary.d.ts +60 -0
- package/lib/model/external-location-summaries-metadatum-summary.js +57 -0
- package/lib/model/external-location-summaries-metadatum-summary.js.map +1 -0
- package/lib/model/external-location-summary.d.ts +29 -0
- package/lib/model/external-location-summary.js +29 -0
- package/lib/model/external-location-summary.js.map +1 -0
- package/lib/model/external-location.d.ts +42 -0
- package/lib/model/external-location.js +29 -0
- package/lib/model/external-location.js.map +1 -0
- package/lib/model/external-locations-metadatum-collection.d.ts +27 -0
- package/lib/model/external-locations-metadatum-collection.js +61 -0
- package/lib/model/external-locations-metadatum-collection.js.map +1 -0
- package/lib/model/external-locations-metadatum-summary.d.ts +72 -0
- package/lib/model/external-locations-metadatum-summary.js +57 -0
- package/lib/model/external-locations-metadatum-summary.js.map +1 -0
- package/lib/model/gcp-cloud-service-provider-metadata-item.d.ts +29 -0
- package/lib/model/gcp-cloud-service-provider-metadata-item.js +54 -0
- package/lib/model/gcp-cloud-service-provider-metadata-item.js.map +1 -0
- package/lib/model/index.d.ts +78 -0
- package/lib/model/index.js +101 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/multi-cloud-metadata-collection.d.ts +26 -0
- package/lib/model/multi-cloud-metadata-collection.js +61 -0
- package/lib/model/multi-cloud-metadata-collection.js.map +1 -0
- package/lib/model/multi-cloud-metadata-summary.d.ts +70 -0
- package/lib/model/multi-cloud-metadata-summary.js +29 -0
- package/lib/model/multi-cloud-metadata-summary.js.map +1 -0
- package/lib/model/multi-cloud-metadata.d.ts +70 -0
- package/lib/model/multi-cloud-metadata.js +29 -0
- package/lib/model/multi-cloud-metadata.js.map +1 -0
- package/lib/model/network-anchor-collection.d.ts +26 -0
- package/lib/model/network-anchor-collection.js +61 -0
- package/lib/model/network-anchor-collection.js.map +1 -0
- package/lib/model/network-anchor-summary.d.ts +98 -0
- package/lib/model/network-anchor-summary.js +29 -0
- package/lib/model/network-anchor-summary.js.map +1 -0
- package/lib/model/network-anchor.d.ts +131 -0
- package/lib/model/network-anchor.js +87 -0
- package/lib/model/network-anchor.js.map +1 -0
- package/lib/model/oci-dns.d.ts +25 -0
- package/lib/model/oci-dns.js +29 -0
- package/lib/model/oci-dns.js.map +1 -0
- package/lib/model/oci-network-metadata.d.ts +74 -0
- package/lib/model/oci-network-metadata.js +83 -0
- package/lib/model/oci-network-metadata.js.map +1 -0
- package/lib/model/oci-network-subnet.d.ts +42 -0
- package/lib/model/oci-network-subnet.js +39 -0
- package/lib/model/oci-network-subnet.js.map +1 -0
- package/lib/model/oci-vcn.d.ts +49 -0
- package/lib/model/oci-vcn.js +29 -0
- package/lib/model/oci-vcn.js.map +1 -0
- package/lib/model/om-hub-cp.d.ts +23 -0
- package/lib/model/om-hub-cp.js +55 -0
- package/lib/model/om-hub-cp.js.map +1 -0
- package/lib/model/properties.d.ts +25 -0
- package/lib/model/properties.js +29 -0
- package/lib/model/properties.js.map +1 -0
- package/lib/model/resource-anchor-collection.d.ts +26 -0
- package/lib/model/resource-anchor-collection.js +61 -0
- package/lib/model/resource-anchor-collection.js.map +1 -0
- package/lib/model/resource-anchor-summary.d.ts +94 -0
- package/lib/model/resource-anchor-summary.js +29 -0
- package/lib/model/resource-anchor-summary.js.map +1 -0
- package/lib/model/resource-anchor.d.ts +144 -0
- package/lib/model/resource-anchor.js +81 -0
- package/lib/model/resource-anchor.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/subscription-type.d.ts +29 -0
- package/lib/model/subscription-type.js +40 -0
- package/lib/model/subscription-type.js.map +1 -0
- package/lib/omhubnetworkanchor-waiter.d.ts +29 -0
- package/lib/omhubnetworkanchor-waiter.js +65 -0
- package/lib/omhubnetworkanchor-waiter.js.map +1 -0
- package/lib/omhubresourceanchor-waiter.d.ts +29 -0
- package/lib/omhubresourceanchor-waiter.js +65 -0
- package/lib/omhubresourceanchor-waiter.js.map +1 -0
- package/lib/request/get-multi-cloud-metadata-request.d.ts +34 -0
- package/lib/request/get-multi-cloud-metadata-request.js +15 -0
- package/lib/request/get-multi-cloud-metadata-request.js.map +1 -0
- package/lib/request/get-network-anchor-request.d.ts +43 -0
- package/lib/request/get-network-anchor-request.js +15 -0
- package/lib/request/get-network-anchor-request.js.map +1 -0
- package/lib/request/get-resource-anchor-request.d.ts +39 -0
- package/lib/request/get-resource-anchor-request.js +15 -0
- package/lib/request/get-resource-anchor-request.js.map +1 -0
- package/lib/request/index.d.ts +30 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-external-location-details-metadata-request.d.ts +80 -0
- package/lib/request/list-external-location-details-metadata-request.js +28 -0
- package/lib/request/list-external-location-details-metadata-request.js.map +1 -0
- package/lib/request/list-external-location-mapping-metadata-request.d.ts +69 -0
- package/lib/request/list-external-location-mapping-metadata-request.js +24 -0
- package/lib/request/list-external-location-mapping-metadata-request.js.map +1 -0
- package/lib/request/list-external-location-summaries-metadata-request.d.ts +76 -0
- package/lib/request/list-external-location-summaries-metadata-request.js +28 -0
- package/lib/request/list-external-location-summaries-metadata-request.js.map +1 -0
- package/lib/request/list-multi-cloud-metadata-request.d.ts +61 -0
- package/lib/request/list-multi-cloud-metadata-request.js +24 -0
- package/lib/request/list-multi-cloud-metadata-request.js.map +1 -0
- package/lib/request/list-network-anchors-request.d.ts +95 -0
- package/lib/request/list-network-anchors-request.js +24 -0
- package/lib/request/list-network-anchors-request.js.map +1 -0
- package/lib/request/list-resource-anchors-request.d.ts +91 -0
- package/lib/request/list-resource-anchors-request.js +24 -0
- package/lib/request/list-resource-anchors-request.js.map +1 -0
- package/lib/response/get-multi-cloud-metadata-response.d.ts +30 -0
- package/lib/response/get-multi-cloud-metadata-response.js +15 -0
- package/lib/response/get-multi-cloud-metadata-response.js.map +1 -0
- package/lib/response/get-network-anchor-response.d.ts +30 -0
- package/lib/response/get-network-anchor-response.js +15 -0
- package/lib/response/get-network-anchor-response.js.map +1 -0
- package/lib/response/get-resource-anchor-response.d.ts +30 -0
- package/lib/response/get-resource-anchor-response.js +15 -0
- package/lib/response/get-resource-anchor-response.js.map +1 -0
- package/lib/response/index.d.ts +30 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-external-location-details-metadata-response.d.ts +31 -0
- package/lib/response/list-external-location-details-metadata-response.js +15 -0
- package/lib/response/list-external-location-details-metadata-response.js.map +1 -0
- package/lib/response/list-external-location-mapping-metadata-response.d.ts +31 -0
- package/lib/response/list-external-location-mapping-metadata-response.js +15 -0
- package/lib/response/list-external-location-mapping-metadata-response.js.map +1 -0
- package/lib/response/list-external-location-summaries-metadata-response.d.ts +31 -0
- package/lib/response/list-external-location-summaries-metadata-response.js +15 -0
- package/lib/response/list-external-location-summaries-metadata-response.js.map +1 -0
- package/lib/response/list-multi-cloud-metadata-response.d.ts +31 -0
- package/lib/response/list-multi-cloud-metadata-response.js +15 -0
- package/lib/response/list-multi-cloud-metadata-response.js.map +1 -0
- package/lib/response/list-network-anchors-response.d.ts +31 -0
- package/lib/response/list-network-anchors-response.js +15 -0
- package/lib/response/list-network-anchors-response.js.map +1 -0
- package/lib/response/list-resource-anchors-response.d.ts +31 -0
- package/lib/response/list-resource-anchors-response.js +15 -0
- package/lib/response/list-resource-anchors-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
34
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
35
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
36
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
37
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
38
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
39
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43
|
+
exports.OmhubResourceAnchorWaiter = void 0;
|
|
44
|
+
const models = __importStar(require("./model"));
|
|
45
|
+
const oci_common_1 = require("oci-common");
|
|
46
|
+
class OmhubResourceAnchorWaiter {
|
|
47
|
+
constructor(client, config) {
|
|
48
|
+
this.client = client;
|
|
49
|
+
this.config = config;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Waits forResourceAnchor till it reaches any of the provided states
|
|
53
|
+
*
|
|
54
|
+
* @param request the request to send
|
|
55
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
56
|
+
* @return response returns GetResourceAnchorResponse | null (null in case of 404 response)
|
|
57
|
+
*/
|
|
58
|
+
forResourceAnchor(request, ...targetStates) {
|
|
59
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
60
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getResourceAnchor(request), response => targetStates.includes(response.resourceAnchor.lifecycleState), targetStates.includes(models.ResourceAnchor.LifecycleState.Deleted));
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
exports.OmhubResourceAnchorWaiter = OmhubResourceAnchorWaiter;
|
|
65
|
+
//# sourceMappingURL=omhubresourceanchor-waiter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"omhubresourceanchor-waiter.js","sourceRoot":"","sources":["../../../../lib/multicloud/lib/omhubresourceanchor-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,yBAAyB;IACpC,YACU,MAAiC,EACxB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAA2B;QACxB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,iBAAiB,CAC5B,OAAiD,EACjD,GAAG,YAAoD;;YAEvD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAe,CAAC,EAC1E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,OAAO,CAAC,CACpE,CAAC;QACJ,CAAC;KAAA;CACF;AAxBD,8DAwBC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 GetMultiCloudMetadataRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetMultiCloudMetadataRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OCI subscription.
|
|
24
|
+
*/
|
|
25
|
+
"subscriptionId": string;
|
|
26
|
+
/**
|
|
27
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
28
|
+
* Oracle about a particular request, please provide the request ID.
|
|
29
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
30
|
+
* underscore, and dash.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"opcRequestId"?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-multi-cloud-metadata-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-multi-cloud-metadata-request.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/get-multi-cloud-metadata-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/GetNetworkAnchor.ts.html |here} to see how to use GetNetworkAnchorRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetNetworkAnchorRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAnchor.
|
|
21
|
+
*/
|
|
22
|
+
"networkAnchorId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
|
|
25
|
+
*/
|
|
26
|
+
"subscriptionServiceName": model.SubscriptionType;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
|
|
29
|
+
*/
|
|
30
|
+
"subscriptionId": string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
33
|
+
* Oracle about a particular request, please provide the request ID.
|
|
34
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
35
|
+
* underscore, and dash.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* OMHub Control Plane must know underlying CSP CP Region External Location Name.
|
|
41
|
+
*/
|
|
42
|
+
"externalLocation"?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-network-anchor-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-network-anchor-request.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/get-network-anchor-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/GetResourceAnchor.ts.html |here} to see how to use GetResourceAnchorRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetResourceAnchorRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ResourceAnchor.
|
|
21
|
+
*/
|
|
22
|
+
"resourceAnchorId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
|
|
25
|
+
*/
|
|
26
|
+
"subscriptionServiceName": model.SubscriptionType;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
|
|
29
|
+
*/
|
|
30
|
+
"subscriptionId": string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
33
|
+
* Oracle about a particular request, please provide the request ID.
|
|
34
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
35
|
+
* underscore, and dash.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-resource-anchor-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-resource-anchor-request.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/get-resource-anchor-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as ListExternalLocationDetailsMetadataRequest from "./list-external-location-details-metadata-request";
|
|
14
|
+
export import ListExternalLocationDetailsMetadataRequest = ListExternalLocationDetailsMetadataRequest.ListExternalLocationDetailsMetadataRequest;
|
|
15
|
+
import * as ListExternalLocationMappingMetadataRequest from "./list-external-location-mapping-metadata-request";
|
|
16
|
+
export import ListExternalLocationMappingMetadataRequest = ListExternalLocationMappingMetadataRequest.ListExternalLocationMappingMetadataRequest;
|
|
17
|
+
import * as ListExternalLocationSummariesMetadataRequest from "./list-external-location-summaries-metadata-request";
|
|
18
|
+
export import ListExternalLocationSummariesMetadataRequest = ListExternalLocationSummariesMetadataRequest.ListExternalLocationSummariesMetadataRequest;
|
|
19
|
+
import * as GetMultiCloudMetadataRequest from "./get-multi-cloud-metadata-request";
|
|
20
|
+
export import GetMultiCloudMetadataRequest = GetMultiCloudMetadataRequest.GetMultiCloudMetadataRequest;
|
|
21
|
+
import * as ListMultiCloudMetadataRequest from "./list-multi-cloud-metadata-request";
|
|
22
|
+
export import ListMultiCloudMetadataRequest = ListMultiCloudMetadataRequest.ListMultiCloudMetadataRequest;
|
|
23
|
+
import * as GetNetworkAnchorRequest from "./get-network-anchor-request";
|
|
24
|
+
export import GetNetworkAnchorRequest = GetNetworkAnchorRequest.GetNetworkAnchorRequest;
|
|
25
|
+
import * as ListNetworkAnchorsRequest from "./list-network-anchors-request";
|
|
26
|
+
export import ListNetworkAnchorsRequest = ListNetworkAnchorsRequest.ListNetworkAnchorsRequest;
|
|
27
|
+
import * as GetResourceAnchorRequest from "./get-resource-anchor-request";
|
|
28
|
+
export import GetResourceAnchorRequest = GetResourceAnchorRequest.GetResourceAnchorRequest;
|
|
29
|
+
import * as ListResourceAnchorsRequest from "./list-resource-anchors-request";
|
|
30
|
+
export import ListResourceAnchorsRequest = ListResourceAnchorsRequest.ListResourceAnchorsRequest;
|
|
@@ -0,0 +1,47 @@
|
|
|
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.ListResourceAnchorsRequest = exports.ListNetworkAnchorsRequest = exports.ListMultiCloudMetadataRequest = exports.ListExternalLocationSummariesMetadataRequest = exports.ListExternalLocationMappingMetadataRequest = exports.ListExternalLocationDetailsMetadataRequest = void 0;
|
|
35
|
+
const ListExternalLocationDetailsMetadataRequest = __importStar(require("./list-external-location-details-metadata-request"));
|
|
36
|
+
exports.ListExternalLocationDetailsMetadataRequest = ListExternalLocationDetailsMetadataRequest.ListExternalLocationDetailsMetadataRequest;
|
|
37
|
+
const ListExternalLocationMappingMetadataRequest = __importStar(require("./list-external-location-mapping-metadata-request"));
|
|
38
|
+
exports.ListExternalLocationMappingMetadataRequest = ListExternalLocationMappingMetadataRequest.ListExternalLocationMappingMetadataRequest;
|
|
39
|
+
const ListExternalLocationSummariesMetadataRequest = __importStar(require("./list-external-location-summaries-metadata-request"));
|
|
40
|
+
exports.ListExternalLocationSummariesMetadataRequest = ListExternalLocationSummariesMetadataRequest.ListExternalLocationSummariesMetadataRequest;
|
|
41
|
+
const ListMultiCloudMetadataRequest = __importStar(require("./list-multi-cloud-metadata-request"));
|
|
42
|
+
exports.ListMultiCloudMetadataRequest = ListMultiCloudMetadataRequest.ListMultiCloudMetadataRequest;
|
|
43
|
+
const ListNetworkAnchorsRequest = __importStar(require("./list-network-anchors-request"));
|
|
44
|
+
exports.ListNetworkAnchorsRequest = ListNetworkAnchorsRequest.ListNetworkAnchorsRequest;
|
|
45
|
+
const ListResourceAnchorsRequest = __importStar(require("./list-resource-anchors-request"));
|
|
46
|
+
exports.ListResourceAnchorsRequest = ListResourceAnchorsRequest.ListResourceAnchorsRequest;
|
|
47
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,8HAAgH;AAClG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,8HAAgH;AAClG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,kIAAoH;AACtG,QAAA,4CAA4C,GAAG,4CAA4C,CAAC,4CAA4C,CAAC;AAGvJ,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAG1G,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListExternalLocationDetailsMetadata.ts.html |here} to see how to use ListExternalLocationDetailsMetadataRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListExternalLocationDetailsMetadataRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"subscriptionId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
25
|
+
*/
|
|
26
|
+
"compartmentId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
|
|
29
|
+
*/
|
|
30
|
+
"subscriptionServiceName": model.SubscriptionType;
|
|
31
|
+
/**
|
|
32
|
+
* The resource type query (i.e. dbsystem, instance etc.)
|
|
33
|
+
*/
|
|
34
|
+
"entityType"?: ListExternalLocationDetailsMetadataRequest.EntityType;
|
|
35
|
+
/**
|
|
36
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which linked to Resource.
|
|
37
|
+
*/
|
|
38
|
+
"linkedCompartmentId"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
41
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
42
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"limit"?: number;
|
|
46
|
+
/**
|
|
47
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
48
|
+
* \"List\" call. For important details about how pagination works, see
|
|
49
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"page"?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
55
|
+
*/
|
|
56
|
+
"sortOrder"?: model.SortOrder;
|
|
57
|
+
/**
|
|
58
|
+
* The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
|
|
59
|
+
* is descending. Default order for {@code displayName} is ascending.
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"sortBy"?: ListExternalLocationDetailsMetadataRequest.SortBy;
|
|
63
|
+
/**
|
|
64
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
65
|
+
* Oracle about a particular request, please provide the request ID.
|
|
66
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
67
|
+
* underscore, and dash.
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"opcRequestId"?: string;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace ListExternalLocationDetailsMetadataRequest {
|
|
73
|
+
enum EntityType {
|
|
74
|
+
Dbsystem = "dbsystem"
|
|
75
|
+
}
|
|
76
|
+
enum SortBy {
|
|
77
|
+
TimeCreated = "timeCreated",
|
|
78
|
+
DisplayName = "displayName"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListExternalLocationDetailsMetadataRequest = void 0;
|
|
16
|
+
var ListExternalLocationDetailsMetadataRequest;
|
|
17
|
+
(function (ListExternalLocationDetailsMetadataRequest) {
|
|
18
|
+
let EntityType;
|
|
19
|
+
(function (EntityType) {
|
|
20
|
+
EntityType["Dbsystem"] = "dbsystem";
|
|
21
|
+
})(EntityType = ListExternalLocationDetailsMetadataRequest.EntityType || (ListExternalLocationDetailsMetadataRequest.EntityType = {}));
|
|
22
|
+
let SortBy;
|
|
23
|
+
(function (SortBy) {
|
|
24
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
25
|
+
SortBy["DisplayName"] = "displayName";
|
|
26
|
+
})(SortBy = ListExternalLocationDetailsMetadataRequest.SortBy || (ListExternalLocationDetailsMetadataRequest.SortBy = {}));
|
|
27
|
+
})(ListExternalLocationDetailsMetadataRequest = exports.ListExternalLocationDetailsMetadataRequest || (exports.ListExternalLocationDetailsMetadataRequest = {}));
|
|
28
|
+
//# sourceMappingURL=list-external-location-details-metadata-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-external-location-details-metadata-request.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/list-external-location-details-metadata-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+DH,IAAiB,0CAA0C,CAS1D;AATD,WAAiB,0CAA0C;IACzD,IAAY,UAEX;IAFD,WAAY,UAAU;QACpB,mCAAqB,CAAA;IACvB,CAAC,EAFW,UAAU,GAAV,qDAAU,KAAV,qDAAU,QAErB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,iDAAM,KAAN,iDAAM,QAGjB;AACH,CAAC,EATgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAS1D"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListExternalLocationMappingMetadata.ts.html |here} to see how to use ListExternalLocationMappingMetadataRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListExternalLocationMappingMetadataRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The subscription type values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
|
|
21
|
+
*/
|
|
22
|
+
"subscriptionServiceName": Array<model.SubscriptionType>;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
25
|
+
*/
|
|
26
|
+
"compartmentId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
|
|
29
|
+
*/
|
|
30
|
+
"subscriptionId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
33
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
34
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"limit"?: number;
|
|
38
|
+
/**
|
|
39
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
40
|
+
* \"List\" call. For important details about how pagination works, see
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"page"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
47
|
+
*/
|
|
48
|
+
"sortOrder"?: model.SortOrder;
|
|
49
|
+
/**
|
|
50
|
+
* The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
|
|
51
|
+
* is descending. Default order for {@code displayName} is ascending.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"sortBy"?: ListExternalLocationMappingMetadataRequest.SortBy;
|
|
55
|
+
/**
|
|
56
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
57
|
+
* Oracle about a particular request, please provide the request ID.
|
|
58
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
59
|
+
* underscore, and dash.
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"opcRequestId"?: string;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace ListExternalLocationMappingMetadataRequest {
|
|
65
|
+
enum SortBy {
|
|
66
|
+
TimeCreated = "timeCreated",
|
|
67
|
+
DisplayName = "displayName"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListExternalLocationMappingMetadataRequest = void 0;
|
|
16
|
+
var ListExternalLocationMappingMetadataRequest;
|
|
17
|
+
(function (ListExternalLocationMappingMetadataRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListExternalLocationMappingMetadataRequest.SortBy || (ListExternalLocationMappingMetadataRequest.SortBy = {}));
|
|
23
|
+
})(ListExternalLocationMappingMetadataRequest = exports.ListExternalLocationMappingMetadataRequest || (exports.ListExternalLocationMappingMetadataRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-external-location-mapping-metadata-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-external-location-mapping-metadata-request.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/request/list-external-location-mapping-metadata-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuDH,IAAiB,0CAA0C,CAK1D;AALD,WAAiB,0CAA0C;IACzD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,iDAAM,KAAN,iDAAM,QAGjB;AACH,CAAC,EALgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAK1D"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListExternalLocationSummariesMetadata.ts.html |here} to see how to use ListExternalLocationSummariesMetadataRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListExternalLocationSummariesMetadataRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
|
|
21
|
+
*/
|
|
22
|
+
"subscriptionServiceName": model.SubscriptionType;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
25
|
+
*/
|
|
26
|
+
"compartmentId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
|
|
29
|
+
*/
|
|
30
|
+
"subscriptionId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The resource type query (i.e. dbsystem, instance etc.)
|
|
33
|
+
*/
|
|
34
|
+
"entityType"?: ListExternalLocationSummariesMetadataRequest.EntityType;
|
|
35
|
+
/**
|
|
36
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
37
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
38
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"limit"?: number;
|
|
42
|
+
/**
|
|
43
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
44
|
+
* \"List\" call. For important details about how pagination works, see
|
|
45
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"page"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
51
|
+
*/
|
|
52
|
+
"sortOrder"?: model.SortOrder;
|
|
53
|
+
/**
|
|
54
|
+
* The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
|
|
55
|
+
* is descending. Default order for {@code displayName} is ascending.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"sortBy"?: ListExternalLocationSummariesMetadataRequest.SortBy;
|
|
59
|
+
/**
|
|
60
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
61
|
+
* Oracle about a particular request, please provide the request ID.
|
|
62
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
63
|
+
* underscore, and dash.
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"opcRequestId"?: string;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace ListExternalLocationSummariesMetadataRequest {
|
|
69
|
+
enum EntityType {
|
|
70
|
+
Dbsystem = "dbsystem"
|
|
71
|
+
}
|
|
72
|
+
enum SortBy {
|
|
73
|
+
TimeCreated = "timeCreated",
|
|
74
|
+
DisplayName = "displayName"
|
|
75
|
+
}
|
|
76
|
+
}
|