oci-jms 2.77.1 → 2.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +66 -66
- package/lib/client.js +66 -66
- 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
|
@@ -196,7 +196,7 @@ class JavaManagementServiceClient {
|
|
|
196
196
|
* @param AddFleetInstallationSitesRequest
|
|
197
197
|
* @return AddFleetInstallationSitesResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
|
|
200
200
|
*/
|
|
201
201
|
addFleetInstallationSites(addFleetInstallationSitesRequest) {
|
|
202
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -258,7 +258,7 @@ class JavaManagementServiceClient {
|
|
|
258
258
|
* @param CancelWorkRequestRequest
|
|
259
259
|
* @return CancelWorkRequestResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
262
262
|
*/
|
|
263
263
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
264
264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -314,7 +314,7 @@ class JavaManagementServiceClient {
|
|
|
314
314
|
* @param ChangeFleetCompartmentRequest
|
|
315
315
|
* @return ChangeFleetCompartmentResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
|
|
318
318
|
*/
|
|
319
319
|
changeFleetCompartment(changeFleetCompartmentRequest) {
|
|
320
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -377,7 +377,7 @@ class JavaManagementServiceClient {
|
|
|
377
377
|
* @param CreateBlocklistRequest
|
|
378
378
|
* @return CreateBlocklistResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
|
|
381
381
|
*/
|
|
382
382
|
createBlocklist(createBlocklistRequest) {
|
|
383
383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -443,7 +443,7 @@ class JavaManagementServiceClient {
|
|
|
443
443
|
* @param CreateDrsFileRequest
|
|
444
444
|
* @return CreateDrsFileResponse
|
|
445
445
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/CreateDrsFile.ts.html |here} to see how to use CreateDrsFile API.
|
|
447
447
|
*/
|
|
448
448
|
createDrsFile(createDrsFileRequest) {
|
|
449
449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -512,7 +512,7 @@ class JavaManagementServiceClient {
|
|
|
512
512
|
* @param CreateFleetRequest
|
|
513
513
|
* @return CreateFleetResponse
|
|
514
514
|
* @throws OciError when an error occurs
|
|
515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
|
|
516
516
|
*/
|
|
517
517
|
createFleet(createFleetRequest) {
|
|
518
518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -571,7 +571,7 @@ class JavaManagementServiceClient {
|
|
|
571
571
|
* @param DeleteBlocklistRequest
|
|
572
572
|
* @return DeleteBlocklistResponse
|
|
573
573
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
|
|
575
575
|
*/
|
|
576
576
|
deleteBlocklist(deleteBlocklistRequest) {
|
|
577
577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -627,7 +627,7 @@ class JavaManagementServiceClient {
|
|
|
627
627
|
* @param DeleteCryptoAnalysisResultRequest
|
|
628
628
|
* @return DeleteCryptoAnalysisResultResponse
|
|
629
629
|
* @throws OciError when an error occurs
|
|
630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
|
|
631
631
|
*/
|
|
632
632
|
deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
|
|
633
633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -689,7 +689,7 @@ class JavaManagementServiceClient {
|
|
|
689
689
|
* @param DeleteDrsFileRequest
|
|
690
690
|
* @return DeleteDrsFileResponse
|
|
691
691
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/DeleteDrsFile.ts.html |here} to see how to use DeleteDrsFile API.
|
|
693
693
|
*/
|
|
694
694
|
deleteDrsFile(deleteDrsFileRequest) {
|
|
695
695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -750,7 +750,7 @@ class JavaManagementServiceClient {
|
|
|
750
750
|
* @param DeleteFleetRequest
|
|
751
751
|
* @return DeleteFleetResponse
|
|
752
752
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
|
|
754
754
|
*/
|
|
755
755
|
deleteFleet(deleteFleetRequest) {
|
|
756
756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -810,7 +810,7 @@ class JavaManagementServiceClient {
|
|
|
810
810
|
* @param DeleteJavaMigrationAnalysisResultRequest
|
|
811
811
|
* @return DeleteJavaMigrationAnalysisResultResponse
|
|
812
812
|
* @throws OciError when an error occurs
|
|
813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
|
|
814
814
|
*/
|
|
815
815
|
deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
|
|
816
816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -871,7 +871,7 @@ class JavaManagementServiceClient {
|
|
|
871
871
|
* @param DeletePerformanceTuningAnalysisResultRequest
|
|
872
872
|
* @return DeletePerformanceTuningAnalysisResultResponse
|
|
873
873
|
* @throws OciError when an error occurs
|
|
874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
|
|
875
875
|
*/
|
|
876
876
|
deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
|
|
877
877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -933,7 +933,7 @@ class JavaManagementServiceClient {
|
|
|
933
933
|
* @param DisableDrsRequest
|
|
934
934
|
* @return DisableDrsResponse
|
|
935
935
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/DisableDrs.ts.html |here} to see how to use DisableDrs API.
|
|
937
937
|
*/
|
|
938
938
|
disableDrs(disableDrsRequest) {
|
|
939
939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -996,7 +996,7 @@ class JavaManagementServiceClient {
|
|
|
996
996
|
* @param EnableDrsRequest
|
|
997
997
|
* @return EnableDrsResponse
|
|
998
998
|
* @throws OciError when an error occurs
|
|
999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/EnableDrs.ts.html |here} to see how to use EnableDrs API.
|
|
1000
1000
|
*/
|
|
1001
1001
|
enableDrs(enableDrsRequest) {
|
|
1002
1002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1059,7 +1059,7 @@ class JavaManagementServiceClient {
|
|
|
1059
1059
|
* @param GenerateAgentDeployScriptRequest
|
|
1060
1060
|
* @return GenerateAgentDeployScriptResponse
|
|
1061
1061
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
|
|
1063
1063
|
*/
|
|
1064
1064
|
generateAgentDeployScript(generateAgentDeployScriptRequest) {
|
|
1065
1065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1127,7 +1127,7 @@ class JavaManagementServiceClient {
|
|
|
1127
1127
|
* @param GetCryptoAnalysisResultRequest
|
|
1128
1128
|
* @return GetCryptoAnalysisResultResponse
|
|
1129
1129
|
* @throws OciError when an error occurs
|
|
1130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
|
|
1131
1131
|
*/
|
|
1132
1132
|
getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
|
|
1133
1133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1191,7 +1191,7 @@ class JavaManagementServiceClient {
|
|
|
1191
1191
|
* @param GetDrsFileRequest
|
|
1192
1192
|
* @return GetDrsFileResponse
|
|
1193
1193
|
* @throws OciError when an error occurs
|
|
1194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetDrsFile.ts.html |here} to see how to use GetDrsFile API.
|
|
1195
1195
|
*/
|
|
1196
1196
|
getDrsFile(getDrsFileRequest) {
|
|
1197
1197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1257,7 +1257,7 @@ class JavaManagementServiceClient {
|
|
|
1257
1257
|
* @param GetExportSettingRequest
|
|
1258
1258
|
* @return GetExportSettingResponse
|
|
1259
1259
|
* @throws OciError when an error occurs
|
|
1260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetExportSetting.ts.html |here} to see how to use GetExportSetting API.
|
|
1261
1261
|
*/
|
|
1262
1262
|
getExportSetting(getExportSettingRequest) {
|
|
1263
1263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1320,7 +1320,7 @@ class JavaManagementServiceClient {
|
|
|
1320
1320
|
* @param GetExportStatusRequest
|
|
1321
1321
|
* @return GetExportStatusResponse
|
|
1322
1322
|
* @throws OciError when an error occurs
|
|
1323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetExportStatus.ts.html |here} to see how to use GetExportStatus API.
|
|
1324
1324
|
*/
|
|
1325
1325
|
getExportStatus(getExportStatusRequest) {
|
|
1326
1326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1383,7 +1383,7 @@ class JavaManagementServiceClient {
|
|
|
1383
1383
|
* @param GetFleetRequest
|
|
1384
1384
|
* @return GetFleetResponse
|
|
1385
1385
|
* @throws OciError when an error occurs
|
|
1386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
|
|
1387
1387
|
*/
|
|
1388
1388
|
getFleet(getFleetRequest) {
|
|
1389
1389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1447,7 +1447,7 @@ class JavaManagementServiceClient {
|
|
|
1447
1447
|
* @param GetFleetAdvancedFeatureConfigurationRequest
|
|
1448
1448
|
* @return GetFleetAdvancedFeatureConfigurationResponse
|
|
1449
1449
|
* @throws OciError when an error occurs
|
|
1450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
|
|
1451
1451
|
*/
|
|
1452
1452
|
getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
|
|
1453
1453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1511,7 +1511,7 @@ class JavaManagementServiceClient {
|
|
|
1511
1511
|
* @param GetFleetAgentConfigurationRequest
|
|
1512
1512
|
* @return GetFleetAgentConfigurationResponse
|
|
1513
1513
|
* @throws OciError when an error occurs
|
|
1514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
|
|
1515
1515
|
*/
|
|
1516
1516
|
getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
|
|
1517
1517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1575,7 +1575,7 @@ class JavaManagementServiceClient {
|
|
|
1575
1575
|
* @param GetJavaFamilyRequest
|
|
1576
1576
|
* @return GetJavaFamilyResponse
|
|
1577
1577
|
* @throws OciError when an error occurs
|
|
1578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
|
|
1579
1579
|
*/
|
|
1580
1580
|
getJavaFamily(getJavaFamilyRequest) {
|
|
1581
1581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1633,7 +1633,7 @@ class JavaManagementServiceClient {
|
|
|
1633
1633
|
* @param GetJavaMigrationAnalysisResultRequest
|
|
1634
1634
|
* @return GetJavaMigrationAnalysisResultResponse
|
|
1635
1635
|
* @throws OciError when an error occurs
|
|
1636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
|
|
1637
1637
|
*/
|
|
1638
1638
|
getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
|
|
1639
1639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1697,7 +1697,7 @@ class JavaManagementServiceClient {
|
|
|
1697
1697
|
* @param GetJavaReleaseRequest
|
|
1698
1698
|
* @return GetJavaReleaseResponse
|
|
1699
1699
|
* @throws OciError when an error occurs
|
|
1700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
|
|
1701
1701
|
*/
|
|
1702
1702
|
getJavaRelease(getJavaReleaseRequest) {
|
|
1703
1703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1755,7 +1755,7 @@ class JavaManagementServiceClient {
|
|
|
1755
1755
|
* @param GetPerformanceTuningAnalysisResultRequest
|
|
1756
1756
|
* @return GetPerformanceTuningAnalysisResultResponse
|
|
1757
1757
|
* @throws OciError when an error occurs
|
|
1758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
|
|
1759
1759
|
*/
|
|
1760
1760
|
getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
|
|
1761
1761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1819,7 +1819,7 @@ class JavaManagementServiceClient {
|
|
|
1819
1819
|
* @param GetWorkRequestRequest
|
|
1820
1820
|
* @return GetWorkRequestResponse
|
|
1821
1821
|
* @throws OciError when an error occurs
|
|
1822
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1823
1823
|
*/
|
|
1824
1824
|
getWorkRequest(getWorkRequestRequest) {
|
|
1825
1825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1887,7 +1887,7 @@ class JavaManagementServiceClient {
|
|
|
1887
1887
|
* @param ListAnnouncementsRequest
|
|
1888
1888
|
* @return ListAnnouncementsResponse
|
|
1889
1889
|
* @throws OciError when an error occurs
|
|
1890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
1891
1891
|
*/
|
|
1892
1892
|
listAnnouncements(listAnnouncementsRequest) {
|
|
1893
1893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1957,7 +1957,7 @@ class JavaManagementServiceClient {
|
|
|
1957
1957
|
* @param ListBlocklistsRequest
|
|
1958
1958
|
* @return ListBlocklistsResponse
|
|
1959
1959
|
* @throws OciError when an error occurs
|
|
1960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
|
|
1961
1961
|
*/
|
|
1962
1962
|
listBlocklists(listBlocklistsRequest) {
|
|
1963
1963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2027,7 +2027,7 @@ class JavaManagementServiceClient {
|
|
|
2027
2027
|
* @param ListCryptoAnalysisResultsRequest
|
|
2028
2028
|
* @return ListCryptoAnalysisResultsResponse
|
|
2029
2029
|
* @throws OciError when an error occurs
|
|
2030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
|
|
2031
2031
|
*/
|
|
2032
2032
|
listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
|
|
2033
2033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2099,7 +2099,7 @@ class JavaManagementServiceClient {
|
|
|
2099
2099
|
* @param ListDrsFilesRequest
|
|
2100
2100
|
* @return ListDrsFilesResponse
|
|
2101
2101
|
* @throws OciError when an error occurs
|
|
2102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListDrsFiles.ts.html |here} to see how to use ListDrsFiles API.
|
|
2103
2103
|
*/
|
|
2104
2104
|
listDrsFiles(listDrsFilesRequest) {
|
|
2105
2105
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2168,7 +2168,7 @@ class JavaManagementServiceClient {
|
|
|
2168
2168
|
* @param ListFleetDiagnosesRequest
|
|
2169
2169
|
* @return ListFleetDiagnosesResponse
|
|
2170
2170
|
* @throws OciError when an error occurs
|
|
2171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
|
|
2172
2172
|
*/
|
|
2173
2173
|
listFleetDiagnoses(listFleetDiagnosesRequest) {
|
|
2174
2174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2236,7 +2236,7 @@ class JavaManagementServiceClient {
|
|
|
2236
2236
|
* @param ListFleetsRequest
|
|
2237
2237
|
* @return ListFleetsResponse
|
|
2238
2238
|
* @throws OciError when an error occurs
|
|
2239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
|
|
2240
2240
|
*/
|
|
2241
2241
|
listFleets(listFleetsRequest) {
|
|
2242
2242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2307,7 +2307,7 @@ class JavaManagementServiceClient {
|
|
|
2307
2307
|
* @param ListInstallationSitesRequest
|
|
2308
2308
|
* @return ListInstallationSitesResponse
|
|
2309
2309
|
* @throws OciError when an error occurs
|
|
2310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
|
|
2311
2311
|
*/
|
|
2312
2312
|
listInstallationSites(listInstallationSitesRequest) {
|
|
2313
2313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2388,7 +2388,7 @@ class JavaManagementServiceClient {
|
|
|
2388
2388
|
* @param ListJavaFamiliesRequest
|
|
2389
2389
|
* @return ListJavaFamiliesResponse
|
|
2390
2390
|
* @throws OciError when an error occurs
|
|
2391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
|
|
2392
2392
|
*/
|
|
2393
2393
|
listJavaFamilies(listJavaFamiliesRequest) {
|
|
2394
2394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2457,7 +2457,7 @@ class JavaManagementServiceClient {
|
|
|
2457
2457
|
* @param ListJavaMigrationAnalysisResultsRequest
|
|
2458
2458
|
* @return ListJavaMigrationAnalysisResultsResponse
|
|
2459
2459
|
* @throws OciError when an error occurs
|
|
2460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
|
|
2461
2461
|
*/
|
|
2462
2462
|
listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
|
|
2463
2463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2529,7 +2529,7 @@ class JavaManagementServiceClient {
|
|
|
2529
2529
|
* @param ListJavaReleasesRequest
|
|
2530
2530
|
* @return ListJavaReleasesResponse
|
|
2531
2531
|
* @throws OciError when an error occurs
|
|
2532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
|
|
2533
2533
|
*/
|
|
2534
2534
|
listJavaReleases(listJavaReleasesRequest) {
|
|
2535
2535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2600,7 +2600,7 @@ class JavaManagementServiceClient {
|
|
|
2600
2600
|
* @param ListJreUsageRequest
|
|
2601
2601
|
* @return ListJreUsageResponse
|
|
2602
2602
|
* @throws OciError when an error occurs
|
|
2603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
|
|
2604
2604
|
*/
|
|
2605
2605
|
listJreUsage(listJreUsageRequest) {
|
|
2606
2606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2672,7 +2672,7 @@ class JavaManagementServiceClient {
|
|
|
2672
2672
|
* @param ListPerformanceTuningAnalysisResultsRequest
|
|
2673
2673
|
* @return ListPerformanceTuningAnalysisResultsResponse
|
|
2674
2674
|
* @throws OciError when an error occurs
|
|
2675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
|
|
2676
2676
|
*/
|
|
2677
2677
|
listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
|
|
2678
2678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2745,7 +2745,7 @@ class JavaManagementServiceClient {
|
|
|
2745
2745
|
* @param ListWorkItemsRequest
|
|
2746
2746
|
* @return ListWorkItemsResponse
|
|
2747
2747
|
* @throws OciError when an error occurs
|
|
2748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
|
|
2749
2749
|
*/
|
|
2750
2750
|
listWorkItems(listWorkItemsRequest) {
|
|
2751
2751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2812,7 +2812,7 @@ class JavaManagementServiceClient {
|
|
|
2812
2812
|
* @param ListWorkRequestErrorsRequest
|
|
2813
2813
|
* @return ListWorkRequestErrorsResponse
|
|
2814
2814
|
* @throws OciError when an error occurs
|
|
2815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2816
2816
|
*/
|
|
2817
2817
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2818
2818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2879,7 +2879,7 @@ class JavaManagementServiceClient {
|
|
|
2879
2879
|
* @param ListWorkRequestLogsRequest
|
|
2880
2880
|
* @return ListWorkRequestLogsResponse
|
|
2881
2881
|
* @throws OciError when an error occurs
|
|
2882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2883
2883
|
*/
|
|
2884
2884
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2885
2885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2946,7 +2946,7 @@ class JavaManagementServiceClient {
|
|
|
2946
2946
|
* @param ListWorkRequestsRequest
|
|
2947
2947
|
* @return ListWorkRequestsResponse
|
|
2948
2948
|
* @throws OciError when an error occurs
|
|
2949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2950
2950
|
*/
|
|
2951
2951
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2952
2952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3014,7 +3014,7 @@ class JavaManagementServiceClient {
|
|
|
3014
3014
|
* @param RemoveFleetInstallationSitesRequest
|
|
3015
3015
|
* @return RemoveFleetInstallationSitesResponse
|
|
3016
3016
|
* @throws OciError when an error occurs
|
|
3017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
|
|
3018
3018
|
*/
|
|
3019
3019
|
removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
|
|
3020
3020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3077,7 +3077,7 @@ class JavaManagementServiceClient {
|
|
|
3077
3077
|
* @param RequestCryptoAnalysesRequest
|
|
3078
3078
|
* @return RequestCryptoAnalysesResponse
|
|
3079
3079
|
* @throws OciError when an error occurs
|
|
3080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
|
|
3081
3081
|
*/
|
|
3082
3082
|
requestCryptoAnalyses(requestCryptoAnalysesRequest) {
|
|
3083
3083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3139,7 +3139,7 @@ class JavaManagementServiceClient {
|
|
|
3139
3139
|
* @param RequestJavaMigrationAnalysesRequest
|
|
3140
3140
|
* @return RequestJavaMigrationAnalysesResponse
|
|
3141
3141
|
* @throws OciError when an error occurs
|
|
3142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
|
|
3143
3143
|
*/
|
|
3144
3144
|
requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
|
|
3145
3145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3200,7 +3200,7 @@ class JavaManagementServiceClient {
|
|
|
3200
3200
|
* @param RequestJfrRecordingsRequest
|
|
3201
3201
|
* @return RequestJfrRecordingsResponse
|
|
3202
3202
|
* @throws OciError when an error occurs
|
|
3203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
|
|
3204
3204
|
*/
|
|
3205
3205
|
requestJfrRecordings(requestJfrRecordingsRequest) {
|
|
3206
3206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3262,7 +3262,7 @@ class JavaManagementServiceClient {
|
|
|
3262
3262
|
* @param RequestPerformanceTuningAnalysesRequest
|
|
3263
3263
|
* @return RequestPerformanceTuningAnalysesResponse
|
|
3264
3264
|
* @throws OciError when an error occurs
|
|
3265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
|
|
3266
3266
|
*/
|
|
3267
3267
|
requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
|
|
3268
3268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3322,7 +3322,7 @@ class JavaManagementServiceClient {
|
|
|
3322
3322
|
* @param ScanJavaServerUsageRequest
|
|
3323
3323
|
* @return ScanJavaServerUsageResponse
|
|
3324
3324
|
* @throws OciError when an error occurs
|
|
3325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
|
|
3326
3326
|
*/
|
|
3327
3327
|
scanJavaServerUsage(scanJavaServerUsageRequest) {
|
|
3328
3328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3384,7 +3384,7 @@ class JavaManagementServiceClient {
|
|
|
3384
3384
|
* @param ScanLibraryUsageRequest
|
|
3385
3385
|
* @return ScanLibraryUsageResponse
|
|
3386
3386
|
* @throws OciError when an error occurs
|
|
3387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
|
|
3388
3388
|
*/
|
|
3389
3389
|
scanLibraryUsage(scanLibraryUsageRequest) {
|
|
3390
3390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3447,7 +3447,7 @@ class JavaManagementServiceClient {
|
|
|
3447
3447
|
* @param SummarizeApplicationInstallationUsageRequest
|
|
3448
3448
|
* @return SummarizeApplicationInstallationUsageResponse
|
|
3449
3449
|
* @throws OciError when an error occurs
|
|
3450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
|
|
3451
3451
|
*/
|
|
3452
3452
|
summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
|
|
3453
3453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3530,7 +3530,7 @@ class JavaManagementServiceClient {
|
|
|
3530
3530
|
* @param SummarizeApplicationUsageRequest
|
|
3531
3531
|
* @return SummarizeApplicationUsageResponse
|
|
3532
3532
|
* @throws OciError when an error occurs
|
|
3533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
|
|
3534
3534
|
*/
|
|
3535
3535
|
summarizeApplicationUsage(summarizeApplicationUsageRequest) {
|
|
3536
3536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3613,7 +3613,7 @@ class JavaManagementServiceClient {
|
|
|
3613
3613
|
* @param SummarizeDeployedApplicationInstallationUsageRequest
|
|
3614
3614
|
* @return SummarizeDeployedApplicationInstallationUsageResponse
|
|
3615
3615
|
* @throws OciError when an error occurs
|
|
3616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
|
|
3617
3617
|
*/
|
|
3618
3618
|
summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
|
|
3619
3619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3693,7 +3693,7 @@ class JavaManagementServiceClient {
|
|
|
3693
3693
|
* @param SummarizeDeployedApplicationUsageRequest
|
|
3694
3694
|
* @return SummarizeDeployedApplicationUsageResponse
|
|
3695
3695
|
* @throws OciError when an error occurs
|
|
3696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
|
|
3697
3697
|
*/
|
|
3698
3698
|
summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
|
|
3699
3699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3770,7 +3770,7 @@ class JavaManagementServiceClient {
|
|
|
3770
3770
|
* @param SummarizeInstallationUsageRequest
|
|
3771
3771
|
* @return SummarizeInstallationUsageResponse
|
|
3772
3772
|
* @throws OciError when an error occurs
|
|
3773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
|
|
3774
3774
|
*/
|
|
3775
3775
|
summarizeInstallationUsage(summarizeInstallationUsageRequest) {
|
|
3776
3776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3850,7 +3850,7 @@ class JavaManagementServiceClient {
|
|
|
3850
3850
|
* @param SummarizeJavaServerInstanceUsageRequest
|
|
3851
3851
|
* @return SummarizeJavaServerInstanceUsageResponse
|
|
3852
3852
|
* @throws OciError when an error occurs
|
|
3853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
|
|
3854
3854
|
*/
|
|
3855
3855
|
summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
|
|
3856
3856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3928,7 +3928,7 @@ class JavaManagementServiceClient {
|
|
|
3928
3928
|
* @param SummarizeJavaServerUsageRequest
|
|
3929
3929
|
* @return SummarizeJavaServerUsageResponse
|
|
3930
3930
|
* @throws OciError when an error occurs
|
|
3931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
|
|
3932
3932
|
*/
|
|
3933
3933
|
summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
|
|
3934
3934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4002,7 +4002,7 @@ class JavaManagementServiceClient {
|
|
|
4002
4002
|
* @param SummarizeJreUsageRequest
|
|
4003
4003
|
* @return SummarizeJreUsageResponse
|
|
4004
4004
|
* @throws OciError when an error occurs
|
|
4005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
|
|
4006
4006
|
*/
|
|
4007
4007
|
summarizeJreUsage(summarizeJreUsageRequest) {
|
|
4008
4008
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4082,7 +4082,7 @@ class JavaManagementServiceClient {
|
|
|
4082
4082
|
* @param SummarizeLibraryUsageRequest
|
|
4083
4083
|
* @return SummarizeLibraryUsageResponse
|
|
4084
4084
|
* @throws OciError when an error occurs
|
|
4085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
|
|
4086
4086
|
*/
|
|
4087
4087
|
summarizeLibraryUsage(summarizeLibraryUsageRequest) {
|
|
4088
4088
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4158,7 +4158,7 @@ class JavaManagementServiceClient {
|
|
|
4158
4158
|
* @param SummarizeManagedInstanceUsageRequest
|
|
4159
4159
|
* @return SummarizeManagedInstanceUsageResponse
|
|
4160
4160
|
* @throws OciError when an error occurs
|
|
4161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
|
|
4162
4162
|
*/
|
|
4163
4163
|
summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
|
|
4164
4164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4240,7 +4240,7 @@ class JavaManagementServiceClient {
|
|
|
4240
4240
|
* @param SummarizeResourceInventoryRequest
|
|
4241
4241
|
* @return SummarizeResourceInventoryResponse
|
|
4242
4242
|
* @throws OciError when an error occurs
|
|
4243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
|
|
4244
4244
|
*/
|
|
4245
4245
|
summarizeResourceInventory(summarizeResourceInventoryRequest) {
|
|
4246
4246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4301,7 +4301,7 @@ class JavaManagementServiceClient {
|
|
|
4301
4301
|
* @param UpdateDrsFileRequest
|
|
4302
4302
|
* @return UpdateDrsFileResponse
|
|
4303
4303
|
* @throws OciError when an error occurs
|
|
4304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/UpdateDrsFile.ts.html |here} to see how to use UpdateDrsFile API.
|
|
4305
4305
|
*/
|
|
4306
4306
|
updateDrsFile(updateDrsFileRequest) {
|
|
4307
4307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4364,7 +4364,7 @@ class JavaManagementServiceClient {
|
|
|
4364
4364
|
* @param UpdateExportSettingRequest
|
|
4365
4365
|
* @return UpdateExportSettingResponse
|
|
4366
4366
|
* @throws OciError when an error occurs
|
|
4367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/UpdateExportSetting.ts.html |here} to see how to use UpdateExportSetting API.
|
|
4368
4368
|
*/
|
|
4369
4369
|
updateExportSetting(updateExportSettingRequest) {
|
|
4370
4370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4429,7 +4429,7 @@ class JavaManagementServiceClient {
|
|
|
4429
4429
|
* @param UpdateFleetRequest
|
|
4430
4430
|
* @return UpdateFleetResponse
|
|
4431
4431
|
* @throws OciError when an error occurs
|
|
4432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
|
|
4433
4433
|
*/
|
|
4434
4434
|
updateFleet(updateFleetRequest) {
|
|
4435
4435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4492,7 +4492,7 @@ class JavaManagementServiceClient {
|
|
|
4492
4492
|
* @param UpdateFleetAdvancedFeatureConfigurationRequest
|
|
4493
4493
|
* @return UpdateFleetAdvancedFeatureConfigurationResponse
|
|
4494
4494
|
* @throws OciError when an error occurs
|
|
4495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
|
|
4496
4496
|
*/
|
|
4497
4497
|
updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
|
|
4498
4498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4558,7 +4558,7 @@ class JavaManagementServiceClient {
|
|
|
4558
4558
|
* @param UpdateFleetAgentConfigurationRequest
|
|
4559
4559
|
* @return UpdateFleetAgentConfigurationResponse
|
|
4560
4560
|
* @throws OciError when an error occurs
|
|
4561
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
|
|
4562
4562
|
*/
|
|
4563
4563
|
updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
|
|
4564
4564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSitesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddFleetInstallationSitesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFleetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|