oci-bds 2.82.2 → 2.84.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
|
@@ -199,7 +199,7 @@ class BdsClient {
|
|
|
199
199
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
200
200
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
203
203
|
*/
|
|
204
204
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
|
|
205
205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +263,7 @@ class BdsClient {
|
|
|
263
263
|
* @param AddAutoScalingConfigurationRequest
|
|
264
264
|
* @return AddAutoScalingConfigurationResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
267
267
|
*/
|
|
268
268
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
|
|
269
269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -326,7 +326,7 @@ class BdsClient {
|
|
|
326
326
|
* @param AddBlockStorageRequest
|
|
327
327
|
* @return AddBlockStorageResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
330
330
|
*/
|
|
331
331
|
addBlockStorage(addBlockStorageRequest) {
|
|
332
332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -389,7 +389,7 @@ class BdsClient {
|
|
|
389
389
|
* @param AddCloudSqlRequest
|
|
390
390
|
* @return AddCloudSqlResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
393
393
|
*/
|
|
394
394
|
addCloudSql(addCloudSqlRequest) {
|
|
395
395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -452,7 +452,7 @@ class BdsClient {
|
|
|
452
452
|
* @param AddKafkaRequest
|
|
453
453
|
* @return AddKafkaResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
|
|
456
456
|
*/
|
|
457
457
|
addKafka(addKafkaRequest) {
|
|
458
458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -515,7 +515,7 @@ class BdsClient {
|
|
|
515
515
|
* @param AddMasterNodesRequest
|
|
516
516
|
* @return AddMasterNodesResponse
|
|
517
517
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
|
|
519
519
|
*/
|
|
520
520
|
addMasterNodes(addMasterNodesRequest) {
|
|
521
521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -578,7 +578,7 @@ class BdsClient {
|
|
|
578
578
|
* @param AddUtilityNodesRequest
|
|
579
579
|
* @return AddUtilityNodesResponse
|
|
580
580
|
* @throws OciError when an error occurs
|
|
581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
|
|
582
582
|
*/
|
|
583
583
|
addUtilityNodes(addUtilityNodesRequest) {
|
|
584
584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -641,7 +641,7 @@ class BdsClient {
|
|
|
641
641
|
* @param AddWorkerNodesRequest
|
|
642
642
|
* @return AddWorkerNodesResponse
|
|
643
643
|
* @throws OciError when an error occurs
|
|
644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
645
645
|
*/
|
|
646
646
|
addWorkerNodes(addWorkerNodesRequest) {
|
|
647
647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -704,7 +704,7 @@ class BdsClient {
|
|
|
704
704
|
* @param CertificateServiceInfoRequest
|
|
705
705
|
* @return CertificateServiceInfoResponse
|
|
706
706
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
|
|
708
708
|
*/
|
|
709
709
|
certificateServiceInfo(certificateServiceInfoRequest) {
|
|
710
710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -771,7 +771,7 @@ class BdsClient {
|
|
|
771
771
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
772
772
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
773
773
|
* @throws OciError when an error occurs
|
|
774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
775
775
|
*/
|
|
776
776
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
|
|
777
777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -834,7 +834,7 @@ class BdsClient {
|
|
|
834
834
|
* @param ChangeShapeRequest
|
|
835
835
|
* @return ChangeShapeResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
838
838
|
*/
|
|
839
839
|
changeShape(changeShapeRequest) {
|
|
840
840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -897,7 +897,7 @@ class BdsClient {
|
|
|
897
897
|
* @param CreateBdsApiKeyRequest
|
|
898
898
|
* @return CreateBdsApiKeyResponse
|
|
899
899
|
* @throws OciError when an error occurs
|
|
900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
901
901
|
*/
|
|
902
902
|
createBdsApiKey(createBdsApiKeyRequest) {
|
|
903
903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -959,7 +959,7 @@ class BdsClient {
|
|
|
959
959
|
* @param CreateBdsInstanceRequest
|
|
960
960
|
* @return CreateBdsInstanceResponse
|
|
961
961
|
* @throws OciError when an error occurs
|
|
962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
962
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
963
963
|
*/
|
|
964
964
|
createBdsInstance(createBdsInstanceRequest) {
|
|
965
965
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1019,7 +1019,7 @@ class BdsClient {
|
|
|
1019
1019
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
1020
1020
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
1021
1021
|
* @throws OciError when an error occurs
|
|
1022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
1023
1023
|
*/
|
|
1024
1024
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
|
|
1025
1025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1080,7 +1080,7 @@ class BdsClient {
|
|
|
1080
1080
|
* @param DeleteBdsApiKeyRequest
|
|
1081
1081
|
* @return DeleteBdsApiKeyResponse
|
|
1082
1082
|
* @throws OciError when an error occurs
|
|
1083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
1084
1084
|
*/
|
|
1085
1085
|
deleteBdsApiKey(deleteBdsApiKeyRequest) {
|
|
1086
1086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1141,7 +1141,7 @@ class BdsClient {
|
|
|
1141
1141
|
* @param DeleteBdsInstanceRequest
|
|
1142
1142
|
* @return DeleteBdsInstanceResponse
|
|
1143
1143
|
* @throws OciError when an error occurs
|
|
1144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
1145
1145
|
*/
|
|
1146
1146
|
deleteBdsInstance(deleteBdsInstanceRequest) {
|
|
1147
1147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1201,7 +1201,7 @@ class BdsClient {
|
|
|
1201
1201
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
1202
1202
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
1203
1203
|
* @throws OciError when an error occurs
|
|
1204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
1205
1205
|
*/
|
|
1206
1206
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
|
|
1207
1207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1263,7 +1263,7 @@ class BdsClient {
|
|
|
1263
1263
|
* @param DisableCertificateRequest
|
|
1264
1264
|
* @return DisableCertificateResponse
|
|
1265
1265
|
* @throws OciError when an error occurs
|
|
1266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
|
|
1267
1267
|
*/
|
|
1268
1268
|
disableCertificate(disableCertificateRequest) {
|
|
1269
1269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1326,7 +1326,7 @@ class BdsClient {
|
|
|
1326
1326
|
* @param EnableCertificateRequest
|
|
1327
1327
|
* @return EnableCertificateResponse
|
|
1328
1328
|
* @throws OciError when an error occurs
|
|
1329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
|
|
1330
1330
|
*/
|
|
1331
1331
|
enableCertificate(enableCertificateRequest) {
|
|
1332
1332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1389,7 +1389,7 @@ class BdsClient {
|
|
|
1389
1389
|
* @param ExecuteBootstrapScriptRequest
|
|
1390
1390
|
* @return ExecuteBootstrapScriptResponse
|
|
1391
1391
|
* @throws OciError when an error occurs
|
|
1392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
|
|
1393
1393
|
*/
|
|
1394
1394
|
executeBootstrapScript(executeBootstrapScriptRequest) {
|
|
1395
1395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1452,7 +1452,7 @@ class BdsClient {
|
|
|
1452
1452
|
* @param GetAutoScalingConfigurationRequest
|
|
1453
1453
|
* @return GetAutoScalingConfigurationResponse
|
|
1454
1454
|
* @throws OciError when an error occurs
|
|
1455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
1456
1456
|
*/
|
|
1457
1457
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
|
|
1458
1458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1516,7 +1516,7 @@ class BdsClient {
|
|
|
1516
1516
|
* @param GetBdsApiKeyRequest
|
|
1517
1517
|
* @return GetBdsApiKeyResponse
|
|
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.
|
|
1519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
1520
1520
|
*/
|
|
1521
1521
|
getBdsApiKey(getBdsApiKeyRequest) {
|
|
1522
1522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1580,7 +1580,7 @@ class BdsClient {
|
|
|
1580
1580
|
* @param GetBdsInstanceRequest
|
|
1581
1581
|
* @return GetBdsInstanceResponse
|
|
1582
1582
|
* @throws OciError when an error occurs
|
|
1583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
1584
1584
|
*/
|
|
1585
1585
|
getBdsInstance(getBdsInstanceRequest) {
|
|
1586
1586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1643,7 +1643,7 @@ class BdsClient {
|
|
|
1643
1643
|
* @param GetBdsMetastoreConfigurationRequest
|
|
1644
1644
|
* @return GetBdsMetastoreConfigurationResponse
|
|
1645
1645
|
* @throws OciError when an error occurs
|
|
1646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
1647
1647
|
*/
|
|
1648
1648
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
|
|
1649
1649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1707,7 +1707,7 @@ class BdsClient {
|
|
|
1707
1707
|
* @param GetOsPatchDetailsRequest
|
|
1708
1708
|
* @return GetOsPatchDetailsResponse
|
|
1709
1709
|
* @throws OciError when an error occurs
|
|
1710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
|
|
1711
1711
|
*/
|
|
1712
1712
|
getOsPatchDetails(getOsPatchDetailsRequest) {
|
|
1713
1713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1774,7 +1774,7 @@ class BdsClient {
|
|
|
1774
1774
|
* @param GetWorkRequestRequest
|
|
1775
1775
|
* @return GetWorkRequestResponse
|
|
1776
1776
|
* @throws OciError when an error occurs
|
|
1777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1778
1778
|
*/
|
|
1779
1779
|
getWorkRequest(getWorkRequestRequest) {
|
|
1780
1780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1838,7 +1838,7 @@ class BdsClient {
|
|
|
1838
1838
|
* @param InstallOsPatchRequest
|
|
1839
1839
|
* @return InstallOsPatchResponse
|
|
1840
1840
|
* @throws OciError when an error occurs
|
|
1841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
|
|
1842
1842
|
*/
|
|
1843
1843
|
installOsPatch(installOsPatchRequest) {
|
|
1844
1844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1901,7 +1901,7 @@ class BdsClient {
|
|
|
1901
1901
|
* @param InstallPatchRequest
|
|
1902
1902
|
* @return InstallPatchResponse
|
|
1903
1903
|
* @throws OciError when an error occurs
|
|
1904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
1905
1905
|
*/
|
|
1906
1906
|
installPatch(installPatchRequest) {
|
|
1907
1907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1964,7 +1964,7 @@ class BdsClient {
|
|
|
1964
1964
|
* @param ListAutoScalingConfigurationsRequest
|
|
1965
1965
|
* @return ListAutoScalingConfigurationsResponse
|
|
1966
1966
|
* @throws OciError when an error occurs
|
|
1967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
1968
1968
|
*/
|
|
1969
1969
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
|
|
1970
1970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2076,7 +2076,7 @@ class BdsClient {
|
|
|
2076
2076
|
* @param ListBdsApiKeysRequest
|
|
2077
2077
|
* @return ListBdsApiKeysResponse
|
|
2078
2078
|
* @throws OciError when an error occurs
|
|
2079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
2080
2080
|
*/
|
|
2081
2081
|
listBdsApiKeys(listBdsApiKeysRequest) {
|
|
2082
2082
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2188,7 +2188,7 @@ class BdsClient {
|
|
|
2188
2188
|
* @param ListBdsInstancesRequest
|
|
2189
2189
|
* @return ListBdsInstancesResponse
|
|
2190
2190
|
* @throws OciError when an error occurs
|
|
2191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
2192
2192
|
*/
|
|
2193
2193
|
listBdsInstances(listBdsInstancesRequest) {
|
|
2194
2194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2298,7 +2298,7 @@ class BdsClient {
|
|
|
2298
2298
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
2299
2299
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
2300
2300
|
* @throws OciError when an error occurs
|
|
2301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
2302
2302
|
*/
|
|
2303
2303
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
|
|
2304
2304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2411,7 +2411,7 @@ class BdsClient {
|
|
|
2411
2411
|
* @param ListOsPatchesRequest
|
|
2412
2412
|
* @return ListOsPatchesResponse
|
|
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.
|
|
2414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
|
|
2415
2415
|
*/
|
|
2416
2416
|
listOsPatches(listOsPatchesRequest) {
|
|
2417
2417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2527,7 +2527,7 @@ class BdsClient {
|
|
|
2527
2527
|
* @param ListPatchHistoriesRequest
|
|
2528
2528
|
* @return ListPatchHistoriesResponse
|
|
2529
2529
|
* @throws OciError when an error occurs
|
|
2530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
2531
2531
|
*/
|
|
2532
2532
|
listPatchHistories(listPatchHistoriesRequest) {
|
|
2533
2533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2639,7 +2639,7 @@ class BdsClient {
|
|
|
2639
2639
|
* @param ListPatchesRequest
|
|
2640
2640
|
* @return ListPatchesResponse
|
|
2641
2641
|
* @throws OciError when an error occurs
|
|
2642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
2643
2643
|
*/
|
|
2644
2644
|
listPatches(listPatchesRequest) {
|
|
2645
2645
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2746,7 +2746,7 @@ class BdsClient {
|
|
|
2746
2746
|
* @param ListWorkRequestErrorsRequest
|
|
2747
2747
|
* @return ListWorkRequestErrorsResponse
|
|
2748
2748
|
* @throws OciError when an error occurs
|
|
2749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2750
2750
|
*/
|
|
2751
2751
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2752
2752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2855,7 +2855,7 @@ class BdsClient {
|
|
|
2855
2855
|
* @param ListWorkRequestLogsRequest
|
|
2856
2856
|
* @return ListWorkRequestLogsResponse
|
|
2857
2857
|
* @throws OciError when an error occurs
|
|
2858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2859
2859
|
*/
|
|
2860
2860
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2861
2861
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2964,7 +2964,7 @@ class BdsClient {
|
|
|
2964
2964
|
* @param ListWorkRequestsRequest
|
|
2965
2965
|
* @return ListWorkRequestsResponse
|
|
2966
2966
|
* @throws OciError when an error occurs
|
|
2967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2968
2968
|
*/
|
|
2969
2969
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2970
2970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3073,7 +3073,7 @@ class BdsClient {
|
|
|
3073
3073
|
* @param RemoveAutoScalingConfigurationRequest
|
|
3074
3074
|
* @return RemoveAutoScalingConfigurationResponse
|
|
3075
3075
|
* @throws OciError when an error occurs
|
|
3076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
3077
3077
|
*/
|
|
3078
3078
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
|
|
3079
3079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3137,7 +3137,7 @@ class BdsClient {
|
|
|
3137
3137
|
* @param RemoveCloudSqlRequest
|
|
3138
3138
|
* @return RemoveCloudSqlResponse
|
|
3139
3139
|
* @throws OciError when an error occurs
|
|
3140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
3141
3141
|
*/
|
|
3142
3142
|
removeCloudSql(removeCloudSqlRequest) {
|
|
3143
3143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3200,7 +3200,7 @@ class BdsClient {
|
|
|
3200
3200
|
* @param RemoveKafkaRequest
|
|
3201
3201
|
* @return RemoveKafkaResponse
|
|
3202
3202
|
* @throws OciError when an error occurs
|
|
3203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
|
|
3204
3204
|
*/
|
|
3205
3205
|
removeKafka(removeKafkaRequest) {
|
|
3206
3206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3263,7 +3263,7 @@ class BdsClient {
|
|
|
3263
3263
|
* @param RemoveNodeRequest
|
|
3264
3264
|
* @return RemoveNodeResponse
|
|
3265
3265
|
* @throws OciError when an error occurs
|
|
3266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
3267
3267
|
*/
|
|
3268
3268
|
removeNode(removeNodeRequest) {
|
|
3269
3269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3325,7 +3325,7 @@ class BdsClient {
|
|
|
3325
3325
|
* @param RenewCertificateRequest
|
|
3326
3326
|
* @return RenewCertificateResponse
|
|
3327
3327
|
* @throws OciError when an error occurs
|
|
3328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
|
|
3329
3329
|
*/
|
|
3330
3330
|
renewCertificate(renewCertificateRequest) {
|
|
3331
3331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3388,7 +3388,7 @@ class BdsClient {
|
|
|
3388
3388
|
* @param RestartNodeRequest
|
|
3389
3389
|
* @return RestartNodeResponse
|
|
3390
3390
|
* @throws OciError when an error occurs
|
|
3391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
3392
3392
|
*/
|
|
3393
3393
|
restartNode(restartNodeRequest) {
|
|
3394
3394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3451,7 +3451,7 @@ class BdsClient {
|
|
|
3451
3451
|
* @param StartBdsInstanceRequest
|
|
3452
3452
|
* @return StartBdsInstanceResponse
|
|
3453
3453
|
* @throws OciError when an error occurs
|
|
3454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
|
|
3455
3455
|
*/
|
|
3456
3456
|
startBdsInstance(startBdsInstanceRequest) {
|
|
3457
3457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3513,7 +3513,7 @@ class BdsClient {
|
|
|
3513
3513
|
* @param StopBdsInstanceRequest
|
|
3514
3514
|
* @return StopBdsInstanceResponse
|
|
3515
3515
|
* @throws OciError when an error occurs
|
|
3516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
|
|
3517
3517
|
*/
|
|
3518
3518
|
stopBdsInstance(stopBdsInstanceRequest) {
|
|
3519
3519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3575,7 +3575,7 @@ class BdsClient {
|
|
|
3575
3575
|
* @param TestBdsMetastoreConfigurationRequest
|
|
3576
3576
|
* @return TestBdsMetastoreConfigurationResponse
|
|
3577
3577
|
* @throws OciError when an error occurs
|
|
3578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
3579
3579
|
*/
|
|
3580
3580
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
|
|
3581
3581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3637,7 +3637,7 @@ class BdsClient {
|
|
|
3637
3637
|
* @param TestBdsObjectStorageConnectionRequest
|
|
3638
3638
|
* @return TestBdsObjectStorageConnectionResponse
|
|
3639
3639
|
* @throws OciError when an error occurs
|
|
3640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
3641
3641
|
*/
|
|
3642
3642
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
|
|
3643
3643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3699,7 +3699,7 @@ class BdsClient {
|
|
|
3699
3699
|
* @param UpdateAutoScalingConfigurationRequest
|
|
3700
3700
|
* @return UpdateAutoScalingConfigurationResponse
|
|
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.
|
|
3702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
3703
3703
|
*/
|
|
3704
3704
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
|
|
3705
3705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3762,7 +3762,7 @@ class BdsClient {
|
|
|
3762
3762
|
* @param UpdateBdsInstanceRequest
|
|
3763
3763
|
* @return UpdateBdsInstanceResponse
|
|
3764
3764
|
* @throws OciError when an error occurs
|
|
3765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
3766
3766
|
*/
|
|
3767
3767
|
updateBdsInstance(updateBdsInstanceRequest) {
|
|
3768
3768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3823,7 +3823,7 @@ class BdsClient {
|
|
|
3823
3823
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
3824
3824
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
3825
3825
|
* @throws OciError when an error occurs
|
|
3826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
3827
3827
|
*/
|
|
3828
3828
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
|
|
3829
3829
|
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.84.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.84.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.84.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.84.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.84.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.84.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.84.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.84.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.84.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.84.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.84.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.84.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.84.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.84.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.84.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.84.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBdsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|