oci-bds 2.86.2 → 2.87.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/bds-waiter.d.ts +24 -0
- package/lib/bds-waiter.js +36 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +295 -51
- package/lib/client.js +1219 -126
- package/lib/client.js.map +1 -1
- package/lib/model/backup-node-details.d.ts +28 -0
- package/lib/model/backup-node-details.js +58 -0
- package/lib/model/backup-node-details.js.map +1 -0
- package/lib/model/create-node-backup-configuration-details.d.ts +45 -0
- package/lib/model/create-node-backup-configuration-details.js +58 -0
- package/lib/model/create-node-backup-configuration-details.js.map +1 -0
- package/lib/model/create-node-replace-configuration-details.d.ts +40 -0
- package/lib/model/create-node-replace-configuration-details.js +58 -0
- package/lib/model/create-node-replace-configuration-details.js.map +1 -0
- package/lib/model/index.d.ts +32 -0
- package/lib/model/index.js +35 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/level-type-details.d.ts +23 -0
- package/lib/model/level-type-details.js +73 -0
- package/lib/model/level-type-details.js.map +1 -0
- package/lib/model/node-backup-configuration-summary.d.ts +49 -0
- package/lib/model/node-backup-configuration-summary.js +58 -0
- package/lib/model/node-backup-configuration-summary.js.map +1 -0
- package/lib/model/node-backup-configuration.d.ts +79 -0
- package/lib/model/node-backup-configuration.js +72 -0
- package/lib/model/node-backup-configuration.js.map +1 -0
- package/lib/model/node-backup-summary.d.ts +54 -0
- package/lib/model/node-backup-summary.js +30 -0
- package/lib/model/node-backup-summary.js.map +1 -0
- package/lib/model/node-backup.d.ts +90 -0
- package/lib/model/node-backup.js +65 -0
- package/lib/model/node-backup.js.map +1 -0
- package/lib/model/node-level-details.d.ts +29 -0
- package/lib/model/node-level-details.js +53 -0
- package/lib/model/node-level-details.js.map +1 -0
- package/lib/model/node-replace-configuration-summary.d.ts +49 -0
- package/lib/model/node-replace-configuration-summary.js +58 -0
- package/lib/model/node-replace-configuration-summary.js.map +1 -0
- package/lib/model/node-replace-configuration.d.ts +79 -0
- package/lib/model/node-replace-configuration.js +82 -0
- package/lib/model/node-replace-configuration.js.map +1 -0
- package/lib/model/node-type-level-details.d.ts +29 -0
- package/lib/model/node-type-level-details.js +53 -0
- package/lib/model/node-type-level-details.js.map +1 -0
- package/lib/model/node.d.ts +8 -0
- package/lib/model/node.js.map +1 -1
- package/lib/model/operation-types.d.ts +9 -0
- package/lib/model/operation-types.js +9 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/remove-node-replace-configuration-details.d.ts +26 -0
- package/lib/model/remove-node-replace-configuration-details.js +30 -0
- package/lib/model/remove-node-replace-configuration-details.js.map +1 -0
- package/lib/model/replace-node-details.d.ts +38 -0
- package/lib/model/replace-node-details.js +30 -0
- package/lib/model/replace-node-details.js.map +1 -0
- package/lib/model/update-node-backup-configuration-details.d.ts +45 -0
- package/lib/model/update-node-backup-configuration-details.js +58 -0
- package/lib/model/update-node-backup-configuration-details.js.map +1 -0
- package/lib/model/update-node-replace-configuration-details.d.ts +36 -0
- package/lib/model/update-node-replace-configuration-details.js +58 -0
- package/lib/model/update-node-replace-configuration-details.js.map +1 -0
- package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/add-block-storage-request.d.ts +1 -1
- package/lib/request/add-cloud-sql-request.d.ts +1 -1
- package/lib/request/add-kafka-request.d.ts +1 -1
- package/lib/request/add-master-nodes-request.d.ts +1 -1
- package/lib/request/add-utility-nodes-request.d.ts +1 -1
- package/lib/request/add-worker-nodes-request.d.ts +1 -1
- package/lib/request/backup-node-request.d.ts +49 -0
- package/lib/request/backup-node-request.js +15 -0
- package/lib/request/backup-node-request.js.map +1 -0
- package/lib/request/certificate-service-info-request.d.ts +1 -1
- package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-shape-request.d.ts +1 -1
- package/lib/request/create-bds-api-key-request.d.ts +1 -1
- package/lib/request/create-bds-instance-request.d.ts +1 -1
- package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/create-node-backup-configuration-request.d.ts +40 -0
- package/lib/request/create-node-backup-configuration-request.js +15 -0
- package/lib/request/create-node-backup-configuration-request.js.map +1 -0
- package/lib/request/create-node-replace-configuration-request.d.ts +40 -0
- package/lib/request/create-node-replace-configuration-request.js +15 -0
- package/lib/request/create-node-replace-configuration-request.js.map +1 -0
- package/lib/request/delete-bds-api-key-request.d.ts +1 -1
- package/lib/request/delete-bds-instance-request.d.ts +1 -1
- package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/delete-node-backup-configuration-request.d.ts +39 -0
- package/lib/request/delete-node-backup-configuration-request.js +15 -0
- package/lib/request/delete-node-backup-configuration-request.js.map +1 -0
- package/lib/request/delete-node-backup-request.d.ts +39 -0
- package/lib/request/delete-node-backup-request.js +15 -0
- package/lib/request/delete-node-backup-request.js.map +1 -0
- package/lib/request/disable-certificate-request.d.ts +1 -1
- package/lib/request/enable-certificate-request.d.ts +1 -1
- package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +1 -1
- package/lib/request/get-bds-instance-request.d.ts +1 -1
- package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/get-node-backup-configuration-request.d.ts +30 -0
- package/lib/request/get-node-backup-configuration-request.js +15 -0
- package/lib/request/get-node-backup-configuration-request.js.map +1 -0
- package/lib/request/get-node-backup-request.d.ts +30 -0
- package/lib/request/get-node-backup-request.js +15 -0
- package/lib/request/get-node-backup-request.js.map +1 -0
- package/lib/request/get-node-replace-configuration-request.d.ts +30 -0
- package/lib/request/get-node-replace-configuration-request.js +15 -0
- package/lib/request/get-node-replace-configuration-request.js.map +1 -0
- 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/index.d.ts +30 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-os-patch-request.d.ts +1 -1
- package/lib/request/install-patch-request.d.ts +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +1 -1
- package/lib/request/list-bds-instances-request.d.ts +1 -1
- package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
- package/lib/request/list-node-backup-configurations-request.d.ts +58 -0
- package/lib/request/list-node-backup-configurations-request.js +24 -0
- package/lib/request/list-node-backup-configurations-request.js.map +1 -0
- package/lib/request/list-node-backups-request.d.ts +62 -0
- package/lib/request/list-node-backups-request.js +24 -0
- package/lib/request/list-node-backups-request.js.map +1 -0
- package/lib/request/list-node-replace-configurations-request.d.ts +58 -0
- package/lib/request/list-node-replace-configurations-request.js +24 -0
- package/lib/request/list-node-replace-configurations-request.js.map +1 -0
- package/lib/request/list-os-patches-request.d.ts +1 -1
- package/lib/request/list-patch-histories-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/remove-cloud-sql-request.d.ts +1 -1
- package/lib/request/remove-kafka-request.d.ts +1 -1
- package/lib/request/remove-node-replace-configuration-request.d.ts +53 -0
- package/lib/request/remove-node-replace-configuration-request.js +15 -0
- package/lib/request/remove-node-replace-configuration-request.js.map +1 -0
- package/lib/request/remove-node-request.d.ts +1 -1
- package/lib/request/renew-certificate-request.d.ts +1 -1
- package/lib/request/replace-node-request.d.ts +49 -0
- package/lib/request/replace-node-request.js +15 -0
- package/lib/request/replace-node-request.js.map +1 -0
- package/lib/request/restart-node-request.d.ts +1 -1
- package/lib/request/start-bds-instance-request.d.ts +1 -1
- package/lib/request/stop-bds-instance-request.d.ts +1 -1
- package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/update-bds-instance-request.d.ts +1 -1
- package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/update-node-backup-configuration-request.d.ts +53 -0
- package/lib/request/update-node-backup-configuration-request.js +15 -0
- package/lib/request/update-node-backup-configuration-request.js.map +1 -0
- package/lib/request/update-node-replace-configuration-request.d.ts +53 -0
- package/lib/request/update-node-replace-configuration-request.js +15 -0
- package/lib/request/update-node-replace-configuration-request.js.map +1 -0
- package/lib/response/backup-node-response.d.ts +25 -0
- package/lib/response/backup-node-response.js +15 -0
- package/lib/response/backup-node-response.js.map +1 -0
- package/lib/response/create-node-backup-configuration-response.d.ts +25 -0
- package/lib/response/create-node-backup-configuration-response.js +15 -0
- package/lib/response/create-node-backup-configuration-response.js.map +1 -0
- package/lib/response/create-node-replace-configuration-response.d.ts +25 -0
- package/lib/response/create-node-replace-configuration-response.js +15 -0
- package/lib/response/create-node-replace-configuration-response.js.map +1 -0
- package/lib/response/delete-node-backup-configuration-response.d.ts +25 -0
- package/lib/response/delete-node-backup-configuration-response.js +15 -0
- package/lib/response/delete-node-backup-configuration-response.js.map +1 -0
- package/lib/response/delete-node-backup-response.d.ts +25 -0
- package/lib/response/delete-node-backup-response.js +15 -0
- package/lib/response/delete-node-backup-response.js.map +1 -0
- package/lib/response/get-node-backup-configuration-response.d.ts +30 -0
- package/lib/response/get-node-backup-configuration-response.js +15 -0
- package/lib/response/get-node-backup-configuration-response.js.map +1 -0
- package/lib/response/get-node-backup-response.d.ts +30 -0
- package/lib/response/get-node-backup-response.js +15 -0
- package/lib/response/get-node-backup-response.js.map +1 -0
- package/lib/response/get-node-replace-configuration-response.d.ts +30 -0
- package/lib/response/get-node-replace-configuration-response.js +15 -0
- package/lib/response/get-node-replace-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +30 -0
- package/lib/response/list-node-backup-configurations-response.d.ts +32 -0
- package/lib/response/list-node-backup-configurations-response.js +15 -0
- package/lib/response/list-node-backup-configurations-response.js.map +1 -0
- package/lib/response/list-node-backups-response.d.ts +32 -0
- package/lib/response/list-node-backups-response.js +15 -0
- package/lib/response/list-node-backups-response.js.map +1 -0
- package/lib/response/list-node-replace-configurations-response.d.ts +32 -0
- package/lib/response/list-node-replace-configurations-response.js +15 -0
- package/lib/response/list-node-replace-configurations-response.js.map +1 -0
- package/lib/response/remove-node-replace-configuration-response.d.ts +25 -0
- package/lib/response/remove-node-replace-configuration-response.js +15 -0
- package/lib/response/remove-node-replace-configuration-response.js.map +1 -0
- package/lib/response/replace-node-response.d.ts +25 -0
- package/lib/response/replace-node-response.js +15 -0
- package/lib/response/replace-node-response.js.map +1 -0
- package/lib/response/update-node-backup-configuration-response.d.ts +25 -0
- package/lib/response/update-node-backup-configuration-response.js +15 -0
- package/lib/response/update-node-backup-configuration-response.js.map +1 -0
- package/lib/response/update-node-replace-configuration-response.d.ts +25 -0
- package/lib/response/update-node-replace-configuration-response.js +15 -0
- package/lib/response/update-node-replace-configuration-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -98,7 +98,7 @@ export declare class BdsClient {
|
|
|
98
98
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
99
99
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
102
102
|
*/
|
|
103
103
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
|
|
104
104
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class BdsClient {
|
|
|
108
108
|
* @param AddAutoScalingConfigurationRequest
|
|
109
109
|
* @return AddAutoScalingConfigurationResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
112
112
|
*/
|
|
113
113
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
|
|
114
114
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class BdsClient {
|
|
|
118
118
|
* @param AddBlockStorageRequest
|
|
119
119
|
* @return AddBlockStorageResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
122
122
|
*/
|
|
123
123
|
addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
|
|
124
124
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class BdsClient {
|
|
|
128
128
|
* @param AddCloudSqlRequest
|
|
129
129
|
* @return AddCloudSqlResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
132
132
|
*/
|
|
133
133
|
addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
|
|
134
134
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class BdsClient {
|
|
|
138
138
|
* @param AddKafkaRequest
|
|
139
139
|
* @return AddKafkaResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
|
|
142
142
|
*/
|
|
143
143
|
addKafka(addKafkaRequest: requests.AddKafkaRequest): Promise<responses.AddKafkaResponse>;
|
|
144
144
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class BdsClient {
|
|
|
148
148
|
* @param AddMasterNodesRequest
|
|
149
149
|
* @return AddMasterNodesResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
|
|
152
152
|
*/
|
|
153
153
|
addMasterNodes(addMasterNodesRequest: requests.AddMasterNodesRequest): Promise<responses.AddMasterNodesResponse>;
|
|
154
154
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class BdsClient {
|
|
|
158
158
|
* @param AddUtilityNodesRequest
|
|
159
159
|
* @return AddUtilityNodesResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
|
|
162
162
|
*/
|
|
163
163
|
addUtilityNodes(addUtilityNodesRequest: requests.AddUtilityNodesRequest): Promise<responses.AddUtilityNodesResponse>;
|
|
164
164
|
/**
|
|
@@ -168,9 +168,19 @@ export declare class BdsClient {
|
|
|
168
168
|
* @param AddWorkerNodesRequest
|
|
169
169
|
* @return AddWorkerNodesResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
172
172
|
*/
|
|
173
173
|
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
|
|
174
|
+
/**
|
|
175
|
+
* Takes a backup of of given nodes.
|
|
176
|
+
*
|
|
177
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
178
|
+
* @param BackupNodeRequest
|
|
179
|
+
* @return BackupNodeResponse
|
|
180
|
+
* @throws OciError when an error occurs
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/BackupNode.ts.html |here} to see how to use BackupNode API.
|
|
182
|
+
*/
|
|
183
|
+
backupNode(backupNodeRequest: requests.BackupNodeRequest): Promise<responses.BackupNodeResponse>;
|
|
174
184
|
/**
|
|
175
185
|
* A list of services and their certificate details.
|
|
176
186
|
*
|
|
@@ -178,7 +188,7 @@ export declare class BdsClient {
|
|
|
178
188
|
* @param CertificateServiceInfoRequest
|
|
179
189
|
* @return CertificateServiceInfoResponse
|
|
180
190
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
|
|
182
192
|
*/
|
|
183
193
|
certificateServiceInfo(certificateServiceInfoRequest: requests.CertificateServiceInfoRequest): Promise<responses.CertificateServiceInfoResponse>;
|
|
184
194
|
/**
|
|
@@ -188,7 +198,7 @@ export declare class BdsClient {
|
|
|
188
198
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
189
199
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
190
200
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
192
202
|
*/
|
|
193
203
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
|
|
194
204
|
/**
|
|
@@ -198,7 +208,7 @@ export declare class BdsClient {
|
|
|
198
208
|
* @param ChangeShapeRequest
|
|
199
209
|
* @return ChangeShapeResponse
|
|
200
210
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
202
212
|
*/
|
|
203
213
|
changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
|
|
204
214
|
/**
|
|
@@ -208,7 +218,7 @@ export declare class BdsClient {
|
|
|
208
218
|
* @param CreateBdsApiKeyRequest
|
|
209
219
|
* @return CreateBdsApiKeyResponse
|
|
210
220
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
212
222
|
*/
|
|
213
223
|
createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
|
|
214
224
|
/**
|
|
@@ -218,7 +228,7 @@ export declare class BdsClient {
|
|
|
218
228
|
* @param CreateBdsInstanceRequest
|
|
219
229
|
* @return CreateBdsInstanceResponse
|
|
220
230
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
222
232
|
*/
|
|
223
233
|
createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
|
|
224
234
|
/**
|
|
@@ -228,16 +238,36 @@ export declare class BdsClient {
|
|
|
228
238
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
229
239
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
230
240
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
232
242
|
*/
|
|
233
243
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
|
|
244
|
+
/**
|
|
245
|
+
* Add a node volume backup configuration to the cluster for an indicated node type or node.
|
|
246
|
+
*
|
|
247
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
248
|
+
* @param CreateNodeBackupConfigurationRequest
|
|
249
|
+
* @return CreateNodeBackupConfigurationResponse
|
|
250
|
+
* @throws OciError when an error occurs
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/CreateNodeBackupConfiguration.ts.html |here} to see how to use CreateNodeBackupConfiguration API.
|
|
252
|
+
*/
|
|
253
|
+
createNodeBackupConfiguration(createNodeBackupConfigurationRequest: requests.CreateNodeBackupConfigurationRequest): Promise<responses.CreateNodeBackupConfigurationResponse>;
|
|
254
|
+
/**
|
|
255
|
+
* Add a nodeReplaceConfigurations to the cluster.
|
|
256
|
+
*
|
|
257
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
258
|
+
* @param CreateNodeReplaceConfigurationRequest
|
|
259
|
+
* @return CreateNodeReplaceConfigurationResponse
|
|
260
|
+
* @throws OciError when an error occurs
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/CreateNodeReplaceConfiguration.ts.html |here} to see how to use CreateNodeReplaceConfiguration API.
|
|
262
|
+
*/
|
|
263
|
+
createNodeReplaceConfiguration(createNodeReplaceConfigurationRequest: requests.CreateNodeReplaceConfigurationRequest): Promise<responses.CreateNodeReplaceConfigurationResponse>;
|
|
234
264
|
/**
|
|
235
265
|
* Deletes the user's API key represented by the provided ID.
|
|
236
266
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
237
267
|
* @param DeleteBdsApiKeyRequest
|
|
238
268
|
* @return DeleteBdsApiKeyResponse
|
|
239
269
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
241
271
|
*/
|
|
242
272
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
243
273
|
/**
|
|
@@ -246,7 +276,7 @@ export declare class BdsClient {
|
|
|
246
276
|
* @param DeleteBdsInstanceRequest
|
|
247
277
|
* @return DeleteBdsInstanceResponse
|
|
248
278
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
250
280
|
*/
|
|
251
281
|
deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
|
|
252
282
|
/**
|
|
@@ -255,9 +285,27 @@ export declare class BdsClient {
|
|
|
255
285
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
256
286
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
257
287
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
259
289
|
*/
|
|
260
290
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
|
|
291
|
+
/**
|
|
292
|
+
* Delete the NodeBackup represented by the provided ID.
|
|
293
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
294
|
+
* @param DeleteNodeBackupRequest
|
|
295
|
+
* @return DeleteNodeBackupResponse
|
|
296
|
+
* @throws OciError when an error occurs
|
|
297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/DeleteNodeBackup.ts.html |here} to see how to use DeleteNodeBackup API.
|
|
298
|
+
*/
|
|
299
|
+
deleteNodeBackup(deleteNodeBackupRequest: requests.DeleteNodeBackupRequest): Promise<responses.DeleteNodeBackupResponse>;
|
|
300
|
+
/**
|
|
301
|
+
* Delete the NodeBackupConfiguration represented by the provided ID.
|
|
302
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
303
|
+
* @param DeleteNodeBackupConfigurationRequest
|
|
304
|
+
* @return DeleteNodeBackupConfigurationResponse
|
|
305
|
+
* @throws OciError when an error occurs
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/DeleteNodeBackupConfiguration.ts.html |here} to see how to use DeleteNodeBackupConfiguration API.
|
|
307
|
+
*/
|
|
308
|
+
deleteNodeBackupConfiguration(deleteNodeBackupConfigurationRequest: requests.DeleteNodeBackupConfigurationRequest): Promise<responses.DeleteNodeBackupConfigurationResponse>;
|
|
261
309
|
/**
|
|
262
310
|
* Disabling TLS/SSL for various ODH services running on the BDS cluster.
|
|
263
311
|
*
|
|
@@ -265,7 +313,7 @@ export declare class BdsClient {
|
|
|
265
313
|
* @param DisableCertificateRequest
|
|
266
314
|
* @return DisableCertificateResponse
|
|
267
315
|
* @throws OciError when an error occurs
|
|
268
|
-
* @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.87.0/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
|
|
269
317
|
*/
|
|
270
318
|
disableCertificate(disableCertificateRequest: requests.DisableCertificateRequest): Promise<responses.DisableCertificateResponse>;
|
|
271
319
|
/**
|
|
@@ -275,7 +323,7 @@ export declare class BdsClient {
|
|
|
275
323
|
* @param EnableCertificateRequest
|
|
276
324
|
* @return EnableCertificateResponse
|
|
277
325
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
|
|
279
327
|
*/
|
|
280
328
|
enableCertificate(enableCertificateRequest: requests.EnableCertificateRequest): Promise<responses.EnableCertificateResponse>;
|
|
281
329
|
/**
|
|
@@ -285,7 +333,7 @@ export declare class BdsClient {
|
|
|
285
333
|
* @param ExecuteBootstrapScriptRequest
|
|
286
334
|
* @return ExecuteBootstrapScriptResponse
|
|
287
335
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
|
|
289
337
|
*/
|
|
290
338
|
executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
|
|
291
339
|
/**
|
|
@@ -295,7 +343,7 @@ export declare class BdsClient {
|
|
|
295
343
|
* @param GetAutoScalingConfigurationRequest
|
|
296
344
|
* @return GetAutoScalingConfigurationResponse
|
|
297
345
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
299
347
|
*/
|
|
300
348
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
301
349
|
/**
|
|
@@ -304,7 +352,7 @@ export declare class BdsClient {
|
|
|
304
352
|
* @param GetBdsApiKeyRequest
|
|
305
353
|
* @return GetBdsApiKeyResponse
|
|
306
354
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
308
356
|
*/
|
|
309
357
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
310
358
|
/**
|
|
@@ -313,7 +361,7 @@ export declare class BdsClient {
|
|
|
313
361
|
* @param GetBdsInstanceRequest
|
|
314
362
|
* @return GetBdsInstanceResponse
|
|
315
363
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
317
365
|
*/
|
|
318
366
|
getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
|
|
319
367
|
/**
|
|
@@ -322,16 +370,46 @@ export declare class BdsClient {
|
|
|
322
370
|
* @param GetBdsMetastoreConfigurationRequest
|
|
323
371
|
* @return GetBdsMetastoreConfigurationResponse
|
|
324
372
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
326
374
|
*/
|
|
327
375
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
|
|
376
|
+
/**
|
|
377
|
+
* Returns details of NodeBackup identified by the given ID.
|
|
378
|
+
*
|
|
379
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
380
|
+
* @param GetNodeBackupRequest
|
|
381
|
+
* @return GetNodeBackupResponse
|
|
382
|
+
* @throws OciError when an error occurs
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/GetNodeBackup.ts.html |here} to see how to use GetNodeBackup API.
|
|
384
|
+
*/
|
|
385
|
+
getNodeBackup(getNodeBackupRequest: requests.GetNodeBackupRequest): Promise<responses.GetNodeBackupResponse>;
|
|
386
|
+
/**
|
|
387
|
+
* Returns details of the NodeBackupConfiguration identified by the given ID.
|
|
388
|
+
*
|
|
389
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
390
|
+
* @param GetNodeBackupConfigurationRequest
|
|
391
|
+
* @return GetNodeBackupConfigurationResponse
|
|
392
|
+
* @throws OciError when an error occurs
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/GetNodeBackupConfiguration.ts.html |here} to see how to use GetNodeBackupConfiguration API.
|
|
394
|
+
*/
|
|
395
|
+
getNodeBackupConfiguration(getNodeBackupConfigurationRequest: requests.GetNodeBackupConfigurationRequest): Promise<responses.GetNodeBackupConfigurationResponse>;
|
|
396
|
+
/**
|
|
397
|
+
* Returns details of the nodeReplaceConfiguration identified by the given ID.
|
|
398
|
+
*
|
|
399
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
400
|
+
* @param GetNodeReplaceConfigurationRequest
|
|
401
|
+
* @return GetNodeReplaceConfigurationResponse
|
|
402
|
+
* @throws OciError when an error occurs
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/GetNodeReplaceConfiguration.ts.html |here} to see how to use GetNodeReplaceConfiguration API.
|
|
404
|
+
*/
|
|
405
|
+
getNodeReplaceConfiguration(getNodeReplaceConfigurationRequest: requests.GetNodeReplaceConfigurationRequest): Promise<responses.GetNodeReplaceConfigurationResponse>;
|
|
328
406
|
/**
|
|
329
407
|
* Get the details of an os patch
|
|
330
408
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
331
409
|
* @param GetOsPatchDetailsRequest
|
|
332
410
|
* @return GetOsPatchDetailsResponse
|
|
333
411
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
|
|
335
413
|
*/
|
|
336
414
|
getOsPatchDetails(getOsPatchDetailsRequest: requests.GetOsPatchDetailsRequest): Promise<responses.GetOsPatchDetailsResponse>;
|
|
337
415
|
/**
|
|
@@ -340,7 +418,7 @@ export declare class BdsClient {
|
|
|
340
418
|
* @param GetWorkRequestRequest
|
|
341
419
|
* @return GetWorkRequestResponse
|
|
342
420
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
344
422
|
*/
|
|
345
423
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
346
424
|
/**
|
|
@@ -350,7 +428,7 @@ export declare class BdsClient {
|
|
|
350
428
|
* @param InstallOsPatchRequest
|
|
351
429
|
* @return InstallOsPatchResponse
|
|
352
430
|
* @throws OciError when an error occurs
|
|
353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
|
|
354
432
|
*/
|
|
355
433
|
installOsPatch(installOsPatchRequest: requests.InstallOsPatchRequest): Promise<responses.InstallOsPatchResponse>;
|
|
356
434
|
/**
|
|
@@ -360,7 +438,7 @@ export declare class BdsClient {
|
|
|
360
438
|
* @param InstallPatchRequest
|
|
361
439
|
* @return InstallPatchResponse
|
|
362
440
|
* @throws OciError when an error occurs
|
|
363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
364
442
|
*/
|
|
365
443
|
installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
|
|
366
444
|
/**
|
|
@@ -370,7 +448,7 @@ export declare class BdsClient {
|
|
|
370
448
|
* @param ListAutoScalingConfigurationsRequest
|
|
371
449
|
* @return ListAutoScalingConfigurationsResponse
|
|
372
450
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
374
452
|
*/
|
|
375
453
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
376
454
|
/**
|
|
@@ -412,7 +490,7 @@ export declare class BdsClient {
|
|
|
412
490
|
* @param ListBdsApiKeysRequest
|
|
413
491
|
* @return ListBdsApiKeysResponse
|
|
414
492
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
416
494
|
*/
|
|
417
495
|
listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
|
|
418
496
|
/**
|
|
@@ -454,7 +532,7 @@ export declare class BdsClient {
|
|
|
454
532
|
* @param ListBdsInstancesRequest
|
|
455
533
|
* @return ListBdsInstancesResponse
|
|
456
534
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
458
536
|
*/
|
|
459
537
|
listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
|
|
460
538
|
/**
|
|
@@ -496,7 +574,7 @@ export declare class BdsClient {
|
|
|
496
574
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
497
575
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
498
576
|
* @throws OciError when an error occurs
|
|
499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
500
578
|
*/
|
|
501
579
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
502
580
|
/**
|
|
@@ -531,13 +609,139 @@ export declare class BdsClient {
|
|
|
531
609
|
* @param request a request which can be sent to the service operation
|
|
532
610
|
*/
|
|
533
611
|
listBdsMetastoreConfigurationsResponseIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
612
|
+
/**
|
|
613
|
+
* Returns information about the NodeBackupConfigurations.
|
|
614
|
+
*
|
|
615
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
616
|
+
* @param ListNodeBackupConfigurationsRequest
|
|
617
|
+
* @return ListNodeBackupConfigurationsResponse
|
|
618
|
+
* @throws OciError when an error occurs
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListNodeBackupConfigurations.ts.html |here} to see how to use ListNodeBackupConfigurations API.
|
|
620
|
+
*/
|
|
621
|
+
listNodeBackupConfigurations(listNodeBackupConfigurationsRequest: requests.ListNodeBackupConfigurationsRequest): Promise<responses.ListNodeBackupConfigurationsResponse>;
|
|
622
|
+
/**
|
|
623
|
+
* NOTE: This function is deprecated in favor of listNodeBackupConfigurationsRecordIterator function.
|
|
624
|
+
* Creates a new async iterator which will iterate over the models.NodeBackupConfigurationSummary objects
|
|
625
|
+
* contained in responses from the listNodeBackupConfigurations operation. This iterator will fetch more data from the
|
|
626
|
+
* server as needed.
|
|
627
|
+
*
|
|
628
|
+
* @param request a request which can be sent to the service operation
|
|
629
|
+
*/
|
|
630
|
+
listAllNodeBackupConfigurations(request: requests.ListNodeBackupConfigurationsRequest): AsyncIterableIterator<model.NodeBackupConfigurationSummary>;
|
|
631
|
+
/**
|
|
632
|
+
* NOTE: This function is deprecated in favor of listNodeBackupConfigurationsResponseIterator function.
|
|
633
|
+
* Creates a new async iterator which will iterate over the responses received from the listNodeBackupConfigurations operation. This iterator
|
|
634
|
+
* will fetch more data from the server as needed.
|
|
635
|
+
*
|
|
636
|
+
* @param request a request which can be sent to the service operation
|
|
637
|
+
*/
|
|
638
|
+
listAllNodeBackupConfigurationsResponses(request: requests.ListNodeBackupConfigurationsRequest): AsyncIterableIterator<responses.ListNodeBackupConfigurationsResponse>;
|
|
639
|
+
/**
|
|
640
|
+
* Creates a new async iterator which will iterate over the models.NodeBackupConfigurationSummary objects
|
|
641
|
+
* contained in responses from the listNodeBackupConfigurations operation. This iterator will fetch more data from the
|
|
642
|
+
* server as needed.
|
|
643
|
+
*
|
|
644
|
+
* @param request a request which can be sent to the service operation
|
|
645
|
+
*/
|
|
646
|
+
listNodeBackupConfigurationsRecordIterator(request: requests.ListNodeBackupConfigurationsRequest): AsyncIterableIterator<model.NodeBackupConfigurationSummary>;
|
|
647
|
+
/**
|
|
648
|
+
* Creates a new async iterator which will iterate over the responses received from the listNodeBackupConfigurations operation. This iterator
|
|
649
|
+
* will fetch more data from the server as needed.
|
|
650
|
+
*
|
|
651
|
+
* @param request a request which can be sent to the service operation
|
|
652
|
+
*/
|
|
653
|
+
listNodeBackupConfigurationsResponseIterator(request: requests.ListNodeBackupConfigurationsRequest): AsyncIterableIterator<responses.ListNodeBackupConfigurationsResponse>;
|
|
654
|
+
/**
|
|
655
|
+
* Returns information about the node Backups.
|
|
656
|
+
*
|
|
657
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
658
|
+
* @param ListNodeBackupsRequest
|
|
659
|
+
* @return ListNodeBackupsResponse
|
|
660
|
+
* @throws OciError when an error occurs
|
|
661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListNodeBackups.ts.html |here} to see how to use ListNodeBackups API.
|
|
662
|
+
*/
|
|
663
|
+
listNodeBackups(listNodeBackupsRequest: requests.ListNodeBackupsRequest): Promise<responses.ListNodeBackupsResponse>;
|
|
664
|
+
/**
|
|
665
|
+
* NOTE: This function is deprecated in favor of listNodeBackupsRecordIterator function.
|
|
666
|
+
* Creates a new async iterator which will iterate over the models.NodeBackupSummary objects
|
|
667
|
+
* contained in responses from the listNodeBackups operation. This iterator will fetch more data from the
|
|
668
|
+
* server as needed.
|
|
669
|
+
*
|
|
670
|
+
* @param request a request which can be sent to the service operation
|
|
671
|
+
*/
|
|
672
|
+
listAllNodeBackups(request: requests.ListNodeBackupsRequest): AsyncIterableIterator<model.NodeBackupSummary>;
|
|
673
|
+
/**
|
|
674
|
+
* NOTE: This function is deprecated in favor of listNodeBackupsResponseIterator function.
|
|
675
|
+
* Creates a new async iterator which will iterate over the responses received from the listNodeBackups operation. This iterator
|
|
676
|
+
* will fetch more data from the server as needed.
|
|
677
|
+
*
|
|
678
|
+
* @param request a request which can be sent to the service operation
|
|
679
|
+
*/
|
|
680
|
+
listAllNodeBackupsResponses(request: requests.ListNodeBackupsRequest): AsyncIterableIterator<responses.ListNodeBackupsResponse>;
|
|
681
|
+
/**
|
|
682
|
+
* Creates a new async iterator which will iterate over the models.NodeBackupSummary objects
|
|
683
|
+
* contained in responses from the listNodeBackups operation. This iterator will fetch more data from the
|
|
684
|
+
* server as needed.
|
|
685
|
+
*
|
|
686
|
+
* @param request a request which can be sent to the service operation
|
|
687
|
+
*/
|
|
688
|
+
listNodeBackupsRecordIterator(request: requests.ListNodeBackupsRequest): AsyncIterableIterator<model.NodeBackupSummary>;
|
|
689
|
+
/**
|
|
690
|
+
* Creates a new async iterator which will iterate over the responses received from the listNodeBackups operation. This iterator
|
|
691
|
+
* will fetch more data from the server as needed.
|
|
692
|
+
*
|
|
693
|
+
* @param request a request which can be sent to the service operation
|
|
694
|
+
*/
|
|
695
|
+
listNodeBackupsResponseIterator(request: requests.ListNodeBackupsRequest): AsyncIterableIterator<responses.ListNodeBackupsResponse>;
|
|
696
|
+
/**
|
|
697
|
+
* Returns information about the NodeReplaceConfiguration.
|
|
698
|
+
*
|
|
699
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
700
|
+
* @param ListNodeReplaceConfigurationsRequest
|
|
701
|
+
* @return ListNodeReplaceConfigurationsResponse
|
|
702
|
+
* @throws OciError when an error occurs
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListNodeReplaceConfigurations.ts.html |here} to see how to use ListNodeReplaceConfigurations API.
|
|
704
|
+
*/
|
|
705
|
+
listNodeReplaceConfigurations(listNodeReplaceConfigurationsRequest: requests.ListNodeReplaceConfigurationsRequest): Promise<responses.ListNodeReplaceConfigurationsResponse>;
|
|
706
|
+
/**
|
|
707
|
+
* NOTE: This function is deprecated in favor of listNodeReplaceConfigurationsRecordIterator function.
|
|
708
|
+
* Creates a new async iterator which will iterate over the models.NodeReplaceConfigurationSummary objects
|
|
709
|
+
* contained in responses from the listNodeReplaceConfigurations operation. This iterator will fetch more data from the
|
|
710
|
+
* server as needed.
|
|
711
|
+
*
|
|
712
|
+
* @param request a request which can be sent to the service operation
|
|
713
|
+
*/
|
|
714
|
+
listAllNodeReplaceConfigurations(request: requests.ListNodeReplaceConfigurationsRequest): AsyncIterableIterator<model.NodeReplaceConfigurationSummary>;
|
|
715
|
+
/**
|
|
716
|
+
* NOTE: This function is deprecated in favor of listNodeReplaceConfigurationsResponseIterator function.
|
|
717
|
+
* Creates a new async iterator which will iterate over the responses received from the listNodeReplaceConfigurations operation. This iterator
|
|
718
|
+
* will fetch more data from the server as needed.
|
|
719
|
+
*
|
|
720
|
+
* @param request a request which can be sent to the service operation
|
|
721
|
+
*/
|
|
722
|
+
listAllNodeReplaceConfigurationsResponses(request: requests.ListNodeReplaceConfigurationsRequest): AsyncIterableIterator<responses.ListNodeReplaceConfigurationsResponse>;
|
|
723
|
+
/**
|
|
724
|
+
* Creates a new async iterator which will iterate over the models.NodeReplaceConfigurationSummary objects
|
|
725
|
+
* contained in responses from the listNodeReplaceConfigurations operation. This iterator will fetch more data from the
|
|
726
|
+
* server as needed.
|
|
727
|
+
*
|
|
728
|
+
* @param request a request which can be sent to the service operation
|
|
729
|
+
*/
|
|
730
|
+
listNodeReplaceConfigurationsRecordIterator(request: requests.ListNodeReplaceConfigurationsRequest): AsyncIterableIterator<model.NodeReplaceConfigurationSummary>;
|
|
731
|
+
/**
|
|
732
|
+
* Creates a new async iterator which will iterate over the responses received from the listNodeReplaceConfigurations operation. This iterator
|
|
733
|
+
* will fetch more data from the server as needed.
|
|
734
|
+
*
|
|
735
|
+
* @param request a request which can be sent to the service operation
|
|
736
|
+
*/
|
|
737
|
+
listNodeReplaceConfigurationsResponseIterator(request: requests.ListNodeReplaceConfigurationsRequest): AsyncIterableIterator<responses.ListNodeReplaceConfigurationsResponse>;
|
|
534
738
|
/**
|
|
535
739
|
* List all available os patches for a given cluster
|
|
536
740
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
537
741
|
* @param ListOsPatchesRequest
|
|
538
742
|
* @return ListOsPatchesResponse
|
|
539
743
|
* @throws OciError when an error occurs
|
|
540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
|
|
541
745
|
*/
|
|
542
746
|
listOsPatches(listOsPatchesRequest: requests.ListOsPatchesRequest): Promise<responses.ListOsPatchesResponse>;
|
|
543
747
|
/**
|
|
@@ -579,7 +783,7 @@ export declare class BdsClient {
|
|
|
579
783
|
* @param ListPatchHistoriesRequest
|
|
580
784
|
* @return ListPatchHistoriesResponse
|
|
581
785
|
* @throws OciError when an error occurs
|
|
582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
583
787
|
*/
|
|
584
788
|
listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
|
|
585
789
|
/**
|
|
@@ -621,7 +825,7 @@ export declare class BdsClient {
|
|
|
621
825
|
* @param ListPatchesRequest
|
|
622
826
|
* @return ListPatchesResponse
|
|
623
827
|
* @throws OciError when an error occurs
|
|
624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
625
829
|
*/
|
|
626
830
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
627
831
|
/**
|
|
@@ -663,7 +867,7 @@ export declare class BdsClient {
|
|
|
663
867
|
* @param ListWorkRequestErrorsRequest
|
|
664
868
|
* @return ListWorkRequestErrorsResponse
|
|
665
869
|
* @throws OciError when an error occurs
|
|
666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
667
871
|
*/
|
|
668
872
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
669
873
|
/**
|
|
@@ -705,7 +909,7 @@ export declare class BdsClient {
|
|
|
705
909
|
* @param ListWorkRequestLogsRequest
|
|
706
910
|
* @return ListWorkRequestLogsResponse
|
|
707
911
|
* @throws OciError when an error occurs
|
|
708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
912
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
709
913
|
*/
|
|
710
914
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
711
915
|
/**
|
|
@@ -747,7 +951,7 @@ export declare class BdsClient {
|
|
|
747
951
|
* @param ListWorkRequestsRequest
|
|
748
952
|
* @return ListWorkRequestsResponse
|
|
749
953
|
* @throws OciError when an error occurs
|
|
750
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
751
955
|
*/
|
|
752
956
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
753
957
|
/**
|
|
@@ -789,7 +993,7 @@ export declare class BdsClient {
|
|
|
789
993
|
* @param RemoveAutoScalingConfigurationRequest
|
|
790
994
|
* @return RemoveAutoScalingConfigurationResponse
|
|
791
995
|
* @throws OciError when an error occurs
|
|
792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
793
997
|
*/
|
|
794
998
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
|
|
795
999
|
/**
|
|
@@ -799,7 +1003,7 @@ export declare class BdsClient {
|
|
|
799
1003
|
* @param RemoveCloudSqlRequest
|
|
800
1004
|
* @return RemoveCloudSqlResponse
|
|
801
1005
|
* @throws OciError when an error occurs
|
|
802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
803
1007
|
*/
|
|
804
1008
|
removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
|
|
805
1009
|
/**
|
|
@@ -809,7 +1013,7 @@ export declare class BdsClient {
|
|
|
809
1013
|
* @param RemoveKafkaRequest
|
|
810
1014
|
* @return RemoveKafkaResponse
|
|
811
1015
|
* @throws OciError when an error occurs
|
|
812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
|
|
813
1017
|
*/
|
|
814
1018
|
removeKafka(removeKafkaRequest: requests.RemoveKafkaRequest): Promise<responses.RemoveKafkaResponse>;
|
|
815
1019
|
/**
|
|
@@ -819,9 +1023,19 @@ export declare class BdsClient {
|
|
|
819
1023
|
* @param RemoveNodeRequest
|
|
820
1024
|
* @return RemoveNodeResponse
|
|
821
1025
|
* @throws OciError when an error occurs
|
|
822
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
823
1027
|
*/
|
|
824
1028
|
removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
|
|
1029
|
+
/**
|
|
1030
|
+
* Deletes a nodeReplaceConfiguration
|
|
1031
|
+
*
|
|
1032
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1033
|
+
* @param RemoveNodeReplaceConfigurationRequest
|
|
1034
|
+
* @return RemoveNodeReplaceConfigurationResponse
|
|
1035
|
+
* @throws OciError when an error occurs
|
|
1036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/RemoveNodeReplaceConfiguration.ts.html |here} to see how to use RemoveNodeReplaceConfiguration API.
|
|
1037
|
+
*/
|
|
1038
|
+
removeNodeReplaceConfiguration(removeNodeReplaceConfigurationRequest: requests.RemoveNodeReplaceConfigurationRequest): Promise<responses.RemoveNodeReplaceConfigurationResponse>;
|
|
825
1039
|
/**
|
|
826
1040
|
* Renewing TLS/SSL for various ODH services running on the BDS cluster.
|
|
827
1041
|
*
|
|
@@ -829,9 +1043,19 @@ export declare class BdsClient {
|
|
|
829
1043
|
* @param RenewCertificateRequest
|
|
830
1044
|
* @return RenewCertificateResponse
|
|
831
1045
|
* @throws OciError when an error occurs
|
|
832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
|
|
833
1047
|
*/
|
|
834
1048
|
renewCertificate(renewCertificateRequest: requests.RenewCertificateRequest): Promise<responses.RenewCertificateResponse>;
|
|
1049
|
+
/**
|
|
1050
|
+
* Replaces a node of a Big Data Service cluster from backup.
|
|
1051
|
+
*
|
|
1052
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1053
|
+
* @param ReplaceNodeRequest
|
|
1054
|
+
* @return ReplaceNodeResponse
|
|
1055
|
+
* @throws OciError when an error occurs
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/ReplaceNode.ts.html |here} to see how to use ReplaceNode API.
|
|
1057
|
+
*/
|
|
1058
|
+
replaceNode(replaceNodeRequest: requests.ReplaceNodeRequest): Promise<responses.ReplaceNodeResponse>;
|
|
835
1059
|
/**
|
|
836
1060
|
* Restarts a single node of a Big Data Service cluster
|
|
837
1061
|
*
|
|
@@ -839,7 +1063,7 @@ export declare class BdsClient {
|
|
|
839
1063
|
* @param RestartNodeRequest
|
|
840
1064
|
* @return RestartNodeResponse
|
|
841
1065
|
* @throws OciError when an error occurs
|
|
842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
843
1067
|
*/
|
|
844
1068
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
845
1069
|
/**
|
|
@@ -849,7 +1073,7 @@ export declare class BdsClient {
|
|
|
849
1073
|
* @param StartBdsInstanceRequest
|
|
850
1074
|
* @return StartBdsInstanceResponse
|
|
851
1075
|
* @throws OciError when an error occurs
|
|
852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
|
|
853
1077
|
*/
|
|
854
1078
|
startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
|
|
855
1079
|
/**
|
|
@@ -859,7 +1083,7 @@ export declare class BdsClient {
|
|
|
859
1083
|
* @param StopBdsInstanceRequest
|
|
860
1084
|
* @return StopBdsInstanceResponse
|
|
861
1085
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
|
|
863
1087
|
*/
|
|
864
1088
|
stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
|
|
865
1089
|
/**
|
|
@@ -869,7 +1093,7 @@ export declare class BdsClient {
|
|
|
869
1093
|
* @param TestBdsMetastoreConfigurationRequest
|
|
870
1094
|
* @return TestBdsMetastoreConfigurationResponse
|
|
871
1095
|
* @throws OciError when an error occurs
|
|
872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
873
1097
|
*/
|
|
874
1098
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
|
|
875
1099
|
/**
|
|
@@ -878,7 +1102,7 @@ export declare class BdsClient {
|
|
|
878
1102
|
* @param TestBdsObjectStorageConnectionRequest
|
|
879
1103
|
* @return TestBdsObjectStorageConnectionResponse
|
|
880
1104
|
* @throws OciError when an error occurs
|
|
881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
882
1106
|
*/
|
|
883
1107
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
|
|
884
1108
|
/**
|
|
@@ -888,7 +1112,7 @@ export declare class BdsClient {
|
|
|
888
1112
|
* @param UpdateAutoScalingConfigurationRequest
|
|
889
1113
|
* @return UpdateAutoScalingConfigurationResponse
|
|
890
1114
|
* @throws OciError when an error occurs
|
|
891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
892
1116
|
*/
|
|
893
1117
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
894
1118
|
/**
|
|
@@ -897,7 +1121,7 @@ export declare class BdsClient {
|
|
|
897
1121
|
* @param UpdateBdsInstanceRequest
|
|
898
1122
|
* @return UpdateBdsInstanceResponse
|
|
899
1123
|
* @throws OciError when an error occurs
|
|
900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
901
1125
|
*/
|
|
902
1126
|
updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
|
|
903
1127
|
/**
|
|
@@ -906,8 +1130,28 @@ export declare class BdsClient {
|
|
|
906
1130
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
907
1131
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
908
1132
|
* @throws OciError when an error occurs
|
|
909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
910
1134
|
*/
|
|
911
1135
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
|
|
1136
|
+
/**
|
|
1137
|
+
* Updates fields on NodeBackupConfiguration, including the name, the schedule.
|
|
1138
|
+
*
|
|
1139
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1140
|
+
* @param UpdateNodeBackupConfigurationRequest
|
|
1141
|
+
* @return UpdateNodeBackupConfigurationResponse
|
|
1142
|
+
* @throws OciError when an error occurs
|
|
1143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/UpdateNodeBackupConfiguration.ts.html |here} to see how to use UpdateNodeBackupConfiguration API.
|
|
1144
|
+
*/
|
|
1145
|
+
updateNodeBackupConfiguration(updateNodeBackupConfigurationRequest: requests.UpdateNodeBackupConfigurationRequest): Promise<responses.UpdateNodeBackupConfigurationResponse>;
|
|
1146
|
+
/**
|
|
1147
|
+
* Updates fields on nodeReplaceConfigurations, including the name, the schedule
|
|
1148
|
+
*
|
|
1149
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1150
|
+
* @param UpdateNodeReplaceConfigurationRequest
|
|
1151
|
+
* @return UpdateNodeReplaceConfigurationResponse
|
|
1152
|
+
* @throws OciError when an error occurs
|
|
1153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/bds/UpdateNodeReplaceConfiguration.ts.html |here} to see how to use UpdateNodeReplaceConfiguration API.
|
|
1154
|
+
*/
|
|
1155
|
+
updateNodeReplaceConfiguration(updateNodeReplaceConfigurationRequest: requests.UpdateNodeReplaceConfigurationRequest): Promise<responses.UpdateNodeReplaceConfigurationResponse>;
|
|
912
1156
|
}
|
|
913
1157
|
export {};
|