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,96 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Container Engine for Kubernetes API
|
|
4
|
+
* API for the Container Engine for Kubernetes service. Use this API to build, deploy,
|
|
5
|
+
and manage cloud-native applications. For more information, see
|
|
6
|
+
[Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20180222
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.VirtualNodePool = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var VirtualNodePool;
|
|
40
|
+
(function (VirtualNodePool) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"initialVirtualNodeLabels": obj.initialVirtualNodeLabels
|
|
44
|
+
? obj.initialVirtualNodeLabels.map(item => {
|
|
45
|
+
return model.InitialVirtualNodeLabel.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined,
|
|
48
|
+
"taints": obj.taints
|
|
49
|
+
? obj.taints.map(item => {
|
|
50
|
+
return model.Taint.getJsonObj(item);
|
|
51
|
+
})
|
|
52
|
+
: undefined,
|
|
53
|
+
"placementConfigurations": obj.placementConfigurations
|
|
54
|
+
? obj.placementConfigurations.map(item => {
|
|
55
|
+
return model.PlacementConfiguration.getJsonObj(item);
|
|
56
|
+
})
|
|
57
|
+
: undefined,
|
|
58
|
+
"podConfiguration": obj.podConfiguration
|
|
59
|
+
? model.PodConfiguration.getJsonObj(obj.podConfiguration)
|
|
60
|
+
: undefined,
|
|
61
|
+
"virtualNodeTags": obj.virtualNodeTags
|
|
62
|
+
? model.VirtualNodeTags.getJsonObj(obj.virtualNodeTags)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
VirtualNodePool.getJsonObj = getJsonObj;
|
|
68
|
+
function getDeserializedJsonObj(obj) {
|
|
69
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
70
|
+
"initialVirtualNodeLabels": obj.initialVirtualNodeLabels
|
|
71
|
+
? obj.initialVirtualNodeLabels.map(item => {
|
|
72
|
+
return model.InitialVirtualNodeLabel.getDeserializedJsonObj(item);
|
|
73
|
+
})
|
|
74
|
+
: undefined,
|
|
75
|
+
"taints": obj.taints
|
|
76
|
+
? obj.taints.map(item => {
|
|
77
|
+
return model.Taint.getDeserializedJsonObj(item);
|
|
78
|
+
})
|
|
79
|
+
: undefined,
|
|
80
|
+
"placementConfigurations": obj.placementConfigurations
|
|
81
|
+
? obj.placementConfigurations.map(item => {
|
|
82
|
+
return model.PlacementConfiguration.getDeserializedJsonObj(item);
|
|
83
|
+
})
|
|
84
|
+
: undefined,
|
|
85
|
+
"podConfiguration": obj.podConfiguration
|
|
86
|
+
? model.PodConfiguration.getDeserializedJsonObj(obj.podConfiguration)
|
|
87
|
+
: undefined,
|
|
88
|
+
"virtualNodeTags": obj.virtualNodeTags
|
|
89
|
+
? model.VirtualNodeTags.getDeserializedJsonObj(obj.virtualNodeTags)
|
|
90
|
+
: undefined
|
|
91
|
+
});
|
|
92
|
+
return jsonObj;
|
|
93
|
+
}
|
|
94
|
+
VirtualNodePool.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
95
|
+
})(VirtualNodePool = exports.VirtualNodePool || (exports.VirtualNodePool = {}));
|
|
96
|
+
//# sourceMappingURL=virtual-node-pool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtual-node-pool.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/virtual-node-pool.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Container Engine for Kubernetes API
|
|
3
|
+
* API for the Container Engine for Kubernetes service. Use this API to build, deploy,
|
|
4
|
+
and manage cloud-native applications. For more information, see
|
|
5
|
+
[Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20180222
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The properties that define a virtual node summary.
|
|
19
|
+
*/
|
|
20
|
+
export interface VirtualNodeSummary {
|
|
21
|
+
/**
|
|
22
|
+
* The ocid of the virtual node.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* The name of the virtual node.
|
|
27
|
+
*/
|
|
28
|
+
"displayName": string;
|
|
29
|
+
/**
|
|
30
|
+
* The version of Kubernetes this virtual node is running.
|
|
31
|
+
*/
|
|
32
|
+
"kubernetesVersion"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The ocid of the virtual node pool this virtual node belongs to.
|
|
35
|
+
*/
|
|
36
|
+
"virtualNodePoolId": string;
|
|
37
|
+
/**
|
|
38
|
+
* The name of the availability domain in which this virtual node is placed
|
|
39
|
+
*/
|
|
40
|
+
"availabilityDomain"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The fault domain of this virtual node.
|
|
43
|
+
*/
|
|
44
|
+
"faultDomain"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The OCID of the subnet in which this Virtual Node is placed.
|
|
47
|
+
*/
|
|
48
|
+
"subnetId"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* NSG Ids applied to virtual node vnic.
|
|
51
|
+
*/
|
|
52
|
+
"nsgIds"?: Array<string>;
|
|
53
|
+
/**
|
|
54
|
+
* The private IP address of this Virtual Node.
|
|
55
|
+
*/
|
|
56
|
+
"privateIp"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* An error that may be associated with the virtual node.
|
|
59
|
+
*/
|
|
60
|
+
"virtualNodeError"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The state of the Virtual Node.
|
|
63
|
+
*/
|
|
64
|
+
"lifecycleState"?: model.VirtualNodeLifecycleState;
|
|
65
|
+
/**
|
|
66
|
+
* Details about the state of the Virtual Node.
|
|
67
|
+
*/
|
|
68
|
+
"lifecycleDetails"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The time at which the virtual node was created.
|
|
71
|
+
*/
|
|
72
|
+
"timeCreated"?: Date;
|
|
73
|
+
/**
|
|
74
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
75
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
76
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"freeformTags"?: {
|
|
80
|
+
[key: string]: string;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
84
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
85
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
"definedTags"?: {
|
|
89
|
+
[key: string]: {
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
95
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
"systemTags"?: {
|
|
99
|
+
[key: string]: {
|
|
100
|
+
[key: string]: any;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
export declare namespace VirtualNodeSummary {
|
|
105
|
+
function getJsonObj(obj: VirtualNodeSummary): object;
|
|
106
|
+
function getDeserializedJsonObj(obj: VirtualNodeSummary): object;
|
|
107
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Container Engine for Kubernetes API
|
|
4
|
+
* API for the Container Engine for Kubernetes service. Use this API to build, deploy,
|
|
5
|
+
and manage cloud-native applications. For more information, see
|
|
6
|
+
[Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20180222
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.VirtualNodeSummary = void 0;
|
|
19
|
+
var VirtualNodeSummary;
|
|
20
|
+
(function (VirtualNodeSummary) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
VirtualNodeSummary.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
VirtualNodeSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(VirtualNodeSummary = exports.VirtualNodeSummary || (exports.VirtualNodeSummary = {}));
|
|
32
|
+
//# sourceMappingURL=virtual-node-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtual-node-summary.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/virtual-node-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmFH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Container Engine for Kubernetes API
|
|
3
|
+
* API for the Container Engine for Kubernetes service. Use this API to build, deploy,
|
|
4
|
+
and manage cloud-native applications. For more information, see
|
|
5
|
+
[Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20180222
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* The tags associated to the virtual nodes in this virtual node pool.
|
|
18
|
+
*/
|
|
19
|
+
export interface VirtualNodeTags {
|
|
20
|
+
/**
|
|
21
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
22
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
23
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"freeformTags"?: {
|
|
27
|
+
[key: string]: string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
31
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
32
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"definedTags"?: {
|
|
36
|
+
[key: string]: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
export declare namespace VirtualNodeTags {
|
|
42
|
+
function getJsonObj(obj: VirtualNodeTags): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: VirtualNodeTags): object;
|
|
44
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Container Engine for Kubernetes API
|
|
4
|
+
* API for the Container Engine for Kubernetes service. Use this API to build, deploy,
|
|
5
|
+
and manage cloud-native applications. For more information, see
|
|
6
|
+
[Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20180222
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.VirtualNodeTags = void 0;
|
|
19
|
+
var VirtualNodeTags;
|
|
20
|
+
(function (VirtualNodeTags) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
VirtualNodeTags.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
VirtualNodeTags.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(VirtualNodeTags = exports.VirtualNodeTags || (exports.VirtualNodeTags = {}));
|
|
32
|
+
//# sourceMappingURL=virtual-node-tags.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtual-node-tags.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/virtual-node-tags.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAyBH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Container Engine for Kubernetes API
|
|
3
|
+
* API for the Container Engine for Kubernetes service. Use this API to build, deploy,
|
|
4
|
+
and manage cloud-native applications. For more information, see
|
|
5
|
+
[Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20180222
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The properties that define a virtual node.
|
|
19
|
+
*/
|
|
20
|
+
export interface VirtualNode {
|
|
21
|
+
/**
|
|
22
|
+
* The ocid of the virtual node.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* The name of the virtual node.
|
|
27
|
+
*/
|
|
28
|
+
"displayName": string;
|
|
29
|
+
/**
|
|
30
|
+
* The version of Kubernetes this virtual node is running.
|
|
31
|
+
*/
|
|
32
|
+
"kubernetesVersion"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The ocid of the virtual node pool this virtual node belongs to.
|
|
35
|
+
*/
|
|
36
|
+
"virtualNodePoolId": string;
|
|
37
|
+
/**
|
|
38
|
+
* The name of the availability domain in which this virtual node is placed
|
|
39
|
+
*/
|
|
40
|
+
"availabilityDomain"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The fault domain of this virtual node.
|
|
43
|
+
*/
|
|
44
|
+
"faultDomain"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The OCID of the subnet in which this Virtual Node is placed.
|
|
47
|
+
*/
|
|
48
|
+
"subnetId"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* NSG Ids applied to virtual node vnic.
|
|
51
|
+
*/
|
|
52
|
+
"nsgIds"?: Array<string>;
|
|
53
|
+
/**
|
|
54
|
+
* The private IP address of this Virtual Node.
|
|
55
|
+
*/
|
|
56
|
+
"privateIp"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* An error that may be associated with the virtual node.
|
|
59
|
+
*/
|
|
60
|
+
"virtualNodeError"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The state of the Virtual Node.
|
|
63
|
+
*/
|
|
64
|
+
"lifecycleState"?: model.VirtualNodeLifecycleState;
|
|
65
|
+
/**
|
|
66
|
+
* Details about the state of the Virtual Node.
|
|
67
|
+
*/
|
|
68
|
+
"lifecycleDetails"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The time at which the virtual node was created.
|
|
71
|
+
*/
|
|
72
|
+
"timeCreated"?: Date;
|
|
73
|
+
/**
|
|
74
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
75
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
76
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"freeformTags"?: {
|
|
80
|
+
[key: string]: string;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
84
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
85
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
"definedTags"?: {
|
|
89
|
+
[key: string]: {
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
95
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
"systemTags"?: {
|
|
99
|
+
[key: string]: {
|
|
100
|
+
[key: string]: any;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
export declare namespace VirtualNode {
|
|
105
|
+
function getJsonObj(obj: VirtualNode): object;
|
|
106
|
+
function getDeserializedJsonObj(obj: VirtualNode): object;
|
|
107
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Container Engine for Kubernetes API
|
|
4
|
+
* API for the Container Engine for Kubernetes service. Use this API to build, deploy,
|
|
5
|
+
and manage cloud-native applications. For more information, see
|
|
6
|
+
[Overview of Container Engine for Kubernetes](/iaas/Content/ContEng/Concepts/contengoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20180222
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.VirtualNode = void 0;
|
|
19
|
+
var VirtualNode;
|
|
20
|
+
(function (VirtualNode) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
VirtualNode.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
VirtualNode.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(VirtualNode = exports.VirtualNode || (exports.VirtualNode = {}));
|
|
32
|
+
//# sourceMappingURL=virtual-node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtual-node.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/virtual-node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmFH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
|
|
@@ -25,6 +25,14 @@ export declare enum WorkRequestOperationType {
|
|
|
25
25
|
NodepoolDelete = "NODEPOOL_DELETE",
|
|
26
26
|
NodepoolReconcile = "NODEPOOL_RECONCILE",
|
|
27
27
|
WorkrequestCancel = "WORKREQUEST_CANCEL",
|
|
28
|
+
VirtualnodepoolCreate = "VIRTUALNODEPOOL_CREATE",
|
|
29
|
+
VirtualnodepoolUpdate = "VIRTUALNODEPOOL_UPDATE",
|
|
30
|
+
VirtualnodepoolDelete = "VIRTUALNODEPOOL_DELETE",
|
|
31
|
+
VirtualnodeDelete = "VIRTUALNODE_DELETE",
|
|
32
|
+
EnableAddon = "ENABLE_ADDON",
|
|
33
|
+
UpdateAddon = "UPDATE_ADDON",
|
|
34
|
+
DisableAddon = "DISABLE_ADDON",
|
|
35
|
+
ReconcileAddon = "RECONCILE_ADDON",
|
|
28
36
|
/**
|
|
29
37
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
30
38
|
* version of the SDK.
|
|
@@ -29,6 +29,14 @@ var WorkRequestOperationType;
|
|
|
29
29
|
WorkRequestOperationType["NodepoolDelete"] = "NODEPOOL_DELETE";
|
|
30
30
|
WorkRequestOperationType["NodepoolReconcile"] = "NODEPOOL_RECONCILE";
|
|
31
31
|
WorkRequestOperationType["WorkrequestCancel"] = "WORKREQUEST_CANCEL";
|
|
32
|
+
WorkRequestOperationType["VirtualnodepoolCreate"] = "VIRTUALNODEPOOL_CREATE";
|
|
33
|
+
WorkRequestOperationType["VirtualnodepoolUpdate"] = "VIRTUALNODEPOOL_UPDATE";
|
|
34
|
+
WorkRequestOperationType["VirtualnodepoolDelete"] = "VIRTUALNODEPOOL_DELETE";
|
|
35
|
+
WorkRequestOperationType["VirtualnodeDelete"] = "VIRTUALNODE_DELETE";
|
|
36
|
+
WorkRequestOperationType["EnableAddon"] = "ENABLE_ADDON";
|
|
37
|
+
WorkRequestOperationType["UpdateAddon"] = "UPDATE_ADDON";
|
|
38
|
+
WorkRequestOperationType["DisableAddon"] = "DISABLE_ADDON";
|
|
39
|
+
WorkRequestOperationType["ReconcileAddon"] = "RECONCILE_ADDON";
|
|
32
40
|
/**
|
|
33
41
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
42
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"work-request-operation-type.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/work-request-operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"work-request-operation-type.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/work-request-operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,wBAuBX;AAvBD,WAAY,wBAAwB;IAClC,4DAAgC,CAAA;IAChC,4DAAgC,CAAA;IAChC,4DAAgC,CAAA;IAChC,8DAAkC,CAAA;IAClC,8DAAkC,CAAA;IAClC,8DAAkC,CAAA;IAClC,oEAAwC,CAAA;IACxC,oEAAwC,CAAA;IACxC,4EAAgD,CAAA;IAChD,4EAAgD,CAAA;IAChD,4EAAgD,CAAA;IAChD,oEAAwC,CAAA;IACxC,wDAA4B,CAAA;IAC5B,wDAA4B,CAAA;IAC5B,0DAA8B,CAAA;IAC9B,8DAAkC,CAAA;IAElC;;;OAGG;IACH,0DAA8B,CAAA;AAChC,CAAC,EAvBW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAuBnC;AAED,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAOxC"}
|
|
@@ -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/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcnRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ClusterMigrateToNativeVcnRequest 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/CreateCluster.ts.html |here} to see how to use CreateClusterRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateClusterRequest 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/CreateKubeconfig.ts.html |here} to see how to use CreateKubeconfigRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateKubeconfigRequest 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/CreateNodePool.ts.html |here} to see how to use CreateNodePoolRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateNodePoolRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,35 @@
|
|
|
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/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePoolRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateVirtualNodePoolRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The details of the virtual node pool to create.
|
|
21
|
+
*/
|
|
22
|
+
"createVirtualNodePoolDetails": model.CreateVirtualNodePoolDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token you supply to uniquely identify the request and provide idempotency if
|
|
25
|
+
* the request is retried. Idempotency tokens expire after 24 hours.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRetryToken"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
31
|
+
* Oracle about a particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-virtual-node-pool-request.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/request/create-virtual-node-pool-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/DeleteCluster.ts.html |here} to see how to use DeleteClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteClusterRequest 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/DeleteNodePool.ts.html |here} to see how to use DeleteNodePoolRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteNodePoolRequest 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/DeleteNode.ts.html |here} to see how to use DeleteNodeRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteNodeRequest extends common.BaseRequest {
|
|
18
18
|
/**
|