oci-bds 2.89.2 → 2.89.4
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 +66 -66
- package/lib/client.js +66 -66
- package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/add-block-storage-request.d.ts +1 -1
- package/lib/request/add-cloud-sql-request.d.ts +1 -1
- package/lib/request/add-kafka-request.d.ts +1 -1
- package/lib/request/add-master-nodes-request.d.ts +1 -1
- package/lib/request/add-utility-nodes-request.d.ts +1 -1
- package/lib/request/add-worker-nodes-request.d.ts +1 -1
- package/lib/request/backup-node-request.d.ts +1 -1
- package/lib/request/certificate-service-info-request.d.ts +1 -1
- package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-shape-request.d.ts +1 -1
- package/lib/request/create-bds-api-key-request.d.ts +1 -1
- package/lib/request/create-bds-instance-request.d.ts +1 -1
- package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/create-node-backup-configuration-request.d.ts +1 -1
- package/lib/request/create-node-replace-configuration-request.d.ts +1 -1
- package/lib/request/delete-bds-api-key-request.d.ts +1 -1
- package/lib/request/delete-bds-instance-request.d.ts +1 -1
- package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/delete-node-backup-configuration-request.d.ts +1 -1
- package/lib/request/delete-node-backup-request.d.ts +1 -1
- package/lib/request/disable-certificate-request.d.ts +1 -1
- package/lib/request/enable-certificate-request.d.ts +1 -1
- package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +1 -1
- package/lib/request/get-bds-instance-request.d.ts +1 -1
- package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/get-node-backup-configuration-request.d.ts +1 -1
- package/lib/request/get-node-backup-request.d.ts +1 -1
- package/lib/request/get-node-replace-configuration-request.d.ts +1 -1
- package/lib/request/get-os-patch-details-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/install-os-patch-request.d.ts +1 -1
- package/lib/request/install-patch-request.d.ts +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +1 -1
- package/lib/request/list-bds-instances-request.d.ts +1 -1
- package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
- package/lib/request/list-node-backup-configurations-request.d.ts +1 -1
- package/lib/request/list-node-backups-request.d.ts +1 -1
- package/lib/request/list-node-replace-configurations-request.d.ts +1 -1
- package/lib/request/list-os-patches-request.d.ts +1 -1
- package/lib/request/list-patch-histories-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- 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/remove-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/remove-cloud-sql-request.d.ts +1 -1
- package/lib/request/remove-kafka-request.d.ts +1 -1
- package/lib/request/remove-node-replace-configuration-request.d.ts +1 -1
- package/lib/request/remove-node-request.d.ts +1 -1
- package/lib/request/renew-certificate-request.d.ts +1 -1
- package/lib/request/replace-node-request.d.ts +1 -1
- package/lib/request/restart-node-request.d.ts +1 -1
- package/lib/request/start-bds-instance-request.d.ts +1 -1
- package/lib/request/stop-bds-instance-request.d.ts +1 -1
- package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/update-bds-instance-request.d.ts +1 -1
- package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/update-node-backup-configuration-request.d.ts +1 -1
- package/lib/request/update-node-replace-configuration-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -98,7 +98,7 @@ export declare class BdsClient {
|
|
|
98
98
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
99
99
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
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.89.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
102
102
|
*/
|
|
103
103
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
|
|
104
104
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class BdsClient {
|
|
|
108
108
|
* @param AddAutoScalingConfigurationRequest
|
|
109
109
|
* @return AddAutoScalingConfigurationResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
112
112
|
*/
|
|
113
113
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
|
|
114
114
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class BdsClient {
|
|
|
118
118
|
* @param AddBlockStorageRequest
|
|
119
119
|
* @return AddBlockStorageResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
122
122
|
*/
|
|
123
123
|
addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
|
|
124
124
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class BdsClient {
|
|
|
128
128
|
* @param AddCloudSqlRequest
|
|
129
129
|
* @return AddCloudSqlResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
132
132
|
*/
|
|
133
133
|
addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
|
|
134
134
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class BdsClient {
|
|
|
138
138
|
* @param AddKafkaRequest
|
|
139
139
|
* @return AddKafkaResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
|
|
142
142
|
*/
|
|
143
143
|
addKafka(addKafkaRequest: requests.AddKafkaRequest): Promise<responses.AddKafkaResponse>;
|
|
144
144
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class BdsClient {
|
|
|
148
148
|
* @param AddMasterNodesRequest
|
|
149
149
|
* @return AddMasterNodesResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
|
|
152
152
|
*/
|
|
153
153
|
addMasterNodes(addMasterNodesRequest: requests.AddMasterNodesRequest): Promise<responses.AddMasterNodesResponse>;
|
|
154
154
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class BdsClient {
|
|
|
158
158
|
* @param AddUtilityNodesRequest
|
|
159
159
|
* @return AddUtilityNodesResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
|
|
162
162
|
*/
|
|
163
163
|
addUtilityNodes(addUtilityNodesRequest: requests.AddUtilityNodesRequest): Promise<responses.AddUtilityNodesResponse>;
|
|
164
164
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class BdsClient {
|
|
|
168
168
|
* @param AddWorkerNodesRequest
|
|
169
169
|
* @return AddWorkerNodesResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
172
172
|
*/
|
|
173
173
|
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
|
|
174
174
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class BdsClient {
|
|
|
178
178
|
* @param BackupNodeRequest
|
|
179
179
|
* @return BackupNodeResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/BackupNode.ts.html |here} to see how to use BackupNode API.
|
|
182
182
|
*/
|
|
183
183
|
backupNode(backupNodeRequest: requests.BackupNodeRequest): Promise<responses.BackupNodeResponse>;
|
|
184
184
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class BdsClient {
|
|
|
188
188
|
* @param CertificateServiceInfoRequest
|
|
189
189
|
* @return CertificateServiceInfoResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
|
|
192
192
|
*/
|
|
193
193
|
certificateServiceInfo(certificateServiceInfoRequest: requests.CertificateServiceInfoRequest): Promise<responses.CertificateServiceInfoResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class BdsClient {
|
|
|
198
198
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
199
199
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
202
202
|
*/
|
|
203
203
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
|
|
204
204
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class BdsClient {
|
|
|
208
208
|
* @param ChangeShapeRequest
|
|
209
209
|
* @return ChangeShapeResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
212
212
|
*/
|
|
213
213
|
changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
|
|
214
214
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class BdsClient {
|
|
|
218
218
|
* @param CreateBdsApiKeyRequest
|
|
219
219
|
* @return CreateBdsApiKeyResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
222
222
|
*/
|
|
223
223
|
createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
|
|
224
224
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class BdsClient {
|
|
|
228
228
|
* @param CreateBdsInstanceRequest
|
|
229
229
|
* @return CreateBdsInstanceResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
232
232
|
*/
|
|
233
233
|
createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
|
|
234
234
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class BdsClient {
|
|
|
238
238
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
239
239
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
242
242
|
*/
|
|
243
243
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
|
|
244
244
|
/**
|
|
@@ -248,7 +248,7 @@ export declare class BdsClient {
|
|
|
248
248
|
* @param CreateNodeBackupConfigurationRequest
|
|
249
249
|
* @return CreateNodeBackupConfigurationResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateNodeBackupConfiguration.ts.html |here} to see how to use CreateNodeBackupConfiguration API.
|
|
252
252
|
*/
|
|
253
253
|
createNodeBackupConfiguration(createNodeBackupConfigurationRequest: requests.CreateNodeBackupConfigurationRequest): Promise<responses.CreateNodeBackupConfigurationResponse>;
|
|
254
254
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class BdsClient {
|
|
|
258
258
|
* @param CreateNodeReplaceConfigurationRequest
|
|
259
259
|
* @return CreateNodeReplaceConfigurationResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateNodeReplaceConfiguration.ts.html |here} to see how to use CreateNodeReplaceConfiguration API.
|
|
262
262
|
*/
|
|
263
263
|
createNodeReplaceConfiguration(createNodeReplaceConfigurationRequest: requests.CreateNodeReplaceConfigurationRequest): Promise<responses.CreateNodeReplaceConfigurationResponse>;
|
|
264
264
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class BdsClient {
|
|
|
267
267
|
* @param DeleteBdsApiKeyRequest
|
|
268
268
|
* @return DeleteBdsApiKeyResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
271
271
|
*/
|
|
272
272
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
273
273
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class BdsClient {
|
|
|
276
276
|
* @param DeleteBdsInstanceRequest
|
|
277
277
|
* @return DeleteBdsInstanceResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
280
280
|
*/
|
|
281
281
|
deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
|
|
282
282
|
/**
|
|
@@ -285,7 +285,7 @@ export declare class BdsClient {
|
|
|
285
285
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
286
286
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
289
289
|
*/
|
|
290
290
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
|
|
291
291
|
/**
|
|
@@ -294,7 +294,7 @@ export declare class BdsClient {
|
|
|
294
294
|
* @param DeleteNodeBackupRequest
|
|
295
295
|
* @return DeleteNodeBackupResponse
|
|
296
296
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteNodeBackup.ts.html |here} to see how to use DeleteNodeBackup API.
|
|
298
298
|
*/
|
|
299
299
|
deleteNodeBackup(deleteNodeBackupRequest: requests.DeleteNodeBackupRequest): Promise<responses.DeleteNodeBackupResponse>;
|
|
300
300
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class BdsClient {
|
|
|
303
303
|
* @param DeleteNodeBackupConfigurationRequest
|
|
304
304
|
* @return DeleteNodeBackupConfigurationResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteNodeBackupConfiguration.ts.html |here} to see how to use DeleteNodeBackupConfiguration API.
|
|
307
307
|
*/
|
|
308
308
|
deleteNodeBackupConfiguration(deleteNodeBackupConfigurationRequest: requests.DeleteNodeBackupConfigurationRequest): Promise<responses.DeleteNodeBackupConfigurationResponse>;
|
|
309
309
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class BdsClient {
|
|
|
313
313
|
* @param DisableCertificateRequest
|
|
314
314
|
* @return DisableCertificateResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
|
|
317
317
|
*/
|
|
318
318
|
disableCertificate(disableCertificateRequest: requests.DisableCertificateRequest): Promise<responses.DisableCertificateResponse>;
|
|
319
319
|
/**
|
|
@@ -323,7 +323,7 @@ export declare class BdsClient {
|
|
|
323
323
|
* @param EnableCertificateRequest
|
|
324
324
|
* @return EnableCertificateResponse
|
|
325
325
|
* @throws OciError when an error occurs
|
|
326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
|
|
327
327
|
*/
|
|
328
328
|
enableCertificate(enableCertificateRequest: requests.EnableCertificateRequest): Promise<responses.EnableCertificateResponse>;
|
|
329
329
|
/**
|
|
@@ -333,7 +333,7 @@ export declare class BdsClient {
|
|
|
333
333
|
* @param ExecuteBootstrapScriptRequest
|
|
334
334
|
* @return ExecuteBootstrapScriptResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
|
|
337
337
|
*/
|
|
338
338
|
executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
|
|
339
339
|
/**
|
|
@@ -343,7 +343,7 @@ export declare class BdsClient {
|
|
|
343
343
|
* @param GetAutoScalingConfigurationRequest
|
|
344
344
|
* @return GetAutoScalingConfigurationResponse
|
|
345
345
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
347
347
|
*/
|
|
348
348
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
349
349
|
/**
|
|
@@ -352,7 +352,7 @@ export declare class BdsClient {
|
|
|
352
352
|
* @param GetBdsApiKeyRequest
|
|
353
353
|
* @return GetBdsApiKeyResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
356
356
|
*/
|
|
357
357
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
358
358
|
/**
|
|
@@ -361,7 +361,7 @@ export declare class BdsClient {
|
|
|
361
361
|
* @param GetBdsInstanceRequest
|
|
362
362
|
* @return GetBdsInstanceResponse
|
|
363
363
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
365
365
|
*/
|
|
366
366
|
getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
|
|
367
367
|
/**
|
|
@@ -370,7 +370,7 @@ export declare class BdsClient {
|
|
|
370
370
|
* @param GetBdsMetastoreConfigurationRequest
|
|
371
371
|
* @return GetBdsMetastoreConfigurationResponse
|
|
372
372
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
374
374
|
*/
|
|
375
375
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
|
|
376
376
|
/**
|
|
@@ -380,7 +380,7 @@ export declare class BdsClient {
|
|
|
380
380
|
* @param GetNodeBackupRequest
|
|
381
381
|
* @return GetNodeBackupResponse
|
|
382
382
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetNodeBackup.ts.html |here} to see how to use GetNodeBackup API.
|
|
384
384
|
*/
|
|
385
385
|
getNodeBackup(getNodeBackupRequest: requests.GetNodeBackupRequest): Promise<responses.GetNodeBackupResponse>;
|
|
386
386
|
/**
|
|
@@ -390,7 +390,7 @@ export declare class BdsClient {
|
|
|
390
390
|
* @param GetNodeBackupConfigurationRequest
|
|
391
391
|
* @return GetNodeBackupConfigurationResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetNodeBackupConfiguration.ts.html |here} to see how to use GetNodeBackupConfiguration API.
|
|
394
394
|
*/
|
|
395
395
|
getNodeBackupConfiguration(getNodeBackupConfigurationRequest: requests.GetNodeBackupConfigurationRequest): Promise<responses.GetNodeBackupConfigurationResponse>;
|
|
396
396
|
/**
|
|
@@ -400,7 +400,7 @@ export declare class BdsClient {
|
|
|
400
400
|
* @param GetNodeReplaceConfigurationRequest
|
|
401
401
|
* @return GetNodeReplaceConfigurationResponse
|
|
402
402
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetNodeReplaceConfiguration.ts.html |here} to see how to use GetNodeReplaceConfiguration API.
|
|
404
404
|
*/
|
|
405
405
|
getNodeReplaceConfiguration(getNodeReplaceConfigurationRequest: requests.GetNodeReplaceConfigurationRequest): Promise<responses.GetNodeReplaceConfigurationResponse>;
|
|
406
406
|
/**
|
|
@@ -409,7 +409,7 @@ export declare class BdsClient {
|
|
|
409
409
|
* @param GetOsPatchDetailsRequest
|
|
410
410
|
* @return GetOsPatchDetailsResponse
|
|
411
411
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
|
|
413
413
|
*/
|
|
414
414
|
getOsPatchDetails(getOsPatchDetailsRequest: requests.GetOsPatchDetailsRequest): Promise<responses.GetOsPatchDetailsResponse>;
|
|
415
415
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class BdsClient {
|
|
|
418
418
|
* @param GetWorkRequestRequest
|
|
419
419
|
* @return GetWorkRequestResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
422
422
|
*/
|
|
423
423
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
424
424
|
/**
|
|
@@ -428,7 +428,7 @@ export declare class BdsClient {
|
|
|
428
428
|
* @param InstallOsPatchRequest
|
|
429
429
|
* @return InstallOsPatchResponse
|
|
430
430
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
|
|
432
432
|
*/
|
|
433
433
|
installOsPatch(installOsPatchRequest: requests.InstallOsPatchRequest): Promise<responses.InstallOsPatchResponse>;
|
|
434
434
|
/**
|
|
@@ -438,7 +438,7 @@ export declare class BdsClient {
|
|
|
438
438
|
* @param InstallPatchRequest
|
|
439
439
|
* @return InstallPatchResponse
|
|
440
440
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
442
442
|
*/
|
|
443
443
|
installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
|
|
444
444
|
/**
|
|
@@ -448,7 +448,7 @@ export declare class BdsClient {
|
|
|
448
448
|
* @param ListAutoScalingConfigurationsRequest
|
|
449
449
|
* @return ListAutoScalingConfigurationsResponse
|
|
450
450
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
452
452
|
*/
|
|
453
453
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
454
454
|
/**
|
|
@@ -490,7 +490,7 @@ export declare class BdsClient {
|
|
|
490
490
|
* @param ListBdsApiKeysRequest
|
|
491
491
|
* @return ListBdsApiKeysResponse
|
|
492
492
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
494
494
|
*/
|
|
495
495
|
listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
|
|
496
496
|
/**
|
|
@@ -532,7 +532,7 @@ export declare class BdsClient {
|
|
|
532
532
|
* @param ListBdsInstancesRequest
|
|
533
533
|
* @return ListBdsInstancesResponse
|
|
534
534
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
536
536
|
*/
|
|
537
537
|
listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
|
|
538
538
|
/**
|
|
@@ -574,7 +574,7 @@ export declare class BdsClient {
|
|
|
574
574
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
575
575
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
576
576
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
578
578
|
*/
|
|
579
579
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
580
580
|
/**
|
|
@@ -616,7 +616,7 @@ export declare class BdsClient {
|
|
|
616
616
|
* @param ListNodeBackupConfigurationsRequest
|
|
617
617
|
* @return ListNodeBackupConfigurationsResponse
|
|
618
618
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListNodeBackupConfigurations.ts.html |here} to see how to use ListNodeBackupConfigurations API.
|
|
620
620
|
*/
|
|
621
621
|
listNodeBackupConfigurations(listNodeBackupConfigurationsRequest: requests.ListNodeBackupConfigurationsRequest): Promise<responses.ListNodeBackupConfigurationsResponse>;
|
|
622
622
|
/**
|
|
@@ -658,7 +658,7 @@ export declare class BdsClient {
|
|
|
658
658
|
* @param ListNodeBackupsRequest
|
|
659
659
|
* @return ListNodeBackupsResponse
|
|
660
660
|
* @throws OciError when an error occurs
|
|
661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListNodeBackups.ts.html |here} to see how to use ListNodeBackups API.
|
|
662
662
|
*/
|
|
663
663
|
listNodeBackups(listNodeBackupsRequest: requests.ListNodeBackupsRequest): Promise<responses.ListNodeBackupsResponse>;
|
|
664
664
|
/**
|
|
@@ -700,7 +700,7 @@ export declare class BdsClient {
|
|
|
700
700
|
* @param ListNodeReplaceConfigurationsRequest
|
|
701
701
|
* @return ListNodeReplaceConfigurationsResponse
|
|
702
702
|
* @throws OciError when an error occurs
|
|
703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListNodeReplaceConfigurations.ts.html |here} to see how to use ListNodeReplaceConfigurations API.
|
|
704
704
|
*/
|
|
705
705
|
listNodeReplaceConfigurations(listNodeReplaceConfigurationsRequest: requests.ListNodeReplaceConfigurationsRequest): Promise<responses.ListNodeReplaceConfigurationsResponse>;
|
|
706
706
|
/**
|
|
@@ -741,7 +741,7 @@ export declare class BdsClient {
|
|
|
741
741
|
* @param ListOsPatchesRequest
|
|
742
742
|
* @return ListOsPatchesResponse
|
|
743
743
|
* @throws OciError when an error occurs
|
|
744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
|
|
745
745
|
*/
|
|
746
746
|
listOsPatches(listOsPatchesRequest: requests.ListOsPatchesRequest): Promise<responses.ListOsPatchesResponse>;
|
|
747
747
|
/**
|
|
@@ -783,7 +783,7 @@ export declare class BdsClient {
|
|
|
783
783
|
* @param ListPatchHistoriesRequest
|
|
784
784
|
* @return ListPatchHistoriesResponse
|
|
785
785
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
787
787
|
*/
|
|
788
788
|
listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
|
|
789
789
|
/**
|
|
@@ -825,7 +825,7 @@ export declare class BdsClient {
|
|
|
825
825
|
* @param ListPatchesRequest
|
|
826
826
|
* @return ListPatchesResponse
|
|
827
827
|
* @throws OciError when an error occurs
|
|
828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
829
829
|
*/
|
|
830
830
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
831
831
|
/**
|
|
@@ -867,7 +867,7 @@ export declare class BdsClient {
|
|
|
867
867
|
* @param ListWorkRequestErrorsRequest
|
|
868
868
|
* @return ListWorkRequestErrorsResponse
|
|
869
869
|
* @throws OciError when an error occurs
|
|
870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
871
871
|
*/
|
|
872
872
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
873
873
|
/**
|
|
@@ -909,7 +909,7 @@ export declare class BdsClient {
|
|
|
909
909
|
* @param ListWorkRequestLogsRequest
|
|
910
910
|
* @return ListWorkRequestLogsResponse
|
|
911
911
|
* @throws OciError when an error occurs
|
|
912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
912
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
913
913
|
*/
|
|
914
914
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
915
915
|
/**
|
|
@@ -951,7 +951,7 @@ export declare class BdsClient {
|
|
|
951
951
|
* @param ListWorkRequestsRequest
|
|
952
952
|
* @return ListWorkRequestsResponse
|
|
953
953
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
955
955
|
*/
|
|
956
956
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
957
957
|
/**
|
|
@@ -993,7 +993,7 @@ export declare class BdsClient {
|
|
|
993
993
|
* @param RemoveAutoScalingConfigurationRequest
|
|
994
994
|
* @return RemoveAutoScalingConfigurationResponse
|
|
995
995
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
997
997
|
*/
|
|
998
998
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
|
|
999
999
|
/**
|
|
@@ -1003,7 +1003,7 @@ export declare class BdsClient {
|
|
|
1003
1003
|
* @param RemoveCloudSqlRequest
|
|
1004
1004
|
* @return RemoveCloudSqlResponse
|
|
1005
1005
|
* @throws OciError when an error occurs
|
|
1006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
1007
1007
|
*/
|
|
1008
1008
|
removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
|
|
1009
1009
|
/**
|
|
@@ -1013,7 +1013,7 @@ export declare class BdsClient {
|
|
|
1013
1013
|
* @param RemoveKafkaRequest
|
|
1014
1014
|
* @return RemoveKafkaResponse
|
|
1015
1015
|
* @throws OciError when an error occurs
|
|
1016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
|
|
1017
1017
|
*/
|
|
1018
1018
|
removeKafka(removeKafkaRequest: requests.RemoveKafkaRequest): Promise<responses.RemoveKafkaResponse>;
|
|
1019
1019
|
/**
|
|
@@ -1023,7 +1023,7 @@ export declare class BdsClient {
|
|
|
1023
1023
|
* @param RemoveNodeRequest
|
|
1024
1024
|
* @return RemoveNodeResponse
|
|
1025
1025
|
* @throws OciError when an error occurs
|
|
1026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
1027
1027
|
*/
|
|
1028
1028
|
removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
|
|
1029
1029
|
/**
|
|
@@ -1033,7 +1033,7 @@ export declare class BdsClient {
|
|
|
1033
1033
|
* @param RemoveNodeReplaceConfigurationRequest
|
|
1034
1034
|
* @return RemoveNodeReplaceConfigurationResponse
|
|
1035
1035
|
* @throws OciError when an error occurs
|
|
1036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/RemoveNodeReplaceConfiguration.ts.html |here} to see how to use RemoveNodeReplaceConfiguration API.
|
|
1037
1037
|
*/
|
|
1038
1038
|
removeNodeReplaceConfiguration(removeNodeReplaceConfigurationRequest: requests.RemoveNodeReplaceConfigurationRequest): Promise<responses.RemoveNodeReplaceConfigurationResponse>;
|
|
1039
1039
|
/**
|
|
@@ -1043,7 +1043,7 @@ export declare class BdsClient {
|
|
|
1043
1043
|
* @param RenewCertificateRequest
|
|
1044
1044
|
* @return RenewCertificateResponse
|
|
1045
1045
|
* @throws OciError when an error occurs
|
|
1046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
|
|
1047
1047
|
*/
|
|
1048
1048
|
renewCertificate(renewCertificateRequest: requests.RenewCertificateRequest): Promise<responses.RenewCertificateResponse>;
|
|
1049
1049
|
/**
|
|
@@ -1053,7 +1053,7 @@ export declare class BdsClient {
|
|
|
1053
1053
|
* @param ReplaceNodeRequest
|
|
1054
1054
|
* @return ReplaceNodeResponse
|
|
1055
1055
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ReplaceNode.ts.html |here} to see how to use ReplaceNode API.
|
|
1057
1057
|
*/
|
|
1058
1058
|
replaceNode(replaceNodeRequest: requests.ReplaceNodeRequest): Promise<responses.ReplaceNodeResponse>;
|
|
1059
1059
|
/**
|
|
@@ -1063,7 +1063,7 @@ export declare class BdsClient {
|
|
|
1063
1063
|
* @param RestartNodeRequest
|
|
1064
1064
|
* @return RestartNodeResponse
|
|
1065
1065
|
* @throws OciError when an error occurs
|
|
1066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
1067
1067
|
*/
|
|
1068
1068
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
1069
1069
|
/**
|
|
@@ -1073,7 +1073,7 @@ export declare class BdsClient {
|
|
|
1073
1073
|
* @param StartBdsInstanceRequest
|
|
1074
1074
|
* @return StartBdsInstanceResponse
|
|
1075
1075
|
* @throws OciError when an error occurs
|
|
1076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
|
|
1077
1077
|
*/
|
|
1078
1078
|
startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
|
|
1079
1079
|
/**
|
|
@@ -1083,7 +1083,7 @@ export declare class BdsClient {
|
|
|
1083
1083
|
* @param StopBdsInstanceRequest
|
|
1084
1084
|
* @return StopBdsInstanceResponse
|
|
1085
1085
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
|
|
1087
1087
|
*/
|
|
1088
1088
|
stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
|
|
1089
1089
|
/**
|
|
@@ -1093,7 +1093,7 @@ export declare class BdsClient {
|
|
|
1093
1093
|
* @param TestBdsMetastoreConfigurationRequest
|
|
1094
1094
|
* @return TestBdsMetastoreConfigurationResponse
|
|
1095
1095
|
* @throws OciError when an error occurs
|
|
1096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
1097
1097
|
*/
|
|
1098
1098
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
|
|
1099
1099
|
/**
|
|
@@ -1102,7 +1102,7 @@ export declare class BdsClient {
|
|
|
1102
1102
|
* @param TestBdsObjectStorageConnectionRequest
|
|
1103
1103
|
* @return TestBdsObjectStorageConnectionResponse
|
|
1104
1104
|
* @throws OciError when an error occurs
|
|
1105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
1106
1106
|
*/
|
|
1107
1107
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
|
|
1108
1108
|
/**
|
|
@@ -1112,7 +1112,7 @@ export declare class BdsClient {
|
|
|
1112
1112
|
* @param UpdateAutoScalingConfigurationRequest
|
|
1113
1113
|
* @return UpdateAutoScalingConfigurationResponse
|
|
1114
1114
|
* @throws OciError when an error occurs
|
|
1115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
1116
1116
|
*/
|
|
1117
1117
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
1118
1118
|
/**
|
|
@@ -1121,7 +1121,7 @@ export declare class BdsClient {
|
|
|
1121
1121
|
* @param UpdateBdsInstanceRequest
|
|
1122
1122
|
* @return UpdateBdsInstanceResponse
|
|
1123
1123
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
1125
1125
|
*/
|
|
1126
1126
|
updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
|
|
1127
1127
|
/**
|
|
@@ -1130,7 +1130,7 @@ export declare class BdsClient {
|
|
|
1130
1130
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
1131
1131
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
1132
1132
|
* @throws OciError when an error occurs
|
|
1133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
1134
1134
|
*/
|
|
1135
1135
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
|
|
1136
1136
|
/**
|
|
@@ -1140,7 +1140,7 @@ export declare class BdsClient {
|
|
|
1140
1140
|
* @param UpdateNodeBackupConfigurationRequest
|
|
1141
1141
|
* @return UpdateNodeBackupConfigurationResponse
|
|
1142
1142
|
* @throws OciError when an error occurs
|
|
1143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/UpdateNodeBackupConfiguration.ts.html |here} to see how to use UpdateNodeBackupConfiguration API.
|
|
1144
1144
|
*/
|
|
1145
1145
|
updateNodeBackupConfiguration(updateNodeBackupConfigurationRequest: requests.UpdateNodeBackupConfigurationRequest): Promise<responses.UpdateNodeBackupConfigurationResponse>;
|
|
1146
1146
|
/**
|
|
@@ -1150,7 +1150,7 @@ export declare class BdsClient {
|
|
|
1150
1150
|
* @param UpdateNodeReplaceConfigurationRequest
|
|
1151
1151
|
* @return UpdateNodeReplaceConfigurationResponse
|
|
1152
1152
|
* @throws OciError when an error occurs
|
|
1153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/UpdateNodeReplaceConfiguration.ts.html |here} to see how to use UpdateNodeReplaceConfiguration API.
|
|
1154
1154
|
*/
|
|
1155
1155
|
updateNodeReplaceConfiguration(updateNodeReplaceConfigurationRequest: requests.UpdateNodeReplaceConfigurationRequest): Promise<responses.UpdateNodeReplaceConfigurationResponse>;
|
|
1156
1156
|
}
|