oci-bds 2.74.0 → 2.75.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 +51 -51
- package/lib/client.js +51 -51
- 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/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/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/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-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/renew-certificate-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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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 CertificateServiceInfoRequest
|
|
692
692
|
* @return CertificateServiceInfoResponse
|
|
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.75.0/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
|
|
695
695
|
*/
|
|
696
696
|
certificateServiceInfo(certificateServiceInfoRequest) {
|
|
697
697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -758,7 +758,7 @@ class BdsClient {
|
|
|
758
758
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
759
759
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
760
760
|
* @throws OciError when an error occurs
|
|
761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
762
762
|
*/
|
|
763
763
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
|
|
764
764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -821,7 +821,7 @@ class BdsClient {
|
|
|
821
821
|
* @param ChangeShapeRequest
|
|
822
822
|
* @return ChangeShapeResponse
|
|
823
823
|
* @throws OciError when an error occurs
|
|
824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
825
825
|
*/
|
|
826
826
|
changeShape(changeShapeRequest) {
|
|
827
827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -884,7 +884,7 @@ class BdsClient {
|
|
|
884
884
|
* @param CreateBdsApiKeyRequest
|
|
885
885
|
* @return CreateBdsApiKeyResponse
|
|
886
886
|
* @throws OciError when an error occurs
|
|
887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
888
888
|
*/
|
|
889
889
|
createBdsApiKey(createBdsApiKeyRequest) {
|
|
890
890
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -946,7 +946,7 @@ class BdsClient {
|
|
|
946
946
|
* @param CreateBdsInstanceRequest
|
|
947
947
|
* @return CreateBdsInstanceResponse
|
|
948
948
|
* @throws OciError when an error occurs
|
|
949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
950
950
|
*/
|
|
951
951
|
createBdsInstance(createBdsInstanceRequest) {
|
|
952
952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1006,7 +1006,7 @@ class BdsClient {
|
|
|
1006
1006
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
1007
1007
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
1008
1008
|
* @throws OciError when an error occurs
|
|
1009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
1010
1010
|
*/
|
|
1011
1011
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
|
|
1012
1012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1067,7 +1067,7 @@ class BdsClient {
|
|
|
1067
1067
|
* @param DeleteBdsApiKeyRequest
|
|
1068
1068
|
* @return DeleteBdsApiKeyResponse
|
|
1069
1069
|
* @throws OciError when an error occurs
|
|
1070
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
1071
1071
|
*/
|
|
1072
1072
|
deleteBdsApiKey(deleteBdsApiKeyRequest) {
|
|
1073
1073
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1128,7 +1128,7 @@ class BdsClient {
|
|
|
1128
1128
|
* @param DeleteBdsInstanceRequest
|
|
1129
1129
|
* @return DeleteBdsInstanceResponse
|
|
1130
1130
|
* @throws OciError when an error occurs
|
|
1131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
1132
1132
|
*/
|
|
1133
1133
|
deleteBdsInstance(deleteBdsInstanceRequest) {
|
|
1134
1134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1188,7 +1188,7 @@ class BdsClient {
|
|
|
1188
1188
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
1189
1189
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
1190
1190
|
* @throws OciError when an error occurs
|
|
1191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
1192
1192
|
*/
|
|
1193
1193
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
|
|
1194
1194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1250,7 +1250,7 @@ class BdsClient {
|
|
|
1250
1250
|
* @param DisableCertificateRequest
|
|
1251
1251
|
* @return DisableCertificateResponse
|
|
1252
1252
|
* @throws OciError when an error occurs
|
|
1253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
|
|
1254
1254
|
*/
|
|
1255
1255
|
disableCertificate(disableCertificateRequest) {
|
|
1256
1256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1313,7 +1313,7 @@ class BdsClient {
|
|
|
1313
1313
|
* @param EnableCertificateRequest
|
|
1314
1314
|
* @return EnableCertificateResponse
|
|
1315
1315
|
* @throws OciError when an error occurs
|
|
1316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
|
|
1317
1317
|
*/
|
|
1318
1318
|
enableCertificate(enableCertificateRequest) {
|
|
1319
1319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1376,7 +1376,7 @@ class BdsClient {
|
|
|
1376
1376
|
* @param ExecuteBootstrapScriptRequest
|
|
1377
1377
|
* @return ExecuteBootstrapScriptResponse
|
|
1378
1378
|
* @throws OciError when an error occurs
|
|
1379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
|
|
1380
1380
|
*/
|
|
1381
1381
|
executeBootstrapScript(executeBootstrapScriptRequest) {
|
|
1382
1382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1439,7 +1439,7 @@ class BdsClient {
|
|
|
1439
1439
|
* @param GetAutoScalingConfigurationRequest
|
|
1440
1440
|
* @return GetAutoScalingConfigurationResponse
|
|
1441
1441
|
* @throws OciError when an error occurs
|
|
1442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
1443
1443
|
*/
|
|
1444
1444
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
|
|
1445
1445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1503,7 +1503,7 @@ class BdsClient {
|
|
|
1503
1503
|
* @param GetBdsApiKeyRequest
|
|
1504
1504
|
* @return GetBdsApiKeyResponse
|
|
1505
1505
|
* @throws OciError when an error occurs
|
|
1506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
1507
1507
|
*/
|
|
1508
1508
|
getBdsApiKey(getBdsApiKeyRequest) {
|
|
1509
1509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1567,7 +1567,7 @@ class BdsClient {
|
|
|
1567
1567
|
* @param GetBdsInstanceRequest
|
|
1568
1568
|
* @return GetBdsInstanceResponse
|
|
1569
1569
|
* @throws OciError when an error occurs
|
|
1570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
1571
1571
|
*/
|
|
1572
1572
|
getBdsInstance(getBdsInstanceRequest) {
|
|
1573
1573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1630,7 +1630,7 @@ class BdsClient {
|
|
|
1630
1630
|
* @param GetBdsMetastoreConfigurationRequest
|
|
1631
1631
|
* @return GetBdsMetastoreConfigurationResponse
|
|
1632
1632
|
* @throws OciError when an error occurs
|
|
1633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
1634
1634
|
*/
|
|
1635
1635
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
|
|
1636
1636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1694,7 +1694,7 @@ class BdsClient {
|
|
|
1694
1694
|
* @param GetOsPatchDetailsRequest
|
|
1695
1695
|
* @return GetOsPatchDetailsResponse
|
|
1696
1696
|
* @throws OciError when an error occurs
|
|
1697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
|
|
1698
1698
|
*/
|
|
1699
1699
|
getOsPatchDetails(getOsPatchDetailsRequest) {
|
|
1700
1700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1761,7 +1761,7 @@ class BdsClient {
|
|
|
1761
1761
|
* @param GetWorkRequestRequest
|
|
1762
1762
|
* @return GetWorkRequestResponse
|
|
1763
1763
|
* @throws OciError when an error occurs
|
|
1764
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1765
1765
|
*/
|
|
1766
1766
|
getWorkRequest(getWorkRequestRequest) {
|
|
1767
1767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1825,7 +1825,7 @@ class BdsClient {
|
|
|
1825
1825
|
* @param InstallOsPatchRequest
|
|
1826
1826
|
* @return InstallOsPatchResponse
|
|
1827
1827
|
* @throws OciError when an error occurs
|
|
1828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
|
|
1829
1829
|
*/
|
|
1830
1830
|
installOsPatch(installOsPatchRequest) {
|
|
1831
1831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1888,7 +1888,7 @@ class BdsClient {
|
|
|
1888
1888
|
* @param InstallPatchRequest
|
|
1889
1889
|
* @return InstallPatchResponse
|
|
1890
1890
|
* @throws OciError when an error occurs
|
|
1891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
1892
1892
|
*/
|
|
1893
1893
|
installPatch(installPatchRequest) {
|
|
1894
1894
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1951,7 +1951,7 @@ class BdsClient {
|
|
|
1951
1951
|
* @param ListAutoScalingConfigurationsRequest
|
|
1952
1952
|
* @return ListAutoScalingConfigurationsResponse
|
|
1953
1953
|
* @throws OciError when an error occurs
|
|
1954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
1955
1955
|
*/
|
|
1956
1956
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
|
|
1957
1957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2063,7 +2063,7 @@ class BdsClient {
|
|
|
2063
2063
|
* @param ListBdsApiKeysRequest
|
|
2064
2064
|
* @return ListBdsApiKeysResponse
|
|
2065
2065
|
* @throws OciError when an error occurs
|
|
2066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
2067
2067
|
*/
|
|
2068
2068
|
listBdsApiKeys(listBdsApiKeysRequest) {
|
|
2069
2069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2175,7 +2175,7 @@ class BdsClient {
|
|
|
2175
2175
|
* @param ListBdsInstancesRequest
|
|
2176
2176
|
* @return ListBdsInstancesResponse
|
|
2177
2177
|
* @throws OciError when an error occurs
|
|
2178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
2179
2179
|
*/
|
|
2180
2180
|
listBdsInstances(listBdsInstancesRequest) {
|
|
2181
2181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2285,7 +2285,7 @@ class BdsClient {
|
|
|
2285
2285
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
2286
2286
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
2287
2287
|
* @throws OciError when an error occurs
|
|
2288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
2289
2289
|
*/
|
|
2290
2290
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
|
|
2291
2291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2398,7 +2398,7 @@ class BdsClient {
|
|
|
2398
2398
|
* @param ListOsPatchesRequest
|
|
2399
2399
|
* @return ListOsPatchesResponse
|
|
2400
2400
|
* @throws OciError when an error occurs
|
|
2401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
|
|
2402
2402
|
*/
|
|
2403
2403
|
listOsPatches(listOsPatchesRequest) {
|
|
2404
2404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2514,7 +2514,7 @@ class BdsClient {
|
|
|
2514
2514
|
* @param ListPatchHistoriesRequest
|
|
2515
2515
|
* @return ListPatchHistoriesResponse
|
|
2516
2516
|
* @throws OciError when an error occurs
|
|
2517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
2518
2518
|
*/
|
|
2519
2519
|
listPatchHistories(listPatchHistoriesRequest) {
|
|
2520
2520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2626,7 +2626,7 @@ class BdsClient {
|
|
|
2626
2626
|
* @param ListPatchesRequest
|
|
2627
2627
|
* @return ListPatchesResponse
|
|
2628
2628
|
* @throws OciError when an error occurs
|
|
2629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
2630
2630
|
*/
|
|
2631
2631
|
listPatches(listPatchesRequest) {
|
|
2632
2632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2733,7 +2733,7 @@ class BdsClient {
|
|
|
2733
2733
|
* @param ListWorkRequestErrorsRequest
|
|
2734
2734
|
* @return ListWorkRequestErrorsResponse
|
|
2735
2735
|
* @throws OciError when an error occurs
|
|
2736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2737
2737
|
*/
|
|
2738
2738
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2739
2739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2842,7 +2842,7 @@ class BdsClient {
|
|
|
2842
2842
|
* @param ListWorkRequestLogsRequest
|
|
2843
2843
|
* @return ListWorkRequestLogsResponse
|
|
2844
2844
|
* @throws OciError when an error occurs
|
|
2845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2846
2846
|
*/
|
|
2847
2847
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2848
2848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2951,7 +2951,7 @@ class BdsClient {
|
|
|
2951
2951
|
* @param ListWorkRequestsRequest
|
|
2952
2952
|
* @return ListWorkRequestsResponse
|
|
2953
2953
|
* @throws OciError when an error occurs
|
|
2954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2955
2955
|
*/
|
|
2956
2956
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2957
2957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3060,7 +3060,7 @@ class BdsClient {
|
|
|
3060
3060
|
* @param RemoveAutoScalingConfigurationRequest
|
|
3061
3061
|
* @return RemoveAutoScalingConfigurationResponse
|
|
3062
3062
|
* @throws OciError when an error occurs
|
|
3063
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
3064
3064
|
*/
|
|
3065
3065
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
|
|
3066
3066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3124,7 +3124,7 @@ class BdsClient {
|
|
|
3124
3124
|
* @param RemoveCloudSqlRequest
|
|
3125
3125
|
* @return RemoveCloudSqlResponse
|
|
3126
3126
|
* @throws OciError when an error occurs
|
|
3127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
3128
3128
|
*/
|
|
3129
3129
|
removeCloudSql(removeCloudSqlRequest) {
|
|
3130
3130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3187,7 +3187,7 @@ class BdsClient {
|
|
|
3187
3187
|
* @param RemoveKafkaRequest
|
|
3188
3188
|
* @return RemoveKafkaResponse
|
|
3189
3189
|
* @throws OciError when an error occurs
|
|
3190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
|
|
3191
3191
|
*/
|
|
3192
3192
|
removeKafka(removeKafkaRequest) {
|
|
3193
3193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3250,7 +3250,7 @@ class BdsClient {
|
|
|
3250
3250
|
* @param RemoveNodeRequest
|
|
3251
3251
|
* @return RemoveNodeResponse
|
|
3252
3252
|
* @throws OciError when an error occurs
|
|
3253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
3254
3254
|
*/
|
|
3255
3255
|
removeNode(removeNodeRequest) {
|
|
3256
3256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3312,7 +3312,7 @@ class BdsClient {
|
|
|
3312
3312
|
* @param RenewCertificateRequest
|
|
3313
3313
|
* @return RenewCertificateResponse
|
|
3314
3314
|
* @throws OciError when an error occurs
|
|
3315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
|
|
3316
3316
|
*/
|
|
3317
3317
|
renewCertificate(renewCertificateRequest) {
|
|
3318
3318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3375,7 +3375,7 @@ class BdsClient {
|
|
|
3375
3375
|
* @param RestartNodeRequest
|
|
3376
3376
|
* @return RestartNodeResponse
|
|
3377
3377
|
* @throws OciError when an error occurs
|
|
3378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
3379
3379
|
*/
|
|
3380
3380
|
restartNode(restartNodeRequest) {
|
|
3381
3381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3438,7 +3438,7 @@ class BdsClient {
|
|
|
3438
3438
|
* @param StartBdsInstanceRequest
|
|
3439
3439
|
* @return StartBdsInstanceResponse
|
|
3440
3440
|
* @throws OciError when an error occurs
|
|
3441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
|
|
3442
3442
|
*/
|
|
3443
3443
|
startBdsInstance(startBdsInstanceRequest) {
|
|
3444
3444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3500,7 +3500,7 @@ class BdsClient {
|
|
|
3500
3500
|
* @param StopBdsInstanceRequest
|
|
3501
3501
|
* @return StopBdsInstanceResponse
|
|
3502
3502
|
* @throws OciError when an error occurs
|
|
3503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
|
|
3504
3504
|
*/
|
|
3505
3505
|
stopBdsInstance(stopBdsInstanceRequest) {
|
|
3506
3506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3562,7 +3562,7 @@ class BdsClient {
|
|
|
3562
3562
|
* @param TestBdsMetastoreConfigurationRequest
|
|
3563
3563
|
* @return TestBdsMetastoreConfigurationResponse
|
|
3564
3564
|
* @throws OciError when an error occurs
|
|
3565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
3566
3566
|
*/
|
|
3567
3567
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
|
|
3568
3568
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3624,7 +3624,7 @@ class BdsClient {
|
|
|
3624
3624
|
* @param TestBdsObjectStorageConnectionRequest
|
|
3625
3625
|
* @return TestBdsObjectStorageConnectionResponse
|
|
3626
3626
|
* @throws OciError when an error occurs
|
|
3627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
3628
3628
|
*/
|
|
3629
3629
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
|
|
3630
3630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3686,7 +3686,7 @@ class BdsClient {
|
|
|
3686
3686
|
* @param UpdateAutoScalingConfigurationRequest
|
|
3687
3687
|
* @return UpdateAutoScalingConfigurationResponse
|
|
3688
3688
|
* @throws OciError when an error occurs
|
|
3689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
3690
3690
|
*/
|
|
3691
3691
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
|
|
3692
3692
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3749,7 +3749,7 @@ class BdsClient {
|
|
|
3749
3749
|
* @param UpdateBdsInstanceRequest
|
|
3750
3750
|
* @return UpdateBdsInstanceResponse
|
|
3751
3751
|
* @throws OciError when an error occurs
|
|
3752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
3753
3753
|
*/
|
|
3754
3754
|
updateBdsInstance(updateBdsInstanceRequest) {
|
|
3755
3755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3810,7 +3810,7 @@ class BdsClient {
|
|
|
3810
3810
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
3811
3811
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
3812
3812
|
* @throws OciError when an error occurs
|
|
3813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
3814
3814
|
*/
|
|
3815
3815
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
|
|
3816
3816
|
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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.0/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfoRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CertificateServiceInfoRequest 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.75.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.75.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.75.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.75.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.75.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.75.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.75.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBdsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|