oci-core 2.125.0 → 2.125.2
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 +79 -0
- package/lib/client.js +479 -0
- package/lib/client.js.map +1 -1
- package/lib/model/bulk-create-ipv6s-details.d.ts +46 -0
- package/lib/model/bulk-create-ipv6s-details.js +68 -0
- package/lib/model/bulk-create-ipv6s-details.js.map +1 -0
- package/lib/model/bulk-create-ipv6s-item.d.ts +93 -0
- package/lib/model/bulk-create-ipv6s-item.js +41 -0
- package/lib/model/bulk-create-ipv6s-item.js.map +1 -0
- package/lib/model/bulk-create-private-ip-item.d.ts +114 -0
- package/lib/model/bulk-create-private-ip-item.js +41 -0
- package/lib/model/bulk-create-private-ip-item.js.map +1 -0
- package/lib/model/bulk-create-private-ips-details.d.ts +50 -0
- package/lib/model/bulk-create-private-ips-details.js +68 -0
- package/lib/model/bulk-create-private-ips-details.js.map +1 -0
- package/lib/model/bulk-delete-ipv6s-details.d.ts +45 -0
- package/lib/model/bulk-delete-ipv6s-details.js +68 -0
- package/lib/model/bulk-delete-ipv6s-details.js.map +1 -0
- package/lib/model/bulk-delete-ipv6s-item.d.ts +32 -0
- package/lib/model/bulk-delete-ipv6s-item.js +36 -0
- package/lib/model/bulk-delete-ipv6s-item.js.map +1 -0
- package/lib/model/bulk-delete-private-ip-item.d.ts +33 -0
- package/lib/model/bulk-delete-private-ip-item.js +36 -0
- package/lib/model/bulk-delete-private-ip-item.js.map +1 -0
- package/lib/model/bulk-delete-private-ips-details.d.ts +51 -0
- package/lib/model/bulk-delete-private-ips-details.js +68 -0
- package/lib/model/bulk-delete-private-ips-details.js.map +1 -0
- package/lib/model/bulk-detach-ipv6s-details.d.ts +39 -0
- package/lib/model/bulk-detach-ipv6s-details.js +68 -0
- package/lib/model/bulk-detach-ipv6s-details.js.map +1 -0
- package/lib/model/bulk-detach-ipv6s-item.d.ts +33 -0
- package/lib/model/bulk-detach-ipv6s-item.js +36 -0
- package/lib/model/bulk-detach-ipv6s-item.js.map +1 -0
- package/lib/model/bulk-detach-private-ip-item.d.ts +33 -0
- package/lib/model/bulk-detach-private-ip-item.js +36 -0
- package/lib/model/bulk-detach-private-ip-item.js.map +1 -0
- package/lib/model/bulk-detach-private-ips-details.d.ts +39 -0
- package/lib/model/bulk-detach-private-ips-details.js +68 -0
- package/lib/model/bulk-detach-private-ips-details.js.map +1 -0
- package/lib/model/bulk-update-ipv6s-details.d.ts +40 -0
- package/lib/model/bulk-update-ipv6s-details.js +68 -0
- package/lib/model/bulk-update-ipv6s-details.js.map +1 -0
- package/lib/model/bulk-update-ipv6s-item.d.ts +79 -0
- package/lib/model/bulk-update-ipv6s-item.js +41 -0
- package/lib/model/bulk-update-ipv6s-item.js.map +1 -0
- package/lib/model/bulk-update-private-ip-item.d.ts +94 -0
- package/lib/model/bulk-update-private-ip-item.js +41 -0
- package/lib/model/bulk-update-private-ip-item.js.map +1 -0
- package/lib/model/bulk-update-private-ips-details.d.ts +40 -0
- package/lib/model/bulk-update-private-ips-details.js +68 -0
- package/lib/model/bulk-update-private-ips-details.js.map +1 -0
- package/lib/model/capacity-report-instance-shape-config.d.ts +21 -0
- package/lib/model/capacity-report-instance-shape-config.js +11 -0
- package/lib/model/capacity-report-instance-shape-config.js.map +1 -1
- package/lib/model/compute-gpu-memory-cluster-scale-config.d.ts +44 -0
- package/lib/model/compute-gpu-memory-cluster-scale-config.js +36 -0
- package/lib/model/compute-gpu-memory-cluster-scale-config.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster.d.ts +2 -0
- package/lib/model/compute-gpu-memory-cluster.js +30 -2
- package/lib/model/compute-gpu-memory-cluster.js.map +1 -1
- package/lib/model/create-compute-gpu-memory-cluster-details.d.ts +2 -0
- package/lib/model/create-compute-gpu-memory-cluster-details.js +30 -2
- package/lib/model/create-compute-gpu-memory-cluster-details.js.map +1 -1
- package/lib/model/create-compute-gpu-memory-cluster-scale-config.d.ts +44 -0
- package/lib/model/create-compute-gpu-memory-cluster-scale-config.js +36 -0
- package/lib/model/create-compute-gpu-memory-cluster-scale-config.js.map +1 -0
- package/lib/model/create-cross-connect-details.d.ts +10 -0
- package/lib/model/create-cross-connect-details.js.map +1 -1
- package/lib/model/cross-connect.d.ts +5 -0
- package/lib/model/cross-connect.js.map +1 -1
- package/lib/model/index.d.ts +38 -0
- package/lib/model/index.js +53 -14
- package/lib/model/index.js.map +1 -1
- package/lib/model/update-compute-gpu-memory-cluster-details.d.ts +2 -0
- package/lib/model/update-compute-gpu-memory-cluster-details.js +30 -2
- package/lib/model/update-compute-gpu-memory-cluster-details.js.map +1 -1
- package/lib/model/update-compute-gpu-memory-cluster-scale-config.d.ts +44 -0
- package/lib/model/update-compute-gpu-memory-cluster-scale-config.js +36 -0
- package/lib/model/update-compute-gpu-memory-cluster-scale-config.js.map +1 -0
- package/lib/request/bulk-create-ipv6s-request.d.ts +38 -0
- package/lib/request/bulk-create-ipv6s-request.js +15 -0
- package/lib/request/bulk-create-ipv6s-request.js.map +1 -0
- package/lib/request/bulk-create-private-ips-request.d.ts +38 -0
- package/lib/request/bulk-create-private-ips-request.js +15 -0
- package/lib/request/bulk-create-private-ips-request.js.map +1 -0
- package/lib/request/bulk-delete-ipv6s-request.d.ts +38 -0
- package/lib/request/bulk-delete-ipv6s-request.js +15 -0
- package/lib/request/bulk-delete-ipv6s-request.js.map +1 -0
- package/lib/request/bulk-delete-private-ips-request.d.ts +38 -0
- package/lib/request/bulk-delete-private-ips-request.js +15 -0
- package/lib/request/bulk-delete-private-ips-request.js.map +1 -0
- package/lib/request/bulk-detach-ipv6s-request.d.ts +38 -0
- package/lib/request/bulk-detach-ipv6s-request.js +15 -0
- package/lib/request/bulk-detach-ipv6s-request.js.map +1 -0
- package/lib/request/bulk-detach-private-ips-request.d.ts +38 -0
- package/lib/request/bulk-detach-private-ips-request.js +15 -0
- package/lib/request/bulk-detach-private-ips-request.js.map +1 -0
- package/lib/request/bulk-update-ipv6s-request.d.ts +38 -0
- package/lib/request/bulk-update-ipv6s-request.js +15 -0
- package/lib/request/bulk-update-ipv6s-request.js.map +1 -0
- package/lib/request/bulk-update-private-ips-request.d.ts +38 -0
- package/lib/request/bulk-update-private-ips-request.js +15 -0
- package/lib/request/bulk-update-private-ips-request.js.map +1 -0
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js.map +1 -1
- package/lib/response/bulk-create-ipv6s-response.d.ts +27 -0
- package/lib/response/bulk-create-ipv6s-response.js +15 -0
- package/lib/response/bulk-create-ipv6s-response.js.map +1 -0
- package/lib/response/bulk-create-private-ips-response.d.ts +27 -0
- package/lib/response/bulk-create-private-ips-response.js +15 -0
- package/lib/response/bulk-create-private-ips-response.js.map +1 -0
- package/lib/response/bulk-delete-ipv6s-response.d.ts +27 -0
- package/lib/response/bulk-delete-ipv6s-response.js +15 -0
- package/lib/response/bulk-delete-ipv6s-response.js.map +1 -0
- package/lib/response/bulk-delete-private-ips-response.d.ts +27 -0
- package/lib/response/bulk-delete-private-ips-response.js +15 -0
- package/lib/response/bulk-delete-private-ips-response.js.map +1 -0
- package/lib/response/bulk-detach-ipv6s-response.d.ts +27 -0
- package/lib/response/bulk-detach-ipv6s-response.js +15 -0
- package/lib/response/bulk-detach-ipv6s-response.js.map +1 -0
- package/lib/response/bulk-detach-private-ips-response.d.ts +27 -0
- package/lib/response/bulk-detach-private-ips-response.js +15 -0
- package/lib/response/bulk-detach-private-ips-response.js.map +1 -0
- package/lib/response/bulk-update-ipv6s-response.d.ts +27 -0
- package/lib/response/bulk-update-ipv6s-response.js +15 -0
- package/lib/response/bulk-update-ipv6s-response.js.map +1 -0
- package/lib/response/bulk-update-private-ips-response.d.ts +27 -0
- package/lib/response/bulk-update-private-ips-response.js +15 -0
- package/lib/response/bulk-update-private-ips-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/virtualnetwork-waiter.d.ts +80 -0
- package/lib/virtualnetwork-waiter.js +120 -0
- package/lib/virtualnetwork-waiter.js.map +1 -1
- package/package.json +3 -3
|
@@ -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](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/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, 2026, 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.BulkDetachPrivateIpsDetails = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
43
|
+
var BulkDetachPrivateIpsDetails;
|
|
44
|
+
(function (BulkDetachPrivateIpsDetails) {
|
|
45
|
+
function getJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"bulkDetachPrivateIpItem": obj.bulkDetachPrivateIpItem
|
|
48
|
+
? obj.bulkDetachPrivateIpItem.map(item => {
|
|
49
|
+
return model.BulkDetachPrivateIpItem.getJsonObj(item);
|
|
50
|
+
})
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
BulkDetachPrivateIpsDetails.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
|
+
"bulkDetachPrivateIpItem": obj.bulkDetachPrivateIpItem
|
|
59
|
+
? obj.bulkDetachPrivateIpItem.map(item => {
|
|
60
|
+
return model.BulkDetachPrivateIpItem.getDeserializedJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
BulkDetachPrivateIpsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(BulkDetachPrivateIpsDetails = exports.BulkDetachPrivateIpsDetails || (exports.BulkDetachPrivateIpsDetails = {}));
|
|
68
|
+
//# sourceMappingURL=bulk-detach-private-ips-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-detach-private-ips-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-detach-private-ips-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
|
|
@@ -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](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](https://docs.oracle.com/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, 2026, 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
|
+
* Bulk Secondary IPv6 addresses update object.
|
|
23
|
+
*/
|
|
24
|
+
export interface BulkUpdateIpv6sDetails {
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC to move the IPv6s to.
|
|
27
|
+
* The VNIC and IPv6s must be in the same subnet.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"vnicId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Secondary IPv6 addresses to updated.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"bulkUpdateIpv6sItem": Array<model.BulkUpdateIpv6sItem>;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace BulkUpdateIpv6sDetails {
|
|
38
|
+
function getJsonObj(obj: BulkUpdateIpv6sDetails): object;
|
|
39
|
+
function getDeserializedJsonObj(obj: BulkUpdateIpv6sDetails): object;
|
|
40
|
+
}
|
|
@@ -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](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/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, 2026, 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.BulkUpdateIpv6sDetails = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
43
|
+
var BulkUpdateIpv6sDetails;
|
|
44
|
+
(function (BulkUpdateIpv6sDetails) {
|
|
45
|
+
function getJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"bulkUpdateIpv6sItem": obj.bulkUpdateIpv6sItem
|
|
48
|
+
? obj.bulkUpdateIpv6sItem.map(item => {
|
|
49
|
+
return model.BulkUpdateIpv6sItem.getJsonObj(item);
|
|
50
|
+
})
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
BulkUpdateIpv6sDetails.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
|
+
"bulkUpdateIpv6sItem": obj.bulkUpdateIpv6sItem
|
|
59
|
+
? obj.bulkUpdateIpv6sItem.map(item => {
|
|
60
|
+
return model.BulkUpdateIpv6sItem.getDeserializedJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
BulkUpdateIpv6sDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(BulkUpdateIpv6sDetails = exports.BulkUpdateIpv6sDetails || (exports.BulkUpdateIpv6sDetails = {}));
|
|
68
|
+
//# sourceMappingURL=bulk-update-ipv6s-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-ipv6s-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-update-ipv6s-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
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](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](https://docs.oracle.com/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, 2026, 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
|
+
* Secondary IPv6 object to update as part of bulk update.
|
|
22
|
+
*/
|
|
23
|
+
export interface BulkUpdateIpv6sItem {
|
|
24
|
+
/**
|
|
25
|
+
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
26
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
27
|
+
* <p>
|
|
28
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"definedTags"?: {
|
|
32
|
+
[key: string]: {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
38
|
+
* Avoid entering confidential information.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"displayName"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
44
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
45
|
+
* <p>
|
|
46
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"freeformTags"?: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The OCID of the IPv6.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"ipv6Id": string;
|
|
57
|
+
/**
|
|
58
|
+
* Lifetime of the IP address.
|
|
59
|
+
* There are two types of IPs:
|
|
60
|
+
* - Ephemeral
|
|
61
|
+
* - Reserved
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"lifetime"?: BulkUpdateIpv6sItem.Lifetime;
|
|
65
|
+
/**
|
|
66
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the IP address or VNIC will use. For more information, see
|
|
67
|
+
* [Per-resource Routing](https://docs.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#Overview_of_Routing_for_Your_VCN__source_routing).
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"routeTableId"?: string;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace BulkUpdateIpv6sItem {
|
|
73
|
+
enum Lifetime {
|
|
74
|
+
Ephemeral = "EPHEMERAL",
|
|
75
|
+
Reserved = "RESERVED"
|
|
76
|
+
}
|
|
77
|
+
function getJsonObj(obj: BulkUpdateIpv6sItem): object;
|
|
78
|
+
function getDeserializedJsonObj(obj: BulkUpdateIpv6sItem): object;
|
|
79
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/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, 2026, 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.BulkUpdateIpv6sItem = void 0;
|
|
23
|
+
var BulkUpdateIpv6sItem;
|
|
24
|
+
(function (BulkUpdateIpv6sItem) {
|
|
25
|
+
let Lifetime;
|
|
26
|
+
(function (Lifetime) {
|
|
27
|
+
Lifetime["Ephemeral"] = "EPHEMERAL";
|
|
28
|
+
Lifetime["Reserved"] = "RESERVED";
|
|
29
|
+
})(Lifetime = BulkUpdateIpv6sItem.Lifetime || (BulkUpdateIpv6sItem.Lifetime = {}));
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
BulkUpdateIpv6sItem.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
37
|
+
return jsonObj;
|
|
38
|
+
}
|
|
39
|
+
BulkUpdateIpv6sItem.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(BulkUpdateIpv6sItem = exports.BulkUpdateIpv6sItem || (exports.BulkUpdateIpv6sItem = {}));
|
|
41
|
+
//# sourceMappingURL=bulk-update-ipv6s-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-ipv6s-item.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-update-ipv6s-item.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAoDH,IAAiB,mBAAmB,CAgBnC;AAhBD,WAAiB,mBAAmB;IAClC,IAAY,QAGX;IAHD,WAAY,QAAQ;QAClB,mCAAuB,CAAA;QACvB,iCAAqB,CAAA;IACvB,CAAC,EAHW,QAAQ,GAAR,4BAAQ,KAAR,4BAAQ,QAGnB;IAED,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,EAhBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAgBnC"}
|
|
@@ -0,0 +1,94 @@
|
|
|
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](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](https://docs.oracle.com/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, 2026, 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
|
+
* secondary private IPv4 address object to update as part of bulk update.
|
|
22
|
+
*/
|
|
23
|
+
export interface BulkUpdatePrivateIpItem {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secondary Private IP.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"privateIpId": string;
|
|
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.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.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 hostname for the private IP. Used for DNS. The value
|
|
59
|
+
* is the hostname portion of the private IP's fully qualified domain name (FQDN)
|
|
60
|
+
* (for example, {@code bminstance1} in FQDN {@code bminstance1.subnet123.vcn1.oraclevcn.com}).
|
|
61
|
+
* Must be unique across all VNICs in the subnet and comply with
|
|
62
|
+
* [RFC 952](https://tools.ietf.org/html/rfc952) and
|
|
63
|
+
* [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
|
64
|
+
* <p>
|
|
65
|
+
For more information, see
|
|
66
|
+
* [DNS in Your Virtual Cloud Network](https://docs.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
|
67
|
+
* <p>
|
|
68
|
+
Example: {@code bminstance1}
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"hostnameLabel"?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Lifetime of the IP address.
|
|
74
|
+
* There are two types of IPs:
|
|
75
|
+
* - Ephemeral
|
|
76
|
+
* - Reserved
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"lifetime"?: BulkUpdatePrivateIpItem.Lifetime;
|
|
80
|
+
/**
|
|
81
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the IP address or VNIC will use. For more information, see
|
|
82
|
+
* [Per-resource Routing](https://docs.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#Overview_of_Routing_for_Your_VCN__source_routing).
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"routeTableId"?: string;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace BulkUpdatePrivateIpItem {
|
|
88
|
+
enum Lifetime {
|
|
89
|
+
Ephemeral = "EPHEMERAL",
|
|
90
|
+
Reserved = "RESERVED"
|
|
91
|
+
}
|
|
92
|
+
function getJsonObj(obj: BulkUpdatePrivateIpItem): object;
|
|
93
|
+
function getDeserializedJsonObj(obj: BulkUpdatePrivateIpItem): object;
|
|
94
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/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, 2026, 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.BulkUpdatePrivateIpItem = void 0;
|
|
23
|
+
var BulkUpdatePrivateIpItem;
|
|
24
|
+
(function (BulkUpdatePrivateIpItem) {
|
|
25
|
+
let Lifetime;
|
|
26
|
+
(function (Lifetime) {
|
|
27
|
+
Lifetime["Ephemeral"] = "EPHEMERAL";
|
|
28
|
+
Lifetime["Reserved"] = "RESERVED";
|
|
29
|
+
})(Lifetime = BulkUpdatePrivateIpItem.Lifetime || (BulkUpdatePrivateIpItem.Lifetime = {}));
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
BulkUpdatePrivateIpItem.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
37
|
+
return jsonObj;
|
|
38
|
+
}
|
|
39
|
+
BulkUpdatePrivateIpItem.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(BulkUpdatePrivateIpItem = exports.BulkUpdatePrivateIpItem || (exports.BulkUpdatePrivateIpItem = {}));
|
|
41
|
+
//# sourceMappingURL=bulk-update-private-ip-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-private-ip-item.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-update-private-ip-item.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAmEH,IAAiB,uBAAuB,CAgBvC;AAhBD,WAAiB,uBAAuB;IACtC,IAAY,QAGX;IAHD,WAAY,QAAQ;QAClB,mCAAuB,CAAA;QACvB,iCAAqB,CAAA;IACvB,CAAC,EAHW,QAAQ,GAAR,gCAAQ,KAAR,gCAAQ,QAGnB;IAED,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAhBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAgBvC"}
|
|
@@ -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](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](https://docs.oracle.com/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, 2026, 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
|
+
* Bulk Secondary IPv4 addresses update object.
|
|
23
|
+
*/
|
|
24
|
+
export interface BulkUpdatePrivateIpsDetails {
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC to reassign
|
|
27
|
+
* the private IPs to. The VNIC and private IPs must be in the same subnet.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"vnicId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Secondary IPv4 addresses to updated.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"bulkUpdatePrivateIpItem": Array<model.BulkUpdatePrivateIpItem>;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace BulkUpdatePrivateIpsDetails {
|
|
38
|
+
function getJsonObj(obj: BulkUpdatePrivateIpsDetails): object;
|
|
39
|
+
function getDeserializedJsonObj(obj: BulkUpdatePrivateIpsDetails): object;
|
|
40
|
+
}
|
|
@@ -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](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/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, 2026, 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.BulkUpdatePrivateIpsDetails = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
43
|
+
var BulkUpdatePrivateIpsDetails;
|
|
44
|
+
(function (BulkUpdatePrivateIpsDetails) {
|
|
45
|
+
function getJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"bulkUpdatePrivateIpItem": obj.bulkUpdatePrivateIpItem
|
|
48
|
+
? obj.bulkUpdatePrivateIpItem.map(item => {
|
|
49
|
+
return model.BulkUpdatePrivateIpItem.getJsonObj(item);
|
|
50
|
+
})
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
BulkUpdatePrivateIpsDetails.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
|
+
"bulkUpdatePrivateIpItem": obj.bulkUpdatePrivateIpItem
|
|
59
|
+
? obj.bulkUpdatePrivateIpItem.map(item => {
|
|
60
|
+
return model.BulkUpdatePrivateIpItem.getDeserializedJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
BulkUpdatePrivateIpsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(BulkUpdatePrivateIpsDetails = exports.BulkUpdatePrivateIpsDetails || (exports.BulkUpdatePrivateIpsDetails = {}));
|
|
68
|
+
//# sourceMappingURL=bulk-update-private-ips-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-private-ips-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-update-private-ips-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
|
|
@@ -37,8 +37,29 @@ export interface CapacityReportInstanceShapeConfig {
|
|
|
37
37
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
38
38
|
*/
|
|
39
39
|
"nvmes"?: number;
|
|
40
|
+
/**
|
|
41
|
+
* The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a
|
|
42
|
+
* non-burstable instance, or explicitly specify non-burstable with {@code BASELINE_1_1}.
|
|
43
|
+
* <p>
|
|
44
|
+
The following values are supported:
|
|
45
|
+
* - {@code BASELINE_1_8} - baseline usage is 1/8 of an OCPU.
|
|
46
|
+
* - {@code BASELINE_1_2} - baseline usage is 1/2 of an OCPU.
|
|
47
|
+
* - {@code BASELINE_1_1} - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"baselineOcpuUtilization"?: CapacityReportInstanceShapeConfig.BaselineOcpuUtilization;
|
|
40
51
|
}
|
|
41
52
|
export declare namespace CapacityReportInstanceShapeConfig {
|
|
53
|
+
enum BaselineOcpuUtilization {
|
|
54
|
+
Baseline18 = "BASELINE_1_8",
|
|
55
|
+
Baseline12 = "BASELINE_1_2",
|
|
56
|
+
Baseline11 = "BASELINE_1_1",
|
|
57
|
+
/**
|
|
58
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
59
|
+
* version of the SDK.
|
|
60
|
+
*/
|
|
61
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
62
|
+
}
|
|
42
63
|
function getJsonObj(obj: CapacityReportInstanceShapeConfig): object;
|
|
43
64
|
function getDeserializedJsonObj(obj: CapacityReportInstanceShapeConfig): object;
|
|
44
65
|
}
|
|
@@ -22,6 +22,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
22
22
|
exports.CapacityReportInstanceShapeConfig = void 0;
|
|
23
23
|
var CapacityReportInstanceShapeConfig;
|
|
24
24
|
(function (CapacityReportInstanceShapeConfig) {
|
|
25
|
+
let BaselineOcpuUtilization;
|
|
26
|
+
(function (BaselineOcpuUtilization) {
|
|
27
|
+
BaselineOcpuUtilization["Baseline18"] = "BASELINE_1_8";
|
|
28
|
+
BaselineOcpuUtilization["Baseline12"] = "BASELINE_1_2";
|
|
29
|
+
BaselineOcpuUtilization["Baseline11"] = "BASELINE_1_1";
|
|
30
|
+
/**
|
|
31
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
|
+
* version of the SDK.
|
|
33
|
+
*/
|
|
34
|
+
BaselineOcpuUtilization["UnknownValue"] = "UNKNOWN_VALUE";
|
|
35
|
+
})(BaselineOcpuUtilization = CapacityReportInstanceShapeConfig.BaselineOcpuUtilization || (CapacityReportInstanceShapeConfig.BaselineOcpuUtilization = {}));
|
|
25
36
|
function getJsonObj(obj) {
|
|
26
37
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
38
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capacity-report-instance-shape-config.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/capacity-report-instance-shape-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;
|
|
1
|
+
{"version":3,"file":"capacity-report-instance-shape-config.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/capacity-report-instance-shape-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAsCH,IAAiB,iCAAiC,CAsBjD;AAtBD,WAAiB,iCAAiC;IAChD,IAAY,uBASX;IATD,WAAY,uBAAuB;QACjC,sDAA2B,CAAA;QAC3B,sDAA2B,CAAA;QAC3B,sDAA2B,CAAA;QAC3B;;;WAGG;QACH,yDAA8B,CAAA;IAChC,CAAC,EATW,uBAAuB,GAAvB,yDAAuB,KAAvB,yDAAuB,QASlC;IAED,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAsBjD"}
|