oci-bds 2.89.1 → 2.89.3
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.js
CHANGED
|
@@ -205,7 +205,7 @@ class BdsClient {
|
|
|
205
205
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
206
206
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
209
209
|
*/
|
|
210
210
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
|
|
211
211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -269,7 +269,7 @@ class BdsClient {
|
|
|
269
269
|
* @param AddAutoScalingConfigurationRequest
|
|
270
270
|
* @return AddAutoScalingConfigurationResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
273
273
|
*/
|
|
274
274
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
|
|
275
275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -332,7 +332,7 @@ class BdsClient {
|
|
|
332
332
|
* @param AddBlockStorageRequest
|
|
333
333
|
* @return AddBlockStorageResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
336
336
|
*/
|
|
337
337
|
addBlockStorage(addBlockStorageRequest) {
|
|
338
338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -395,7 +395,7 @@ class BdsClient {
|
|
|
395
395
|
* @param AddCloudSqlRequest
|
|
396
396
|
* @return AddCloudSqlResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
399
399
|
*/
|
|
400
400
|
addCloudSql(addCloudSqlRequest) {
|
|
401
401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -458,7 +458,7 @@ class BdsClient {
|
|
|
458
458
|
* @param AddKafkaRequest
|
|
459
459
|
* @return AddKafkaResponse
|
|
460
460
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
|
|
462
462
|
*/
|
|
463
463
|
addKafka(addKafkaRequest) {
|
|
464
464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -521,7 +521,7 @@ class BdsClient {
|
|
|
521
521
|
* @param AddMasterNodesRequest
|
|
522
522
|
* @return AddMasterNodesResponse
|
|
523
523
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
|
|
525
525
|
*/
|
|
526
526
|
addMasterNodes(addMasterNodesRequest) {
|
|
527
527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -584,7 +584,7 @@ class BdsClient {
|
|
|
584
584
|
* @param AddUtilityNodesRequest
|
|
585
585
|
* @return AddUtilityNodesResponse
|
|
586
586
|
* @throws OciError when an error occurs
|
|
587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
|
|
588
588
|
*/
|
|
589
589
|
addUtilityNodes(addUtilityNodesRequest) {
|
|
590
590
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -647,7 +647,7 @@ class BdsClient {
|
|
|
647
647
|
* @param AddWorkerNodesRequest
|
|
648
648
|
* @return AddWorkerNodesResponse
|
|
649
649
|
* @throws OciError when an error occurs
|
|
650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
651
651
|
*/
|
|
652
652
|
addWorkerNodes(addWorkerNodesRequest) {
|
|
653
653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -710,7 +710,7 @@ class BdsClient {
|
|
|
710
710
|
* @param BackupNodeRequest
|
|
711
711
|
* @return BackupNodeResponse
|
|
712
712
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/BackupNode.ts.html |here} to see how to use BackupNode API.
|
|
714
714
|
*/
|
|
715
715
|
backupNode(backupNodeRequest) {
|
|
716
716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -773,7 +773,7 @@ class BdsClient {
|
|
|
773
773
|
* @param CertificateServiceInfoRequest
|
|
774
774
|
* @return CertificateServiceInfoResponse
|
|
775
775
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
|
|
777
777
|
*/
|
|
778
778
|
certificateServiceInfo(certificateServiceInfoRequest) {
|
|
779
779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -840,7 +840,7 @@ class BdsClient {
|
|
|
840
840
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
841
841
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
842
842
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
844
844
|
*/
|
|
845
845
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
|
|
846
846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -903,7 +903,7 @@ class BdsClient {
|
|
|
903
903
|
* @param ChangeShapeRequest
|
|
904
904
|
* @return ChangeShapeResponse
|
|
905
905
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
907
907
|
*/
|
|
908
908
|
changeShape(changeShapeRequest) {
|
|
909
909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -966,7 +966,7 @@ class BdsClient {
|
|
|
966
966
|
* @param CreateBdsApiKeyRequest
|
|
967
967
|
* @return CreateBdsApiKeyResponse
|
|
968
968
|
* @throws OciError when an error occurs
|
|
969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
970
970
|
*/
|
|
971
971
|
createBdsApiKey(createBdsApiKeyRequest) {
|
|
972
972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1028,7 +1028,7 @@ class BdsClient {
|
|
|
1028
1028
|
* @param CreateBdsInstanceRequest
|
|
1029
1029
|
* @return CreateBdsInstanceResponse
|
|
1030
1030
|
* @throws OciError when an error occurs
|
|
1031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
1032
1032
|
*/
|
|
1033
1033
|
createBdsInstance(createBdsInstanceRequest) {
|
|
1034
1034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1088,7 +1088,7 @@ class BdsClient {
|
|
|
1088
1088
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
1089
1089
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
1090
1090
|
* @throws OciError when an error occurs
|
|
1091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
1092
1092
|
*/
|
|
1093
1093
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
|
|
1094
1094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1150,7 +1150,7 @@ class BdsClient {
|
|
|
1150
1150
|
* @param CreateNodeBackupConfigurationRequest
|
|
1151
1151
|
* @return CreateNodeBackupConfigurationResponse
|
|
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.3/bds/CreateNodeBackupConfiguration.ts.html |here} to see how to use CreateNodeBackupConfiguration API.
|
|
1154
1154
|
*/
|
|
1155
1155
|
createNodeBackupConfiguration(createNodeBackupConfigurationRequest) {
|
|
1156
1156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1212,7 +1212,7 @@ class BdsClient {
|
|
|
1212
1212
|
* @param CreateNodeReplaceConfigurationRequest
|
|
1213
1213
|
* @return CreateNodeReplaceConfigurationResponse
|
|
1214
1214
|
* @throws OciError when an error occurs
|
|
1215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/CreateNodeReplaceConfiguration.ts.html |here} to see how to use CreateNodeReplaceConfiguration API.
|
|
1216
1216
|
*/
|
|
1217
1217
|
createNodeReplaceConfiguration(createNodeReplaceConfigurationRequest) {
|
|
1218
1218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1273,7 +1273,7 @@ class BdsClient {
|
|
|
1273
1273
|
* @param DeleteBdsApiKeyRequest
|
|
1274
1274
|
* @return DeleteBdsApiKeyResponse
|
|
1275
1275
|
* @throws OciError when an error occurs
|
|
1276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
1277
1277
|
*/
|
|
1278
1278
|
deleteBdsApiKey(deleteBdsApiKeyRequest) {
|
|
1279
1279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1334,7 +1334,7 @@ class BdsClient {
|
|
|
1334
1334
|
* @param DeleteBdsInstanceRequest
|
|
1335
1335
|
* @return DeleteBdsInstanceResponse
|
|
1336
1336
|
* @throws OciError when an error occurs
|
|
1337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
1338
1338
|
*/
|
|
1339
1339
|
deleteBdsInstance(deleteBdsInstanceRequest) {
|
|
1340
1340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1394,7 +1394,7 @@ class BdsClient {
|
|
|
1394
1394
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
1395
1395
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
1396
1396
|
* @throws OciError when an error occurs
|
|
1397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
1398
1398
|
*/
|
|
1399
1399
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
|
|
1400
1400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1455,7 +1455,7 @@ class BdsClient {
|
|
|
1455
1455
|
* @param DeleteNodeBackupRequest
|
|
1456
1456
|
* @return DeleteNodeBackupResponse
|
|
1457
1457
|
* @throws OciError when an error occurs
|
|
1458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/DeleteNodeBackup.ts.html |here} to see how to use DeleteNodeBackup API.
|
|
1459
1459
|
*/
|
|
1460
1460
|
deleteNodeBackup(deleteNodeBackupRequest) {
|
|
1461
1461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1516,7 +1516,7 @@ class BdsClient {
|
|
|
1516
1516
|
* @param DeleteNodeBackupConfigurationRequest
|
|
1517
1517
|
* @return DeleteNodeBackupConfigurationResponse
|
|
1518
1518
|
* @throws OciError when an error occurs
|
|
1519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/DeleteNodeBackupConfiguration.ts.html |here} to see how to use DeleteNodeBackupConfiguration API.
|
|
1520
1520
|
*/
|
|
1521
1521
|
deleteNodeBackupConfiguration(deleteNodeBackupConfigurationRequest) {
|
|
1522
1522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1578,7 +1578,7 @@ class BdsClient {
|
|
|
1578
1578
|
* @param DisableCertificateRequest
|
|
1579
1579
|
* @return DisableCertificateResponse
|
|
1580
1580
|
* @throws OciError when an error occurs
|
|
1581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
|
|
1582
1582
|
*/
|
|
1583
1583
|
disableCertificate(disableCertificateRequest) {
|
|
1584
1584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1641,7 +1641,7 @@ class BdsClient {
|
|
|
1641
1641
|
* @param EnableCertificateRequest
|
|
1642
1642
|
* @return EnableCertificateResponse
|
|
1643
1643
|
* @throws OciError when an error occurs
|
|
1644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
|
|
1645
1645
|
*/
|
|
1646
1646
|
enableCertificate(enableCertificateRequest) {
|
|
1647
1647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1704,7 +1704,7 @@ class BdsClient {
|
|
|
1704
1704
|
* @param ExecuteBootstrapScriptRequest
|
|
1705
1705
|
* @return ExecuteBootstrapScriptResponse
|
|
1706
1706
|
* @throws OciError when an error occurs
|
|
1707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
|
|
1708
1708
|
*/
|
|
1709
1709
|
executeBootstrapScript(executeBootstrapScriptRequest) {
|
|
1710
1710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1767,7 +1767,7 @@ class BdsClient {
|
|
|
1767
1767
|
* @param GetAutoScalingConfigurationRequest
|
|
1768
1768
|
* @return GetAutoScalingConfigurationResponse
|
|
1769
1769
|
* @throws OciError when an error occurs
|
|
1770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
1771
1771
|
*/
|
|
1772
1772
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
|
|
1773
1773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1831,7 +1831,7 @@ class BdsClient {
|
|
|
1831
1831
|
* @param GetBdsApiKeyRequest
|
|
1832
1832
|
* @return GetBdsApiKeyResponse
|
|
1833
1833
|
* @throws OciError when an error occurs
|
|
1834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
1835
1835
|
*/
|
|
1836
1836
|
getBdsApiKey(getBdsApiKeyRequest) {
|
|
1837
1837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1895,7 +1895,7 @@ class BdsClient {
|
|
|
1895
1895
|
* @param GetBdsInstanceRequest
|
|
1896
1896
|
* @return GetBdsInstanceResponse
|
|
1897
1897
|
* @throws OciError when an error occurs
|
|
1898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
1899
1899
|
*/
|
|
1900
1900
|
getBdsInstance(getBdsInstanceRequest) {
|
|
1901
1901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1958,7 +1958,7 @@ class BdsClient {
|
|
|
1958
1958
|
* @param GetBdsMetastoreConfigurationRequest
|
|
1959
1959
|
* @return GetBdsMetastoreConfigurationResponse
|
|
1960
1960
|
* @throws OciError when an error occurs
|
|
1961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
1962
1962
|
*/
|
|
1963
1963
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
|
|
1964
1964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2023,7 +2023,7 @@ class BdsClient {
|
|
|
2023
2023
|
* @param GetNodeBackupRequest
|
|
2024
2024
|
* @return GetNodeBackupResponse
|
|
2025
2025
|
* @throws OciError when an error occurs
|
|
2026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/GetNodeBackup.ts.html |here} to see how to use GetNodeBackup API.
|
|
2027
2027
|
*/
|
|
2028
2028
|
getNodeBackup(getNodeBackupRequest) {
|
|
2029
2029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2088,7 +2088,7 @@ class BdsClient {
|
|
|
2088
2088
|
* @param GetNodeBackupConfigurationRequest
|
|
2089
2089
|
* @return GetNodeBackupConfigurationResponse
|
|
2090
2090
|
* @throws OciError when an error occurs
|
|
2091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/GetNodeBackupConfiguration.ts.html |here} to see how to use GetNodeBackupConfiguration API.
|
|
2092
2092
|
*/
|
|
2093
2093
|
getNodeBackupConfiguration(getNodeBackupConfigurationRequest) {
|
|
2094
2094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2153,7 +2153,7 @@ class BdsClient {
|
|
|
2153
2153
|
* @param GetNodeReplaceConfigurationRequest
|
|
2154
2154
|
* @return GetNodeReplaceConfigurationResponse
|
|
2155
2155
|
* @throws OciError when an error occurs
|
|
2156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/GetNodeReplaceConfiguration.ts.html |here} to see how to use GetNodeReplaceConfiguration API.
|
|
2157
2157
|
*/
|
|
2158
2158
|
getNodeReplaceConfiguration(getNodeReplaceConfigurationRequest) {
|
|
2159
2159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2217,7 +2217,7 @@ class BdsClient {
|
|
|
2217
2217
|
* @param GetOsPatchDetailsRequest
|
|
2218
2218
|
* @return GetOsPatchDetailsResponse
|
|
2219
2219
|
* @throws OciError when an error occurs
|
|
2220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
|
|
2221
2221
|
*/
|
|
2222
2222
|
getOsPatchDetails(getOsPatchDetailsRequest) {
|
|
2223
2223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2284,7 +2284,7 @@ class BdsClient {
|
|
|
2284
2284
|
* @param GetWorkRequestRequest
|
|
2285
2285
|
* @return GetWorkRequestResponse
|
|
2286
2286
|
* @throws OciError when an error occurs
|
|
2287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2288
2288
|
*/
|
|
2289
2289
|
getWorkRequest(getWorkRequestRequest) {
|
|
2290
2290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2348,7 +2348,7 @@ class BdsClient {
|
|
|
2348
2348
|
* @param InstallOsPatchRequest
|
|
2349
2349
|
* @return InstallOsPatchResponse
|
|
2350
2350
|
* @throws OciError when an error occurs
|
|
2351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
|
|
2352
2352
|
*/
|
|
2353
2353
|
installOsPatch(installOsPatchRequest) {
|
|
2354
2354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2411,7 +2411,7 @@ class BdsClient {
|
|
|
2411
2411
|
* @param InstallPatchRequest
|
|
2412
2412
|
* @return InstallPatchResponse
|
|
2413
2413
|
* @throws OciError when an error occurs
|
|
2414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
2415
2415
|
*/
|
|
2416
2416
|
installPatch(installPatchRequest) {
|
|
2417
2417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2474,7 +2474,7 @@ class BdsClient {
|
|
|
2474
2474
|
* @param ListAutoScalingConfigurationsRequest
|
|
2475
2475
|
* @return ListAutoScalingConfigurationsResponse
|
|
2476
2476
|
* @throws OciError when an error occurs
|
|
2477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
2478
2478
|
*/
|
|
2479
2479
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
|
|
2480
2480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2586,7 +2586,7 @@ class BdsClient {
|
|
|
2586
2586
|
* @param ListBdsApiKeysRequest
|
|
2587
2587
|
* @return ListBdsApiKeysResponse
|
|
2588
2588
|
* @throws OciError when an error occurs
|
|
2589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
2590
2590
|
*/
|
|
2591
2591
|
listBdsApiKeys(listBdsApiKeysRequest) {
|
|
2592
2592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2698,7 +2698,7 @@ class BdsClient {
|
|
|
2698
2698
|
* @param ListBdsInstancesRequest
|
|
2699
2699
|
* @return ListBdsInstancesResponse
|
|
2700
2700
|
* @throws OciError when an error occurs
|
|
2701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
2702
2702
|
*/
|
|
2703
2703
|
listBdsInstances(listBdsInstancesRequest) {
|
|
2704
2704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2808,7 +2808,7 @@ class BdsClient {
|
|
|
2808
2808
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
2809
2809
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
2810
2810
|
* @throws OciError when an error occurs
|
|
2811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
2812
2812
|
*/
|
|
2813
2813
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
|
|
2814
2814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2922,7 +2922,7 @@ class BdsClient {
|
|
|
2922
2922
|
* @param ListNodeBackupConfigurationsRequest
|
|
2923
2923
|
* @return ListNodeBackupConfigurationsResponse
|
|
2924
2924
|
* @throws OciError when an error occurs
|
|
2925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListNodeBackupConfigurations.ts.html |here} to see how to use ListNodeBackupConfigurations API.
|
|
2926
2926
|
*/
|
|
2927
2927
|
listNodeBackupConfigurations(listNodeBackupConfigurationsRequest) {
|
|
2928
2928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3033,7 +3033,7 @@ class BdsClient {
|
|
|
3033
3033
|
* @param ListNodeBackupsRequest
|
|
3034
3034
|
* @return ListNodeBackupsResponse
|
|
3035
3035
|
* @throws OciError when an error occurs
|
|
3036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListNodeBackups.ts.html |here} to see how to use ListNodeBackups API.
|
|
3037
3037
|
*/
|
|
3038
3038
|
listNodeBackups(listNodeBackupsRequest) {
|
|
3039
3039
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3145,7 +3145,7 @@ class BdsClient {
|
|
|
3145
3145
|
* @param ListNodeReplaceConfigurationsRequest
|
|
3146
3146
|
* @return ListNodeReplaceConfigurationsResponse
|
|
3147
3147
|
* @throws OciError when an error occurs
|
|
3148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListNodeReplaceConfigurations.ts.html |here} to see how to use ListNodeReplaceConfigurations API.
|
|
3149
3149
|
*/
|
|
3150
3150
|
listNodeReplaceConfigurations(listNodeReplaceConfigurationsRequest) {
|
|
3151
3151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3255,7 +3255,7 @@ class BdsClient {
|
|
|
3255
3255
|
* @param ListOsPatchesRequest
|
|
3256
3256
|
* @return ListOsPatchesResponse
|
|
3257
3257
|
* @throws OciError when an error occurs
|
|
3258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
|
|
3259
3259
|
*/
|
|
3260
3260
|
listOsPatches(listOsPatchesRequest) {
|
|
3261
3261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3371,7 +3371,7 @@ class BdsClient {
|
|
|
3371
3371
|
* @param ListPatchHistoriesRequest
|
|
3372
3372
|
* @return ListPatchHistoriesResponse
|
|
3373
3373
|
* @throws OciError when an error occurs
|
|
3374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
3375
3375
|
*/
|
|
3376
3376
|
listPatchHistories(listPatchHistoriesRequest) {
|
|
3377
3377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3483,7 +3483,7 @@ class BdsClient {
|
|
|
3483
3483
|
* @param ListPatchesRequest
|
|
3484
3484
|
* @return ListPatchesResponse
|
|
3485
3485
|
* @throws OciError when an error occurs
|
|
3486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
3487
3487
|
*/
|
|
3488
3488
|
listPatches(listPatchesRequest) {
|
|
3489
3489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3590,7 +3590,7 @@ class BdsClient {
|
|
|
3590
3590
|
* @param ListWorkRequestErrorsRequest
|
|
3591
3591
|
* @return ListWorkRequestErrorsResponse
|
|
3592
3592
|
* @throws OciError when an error occurs
|
|
3593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3594
3594
|
*/
|
|
3595
3595
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3596
3596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3699,7 +3699,7 @@ class BdsClient {
|
|
|
3699
3699
|
* @param ListWorkRequestLogsRequest
|
|
3700
3700
|
* @return ListWorkRequestLogsResponse
|
|
3701
3701
|
* @throws OciError when an error occurs
|
|
3702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3703
3703
|
*/
|
|
3704
3704
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3705
3705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3808,7 +3808,7 @@ class BdsClient {
|
|
|
3808
3808
|
* @param ListWorkRequestsRequest
|
|
3809
3809
|
* @return ListWorkRequestsResponse
|
|
3810
3810
|
* @throws OciError when an error occurs
|
|
3811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3812
3812
|
*/
|
|
3813
3813
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3814
3814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3917,7 +3917,7 @@ class BdsClient {
|
|
|
3917
3917
|
* @param RemoveAutoScalingConfigurationRequest
|
|
3918
3918
|
* @return RemoveAutoScalingConfigurationResponse
|
|
3919
3919
|
* @throws OciError when an error occurs
|
|
3920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
3921
3921
|
*/
|
|
3922
3922
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
|
|
3923
3923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3981,7 +3981,7 @@ class BdsClient {
|
|
|
3981
3981
|
* @param RemoveCloudSqlRequest
|
|
3982
3982
|
* @return RemoveCloudSqlResponse
|
|
3983
3983
|
* @throws OciError when an error occurs
|
|
3984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
3985
3985
|
*/
|
|
3986
3986
|
removeCloudSql(removeCloudSqlRequest) {
|
|
3987
3987
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4044,7 +4044,7 @@ class BdsClient {
|
|
|
4044
4044
|
* @param RemoveKafkaRequest
|
|
4045
4045
|
* @return RemoveKafkaResponse
|
|
4046
4046
|
* @throws OciError when an error occurs
|
|
4047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
|
|
4048
4048
|
*/
|
|
4049
4049
|
removeKafka(removeKafkaRequest) {
|
|
4050
4050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4107,7 +4107,7 @@ class BdsClient {
|
|
|
4107
4107
|
* @param RemoveNodeRequest
|
|
4108
4108
|
* @return RemoveNodeResponse
|
|
4109
4109
|
* @throws OciError when an error occurs
|
|
4110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
4111
4111
|
*/
|
|
4112
4112
|
removeNode(removeNodeRequest) {
|
|
4113
4113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4169,7 +4169,7 @@ class BdsClient {
|
|
|
4169
4169
|
* @param RemoveNodeReplaceConfigurationRequest
|
|
4170
4170
|
* @return RemoveNodeReplaceConfigurationResponse
|
|
4171
4171
|
* @throws OciError when an error occurs
|
|
4172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/RemoveNodeReplaceConfiguration.ts.html |here} to see how to use RemoveNodeReplaceConfiguration API.
|
|
4173
4173
|
*/
|
|
4174
4174
|
removeNodeReplaceConfiguration(removeNodeReplaceConfigurationRequest) {
|
|
4175
4175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4233,7 +4233,7 @@ class BdsClient {
|
|
|
4233
4233
|
* @param RenewCertificateRequest
|
|
4234
4234
|
* @return RenewCertificateResponse
|
|
4235
4235
|
* @throws OciError when an error occurs
|
|
4236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
|
|
4237
4237
|
*/
|
|
4238
4238
|
renewCertificate(renewCertificateRequest) {
|
|
4239
4239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4296,7 +4296,7 @@ class BdsClient {
|
|
|
4296
4296
|
* @param ReplaceNodeRequest
|
|
4297
4297
|
* @return ReplaceNodeResponse
|
|
4298
4298
|
* @throws OciError when an error occurs
|
|
4299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ReplaceNode.ts.html |here} to see how to use ReplaceNode API.
|
|
4300
4300
|
*/
|
|
4301
4301
|
replaceNode(replaceNodeRequest) {
|
|
4302
4302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4359,7 +4359,7 @@ class BdsClient {
|
|
|
4359
4359
|
* @param RestartNodeRequest
|
|
4360
4360
|
* @return RestartNodeResponse
|
|
4361
4361
|
* @throws OciError when an error occurs
|
|
4362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
4363
4363
|
*/
|
|
4364
4364
|
restartNode(restartNodeRequest) {
|
|
4365
4365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4422,7 +4422,7 @@ class BdsClient {
|
|
|
4422
4422
|
* @param StartBdsInstanceRequest
|
|
4423
4423
|
* @return StartBdsInstanceResponse
|
|
4424
4424
|
* @throws OciError when an error occurs
|
|
4425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
|
|
4426
4426
|
*/
|
|
4427
4427
|
startBdsInstance(startBdsInstanceRequest) {
|
|
4428
4428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4484,7 +4484,7 @@ class BdsClient {
|
|
|
4484
4484
|
* @param StopBdsInstanceRequest
|
|
4485
4485
|
* @return StopBdsInstanceResponse
|
|
4486
4486
|
* @throws OciError when an error occurs
|
|
4487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
|
|
4488
4488
|
*/
|
|
4489
4489
|
stopBdsInstance(stopBdsInstanceRequest) {
|
|
4490
4490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4546,7 +4546,7 @@ class BdsClient {
|
|
|
4546
4546
|
* @param TestBdsMetastoreConfigurationRequest
|
|
4547
4547
|
* @return TestBdsMetastoreConfigurationResponse
|
|
4548
4548
|
* @throws OciError when an error occurs
|
|
4549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
4550
4550
|
*/
|
|
4551
4551
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
|
|
4552
4552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4608,7 +4608,7 @@ class BdsClient {
|
|
|
4608
4608
|
* @param TestBdsObjectStorageConnectionRequest
|
|
4609
4609
|
* @return TestBdsObjectStorageConnectionResponse
|
|
4610
4610
|
* @throws OciError when an error occurs
|
|
4611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
4612
4612
|
*/
|
|
4613
4613
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
|
|
4614
4614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4670,7 +4670,7 @@ class BdsClient {
|
|
|
4670
4670
|
* @param UpdateAutoScalingConfigurationRequest
|
|
4671
4671
|
* @return UpdateAutoScalingConfigurationResponse
|
|
4672
4672
|
* @throws OciError when an error occurs
|
|
4673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
4674
4674
|
*/
|
|
4675
4675
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
|
|
4676
4676
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4733,7 +4733,7 @@ class BdsClient {
|
|
|
4733
4733
|
* @param UpdateBdsInstanceRequest
|
|
4734
4734
|
* @return UpdateBdsInstanceResponse
|
|
4735
4735
|
* @throws OciError when an error occurs
|
|
4736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
4737
4737
|
*/
|
|
4738
4738
|
updateBdsInstance(updateBdsInstanceRequest) {
|
|
4739
4739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4794,7 +4794,7 @@ class BdsClient {
|
|
|
4794
4794
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
4795
4795
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
4796
4796
|
* @throws OciError when an error occurs
|
|
4797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
4798
4798
|
*/
|
|
4799
4799
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
|
|
4800
4800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4857,7 +4857,7 @@ class BdsClient {
|
|
|
4857
4857
|
* @param UpdateNodeBackupConfigurationRequest
|
|
4858
4858
|
* @return UpdateNodeBackupConfigurationResponse
|
|
4859
4859
|
* @throws OciError when an error occurs
|
|
4860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/UpdateNodeBackupConfiguration.ts.html |here} to see how to use UpdateNodeBackupConfiguration API.
|
|
4861
4861
|
*/
|
|
4862
4862
|
updateNodeBackupConfiguration(updateNodeBackupConfigurationRequest) {
|
|
4863
4863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4921,7 +4921,7 @@ class BdsClient {
|
|
|
4921
4921
|
* @param UpdateNodeReplaceConfigurationRequest
|
|
4922
4922
|
* @return UpdateNodeReplaceConfigurationResponse
|
|
4923
4923
|
* @throws OciError when an error occurs
|
|
4924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/UpdateNodeReplaceConfiguration.ts.html |here} to see how to use UpdateNodeReplaceConfiguration API.
|
|
4925
4925
|
*/
|
|
4926
4926
|
updateNodeReplaceConfiguration(updateNodeReplaceConfigurationRequest) {
|
|
4927
4927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddBlockStorageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddCloudSqlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|