oci-core 2.100.2 → 2.100.3
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/lib/client.d.ts +97 -0
- package/lib/client.js +566 -0
- package/lib/client.js.map +1 -1
- package/lib/model/byoasn-byoip-range.d.ts +47 -0
- package/lib/model/byoasn-byoip-range.js +36 -0
- package/lib/model/byoasn-byoip-range.js.map +1 -0
- package/lib/model/byoasn-collection.d.ts +33 -0
- package/lib/model/byoasn-collection.js +68 -0
- package/lib/model/byoasn-collection.js.map +1 -0
- package/lib/model/byoasn-summary.d.ts +90 -0
- package/lib/model/byoasn-summary.js +36 -0
- package/lib/model/byoasn-summary.js.map +1 -0
- package/lib/model/byoasn.d.ts +115 -0
- package/lib/model/byoasn.js +81 -0
- package/lib/model/byoasn.js.map +1 -0
- package/lib/model/byoip-range-origin-asn.d.ts +40 -0
- package/lib/model/byoip-range-origin-asn.js +36 -0
- package/lib/model/byoip-range-origin-asn.js.map +1 -0
- package/lib/model/byoip-range.d.ts +1 -0
- package/lib/model/byoip-range.js +5 -1
- package/lib/model/byoip-range.js.map +1 -1
- package/lib/model/change-byoasn-compartment-details.d.ts +33 -0
- package/lib/model/change-byoasn-compartment-details.js +36 -0
- package/lib/model/change-byoasn-compartment-details.js.map +1 -0
- package/lib/model/create-byoasn-details.d.ts +66 -0
- package/lib/model/create-byoasn-details.js +36 -0
- package/lib/model/create-byoasn-details.js.map +1 -0
- package/lib/model/index.d.ts +18 -0
- package/lib/model/index.js +31 -13
- package/lib/model/index.js.map +1 -1
- package/lib/model/set-origin-asn-details.d.ts +36 -0
- package/lib/model/set-origin-asn-details.js +36 -0
- package/lib/model/set-origin-asn-details.js.map +1 -0
- package/lib/model/update-byoasn-details.d.ts +56 -0
- package/lib/model/update-byoasn-details.js +36 -0
- package/lib/model/update-byoasn-details.js.map +1 -0
- package/lib/request/change-byoasn-compartment-request.d.ts +49 -0
- package/lib/request/change-byoasn-compartment-request.js +15 -0
- package/lib/request/change-byoasn-compartment-request.js.map +1 -0
- package/lib/request/create-byoasn-request.d.ts +38 -0
- package/lib/request/create-byoasn-request.js +15 -0
- package/lib/request/create-byoasn-request.js.map +1 -0
- package/lib/request/delete-byoasn-request.d.ts +35 -0
- package/lib/request/delete-byoasn-request.js +15 -0
- package/lib/request/delete-byoasn-request.js.map +1 -0
- package/lib/request/get-byoasn-request.d.ts +28 -0
- package/lib/request/get-byoasn-request.js +15 -0
- package/lib/request/get-byoasn-request.js.map +1 -0
- package/lib/request/index.d.ts +18 -0
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-byoasns-request.d.ts +75 -0
- package/lib/request/list-byoasns-request.js +29 -0
- package/lib/request/list-byoasns-request.js.map +1 -0
- package/lib/request/set-origin-asn-request.d.ts +49 -0
- package/lib/request/set-origin-asn-request.js +15 -0
- package/lib/request/set-origin-asn-request.js.map +1 -0
- package/lib/request/set-origin-asn-to-oracle-request.d.ts +35 -0
- package/lib/request/set-origin-asn-to-oracle-request.js +15 -0
- package/lib/request/set-origin-asn-to-oracle-request.js.map +1 -0
- package/lib/request/update-byoasn-request.d.ts +40 -0
- package/lib/request/update-byoasn-request.js +15 -0
- package/lib/request/update-byoasn-request.js.map +1 -0
- package/lib/request/validate-byoasn-request.d.ts +44 -0
- package/lib/request/validate-byoasn-request.js +15 -0
- package/lib/request/validate-byoasn-request.js.map +1 -0
- package/lib/response/change-byoasn-compartment-response.d.ts +20 -0
- package/lib/response/change-byoasn-compartment-response.js +15 -0
- package/lib/response/change-byoasn-compartment-response.js.map +1 -0
- package/lib/response/create-byoasn-response.d.ts +30 -0
- package/lib/response/create-byoasn-response.js +15 -0
- package/lib/response/create-byoasn-response.js.map +1 -0
- package/lib/response/delete-byoasn-response.d.ts +20 -0
- package/lib/response/delete-byoasn-response.js +15 -0
- package/lib/response/delete-byoasn-response.js.map +1 -0
- package/lib/response/get-byoasn-response.d.ts +30 -0
- package/lib/response/get-byoasn-response.js +15 -0
- package/lib/response/get-byoasn-response.js.map +1 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-byoasns-response.d.ts +32 -0
- package/lib/response/list-byoasns-response.js +15 -0
- package/lib/response/list-byoasns-response.js.map +1 -0
- package/lib/response/set-origin-asn-response.d.ts +27 -0
- package/lib/response/set-origin-asn-response.js +15 -0
- package/lib/response/set-origin-asn-response.js.map +1 -0
- package/lib/response/set-origin-asn-to-oracle-response.d.ts +20 -0
- package/lib/response/set-origin-asn-to-oracle-response.js +15 -0
- package/lib/response/set-origin-asn-to-oracle-response.js.map +1 -0
- package/lib/response/update-byoasn-response.d.ts +30 -0
- package/lib/response/update-byoasn-response.js +15 -0
- package/lib/response/update-byoasn-response.js.map +1 -0
- package/lib/response/validate-byoasn-response.d.ts +27 -0
- package/lib/response/validate-byoasn-response.js +15 -0
- package/lib/response/validate-byoasn-response.js.map +1 -0
- package/lib/virtualnetwork-waiter.d.ts +28 -0
- package/lib/virtualnetwork-waiter.js +42 -0
- package/lib/virtualnetwork-waiter.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Information about 'ByoipRange' that has {@code byoasn} as origin.
|
|
22
|
+
*/
|
|
23
|
+
export interface ByoasnByoipRange {
|
|
24
|
+
/**
|
|
25
|
+
* The BYOIP CIDR block range or subrange allocated to an IP pool. This could be all or part of a BYOIP CIDR block.
|
|
26
|
+
*/
|
|
27
|
+
"cidrBlock"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The IPv6 prefix being imported to the Oracle cloud. This prefix must be /48 or larger, and can be subdivided into sub-ranges used
|
|
30
|
+
* across multiple VCNs. A BYOIPv6 prefix can be assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify
|
|
31
|
+
* a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ipv6CidrBlock"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code ByoipRange} resource to which the CIDR block belongs.
|
|
37
|
+
*/
|
|
38
|
+
"byoipRangeId": string;
|
|
39
|
+
/**
|
|
40
|
+
* The as path prepend length. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
41
|
+
*/
|
|
42
|
+
"asPathPrependLength"?: number;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace ByoasnByoipRange {
|
|
45
|
+
function getJsonObj(obj: ByoasnByoipRange): object;
|
|
46
|
+
function getDeserializedJsonObj(obj: ByoasnByoipRange): object;
|
|
47
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.ByoasnByoipRange = void 0;
|
|
23
|
+
var ByoasnByoipRange;
|
|
24
|
+
(function (ByoasnByoipRange) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ByoasnByoipRange.getJsonObj = getJsonObj;
|
|
30
|
+
function getDeserializedJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
ByoasnByoipRange.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
35
|
+
})(ByoasnByoipRange = exports.ByoasnByoipRange || (exports.ByoasnByoipRange = {}));
|
|
36
|
+
//# sourceMappingURL=byoasn-byoip-range.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"byoasn-byoip-range.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/byoasn-byoip-range.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AA8BH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,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,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
import * as model from "../model";
|
|
21
|
+
/**
|
|
22
|
+
* The results returned by a {@code ListByoasn} operation.
|
|
23
|
+
*/
|
|
24
|
+
export interface ByoasnCollection {
|
|
25
|
+
/**
|
|
26
|
+
* A list of {@code Byoasn} resource summaries.
|
|
27
|
+
*/
|
|
28
|
+
"items": Array<model.ByoasnSummary>;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace ByoasnCollection {
|
|
31
|
+
function getJsonObj(obj: ByoasnCollection): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: ByoasnCollection): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
40
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
+
exports.ByoasnCollection = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
43
|
+
var ByoasnCollection;
|
|
44
|
+
(function (ByoasnCollection) {
|
|
45
|
+
function getJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"items": obj.items
|
|
48
|
+
? obj.items.map(item => {
|
|
49
|
+
return model.ByoasnSummary.getJsonObj(item);
|
|
50
|
+
})
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ByoasnCollection.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
|
+
"items": obj.items
|
|
59
|
+
? obj.items.map(item => {
|
|
60
|
+
return model.ByoasnSummary.getDeserializedJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
ByoasnCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(ByoasnCollection = exports.ByoasnCollection || (exports.ByoasnCollection = {}));
|
|
68
|
+
//# sourceMappingURL=byoasn-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"byoasn-collection.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/byoasn-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,gBAAgB,CA6BhC;AA7BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,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,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;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,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA6BhC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Information about a {@code Byoasn} resource.
|
|
22
|
+
*/
|
|
23
|
+
export interface ByoasnSummary {
|
|
24
|
+
/**
|
|
25
|
+
* The Autonomous System Number (ASN) you are importing to the Oracle cloud. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
26
|
+
*/
|
|
27
|
+
"asn": number;
|
|
28
|
+
/**
|
|
29
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the {@code Byoasn} resource.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"compartmentId": string;
|
|
33
|
+
/**
|
|
34
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
35
|
+
* Avoid entering confidential information.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"displayName"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
41
|
+
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
42
|
+
* <p>
|
|
43
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"definedTags"?: {
|
|
47
|
+
[key: string]: {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
53
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
54
|
+
* <p>
|
|
55
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"freeformTags"?: {
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
63
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"systemTags"?: {
|
|
67
|
+
[key: string]: {
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code Byoasn} resource.
|
|
73
|
+
*/
|
|
74
|
+
"id": string;
|
|
75
|
+
/**
|
|
76
|
+
* The {@code Byoasn} resource's current state.
|
|
77
|
+
*/
|
|
78
|
+
"lifecycleState": string;
|
|
79
|
+
/**
|
|
80
|
+
* The date and time the {@code Byoasn} resource was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
81
|
+
* <p>
|
|
82
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"timeCreated"?: Date;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace ByoasnSummary {
|
|
88
|
+
function getJsonObj(obj: ByoasnSummary): object;
|
|
89
|
+
function getDeserializedJsonObj(obj: ByoasnSummary): object;
|
|
90
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.ByoasnSummary = void 0;
|
|
23
|
+
var ByoasnSummary;
|
|
24
|
+
(function (ByoasnSummary) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ByoasnSummary.getJsonObj = getJsonObj;
|
|
30
|
+
function getDeserializedJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
ByoasnSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
35
|
+
})(ByoasnSummary = exports.ByoasnSummary || (exports.ByoasnSummary = {}));
|
|
36
|
+
//# sourceMappingURL=byoasn-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"byoasn-summary.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/byoasn-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AA+DH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
import * as model from "../model";
|
|
21
|
+
/**
|
|
22
|
+
* Oracle offers the ability to Bring Your Own Autonomous System Number (BYOASN), importing AS Numbers you currently own to Oracle Cloud Infrastructure. A {@code Byoasn} resource is a record of the imported AS Number and also some associated metadata. The process used to [Bring Your Own ASN](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/BYOASN.htm) is explained in the documentation.
|
|
23
|
+
*/
|
|
24
|
+
export interface Byoasn {
|
|
25
|
+
/**
|
|
26
|
+
* The {@code Byoasn} resource's current state.
|
|
27
|
+
*/
|
|
28
|
+
"lifecycleState": Byoasn.LifecycleState;
|
|
29
|
+
/**
|
|
30
|
+
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
31
|
+
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
32
|
+
* <p>
|
|
33
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"definedTags"?: {
|
|
37
|
+
[key: string]: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
43
|
+
* Avoid entering confidential information.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"displayName"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
49
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
50
|
+
* <p>
|
|
51
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"freeformTags"?: {
|
|
55
|
+
[key: string]: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code Byoasn} resource.
|
|
59
|
+
*/
|
|
60
|
+
"id": string;
|
|
61
|
+
/**
|
|
62
|
+
* The Autonomous System Number (ASN) you are importing to the Oracle cloud. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
63
|
+
*/
|
|
64
|
+
"asn": number;
|
|
65
|
+
/**
|
|
66
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the {@code Byoasn} resource.
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"compartmentId": string;
|
|
70
|
+
/**
|
|
71
|
+
* The date and time the {@code Byoasn} resource was validated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
72
|
+
* <p>
|
|
73
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"timeValidated"?: Date;
|
|
77
|
+
/**
|
|
78
|
+
* The validation token is an internally-generated ASCII string used in the validation process. See [Importing a Byoasn](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/BYOASN.htm) for details.
|
|
79
|
+
*/
|
|
80
|
+
"validationToken": string;
|
|
81
|
+
/**
|
|
82
|
+
* The date and time the {@code Byoasn} resource was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
83
|
+
* <p>
|
|
84
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
"timeCreated": Date;
|
|
88
|
+
/**
|
|
89
|
+
* The date and time the {@code Byoasn} resource was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
90
|
+
* <p>
|
|
91
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
92
|
+
*
|
|
93
|
+
*/
|
|
94
|
+
"timeUpdated"?: Date;
|
|
95
|
+
/**
|
|
96
|
+
* The BYOIP Ranges that has the {@code Byoasn} as origin.
|
|
97
|
+
*/
|
|
98
|
+
"byoipRanges"?: Array<model.ByoasnByoipRange>;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace Byoasn {
|
|
101
|
+
enum LifecycleState {
|
|
102
|
+
Updating = "UPDATING",
|
|
103
|
+
Active = "ACTIVE",
|
|
104
|
+
Deleted = "DELETED",
|
|
105
|
+
Failed = "FAILED",
|
|
106
|
+
Creating = "CREATING",
|
|
107
|
+
/**
|
|
108
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
109
|
+
* version of the SDK.
|
|
110
|
+
*/
|
|
111
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
112
|
+
}
|
|
113
|
+
function getJsonObj(obj: Byoasn): object;
|
|
114
|
+
function getDeserializedJsonObj(obj: Byoasn): object;
|
|
115
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
40
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
+
exports.Byoasn = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
43
|
+
var Byoasn;
|
|
44
|
+
(function (Byoasn) {
|
|
45
|
+
let LifecycleState;
|
|
46
|
+
(function (LifecycleState) {
|
|
47
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
48
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
49
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
50
|
+
LifecycleState["Failed"] = "FAILED";
|
|
51
|
+
LifecycleState["Creating"] = "CREATING";
|
|
52
|
+
/**
|
|
53
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
54
|
+
* version of the SDK.
|
|
55
|
+
*/
|
|
56
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
57
|
+
})(LifecycleState = Byoasn.LifecycleState || (Byoasn.LifecycleState = {}));
|
|
58
|
+
function getJsonObj(obj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
60
|
+
"byoipRanges": obj.byoipRanges
|
|
61
|
+
? obj.byoipRanges.map(item => {
|
|
62
|
+
return model.ByoasnByoipRange.getJsonObj(item);
|
|
63
|
+
})
|
|
64
|
+
: undefined
|
|
65
|
+
});
|
|
66
|
+
return jsonObj;
|
|
67
|
+
}
|
|
68
|
+
Byoasn.getJsonObj = getJsonObj;
|
|
69
|
+
function getDeserializedJsonObj(obj) {
|
|
70
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
71
|
+
"byoipRanges": obj.byoipRanges
|
|
72
|
+
? obj.byoipRanges.map(item => {
|
|
73
|
+
return model.ByoasnByoipRange.getDeserializedJsonObj(item);
|
|
74
|
+
})
|
|
75
|
+
: undefined
|
|
76
|
+
});
|
|
77
|
+
return jsonObj;
|
|
78
|
+
}
|
|
79
|
+
Byoasn.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
80
|
+
})(Byoasn = exports.Byoasn || (exports.Byoasn = {}));
|
|
81
|
+
//# sourceMappingURL=byoasn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"byoasn.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/byoasn.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ElC,IAAiB,MAAM,CA0CtB;AA1CD,WAAiB,MAAM;IACrB,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,qBAAc,KAAd,qBAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,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;IAbe,iBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,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;IAbe,6BAAsB,yBAarC,CAAA;AACH,CAAC,EA1CgB,MAAM,GAAN,cAAM,KAAN,cAAM,QA0CtB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Information about the origin asn.
|
|
22
|
+
*/
|
|
23
|
+
export interface ByoipRangeOriginAsn {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code Byoasn} resource.
|
|
26
|
+
*/
|
|
27
|
+
"byoasnId"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The Autonomous System Number (ASN) you are importing to the Oracle cloud. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
30
|
+
*/
|
|
31
|
+
"asn": number;
|
|
32
|
+
/**
|
|
33
|
+
* The as path prepend length. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
34
|
+
*/
|
|
35
|
+
"asPathPrependLength"?: number;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace ByoipRangeOriginAsn {
|
|
38
|
+
function getJsonObj(obj: ByoipRangeOriginAsn): object;
|
|
39
|
+
function getDeserializedJsonObj(obj: ByoipRangeOriginAsn): object;
|
|
40
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.ByoipRangeOriginAsn = void 0;
|
|
23
|
+
var ByoipRangeOriginAsn;
|
|
24
|
+
(function (ByoipRangeOriginAsn) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ByoipRangeOriginAsn.getJsonObj = getJsonObj;
|
|
30
|
+
function getDeserializedJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
ByoipRangeOriginAsn.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
35
|
+
})(ByoipRangeOriginAsn = exports.ByoipRangeOriginAsn || (exports.ByoipRangeOriginAsn = {}));
|
|
36
|
+
//# sourceMappingURL=byoip-range-origin-asn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"byoip-range-origin-asn.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/byoip-range-origin-asn.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAuBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -65,6 +65,7 @@ export interface ByoipRange {
|
|
|
65
65
|
"freeformTags"?: {
|
|
66
66
|
[key: string]: string;
|
|
67
67
|
};
|
|
68
|
+
"originAsn"?: model.ByoipRangeOriginAsn;
|
|
68
69
|
/**
|
|
69
70
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code ByoipRange} resource.
|
|
70
71
|
*/
|
package/lib/model/byoip-range.js
CHANGED
|
@@ -78,7 +78,8 @@ var ByoipRange;
|
|
|
78
78
|
? obj.byoipRangeVcnIpv6Allocations.map(item => {
|
|
79
79
|
return model.ByoipRangeVcnIpv6AllocationSummary.getJsonObj(item);
|
|
80
80
|
})
|
|
81
|
-
: undefined
|
|
81
|
+
: undefined,
|
|
82
|
+
"originAsn": obj.originAsn ? model.ByoipRangeOriginAsn.getJsonObj(obj.originAsn) : undefined
|
|
82
83
|
});
|
|
83
84
|
return jsonObj;
|
|
84
85
|
}
|
|
@@ -89,6 +90,9 @@ var ByoipRange;
|
|
|
89
90
|
? obj.byoipRangeVcnIpv6Allocations.map(item => {
|
|
90
91
|
return model.ByoipRangeVcnIpv6AllocationSummary.getDeserializedJsonObj(item);
|
|
91
92
|
})
|
|
93
|
+
: undefined,
|
|
94
|
+
"originAsn": obj.originAsn
|
|
95
|
+
? model.ByoipRangeOriginAsn.getDeserializedJsonObj(obj.originAsn)
|
|
92
96
|
: undefined
|
|
93
97
|
});
|
|
94
98
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"byoip-range.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/byoip-range.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"byoip-range.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/byoip-range.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkGlC,IAAiB,UAAU,CAiE1B;AAjED,WAAiB,UAAU;IACzB,IAAY,gBAeX;IAfD,WAAY,gBAAgB;QAC1B,yCAAqB,CAAA;QACrB,6CAAyB,CAAA;QACzB,+CAA2B,CAAA;QAC3B,qCAAiB,CAAA;QACjB,qCAAiB,CAAA;QACjB,yCAAqB,CAAA;QACrB,uCAAmB,CAAA;QACnB,+CAA2B,CAAA;QAC3B,+CAA2B,CAAA;QAC3B;;;WAGG;QACH,kDAA8B,CAAA;IAChC,CAAC,EAfW,gBAAgB,GAAhB,2BAAgB,KAAhB,2BAAgB,QAe3B;IAED,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,GAAG,CAAC,4BAA4B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1C,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;SAC7F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qBAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,GAAG,CAAC,4BAA4B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1C,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,iCAAsB,yBAiBrC,CAAA;AACH,CAAC,EAjEgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAiE1B"}
|