oci-containerengine 2.53.1 → 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,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=delete-virtual-node-pool-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-virtual-node-pool-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/delete-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 DisableAddonResponse {
|
|
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=disable-addon-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-addon-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/disable-addon-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
export interface GetAddonResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*/
|
|
18
|
+
"etag": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
21
|
+
* particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The returned model.Addon instance.
|
|
27
|
+
*/
|
|
28
|
+
"addon": model.Addon;
|
|
29
|
+
}
|
|
@@ -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=get-addon-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-addon-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/get-addon-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
export interface GetVirtualNodePoolResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*/
|
|
18
|
+
"etag": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
21
|
+
* particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The returned model.VirtualNodePool instance.
|
|
27
|
+
*/
|
|
28
|
+
"virtualNodePool": model.VirtualNodePool;
|
|
29
|
+
}
|
|
@@ -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=get-virtual-node-pool-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-virtual-node-pool-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/get-virtual-node-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
export interface GetVirtualNodeResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*/
|
|
18
|
+
"etag": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
21
|
+
* particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The returned model.VirtualNode instance.
|
|
27
|
+
*/
|
|
28
|
+
"virtualNode": model.VirtualNode;
|
|
29
|
+
}
|
|
@@ -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=get-virtual-node-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-virtual-node-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/get-virtual-node-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -21,14 +21,22 @@ import * as CreateKubeconfigResponse from "./create-kubeconfig-response";
|
|
|
21
21
|
export import CreateKubeconfigResponse = CreateKubeconfigResponse.CreateKubeconfigResponse;
|
|
22
22
|
import * as CreateNodePoolResponse from "./create-node-pool-response";
|
|
23
23
|
export import CreateNodePoolResponse = CreateNodePoolResponse.CreateNodePoolResponse;
|
|
24
|
+
import * as CreateVirtualNodePoolResponse from "./create-virtual-node-pool-response";
|
|
25
|
+
export import CreateVirtualNodePoolResponse = CreateVirtualNodePoolResponse.CreateVirtualNodePoolResponse;
|
|
24
26
|
import * as DeleteClusterResponse from "./delete-cluster-response";
|
|
25
27
|
export import DeleteClusterResponse = DeleteClusterResponse.DeleteClusterResponse;
|
|
26
28
|
import * as DeleteNodeResponse from "./delete-node-response";
|
|
27
29
|
export import DeleteNodeResponse = DeleteNodeResponse.DeleteNodeResponse;
|
|
28
30
|
import * as DeleteNodePoolResponse from "./delete-node-pool-response";
|
|
29
31
|
export import DeleteNodePoolResponse = DeleteNodePoolResponse.DeleteNodePoolResponse;
|
|
32
|
+
import * as DeleteVirtualNodePoolResponse from "./delete-virtual-node-pool-response";
|
|
33
|
+
export import DeleteVirtualNodePoolResponse = DeleteVirtualNodePoolResponse.DeleteVirtualNodePoolResponse;
|
|
30
34
|
import * as DeleteWorkRequestResponse from "./delete-work-request-response";
|
|
31
35
|
export import DeleteWorkRequestResponse = DeleteWorkRequestResponse.DeleteWorkRequestResponse;
|
|
36
|
+
import * as DisableAddonResponse from "./disable-addon-response";
|
|
37
|
+
export import DisableAddonResponse = DisableAddonResponse.DisableAddonResponse;
|
|
38
|
+
import * as GetAddonResponse from "./get-addon-response";
|
|
39
|
+
export import GetAddonResponse = GetAddonResponse.GetAddonResponse;
|
|
32
40
|
import * as GetClusterResponse from "./get-cluster-response";
|
|
33
41
|
export import GetClusterResponse = GetClusterResponse.GetClusterResponse;
|
|
34
42
|
import * as GetClusterMigrateToNativeVcnStatusResponse from "./get-cluster-migrate-to-native-vcn-status-response";
|
|
@@ -39,21 +47,41 @@ import * as GetNodePoolResponse from "./get-node-pool-response";
|
|
|
39
47
|
export import GetNodePoolResponse = GetNodePoolResponse.GetNodePoolResponse;
|
|
40
48
|
import * as GetNodePoolOptionsResponse from "./get-node-pool-options-response";
|
|
41
49
|
export import GetNodePoolOptionsResponse = GetNodePoolOptionsResponse.GetNodePoolOptionsResponse;
|
|
50
|
+
import * as GetVirtualNodeResponse from "./get-virtual-node-response";
|
|
51
|
+
export import GetVirtualNodeResponse = GetVirtualNodeResponse.GetVirtualNodeResponse;
|
|
52
|
+
import * as GetVirtualNodePoolResponse from "./get-virtual-node-pool-response";
|
|
53
|
+
export import GetVirtualNodePoolResponse = GetVirtualNodePoolResponse.GetVirtualNodePoolResponse;
|
|
42
54
|
import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
43
55
|
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
56
|
+
import * as InstallAddonResponse from "./install-addon-response";
|
|
57
|
+
export import InstallAddonResponse = InstallAddonResponse.InstallAddonResponse;
|
|
58
|
+
import * as ListAddonOptionsResponse from "./list-addon-options-response";
|
|
59
|
+
export import ListAddonOptionsResponse = ListAddonOptionsResponse.ListAddonOptionsResponse;
|
|
60
|
+
import * as ListAddonsResponse from "./list-addons-response";
|
|
61
|
+
export import ListAddonsResponse = ListAddonsResponse.ListAddonsResponse;
|
|
44
62
|
import * as ListClustersResponse from "./list-clusters-response";
|
|
45
63
|
export import ListClustersResponse = ListClustersResponse.ListClustersResponse;
|
|
46
64
|
import * as ListNodePoolsResponse from "./list-node-pools-response";
|
|
47
65
|
export import ListNodePoolsResponse = ListNodePoolsResponse.ListNodePoolsResponse;
|
|
66
|
+
import * as ListPodShapesResponse from "./list-pod-shapes-response";
|
|
67
|
+
export import ListPodShapesResponse = ListPodShapesResponse.ListPodShapesResponse;
|
|
68
|
+
import * as ListVirtualNodePoolsResponse from "./list-virtual-node-pools-response";
|
|
69
|
+
export import ListVirtualNodePoolsResponse = ListVirtualNodePoolsResponse.ListVirtualNodePoolsResponse;
|
|
70
|
+
import * as ListVirtualNodesResponse from "./list-virtual-nodes-response";
|
|
71
|
+
export import ListVirtualNodesResponse = ListVirtualNodesResponse.ListVirtualNodesResponse;
|
|
48
72
|
import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
|
|
49
73
|
export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
|
|
50
74
|
import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
|
|
51
75
|
export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
|
|
52
76
|
import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
53
77
|
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
78
|
+
import * as UpdateAddonResponse from "./update-addon-response";
|
|
79
|
+
export import UpdateAddonResponse = UpdateAddonResponse.UpdateAddonResponse;
|
|
54
80
|
import * as UpdateClusterResponse from "./update-cluster-response";
|
|
55
81
|
export import UpdateClusterResponse = UpdateClusterResponse.UpdateClusterResponse;
|
|
56
82
|
import * as UpdateClusterEndpointConfigResponse from "./update-cluster-endpoint-config-response";
|
|
57
83
|
export import UpdateClusterEndpointConfigResponse = UpdateClusterEndpointConfigResponse.UpdateClusterEndpointConfigResponse;
|
|
58
84
|
import * as UpdateNodePoolResponse from "./update-node-pool-response";
|
|
59
85
|
export import UpdateNodePoolResponse = UpdateNodePoolResponse.UpdateNodePoolResponse;
|
|
86
|
+
import * as UpdateVirtualNodePoolResponse from "./update-virtual-node-pool-response";
|
|
87
|
+
export import UpdateVirtualNodePoolResponse = UpdateVirtualNodePoolResponse.UpdateVirtualNodePoolResponse;
|
|
@@ -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 InstallAddonResponse {
|
|
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=install-addon-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"install-addon-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/install-addon-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
export interface ListAddonOptionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcNextPage": string;
|
|
21
|
+
/**
|
|
22
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
23
|
+
* particular request, please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
/**
|
|
28
|
+
* A list of AddonOptionSummary instances.
|
|
29
|
+
*/
|
|
30
|
+
"items": model.AddonOptionSummary[];
|
|
31
|
+
}
|
|
@@ -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=list-addon-options-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addon-options-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/list-addon-options-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
export interface ListAddonsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcNextPage": string;
|
|
21
|
+
/**
|
|
22
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
23
|
+
* particular request, please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
/**
|
|
28
|
+
* A list of AddonSummary instances.
|
|
29
|
+
*/
|
|
30
|
+
"items": model.AddonSummary[];
|
|
31
|
+
}
|
|
@@ -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=list-addons-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addons-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/list-addons-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
export interface ListPodShapesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcNextPage": string;
|
|
21
|
+
/**
|
|
22
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
23
|
+
* particular request, please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
/**
|
|
28
|
+
* A list of PodShapeSummary instances.
|
|
29
|
+
*/
|
|
30
|
+
"items": model.PodShapeSummary[];
|
|
31
|
+
}
|
|
@@ -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=list-pod-shapes-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pod-shapes-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/list-pod-shapes-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
export interface ListVirtualNodePoolsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcNextPage": string;
|
|
21
|
+
/**
|
|
22
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
23
|
+
* particular request, please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
/**
|
|
28
|
+
* A list of VirtualNodePoolSummary instances.
|
|
29
|
+
*/
|
|
30
|
+
"items": model.VirtualNodePoolSummary[];
|
|
31
|
+
}
|
|
@@ -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=list-virtual-node-pools-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-virtual-node-pools-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/list-virtual-node-pools-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
export interface ListVirtualNodesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcNextPage": string;
|
|
21
|
+
/**
|
|
22
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
23
|
+
* particular request, please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
/**
|
|
28
|
+
* A list of VirtualNodeSummary instances.
|
|
29
|
+
*/
|
|
30
|
+
"items": model.VirtualNodeSummary[];
|
|
31
|
+
}
|
|
@@ -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=list-virtual-nodes-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-virtual-nodes-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/list-virtual-nodes-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 UpdateAddonResponse {
|
|
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=update-addon-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-addon-response.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/response/update-addon-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|