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,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* External location information from OCI primitives to any CSP
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface ExternalLocationsMetadatumCollection {
|
|
19
|
+
/**
|
|
20
|
+
* List of ExternalLocationsMetadatumSummary
|
|
21
|
+
*/
|
|
22
|
+
"items": Array<model.ExternalLocationsMetadatumSummary>;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace ExternalLocationsMetadatumCollection {
|
|
25
|
+
function getJsonObj(obj: ExternalLocationsMetadatumCollection): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: ExternalLocationsMetadatumCollection): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Multicloud API
|
|
4
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ExternalLocationsMetadatumCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ExternalLocationsMetadatumCollection;
|
|
37
|
+
(function (ExternalLocationsMetadatumCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.ExternalLocationsMetadatumSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ExternalLocationsMetadatumCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.ExternalLocationsMetadatumSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
ExternalLocationsMetadatumCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(ExternalLocationsMetadatumCollection = exports.ExternalLocationsMetadatumCollection || (exports.ExternalLocationsMetadatumCollection = {}));
|
|
61
|
+
//# sourceMappingURL=external-locations-metadatum-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"external-locations-metadatum-collection.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/external-locations-metadatum-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,oCAAoC,CA6BpD;AA7BD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA6BpD"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Flat Map of CSP Region -> CSP-Physical-AZ -> CSP-Logical-AZ -> OCI Site Group -> CPG-ID
|
|
16
|
+
*/
|
|
17
|
+
export interface ExternalLocationsMetadatumSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
20
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
21
|
+
* <p>
|
|
22
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"freeformTags": {
|
|
26
|
+
[key: string]: string;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
30
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
31
|
+
* <p>
|
|
32
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"definedTags": {
|
|
36
|
+
[key: string]: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
42
|
+
* <p>
|
|
43
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"systemTags"?: {
|
|
47
|
+
[key: string]: {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
"externalLocation": model.ExternalLocationDetail;
|
|
52
|
+
/**
|
|
53
|
+
* OCI physical ad name
|
|
54
|
+
*/
|
|
55
|
+
"ociPhysicalAd": string;
|
|
56
|
+
/**
|
|
57
|
+
* OCI logical ad name
|
|
58
|
+
*/
|
|
59
|
+
"ociLogicalAd"?: string;
|
|
60
|
+
/**
|
|
61
|
+
* OCI region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
|
|
62
|
+
*/
|
|
63
|
+
"ociRegion": string;
|
|
64
|
+
/**
|
|
65
|
+
* Cluster Placement Group OCID
|
|
66
|
+
*/
|
|
67
|
+
"cpgId": string;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace ExternalLocationsMetadatumSummary {
|
|
70
|
+
function getJsonObj(obj: ExternalLocationsMetadatumSummary): object;
|
|
71
|
+
function getDeserializedJsonObj(obj: ExternalLocationsMetadatumSummary): object;
|
|
72
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Multicloud API
|
|
4
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ExternalLocationsMetadatumSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ExternalLocationsMetadatumSummary;
|
|
37
|
+
(function (ExternalLocationsMetadatumSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"externalLocation": obj.externalLocation
|
|
41
|
+
? model.ExternalLocationDetail.getJsonObj(obj.externalLocation)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
ExternalLocationsMetadatumSummary.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"externalLocation": obj.externalLocation
|
|
50
|
+
? model.ExternalLocationDetail.getDeserializedJsonObj(obj.externalLocation)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ExternalLocationsMetadatumSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(ExternalLocationsMetadatumSummary = exports.ExternalLocationsMetadatumSummary || (exports.ExternalLocationsMetadatumSummary = {}));
|
|
57
|
+
//# sourceMappingURL=external-locations-metadatum-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"external-locations-metadatum-summary.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/external-locations-metadatum-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,iCAAiC,CAyBjD;AAzBD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4CAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAyBjD"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* GCP Cloud Service Provider metadata item.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface GcpCloudServiceProviderMetadataItem extends model.CloudServiceProviderMetadataItem {
|
|
19
|
+
/**
|
|
20
|
+
* GCP project number that was used for creating this resource anchor resource.
|
|
21
|
+
*/
|
|
22
|
+
"projectNumber": string;
|
|
23
|
+
"subscriptionType": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace GcpCloudServiceProviderMetadataItem {
|
|
26
|
+
function getJsonObj(obj: GcpCloudServiceProviderMetadataItem, isParentJsonObj?: boolean): object;
|
|
27
|
+
const subscriptionType = "ORACLEDBATGOOGLE";
|
|
28
|
+
function getDeserializedJsonObj(obj: GcpCloudServiceProviderMetadataItem, isParentJsonObj?: boolean): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.GcpCloudServiceProviderMetadataItem = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var GcpCloudServiceProviderMetadataItem;
|
|
37
|
+
(function (GcpCloudServiceProviderMetadataItem) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.CloudServiceProviderMetadataItem.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
GcpCloudServiceProviderMetadataItem.getJsonObj = getJsonObj;
|
|
45
|
+
GcpCloudServiceProviderMetadataItem.subscriptionType = "ORACLEDBATGOOGLE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.CloudServiceProviderMetadataItem.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
GcpCloudServiceProviderMetadataItem.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(GcpCloudServiceProviderMetadataItem = exports.GcpCloudServiceProviderMetadataItem || (exports.GcpCloudServiceProviderMetadataItem = {}));
|
|
54
|
+
//# sourceMappingURL=gcp-cloud-service-provider-metadata-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gcp-cloud-service-provider-metadata-item.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/gcp-cloud-service-provider-metadata-item.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,mCAAmC,CAgCnD;AAhCD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CACxB,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAChD,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8CAAU,aAczB,CAAA;IACY,oDAAgB,GAAG,kBAAkB,CAAC;IACnD,SAAgB,sBAAsB,CACpC,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAC5D,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAgCnD"}
|
|
@@ -0,0 +1,78 @@
|
|
|
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 ActionKindHeader from "./action-kind-header";
|
|
14
|
+
export import ActionKindHeader = ActionKindHeader.ActionKindHeader;
|
|
15
|
+
import * as CloudServiceProviderMetadataItem from "./cloud-service-provider-metadata-item";
|
|
16
|
+
export import CloudServiceProviderMetadataItem = CloudServiceProviderMetadataItem.CloudServiceProviderMetadataItem;
|
|
17
|
+
import * as CloudServiceProviderNetworkMetadataItem from "./cloud-service-provider-network-metadata-item";
|
|
18
|
+
export import CloudServiceProviderNetworkMetadataItem = CloudServiceProviderNetworkMetadataItem.CloudServiceProviderNetworkMetadataItem;
|
|
19
|
+
import * as CspZoneKeyReferenceId from "./csp-zone-key-reference-id";
|
|
20
|
+
export import CspZoneKeyReferenceId = CspZoneKeyReferenceId.CspZoneKeyReferenceId;
|
|
21
|
+
import * as ExternalLocation from "./external-location";
|
|
22
|
+
export import ExternalLocation = ExternalLocation.ExternalLocation;
|
|
23
|
+
import * as ExternalLocationDetail from "./external-location-detail";
|
|
24
|
+
export import ExternalLocationDetail = ExternalLocationDetail.ExternalLocationDetail;
|
|
25
|
+
import * as ExternalLocationMappingMetadatumSummary from "./external-location-mapping-metadatum-summary";
|
|
26
|
+
export import ExternalLocationMappingMetadatumSummary = ExternalLocationMappingMetadatumSummary.ExternalLocationMappingMetadatumSummary;
|
|
27
|
+
import * as ExternalLocationMappingMetadatumSummaryCollection from "./external-location-mapping-metadatum-summary-collection";
|
|
28
|
+
export import ExternalLocationMappingMetadatumSummaryCollection = ExternalLocationMappingMetadatumSummaryCollection.ExternalLocationMappingMetadatumSummaryCollection;
|
|
29
|
+
import * as ExternalLocationSummariesMetadatumSummary from "./external-location-summaries-metadatum-summary";
|
|
30
|
+
export import ExternalLocationSummariesMetadatumSummary = ExternalLocationSummariesMetadatumSummary.ExternalLocationSummariesMetadatumSummary;
|
|
31
|
+
import * as ExternalLocationSummariesMetadatumSummaryCollection from "./external-location-summaries-metadatum-summary-collection";
|
|
32
|
+
export import ExternalLocationSummariesMetadatumSummaryCollection = ExternalLocationSummariesMetadatumSummaryCollection.ExternalLocationSummariesMetadatumSummaryCollection;
|
|
33
|
+
import * as ExternalLocationSummary from "./external-location-summary";
|
|
34
|
+
export import ExternalLocationSummary = ExternalLocationSummary.ExternalLocationSummary;
|
|
35
|
+
import * as ExternalLocationsMetadatumCollection from "./external-locations-metadatum-collection";
|
|
36
|
+
export import ExternalLocationsMetadatumCollection = ExternalLocationsMetadatumCollection.ExternalLocationsMetadatumCollection;
|
|
37
|
+
import * as ExternalLocationsMetadatumSummary from "./external-locations-metadatum-summary";
|
|
38
|
+
export import ExternalLocationsMetadatumSummary = ExternalLocationsMetadatumSummary.ExternalLocationsMetadatumSummary;
|
|
39
|
+
import * as MultiCloudMetadata from "./multi-cloud-metadata";
|
|
40
|
+
export import MultiCloudMetadata = MultiCloudMetadata.MultiCloudMetadata;
|
|
41
|
+
import * as MultiCloudMetadataCollection from "./multi-cloud-metadata-collection";
|
|
42
|
+
export import MultiCloudMetadataCollection = MultiCloudMetadataCollection.MultiCloudMetadataCollection;
|
|
43
|
+
import * as MultiCloudMetadataSummary from "./multi-cloud-metadata-summary";
|
|
44
|
+
export import MultiCloudMetadataSummary = MultiCloudMetadataSummary.MultiCloudMetadataSummary;
|
|
45
|
+
import * as NetworkAnchor from "./network-anchor";
|
|
46
|
+
export import NetworkAnchor = NetworkAnchor.NetworkAnchor;
|
|
47
|
+
import * as NetworkAnchorCollection from "./network-anchor-collection";
|
|
48
|
+
export import NetworkAnchorCollection = NetworkAnchorCollection.NetworkAnchorCollection;
|
|
49
|
+
import * as NetworkAnchorSummary from "./network-anchor-summary";
|
|
50
|
+
export import NetworkAnchorSummary = NetworkAnchorSummary.NetworkAnchorSummary;
|
|
51
|
+
import * as OciDns from "./oci-dns";
|
|
52
|
+
export import OciDns = OciDns.OciDns;
|
|
53
|
+
import * as OciNetworkMetadata from "./oci-network-metadata";
|
|
54
|
+
export import OciNetworkMetadata = OciNetworkMetadata.OciNetworkMetadata;
|
|
55
|
+
import * as OciNetworkSubnet from "./oci-network-subnet";
|
|
56
|
+
export import OciNetworkSubnet = OciNetworkSubnet.OciNetworkSubnet;
|
|
57
|
+
import * as OciVcn from "./oci-vcn";
|
|
58
|
+
export import OciVcn = OciVcn.OciVcn;
|
|
59
|
+
import * as OmHubCp from "./om-hub-cp";
|
|
60
|
+
export import OmHubCp = OmHubCp.OmHubCp;
|
|
61
|
+
import * as Properties from "./properties";
|
|
62
|
+
export import Properties = Properties.Properties;
|
|
63
|
+
import * as ResourceAnchor from "./resource-anchor";
|
|
64
|
+
export import ResourceAnchor = ResourceAnchor.ResourceAnchor;
|
|
65
|
+
import * as ResourceAnchorCollection from "./resource-anchor-collection";
|
|
66
|
+
export import ResourceAnchorCollection = ResourceAnchorCollection.ResourceAnchorCollection;
|
|
67
|
+
import * as ResourceAnchorSummary from "./resource-anchor-summary";
|
|
68
|
+
export import ResourceAnchorSummary = ResourceAnchorSummary.ResourceAnchorSummary;
|
|
69
|
+
import * as SortOrder from "./sort-order";
|
|
70
|
+
export import SortOrder = SortOrder.SortOrder;
|
|
71
|
+
import * as SubscriptionType from "./subscription-type";
|
|
72
|
+
export import SubscriptionType = SubscriptionType.SubscriptionType;
|
|
73
|
+
import * as AwsCloudServiceProviderMetadataItem from "./aws-cloud-service-provider-metadata-item";
|
|
74
|
+
export import AwsCloudServiceProviderMetadataItem = AwsCloudServiceProviderMetadataItem.AwsCloudServiceProviderMetadataItem;
|
|
75
|
+
import * as AzureCloudServiceProviderMetadataItem from "./azure-cloud-service-provider-metadata-item";
|
|
76
|
+
export import AzureCloudServiceProviderMetadataItem = AzureCloudServiceProviderMetadataItem.AzureCloudServiceProviderMetadataItem;
|
|
77
|
+
import * as GcpCloudServiceProviderMetadataItem from "./gcp-cloud-service-provider-metadata-item";
|
|
78
|
+
export import GcpCloudServiceProviderMetadataItem = GcpCloudServiceProviderMetadataItem.GcpCloudServiceProviderMetadataItem;
|
|
@@ -0,0 +1,101 @@
|
|
|
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.GcpCloudServiceProviderMetadataItem = exports.AzureCloudServiceProviderMetadataItem = exports.AwsCloudServiceProviderMetadataItem = exports.SubscriptionType = exports.SortOrder = exports.ResourceAnchorSummary = exports.ResourceAnchorCollection = exports.ResourceAnchor = exports.Properties = exports.OmHubCp = exports.OciVcn = exports.OciNetworkSubnet = exports.OciNetworkMetadata = exports.OciDns = exports.NetworkAnchorSummary = exports.NetworkAnchorCollection = exports.NetworkAnchor = exports.MultiCloudMetadataSummary = exports.MultiCloudMetadataCollection = exports.MultiCloudMetadata = exports.ExternalLocationsMetadatumSummary = exports.ExternalLocationsMetadatumCollection = exports.ExternalLocationSummary = exports.ExternalLocationSummariesMetadatumSummaryCollection = exports.ExternalLocationSummariesMetadatumSummary = exports.ExternalLocationMappingMetadatumSummaryCollection = exports.ExternalLocationMappingMetadatumSummary = exports.ExternalLocationDetail = exports.ExternalLocation = exports.CspZoneKeyReferenceId = exports.CloudServiceProviderNetworkMetadataItem = exports.CloudServiceProviderMetadataItem = exports.ActionKindHeader = void 0;
|
|
35
|
+
const ActionKindHeader = __importStar(require("./action-kind-header"));
|
|
36
|
+
exports.ActionKindHeader = ActionKindHeader.ActionKindHeader;
|
|
37
|
+
const CloudServiceProviderMetadataItem = __importStar(require("./cloud-service-provider-metadata-item"));
|
|
38
|
+
exports.CloudServiceProviderMetadataItem = CloudServiceProviderMetadataItem.CloudServiceProviderMetadataItem;
|
|
39
|
+
const CloudServiceProviderNetworkMetadataItem = __importStar(require("./cloud-service-provider-network-metadata-item"));
|
|
40
|
+
exports.CloudServiceProviderNetworkMetadataItem = CloudServiceProviderNetworkMetadataItem.CloudServiceProviderNetworkMetadataItem;
|
|
41
|
+
const CspZoneKeyReferenceId = __importStar(require("./csp-zone-key-reference-id"));
|
|
42
|
+
exports.CspZoneKeyReferenceId = CspZoneKeyReferenceId.CspZoneKeyReferenceId;
|
|
43
|
+
const ExternalLocation = __importStar(require("./external-location"));
|
|
44
|
+
exports.ExternalLocation = ExternalLocation.ExternalLocation;
|
|
45
|
+
const ExternalLocationDetail = __importStar(require("./external-location-detail"));
|
|
46
|
+
exports.ExternalLocationDetail = ExternalLocationDetail.ExternalLocationDetail;
|
|
47
|
+
const ExternalLocationMappingMetadatumSummary = __importStar(require("./external-location-mapping-metadatum-summary"));
|
|
48
|
+
exports.ExternalLocationMappingMetadatumSummary = ExternalLocationMappingMetadatumSummary.ExternalLocationMappingMetadatumSummary;
|
|
49
|
+
const ExternalLocationMappingMetadatumSummaryCollection = __importStar(require("./external-location-mapping-metadatum-summary-collection"));
|
|
50
|
+
exports.ExternalLocationMappingMetadatumSummaryCollection = ExternalLocationMappingMetadatumSummaryCollection.ExternalLocationMappingMetadatumSummaryCollection;
|
|
51
|
+
const ExternalLocationSummariesMetadatumSummary = __importStar(require("./external-location-summaries-metadatum-summary"));
|
|
52
|
+
exports.ExternalLocationSummariesMetadatumSummary = ExternalLocationSummariesMetadatumSummary.ExternalLocationSummariesMetadatumSummary;
|
|
53
|
+
const ExternalLocationSummariesMetadatumSummaryCollection = __importStar(require("./external-location-summaries-metadatum-summary-collection"));
|
|
54
|
+
exports.ExternalLocationSummariesMetadatumSummaryCollection = ExternalLocationSummariesMetadatumSummaryCollection.ExternalLocationSummariesMetadatumSummaryCollection;
|
|
55
|
+
const ExternalLocationSummary = __importStar(require("./external-location-summary"));
|
|
56
|
+
exports.ExternalLocationSummary = ExternalLocationSummary.ExternalLocationSummary;
|
|
57
|
+
const ExternalLocationsMetadatumCollection = __importStar(require("./external-locations-metadatum-collection"));
|
|
58
|
+
exports.ExternalLocationsMetadatumCollection = ExternalLocationsMetadatumCollection.ExternalLocationsMetadatumCollection;
|
|
59
|
+
const ExternalLocationsMetadatumSummary = __importStar(require("./external-locations-metadatum-summary"));
|
|
60
|
+
exports.ExternalLocationsMetadatumSummary = ExternalLocationsMetadatumSummary.ExternalLocationsMetadatumSummary;
|
|
61
|
+
const MultiCloudMetadata = __importStar(require("./multi-cloud-metadata"));
|
|
62
|
+
exports.MultiCloudMetadata = MultiCloudMetadata.MultiCloudMetadata;
|
|
63
|
+
const MultiCloudMetadataCollection = __importStar(require("./multi-cloud-metadata-collection"));
|
|
64
|
+
exports.MultiCloudMetadataCollection = MultiCloudMetadataCollection.MultiCloudMetadataCollection;
|
|
65
|
+
const MultiCloudMetadataSummary = __importStar(require("./multi-cloud-metadata-summary"));
|
|
66
|
+
exports.MultiCloudMetadataSummary = MultiCloudMetadataSummary.MultiCloudMetadataSummary;
|
|
67
|
+
const NetworkAnchor = __importStar(require("./network-anchor"));
|
|
68
|
+
exports.NetworkAnchor = NetworkAnchor.NetworkAnchor;
|
|
69
|
+
const NetworkAnchorCollection = __importStar(require("./network-anchor-collection"));
|
|
70
|
+
exports.NetworkAnchorCollection = NetworkAnchorCollection.NetworkAnchorCollection;
|
|
71
|
+
const NetworkAnchorSummary = __importStar(require("./network-anchor-summary"));
|
|
72
|
+
exports.NetworkAnchorSummary = NetworkAnchorSummary.NetworkAnchorSummary;
|
|
73
|
+
const OciDns = __importStar(require("./oci-dns"));
|
|
74
|
+
exports.OciDns = OciDns.OciDns;
|
|
75
|
+
const OciNetworkMetadata = __importStar(require("./oci-network-metadata"));
|
|
76
|
+
exports.OciNetworkMetadata = OciNetworkMetadata.OciNetworkMetadata;
|
|
77
|
+
const OciNetworkSubnet = __importStar(require("./oci-network-subnet"));
|
|
78
|
+
exports.OciNetworkSubnet = OciNetworkSubnet.OciNetworkSubnet;
|
|
79
|
+
const OciVcn = __importStar(require("./oci-vcn"));
|
|
80
|
+
exports.OciVcn = OciVcn.OciVcn;
|
|
81
|
+
const OmHubCp = __importStar(require("./om-hub-cp"));
|
|
82
|
+
exports.OmHubCp = OmHubCp.OmHubCp;
|
|
83
|
+
const Properties = __importStar(require("./properties"));
|
|
84
|
+
exports.Properties = Properties.Properties;
|
|
85
|
+
const ResourceAnchor = __importStar(require("./resource-anchor"));
|
|
86
|
+
exports.ResourceAnchor = ResourceAnchor.ResourceAnchor;
|
|
87
|
+
const ResourceAnchorCollection = __importStar(require("./resource-anchor-collection"));
|
|
88
|
+
exports.ResourceAnchorCollection = ResourceAnchorCollection.ResourceAnchorCollection;
|
|
89
|
+
const ResourceAnchorSummary = __importStar(require("./resource-anchor-summary"));
|
|
90
|
+
exports.ResourceAnchorSummary = ResourceAnchorSummary.ResourceAnchorSummary;
|
|
91
|
+
const SortOrder = __importStar(require("./sort-order"));
|
|
92
|
+
exports.SortOrder = SortOrder.SortOrder;
|
|
93
|
+
const SubscriptionType = __importStar(require("./subscription-type"));
|
|
94
|
+
exports.SubscriptionType = SubscriptionType.SubscriptionType;
|
|
95
|
+
const AwsCloudServiceProviderMetadataItem = __importStar(require("./aws-cloud-service-provider-metadata-item"));
|
|
96
|
+
exports.AwsCloudServiceProviderMetadataItem = AwsCloudServiceProviderMetadataItem.AwsCloudServiceProviderMetadataItem;
|
|
97
|
+
const AzureCloudServiceProviderMetadataItem = __importStar(require("./azure-cloud-service-provider-metadata-item"));
|
|
98
|
+
exports.AzureCloudServiceProviderMetadataItem = AzureCloudServiceProviderMetadataItem.AzureCloudServiceProviderMetadataItem;
|
|
99
|
+
const GcpCloudServiceProviderMetadataItem = __importStar(require("./gcp-cloud-service-provider-metadata-item"));
|
|
100
|
+
exports.GcpCloudServiceProviderMetadataItem = GcpCloudServiceProviderMetadataItem.GcpCloudServiceProviderMetadataItem;
|
|
101
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,wHAA0G;AAC5F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,uHAAyG;AAC3F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,4IAA8H;AAChH,QAAA,iDAAiD,GAAG,iDAAiD,CAAC,iDAAiD,CAAC;AACtK,2HAA6G;AAC/F,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,gJAAkI;AACpH,QAAA,mDAAmD,GAAG,mDAAmD,CAAC,mDAAmD,CAAC;AAC5K,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,gHAAkG;AACpF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,0GAA4F;AAC9E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,kDAAoC;AACtB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,kDAAoC;AACtB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,qDAAuC;AACzB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,yDAA2C;AAC7B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AAEnE,gHAAkG;AACpF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,gHAAkG;AACpF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Multicloud metadata information across clouds.
|
|
16
|
+
*/
|
|
17
|
+
export interface MultiCloudMetadataCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of MultiCloudMetadata.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.MultiCloudMetadataSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace MultiCloudMetadataCollection {
|
|
24
|
+
function getJsonObj(obj: MultiCloudMetadataCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: MultiCloudMetadataCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Multicloud API
|
|
4
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.MultiCloudMetadataCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var MultiCloudMetadataCollection;
|
|
37
|
+
(function (MultiCloudMetadataCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.MultiCloudMetadataSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
MultiCloudMetadataCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.MultiCloudMetadataSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
MultiCloudMetadataCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(MultiCloudMetadataCollection = exports.MultiCloudMetadataCollection || (exports.MultiCloudMetadataCollection = {}));
|
|
61
|
+
//# sourceMappingURL=multi-cloud-metadata-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multi-cloud-metadata-collection.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/multi-cloud-metadata-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|