oci-containerengine 2.54.0 → 2.55.0
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 +308 -22
- package/lib/client.js +1229 -124
- package/lib/client.js.map +1 -1
- package/lib/containerengine-waiter.d.ts +24 -0
- package/lib/containerengine-waiter.js +36 -0
- package/lib/containerengine-waiter.js.map +1 -1
- package/lib/model/addon-configuration.d.ts +32 -0
- package/lib/model/addon-configuration.js +32 -0
- package/lib/model/addon-configuration.js.map +1 -0
- package/lib/model/addon-error.d.ts +36 -0
- package/lib/model/addon-error.js +32 -0
- package/lib/model/addon-error.js.map +1 -0
- package/lib/model/addon-lifecycle-state.d.ts +36 -0
- package/lib/model/addon-lifecycle-state.js +47 -0
- package/lib/model/addon-lifecycle-state.js.map +1 -0
- package/lib/model/addon-option-summary.d.ts +96 -0
- package/lib/model/addon-option-summary.js +74 -0
- package/lib/model/addon-option-summary.js.map +1 -0
- package/lib/model/addon-summary.d.ts +49 -0
- package/lib/model/addon-summary.js +58 -0
- package/lib/model/addon-summary.js.map +1 -0
- package/lib/model/addon-version-configuration.d.ts +44 -0
- package/lib/model/addon-version-configuration.js +32 -0
- package/lib/model/addon-version-configuration.js.map +1 -0
- package/lib/model/addon-versions.d.ts +56 -0
- package/lib/model/addon-versions.js +82 -0
- package/lib/model/addon-versions.js.map +1 -0
- package/lib/model/addon.d.ts +53 -0
- package/lib/model/addon.js +68 -0
- package/lib/model/addon.js.map +1 -0
- package/lib/model/cluster-summary.d.ts +4 -0
- package/lib/model/cluster-summary.js.map +1 -1
- package/lib/model/cluster-type.d.ts +31 -0
- package/lib/model/cluster-type.js +42 -0
- package/lib/model/cluster-type.js.map +1 -0
- package/lib/model/cluster.d.ts +4 -0
- package/lib/model/cluster.js.map +1 -1
- package/lib/model/create-cluster-details.d.ts +4 -0
- package/lib/model/create-cluster-details.js.map +1 -1
- package/lib/model/create-virtual-node-pool-details.d.ts +82 -0
- package/lib/model/create-virtual-node-pool-details.js +96 -0
- package/lib/model/create-virtual-node-pool-details.js.map +1 -0
- package/lib/model/index.d.ts +62 -0
- package/lib/model/index.js +64 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/initial-virtual-node-label.d.ts +32 -0
- package/lib/model/initial-virtual-node-label.js +32 -0
- package/lib/model/initial-virtual-node-label.js.map +1 -0
- package/lib/model/install-addon-details.d.ts +37 -0
- package/lib/model/install-addon-details.js +64 -0
- package/lib/model/install-addon-details.js.map +1 -0
- package/lib/model/kubernetes-versions-filters.d.ts +37 -0
- package/lib/model/kubernetes-versions-filters.js +32 -0
- package/lib/model/kubernetes-versions-filters.js.map +1 -0
- package/lib/model/placement-configuration.d.ts +38 -0
- package/lib/model/placement-configuration.js +32 -0
- package/lib/model/placement-configuration.js.map +1 -0
- package/lib/model/pod-configuration.d.ts +36 -0
- package/lib/model/pod-configuration.js +32 -0
- package/lib/model/pod-configuration.js.map +1 -0
- package/lib/model/pod-shape-summary.d.ts +45 -0
- package/lib/model/pod-shape-summary.js +84 -0
- package/lib/model/pod-shape-summary.js.map +1 -0
- package/lib/model/pod-shape.d.ts +45 -0
- package/lib/model/pod-shape.js +84 -0
- package/lib/model/pod-shape.js.map +1 -0
- package/lib/model/shape-memory-options.d.ts +44 -0
- package/lib/model/shape-memory-options.js +32 -0
- package/lib/model/shape-memory-options.js.map +1 -0
- package/lib/model/shape-network-bandwidth-options.d.ts +36 -0
- package/lib/model/shape-network-bandwidth-options.js +32 -0
- package/lib/model/shape-network-bandwidth-options.js.map +1 -0
- package/lib/model/shape-ocpu-options.d.ts +32 -0
- package/lib/model/shape-ocpu-options.js +32 -0
- package/lib/model/shape-ocpu-options.js.map +1 -0
- package/lib/model/taint.d.ts +36 -0
- package/lib/model/taint.js +32 -0
- package/lib/model/taint.js.map +1 -0
- package/lib/model/update-addon-details.d.ts +33 -0
- package/lib/model/update-addon-details.js +64 -0
- package/lib/model/update-addon-details.js.map +1 -0
- package/lib/model/update-cluster-details.d.ts +4 -0
- package/lib/model/update-cluster-details.js.map +1 -1
- package/lib/model/update-virtual-node-details.d.ts +29 -0
- package/lib/model/update-virtual-node-details.js +32 -0
- package/lib/model/update-virtual-node-details.js.map +1 -0
- package/lib/model/update-virtual-node-pool-details.d.ts +74 -0
- package/lib/model/update-virtual-node-pool-details.js +96 -0
- package/lib/model/update-virtual-node-pool-details.js.map +1 -0
- package/lib/model/virtual-node-lifecycle-state.d.ts +36 -0
- package/lib/model/virtual-node-lifecycle-state.js +47 -0
- package/lib/model/virtual-node-lifecycle-state.js.map +1 -0
- package/lib/model/virtual-node-pool-lifecycle-state.d.ts +36 -0
- package/lib/model/virtual-node-pool-lifecycle-state.js +47 -0
- package/lib/model/virtual-node-pool-lifecycle-state.js.map +1 -0
- package/lib/model/virtual-node-pool-summary.d.ts +116 -0
- package/lib/model/virtual-node-pool-summary.js +96 -0
- package/lib/model/virtual-node-pool-summary.js.map +1 -0
- package/lib/model/virtual-node-pool.d.ts +116 -0
- package/lib/model/virtual-node-pool.js +96 -0
- package/lib/model/virtual-node-pool.js.map +1 -0
- package/lib/model/virtual-node-summary.d.ts +107 -0
- package/lib/model/virtual-node-summary.js +32 -0
- package/lib/model/virtual-node-summary.js.map +1 -0
- package/lib/model/virtual-node-tags.d.ts +44 -0
- package/lib/model/virtual-node-tags.js +32 -0
- package/lib/model/virtual-node-tags.js.map +1 -0
- package/lib/model/virtual-node.d.ts +107 -0
- package/lib/model/virtual-node.js +32 -0
- package/lib/model/virtual-node.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +8 -0
- package/lib/model/work-request-operation-type.js +8 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/request/cluster-migrate-to-native-vcn-request.d.ts +1 -1
- package/lib/request/create-cluster-request.d.ts +1 -1
- package/lib/request/create-kubeconfig-request.d.ts +1 -1
- package/lib/request/create-node-pool-request.d.ts +1 -1
- package/lib/request/create-virtual-node-pool-request.d.ts +35 -0
- package/lib/request/create-virtual-node-pool-request.js +15 -0
- package/lib/request/create-virtual-node-pool-request.js.map +1 -0
- package/lib/request/delete-cluster-request.d.ts +1 -1
- package/lib/request/delete-node-pool-request.d.ts +1 -1
- package/lib/request/delete-node-request.d.ts +1 -1
- package/lib/request/delete-virtual-node-pool-request.d.ts +45 -0
- package/lib/request/delete-virtual-node-pool-request.js +15 -0
- package/lib/request/delete-virtual-node-pool-request.js.map +1 -0
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/disable-addon-request.d.ts +43 -0
- package/lib/request/disable-addon-request.js +15 -0
- package/lib/request/disable-addon-request.js.map +1 -0
- package/lib/request/get-addon-request.d.ts +32 -0
- package/lib/request/get-addon-request.js +15 -0
- package/lib/request/get-addon-request.js.map +1 -0
- package/lib/request/get-cluster-migrate-to-native-vcn-status-request.d.ts +1 -1
- package/lib/request/get-cluster-options-request.d.ts +1 -1
- package/lib/request/get-cluster-request.d.ts +1 -1
- package/lib/request/get-node-pool-options-request.d.ts +1 -1
- package/lib/request/get-node-pool-request.d.ts +1 -1
- package/lib/request/get-virtual-node-pool-request.d.ts +28 -0
- package/lib/request/get-virtual-node-pool-request.js +15 -0
- package/lib/request/get-virtual-node-pool-request.js.map +1 -0
- package/lib/request/get-virtual-node-request.d.ts +32 -0
- package/lib/request/get-virtual-node-request.js +15 -0
- package/lib/request/get-virtual-node-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +28 -0
- package/lib/request/index.js +11 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-addon-request.d.ts +46 -0
- package/lib/request/install-addon-request.js +15 -0
- package/lib/request/install-addon-request.js.map +1 -0
- package/lib/request/list-addon-options-request.d.ts +60 -0
- package/lib/request/list-addon-options-request.js +24 -0
- package/lib/request/list-addon-options-request.js.map +1 -0
- package/lib/request/list-addons-request.d.ts +56 -0
- package/lib/request/list-addons-request.js +24 -0
- package/lib/request/list-addons-request.js.map +1 -0
- package/lib/request/list-clusters-request.d.ts +1 -1
- package/lib/request/list-node-pools-request.d.ts +1 -1
- package/lib/request/list-pod-shapes-request.d.ts +65 -0
- package/lib/request/list-pod-shapes-request.js +25 -0
- package/lib/request/list-pod-shapes-request.js.map +1 -0
- package/lib/request/list-virtual-node-pools-request.d.ts +69 -0
- package/lib/request/list-virtual-node-pools-request.js +25 -0
- package/lib/request/list-virtual-node-pools-request.js.map +1 -0
- package/lib/request/list-virtual-nodes-request.d.ts +61 -0
- package/lib/request/list-virtual-nodes-request.js +25 -0
- package/lib/request/list-virtual-nodes-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-addon-request.d.ts +44 -0
- package/lib/request/update-addon-request.js +15 -0
- package/lib/request/update-addon-request.js.map +1 -0
- package/lib/request/update-cluster-endpoint-config-request.d.ts +1 -1
- package/lib/request/update-cluster-request.d.ts +1 -1
- package/lib/request/update-node-pool-request.d.ts +1 -1
- package/lib/request/update-virtual-node-pool-request.d.ts +40 -0
- package/lib/request/update-virtual-node-pool-request.js +15 -0
- package/lib/request/update-virtual-node-pool-request.js.map +1 -0
- package/lib/response/create-virtual-node-pool-response.d.ts +22 -0
- package/lib/response/create-virtual-node-pool-response.js +15 -0
- package/lib/response/create-virtual-node-pool-response.js.map +1 -0
- package/lib/response/delete-virtual-node-pool-response.d.ts +22 -0
- package/lib/response/delete-virtual-node-pool-response.js +15 -0
- package/lib/response/delete-virtual-node-pool-response.js.map +1 -0
- package/lib/response/disable-addon-response.d.ts +22 -0
- package/lib/response/disable-addon-response.js +15 -0
- package/lib/response/disable-addon-response.js.map +1 -0
- package/lib/response/get-addon-response.d.ts +29 -0
- package/lib/response/get-addon-response.js +15 -0
- package/lib/response/get-addon-response.js.map +1 -0
- package/lib/response/get-virtual-node-pool-response.d.ts +29 -0
- package/lib/response/get-virtual-node-pool-response.js +15 -0
- package/lib/response/get-virtual-node-pool-response.js.map +1 -0
- package/lib/response/get-virtual-node-response.d.ts +29 -0
- package/lib/response/get-virtual-node-response.js +15 -0
- package/lib/response/get-virtual-node-response.js.map +1 -0
- package/lib/response/index.d.ts +28 -0
- package/lib/response/install-addon-response.d.ts +22 -0
- package/lib/response/install-addon-response.js +15 -0
- package/lib/response/install-addon-response.js.map +1 -0
- package/lib/response/list-addon-options-response.d.ts +31 -0
- package/lib/response/list-addon-options-response.js +15 -0
- package/lib/response/list-addon-options-response.js.map +1 -0
- package/lib/response/list-addons-response.d.ts +31 -0
- package/lib/response/list-addons-response.js +15 -0
- package/lib/response/list-addons-response.js.map +1 -0
- package/lib/response/list-pod-shapes-response.d.ts +31 -0
- package/lib/response/list-pod-shapes-response.js +15 -0
- package/lib/response/list-pod-shapes-response.js.map +1 -0
- package/lib/response/list-virtual-node-pools-response.d.ts +31 -0
- package/lib/response/list-virtual-node-pools-response.js +15 -0
- package/lib/response/list-virtual-node-pools-response.js.map +1 -0
- package/lib/response/list-virtual-nodes-response.d.ts +31 -0
- package/lib/response/list-virtual-nodes-response.js +15 -0
- package/lib/response/list-virtual-nodes-response.js.map +1 -0
- package/lib/response/update-addon-response.d.ts +22 -0
- package/lib/response/update-addon-response.js +15 -0
- package/lib/response/update-addon-response.js.map +1 -0
- package/lib/response/update-virtual-node-pool-response.d.ts +22 -0
- package/lib/response/update-virtual-node-pool-response.js +15 -0
- package/lib/response/update-virtual-node-pool-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180222
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/ListAddons.ts.html |here} to see how to use ListAddonsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAddonsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"clusterId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
25
|
+
* Oracle about a particular request, please provide the request ID.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
31
|
+
* 1 is the minimum, 1000 is the maximum. For important details about how pagination works,
|
|
32
|
+
* see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"limit"?: number;
|
|
36
|
+
/**
|
|
37
|
+
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
38
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"page"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The optional order in which to sort the results.
|
|
44
|
+
*/
|
|
45
|
+
"sortOrder"?: model.SortOrder;
|
|
46
|
+
/**
|
|
47
|
+
* The optional field to sort the results by.
|
|
48
|
+
*/
|
|
49
|
+
"sortBy"?: ListAddonsRequest.SortBy;
|
|
50
|
+
}
|
|
51
|
+
export declare namespace ListAddonsRequest {
|
|
52
|
+
enum SortBy {
|
|
53
|
+
Name = "NAME",
|
|
54
|
+
TimeCreated = "TIME_CREATED"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180222
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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.ListAddonsRequest = void 0;
|
|
16
|
+
var ListAddonsRequest;
|
|
17
|
+
(function (ListAddonsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Name"] = "NAME";
|
|
21
|
+
SortBy["TimeCreated"] = "TIME_CREATED";
|
|
22
|
+
})(SortBy = ListAddonsRequest.SortBy || (ListAddonsRequest.SortBy = {}));
|
|
23
|
+
})(ListAddonsRequest = exports.ListAddonsRequest || (exports.ListAddonsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-addons-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addons-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/list-addons-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0CH,IAAiB,iBAAiB,CAKjC;AALD,WAAiB,iBAAiB;IAChC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uBAAa,CAAA;QACb,sCAA4B,CAAA;IAC9B,CAAC,EAHW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAGjB;AACH,CAAC,EALgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAKjC"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/ListClusters.ts.html |here} to see how to use ListClustersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListClustersRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePoolsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListNodePoolsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180222
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/ListPodShapes.ts.html |here} to see how to use ListPodShapesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListPodShapesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the compartment.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
25
|
+
* Oracle about a particular request, please provide the request ID.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The availability domain of the pod shape.
|
|
31
|
+
*/
|
|
32
|
+
"availabilityDomain"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name to filter on.
|
|
35
|
+
*/
|
|
36
|
+
"name"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
39
|
+
* 1 is the minimum, 1000 is the maximum. For important details about how pagination works,
|
|
40
|
+
* see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"limit"?: number;
|
|
44
|
+
/**
|
|
45
|
+
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
46
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"page"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The optional order in which to sort the results.
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
/**
|
|
55
|
+
* The optional field to sort the results by.
|
|
56
|
+
*/
|
|
57
|
+
"sortBy"?: ListPodShapesRequest.SortBy;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace ListPodShapesRequest {
|
|
60
|
+
enum SortBy {
|
|
61
|
+
Id = "ID",
|
|
62
|
+
Name = "NAME",
|
|
63
|
+
TimeCreated = "TIME_CREATED"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180222
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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.ListPodShapesRequest = void 0;
|
|
16
|
+
var ListPodShapesRequest;
|
|
17
|
+
(function (ListPodShapesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Id"] = "ID";
|
|
21
|
+
SortBy["Name"] = "NAME";
|
|
22
|
+
SortBy["TimeCreated"] = "TIME_CREATED";
|
|
23
|
+
})(SortBy = ListPodShapesRequest.SortBy || (ListPodShapesRequest.SortBy = {}));
|
|
24
|
+
})(ListPodShapesRequest = exports.ListPodShapesRequest || (exports.ListPodShapesRequest = {}));
|
|
25
|
+
//# sourceMappingURL=list-pod-shapes-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pod-shapes-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/list-pod-shapes-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkDH,IAAiB,oBAAoB,CAMpC;AAND,WAAiB,oBAAoB;IACnC,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,mBAAS,CAAA;QACT,uBAAa,CAAA;QACb,sCAA4B,CAAA;IAC9B,CAAC,EAJW,MAAM,GAAN,2BAAM,KAAN,2BAAM,QAIjB;AACH,CAAC,EANgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAMpC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180222
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/ListVirtualNodePools.ts.html |here} to see how to use ListVirtualNodePoolsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListVirtualNodePoolsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the compartment.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
25
|
+
* Oracle about a particular request, please provide the request ID.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The OCID of the cluster.
|
|
31
|
+
*/
|
|
32
|
+
"clusterId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name to filter on.
|
|
35
|
+
*/
|
|
36
|
+
"name"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
39
|
+
* 1 is the minimum, 1000 is the maximum. For important details about how pagination works,
|
|
40
|
+
* see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"limit"?: number;
|
|
44
|
+
/**
|
|
45
|
+
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
46
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"page"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The optional order in which to sort the results.
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
/**
|
|
55
|
+
* The optional field to sort the results by.
|
|
56
|
+
*/
|
|
57
|
+
"sortBy"?: ListVirtualNodePoolsRequest.SortBy;
|
|
58
|
+
/**
|
|
59
|
+
* A virtual node pool lifecycle state to filter on. Can have multiple parameters of this name.
|
|
60
|
+
*/
|
|
61
|
+
"lifecycleState"?: Array<model.VirtualNodePoolLifecycleState>;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace ListVirtualNodePoolsRequest {
|
|
64
|
+
enum SortBy {
|
|
65
|
+
Id = "ID",
|
|
66
|
+
Name = "NAME",
|
|
67
|
+
TimeCreated = "TIME_CREATED"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180222
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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.ListVirtualNodePoolsRequest = void 0;
|
|
16
|
+
var ListVirtualNodePoolsRequest;
|
|
17
|
+
(function (ListVirtualNodePoolsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Id"] = "ID";
|
|
21
|
+
SortBy["Name"] = "NAME";
|
|
22
|
+
SortBy["TimeCreated"] = "TIME_CREATED";
|
|
23
|
+
})(SortBy = ListVirtualNodePoolsRequest.SortBy || (ListVirtualNodePoolsRequest.SortBy = {}));
|
|
24
|
+
})(ListVirtualNodePoolsRequest = exports.ListVirtualNodePoolsRequest || (exports.ListVirtualNodePoolsRequest = {}));
|
|
25
|
+
//# sourceMappingURL=list-virtual-node-pools-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-virtual-node-pools-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/list-virtual-node-pools-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsDH,IAAiB,2BAA2B,CAM3C;AAND,WAAiB,2BAA2B;IAC1C,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,mBAAS,CAAA;QACT,uBAAa,CAAA;QACb,sCAA4B,CAAA;IAC9B,CAAC,EAJW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAIjB;AACH,CAAC,EANgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAM3C"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180222
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/ListVirtualNodes.ts.html |here} to see how to use ListVirtualNodesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListVirtualNodesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the virtual node pool.
|
|
21
|
+
*/
|
|
22
|
+
"virtualNodePoolId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
25
|
+
* Oracle about a particular request, please provide the request ID.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The name to filter on.
|
|
31
|
+
*/
|
|
32
|
+
"name"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
35
|
+
* 1 is the minimum, 1000 is the maximum. For important details about how pagination works,
|
|
36
|
+
* see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"limit"?: number;
|
|
40
|
+
/**
|
|
41
|
+
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
42
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"page"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The optional order in which to sort the results.
|
|
48
|
+
*/
|
|
49
|
+
"sortOrder"?: model.SortOrder;
|
|
50
|
+
/**
|
|
51
|
+
* The optional field to sort the results by.
|
|
52
|
+
*/
|
|
53
|
+
"sortBy"?: ListVirtualNodesRequest.SortBy;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace ListVirtualNodesRequest {
|
|
56
|
+
enum SortBy {
|
|
57
|
+
Id = "ID",
|
|
58
|
+
Name = "NAME",
|
|
59
|
+
TimeCreated = "TIME_CREATED"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180222
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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.ListVirtualNodesRequest = void 0;
|
|
16
|
+
var ListVirtualNodesRequest;
|
|
17
|
+
(function (ListVirtualNodesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Id"] = "ID";
|
|
21
|
+
SortBy["Name"] = "NAME";
|
|
22
|
+
SortBy["TimeCreated"] = "TIME_CREATED";
|
|
23
|
+
})(SortBy = ListVirtualNodesRequest.SortBy || (ListVirtualNodesRequest.SortBy = {}));
|
|
24
|
+
})(ListVirtualNodesRequest = exports.ListVirtualNodesRequest || (exports.ListVirtualNodesRequest = {}));
|
|
25
|
+
//# sourceMappingURL=list-virtual-nodes-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-virtual-nodes-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/list-virtual-nodes-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,uBAAuB,CAMvC;AAND,WAAiB,uBAAuB;IACtC,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,mBAAS,CAAA;QACT,uBAAa,CAAA;QACb,sCAA4B,CAAA;IAC9B,CAAC,EAJW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAIjB;AACH,CAAC,EANgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAMvC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180222
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/UpdateAddon.ts.html |here} to see how to use UpdateAddonRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateAddonRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"clusterId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The name of the addon.
|
|
25
|
+
*/
|
|
26
|
+
"addonName": string;
|
|
27
|
+
/**
|
|
28
|
+
* The details of the addon to be updated.
|
|
29
|
+
*/
|
|
30
|
+
"updateAddonDetails": model.UpdateAddonDetails;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
33
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
34
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"ifMatch"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
40
|
+
* Oracle about a particular request, please provide the request ID.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180222
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
//# sourceMappingURL=update-addon-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-addon-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/update-addon-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/UpdateClusterEndpointConfig.ts.html |here} to see how to use UpdateClusterEndpointConfigRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateClusterEndpointConfigRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/UpdateCluster.ts.html |here} to see how to use UpdateClusterRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateClusterRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/UpdateNodePool.ts.html |here} to see how to use UpdateNodePoolRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateNodePoolRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180222
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/containerengine/UpdateVirtualNodePool.ts.html |here} to see how to use UpdateVirtualNodePoolRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateVirtualNodePoolRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the virtual node pool.
|
|
21
|
+
*/
|
|
22
|
+
"virtualNodePoolId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The fields to update in a virtual node pool.
|
|
25
|
+
*/
|
|
26
|
+
"updateVirtualNodePoolDetails": model.UpdateVirtualNodePoolDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
29
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
30
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
36
|
+
* Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180222
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
//# sourceMappingURL=update-virtual-node-pool-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-virtual-node-pool-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/update-virtual-node-pool-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180222
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
export interface CreateVirtualNodePoolResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The OCID of the work request handling the operation.
|
|
16
|
+
*/
|
|
17
|
+
"opcWorkRequestId": string;
|
|
18
|
+
/**
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
20
|
+
*/
|
|
21
|
+
"opcRequestId": string;
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180222
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
//# sourceMappingURL=create-virtual-node-pool-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-virtual-node-pool-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/create-virtual-node-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180222
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
export interface DeleteVirtualNodePoolResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The OCID of the work request handling the operation.
|
|
16
|
+
*/
|
|
17
|
+
"opcWorkRequestId": string;
|
|
18
|
+
/**
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
20
|
+
*/
|
|
21
|
+
"opcRequestId": string;
|
|
22
|
+
}
|