oci-multicloud 2.121.1 → 2.122.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -2
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/lib/client.d.ts +153 -189
- package/lib/client.js +440 -204
- package/lib/client.js.map +1 -1
- package/lib/model/cloud-service-provider-metadata-item.d.ts +15 -1
- package/lib/model/cloud-service-provider-metadata-item.js.map +1 -1
- package/lib/model/cloud-service-provider-network-metadata-item.d.ts +6 -0
- package/lib/model/cloud-service-provider-network-metadata-item.js.map +1 -1
- package/lib/model/external-location-detail.d.ts +4 -0
- package/lib/model/external-location-detail.js.map +1 -1
- package/lib/model/external-locations-metadatum-summary.d.ts +17 -1
- package/lib/model/external-locations-metadatum-summary.js.map +1 -1
- package/lib/model/index.d.ts +10 -0
- package/lib/model/index.js +11 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/multicloud-resource-collection.d.ts +26 -0
- package/lib/model/multicloud-resource-collection.js +61 -0
- package/lib/model/multicloud-resource-collection.js.map +1 -0
- package/lib/model/multicloud-resource-summary.d.ts +126 -0
- package/lib/model/multicloud-resource-summary.js +39 -0
- package/lib/model/multicloud-resource-summary.js.map +1 -0
- package/lib/model/multicloud-subscription-collection.d.ts +26 -0
- package/lib/model/multicloud-subscription-collection.js +61 -0
- package/lib/model/multicloud-subscription-collection.js.map +1 -0
- package/lib/model/multicloud-subscription-summary.d.ts +122 -0
- package/lib/model/multicloud-subscription-summary.js +39 -0
- package/lib/model/multicloud-subscription-summary.js.map +1 -0
- package/lib/model/network-anchor-connection-status.d.ts +47 -0
- package/lib/model/network-anchor-connection-status.js +58 -0
- package/lib/model/network-anchor-connection-status.js.map +1 -0
- package/lib/model/network-anchor-summary.d.ts +28 -1
- package/lib/model/network-anchor-summary.js.map +1 -1
- package/lib/model/network-anchor.d.ts +6 -2
- package/lib/model/network-anchor.js +10 -10
- package/lib/model/network-anchor.js.map +1 -1
- package/lib/model/oci-network-metadata.d.ts +2 -30
- package/lib/model/oci-network-metadata.js +0 -18
- package/lib/model/oci-network-metadata.js.map +1 -1
- package/lib/model/oci-vcn.d.ts +4 -0
- package/lib/model/oci-vcn.js.map +1 -1
- package/lib/model/resource-anchor-summary.d.ts +32 -0
- package/lib/model/resource-anchor-summary.js.map +1 -1
- package/lib/model/resource-anchor.d.ts +8 -0
- package/lib/model/resource-anchor.js.map +1 -1
- package/lib/request/get-network-anchor-request.d.ts +7 -3
- package/lib/request/get-resource-anchor-request.d.ts +6 -2
- package/lib/request/index.d.ts +4 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-external-location-details-metadata-request.d.ts +21 -7
- package/lib/request/list-external-location-details-metadata-request.js.map +1 -1
- package/lib/request/list-external-location-mapping-metadata-request.d.ts +5 -3
- package/lib/request/list-external-location-mapping-metadata-request.js.map +1 -1
- package/lib/request/list-external-location-summaries-metadata-request.d.ts +5 -3
- package/lib/request/list-external-location-summaries-metadata-request.js.map +1 -1
- package/lib/request/list-multicloud-resources-request.d.ts +77 -0
- package/lib/request/list-multicloud-resources-request.js +24 -0
- package/lib/request/list-multicloud-resources-request.js.map +1 -0
- package/lib/request/list-multicloud-subscriptions-request.d.ts +65 -0
- package/lib/request/list-multicloud-subscriptions-request.js +24 -0
- package/lib/request/list-multicloud-subscriptions-request.js.map +1 -0
- package/lib/request/list-network-anchors-request.d.ts +21 -11
- package/lib/request/list-network-anchors-request.js.map +1 -1
- package/lib/request/list-resource-anchors-request.d.ts +16 -10
- package/lib/request/list-resource-anchors-request.js.map +1 -1
- package/lib/response/index.d.ts +4 -0
- package/lib/response/list-multicloud-resources-response.d.ts +31 -0
- package/lib/response/list-multicloud-resources-response.js +15 -0
- package/lib/response/list-multicloud-resources-response.js.map +1 -0
- package/lib/response/list-multicloud-subscriptions-response.d.ts +31 -0
- package/lib/response/list-multicloud-subscriptions-response.js +15 -0
- package/lib/response/list-multicloud-subscriptions-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/omhubnetworkanchor-waiter.d.ts +0 -29
- package/lib/omhubnetworkanchor-waiter.js +0 -65
- package/lib/omhubnetworkanchor-waiter.js.map +0 -1
|
@@ -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 multicloud subscription. Contains both MulticloudSubscription information.
|
|
16
|
+
*/
|
|
17
|
+
export interface MulticloudSubscriptionCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of MulticloudSubscriptions.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.MulticloudSubscriptionSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace MulticloudSubscriptionCollection {
|
|
24
|
+
function getJsonObj(obj: MulticloudSubscriptionCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: MulticloudSubscriptionCollection): 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.MulticloudSubscriptionCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var MulticloudSubscriptionCollection;
|
|
37
|
+
(function (MulticloudSubscriptionCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.MulticloudSubscriptionSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
MulticloudSubscriptionCollection.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.MulticloudSubscriptionSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
MulticloudSubscriptionCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(MulticloudSubscriptionCollection = exports.MulticloudSubscriptionCollection || (exports.MulticloudSubscriptionCollection = {}));
|
|
61
|
+
//# sourceMappingURL=multicloud-subscription-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multicloud-subscription-collection.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/multicloud-subscription-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,gCAAgC,CA6BhD;AA7BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,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,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,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,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA6BhD"}
|
|
@@ -0,0 +1,122 @@
|
|
|
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 subscription object
|
|
16
|
+
*/
|
|
17
|
+
export interface MulticloudSubscriptionSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Subscription ID for OCI and Partner cloud in classic format.
|
|
20
|
+
*/
|
|
21
|
+
"classicSubscriptionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* URL to the subscription page https://{console-url}/org-mgmt/subscription/ocid1.organizationssubscription.oc1.iad.amaaaaaapf266qyaqohz27zvh45jzaielgwojo53bh24s7cy5q5g7fiknpxa?region=us-ashburn-1.
|
|
24
|
+
*/
|
|
25
|
+
"subscriptionId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The partner cloud account ID.
|
|
28
|
+
*/
|
|
29
|
+
"partnerCloudAccountIdentifier": string;
|
|
30
|
+
/**
|
|
31
|
+
* The serviceName that externalLocation map object belongs to.
|
|
32
|
+
*/
|
|
33
|
+
"serviceName"?: model.SubscriptionType;
|
|
34
|
+
/**
|
|
35
|
+
* The date and time for when the multicloud was created, in the format defined by
|
|
36
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"timeLinkedDate"?: Date;
|
|
40
|
+
/**
|
|
41
|
+
* Payment plan for the subscription.
|
|
42
|
+
*/
|
|
43
|
+
"paymentPlan"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Total value for the subscription.
|
|
46
|
+
*/
|
|
47
|
+
"activeCommitment"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The date and time for when the subscription is finishing, in the format defined by
|
|
50
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"timeEndDate"?: Date;
|
|
54
|
+
/**
|
|
55
|
+
* The current state of the subscription.
|
|
56
|
+
*/
|
|
57
|
+
"lifecycleState"?: MulticloudSubscriptionSummary.LifecycleState;
|
|
58
|
+
/**
|
|
59
|
+
* CSP Specific Additional Properties, AzureSubnetId for Azure
|
|
60
|
+
*/
|
|
61
|
+
"cspAdditionalProperties"?: {
|
|
62
|
+
[key: string]: string;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* The date and time the subscription was created, in the format defined by
|
|
66
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"timeCreated": Date;
|
|
70
|
+
/**
|
|
71
|
+
* The date and time the subscription was updated, in the format defined by
|
|
72
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"timeUpdated"?: Date;
|
|
76
|
+
/**
|
|
77
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
78
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
79
|
+
* <p>
|
|
80
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"freeformTags"?: {
|
|
84
|
+
[key: string]: string;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
88
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
89
|
+
* <p>
|
|
90
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
"definedTags"?: {
|
|
94
|
+
[key: string]: {
|
|
95
|
+
[key: string]: any;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
100
|
+
* <p>
|
|
101
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
102
|
+
*
|
|
103
|
+
*/
|
|
104
|
+
"systemTags"?: {
|
|
105
|
+
[key: string]: {
|
|
106
|
+
[key: string]: any;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
export declare namespace MulticloudSubscriptionSummary {
|
|
111
|
+
enum LifecycleState {
|
|
112
|
+
Active = "ACTIVE",
|
|
113
|
+
Inactive = "INACTIVE",
|
|
114
|
+
/**
|
|
115
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
116
|
+
* version of the SDK.
|
|
117
|
+
*/
|
|
118
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
119
|
+
}
|
|
120
|
+
function getJsonObj(obj: MulticloudSubscriptionSummary): object;
|
|
121
|
+
function getDeserializedJsonObj(obj: MulticloudSubscriptionSummary): object;
|
|
122
|
+
}
|
|
@@ -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.MulticloudSubscriptionSummary = void 0;
|
|
16
|
+
var MulticloudSubscriptionSummary;
|
|
17
|
+
(function (MulticloudSubscriptionSummary) {
|
|
18
|
+
let LifecycleState;
|
|
19
|
+
(function (LifecycleState) {
|
|
20
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
21
|
+
LifecycleState["Inactive"] = "INACTIVE";
|
|
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
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(LifecycleState = MulticloudSubscriptionSummary.LifecycleState || (MulticloudSubscriptionSummary.LifecycleState = {}));
|
|
28
|
+
function getJsonObj(obj) {
|
|
29
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
30
|
+
return jsonObj;
|
|
31
|
+
}
|
|
32
|
+
MulticloudSubscriptionSummary.getJsonObj = getJsonObj;
|
|
33
|
+
function getDeserializedJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
MulticloudSubscriptionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(MulticloudSubscriptionSummary = exports.MulticloudSubscriptionSummary || (exports.MulticloudSubscriptionSummary = {}));
|
|
39
|
+
//# sourceMappingURL=multicloud-subscription-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multicloud-subscription-summary.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/multicloud-subscription-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0FH,IAAiB,6BAA6B,CAqB7C;AArBD,WAAiB,6BAA6B;IAC5C,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAqB7C"}
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
* This can be merge to lifecycleState
|
|
15
|
+
* CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned.
|
|
16
|
+
* DISCONNECTED - Only partner cloud information is assigned.
|
|
17
|
+
* CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources.
|
|
18
|
+
* ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet.
|
|
19
|
+
* ERROR - DRG attach fails during connection.
|
|
20
|
+
* FAILED - Network anchor creation failed
|
|
21
|
+
* NEEDS_ATTENTION - Network anchor is in temporary bad state
|
|
22
|
+
* UPDATING - Network anchor is getting updated.
|
|
23
|
+
* DELETING - Network anchor is getting deleted
|
|
24
|
+
* DELETED - A connected network anchor is deleted.
|
|
25
|
+
*
|
|
26
|
+
**/
|
|
27
|
+
export declare enum NetworkAnchorConnectionStatus {
|
|
28
|
+
Connected = "CONNECTED",
|
|
29
|
+
Disconnected = "DISCONNECTED",
|
|
30
|
+
Connecting = "CONNECTING",
|
|
31
|
+
Active = "ACTIVE",
|
|
32
|
+
Error = "ERROR",
|
|
33
|
+
Updating = "UPDATING",
|
|
34
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
35
|
+
Failed = "FAILED",
|
|
36
|
+
Deleting = "DELETING",
|
|
37
|
+
Deleted = "DELETED",
|
|
38
|
+
/**
|
|
39
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
40
|
+
* version of the SDK.
|
|
41
|
+
*/
|
|
42
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
43
|
+
}
|
|
44
|
+
export declare namespace NetworkAnchorConnectionStatus {
|
|
45
|
+
function getJsonObj(obj: NetworkAnchorConnectionStatus): NetworkAnchorConnectionStatus;
|
|
46
|
+
function getDeserializedJsonObj(obj: NetworkAnchorConnectionStatus): NetworkAnchorConnectionStatus;
|
|
47
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.NetworkAnchorConnectionStatus = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* This can be merge to lifecycleState
|
|
18
|
+
* CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned.
|
|
19
|
+
* DISCONNECTED - Only partner cloud information is assigned.
|
|
20
|
+
* CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources.
|
|
21
|
+
* ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet.
|
|
22
|
+
* ERROR - DRG attach fails during connection.
|
|
23
|
+
* FAILED - Network anchor creation failed
|
|
24
|
+
* NEEDS_ATTENTION - Network anchor is in temporary bad state
|
|
25
|
+
* UPDATING - Network anchor is getting updated.
|
|
26
|
+
* DELETING - Network anchor is getting deleted
|
|
27
|
+
* DELETED - A connected network anchor is deleted.
|
|
28
|
+
*
|
|
29
|
+
**/
|
|
30
|
+
var NetworkAnchorConnectionStatus;
|
|
31
|
+
(function (NetworkAnchorConnectionStatus) {
|
|
32
|
+
NetworkAnchorConnectionStatus["Connected"] = "CONNECTED";
|
|
33
|
+
NetworkAnchorConnectionStatus["Disconnected"] = "DISCONNECTED";
|
|
34
|
+
NetworkAnchorConnectionStatus["Connecting"] = "CONNECTING";
|
|
35
|
+
NetworkAnchorConnectionStatus["Active"] = "ACTIVE";
|
|
36
|
+
NetworkAnchorConnectionStatus["Error"] = "ERROR";
|
|
37
|
+
NetworkAnchorConnectionStatus["Updating"] = "UPDATING";
|
|
38
|
+
NetworkAnchorConnectionStatus["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
39
|
+
NetworkAnchorConnectionStatus["Failed"] = "FAILED";
|
|
40
|
+
NetworkAnchorConnectionStatus["Deleting"] = "DELETING";
|
|
41
|
+
NetworkAnchorConnectionStatus["Deleted"] = "DELETED";
|
|
42
|
+
/**
|
|
43
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
|
+
* version of the SDK.
|
|
45
|
+
*/
|
|
46
|
+
NetworkAnchorConnectionStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
47
|
+
})(NetworkAnchorConnectionStatus = exports.NetworkAnchorConnectionStatus || (exports.NetworkAnchorConnectionStatus = {}));
|
|
48
|
+
(function (NetworkAnchorConnectionStatus) {
|
|
49
|
+
function getJsonObj(obj) {
|
|
50
|
+
return obj;
|
|
51
|
+
}
|
|
52
|
+
NetworkAnchorConnectionStatus.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
return obj;
|
|
55
|
+
}
|
|
56
|
+
NetworkAnchorConnectionStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(NetworkAnchorConnectionStatus = exports.NetworkAnchorConnectionStatus || (exports.NetworkAnchorConnectionStatus = {}));
|
|
58
|
+
//# sourceMappingURL=network-anchor-connection-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-anchor-connection-status.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/network-anchor-connection-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;;;;;;;;;;IAaI;AACJ,IAAY,6BAiBX;AAjBD,WAAY,6BAA6B;IACvC,wDAAuB,CAAA;IACvB,8DAA6B,CAAA;IAC7B,0DAAyB,CAAA;IACzB,kDAAiB,CAAA;IACjB,gDAAe,CAAA;IACf,sDAAqB,CAAA;IACrB,mEAAkC,CAAA;IAClC,kDAAiB,CAAA;IACjB,sDAAqB,CAAA;IACrB,oDAAmB,CAAA;IAEnB;;;OAGG;IACH,+DAA8B,CAAA;AAChC,CAAC,EAjBW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAiBxC;AAED,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkC;QAElC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAS7C"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
+
import * as model from "../model";
|
|
13
14
|
/**
|
|
14
15
|
* Summary information about a NetworkAnchor.
|
|
15
16
|
*/
|
|
@@ -34,6 +35,14 @@ export interface NetworkAnchorSummary {
|
|
|
34
35
|
* OCI resource Id of VCN.
|
|
35
36
|
*/
|
|
36
37
|
"vcnId"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Name of the VCN associated to the Network Anchor.
|
|
40
|
+
*/
|
|
41
|
+
"vcnName"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Defines status of the Network Anchor.
|
|
44
|
+
*/
|
|
45
|
+
"networkAnchorConnectionStatus": model.NetworkAnchorConnectionStatus;
|
|
37
46
|
/**
|
|
38
47
|
* The CPG ID in which Network Anchor will be created.
|
|
39
48
|
*/
|
|
@@ -52,10 +61,24 @@ export interface NetworkAnchorSummary {
|
|
|
52
61
|
*
|
|
53
62
|
*/
|
|
54
63
|
"timeUpdated"?: Date;
|
|
64
|
+
/**
|
|
65
|
+
* CSP Specific Additional Properties, AzureSubnetId for Azure
|
|
66
|
+
*/
|
|
67
|
+
"cspAdditionalProperties"?: {
|
|
68
|
+
[key: string]: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Network Anchor Id in the Cloud Service Provider.
|
|
72
|
+
*/
|
|
73
|
+
"cspNetworkAnchorId"?: string;
|
|
74
|
+
/**
|
|
75
|
+
* CSP network anchor Uri
|
|
76
|
+
*/
|
|
77
|
+
"networkAnchorUri"?: string;
|
|
55
78
|
/**
|
|
56
79
|
* The current state of the NetworkAnchor.
|
|
57
80
|
*/
|
|
58
|
-
"
|
|
81
|
+
"networkAnchorLifecycleState": string;
|
|
59
82
|
/**
|
|
60
83
|
* A message that describes the current state of the NetworkAnchor in more detail. For example,
|
|
61
84
|
* can be used to provide actionable information for a resource in the Failed state.
|
|
@@ -95,6 +118,10 @@ export interface NetworkAnchorSummary {
|
|
|
95
118
|
[key: string]: any;
|
|
96
119
|
};
|
|
97
120
|
};
|
|
121
|
+
/**
|
|
122
|
+
* Oracle Cloud Infrastructure Subscription Type.
|
|
123
|
+
*/
|
|
124
|
+
"subscriptionType"?: model.SubscriptionType;
|
|
98
125
|
}
|
|
99
126
|
export declare namespace NetworkAnchorSummary {
|
|
100
127
|
function getJsonObj(obj: NetworkAnchorSummary): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network-anchor-summary.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/network-anchor-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"network-anchor-summary.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/network-anchor-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0GH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
|
|
@@ -53,7 +53,7 @@ export interface NetworkAnchor {
|
|
|
53
53
|
/**
|
|
54
54
|
* The current state of the NetworkAnchor.
|
|
55
55
|
*/
|
|
56
|
-
"
|
|
56
|
+
"networkAnchorLifecycleState": NetworkAnchor.NetworkAnchorLifecycleState;
|
|
57
57
|
/**
|
|
58
58
|
* A message that describes the current state of the NetworkAnchor in more detail. For example,
|
|
59
59
|
* can be used to provide actionable information for a resource in the Failed state.
|
|
@@ -106,9 +106,13 @@ export interface NetworkAnchor {
|
|
|
106
106
|
"clusterPlacementGroupId"?: string;
|
|
107
107
|
"ociMetadataItem"?: model.OciNetworkMetadata;
|
|
108
108
|
"cloudServiceProviderMetadataItem"?: model.CloudServiceProviderNetworkMetadataItem;
|
|
109
|
+
/**
|
|
110
|
+
* Oracle Cloud Infrastructure Subscription Type.
|
|
111
|
+
*/
|
|
112
|
+
"subscriptionType"?: model.SubscriptionType;
|
|
109
113
|
}
|
|
110
114
|
export declare namespace NetworkAnchor {
|
|
111
|
-
enum
|
|
115
|
+
enum NetworkAnchorLifecycleState {
|
|
112
116
|
Creating = "CREATING",
|
|
113
117
|
Updating = "UPDATING",
|
|
114
118
|
Active = "ACTIVE",
|
|
@@ -35,20 +35,20 @@ exports.NetworkAnchor = void 0;
|
|
|
35
35
|
const model = __importStar(require("../model"));
|
|
36
36
|
var NetworkAnchor;
|
|
37
37
|
(function (NetworkAnchor) {
|
|
38
|
-
let
|
|
39
|
-
(function (
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
let NetworkAnchorLifecycleState;
|
|
39
|
+
(function (NetworkAnchorLifecycleState) {
|
|
40
|
+
NetworkAnchorLifecycleState["Creating"] = "CREATING";
|
|
41
|
+
NetworkAnchorLifecycleState["Updating"] = "UPDATING";
|
|
42
|
+
NetworkAnchorLifecycleState["Active"] = "ACTIVE";
|
|
43
|
+
NetworkAnchorLifecycleState["Deleting"] = "DELETING";
|
|
44
|
+
NetworkAnchorLifecycleState["Deleted"] = "DELETED";
|
|
45
|
+
NetworkAnchorLifecycleState["Failed"] = "FAILED";
|
|
46
46
|
/**
|
|
47
47
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
48
48
|
* version of the SDK.
|
|
49
49
|
*/
|
|
50
|
-
|
|
51
|
-
})(
|
|
50
|
+
NetworkAnchorLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
51
|
+
})(NetworkAnchorLifecycleState = NetworkAnchor.NetworkAnchorLifecycleState || (NetworkAnchor.NetworkAnchorLifecycleState = {}));
|
|
52
52
|
let SetupMode;
|
|
53
53
|
(function (SetupMode) {
|
|
54
54
|
SetupMode["AutoBind"] = "AUTO_BIND";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network-anchor.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/network-anchor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"network-anchor.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/network-anchor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8FlC,IAAiB,aAAa,CA2D7B;AA3DD,WAAiB,aAAa;IAC5B,IAAY,2BAYX;IAZD,WAAY,2BAA2B;QACrC,oDAAqB,CAAA;QACrB,oDAAqB,CAAA;QACrB,gDAAiB,CAAA;QACjB,oDAAqB,CAAA;QACrB,kDAAmB,CAAA;QACnB,gDAAiB,CAAA;QACjB;;;WAGG;QACH,6DAA8B,CAAA;IAChC,CAAC,EAZW,2BAA2B,GAA3B,yCAA2B,KAA3B,yCAA2B,QAYtC;IAED,IAAY,SAQX;IARD,WAAY,SAAS;QACnB,mCAAsB,CAAA;QACtB,wCAA2B,CAAA;QAC3B;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EARW,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAQpB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC1D,CAAC,CAAC,SAAS;YACb,kCAAkC,EAAE,GAAG,CAAC,gCAAgC;gBACtE,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,UAAU,CACtD,GAAG,CAAC,gCAAgC,CACrC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACtE,CAAC,CAAC,SAAS;YACb,kCAAkC,EAAE,GAAG,CAAC,gCAAgC;gBACtE,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CAClE,GAAG,CAAC,gCAAgC,CACrC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,oCAAsB,yBAgBrC,CAAA;AACH,CAAC,EA3DgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA2D7B"}
|
|
@@ -16,20 +16,9 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface OciNetworkMetadata {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
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
|
-
*
|
|
19
|
+
* Defines status of the Network Anchor.
|
|
31
20
|
*/
|
|
32
|
-
"networkAnchorConnectionStatus":
|
|
21
|
+
"networkAnchorConnectionStatus": model.NetworkAnchorConnectionStatus;
|
|
33
22
|
"vcn"?: model.OciVcn;
|
|
34
23
|
"dns"?: model.OciDns;
|
|
35
24
|
/**
|
|
@@ -52,23 +41,6 @@ export interface OciNetworkMetadata {
|
|
|
52
41
|
}>;
|
|
53
42
|
}
|
|
54
43
|
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
44
|
function getJsonObj(obj: OciNetworkMetadata): object;
|
|
73
45
|
function getDeserializedJsonObj(obj: OciNetworkMetadata): object;
|
|
74
46
|
}
|
|
@@ -35,24 +35,6 @@ exports.OciNetworkMetadata = void 0;
|
|
|
35
35
|
const model = __importStar(require("../model"));
|
|
36
36
|
var OciNetworkMetadata;
|
|
37
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
38
|
function getJsonObj(obj) {
|
|
57
39
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
40
|
"vcn": obj.vcn ? model.OciVcn.getJsonObj(obj.vcn) : undefined,
|
|
@@ -1 +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;
|
|
1
|
+
{"version":3,"file":"oci-network-metadata.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/oci-network-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,kBAAkB,CAiClC;AAjCD,WAAiB,kBAAkB;IACjC,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,EAjCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAiClC"}
|
package/lib/model/oci-vcn.d.ts
CHANGED
|
@@ -18,6 +18,10 @@ export interface OciVcn {
|
|
|
18
18
|
* Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
|
|
19
19
|
*/
|
|
20
20
|
"vcnId"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Name of the VCN associated to the Network Anchor.
|
|
23
|
+
*/
|
|
24
|
+
"vcnName"?: string;
|
|
21
25
|
/**
|
|
22
26
|
* Oracle Cloud Infrastructure primary cidr block. CSP can set this property
|
|
23
27
|
* It's optional only if disconnect anchor is allowed
|
package/lib/model/oci-vcn.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oci-vcn.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/oci-vcn.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"oci-vcn.js","sourceRoot":"","sources":["../../../../../lib/multicloud/lib/model/oci-vcn.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2CH,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"}
|
|
@@ -26,6 +26,28 @@ export interface ResourceAnchorSummary {
|
|
|
26
26
|
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
27
27
|
*/
|
|
28
28
|
"compartmentId": string;
|
|
29
|
+
/**
|
|
30
|
+
* The name assigned to the compartment during creation.
|
|
31
|
+
*/
|
|
32
|
+
"compartmentName"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Partner Cloud Account Identifier of the Cloud Service Provider.
|
|
35
|
+
*/
|
|
36
|
+
"partnerCloudAccountIdentifier"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Resource Anchor Id in the Cloud Service Provider.
|
|
39
|
+
*/
|
|
40
|
+
"cspResourceAnchorId"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Resource Anchor Name in the Cloud Service Provider.
|
|
43
|
+
*/
|
|
44
|
+
"cspResourceAnchorName"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* CSP Specific Additional Properties, AzureSubnetId for Azure
|
|
47
|
+
*/
|
|
48
|
+
"cspAdditionalProperties"?: {
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
};
|
|
29
51
|
/**
|
|
30
52
|
* The date and time the ResourceAnchor was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
31
53
|
* <p>
|
|
@@ -87,6 +109,16 @@ export interface ResourceAnchorSummary {
|
|
|
87
109
|
[key: string]: any;
|
|
88
110
|
};
|
|
89
111
|
};
|
|
112
|
+
/**
|
|
113
|
+
* Optional - Oracle Cloud Infrastructure compartment Id (OCID) which was created or linked by customer with resource anchor.
|
|
114
|
+
* This compartmentId is different from where resource Anchor live.
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
"linkedCompartmentId"?: string;
|
|
118
|
+
/**
|
|
119
|
+
* The name assigned to the compartment which was created or linked by customer with resource anchor. This compartment is different from where resource Anchor live.
|
|
120
|
+
*/
|
|
121
|
+
"linkedCompartmentName"?: string;
|
|
90
122
|
}
|
|
91
123
|
export declare namespace ResourceAnchorSummary {
|
|
92
124
|
function getJsonObj(obj: ResourceAnchorSummary): object;
|