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,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Oracle Cloud Infrastructure network anchor related meta data items
|
|
15
|
+
*/
|
|
16
|
+
export interface OciDns {
|
|
17
|
+
/**
|
|
18
|
+
* Full custom domain name. If this field is passed dnsLabel will be ignored
|
|
19
|
+
*/
|
|
20
|
+
"customDomainName"?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace OciDns {
|
|
23
|
+
function getJsonObj(obj: OciDns): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: OciDns): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Multicloud API
|
|
4
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.OciDns = void 0;
|
|
16
|
+
var OciDns;
|
|
17
|
+
(function (OciDns) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
OciDns.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
OciDns.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(OciDns = exports.OciDns || (exports.OciDns = {}));
|
|
29
|
+
//# sourceMappingURL=oci-dns.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oci-dns.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/oci-dns.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,MAAM,CAWtB;AAXD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAWtB"}
|
|
@@ -0,0 +1,74 @@
|
|
|
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
|
+
* Oracle Cloud Infrastructure network anchor related meta data items
|
|
16
|
+
*/
|
|
17
|
+
export interface OciNetworkMetadata {
|
|
18
|
+
/**
|
|
19
|
+
* This can be merge to lifecycleState
|
|
20
|
+
* CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned.
|
|
21
|
+
* DISCONNECTED - Only partner cloud information is assigned.
|
|
22
|
+
* CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources.
|
|
23
|
+
* ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet.
|
|
24
|
+
* ERROR - DRG attach fails during connection.
|
|
25
|
+
* FAILED - Network anchor creation failed
|
|
26
|
+
* NEEDS_ATTENTION - Network anchor is in temporary bad state
|
|
27
|
+
* UPDATING - Network anchor is getting updated.
|
|
28
|
+
* DELETING - Network anchor is getting deleted
|
|
29
|
+
* DELETED - A connected network anchor is deleted.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"networkAnchorConnectionStatus": OciNetworkMetadata.NetworkAnchorConnectionStatus;
|
|
33
|
+
"vcn"?: model.OciVcn;
|
|
34
|
+
"dns"?: model.OciDns;
|
|
35
|
+
/**
|
|
36
|
+
* Network subnets
|
|
37
|
+
*/
|
|
38
|
+
"subnets"?: Array<model.OciNetworkSubnet>;
|
|
39
|
+
/**
|
|
40
|
+
* The DNS Listener Endpoint Address.
|
|
41
|
+
*/
|
|
42
|
+
"dnsListeningEndpointIpAddress"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The DNS Listener Forwarding Address.
|
|
45
|
+
*/
|
|
46
|
+
"dnsForwardingEndpointIpAddress"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* DNS forward configuration
|
|
49
|
+
*/
|
|
50
|
+
"dnsForwardingConfig"?: Array<{
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
}>;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace OciNetworkMetadata {
|
|
55
|
+
enum NetworkAnchorConnectionStatus {
|
|
56
|
+
Connected = "CONNECTED",
|
|
57
|
+
Disconnected = "DISCONNECTED",
|
|
58
|
+
Connecting = "CONNECTING",
|
|
59
|
+
Active = "ACTIVE",
|
|
60
|
+
Error = "ERROR",
|
|
61
|
+
Updating = "UPDATING",
|
|
62
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
63
|
+
Failed = "FAILED",
|
|
64
|
+
Deleting = "DELETING",
|
|
65
|
+
Deleted = "DELETED",
|
|
66
|
+
/**
|
|
67
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
68
|
+
* version of the SDK.
|
|
69
|
+
*/
|
|
70
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
71
|
+
}
|
|
72
|
+
function getJsonObj(obj: OciNetworkMetadata): object;
|
|
73
|
+
function getDeserializedJsonObj(obj: OciNetworkMetadata): object;
|
|
74
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
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.OciNetworkMetadata = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var OciNetworkMetadata;
|
|
37
|
+
(function (OciNetworkMetadata) {
|
|
38
|
+
let NetworkAnchorConnectionStatus;
|
|
39
|
+
(function (NetworkAnchorConnectionStatus) {
|
|
40
|
+
NetworkAnchorConnectionStatus["Connected"] = "CONNECTED";
|
|
41
|
+
NetworkAnchorConnectionStatus["Disconnected"] = "DISCONNECTED";
|
|
42
|
+
NetworkAnchorConnectionStatus["Connecting"] = "CONNECTING";
|
|
43
|
+
NetworkAnchorConnectionStatus["Active"] = "ACTIVE";
|
|
44
|
+
NetworkAnchorConnectionStatus["Error"] = "ERROR";
|
|
45
|
+
NetworkAnchorConnectionStatus["Updating"] = "UPDATING";
|
|
46
|
+
NetworkAnchorConnectionStatus["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
47
|
+
NetworkAnchorConnectionStatus["Failed"] = "FAILED";
|
|
48
|
+
NetworkAnchorConnectionStatus["Deleting"] = "DELETING";
|
|
49
|
+
NetworkAnchorConnectionStatus["Deleted"] = "DELETED";
|
|
50
|
+
/**
|
|
51
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
52
|
+
* version of the SDK.
|
|
53
|
+
*/
|
|
54
|
+
NetworkAnchorConnectionStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
55
|
+
})(NetworkAnchorConnectionStatus = OciNetworkMetadata.NetworkAnchorConnectionStatus || (OciNetworkMetadata.NetworkAnchorConnectionStatus = {}));
|
|
56
|
+
function getJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
|
+
"vcn": obj.vcn ? model.OciVcn.getJsonObj(obj.vcn) : undefined,
|
|
59
|
+
"dns": obj.dns ? model.OciDns.getJsonObj(obj.dns) : undefined,
|
|
60
|
+
"subnets": obj.subnets
|
|
61
|
+
? obj.subnets.map(item => {
|
|
62
|
+
return model.OciNetworkSubnet.getJsonObj(item);
|
|
63
|
+
})
|
|
64
|
+
: undefined
|
|
65
|
+
});
|
|
66
|
+
return jsonObj;
|
|
67
|
+
}
|
|
68
|
+
OciNetworkMetadata.getJsonObj = getJsonObj;
|
|
69
|
+
function getDeserializedJsonObj(obj) {
|
|
70
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
71
|
+
"vcn": obj.vcn ? model.OciVcn.getDeserializedJsonObj(obj.vcn) : undefined,
|
|
72
|
+
"dns": obj.dns ? model.OciDns.getDeserializedJsonObj(obj.dns) : undefined,
|
|
73
|
+
"subnets": obj.subnets
|
|
74
|
+
? obj.subnets.map(item => {
|
|
75
|
+
return model.OciNetworkSubnet.getDeserializedJsonObj(item);
|
|
76
|
+
})
|
|
77
|
+
: undefined
|
|
78
|
+
});
|
|
79
|
+
return jsonObj;
|
|
80
|
+
}
|
|
81
|
+
OciNetworkMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
82
|
+
})(OciNetworkMetadata = exports.OciNetworkMetadata || (exports.OciNetworkMetadata = {}));
|
|
83
|
+
//# sourceMappingURL=oci-network-metadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oci-network-metadata.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/oci-network-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,kBAAkB,CAmDlC;AAnDD,WAAiB,kBAAkB;IACjC,IAAY,6BAgBX;IAhBD,WAAY,6BAA6B;QACvC,wDAAuB,CAAA;QACvB,8DAA6B,CAAA;QAC7B,0DAAyB,CAAA;QACzB,kDAAiB,CAAA;QACjB,gDAAe,CAAA;QACf,sDAAqB,CAAA;QACrB,mEAAkC,CAAA;QAClC,kDAAiB,CAAA;QACjB,sDAAqB,CAAA;QACrB,oDAAmB,CAAA;QACnB;;;WAGG;QACH,+DAA8B,CAAA;IAChC,CAAC,EAhBW,6BAA6B,GAA7B,gDAA6B,KAA7B,gDAA6B,QAgBxC;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAC7D,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAC7D,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YACzE,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YACzE,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yCAAsB,yBAerC,CAAA;AACH,CAAC,EAnDgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAmDlC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Oracle Cloud Infrastructure network subnet object.
|
|
15
|
+
*/
|
|
16
|
+
export interface OciNetworkSubnet {
|
|
17
|
+
/**
|
|
18
|
+
* Defines if the subnet is the primary or backup for the network
|
|
19
|
+
*/
|
|
20
|
+
"type": OciNetworkSubnet.Type;
|
|
21
|
+
/**
|
|
22
|
+
* OCID for existing the subnet. CSP can not set this property.
|
|
23
|
+
*/
|
|
24
|
+
"subnetId"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Subnet label. CSP can set this property
|
|
27
|
+
*/
|
|
28
|
+
"label"?: string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace OciNetworkSubnet {
|
|
31
|
+
enum Type {
|
|
32
|
+
Client = "CLIENT",
|
|
33
|
+
Backup = "BACKUP",
|
|
34
|
+
/**
|
|
35
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
36
|
+
* version of the SDK.
|
|
37
|
+
*/
|
|
38
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
39
|
+
}
|
|
40
|
+
function getJsonObj(obj: OciNetworkSubnet): object;
|
|
41
|
+
function getDeserializedJsonObj(obj: OciNetworkSubnet): object;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Multicloud API
|
|
4
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.OciNetworkSubnet = void 0;
|
|
16
|
+
var OciNetworkSubnet;
|
|
17
|
+
(function (OciNetworkSubnet) {
|
|
18
|
+
let Type;
|
|
19
|
+
(function (Type) {
|
|
20
|
+
Type["Client"] = "CLIENT";
|
|
21
|
+
Type["Backup"] = "BACKUP";
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
Type["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(Type = OciNetworkSubnet.Type || (OciNetworkSubnet.Type = {}));
|
|
28
|
+
function getJsonObj(obj) {
|
|
29
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
30
|
+
return jsonObj;
|
|
31
|
+
}
|
|
32
|
+
OciNetworkSubnet.getJsonObj = getJsonObj;
|
|
33
|
+
function getDeserializedJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
OciNetworkSubnet.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(OciNetworkSubnet = exports.OciNetworkSubnet || (exports.OciNetworkSubnet = {}));
|
|
39
|
+
//# sourceMappingURL=oci-network-subnet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oci-network-subnet.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/oci-network-subnet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,gBAAgB,CAqBhC;AArBD,WAAiB,gBAAgB;IAC/B,IAAY,IAQX;IARD,WAAY,IAAI;QACd,yBAAiB,CAAA;QACjB,yBAAiB,CAAA;QACjB;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,qBAAI,KAAJ,qBAAI,QAQf;IAED,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAqBhC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
|
|
15
|
+
*/
|
|
16
|
+
export interface OciVcn {
|
|
17
|
+
/**
|
|
18
|
+
* Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
|
|
19
|
+
*/
|
|
20
|
+
"vcnId"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Oracle Cloud Infrastructure primary cidr block. CSP can set this property
|
|
23
|
+
* It's optional only if disconnect anchor is allowed
|
|
24
|
+
* IPv4 CIDR blocks for the VCN that meet the following criteria
|
|
25
|
+
* Type: [string (length: 1\u201332), ...]
|
|
26
|
+
* The CIDR blocks must be valid.
|
|
27
|
+
* They must not overlap with each other or with the on-premises network CIDR block.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"cidrBlocks"?: Array<string>;
|
|
31
|
+
/**
|
|
32
|
+
* Oracle Cloud Infrastructure backup cidr block. CSP can set this property
|
|
33
|
+
* It's optional only if disconnect anchor is allowed.
|
|
34
|
+
* IPv4 CIDR blocks for the VCN that meet the following criteria
|
|
35
|
+
* Type: [string (length: 1\u201332), ...]
|
|
36
|
+
* The CIDR blocks must be valid.
|
|
37
|
+
* They must not overlap with each other or with the on-premises network CIDR block.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"backupCidrBlocks"?: Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
|
|
43
|
+
*/
|
|
44
|
+
"dnsLabel"?: string;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace OciVcn {
|
|
47
|
+
function getJsonObj(obj: OciVcn): object;
|
|
48
|
+
function getDeserializedJsonObj(obj: OciVcn): object;
|
|
49
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Multicloud API
|
|
4
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.OciVcn = void 0;
|
|
16
|
+
var OciVcn;
|
|
17
|
+
(function (OciVcn) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
OciVcn.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
OciVcn.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(OciVcn = exports.OciVcn || (exports.OciVcn = {}));
|
|
29
|
+
//# sourceMappingURL=oci-vcn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oci-vcn.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/oci-vcn.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuCH,IAAiB,MAAM,CAWtB;AAXD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAWtB"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* OmHubCp service resource.
|
|
16
|
+
*/
|
|
17
|
+
export interface OmHubCp {
|
|
18
|
+
"properties": model.Properties;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace OmHubCp {
|
|
21
|
+
function getJsonObj(obj: OmHubCp): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: OmHubCp): object;
|
|
23
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.OmHubCp = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var OmHubCp;
|
|
37
|
+
(function (OmHubCp) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"properties": obj.properties ? model.Properties.getJsonObj(obj.properties) : undefined
|
|
41
|
+
});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
OmHubCp.getJsonObj = getJsonObj;
|
|
45
|
+
function getDeserializedJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"properties": obj.properties
|
|
48
|
+
? model.Properties.getDeserializedJsonObj(obj.properties)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
OmHubCp.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(OmHubCp = exports.OmHubCp || (exports.OmHubCp = {}));
|
|
55
|
+
//# sourceMappingURL=om-hub-cp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"om-hub-cp.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/om-hub-cp.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,OAAO,CAuBvB;AAvBD,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,8BAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAuBvB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Object containing the message to send.
|
|
15
|
+
*/
|
|
16
|
+
export interface Properties {
|
|
17
|
+
/**
|
|
18
|
+
* Message to send
|
|
19
|
+
*/
|
|
20
|
+
"message": string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace Properties {
|
|
23
|
+
function getJsonObj(obj: Properties): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: Properties): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Multicloud API
|
|
4
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.Properties = void 0;
|
|
16
|
+
var Properties;
|
|
17
|
+
(function (Properties) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
Properties.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
Properties.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(Properties = exports.Properties || (exports.Properties = {}));
|
|
29
|
+
//# sourceMappingURL=properties.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"properties.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/properties.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,UAAU,CAW1B;AAXD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAW1B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Multicloud API
|
|
3
|
+
* Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Results of a resourceAnchor search. Contains both ResourceAnchorSummary items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface ResourceAnchorCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of resourceAnchors.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.ResourceAnchorSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ResourceAnchorCollection {
|
|
24
|
+
function getJsonObj(obj: ResourceAnchorCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: ResourceAnchorCollection): 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.ResourceAnchorCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ResourceAnchorCollection;
|
|
37
|
+
(function (ResourceAnchorCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.ResourceAnchorSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ResourceAnchorCollection.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.ResourceAnchorSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
ResourceAnchorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(ResourceAnchorCollection = exports.ResourceAnchorCollection || (exports.ResourceAnchorCollection = {}));
|
|
61
|
+
//# sourceMappingURL=resource-anchor-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-anchor-collection.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/resource-anchor-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,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,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;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,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}
|