oci-containerengine 2.63.0 → 2.65.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.
Files changed (97) hide show
  1. package/LICENSE.txt +6 -6
  2. package/lib/client.d.ts +113 -36
  3. package/lib/client.js +395 -36
  4. package/lib/client.js.map +1 -1
  5. package/lib/containerengine-waiter.d.ts +8 -0
  6. package/lib/containerengine-waiter.js +12 -0
  7. package/lib/containerengine-waiter.js.map +1 -1
  8. package/lib/model/cluster-summary.d.ts +1 -1
  9. package/lib/model/create-workload-mapping-details.d.ts +52 -0
  10. package/lib/model/create-workload-mapping-details.js +32 -0
  11. package/lib/model/create-workload-mapping-details.js.map +1 -0
  12. package/lib/model/index.d.ts +10 -0
  13. package/lib/model/index.js +12 -2
  14. package/lib/model/index.js.map +1 -1
  15. package/lib/model/update-workload-mapping-details.d.ts +48 -0
  16. package/lib/model/update-workload-mapping-details.js +32 -0
  17. package/lib/model/update-workload-mapping-details.js.map +1 -0
  18. package/lib/model/workload-mapping-lifecycle-state.d.ts +35 -0
  19. package/lib/model/workload-mapping-lifecycle-state.js +46 -0
  20. package/lib/model/workload-mapping-lifecycle-state.js.map +1 -0
  21. package/lib/model/workload-mapping-summary.d.ts +73 -0
  22. package/lib/model/workload-mapping-summary.js +32 -0
  23. package/lib/model/workload-mapping-summary.js.map +1 -0
  24. package/lib/model/workload-mapping.d.ts +73 -0
  25. package/lib/model/workload-mapping.js +32 -0
  26. package/lib/model/workload-mapping.js.map +1 -0
  27. package/lib/request/cluster-migrate-to-native-vcn-request.d.ts +1 -1
  28. package/lib/request/create-cluster-request.d.ts +1 -1
  29. package/lib/request/create-kubeconfig-request.d.ts +1 -1
  30. package/lib/request/create-node-pool-request.d.ts +1 -1
  31. package/lib/request/create-virtual-node-pool-request.d.ts +1 -1
  32. package/lib/request/create-workload-mapping-request.d.ts +39 -0
  33. package/lib/request/create-workload-mapping-request.js +15 -0
  34. package/lib/request/create-workload-mapping-request.js.map +1 -0
  35. package/lib/request/delete-cluster-request.d.ts +1 -1
  36. package/lib/request/delete-node-pool-request.d.ts +1 -1
  37. package/lib/request/delete-node-request.d.ts +1 -1
  38. package/lib/request/delete-virtual-node-pool-request.d.ts +1 -1
  39. package/lib/request/delete-work-request-request.d.ts +1 -1
  40. package/lib/request/delete-workload-mapping-request.d.ts +39 -0
  41. package/lib/request/delete-workload-mapping-request.js +15 -0
  42. package/lib/request/delete-workload-mapping-request.js.map +1 -0
  43. package/lib/request/disable-addon-request.d.ts +1 -1
  44. package/lib/request/get-addon-request.d.ts +1 -1
  45. package/lib/request/get-cluster-migrate-to-native-vcn-status-request.d.ts +1 -1
  46. package/lib/request/get-cluster-options-request.d.ts +1 -1
  47. package/lib/request/get-cluster-request.d.ts +1 -1
  48. package/lib/request/get-node-pool-options-request.d.ts +1 -1
  49. package/lib/request/get-node-pool-request.d.ts +1 -1
  50. package/lib/request/get-virtual-node-pool-request.d.ts +1 -1
  51. package/lib/request/get-virtual-node-request.d.ts +1 -1
  52. package/lib/request/get-work-request-request.d.ts +1 -1
  53. package/lib/request/get-workload-mapping-request.d.ts +32 -0
  54. package/lib/request/get-workload-mapping-request.js +15 -0
  55. package/lib/request/get-workload-mapping-request.js.map +1 -0
  56. package/lib/request/index.d.ts +10 -0
  57. package/lib/request/index.js +3 -1
  58. package/lib/request/index.js.map +1 -1
  59. package/lib/request/install-addon-request.d.ts +1 -1
  60. package/lib/request/list-addon-options-request.d.ts +1 -1
  61. package/lib/request/list-addons-request.d.ts +1 -1
  62. package/lib/request/list-clusters-request.d.ts +1 -1
  63. package/lib/request/list-node-pools-request.d.ts +1 -1
  64. package/lib/request/list-pod-shapes-request.d.ts +1 -1
  65. package/lib/request/list-virtual-node-pools-request.d.ts +1 -1
  66. package/lib/request/list-virtual-nodes-request.d.ts +1 -1
  67. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  68. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  69. package/lib/request/list-work-requests-request.d.ts +1 -1
  70. package/lib/request/list-workload-mappings-request.d.ts +56 -0
  71. package/lib/request/list-workload-mappings-request.js +24 -0
  72. package/lib/request/list-workload-mappings-request.js.map +1 -0
  73. package/lib/request/update-addon-request.d.ts +1 -1
  74. package/lib/request/update-cluster-endpoint-config-request.d.ts +1 -1
  75. package/lib/request/update-cluster-request.d.ts +1 -1
  76. package/lib/request/update-node-pool-request.d.ts +1 -1
  77. package/lib/request/update-virtual-node-pool-request.d.ts +1 -1
  78. package/lib/request/update-workload-mapping-request.d.ts +44 -0
  79. package/lib/request/update-workload-mapping-request.js +15 -0
  80. package/lib/request/update-workload-mapping-request.js.map +1 -0
  81. package/lib/response/create-workload-mapping-response.d.ts +29 -0
  82. package/lib/response/create-workload-mapping-response.js +15 -0
  83. package/lib/response/create-workload-mapping-response.js.map +1 -0
  84. package/lib/response/delete-workload-mapping-response.d.ts +20 -0
  85. package/lib/response/delete-workload-mapping-response.js +15 -0
  86. package/lib/response/delete-workload-mapping-response.js.map +1 -0
  87. package/lib/response/get-workload-mapping-response.d.ts +29 -0
  88. package/lib/response/get-workload-mapping-response.js +15 -0
  89. package/lib/response/get-workload-mapping-response.js.map +1 -0
  90. package/lib/response/index.d.ts +10 -0
  91. package/lib/response/list-workload-mappings-response.d.ts +31 -0
  92. package/lib/response/list-workload-mappings-response.js +15 -0
  93. package/lib/response/list-workload-mappings-response.js.map +1 -0
  94. package/lib/response/update-workload-mapping-response.d.ts +29 -0
  95. package/lib/response/update-workload-mapping-response.js +15 -0
  96. package/lib/response/update-workload-mapping-response.js.map +1 -0
  97. package/package.json +3 -3
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1
+ Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
4
 
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
70
70
  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
71
71
 
72
72
  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
73
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
- You must cause any modified files to carry prominent notices stating that You changed the files; and
75
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
73
+ - You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
+ - You must cause any modified files to carry prominent notices stating that You changed the files; and
75
+ - You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
+ - If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
77
77
 
78
78
  You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
79
79
  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
86
86
 
87
87
  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
88
88
 
89
- END OF TERMS AND CONDITIONS
89
+ END OF TERMS AND CONDITIONS
package/lib/client.d.ts CHANGED
@@ -89,7 +89,7 @@ export declare class ContainerEngineClient {
89
89
  * @param ClusterMigrateToNativeVcnRequest
90
90
  * @return ClusterMigrateToNativeVcnResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcn API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ClusterMigrateToNativeVcn.ts.html |here} to see how to use ClusterMigrateToNativeVcn API.
93
93
  */
94
94
  clusterMigrateToNativeVcn(clusterMigrateToNativeVcnRequest: requests.ClusterMigrateToNativeVcnRequest): Promise<responses.ClusterMigrateToNativeVcnResponse>;
95
95
  /**
@@ -98,7 +98,7 @@ export declare class ContainerEngineClient {
98
98
  * @param CreateClusterRequest
99
99
  * @return CreateClusterResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/CreateCluster.ts.html |here} to see how to use CreateCluster API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/CreateCluster.ts.html |here} to see how to use CreateCluster API.
102
102
  */
103
103
  createCluster(createClusterRequest: requests.CreateClusterRequest): Promise<responses.CreateClusterResponse>;
104
104
  /**
@@ -107,7 +107,7 @@ export declare class ContainerEngineClient {
107
107
  * @param CreateKubeconfigRequest
108
108
  * @return CreateKubeconfigResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/CreateKubeconfig.ts.html |here} to see how to use CreateKubeconfig API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/CreateKubeconfig.ts.html |here} to see how to use CreateKubeconfig API.
111
111
  */
112
112
  createKubeconfig(createKubeconfigRequest: requests.CreateKubeconfigRequest): Promise<responses.CreateKubeconfigResponse>;
113
113
  /**
@@ -116,7 +116,7 @@ export declare class ContainerEngineClient {
116
116
  * @param CreateNodePoolRequest
117
117
  * @return CreateNodePoolResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/CreateNodePool.ts.html |here} to see how to use CreateNodePool API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/CreateNodePool.ts.html |here} to see how to use CreateNodePool API.
120
120
  */
121
121
  createNodePool(createNodePoolRequest: requests.CreateNodePoolRequest): Promise<responses.CreateNodePoolResponse>;
122
122
  /**
@@ -125,16 +125,25 @@ export declare class ContainerEngineClient {
125
125
  * @param CreateVirtualNodePoolRequest
126
126
  * @return CreateVirtualNodePoolResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePool API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/CreateVirtualNodePool.ts.html |here} to see how to use CreateVirtualNodePool API.
129
129
  */
130
130
  createVirtualNodePool(createVirtualNodePoolRequest: requests.CreateVirtualNodePoolRequest): Promise<responses.CreateVirtualNodePoolResponse>;
131
+ /**
132
+ * Create the specified workloadMapping for a cluster.
133
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
134
+ * @param CreateWorkloadMappingRequest
135
+ * @return CreateWorkloadMappingResponse
136
+ * @throws OciError when an error occurs
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/CreateWorkloadMapping.ts.html |here} to see how to use CreateWorkloadMapping API.
138
+ */
139
+ createWorkloadMapping(createWorkloadMappingRequest: requests.CreateWorkloadMappingRequest): Promise<responses.CreateWorkloadMappingResponse>;
131
140
  /**
132
141
  * Delete a cluster.
133
142
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
134
143
  * @param DeleteClusterRequest
135
144
  * @return DeleteClusterResponse
136
145
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/DeleteCluster.ts.html |here} to see how to use DeleteCluster API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/DeleteCluster.ts.html |here} to see how to use DeleteCluster API.
138
147
  */
139
148
  deleteCluster(deleteClusterRequest: requests.DeleteClusterRequest): Promise<responses.DeleteClusterResponse>;
140
149
  /**
@@ -143,7 +152,7 @@ export declare class ContainerEngineClient {
143
152
  * @param DeleteNodeRequest
144
153
  * @return DeleteNodeResponse
145
154
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/DeleteNode.ts.html |here} to see how to use DeleteNode API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/DeleteNode.ts.html |here} to see how to use DeleteNode API.
147
156
  */
148
157
  deleteNode(deleteNodeRequest: requests.DeleteNodeRequest): Promise<responses.DeleteNodeResponse>;
149
158
  /**
@@ -152,7 +161,7 @@ export declare class ContainerEngineClient {
152
161
  * @param DeleteNodePoolRequest
153
162
  * @return DeleteNodePoolResponse
154
163
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/DeleteNodePool.ts.html |here} to see how to use DeleteNodePool API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/DeleteNodePool.ts.html |here} to see how to use DeleteNodePool API.
156
165
  */
157
166
  deleteNodePool(deleteNodePoolRequest: requests.DeleteNodePoolRequest): Promise<responses.DeleteNodePoolResponse>;
158
167
  /**
@@ -161,7 +170,7 @@ export declare class ContainerEngineClient {
161
170
  * @param DeleteVirtualNodePoolRequest
162
171
  * @return DeleteVirtualNodePoolResponse
163
172
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/DeleteVirtualNodePool.ts.html |here} to see how to use DeleteVirtualNodePool API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/DeleteVirtualNodePool.ts.html |here} to see how to use DeleteVirtualNodePool API.
165
174
  */
166
175
  deleteVirtualNodePool(deleteVirtualNodePoolRequest: requests.DeleteVirtualNodePoolRequest): Promise<responses.DeleteVirtualNodePoolResponse>;
167
176
  /**
@@ -170,16 +179,25 @@ export declare class ContainerEngineClient {
170
179
  * @param DeleteWorkRequestRequest
171
180
  * @return DeleteWorkRequestResponse
172
181
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
174
183
  */
175
184
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
185
+ /**
186
+ * Delete workloadMapping for a provisioned cluster.
187
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
188
+ * @param DeleteWorkloadMappingRequest
189
+ * @return DeleteWorkloadMappingResponse
190
+ * @throws OciError when an error occurs
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/DeleteWorkloadMapping.ts.html |here} to see how to use DeleteWorkloadMapping API.
192
+ */
193
+ deleteWorkloadMapping(deleteWorkloadMappingRequest: requests.DeleteWorkloadMappingRequest): Promise<responses.DeleteWorkloadMappingResponse>;
176
194
  /**
177
195
  * Disable addon for a provisioned cluster.
178
196
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
179
197
  * @param DisableAddonRequest
180
198
  * @return DisableAddonResponse
181
199
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/DisableAddon.ts.html |here} to see how to use DisableAddon API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/DisableAddon.ts.html |here} to see how to use DisableAddon API.
183
201
  */
184
202
  disableAddon(disableAddonRequest: requests.DisableAddonRequest): Promise<responses.DisableAddonResponse>;
185
203
  /**
@@ -188,7 +206,7 @@ export declare class ContainerEngineClient {
188
206
  * @param GetAddonRequest
189
207
  * @return GetAddonResponse
190
208
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/GetAddon.ts.html |here} to see how to use GetAddon API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetAddon.ts.html |here} to see how to use GetAddon API.
192
210
  */
193
211
  getAddon(getAddonRequest: requests.GetAddonRequest): Promise<responses.GetAddonResponse>;
194
212
  /**
@@ -197,7 +215,7 @@ export declare class ContainerEngineClient {
197
215
  * @param GetClusterRequest
198
216
  * @return GetClusterResponse
199
217
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/GetCluster.ts.html |here} to see how to use GetCluster API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetCluster.ts.html |here} to see how to use GetCluster API.
201
219
  */
202
220
  getCluster(getClusterRequest: requests.GetClusterRequest): Promise<responses.GetClusterResponse>;
203
221
  /**
@@ -206,7 +224,7 @@ export declare class ContainerEngineClient {
206
224
  * @param GetClusterMigrateToNativeVcnStatusRequest
207
225
  * @return GetClusterMigrateToNativeVcnStatusResponse
208
226
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/GetClusterMigrateToNativeVcnStatus.ts.html |here} to see how to use GetClusterMigrateToNativeVcnStatus API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetClusterMigrateToNativeVcnStatus.ts.html |here} to see how to use GetClusterMigrateToNativeVcnStatus API.
210
228
  */
211
229
  getClusterMigrateToNativeVcnStatus(getClusterMigrateToNativeVcnStatusRequest: requests.GetClusterMigrateToNativeVcnStatusRequest): Promise<responses.GetClusterMigrateToNativeVcnStatusResponse>;
212
230
  /**
@@ -215,7 +233,7 @@ export declare class ContainerEngineClient {
215
233
  * @param GetClusterOptionsRequest
216
234
  * @return GetClusterOptionsResponse
217
235
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/GetClusterOptions.ts.html |here} to see how to use GetClusterOptions API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetClusterOptions.ts.html |here} to see how to use GetClusterOptions API.
219
237
  */
220
238
  getClusterOptions(getClusterOptionsRequest: requests.GetClusterOptionsRequest): Promise<responses.GetClusterOptionsResponse>;
221
239
  /**
@@ -224,7 +242,7 @@ export declare class ContainerEngineClient {
224
242
  * @param GetNodePoolRequest
225
243
  * @return GetNodePoolResponse
226
244
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/GetNodePool.ts.html |here} to see how to use GetNodePool API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetNodePool.ts.html |here} to see how to use GetNodePool API.
228
246
  */
229
247
  getNodePool(getNodePoolRequest: requests.GetNodePoolRequest): Promise<responses.GetNodePoolResponse>;
230
248
  /**
@@ -233,7 +251,7 @@ export declare class ContainerEngineClient {
233
251
  * @param GetNodePoolOptionsRequest
234
252
  * @return GetNodePoolOptionsResponse
235
253
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/GetNodePoolOptions.ts.html |here} to see how to use GetNodePoolOptions API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetNodePoolOptions.ts.html |here} to see how to use GetNodePoolOptions API.
237
255
  */
238
256
  getNodePoolOptions(getNodePoolOptionsRequest: requests.GetNodePoolOptionsRequest): Promise<responses.GetNodePoolOptionsResponse>;
239
257
  /**
@@ -242,7 +260,7 @@ export declare class ContainerEngineClient {
242
260
  * @param GetVirtualNodeRequest
243
261
  * @return GetVirtualNodeResponse
244
262
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/GetVirtualNode.ts.html |here} to see how to use GetVirtualNode API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetVirtualNode.ts.html |here} to see how to use GetVirtualNode API.
246
264
  */
247
265
  getVirtualNode(getVirtualNodeRequest: requests.GetVirtualNodeRequest): Promise<responses.GetVirtualNodeResponse>;
248
266
  /**
@@ -251,7 +269,7 @@ export declare class ContainerEngineClient {
251
269
  * @param GetVirtualNodePoolRequest
252
270
  * @return GetVirtualNodePoolResponse
253
271
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/GetVirtualNodePool.ts.html |here} to see how to use GetVirtualNodePool API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetVirtualNodePool.ts.html |here} to see how to use GetVirtualNodePool API.
255
273
  */
256
274
  getVirtualNodePool(getVirtualNodePoolRequest: requests.GetVirtualNodePoolRequest): Promise<responses.GetVirtualNodePoolResponse>;
257
275
  /**
@@ -260,16 +278,25 @@ export declare class ContainerEngineClient {
260
278
  * @param GetWorkRequestRequest
261
279
  * @return GetWorkRequestResponse
262
280
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
264
282
  */
265
283
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
284
+ /**
285
+ * Get the specified workloadMapping for a cluster.
286
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
287
+ * @param GetWorkloadMappingRequest
288
+ * @return GetWorkloadMappingResponse
289
+ * @throws OciError when an error occurs
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/GetWorkloadMapping.ts.html |here} to see how to use GetWorkloadMapping API.
291
+ */
292
+ getWorkloadMapping(getWorkloadMappingRequest: requests.GetWorkloadMappingRequest): Promise<responses.GetWorkloadMappingResponse>;
266
293
  /**
267
294
  * Install the specified addon for a cluster.
268
295
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
269
296
  * @param InstallAddonRequest
270
297
  * @return InstallAddonResponse
271
298
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/InstallAddon.ts.html |here} to see how to use InstallAddon API.
299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/InstallAddon.ts.html |here} to see how to use InstallAddon API.
273
300
  */
274
301
  installAddon(installAddonRequest: requests.InstallAddonRequest): Promise<responses.InstallAddonResponse>;
275
302
  /**
@@ -278,7 +305,7 @@ export declare class ContainerEngineClient {
278
305
  * @param ListAddonOptionsRequest
279
306
  * @return ListAddonOptionsResponse
280
307
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListAddonOptions.ts.html |here} to see how to use ListAddonOptions API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListAddonOptions.ts.html |here} to see how to use ListAddonOptions API.
282
309
  */
283
310
  listAddonOptions(listAddonOptionsRequest: requests.ListAddonOptionsRequest): Promise<responses.ListAddonOptionsResponse>;
284
311
  /**
@@ -319,7 +346,7 @@ export declare class ContainerEngineClient {
319
346
  * @param ListAddonsRequest
320
347
  * @return ListAddonsResponse
321
348
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListAddons.ts.html |here} to see how to use ListAddons API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListAddons.ts.html |here} to see how to use ListAddons API.
323
350
  */
324
351
  listAddons(listAddonsRequest: requests.ListAddonsRequest): Promise<responses.ListAddonsResponse>;
325
352
  /**
@@ -360,7 +387,7 @@ export declare class ContainerEngineClient {
360
387
  * @param ListClustersRequest
361
388
  * @return ListClustersResponse
362
389
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListClusters.ts.html |here} to see how to use ListClusters API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListClusters.ts.html |here} to see how to use ListClusters API.
364
391
  */
365
392
  listClusters(listClustersRequest: requests.ListClustersRequest): Promise<responses.ListClustersResponse>;
366
393
  /**
@@ -401,7 +428,7 @@ export declare class ContainerEngineClient {
401
428
  * @param ListNodePoolsRequest
402
429
  * @return ListNodePoolsResponse
403
430
  * @throws OciError when an error occurs
404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePools API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListNodePools.ts.html |here} to see how to use ListNodePools API.
405
432
  */
406
433
  listNodePools(listNodePoolsRequest: requests.ListNodePoolsRequest): Promise<responses.ListNodePoolsResponse>;
407
434
  /**
@@ -442,7 +469,7 @@ export declare class ContainerEngineClient {
442
469
  * @param ListPodShapesRequest
443
470
  * @return ListPodShapesResponse
444
471
  * @throws OciError when an error occurs
445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListPodShapes.ts.html |here} to see how to use ListPodShapes API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListPodShapes.ts.html |here} to see how to use ListPodShapes API.
446
473
  */
447
474
  listPodShapes(listPodShapesRequest: requests.ListPodShapesRequest): Promise<responses.ListPodShapesResponse>;
448
475
  /**
@@ -483,7 +510,7 @@ export declare class ContainerEngineClient {
483
510
  * @param ListVirtualNodePoolsRequest
484
511
  * @return ListVirtualNodePoolsResponse
485
512
  * @throws OciError when an error occurs
486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListVirtualNodePools.ts.html |here} to see how to use ListVirtualNodePools API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListVirtualNodePools.ts.html |here} to see how to use ListVirtualNodePools API.
487
514
  */
488
515
  listVirtualNodePools(listVirtualNodePoolsRequest: requests.ListVirtualNodePoolsRequest): Promise<responses.ListVirtualNodePoolsResponse>;
489
516
  /**
@@ -524,7 +551,7 @@ export declare class ContainerEngineClient {
524
551
  * @param ListVirtualNodesRequest
525
552
  * @return ListVirtualNodesResponse
526
553
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListVirtualNodes.ts.html |here} to see how to use ListVirtualNodes API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListVirtualNodes.ts.html |here} to see how to use ListVirtualNodes API.
528
555
  */
529
556
  listVirtualNodes(listVirtualNodesRequest: requests.ListVirtualNodesRequest): Promise<responses.ListVirtualNodesResponse>;
530
557
  /**
@@ -565,7 +592,7 @@ export declare class ContainerEngineClient {
565
592
  * @param ListWorkRequestErrorsRequest
566
593
  * @return ListWorkRequestErrorsResponse
567
594
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
569
596
  */
570
597
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
571
598
  /**
@@ -574,7 +601,7 @@ export declare class ContainerEngineClient {
574
601
  * @param ListWorkRequestLogsRequest
575
602
  * @return ListWorkRequestLogsResponse
576
603
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
578
605
  */
579
606
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
580
607
  /**
@@ -583,7 +610,7 @@ export declare class ContainerEngineClient {
583
610
  * @param ListWorkRequestsRequest
584
611
  * @return ListWorkRequestsResponse
585
612
  * @throws OciError when an error occurs
586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
587
614
  */
588
615
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
589
616
  /**
@@ -618,13 +645,54 @@ export declare class ContainerEngineClient {
618
645
  * @param request a request which can be sent to the service operation
619
646
  */
620
647
  listWorkRequestsResponseIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
648
+ /**
649
+ * List workloadMappings for a provisioned cluster.
650
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
651
+ * @param ListWorkloadMappingsRequest
652
+ * @return ListWorkloadMappingsResponse
653
+ * @throws OciError when an error occurs
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/ListWorkloadMappings.ts.html |here} to see how to use ListWorkloadMappings API.
655
+ */
656
+ listWorkloadMappings(listWorkloadMappingsRequest: requests.ListWorkloadMappingsRequest): Promise<responses.ListWorkloadMappingsResponse>;
657
+ /**
658
+ * NOTE: This function is deprecated in favor of listWorkloadMappingsRecordIterator function.
659
+ * Creates a new async iterator which will iterate over the models.WorkloadMappingSummary objects
660
+ * contained in responses from the listWorkloadMappings operation. This iterator will fetch more data from the
661
+ * server as needed.
662
+ *
663
+ * @param request a request which can be sent to the service operation
664
+ */
665
+ listAllWorkloadMappings(request: requests.ListWorkloadMappingsRequest): AsyncIterableIterator<model.WorkloadMappingSummary>;
666
+ /**
667
+ * NOTE: This function is deprecated in favor of listWorkloadMappingsResponseIterator function.
668
+ * Creates a new async iterator which will iterate over the responses received from the listWorkloadMappings operation. This iterator
669
+ * will fetch more data from the server as needed.
670
+ *
671
+ * @param request a request which can be sent to the service operation
672
+ */
673
+ listAllWorkloadMappingsResponses(request: requests.ListWorkloadMappingsRequest): AsyncIterableIterator<responses.ListWorkloadMappingsResponse>;
674
+ /**
675
+ * Creates a new async iterator which will iterate over the models.WorkloadMappingSummary objects
676
+ * contained in responses from the listWorkloadMappings operation. This iterator will fetch more data from the
677
+ * server as needed.
678
+ *
679
+ * @param request a request which can be sent to the service operation
680
+ */
681
+ listWorkloadMappingsRecordIterator(request: requests.ListWorkloadMappingsRequest): AsyncIterableIterator<model.WorkloadMappingSummary>;
682
+ /**
683
+ * Creates a new async iterator which will iterate over the responses received from the listWorkloadMappings operation. This iterator
684
+ * will fetch more data from the server as needed.
685
+ *
686
+ * @param request a request which can be sent to the service operation
687
+ */
688
+ listWorkloadMappingsResponseIterator(request: requests.ListWorkloadMappingsRequest): AsyncIterableIterator<responses.ListWorkloadMappingsResponse>;
621
689
  /**
622
690
  * Update addon details for a cluster.
623
691
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
624
692
  * @param UpdateAddonRequest
625
693
  * @return UpdateAddonResponse
626
694
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/UpdateAddon.ts.html |here} to see how to use UpdateAddon API.
695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/UpdateAddon.ts.html |here} to see how to use UpdateAddon API.
628
696
  */
629
697
  updateAddon(updateAddonRequest: requests.UpdateAddonRequest): Promise<responses.UpdateAddonResponse>;
630
698
  /**
@@ -633,7 +701,7 @@ export declare class ContainerEngineClient {
633
701
  * @param UpdateClusterRequest
634
702
  * @return UpdateClusterResponse
635
703
  * @throws OciError when an error occurs
636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/UpdateCluster.ts.html |here} to see how to use UpdateCluster API.
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/UpdateCluster.ts.html |here} to see how to use UpdateCluster API.
637
705
  */
638
706
  updateCluster(updateClusterRequest: requests.UpdateClusterRequest): Promise<responses.UpdateClusterResponse>;
639
707
  /**
@@ -642,7 +710,7 @@ export declare class ContainerEngineClient {
642
710
  * @param UpdateClusterEndpointConfigRequest
643
711
  * @return UpdateClusterEndpointConfigResponse
644
712
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/UpdateClusterEndpointConfig.ts.html |here} to see how to use UpdateClusterEndpointConfig API.
713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/UpdateClusterEndpointConfig.ts.html |here} to see how to use UpdateClusterEndpointConfig API.
646
714
  */
647
715
  updateClusterEndpointConfig(updateClusterEndpointConfigRequest: requests.UpdateClusterEndpointConfigRequest): Promise<responses.UpdateClusterEndpointConfigResponse>;
648
716
  /**
@@ -651,7 +719,7 @@ export declare class ContainerEngineClient {
651
719
  * @param UpdateNodePoolRequest
652
720
  * @return UpdateNodePoolResponse
653
721
  * @throws OciError when an error occurs
654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/UpdateNodePool.ts.html |here} to see how to use UpdateNodePool API.
722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/UpdateNodePool.ts.html |here} to see how to use UpdateNodePool API.
655
723
  */
656
724
  updateNodePool(updateNodePoolRequest: requests.UpdateNodePoolRequest): Promise<responses.UpdateNodePoolResponse>;
657
725
  /**
@@ -660,7 +728,16 @@ export declare class ContainerEngineClient {
660
728
  * @param UpdateVirtualNodePoolRequest
661
729
  * @return UpdateVirtualNodePoolResponse
662
730
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/containerengine/UpdateVirtualNodePool.ts.html |here} to see how to use UpdateVirtualNodePool API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/UpdateVirtualNodePool.ts.html |here} to see how to use UpdateVirtualNodePool API.
664
732
  */
665
733
  updateVirtualNodePool(updateVirtualNodePoolRequest: requests.UpdateVirtualNodePoolRequest): Promise<responses.UpdateVirtualNodePoolResponse>;
734
+ /**
735
+ * Update workloadMapping details for a cluster.
736
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
737
+ * @param UpdateWorkloadMappingRequest
738
+ * @return UpdateWorkloadMappingResponse
739
+ * @throws OciError when an error occurs
740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/containerengine/UpdateWorkloadMapping.ts.html |here} to see how to use UpdateWorkloadMapping API.
741
+ */
742
+ updateWorkloadMapping(updateWorkloadMappingRequest: requests.UpdateWorkloadMappingRequest): Promise<responses.UpdateWorkloadMappingResponse>;
666
743
  }