oci-bds 2.68.2 → 2.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +47 -47
- package/lib/client.js +47 -47
- 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/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/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/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-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-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-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/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -186,7 +186,7 @@ class BdsClient {
|
|
|
186
186
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
187
187
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
190
190
|
*/
|
|
191
191
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
|
|
192
192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -250,7 +250,7 @@ class BdsClient {
|
|
|
250
250
|
* @param AddAutoScalingConfigurationRequest
|
|
251
251
|
* @return AddAutoScalingConfigurationResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
254
254
|
*/
|
|
255
255
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
|
|
256
256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -313,7 +313,7 @@ class BdsClient {
|
|
|
313
313
|
* @param AddBlockStorageRequest
|
|
314
314
|
* @return AddBlockStorageResponse
|
|
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.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
317
317
|
*/
|
|
318
318
|
addBlockStorage(addBlockStorageRequest) {
|
|
319
319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -376,7 +376,7 @@ class BdsClient {
|
|
|
376
376
|
* @param AddCloudSqlRequest
|
|
377
377
|
* @return AddCloudSqlResponse
|
|
378
378
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
380
380
|
*/
|
|
381
381
|
addCloudSql(addCloudSqlRequest) {
|
|
382
382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -439,7 +439,7 @@ class BdsClient {
|
|
|
439
439
|
* @param AddKafkaRequest
|
|
440
440
|
* @return AddKafkaResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
|
|
443
443
|
*/
|
|
444
444
|
addKafka(addKafkaRequest) {
|
|
445
445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -502,7 +502,7 @@ class BdsClient {
|
|
|
502
502
|
* @param AddMasterNodesRequest
|
|
503
503
|
* @return AddMasterNodesResponse
|
|
504
504
|
* @throws OciError when an error occurs
|
|
505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
|
|
506
506
|
*/
|
|
507
507
|
addMasterNodes(addMasterNodesRequest) {
|
|
508
508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -565,7 +565,7 @@ class BdsClient {
|
|
|
565
565
|
* @param AddUtilityNodesRequest
|
|
566
566
|
* @return AddUtilityNodesResponse
|
|
567
567
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
|
|
569
569
|
*/
|
|
570
570
|
addUtilityNodes(addUtilityNodesRequest) {
|
|
571
571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -628,7 +628,7 @@ class BdsClient {
|
|
|
628
628
|
* @param AddWorkerNodesRequest
|
|
629
629
|
* @return AddWorkerNodesResponse
|
|
630
630
|
* @throws OciError when an error occurs
|
|
631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
632
632
|
*/
|
|
633
633
|
addWorkerNodes(addWorkerNodesRequest) {
|
|
634
634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -691,7 +691,7 @@ class BdsClient {
|
|
|
691
691
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
692
692
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
693
693
|
* @throws OciError when an error occurs
|
|
694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
695
695
|
*/
|
|
696
696
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
|
|
697
697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -754,7 +754,7 @@ class BdsClient {
|
|
|
754
754
|
* @param ChangeShapeRequest
|
|
755
755
|
* @return ChangeShapeResponse
|
|
756
756
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
758
758
|
*/
|
|
759
759
|
changeShape(changeShapeRequest) {
|
|
760
760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -817,7 +817,7 @@ class BdsClient {
|
|
|
817
817
|
* @param CreateBdsApiKeyRequest
|
|
818
818
|
* @return CreateBdsApiKeyResponse
|
|
819
819
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
821
821
|
*/
|
|
822
822
|
createBdsApiKey(createBdsApiKeyRequest) {
|
|
823
823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -879,7 +879,7 @@ class BdsClient {
|
|
|
879
879
|
* @param CreateBdsInstanceRequest
|
|
880
880
|
* @return CreateBdsInstanceResponse
|
|
881
881
|
* @throws OciError when an error occurs
|
|
882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
883
883
|
*/
|
|
884
884
|
createBdsInstance(createBdsInstanceRequest) {
|
|
885
885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -939,7 +939,7 @@ class BdsClient {
|
|
|
939
939
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
940
940
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
941
941
|
* @throws OciError when an error occurs
|
|
942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
943
943
|
*/
|
|
944
944
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
|
|
945
945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1000,7 +1000,7 @@ class BdsClient {
|
|
|
1000
1000
|
* @param DeleteBdsApiKeyRequest
|
|
1001
1001
|
* @return DeleteBdsApiKeyResponse
|
|
1002
1002
|
* @throws OciError when an error occurs
|
|
1003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
1004
1004
|
*/
|
|
1005
1005
|
deleteBdsApiKey(deleteBdsApiKeyRequest) {
|
|
1006
1006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1061,7 +1061,7 @@ class BdsClient {
|
|
|
1061
1061
|
* @param DeleteBdsInstanceRequest
|
|
1062
1062
|
* @return DeleteBdsInstanceResponse
|
|
1063
1063
|
* @throws OciError when an error occurs
|
|
1064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
1065
1065
|
*/
|
|
1066
1066
|
deleteBdsInstance(deleteBdsInstanceRequest) {
|
|
1067
1067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1121,7 +1121,7 @@ class BdsClient {
|
|
|
1121
1121
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
1122
1122
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
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.
|
|
1124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
1125
1125
|
*/
|
|
1126
1126
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
|
|
1127
1127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1183,7 +1183,7 @@ class BdsClient {
|
|
|
1183
1183
|
* @param ExecuteBootstrapScriptRequest
|
|
1184
1184
|
* @return ExecuteBootstrapScriptResponse
|
|
1185
1185
|
* @throws OciError when an error occurs
|
|
1186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
|
|
1187
1187
|
*/
|
|
1188
1188
|
executeBootstrapScript(executeBootstrapScriptRequest) {
|
|
1189
1189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1246,7 +1246,7 @@ class BdsClient {
|
|
|
1246
1246
|
* @param GetAutoScalingConfigurationRequest
|
|
1247
1247
|
* @return GetAutoScalingConfigurationResponse
|
|
1248
1248
|
* @throws OciError when an error occurs
|
|
1249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
1250
1250
|
*/
|
|
1251
1251
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
|
|
1252
1252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1310,7 +1310,7 @@ class BdsClient {
|
|
|
1310
1310
|
* @param GetBdsApiKeyRequest
|
|
1311
1311
|
* @return GetBdsApiKeyResponse
|
|
1312
1312
|
* @throws OciError when an error occurs
|
|
1313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
1314
1314
|
*/
|
|
1315
1315
|
getBdsApiKey(getBdsApiKeyRequest) {
|
|
1316
1316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1374,7 +1374,7 @@ class BdsClient {
|
|
|
1374
1374
|
* @param GetBdsInstanceRequest
|
|
1375
1375
|
* @return GetBdsInstanceResponse
|
|
1376
1376
|
* @throws OciError when an error occurs
|
|
1377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
1378
1378
|
*/
|
|
1379
1379
|
getBdsInstance(getBdsInstanceRequest) {
|
|
1380
1380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1437,7 +1437,7 @@ class BdsClient {
|
|
|
1437
1437
|
* @param GetBdsMetastoreConfigurationRequest
|
|
1438
1438
|
* @return GetBdsMetastoreConfigurationResponse
|
|
1439
1439
|
* @throws OciError when an error occurs
|
|
1440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
1441
1441
|
*/
|
|
1442
1442
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
|
|
1443
1443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1501,7 +1501,7 @@ class BdsClient {
|
|
|
1501
1501
|
* @param GetOsPatchDetailsRequest
|
|
1502
1502
|
* @return GetOsPatchDetailsResponse
|
|
1503
1503
|
* @throws OciError when an error occurs
|
|
1504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
|
|
1505
1505
|
*/
|
|
1506
1506
|
getOsPatchDetails(getOsPatchDetailsRequest) {
|
|
1507
1507
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1568,7 +1568,7 @@ class BdsClient {
|
|
|
1568
1568
|
* @param GetWorkRequestRequest
|
|
1569
1569
|
* @return GetWorkRequestResponse
|
|
1570
1570
|
* @throws OciError when an error occurs
|
|
1571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1572
1572
|
*/
|
|
1573
1573
|
getWorkRequest(getWorkRequestRequest) {
|
|
1574
1574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1632,7 +1632,7 @@ class BdsClient {
|
|
|
1632
1632
|
* @param InstallOsPatchRequest
|
|
1633
1633
|
* @return InstallOsPatchResponse
|
|
1634
1634
|
* @throws OciError when an error occurs
|
|
1635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
|
|
1636
1636
|
*/
|
|
1637
1637
|
installOsPatch(installOsPatchRequest) {
|
|
1638
1638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1695,7 +1695,7 @@ class BdsClient {
|
|
|
1695
1695
|
* @param InstallPatchRequest
|
|
1696
1696
|
* @return InstallPatchResponse
|
|
1697
1697
|
* @throws OciError when an error occurs
|
|
1698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
1699
1699
|
*/
|
|
1700
1700
|
installPatch(installPatchRequest) {
|
|
1701
1701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1758,7 +1758,7 @@ class BdsClient {
|
|
|
1758
1758
|
* @param ListAutoScalingConfigurationsRequest
|
|
1759
1759
|
* @return ListAutoScalingConfigurationsResponse
|
|
1760
1760
|
* @throws OciError when an error occurs
|
|
1761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
1762
1762
|
*/
|
|
1763
1763
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
|
|
1764
1764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1870,7 +1870,7 @@ class BdsClient {
|
|
|
1870
1870
|
* @param ListBdsApiKeysRequest
|
|
1871
1871
|
* @return ListBdsApiKeysResponse
|
|
1872
1872
|
* @throws OciError when an error occurs
|
|
1873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
1874
1874
|
*/
|
|
1875
1875
|
listBdsApiKeys(listBdsApiKeysRequest) {
|
|
1876
1876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1982,7 +1982,7 @@ class BdsClient {
|
|
|
1982
1982
|
* @param ListBdsInstancesRequest
|
|
1983
1983
|
* @return ListBdsInstancesResponse
|
|
1984
1984
|
* @throws OciError when an error occurs
|
|
1985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
1986
1986
|
*/
|
|
1987
1987
|
listBdsInstances(listBdsInstancesRequest) {
|
|
1988
1988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2092,7 +2092,7 @@ class BdsClient {
|
|
|
2092
2092
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
2093
2093
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
2094
2094
|
* @throws OciError when an error occurs
|
|
2095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
2096
2096
|
*/
|
|
2097
2097
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
|
|
2098
2098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2205,7 +2205,7 @@ class BdsClient {
|
|
|
2205
2205
|
* @param ListOsPatchesRequest
|
|
2206
2206
|
* @return ListOsPatchesResponse
|
|
2207
2207
|
* @throws OciError when an error occurs
|
|
2208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
|
|
2209
2209
|
*/
|
|
2210
2210
|
listOsPatches(listOsPatchesRequest) {
|
|
2211
2211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2321,7 +2321,7 @@ class BdsClient {
|
|
|
2321
2321
|
* @param ListPatchHistoriesRequest
|
|
2322
2322
|
* @return ListPatchHistoriesResponse
|
|
2323
2323
|
* @throws OciError when an error occurs
|
|
2324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
2325
2325
|
*/
|
|
2326
2326
|
listPatchHistories(listPatchHistoriesRequest) {
|
|
2327
2327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2433,7 +2433,7 @@ class BdsClient {
|
|
|
2433
2433
|
* @param ListPatchesRequest
|
|
2434
2434
|
* @return ListPatchesResponse
|
|
2435
2435
|
* @throws OciError when an error occurs
|
|
2436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
2437
2437
|
*/
|
|
2438
2438
|
listPatches(listPatchesRequest) {
|
|
2439
2439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2540,7 +2540,7 @@ class BdsClient {
|
|
|
2540
2540
|
* @param ListWorkRequestErrorsRequest
|
|
2541
2541
|
* @return ListWorkRequestErrorsResponse
|
|
2542
2542
|
* @throws OciError when an error occurs
|
|
2543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2544
2544
|
*/
|
|
2545
2545
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2546
2546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2649,7 +2649,7 @@ class BdsClient {
|
|
|
2649
2649
|
* @param ListWorkRequestLogsRequest
|
|
2650
2650
|
* @return ListWorkRequestLogsResponse
|
|
2651
2651
|
* @throws OciError when an error occurs
|
|
2652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2653
2653
|
*/
|
|
2654
2654
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2655
2655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2758,7 +2758,7 @@ class BdsClient {
|
|
|
2758
2758
|
* @param ListWorkRequestsRequest
|
|
2759
2759
|
* @return ListWorkRequestsResponse
|
|
2760
2760
|
* @throws OciError when an error occurs
|
|
2761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2762
2762
|
*/
|
|
2763
2763
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2764
2764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2867,7 +2867,7 @@ class BdsClient {
|
|
|
2867
2867
|
* @param RemoveAutoScalingConfigurationRequest
|
|
2868
2868
|
* @return RemoveAutoScalingConfigurationResponse
|
|
2869
2869
|
* @throws OciError when an error occurs
|
|
2870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
2871
2871
|
*/
|
|
2872
2872
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
|
|
2873
2873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2931,7 +2931,7 @@ class BdsClient {
|
|
|
2931
2931
|
* @param RemoveCloudSqlRequest
|
|
2932
2932
|
* @return RemoveCloudSqlResponse
|
|
2933
2933
|
* @throws OciError when an error occurs
|
|
2934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
2935
2935
|
*/
|
|
2936
2936
|
removeCloudSql(removeCloudSqlRequest) {
|
|
2937
2937
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2994,7 +2994,7 @@ class BdsClient {
|
|
|
2994
2994
|
* @param RemoveKafkaRequest
|
|
2995
2995
|
* @return RemoveKafkaResponse
|
|
2996
2996
|
* @throws OciError when an error occurs
|
|
2997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
|
|
2998
2998
|
*/
|
|
2999
2999
|
removeKafka(removeKafkaRequest) {
|
|
3000
3000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3057,7 +3057,7 @@ class BdsClient {
|
|
|
3057
3057
|
* @param RemoveNodeRequest
|
|
3058
3058
|
* @return RemoveNodeResponse
|
|
3059
3059
|
* @throws OciError when an error occurs
|
|
3060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
3061
3061
|
*/
|
|
3062
3062
|
removeNode(removeNodeRequest) {
|
|
3063
3063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3119,7 +3119,7 @@ class BdsClient {
|
|
|
3119
3119
|
* @param RestartNodeRequest
|
|
3120
3120
|
* @return RestartNodeResponse
|
|
3121
3121
|
* @throws OciError when an error occurs
|
|
3122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
3123
3123
|
*/
|
|
3124
3124
|
restartNode(restartNodeRequest) {
|
|
3125
3125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3182,7 +3182,7 @@ class BdsClient {
|
|
|
3182
3182
|
* @param StartBdsInstanceRequest
|
|
3183
3183
|
* @return StartBdsInstanceResponse
|
|
3184
3184
|
* @throws OciError when an error occurs
|
|
3185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
|
|
3186
3186
|
*/
|
|
3187
3187
|
startBdsInstance(startBdsInstanceRequest) {
|
|
3188
3188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3244,7 +3244,7 @@ class BdsClient {
|
|
|
3244
3244
|
* @param StopBdsInstanceRequest
|
|
3245
3245
|
* @return StopBdsInstanceResponse
|
|
3246
3246
|
* @throws OciError when an error occurs
|
|
3247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
|
|
3248
3248
|
*/
|
|
3249
3249
|
stopBdsInstance(stopBdsInstanceRequest) {
|
|
3250
3250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3306,7 +3306,7 @@ class BdsClient {
|
|
|
3306
3306
|
* @param TestBdsMetastoreConfigurationRequest
|
|
3307
3307
|
* @return TestBdsMetastoreConfigurationResponse
|
|
3308
3308
|
* @throws OciError when an error occurs
|
|
3309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
3310
3310
|
*/
|
|
3311
3311
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
|
|
3312
3312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3368,7 +3368,7 @@ class BdsClient {
|
|
|
3368
3368
|
* @param TestBdsObjectStorageConnectionRequest
|
|
3369
3369
|
* @return TestBdsObjectStorageConnectionResponse
|
|
3370
3370
|
* @throws OciError when an error occurs
|
|
3371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
3372
3372
|
*/
|
|
3373
3373
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
|
|
3374
3374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3430,7 +3430,7 @@ class BdsClient {
|
|
|
3430
3430
|
* @param UpdateAutoScalingConfigurationRequest
|
|
3431
3431
|
* @return UpdateAutoScalingConfigurationResponse
|
|
3432
3432
|
* @throws OciError when an error occurs
|
|
3433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
3434
3434
|
*/
|
|
3435
3435
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
|
|
3436
3436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3493,7 +3493,7 @@ class BdsClient {
|
|
|
3493
3493
|
* @param UpdateBdsInstanceRequest
|
|
3494
3494
|
* @return UpdateBdsInstanceResponse
|
|
3495
3495
|
* @throws OciError when an error occurs
|
|
3496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
3497
3497
|
*/
|
|
3498
3498
|
updateBdsInstance(updateBdsInstanceRequest) {
|
|
3499
3499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3554,7 +3554,7 @@ class BdsClient {
|
|
|
3554
3554
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
3555
3555
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
3556
3556
|
* @throws OciError when an error occurs
|
|
3557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
3558
3558
|
*/
|
|
3559
3559
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
|
|
3560
3560
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddCloudSqlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddKafka.ts.html |here} to see how to use AddKafkaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddKafkaRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddMasterNodesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddUtilityNodesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddWorkerNodesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeShapeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBdsApiKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBdsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBdsApiKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBdsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ExecuteBootstrapScriptRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBdsApiKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|