oci-jms 2.78.0 → 2.79.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +66 -67
- package/lib/client.js +134 -337
- package/lib/client.js.map +1 -1
- package/lib/model/work-item-details.js +2 -4
- package/lib/model/work-item-details.js.map +1 -1
- package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-fleet-compartment-request.d.ts +1 -1
- package/lib/request/create-blocklist-request.d.ts +1 -1
- package/lib/request/create-drs-file-request.d.ts +1 -1
- package/lib/request/create-fleet-request.d.ts +1 -1
- package/lib/request/delete-blocklist-request.d.ts +1 -1
- package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/delete-drs-file-request.d.ts +1 -1
- package/lib/request/delete-fleet-request.d.ts +1 -1
- package/lib/request/delete-java-migration-analysis-result-request.d.ts +1 -1
- package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +1 -1
- package/lib/request/disable-drs-request.d.ts +1 -1
- package/lib/request/enable-drs-request.d.ts +1 -1
- package/lib/request/generate-agent-deploy-script-request.d.ts +1 -1
- package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/get-drs-file-request.d.ts +1 -1
- package/lib/request/get-export-setting-request.d.ts +1 -1
- package/lib/request/get-export-status-request.d.ts +1 -1
- package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-request.d.ts +1 -1
- package/lib/request/get-java-family-request.d.ts +1 -1
- package/lib/request/get-java-migration-analysis-result-request.d.ts +1 -1
- package/lib/request/get-java-release-request.d.ts +1 -1
- package/lib/request/get-performance-tuning-analysis-result-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-announcements-request.d.ts +1 -1
- package/lib/request/list-blocklists-request.d.ts +1 -1
- package/lib/request/list-crypto-analysis-results-request.d.ts +1 -1
- package/lib/request/list-drs-files-request.d.ts +1 -1
- package/lib/request/list-fleet-diagnoses-request.d.ts +1 -1
- package/lib/request/list-fleets-request.d.ts +1 -1
- package/lib/request/list-installation-sites-request.d.ts +1 -1
- package/lib/request/list-java-families-request.d.ts +1 -1
- package/lib/request/list-java-migration-analysis-results-request.d.ts +1 -1
- package/lib/request/list-java-releases-request.d.ts +1 -1
- package/lib/request/list-jre-usage-request.d.ts +1 -1
- package/lib/request/list-performance-tuning-analysis-results-request.d.ts +1 -1
- package/lib/request/list-work-items-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-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/request-crypto-analyses-request.d.ts +1 -1
- package/lib/request/request-java-migration-analyses-request.d.ts +1 -1
- package/lib/request/request-jfr-recordings-request.d.ts +1 -1
- package/lib/request/request-performance-tuning-analyses-request.d.ts +1 -1
- package/lib/request/scan-java-server-usage-request.d.ts +1 -1
- package/lib/request/scan-library-usage-request.d.ts +1 -1
- package/lib/request/summarize-application-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-application-usage-request.d.ts +1 -1
- package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-deployed-application-usage-request.d.ts +1 -1
- package/lib/request/summarize-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-java-server-instance-usage-request.d.ts +1 -1
- package/lib/request/summarize-java-server-usage-request.d.ts +1 -1
- package/lib/request/summarize-jre-usage-request.d.ts +1 -1
- package/lib/request/summarize-library-usage-request.d.ts +1 -1
- package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
- package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
- package/lib/request/update-drs-file-request.d.ts +1 -1
- package/lib/request/update-export-setting-request.d.ts +1 -1
- package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +1 -1
- package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/update-fleet-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -116,11 +116,7 @@ class JavaManagementServiceClient {
|
|
|
116
116
|
set endpoint(endpoint) {
|
|
117
117
|
this._endpoint = endpoint;
|
|
118
118
|
this._endpoint = this._endpoint + "/20210610";
|
|
119
|
-
|
|
120
|
-
this.logger.info(`JavaManagementServiceClient endpoint set to ${this._endpoint}`);
|
|
121
|
-
}
|
|
122
|
-
get logger() {
|
|
123
|
-
return common.LOG.logger;
|
|
119
|
+
oci_common_1.logger.info(`JavaManagementServiceClient endpoint set to ${this._endpoint}`);
|
|
124
120
|
}
|
|
125
121
|
/**
|
|
126
122
|
* Determines whether realm specific endpoint should be used or not.
|
|
@@ -129,8 +125,7 @@ class JavaManagementServiceClient {
|
|
|
129
125
|
*/
|
|
130
126
|
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
131
127
|
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
132
|
-
|
|
133
|
-
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
128
|
+
oci_common_1.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
134
129
|
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
135
130
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(JavaManagementServiceClient.serviceEndpointTemplate, this._region, JavaManagementServiceClient.endpointServiceName);
|
|
136
131
|
}
|
|
@@ -196,12 +191,11 @@ class JavaManagementServiceClient {
|
|
|
196
191
|
* @param AddFleetInstallationSitesRequest
|
|
197
192
|
* @return AddFleetInstallationSitesResponse
|
|
198
193
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
|
|
200
195
|
*/
|
|
201
196
|
addFleetInstallationSites(addFleetInstallationSitesRequest) {
|
|
202
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
203
|
-
|
|
204
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#addFleetInstallationSites.");
|
|
198
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#addFleetInstallationSites.");
|
|
205
199
|
const operationName = "addFleetInstallationSites";
|
|
206
200
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/InstallationSiteSummary/AddFleetInstallationSites";
|
|
207
201
|
const pathParams = {
|
|
@@ -216,8 +210,6 @@ class JavaManagementServiceClient {
|
|
|
216
210
|
};
|
|
217
211
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
218
212
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addFleetInstallationSitesRequest.retryConfiguration, specRetryConfiguration);
|
|
219
|
-
if (this.logger)
|
|
220
|
-
retrier.logger = this.logger;
|
|
221
213
|
const request = yield oci_common_1.composeRequest({
|
|
222
214
|
baseEndpoint: this._endpoint,
|
|
223
215
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -258,12 +250,11 @@ class JavaManagementServiceClient {
|
|
|
258
250
|
* @param CancelWorkRequestRequest
|
|
259
251
|
* @return CancelWorkRequestResponse
|
|
260
252
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
262
254
|
*/
|
|
263
255
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
264
256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
265
|
-
|
|
266
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#cancelWorkRequest.");
|
|
257
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#cancelWorkRequest.");
|
|
267
258
|
const operationName = "cancelWorkRequest";
|
|
268
259
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequest/CancelWorkRequest";
|
|
269
260
|
const pathParams = {
|
|
@@ -277,8 +268,6 @@ class JavaManagementServiceClient {
|
|
|
277
268
|
};
|
|
278
269
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
279
270
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
280
|
-
if (this.logger)
|
|
281
|
-
retrier.logger = this.logger;
|
|
282
271
|
const request = yield oci_common_1.composeRequest({
|
|
283
272
|
baseEndpoint: this._endpoint,
|
|
284
273
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -314,12 +303,11 @@ class JavaManagementServiceClient {
|
|
|
314
303
|
* @param ChangeFleetCompartmentRequest
|
|
315
304
|
* @return ChangeFleetCompartmentResponse
|
|
316
305
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
|
|
318
307
|
*/
|
|
319
308
|
changeFleetCompartment(changeFleetCompartmentRequest) {
|
|
320
309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
321
|
-
|
|
322
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#changeFleetCompartment.");
|
|
310
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#changeFleetCompartment.");
|
|
323
311
|
const operationName = "changeFleetCompartment";
|
|
324
312
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/ChangeFleetCompartment";
|
|
325
313
|
const pathParams = {
|
|
@@ -334,8 +322,6 @@ class JavaManagementServiceClient {
|
|
|
334
322
|
};
|
|
335
323
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
336
324
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeFleetCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
337
|
-
if (this.logger)
|
|
338
|
-
retrier.logger = this.logger;
|
|
339
325
|
const request = yield oci_common_1.composeRequest({
|
|
340
326
|
baseEndpoint: this._endpoint,
|
|
341
327
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -377,12 +363,11 @@ class JavaManagementServiceClient {
|
|
|
377
363
|
* @param CreateBlocklistRequest
|
|
378
364
|
* @return CreateBlocklistResponse
|
|
379
365
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
|
|
381
367
|
*/
|
|
382
368
|
createBlocklist(createBlocklistRequest) {
|
|
383
369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
384
|
-
|
|
385
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#createBlocklist.");
|
|
370
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#createBlocklist.");
|
|
386
371
|
const operationName = "createBlocklist";
|
|
387
372
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Blocklist/CreateBlocklist";
|
|
388
373
|
const pathParams = {
|
|
@@ -396,8 +381,6 @@ class JavaManagementServiceClient {
|
|
|
396
381
|
};
|
|
397
382
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
398
383
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createBlocklistRequest.retryConfiguration, specRetryConfiguration);
|
|
399
|
-
if (this.logger)
|
|
400
|
-
retrier.logger = this.logger;
|
|
401
384
|
const request = yield oci_common_1.composeRequest({
|
|
402
385
|
baseEndpoint: this._endpoint,
|
|
403
386
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -443,12 +426,11 @@ class JavaManagementServiceClient {
|
|
|
443
426
|
* @param CreateDrsFileRequest
|
|
444
427
|
* @return CreateDrsFileResponse
|
|
445
428
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/CreateDrsFile.ts.html |here} to see how to use CreateDrsFile API.
|
|
447
430
|
*/
|
|
448
431
|
createDrsFile(createDrsFileRequest) {
|
|
449
432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
450
|
-
|
|
451
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#createDrsFile.");
|
|
433
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#createDrsFile.");
|
|
452
434
|
const operationName = "createDrsFile";
|
|
453
435
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/CreateDrsFile";
|
|
454
436
|
const pathParams = {
|
|
@@ -463,8 +445,6 @@ class JavaManagementServiceClient {
|
|
|
463
445
|
};
|
|
464
446
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
465
447
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDrsFileRequest.retryConfiguration, specRetryConfiguration);
|
|
466
|
-
if (this.logger)
|
|
467
|
-
retrier.logger = this.logger;
|
|
468
448
|
const request = yield oci_common_1.composeRequest({
|
|
469
449
|
baseEndpoint: this._endpoint,
|
|
470
450
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -512,12 +492,11 @@ class JavaManagementServiceClient {
|
|
|
512
492
|
* @param CreateFleetRequest
|
|
513
493
|
* @return CreateFleetResponse
|
|
514
494
|
* @throws OciError when an error occurs
|
|
515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
|
|
516
496
|
*/
|
|
517
497
|
createFleet(createFleetRequest) {
|
|
518
498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
519
|
-
|
|
520
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#createFleet.");
|
|
499
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#createFleet.");
|
|
521
500
|
const operationName = "createFleet";
|
|
522
501
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/CreateFleet";
|
|
523
502
|
const pathParams = {};
|
|
@@ -529,8 +508,6 @@ class JavaManagementServiceClient {
|
|
|
529
508
|
};
|
|
530
509
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
531
510
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createFleetRequest.retryConfiguration, specRetryConfiguration);
|
|
532
|
-
if (this.logger)
|
|
533
|
-
retrier.logger = this.logger;
|
|
534
511
|
const request = yield oci_common_1.composeRequest({
|
|
535
512
|
baseEndpoint: this._endpoint,
|
|
536
513
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -571,12 +548,11 @@ class JavaManagementServiceClient {
|
|
|
571
548
|
* @param DeleteBlocklistRequest
|
|
572
549
|
* @return DeleteBlocklistResponse
|
|
573
550
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
|
|
575
552
|
*/
|
|
576
553
|
deleteBlocklist(deleteBlocklistRequest) {
|
|
577
554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
578
|
-
|
|
579
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#deleteBlocklist.");
|
|
555
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#deleteBlocklist.");
|
|
580
556
|
const operationName = "deleteBlocklist";
|
|
581
557
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Blocklist/DeleteBlocklist";
|
|
582
558
|
const pathParams = {
|
|
@@ -591,8 +567,6 @@ class JavaManagementServiceClient {
|
|
|
591
567
|
};
|
|
592
568
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
593
569
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteBlocklistRequest.retryConfiguration, specRetryConfiguration);
|
|
594
|
-
if (this.logger)
|
|
595
|
-
retrier.logger = this.logger;
|
|
596
570
|
const request = yield oci_common_1.composeRequest({
|
|
597
571
|
baseEndpoint: this._endpoint,
|
|
598
572
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -627,12 +601,11 @@ class JavaManagementServiceClient {
|
|
|
627
601
|
* @param DeleteCryptoAnalysisResultRequest
|
|
628
602
|
* @return DeleteCryptoAnalysisResultResponse
|
|
629
603
|
* @throws OciError when an error occurs
|
|
630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
|
|
631
605
|
*/
|
|
632
606
|
deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
|
|
633
607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
634
|
-
|
|
635
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#deleteCryptoAnalysisResult.");
|
|
608
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#deleteCryptoAnalysisResult.");
|
|
636
609
|
const operationName = "deleteCryptoAnalysisResult";
|
|
637
610
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/CryptoAnalysisResult/DeleteCryptoAnalysisResult";
|
|
638
611
|
const pathParams = {
|
|
@@ -647,8 +620,6 @@ class JavaManagementServiceClient {
|
|
|
647
620
|
};
|
|
648
621
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
649
622
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteCryptoAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
650
|
-
if (this.logger)
|
|
651
|
-
retrier.logger = this.logger;
|
|
652
623
|
const request = yield oci_common_1.composeRequest({
|
|
653
624
|
baseEndpoint: this._endpoint,
|
|
654
625
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -689,12 +660,11 @@ class JavaManagementServiceClient {
|
|
|
689
660
|
* @param DeleteDrsFileRequest
|
|
690
661
|
* @return DeleteDrsFileResponse
|
|
691
662
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/DeleteDrsFile.ts.html |here} to see how to use DeleteDrsFile API.
|
|
693
664
|
*/
|
|
694
665
|
deleteDrsFile(deleteDrsFileRequest) {
|
|
695
666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
696
|
-
|
|
697
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#deleteDrsFile.");
|
|
667
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#deleteDrsFile.");
|
|
698
668
|
const operationName = "deleteDrsFile";
|
|
699
669
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DrsFile/DeleteDrsFile";
|
|
700
670
|
const pathParams = {
|
|
@@ -709,8 +679,6 @@ class JavaManagementServiceClient {
|
|
|
709
679
|
};
|
|
710
680
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
711
681
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDrsFileRequest.retryConfiguration, specRetryConfiguration);
|
|
712
|
-
if (this.logger)
|
|
713
|
-
retrier.logger = this.logger;
|
|
714
682
|
const request = yield oci_common_1.composeRequest({
|
|
715
683
|
baseEndpoint: this._endpoint,
|
|
716
684
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -750,12 +718,11 @@ class JavaManagementServiceClient {
|
|
|
750
718
|
* @param DeleteFleetRequest
|
|
751
719
|
* @return DeleteFleetResponse
|
|
752
720
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
|
|
754
722
|
*/
|
|
755
723
|
deleteFleet(deleteFleetRequest) {
|
|
756
724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
757
|
-
|
|
758
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#deleteFleet.");
|
|
725
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#deleteFleet.");
|
|
759
726
|
const operationName = "deleteFleet";
|
|
760
727
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/DeleteFleet";
|
|
761
728
|
const pathParams = {
|
|
@@ -769,8 +736,6 @@ class JavaManagementServiceClient {
|
|
|
769
736
|
};
|
|
770
737
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
771
738
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFleetRequest.retryConfiguration, specRetryConfiguration);
|
|
772
|
-
if (this.logger)
|
|
773
|
-
retrier.logger = this.logger;
|
|
774
739
|
const request = yield oci_common_1.composeRequest({
|
|
775
740
|
baseEndpoint: this._endpoint,
|
|
776
741
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -810,12 +775,11 @@ class JavaManagementServiceClient {
|
|
|
810
775
|
* @param DeleteJavaMigrationAnalysisResultRequest
|
|
811
776
|
* @return DeleteJavaMigrationAnalysisResultResponse
|
|
812
777
|
* @throws OciError when an error occurs
|
|
813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
|
|
814
779
|
*/
|
|
815
780
|
deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
|
|
816
781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
817
|
-
|
|
818
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#deleteJavaMigrationAnalysisResult.");
|
|
782
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#deleteJavaMigrationAnalysisResult.");
|
|
819
783
|
const operationName = "deleteJavaMigrationAnalysisResult";
|
|
820
784
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaMigrationAnalysisResult/DeleteJavaMigrationAnalysisResult";
|
|
821
785
|
const pathParams = {
|
|
@@ -830,8 +794,6 @@ class JavaManagementServiceClient {
|
|
|
830
794
|
};
|
|
831
795
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
832
796
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteJavaMigrationAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
833
|
-
if (this.logger)
|
|
834
|
-
retrier.logger = this.logger;
|
|
835
797
|
const request = yield oci_common_1.composeRequest({
|
|
836
798
|
baseEndpoint: this._endpoint,
|
|
837
799
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -871,12 +833,11 @@ class JavaManagementServiceClient {
|
|
|
871
833
|
* @param DeletePerformanceTuningAnalysisResultRequest
|
|
872
834
|
* @return DeletePerformanceTuningAnalysisResultResponse
|
|
873
835
|
* @throws OciError when an error occurs
|
|
874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
|
|
875
837
|
*/
|
|
876
838
|
deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
|
|
877
839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
878
|
-
|
|
879
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#deletePerformanceTuningAnalysisResult.");
|
|
840
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#deletePerformanceTuningAnalysisResult.");
|
|
880
841
|
const operationName = "deletePerformanceTuningAnalysisResult";
|
|
881
842
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PerformanceTuningAnalysisResult/DeletePerformanceTuningAnalysisResult";
|
|
882
843
|
const pathParams = {
|
|
@@ -891,8 +852,6 @@ class JavaManagementServiceClient {
|
|
|
891
852
|
};
|
|
892
853
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
893
854
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePerformanceTuningAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
894
|
-
if (this.logger)
|
|
895
|
-
retrier.logger = this.logger;
|
|
896
855
|
const request = yield oci_common_1.composeRequest({
|
|
897
856
|
baseEndpoint: this._endpoint,
|
|
898
857
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -933,12 +892,11 @@ class JavaManagementServiceClient {
|
|
|
933
892
|
* @param DisableDrsRequest
|
|
934
893
|
* @return DisableDrsResponse
|
|
935
894
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/DisableDrs.ts.html |here} to see how to use DisableDrs API.
|
|
937
896
|
*/
|
|
938
897
|
disableDrs(disableDrsRequest) {
|
|
939
898
|
return __awaiter(this, void 0, void 0, function* () {
|
|
940
|
-
|
|
941
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#disableDrs.");
|
|
899
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#disableDrs.");
|
|
942
900
|
const operationName = "disableDrs";
|
|
943
901
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/DisableDrs";
|
|
944
902
|
const pathParams = {
|
|
@@ -953,8 +911,6 @@ class JavaManagementServiceClient {
|
|
|
953
911
|
};
|
|
954
912
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
955
913
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, disableDrsRequest.retryConfiguration, specRetryConfiguration);
|
|
956
|
-
if (this.logger)
|
|
957
|
-
retrier.logger = this.logger;
|
|
958
914
|
const request = yield oci_common_1.composeRequest({
|
|
959
915
|
baseEndpoint: this._endpoint,
|
|
960
916
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -996,12 +952,11 @@ class JavaManagementServiceClient {
|
|
|
996
952
|
* @param EnableDrsRequest
|
|
997
953
|
* @return EnableDrsResponse
|
|
998
954
|
* @throws OciError when an error occurs
|
|
999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/EnableDrs.ts.html |here} to see how to use EnableDrs API.
|
|
1000
956
|
*/
|
|
1001
957
|
enableDrs(enableDrsRequest) {
|
|
1002
958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1003
|
-
|
|
1004
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#enableDrs.");
|
|
959
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#enableDrs.");
|
|
1005
960
|
const operationName = "enableDrs";
|
|
1006
961
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/EnableDrs";
|
|
1007
962
|
const pathParams = {
|
|
@@ -1016,8 +971,6 @@ class JavaManagementServiceClient {
|
|
|
1016
971
|
};
|
|
1017
972
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1018
973
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, enableDrsRequest.retryConfiguration, specRetryConfiguration);
|
|
1019
|
-
if (this.logger)
|
|
1020
|
-
retrier.logger = this.logger;
|
|
1021
974
|
const request = yield oci_common_1.composeRequest({
|
|
1022
975
|
baseEndpoint: this._endpoint,
|
|
1023
976
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1059,12 +1012,11 @@ class JavaManagementServiceClient {
|
|
|
1059
1012
|
* @param GenerateAgentDeployScriptRequest
|
|
1060
1013
|
* @return GenerateAgentDeployScriptResponse
|
|
1061
1014
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
|
|
1063
1016
|
*/
|
|
1064
1017
|
generateAgentDeployScript(generateAgentDeployScriptRequest) {
|
|
1065
1018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1066
|
-
|
|
1067
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#generateAgentDeployScript.");
|
|
1019
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#generateAgentDeployScript.");
|
|
1068
1020
|
const operationName = "generateAgentDeployScript";
|
|
1069
1021
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/GenerateAgentDeployScript";
|
|
1070
1022
|
const pathParams = {
|
|
@@ -1077,8 +1029,6 @@ class JavaManagementServiceClient {
|
|
|
1077
1029
|
};
|
|
1078
1030
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1079
1031
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, generateAgentDeployScriptRequest.retryConfiguration, specRetryConfiguration);
|
|
1080
|
-
if (this.logger)
|
|
1081
|
-
retrier.logger = this.logger;
|
|
1082
1032
|
const request = yield oci_common_1.composeRequest({
|
|
1083
1033
|
baseEndpoint: this._endpoint,
|
|
1084
1034
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1127,12 +1077,11 @@ class JavaManagementServiceClient {
|
|
|
1127
1077
|
* @param GetCryptoAnalysisResultRequest
|
|
1128
1078
|
* @return GetCryptoAnalysisResultResponse
|
|
1129
1079
|
* @throws OciError when an error occurs
|
|
1130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
|
|
1131
1081
|
*/
|
|
1132
1082
|
getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
|
|
1133
1083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1134
|
-
|
|
1135
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getCryptoAnalysisResult.");
|
|
1084
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getCryptoAnalysisResult.");
|
|
1136
1085
|
const operationName = "getCryptoAnalysisResult";
|
|
1137
1086
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/CryptoAnalysisResult/GetCryptoAnalysisResult";
|
|
1138
1087
|
const pathParams = {
|
|
@@ -1146,8 +1095,6 @@ class JavaManagementServiceClient {
|
|
|
1146
1095
|
};
|
|
1147
1096
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1148
1097
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCryptoAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
1149
|
-
if (this.logger)
|
|
1150
|
-
retrier.logger = this.logger;
|
|
1151
1098
|
const request = yield oci_common_1.composeRequest({
|
|
1152
1099
|
baseEndpoint: this._endpoint,
|
|
1153
1100
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1191,12 +1138,11 @@ class JavaManagementServiceClient {
|
|
|
1191
1138
|
* @param GetDrsFileRequest
|
|
1192
1139
|
* @return GetDrsFileResponse
|
|
1193
1140
|
* @throws OciError when an error occurs
|
|
1194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetDrsFile.ts.html |here} to see how to use GetDrsFile API.
|
|
1195
1142
|
*/
|
|
1196
1143
|
getDrsFile(getDrsFileRequest) {
|
|
1197
1144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1198
|
-
|
|
1199
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getDrsFile.");
|
|
1145
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getDrsFile.");
|
|
1200
1146
|
const operationName = "getDrsFile";
|
|
1201
1147
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DrsFile/GetDrsFile";
|
|
1202
1148
|
const pathParams = {
|
|
@@ -1212,8 +1158,6 @@ class JavaManagementServiceClient {
|
|
|
1212
1158
|
};
|
|
1213
1159
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1214
1160
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDrsFileRequest.retryConfiguration, specRetryConfiguration);
|
|
1215
|
-
if (this.logger)
|
|
1216
|
-
retrier.logger = this.logger;
|
|
1217
1161
|
const request = yield oci_common_1.composeRequest({
|
|
1218
1162
|
baseEndpoint: this._endpoint,
|
|
1219
1163
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1257,12 +1201,11 @@ class JavaManagementServiceClient {
|
|
|
1257
1201
|
* @param GetExportSettingRequest
|
|
1258
1202
|
* @return GetExportSettingResponse
|
|
1259
1203
|
* @throws OciError when an error occurs
|
|
1260
|
-
* @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.79.1/jms/GetExportSetting.ts.html |here} to see how to use GetExportSetting API.
|
|
1261
1205
|
*/
|
|
1262
1206
|
getExportSetting(getExportSettingRequest) {
|
|
1263
1207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1264
|
-
|
|
1265
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getExportSetting.");
|
|
1208
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getExportSetting.");
|
|
1266
1209
|
const operationName = "getExportSetting";
|
|
1267
1210
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ExportSetting/GetExportSetting";
|
|
1268
1211
|
const pathParams = {
|
|
@@ -1275,8 +1218,6 @@ class JavaManagementServiceClient {
|
|
|
1275
1218
|
};
|
|
1276
1219
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1277
1220
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExportSettingRequest.retryConfiguration, specRetryConfiguration);
|
|
1278
|
-
if (this.logger)
|
|
1279
|
-
retrier.logger = this.logger;
|
|
1280
1221
|
const request = yield oci_common_1.composeRequest({
|
|
1281
1222
|
baseEndpoint: this._endpoint,
|
|
1282
1223
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1320,12 +1261,11 @@ class JavaManagementServiceClient {
|
|
|
1320
1261
|
* @param GetExportStatusRequest
|
|
1321
1262
|
* @return GetExportStatusResponse
|
|
1322
1263
|
* @throws OciError when an error occurs
|
|
1323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetExportStatus.ts.html |here} to see how to use GetExportStatus API.
|
|
1324
1265
|
*/
|
|
1325
1266
|
getExportStatus(getExportStatusRequest) {
|
|
1326
1267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1327
|
-
|
|
1328
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getExportStatus.");
|
|
1268
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getExportStatus.");
|
|
1329
1269
|
const operationName = "getExportStatus";
|
|
1330
1270
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ExportStatus/GetExportStatus";
|
|
1331
1271
|
const pathParams = {
|
|
@@ -1338,8 +1278,6 @@ class JavaManagementServiceClient {
|
|
|
1338
1278
|
};
|
|
1339
1279
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1340
1280
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExportStatusRequest.retryConfiguration, specRetryConfiguration);
|
|
1341
|
-
if (this.logger)
|
|
1342
|
-
retrier.logger = this.logger;
|
|
1343
1281
|
const request = yield oci_common_1.composeRequest({
|
|
1344
1282
|
baseEndpoint: this._endpoint,
|
|
1345
1283
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1383,12 +1321,11 @@ class JavaManagementServiceClient {
|
|
|
1383
1321
|
* @param GetFleetRequest
|
|
1384
1322
|
* @return GetFleetResponse
|
|
1385
1323
|
* @throws OciError when an error occurs
|
|
1386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
|
|
1387
1325
|
*/
|
|
1388
1326
|
getFleet(getFleetRequest) {
|
|
1389
1327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1390
|
-
|
|
1391
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getFleet.");
|
|
1328
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getFleet.");
|
|
1392
1329
|
const operationName = "getFleet";
|
|
1393
1330
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/GetFleet";
|
|
1394
1331
|
const pathParams = {
|
|
@@ -1401,8 +1338,6 @@ class JavaManagementServiceClient {
|
|
|
1401
1338
|
};
|
|
1402
1339
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1403
1340
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFleetRequest.retryConfiguration, specRetryConfiguration);
|
|
1404
|
-
if (this.logger)
|
|
1405
|
-
retrier.logger = this.logger;
|
|
1406
1341
|
const request = yield oci_common_1.composeRequest({
|
|
1407
1342
|
baseEndpoint: this._endpoint,
|
|
1408
1343
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1447,12 +1382,11 @@ class JavaManagementServiceClient {
|
|
|
1447
1382
|
* @param GetFleetAdvancedFeatureConfigurationRequest
|
|
1448
1383
|
* @return GetFleetAdvancedFeatureConfigurationResponse
|
|
1449
1384
|
* @throws OciError when an error occurs
|
|
1450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
|
|
1451
1386
|
*/
|
|
1452
1387
|
getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
|
|
1453
1388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1454
|
-
|
|
1455
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getFleetAdvancedFeatureConfiguration.");
|
|
1389
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getFleetAdvancedFeatureConfiguration.");
|
|
1456
1390
|
const operationName = "getFleetAdvancedFeatureConfiguration";
|
|
1457
1391
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetAdvancedFeatureConfiguration/GetFleetAdvancedFeatureConfiguration";
|
|
1458
1392
|
const pathParams = {
|
|
@@ -1466,8 +1400,6 @@ class JavaManagementServiceClient {
|
|
|
1466
1400
|
};
|
|
1467
1401
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1468
1402
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFleetAdvancedFeatureConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
1469
|
-
if (this.logger)
|
|
1470
|
-
retrier.logger = this.logger;
|
|
1471
1403
|
const request = yield oci_common_1.composeRequest({
|
|
1472
1404
|
baseEndpoint: this._endpoint,
|
|
1473
1405
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1511,12 +1443,11 @@ class JavaManagementServiceClient {
|
|
|
1511
1443
|
* @param GetFleetAgentConfigurationRequest
|
|
1512
1444
|
* @return GetFleetAgentConfigurationResponse
|
|
1513
1445
|
* @throws OciError when an error occurs
|
|
1514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
|
|
1515
1447
|
*/
|
|
1516
1448
|
getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
|
|
1517
1449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1518
|
-
|
|
1519
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getFleetAgentConfiguration.");
|
|
1450
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getFleetAgentConfiguration.");
|
|
1520
1451
|
const operationName = "getFleetAgentConfiguration";
|
|
1521
1452
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetAgentConfiguration/GetFleetAgentConfiguration";
|
|
1522
1453
|
const pathParams = {
|
|
@@ -1529,8 +1460,6 @@ class JavaManagementServiceClient {
|
|
|
1529
1460
|
};
|
|
1530
1461
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1531
1462
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFleetAgentConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
1532
|
-
if (this.logger)
|
|
1533
|
-
retrier.logger = this.logger;
|
|
1534
1463
|
const request = yield oci_common_1.composeRequest({
|
|
1535
1464
|
baseEndpoint: this._endpoint,
|
|
1536
1465
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1575,12 +1504,11 @@ class JavaManagementServiceClient {
|
|
|
1575
1504
|
* @param GetJavaFamilyRequest
|
|
1576
1505
|
* @return GetJavaFamilyResponse
|
|
1577
1506
|
* @throws OciError when an error occurs
|
|
1578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
|
|
1579
1508
|
*/
|
|
1580
1509
|
getJavaFamily(getJavaFamilyRequest) {
|
|
1581
1510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1582
|
-
|
|
1583
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getJavaFamily.");
|
|
1511
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getJavaFamily.");
|
|
1584
1512
|
const operationName = "getJavaFamily";
|
|
1585
1513
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaFamily/GetJavaFamily";
|
|
1586
1514
|
const pathParams = {
|
|
@@ -1593,8 +1521,6 @@ class JavaManagementServiceClient {
|
|
|
1593
1521
|
};
|
|
1594
1522
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1595
1523
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJavaFamilyRequest.retryConfiguration, specRetryConfiguration);
|
|
1596
|
-
if (this.logger)
|
|
1597
|
-
retrier.logger = this.logger;
|
|
1598
1524
|
const request = yield oci_common_1.composeRequest({
|
|
1599
1525
|
baseEndpoint: this._endpoint,
|
|
1600
1526
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1633,12 +1559,11 @@ class JavaManagementServiceClient {
|
|
|
1633
1559
|
* @param GetJavaMigrationAnalysisResultRequest
|
|
1634
1560
|
* @return GetJavaMigrationAnalysisResultResponse
|
|
1635
1561
|
* @throws OciError when an error occurs
|
|
1636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
|
|
1637
1563
|
*/
|
|
1638
1564
|
getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
|
|
1639
1565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1640
|
-
|
|
1641
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getJavaMigrationAnalysisResult.");
|
|
1566
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getJavaMigrationAnalysisResult.");
|
|
1642
1567
|
const operationName = "getJavaMigrationAnalysisResult";
|
|
1643
1568
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaMigrationAnalysisResult/GetJavaMigrationAnalysisResult";
|
|
1644
1569
|
const pathParams = {
|
|
@@ -1652,8 +1577,6 @@ class JavaManagementServiceClient {
|
|
|
1652
1577
|
};
|
|
1653
1578
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1654
1579
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJavaMigrationAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
1655
|
-
if (this.logger)
|
|
1656
|
-
retrier.logger = this.logger;
|
|
1657
1580
|
const request = yield oci_common_1.composeRequest({
|
|
1658
1581
|
baseEndpoint: this._endpoint,
|
|
1659
1582
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1697,12 +1620,11 @@ class JavaManagementServiceClient {
|
|
|
1697
1620
|
* @param GetJavaReleaseRequest
|
|
1698
1621
|
* @return GetJavaReleaseResponse
|
|
1699
1622
|
* @throws OciError when an error occurs
|
|
1700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
|
|
1701
1624
|
*/
|
|
1702
1625
|
getJavaRelease(getJavaReleaseRequest) {
|
|
1703
1626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1704
|
-
|
|
1705
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getJavaRelease.");
|
|
1627
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getJavaRelease.");
|
|
1706
1628
|
const operationName = "getJavaRelease";
|
|
1707
1629
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaRelease/GetJavaRelease";
|
|
1708
1630
|
const pathParams = {
|
|
@@ -1715,8 +1637,6 @@ class JavaManagementServiceClient {
|
|
|
1715
1637
|
};
|
|
1716
1638
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1717
1639
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJavaReleaseRequest.retryConfiguration, specRetryConfiguration);
|
|
1718
|
-
if (this.logger)
|
|
1719
|
-
retrier.logger = this.logger;
|
|
1720
1640
|
const request = yield oci_common_1.composeRequest({
|
|
1721
1641
|
baseEndpoint: this._endpoint,
|
|
1722
1642
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1755,12 +1675,11 @@ class JavaManagementServiceClient {
|
|
|
1755
1675
|
* @param GetPerformanceTuningAnalysisResultRequest
|
|
1756
1676
|
* @return GetPerformanceTuningAnalysisResultResponse
|
|
1757
1677
|
* @throws OciError when an error occurs
|
|
1758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
|
|
1759
1679
|
*/
|
|
1760
1680
|
getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
|
|
1761
1681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1762
|
-
|
|
1763
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getPerformanceTuningAnalysisResult.");
|
|
1682
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getPerformanceTuningAnalysisResult.");
|
|
1764
1683
|
const operationName = "getPerformanceTuningAnalysisResult";
|
|
1765
1684
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PerformanceTuningAnalysisResult/GetPerformanceTuningAnalysisResult";
|
|
1766
1685
|
const pathParams = {
|
|
@@ -1774,8 +1693,6 @@ class JavaManagementServiceClient {
|
|
|
1774
1693
|
};
|
|
1775
1694
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1776
1695
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPerformanceTuningAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
1777
|
-
if (this.logger)
|
|
1778
|
-
retrier.logger = this.logger;
|
|
1779
1696
|
const request = yield oci_common_1.composeRequest({
|
|
1780
1697
|
baseEndpoint: this._endpoint,
|
|
1781
1698
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1819,12 +1736,11 @@ class JavaManagementServiceClient {
|
|
|
1819
1736
|
* @param GetWorkRequestRequest
|
|
1820
1737
|
* @return GetWorkRequestResponse
|
|
1821
1738
|
* @throws OciError when an error occurs
|
|
1822
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1823
1740
|
*/
|
|
1824
1741
|
getWorkRequest(getWorkRequestRequest) {
|
|
1825
1742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1826
|
-
|
|
1827
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#getWorkRequest.");
|
|
1743
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#getWorkRequest.");
|
|
1828
1744
|
const operationName = "getWorkRequest";
|
|
1829
1745
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequest/GetWorkRequest";
|
|
1830
1746
|
const pathParams = {
|
|
@@ -1837,8 +1753,6 @@ class JavaManagementServiceClient {
|
|
|
1837
1753
|
};
|
|
1838
1754
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1839
1755
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
1840
|
-
if (this.logger)
|
|
1841
|
-
retrier.logger = this.logger;
|
|
1842
1756
|
const request = yield oci_common_1.composeRequest({
|
|
1843
1757
|
baseEndpoint: this._endpoint,
|
|
1844
1758
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1887,12 +1801,11 @@ class JavaManagementServiceClient {
|
|
|
1887
1801
|
* @param ListAnnouncementsRequest
|
|
1888
1802
|
* @return ListAnnouncementsResponse
|
|
1889
1803
|
* @throws OciError when an error occurs
|
|
1890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
1891
1805
|
*/
|
|
1892
1806
|
listAnnouncements(listAnnouncementsRequest) {
|
|
1893
1807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1894
|
-
|
|
1895
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listAnnouncements.");
|
|
1808
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listAnnouncements.");
|
|
1896
1809
|
const operationName = "listAnnouncements";
|
|
1897
1810
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/AnnouncementCollection/ListAnnouncements";
|
|
1898
1811
|
const pathParams = {};
|
|
@@ -1911,8 +1824,6 @@ class JavaManagementServiceClient {
|
|
|
1911
1824
|
};
|
|
1912
1825
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1913
1826
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAnnouncementsRequest.retryConfiguration, specRetryConfiguration);
|
|
1914
|
-
if (this.logger)
|
|
1915
|
-
retrier.logger = this.logger;
|
|
1916
1827
|
const request = yield oci_common_1.composeRequest({
|
|
1917
1828
|
baseEndpoint: this._endpoint,
|
|
1918
1829
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1957,12 +1868,11 @@ class JavaManagementServiceClient {
|
|
|
1957
1868
|
* @param ListBlocklistsRequest
|
|
1958
1869
|
* @return ListBlocklistsResponse
|
|
1959
1870
|
* @throws OciError when an error occurs
|
|
1960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
|
|
1961
1872
|
*/
|
|
1962
1873
|
listBlocklists(listBlocklistsRequest) {
|
|
1963
1874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1964
|
-
|
|
1965
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listBlocklists.");
|
|
1875
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listBlocklists.");
|
|
1966
1876
|
const operationName = "listBlocklists";
|
|
1967
1877
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Blocklist/ListBlocklists";
|
|
1968
1878
|
const pathParams = {
|
|
@@ -1982,8 +1892,6 @@ class JavaManagementServiceClient {
|
|
|
1982
1892
|
};
|
|
1983
1893
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1984
1894
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listBlocklistsRequest.retryConfiguration, specRetryConfiguration);
|
|
1985
|
-
if (this.logger)
|
|
1986
|
-
retrier.logger = this.logger;
|
|
1987
1895
|
const request = yield oci_common_1.composeRequest({
|
|
1988
1896
|
baseEndpoint: this._endpoint,
|
|
1989
1897
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2027,12 +1935,11 @@ class JavaManagementServiceClient {
|
|
|
2027
1935
|
* @param ListCryptoAnalysisResultsRequest
|
|
2028
1936
|
* @return ListCryptoAnalysisResultsResponse
|
|
2029
1937
|
* @throws OciError when an error occurs
|
|
2030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
|
|
2031
1939
|
*/
|
|
2032
1940
|
listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
|
|
2033
1941
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2034
|
-
|
|
2035
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listCryptoAnalysisResults.");
|
|
1942
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listCryptoAnalysisResults.");
|
|
2036
1943
|
const operationName = "listCryptoAnalysisResults";
|
|
2037
1944
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/CryptoAnalysisResult/ListCryptoAnalysisResults";
|
|
2038
1945
|
const pathParams = {
|
|
@@ -2054,8 +1961,6 @@ class JavaManagementServiceClient {
|
|
|
2054
1961
|
};
|
|
2055
1962
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2056
1963
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listCryptoAnalysisResultsRequest.retryConfiguration, specRetryConfiguration);
|
|
2057
|
-
if (this.logger)
|
|
2058
|
-
retrier.logger = this.logger;
|
|
2059
1964
|
const request = yield oci_common_1.composeRequest({
|
|
2060
1965
|
baseEndpoint: this._endpoint,
|
|
2061
1966
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2099,12 +2004,11 @@ class JavaManagementServiceClient {
|
|
|
2099
2004
|
* @param ListDrsFilesRequest
|
|
2100
2005
|
* @return ListDrsFilesResponse
|
|
2101
2006
|
* @throws OciError when an error occurs
|
|
2102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListDrsFiles.ts.html |here} to see how to use ListDrsFiles API.
|
|
2103
2008
|
*/
|
|
2104
2009
|
listDrsFiles(listDrsFilesRequest) {
|
|
2105
2010
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2106
|
-
|
|
2107
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listDrsFiles.");
|
|
2011
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listDrsFiles.");
|
|
2108
2012
|
const operationName = "listDrsFiles";
|
|
2109
2013
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DrsFileCollection/ListDrsFiles";
|
|
2110
2014
|
const pathParams = {
|
|
@@ -2122,8 +2026,6 @@ class JavaManagementServiceClient {
|
|
|
2122
2026
|
};
|
|
2123
2027
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2124
2028
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDrsFilesRequest.retryConfiguration, specRetryConfiguration);
|
|
2125
|
-
if (this.logger)
|
|
2126
|
-
retrier.logger = this.logger;
|
|
2127
2029
|
const request = yield oci_common_1.composeRequest({
|
|
2128
2030
|
baseEndpoint: this._endpoint,
|
|
2129
2031
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2168,12 +2070,11 @@ class JavaManagementServiceClient {
|
|
|
2168
2070
|
* @param ListFleetDiagnosesRequest
|
|
2169
2071
|
* @return ListFleetDiagnosesResponse
|
|
2170
2072
|
* @throws OciError when an error occurs
|
|
2171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
|
|
2172
2074
|
*/
|
|
2173
2075
|
listFleetDiagnoses(listFleetDiagnosesRequest) {
|
|
2174
2076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2175
|
-
|
|
2176
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listFleetDiagnoses.");
|
|
2077
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listFleetDiagnoses.");
|
|
2177
2078
|
const operationName = "listFleetDiagnoses";
|
|
2178
2079
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetDiagnosisSummary/ListFleetDiagnoses";
|
|
2179
2080
|
const pathParams = {
|
|
@@ -2189,8 +2090,6 @@ class JavaManagementServiceClient {
|
|
|
2189
2090
|
};
|
|
2190
2091
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2191
2092
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFleetDiagnosesRequest.retryConfiguration, specRetryConfiguration);
|
|
2192
|
-
if (this.logger)
|
|
2193
|
-
retrier.logger = this.logger;
|
|
2194
2093
|
const request = yield oci_common_1.composeRequest({
|
|
2195
2094
|
baseEndpoint: this._endpoint,
|
|
2196
2095
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2236,12 +2135,11 @@ class JavaManagementServiceClient {
|
|
|
2236
2135
|
* @param ListFleetsRequest
|
|
2237
2136
|
* @return ListFleetsResponse
|
|
2238
2137
|
* @throws OciError when an error occurs
|
|
2239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
|
|
2240
2139
|
*/
|
|
2241
2140
|
listFleets(listFleetsRequest) {
|
|
2242
2141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2243
|
-
|
|
2244
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listFleets.");
|
|
2142
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listFleets.");
|
|
2245
2143
|
const operationName = "listFleets";
|
|
2246
2144
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/ListFleets";
|
|
2247
2145
|
const pathParams = {};
|
|
@@ -2262,8 +2160,6 @@ class JavaManagementServiceClient {
|
|
|
2262
2160
|
};
|
|
2263
2161
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2264
2162
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFleetsRequest.retryConfiguration, specRetryConfiguration);
|
|
2265
|
-
if (this.logger)
|
|
2266
|
-
retrier.logger = this.logger;
|
|
2267
2163
|
const request = yield oci_common_1.composeRequest({
|
|
2268
2164
|
baseEndpoint: this._endpoint,
|
|
2269
2165
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2307,12 +2203,11 @@ class JavaManagementServiceClient {
|
|
|
2307
2203
|
* @param ListInstallationSitesRequest
|
|
2308
2204
|
* @return ListInstallationSitesResponse
|
|
2309
2205
|
* @throws OciError when an error occurs
|
|
2310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
|
|
2311
2207
|
*/
|
|
2312
2208
|
listInstallationSites(listInstallationSitesRequest) {
|
|
2313
2209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2314
|
-
|
|
2315
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listInstallationSites.");
|
|
2210
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listInstallationSites.");
|
|
2316
2211
|
const operationName = "listInstallationSites";
|
|
2317
2212
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/InstallationSiteSummary/ListInstallationSites";
|
|
2318
2213
|
const pathParams = {
|
|
@@ -2341,8 +2236,6 @@ class JavaManagementServiceClient {
|
|
|
2341
2236
|
};
|
|
2342
2237
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2343
2238
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listInstallationSitesRequest.retryConfiguration, specRetryConfiguration);
|
|
2344
|
-
if (this.logger)
|
|
2345
|
-
retrier.logger = this.logger;
|
|
2346
2239
|
const request = yield oci_common_1.composeRequest({
|
|
2347
2240
|
baseEndpoint: this._endpoint,
|
|
2348
2241
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2388,12 +2281,11 @@ class JavaManagementServiceClient {
|
|
|
2388
2281
|
* @param ListJavaFamiliesRequest
|
|
2389
2282
|
* @return ListJavaFamiliesResponse
|
|
2390
2283
|
* @throws OciError when an error occurs
|
|
2391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
|
|
2392
2285
|
*/
|
|
2393
2286
|
listJavaFamilies(listJavaFamiliesRequest) {
|
|
2394
2287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2395
|
-
|
|
2396
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listJavaFamilies.");
|
|
2288
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listJavaFamilies.");
|
|
2397
2289
|
const operationName = "listJavaFamilies";
|
|
2398
2290
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaFamily/ListJavaFamilies";
|
|
2399
2291
|
const pathParams = {};
|
|
@@ -2412,8 +2304,6 @@ class JavaManagementServiceClient {
|
|
|
2412
2304
|
};
|
|
2413
2305
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2414
2306
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJavaFamiliesRequest.retryConfiguration, specRetryConfiguration);
|
|
2415
|
-
if (this.logger)
|
|
2416
|
-
retrier.logger = this.logger;
|
|
2417
2307
|
const request = yield oci_common_1.composeRequest({
|
|
2418
2308
|
baseEndpoint: this._endpoint,
|
|
2419
2309
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2457,12 +2347,11 @@ class JavaManagementServiceClient {
|
|
|
2457
2347
|
* @param ListJavaMigrationAnalysisResultsRequest
|
|
2458
2348
|
* @return ListJavaMigrationAnalysisResultsResponse
|
|
2459
2349
|
* @throws OciError when an error occurs
|
|
2460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
|
|
2461
2351
|
*/
|
|
2462
2352
|
listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
|
|
2463
2353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2464
|
-
|
|
2465
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listJavaMigrationAnalysisResults.");
|
|
2354
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listJavaMigrationAnalysisResults.");
|
|
2466
2355
|
const operationName = "listJavaMigrationAnalysisResults";
|
|
2467
2356
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaMigrationAnalysisResult/ListJavaMigrationAnalysisResults";
|
|
2468
2357
|
const pathParams = {
|
|
@@ -2483,8 +2372,6 @@ class JavaManagementServiceClient {
|
|
|
2483
2372
|
};
|
|
2484
2373
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2485
2374
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJavaMigrationAnalysisResultsRequest.retryConfiguration, specRetryConfiguration);
|
|
2486
|
-
if (this.logger)
|
|
2487
|
-
retrier.logger = this.logger;
|
|
2488
2375
|
const request = yield oci_common_1.composeRequest({
|
|
2489
2376
|
baseEndpoint: this._endpoint,
|
|
2490
2377
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2529,12 +2416,11 @@ class JavaManagementServiceClient {
|
|
|
2529
2416
|
* @param ListJavaReleasesRequest
|
|
2530
2417
|
* @return ListJavaReleasesResponse
|
|
2531
2418
|
* @throws OciError when an error occurs
|
|
2532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
|
|
2533
2420
|
*/
|
|
2534
2421
|
listJavaReleases(listJavaReleasesRequest) {
|
|
2535
2422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2536
|
-
|
|
2537
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listJavaReleases.");
|
|
2423
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listJavaReleases.");
|
|
2538
2424
|
const operationName = "listJavaReleases";
|
|
2539
2425
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaRelease/ListJavaReleases";
|
|
2540
2426
|
const pathParams = {};
|
|
@@ -2555,8 +2441,6 @@ class JavaManagementServiceClient {
|
|
|
2555
2441
|
};
|
|
2556
2442
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2557
2443
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJavaReleasesRequest.retryConfiguration, specRetryConfiguration);
|
|
2558
|
-
if (this.logger)
|
|
2559
|
-
retrier.logger = this.logger;
|
|
2560
2444
|
const request = yield oci_common_1.composeRequest({
|
|
2561
2445
|
baseEndpoint: this._endpoint,
|
|
2562
2446
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2600,12 +2484,11 @@ class JavaManagementServiceClient {
|
|
|
2600
2484
|
* @param ListJreUsageRequest
|
|
2601
2485
|
* @return ListJreUsageResponse
|
|
2602
2486
|
* @throws OciError when an error occurs
|
|
2603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
|
|
2604
2488
|
*/
|
|
2605
2489
|
listJreUsage(listJreUsageRequest) {
|
|
2606
2490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2607
|
-
|
|
2608
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listJreUsage.");
|
|
2491
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listJreUsage.");
|
|
2609
2492
|
const operationName = "listJreUsage";
|
|
2610
2493
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JreUsage/ListJreUsage";
|
|
2611
2494
|
const pathParams = {};
|
|
@@ -2627,8 +2510,6 @@ class JavaManagementServiceClient {
|
|
|
2627
2510
|
};
|
|
2628
2511
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2629
2512
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJreUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
2630
|
-
if (this.logger)
|
|
2631
|
-
retrier.logger = this.logger;
|
|
2632
2513
|
const request = yield oci_common_1.composeRequest({
|
|
2633
2514
|
baseEndpoint: this._endpoint,
|
|
2634
2515
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2672,12 +2553,11 @@ class JavaManagementServiceClient {
|
|
|
2672
2553
|
* @param ListPerformanceTuningAnalysisResultsRequest
|
|
2673
2554
|
* @return ListPerformanceTuningAnalysisResultsResponse
|
|
2674
2555
|
* @throws OciError when an error occurs
|
|
2675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
|
|
2676
2557
|
*/
|
|
2677
2558
|
listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
|
|
2678
2559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2679
|
-
|
|
2680
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listPerformanceTuningAnalysisResults.");
|
|
2560
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listPerformanceTuningAnalysisResults.");
|
|
2681
2561
|
const operationName = "listPerformanceTuningAnalysisResults";
|
|
2682
2562
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PerformanceTuningAnalysisResult/ListPerformanceTuningAnalysisResults";
|
|
2683
2563
|
const pathParams = {
|
|
@@ -2699,8 +2579,6 @@ class JavaManagementServiceClient {
|
|
|
2699
2579
|
};
|
|
2700
2580
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2701
2581
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPerformanceTuningAnalysisResultsRequest.retryConfiguration, specRetryConfiguration);
|
|
2702
|
-
if (this.logger)
|
|
2703
|
-
retrier.logger = this.logger;
|
|
2704
2582
|
const request = yield oci_common_1.composeRequest({
|
|
2705
2583
|
baseEndpoint: this._endpoint,
|
|
2706
2584
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2745,12 +2623,11 @@ class JavaManagementServiceClient {
|
|
|
2745
2623
|
* @param ListWorkItemsRequest
|
|
2746
2624
|
* @return ListWorkItemsResponse
|
|
2747
2625
|
* @throws OciError when an error occurs
|
|
2748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
|
|
2749
2627
|
*/
|
|
2750
2628
|
listWorkItems(listWorkItemsRequest) {
|
|
2751
2629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2752
|
-
|
|
2753
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listWorkItems.");
|
|
2630
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listWorkItems.");
|
|
2754
2631
|
const operationName = "listWorkItems";
|
|
2755
2632
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkItemSummary/ListWorkItems";
|
|
2756
2633
|
const pathParams = {
|
|
@@ -2766,8 +2643,6 @@ class JavaManagementServiceClient {
|
|
|
2766
2643
|
};
|
|
2767
2644
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2768
2645
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkItemsRequest.retryConfiguration, specRetryConfiguration);
|
|
2769
|
-
if (this.logger)
|
|
2770
|
-
retrier.logger = this.logger;
|
|
2771
2646
|
const request = yield oci_common_1.composeRequest({
|
|
2772
2647
|
baseEndpoint: this._endpoint,
|
|
2773
2648
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2812,12 +2687,11 @@ class JavaManagementServiceClient {
|
|
|
2812
2687
|
* @param ListWorkRequestErrorsRequest
|
|
2813
2688
|
* @return ListWorkRequestErrorsResponse
|
|
2814
2689
|
* @throws OciError when an error occurs
|
|
2815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2816
2691
|
*/
|
|
2817
2692
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2818
2693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2819
|
-
|
|
2820
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listWorkRequestErrors.");
|
|
2694
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listWorkRequestErrors.");
|
|
2821
2695
|
const operationName = "listWorkRequestErrors";
|
|
2822
2696
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequestError/ListWorkRequestErrors";
|
|
2823
2697
|
const pathParams = {
|
|
@@ -2833,8 +2707,6 @@ class JavaManagementServiceClient {
|
|
|
2833
2707
|
};
|
|
2834
2708
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2835
2709
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
|
|
2836
|
-
if (this.logger)
|
|
2837
|
-
retrier.logger = this.logger;
|
|
2838
2710
|
const request = yield oci_common_1.composeRequest({
|
|
2839
2711
|
baseEndpoint: this._endpoint,
|
|
2840
2712
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2879,12 +2751,11 @@ class JavaManagementServiceClient {
|
|
|
2879
2751
|
* @param ListWorkRequestLogsRequest
|
|
2880
2752
|
* @return ListWorkRequestLogsResponse
|
|
2881
2753
|
* @throws OciError when an error occurs
|
|
2882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2883
2755
|
*/
|
|
2884
2756
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2885
2757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2886
|
-
|
|
2887
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listWorkRequestLogs.");
|
|
2758
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listWorkRequestLogs.");
|
|
2888
2759
|
const operationName = "listWorkRequestLogs";
|
|
2889
2760
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequestLogEntry/ListWorkRequestLogs";
|
|
2890
2761
|
const pathParams = {
|
|
@@ -2900,8 +2771,6 @@ class JavaManagementServiceClient {
|
|
|
2900
2771
|
};
|
|
2901
2772
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2902
2773
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
|
|
2903
|
-
if (this.logger)
|
|
2904
|
-
retrier.logger = this.logger;
|
|
2905
2774
|
const request = yield oci_common_1.composeRequest({
|
|
2906
2775
|
baseEndpoint: this._endpoint,
|
|
2907
2776
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2946,12 +2815,11 @@ class JavaManagementServiceClient {
|
|
|
2946
2815
|
* @param ListWorkRequestsRequest
|
|
2947
2816
|
* @return ListWorkRequestsResponse
|
|
2948
2817
|
* @throws OciError when an error occurs
|
|
2949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2950
2819
|
*/
|
|
2951
2820
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2952
2821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2953
|
-
|
|
2954
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#listWorkRequests.");
|
|
2822
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#listWorkRequests.");
|
|
2955
2823
|
const operationName = "listWorkRequests";
|
|
2956
2824
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequest/ListWorkRequests";
|
|
2957
2825
|
const pathParams = {};
|
|
@@ -2969,8 +2837,6 @@ class JavaManagementServiceClient {
|
|
|
2969
2837
|
};
|
|
2970
2838
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2971
2839
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
2972
|
-
if (this.logger)
|
|
2973
|
-
retrier.logger = this.logger;
|
|
2974
2840
|
const request = yield oci_common_1.composeRequest({
|
|
2975
2841
|
baseEndpoint: this._endpoint,
|
|
2976
2842
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3014,12 +2880,11 @@ class JavaManagementServiceClient {
|
|
|
3014
2880
|
* @param RemoveFleetInstallationSitesRequest
|
|
3015
2881
|
* @return RemoveFleetInstallationSitesResponse
|
|
3016
2882
|
* @throws OciError when an error occurs
|
|
3017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
|
|
3018
2884
|
*/
|
|
3019
2885
|
removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
|
|
3020
2886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3021
|
-
|
|
3022
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#removeFleetInstallationSites.");
|
|
2887
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#removeFleetInstallationSites.");
|
|
3023
2888
|
const operationName = "removeFleetInstallationSites";
|
|
3024
2889
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/InstallationSiteSummary/RemoveFleetInstallationSites";
|
|
3025
2890
|
const pathParams = {
|
|
@@ -3034,8 +2899,6 @@ class JavaManagementServiceClient {
|
|
|
3034
2899
|
};
|
|
3035
2900
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3036
2901
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeFleetInstallationSitesRequest.retryConfiguration, specRetryConfiguration);
|
|
3037
|
-
if (this.logger)
|
|
3038
|
-
retrier.logger = this.logger;
|
|
3039
2902
|
const request = yield oci_common_1.composeRequest({
|
|
3040
2903
|
baseEndpoint: this._endpoint,
|
|
3041
2904
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3077,12 +2940,11 @@ class JavaManagementServiceClient {
|
|
|
3077
2940
|
* @param RequestCryptoAnalysesRequest
|
|
3078
2941
|
* @return RequestCryptoAnalysesResponse
|
|
3079
2942
|
* @throws OciError when an error occurs
|
|
3080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
|
|
3081
2944
|
*/
|
|
3082
2945
|
requestCryptoAnalyses(requestCryptoAnalysesRequest) {
|
|
3083
2946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3084
|
-
|
|
3085
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#requestCryptoAnalyses.");
|
|
2947
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#requestCryptoAnalyses.");
|
|
3086
2948
|
const operationName = "requestCryptoAnalyses";
|
|
3087
2949
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestCryptoAnalyses";
|
|
3088
2950
|
const pathParams = {
|
|
@@ -3095,8 +2957,6 @@ class JavaManagementServiceClient {
|
|
|
3095
2957
|
};
|
|
3096
2958
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3097
2959
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestCryptoAnalysesRequest.retryConfiguration, specRetryConfiguration);
|
|
3098
|
-
if (this.logger)
|
|
3099
|
-
retrier.logger = this.logger;
|
|
3100
2960
|
const request = yield oci_common_1.composeRequest({
|
|
3101
2961
|
baseEndpoint: this._endpoint,
|
|
3102
2962
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3139,12 +2999,11 @@ class JavaManagementServiceClient {
|
|
|
3139
2999
|
* @param RequestJavaMigrationAnalysesRequest
|
|
3140
3000
|
* @return RequestJavaMigrationAnalysesResponse
|
|
3141
3001
|
* @throws OciError when an error occurs
|
|
3142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
|
|
3143
3003
|
*/
|
|
3144
3004
|
requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
|
|
3145
3005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3146
|
-
|
|
3147
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#requestJavaMigrationAnalyses.");
|
|
3006
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#requestJavaMigrationAnalyses.");
|
|
3148
3007
|
const operationName = "requestJavaMigrationAnalyses";
|
|
3149
3008
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestJavaMigrationAnalyses";
|
|
3150
3009
|
const pathParams = {
|
|
@@ -3157,8 +3016,6 @@ class JavaManagementServiceClient {
|
|
|
3157
3016
|
};
|
|
3158
3017
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3159
3018
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestJavaMigrationAnalysesRequest.retryConfiguration, specRetryConfiguration);
|
|
3160
|
-
if (this.logger)
|
|
3161
|
-
retrier.logger = this.logger;
|
|
3162
3019
|
const request = yield oci_common_1.composeRequest({
|
|
3163
3020
|
baseEndpoint: this._endpoint,
|
|
3164
3021
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3200,12 +3057,11 @@ class JavaManagementServiceClient {
|
|
|
3200
3057
|
* @param RequestJfrRecordingsRequest
|
|
3201
3058
|
* @return RequestJfrRecordingsResponse
|
|
3202
3059
|
* @throws OciError when an error occurs
|
|
3203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
|
|
3204
3061
|
*/
|
|
3205
3062
|
requestJfrRecordings(requestJfrRecordingsRequest) {
|
|
3206
3063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3207
|
-
|
|
3208
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#requestJfrRecordings.");
|
|
3064
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#requestJfrRecordings.");
|
|
3209
3065
|
const operationName = "requestJfrRecordings";
|
|
3210
3066
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestJfrRecordings";
|
|
3211
3067
|
const pathParams = {
|
|
@@ -3218,8 +3074,6 @@ class JavaManagementServiceClient {
|
|
|
3218
3074
|
};
|
|
3219
3075
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3220
3076
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestJfrRecordingsRequest.retryConfiguration, specRetryConfiguration);
|
|
3221
|
-
if (this.logger)
|
|
3222
|
-
retrier.logger = this.logger;
|
|
3223
3077
|
const request = yield oci_common_1.composeRequest({
|
|
3224
3078
|
baseEndpoint: this._endpoint,
|
|
3225
3079
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3262,12 +3116,11 @@ class JavaManagementServiceClient {
|
|
|
3262
3116
|
* @param RequestPerformanceTuningAnalysesRequest
|
|
3263
3117
|
* @return RequestPerformanceTuningAnalysesResponse
|
|
3264
3118
|
* @throws OciError when an error occurs
|
|
3265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
|
|
3266
3120
|
*/
|
|
3267
3121
|
requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
|
|
3268
3122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3269
|
-
|
|
3270
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#requestPerformanceTuningAnalyses.");
|
|
3123
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#requestPerformanceTuningAnalyses.");
|
|
3271
3124
|
const operationName = "requestPerformanceTuningAnalyses";
|
|
3272
3125
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestPerformanceTuningAnalyses";
|
|
3273
3126
|
const pathParams = {
|
|
@@ -3280,8 +3133,6 @@ class JavaManagementServiceClient {
|
|
|
3280
3133
|
};
|
|
3281
3134
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3282
3135
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestPerformanceTuningAnalysesRequest.retryConfiguration, specRetryConfiguration);
|
|
3283
|
-
if (this.logger)
|
|
3284
|
-
retrier.logger = this.logger;
|
|
3285
3136
|
const request = yield oci_common_1.composeRequest({
|
|
3286
3137
|
baseEndpoint: this._endpoint,
|
|
3287
3138
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3322,12 +3173,11 @@ class JavaManagementServiceClient {
|
|
|
3322
3173
|
* @param ScanJavaServerUsageRequest
|
|
3323
3174
|
* @return ScanJavaServerUsageResponse
|
|
3324
3175
|
* @throws OciError when an error occurs
|
|
3325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
|
|
3326
3177
|
*/
|
|
3327
3178
|
scanJavaServerUsage(scanJavaServerUsageRequest) {
|
|
3328
3179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3329
|
-
|
|
3330
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#scanJavaServerUsage.");
|
|
3180
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#scanJavaServerUsage.");
|
|
3331
3181
|
const operationName = "scanJavaServerUsage";
|
|
3332
3182
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaServerUsage/ScanJavaServerUsage";
|
|
3333
3183
|
const pathParams = {
|
|
@@ -3342,8 +3192,6 @@ class JavaManagementServiceClient {
|
|
|
3342
3192
|
};
|
|
3343
3193
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3344
3194
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, scanJavaServerUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3345
|
-
if (this.logger)
|
|
3346
|
-
retrier.logger = this.logger;
|
|
3347
3195
|
const request = yield oci_common_1.composeRequest({
|
|
3348
3196
|
baseEndpoint: this._endpoint,
|
|
3349
3197
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3384,12 +3232,11 @@ class JavaManagementServiceClient {
|
|
|
3384
3232
|
* @param ScanLibraryUsageRequest
|
|
3385
3233
|
* @return ScanLibraryUsageResponse
|
|
3386
3234
|
* @throws OciError when an error occurs
|
|
3387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
|
|
3388
3236
|
*/
|
|
3389
3237
|
scanLibraryUsage(scanLibraryUsageRequest) {
|
|
3390
3238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3391
|
-
|
|
3392
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#scanLibraryUsage.");
|
|
3239
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#scanLibraryUsage.");
|
|
3393
3240
|
const operationName = "scanLibraryUsage";
|
|
3394
3241
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/LibraryUsage/ScanLibraryUsage";
|
|
3395
3242
|
const pathParams = {
|
|
@@ -3404,8 +3251,6 @@ class JavaManagementServiceClient {
|
|
|
3404
3251
|
};
|
|
3405
3252
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3406
3253
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, scanLibraryUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3407
|
-
if (this.logger)
|
|
3408
|
-
retrier.logger = this.logger;
|
|
3409
3254
|
const request = yield oci_common_1.composeRequest({
|
|
3410
3255
|
baseEndpoint: this._endpoint,
|
|
3411
3256
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3447,12 +3292,11 @@ class JavaManagementServiceClient {
|
|
|
3447
3292
|
* @param SummarizeApplicationInstallationUsageRequest
|
|
3448
3293
|
* @return SummarizeApplicationInstallationUsageResponse
|
|
3449
3294
|
* @throws OciError when an error occurs
|
|
3450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
|
|
3451
3296
|
*/
|
|
3452
3297
|
summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
|
|
3453
3298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3454
|
-
|
|
3455
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeApplicationInstallationUsage.");
|
|
3299
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeApplicationInstallationUsage.");
|
|
3456
3300
|
const operationName = "summarizeApplicationInstallationUsage";
|
|
3457
3301
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ApplicationInstallationUsageSummary/SummarizeApplicationInstallationUsage";
|
|
3458
3302
|
const pathParams = {
|
|
@@ -3485,8 +3329,6 @@ class JavaManagementServiceClient {
|
|
|
3485
3329
|
};
|
|
3486
3330
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3487
3331
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeApplicationInstallationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3488
|
-
if (this.logger)
|
|
3489
|
-
retrier.logger = this.logger;
|
|
3490
3332
|
const request = yield oci_common_1.composeRequest({
|
|
3491
3333
|
baseEndpoint: this._endpoint,
|
|
3492
3334
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3530,12 +3372,11 @@ class JavaManagementServiceClient {
|
|
|
3530
3372
|
* @param SummarizeApplicationUsageRequest
|
|
3531
3373
|
* @return SummarizeApplicationUsageResponse
|
|
3532
3374
|
* @throws OciError when an error occurs
|
|
3533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
|
|
3534
3376
|
*/
|
|
3535
3377
|
summarizeApplicationUsage(summarizeApplicationUsageRequest) {
|
|
3536
3378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3537
|
-
|
|
3538
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeApplicationUsage.");
|
|
3379
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeApplicationUsage.");
|
|
3539
3380
|
const operationName = "summarizeApplicationUsage";
|
|
3540
3381
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ApplicationUsage/SummarizeApplicationUsage";
|
|
3541
3382
|
const pathParams = {
|
|
@@ -3567,8 +3408,6 @@ class JavaManagementServiceClient {
|
|
|
3567
3408
|
};
|
|
3568
3409
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3569
3410
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeApplicationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3570
|
-
if (this.logger)
|
|
3571
|
-
retrier.logger = this.logger;
|
|
3572
3411
|
const request = yield oci_common_1.composeRequest({
|
|
3573
3412
|
baseEndpoint: this._endpoint,
|
|
3574
3413
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3613,12 +3452,11 @@ class JavaManagementServiceClient {
|
|
|
3613
3452
|
* @param SummarizeDeployedApplicationInstallationUsageRequest
|
|
3614
3453
|
* @return SummarizeDeployedApplicationInstallationUsageResponse
|
|
3615
3454
|
* @throws OciError when an error occurs
|
|
3616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
|
|
3617
3456
|
*/
|
|
3618
3457
|
summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
|
|
3619
3458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3620
|
-
|
|
3621
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeDeployedApplicationInstallationUsage.");
|
|
3459
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeDeployedApplicationInstallationUsage.");
|
|
3622
3460
|
const operationName = "summarizeDeployedApplicationInstallationUsage";
|
|
3623
3461
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DeployedApplicationInstallationUsageSummary/SummarizeDeployedApplicationInstallationUsage";
|
|
3624
3462
|
const pathParams = {
|
|
@@ -3647,8 +3485,6 @@ class JavaManagementServiceClient {
|
|
|
3647
3485
|
};
|
|
3648
3486
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3649
3487
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeDeployedApplicationInstallationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3650
|
-
if (this.logger)
|
|
3651
|
-
retrier.logger = this.logger;
|
|
3652
3488
|
const request = yield oci_common_1.composeRequest({
|
|
3653
3489
|
baseEndpoint: this._endpoint,
|
|
3654
3490
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3693,12 +3529,11 @@ class JavaManagementServiceClient {
|
|
|
3693
3529
|
* @param SummarizeDeployedApplicationUsageRequest
|
|
3694
3530
|
* @return SummarizeDeployedApplicationUsageResponse
|
|
3695
3531
|
* @throws OciError when an error occurs
|
|
3696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
|
|
3697
3533
|
*/
|
|
3698
3534
|
summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
|
|
3699
3535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3700
|
-
|
|
3701
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeDeployedApplicationUsage.");
|
|
3536
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeDeployedApplicationUsage.");
|
|
3702
3537
|
const operationName = "summarizeDeployedApplicationUsage";
|
|
3703
3538
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DeployedApplicationUsage/SummarizeDeployedApplicationUsage";
|
|
3704
3539
|
const pathParams = {
|
|
@@ -3725,8 +3560,6 @@ class JavaManagementServiceClient {
|
|
|
3725
3560
|
};
|
|
3726
3561
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3727
3562
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeDeployedApplicationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3728
|
-
if (this.logger)
|
|
3729
|
-
retrier.logger = this.logger;
|
|
3730
3563
|
const request = yield oci_common_1.composeRequest({
|
|
3731
3564
|
baseEndpoint: this._endpoint,
|
|
3732
3565
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3770,12 +3603,11 @@ class JavaManagementServiceClient {
|
|
|
3770
3603
|
* @param SummarizeInstallationUsageRequest
|
|
3771
3604
|
* @return SummarizeInstallationUsageResponse
|
|
3772
3605
|
* @throws OciError when an error occurs
|
|
3773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
|
|
3774
3607
|
*/
|
|
3775
3608
|
summarizeInstallationUsage(summarizeInstallationUsageRequest) {
|
|
3776
3609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3777
|
-
|
|
3778
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeInstallationUsage.");
|
|
3610
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeInstallationUsage.");
|
|
3779
3611
|
const operationName = "summarizeInstallationUsage";
|
|
3780
3612
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/InstallationUsage/SummarizeInstallationUsage";
|
|
3781
3613
|
const pathParams = {
|
|
@@ -3804,8 +3636,6 @@ class JavaManagementServiceClient {
|
|
|
3804
3636
|
};
|
|
3805
3637
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3806
3638
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeInstallationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3807
|
-
if (this.logger)
|
|
3808
|
-
retrier.logger = this.logger;
|
|
3809
3639
|
const request = yield oci_common_1.composeRequest({
|
|
3810
3640
|
baseEndpoint: this._endpoint,
|
|
3811
3641
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3850,12 +3680,11 @@ class JavaManagementServiceClient {
|
|
|
3850
3680
|
* @param SummarizeJavaServerInstanceUsageRequest
|
|
3851
3681
|
* @return SummarizeJavaServerInstanceUsageResponse
|
|
3852
3682
|
* @throws OciError when an error occurs
|
|
3853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
|
|
3854
3684
|
*/
|
|
3855
3685
|
summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
|
|
3856
3686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3857
|
-
|
|
3858
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeJavaServerInstanceUsage.");
|
|
3687
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeJavaServerInstanceUsage.");
|
|
3859
3688
|
const operationName = "summarizeJavaServerInstanceUsage";
|
|
3860
3689
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaServerInstanceUsage/SummarizeJavaServerInstanceUsage";
|
|
3861
3690
|
const pathParams = {
|
|
@@ -3882,8 +3711,6 @@ class JavaManagementServiceClient {
|
|
|
3882
3711
|
};
|
|
3883
3712
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3884
3713
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeJavaServerInstanceUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3885
|
-
if (this.logger)
|
|
3886
|
-
retrier.logger = this.logger;
|
|
3887
3714
|
const request = yield oci_common_1.composeRequest({
|
|
3888
3715
|
baseEndpoint: this._endpoint,
|
|
3889
3716
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3928,12 +3755,11 @@ class JavaManagementServiceClient {
|
|
|
3928
3755
|
* @param SummarizeJavaServerUsageRequest
|
|
3929
3756
|
* @return SummarizeJavaServerUsageResponse
|
|
3930
3757
|
* @throws OciError when an error occurs
|
|
3931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
|
|
3932
3759
|
*/
|
|
3933
3760
|
summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
|
|
3934
3761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3935
|
-
|
|
3936
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeJavaServerUsage.");
|
|
3762
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeJavaServerUsage.");
|
|
3937
3763
|
const operationName = "summarizeJavaServerUsage";
|
|
3938
3764
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaServerUsage/SummarizeJavaServerUsage";
|
|
3939
3765
|
const pathParams = {
|
|
@@ -3957,8 +3783,6 @@ class JavaManagementServiceClient {
|
|
|
3957
3783
|
};
|
|
3958
3784
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3959
3785
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeJavaServerUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3960
|
-
if (this.logger)
|
|
3961
|
-
retrier.logger = this.logger;
|
|
3962
3786
|
const request = yield oci_common_1.composeRequest({
|
|
3963
3787
|
baseEndpoint: this._endpoint,
|
|
3964
3788
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4002,12 +3826,11 @@ class JavaManagementServiceClient {
|
|
|
4002
3826
|
* @param SummarizeJreUsageRequest
|
|
4003
3827
|
* @return SummarizeJreUsageResponse
|
|
4004
3828
|
* @throws OciError when an error occurs
|
|
4005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
|
|
4006
3830
|
*/
|
|
4007
3831
|
summarizeJreUsage(summarizeJreUsageRequest) {
|
|
4008
3832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4009
|
-
|
|
4010
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeJreUsage.");
|
|
3833
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeJreUsage.");
|
|
4011
3834
|
const operationName = "summarizeJreUsage";
|
|
4012
3835
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JreUsage/SummarizeJreUsage";
|
|
4013
3836
|
const pathParams = {
|
|
@@ -4036,8 +3859,6 @@ class JavaManagementServiceClient {
|
|
|
4036
3859
|
};
|
|
4037
3860
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4038
3861
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeJreUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
4039
|
-
if (this.logger)
|
|
4040
|
-
retrier.logger = this.logger;
|
|
4041
3862
|
const request = yield oci_common_1.composeRequest({
|
|
4042
3863
|
baseEndpoint: this._endpoint,
|
|
4043
3864
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4082,12 +3903,11 @@ class JavaManagementServiceClient {
|
|
|
4082
3903
|
* @param SummarizeLibraryUsageRequest
|
|
4083
3904
|
* @return SummarizeLibraryUsageResponse
|
|
4084
3905
|
* @throws OciError when an error occurs
|
|
4085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
|
|
4086
3907
|
*/
|
|
4087
3908
|
summarizeLibraryUsage(summarizeLibraryUsageRequest) {
|
|
4088
3909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4089
|
-
|
|
4090
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeLibraryUsage.");
|
|
3910
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeLibraryUsage.");
|
|
4091
3911
|
const operationName = "summarizeLibraryUsage";
|
|
4092
3912
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/LibraryUsage/SummarizeLibraryUsage";
|
|
4093
3913
|
const pathParams = {
|
|
@@ -4113,8 +3933,6 @@ class JavaManagementServiceClient {
|
|
|
4113
3933
|
};
|
|
4114
3934
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4115
3935
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeLibraryUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
4116
|
-
if (this.logger)
|
|
4117
|
-
retrier.logger = this.logger;
|
|
4118
3936
|
const request = yield oci_common_1.composeRequest({
|
|
4119
3937
|
baseEndpoint: this._endpoint,
|
|
4120
3938
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4158,12 +3976,11 @@ class JavaManagementServiceClient {
|
|
|
4158
3976
|
* @param SummarizeManagedInstanceUsageRequest
|
|
4159
3977
|
* @return SummarizeManagedInstanceUsageResponse
|
|
4160
3978
|
* @throws OciError when an error occurs
|
|
4161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
|
|
4162
3980
|
*/
|
|
4163
3981
|
summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
|
|
4164
3982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4165
|
-
|
|
4166
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeManagedInstanceUsage.");
|
|
3983
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeManagedInstanceUsage.");
|
|
4167
3984
|
const operationName = "summarizeManagedInstanceUsage";
|
|
4168
3985
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ManagedInstanceUsage/SummarizeManagedInstanceUsage";
|
|
4169
3986
|
const pathParams = {
|
|
@@ -4194,8 +4011,6 @@ class JavaManagementServiceClient {
|
|
|
4194
4011
|
};
|
|
4195
4012
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4196
4013
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeManagedInstanceUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
4197
|
-
if (this.logger)
|
|
4198
|
-
retrier.logger = this.logger;
|
|
4199
4014
|
const request = yield oci_common_1.composeRequest({
|
|
4200
4015
|
baseEndpoint: this._endpoint,
|
|
4201
4016
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4240,12 +4055,11 @@ class JavaManagementServiceClient {
|
|
|
4240
4055
|
* @param SummarizeResourceInventoryRequest
|
|
4241
4056
|
* @return SummarizeResourceInventoryResponse
|
|
4242
4057
|
* @throws OciError when an error occurs
|
|
4243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
|
|
4244
4059
|
*/
|
|
4245
4060
|
summarizeResourceInventory(summarizeResourceInventoryRequest) {
|
|
4246
4061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4247
|
-
|
|
4248
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeResourceInventory.");
|
|
4062
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#summarizeResourceInventory.");
|
|
4249
4063
|
const operationName = "summarizeResourceInventory";
|
|
4250
4064
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/SummarizeResourceInventory";
|
|
4251
4065
|
const pathParams = {};
|
|
@@ -4260,8 +4074,6 @@ class JavaManagementServiceClient {
|
|
|
4260
4074
|
};
|
|
4261
4075
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4262
4076
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeResourceInventoryRequest.retryConfiguration, specRetryConfiguration);
|
|
4263
|
-
if (this.logger)
|
|
4264
|
-
retrier.logger = this.logger;
|
|
4265
4077
|
const request = yield oci_common_1.composeRequest({
|
|
4266
4078
|
baseEndpoint: this._endpoint,
|
|
4267
4079
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4301,12 +4113,11 @@ class JavaManagementServiceClient {
|
|
|
4301
4113
|
* @param UpdateDrsFileRequest
|
|
4302
4114
|
* @return UpdateDrsFileResponse
|
|
4303
4115
|
* @throws OciError when an error occurs
|
|
4304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/UpdateDrsFile.ts.html |here} to see how to use UpdateDrsFile API.
|
|
4305
4117
|
*/
|
|
4306
4118
|
updateDrsFile(updateDrsFileRequest) {
|
|
4307
4119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4308
|
-
|
|
4309
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#updateDrsFile.");
|
|
4120
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#updateDrsFile.");
|
|
4310
4121
|
const operationName = "updateDrsFile";
|
|
4311
4122
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/UpdateDrsFile";
|
|
4312
4123
|
const pathParams = {
|
|
@@ -4322,8 +4133,6 @@ class JavaManagementServiceClient {
|
|
|
4322
4133
|
};
|
|
4323
4134
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4324
4135
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDrsFileRequest.retryConfiguration, specRetryConfiguration);
|
|
4325
|
-
if (this.logger)
|
|
4326
|
-
retrier.logger = this.logger;
|
|
4327
4136
|
const request = yield oci_common_1.composeRequest({
|
|
4328
4137
|
baseEndpoint: this._endpoint,
|
|
4329
4138
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4364,12 +4173,11 @@ class JavaManagementServiceClient {
|
|
|
4364
4173
|
* @param UpdateExportSettingRequest
|
|
4365
4174
|
* @return UpdateExportSettingResponse
|
|
4366
4175
|
* @throws OciError when an error occurs
|
|
4367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/UpdateExportSetting.ts.html |here} to see how to use UpdateExportSetting API.
|
|
4368
4177
|
*/
|
|
4369
4178
|
updateExportSetting(updateExportSettingRequest) {
|
|
4370
4179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4371
|
-
|
|
4372
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#updateExportSetting.");
|
|
4180
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#updateExportSetting.");
|
|
4373
4181
|
const operationName = "updateExportSetting";
|
|
4374
4182
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ExportSetting/UpdateExportSetting";
|
|
4375
4183
|
const pathParams = {
|
|
@@ -4383,8 +4191,6 @@ class JavaManagementServiceClient {
|
|
|
4383
4191
|
};
|
|
4384
4192
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4385
4193
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateExportSettingRequest.retryConfiguration, specRetryConfiguration);
|
|
4386
|
-
if (this.logger)
|
|
4387
|
-
retrier.logger = this.logger;
|
|
4388
4194
|
const request = yield oci_common_1.composeRequest({
|
|
4389
4195
|
baseEndpoint: this._endpoint,
|
|
4390
4196
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4429,12 +4235,11 @@ class JavaManagementServiceClient {
|
|
|
4429
4235
|
* @param UpdateFleetRequest
|
|
4430
4236
|
* @return UpdateFleetResponse
|
|
4431
4237
|
* @throws OciError when an error occurs
|
|
4432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
|
|
4433
4239
|
*/
|
|
4434
4240
|
updateFleet(updateFleetRequest) {
|
|
4435
4241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4436
|
-
|
|
4437
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#updateFleet.");
|
|
4242
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#updateFleet.");
|
|
4438
4243
|
const operationName = "updateFleet";
|
|
4439
4244
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/UpdateFleet";
|
|
4440
4245
|
const pathParams = {
|
|
@@ -4448,8 +4253,6 @@ class JavaManagementServiceClient {
|
|
|
4448
4253
|
};
|
|
4449
4254
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4450
4255
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFleetRequest.retryConfiguration, specRetryConfiguration);
|
|
4451
|
-
if (this.logger)
|
|
4452
|
-
retrier.logger = this.logger;
|
|
4453
4256
|
const request = yield oci_common_1.composeRequest({
|
|
4454
4257
|
baseEndpoint: this._endpoint,
|
|
4455
4258
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4492,12 +4295,11 @@ class JavaManagementServiceClient {
|
|
|
4492
4295
|
* @param UpdateFleetAdvancedFeatureConfigurationRequest
|
|
4493
4296
|
* @return UpdateFleetAdvancedFeatureConfigurationResponse
|
|
4494
4297
|
* @throws OciError when an error occurs
|
|
4495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
|
|
4496
4299
|
*/
|
|
4497
4300
|
updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
|
|
4498
4301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4499
|
-
|
|
4500
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#updateFleetAdvancedFeatureConfiguration.");
|
|
4302
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#updateFleetAdvancedFeatureConfiguration.");
|
|
4501
4303
|
const operationName = "updateFleetAdvancedFeatureConfiguration";
|
|
4502
4304
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetAdvancedFeatureConfiguration/UpdateFleetAdvancedFeatureConfiguration";
|
|
4503
4305
|
const pathParams = {
|
|
@@ -4512,8 +4314,6 @@ class JavaManagementServiceClient {
|
|
|
4512
4314
|
};
|
|
4513
4315
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4514
4316
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFleetAdvancedFeatureConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
4515
|
-
if (this.logger)
|
|
4516
|
-
retrier.logger = this.logger;
|
|
4517
4317
|
const request = yield oci_common_1.composeRequest({
|
|
4518
4318
|
baseEndpoint: this._endpoint,
|
|
4519
4319
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4558,12 +4358,11 @@ class JavaManagementServiceClient {
|
|
|
4558
4358
|
* @param UpdateFleetAgentConfigurationRequest
|
|
4559
4359
|
* @return UpdateFleetAgentConfigurationResponse
|
|
4560
4360
|
* @throws OciError when an error occurs
|
|
4561
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
|
|
4562
4362
|
*/
|
|
4563
4363
|
updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
|
|
4564
4364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4565
|
-
|
|
4566
|
-
this.logger.debug("Calling operation JavaManagementServiceClient#updateFleetAgentConfiguration.");
|
|
4365
|
+
oci_common_1.logger.debug("Calling operation JavaManagementServiceClient#updateFleetAgentConfiguration.");
|
|
4567
4366
|
const operationName = "updateFleetAgentConfiguration";
|
|
4568
4367
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetAgentConfiguration/UpdateFleetAgentConfiguration";
|
|
4569
4368
|
const pathParams = {
|
|
@@ -4577,8 +4376,6 @@ class JavaManagementServiceClient {
|
|
|
4577
4376
|
};
|
|
4578
4377
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4579
4378
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFleetAgentConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
4580
|
-
if (this.logger)
|
|
4581
|
-
retrier.logger = this.logger;
|
|
4582
4379
|
const request = yield oci_common_1.composeRequest({
|
|
4583
4380
|
baseEndpoint: this._endpoint,
|
|
4584
4381
|
defaultHeaders: this._defaultHeaders,
|