oci-jms 2.74.0 → 2.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +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
|
@@ -183,7 +183,7 @@ class JavaManagementServiceClient {
|
|
|
183
183
|
* @param AddFleetInstallationSitesRequest
|
|
184
184
|
* @return AddFleetInstallationSitesResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
|
|
187
187
|
*/
|
|
188
188
|
addFleetInstallationSites(addFleetInstallationSitesRequest) {
|
|
189
189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -245,7 +245,7 @@ class JavaManagementServiceClient {
|
|
|
245
245
|
* @param CancelWorkRequestRequest
|
|
246
246
|
* @return CancelWorkRequestResponse
|
|
247
247
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
249
249
|
*/
|
|
250
250
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
251
251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -301,7 +301,7 @@ class JavaManagementServiceClient {
|
|
|
301
301
|
* @param ChangeFleetCompartmentRequest
|
|
302
302
|
* @return ChangeFleetCompartmentResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
|
|
305
305
|
*/
|
|
306
306
|
changeFleetCompartment(changeFleetCompartmentRequest) {
|
|
307
307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -364,7 +364,7 @@ class JavaManagementServiceClient {
|
|
|
364
364
|
* @param CreateBlocklistRequest
|
|
365
365
|
* @return CreateBlocklistResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
|
|
368
368
|
*/
|
|
369
369
|
createBlocklist(createBlocklistRequest) {
|
|
370
370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -430,7 +430,7 @@ class JavaManagementServiceClient {
|
|
|
430
430
|
* @param CreateDrsFileRequest
|
|
431
431
|
* @return CreateDrsFileResponse
|
|
432
432
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/CreateDrsFile.ts.html |here} to see how to use CreateDrsFile API.
|
|
434
434
|
*/
|
|
435
435
|
createDrsFile(createDrsFileRequest) {
|
|
436
436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -499,7 +499,7 @@ class JavaManagementServiceClient {
|
|
|
499
499
|
* @param CreateFleetRequest
|
|
500
500
|
* @return CreateFleetResponse
|
|
501
501
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
|
|
503
503
|
*/
|
|
504
504
|
createFleet(createFleetRequest) {
|
|
505
505
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -558,7 +558,7 @@ class JavaManagementServiceClient {
|
|
|
558
558
|
* @param DeleteBlocklistRequest
|
|
559
559
|
* @return DeleteBlocklistResponse
|
|
560
560
|
* @throws OciError when an error occurs
|
|
561
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
|
|
562
562
|
*/
|
|
563
563
|
deleteBlocklist(deleteBlocklistRequest) {
|
|
564
564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -614,7 +614,7 @@ class JavaManagementServiceClient {
|
|
|
614
614
|
* @param DeleteCryptoAnalysisResultRequest
|
|
615
615
|
* @return DeleteCryptoAnalysisResultResponse
|
|
616
616
|
* @throws OciError when an error occurs
|
|
617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
|
|
618
618
|
*/
|
|
619
619
|
deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
|
|
620
620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -676,7 +676,7 @@ class JavaManagementServiceClient {
|
|
|
676
676
|
* @param DeleteDrsFileRequest
|
|
677
677
|
* @return DeleteDrsFileResponse
|
|
678
678
|
* @throws OciError when an error occurs
|
|
679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/DeleteDrsFile.ts.html |here} to see how to use DeleteDrsFile API.
|
|
680
680
|
*/
|
|
681
681
|
deleteDrsFile(deleteDrsFileRequest) {
|
|
682
682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -737,7 +737,7 @@ class JavaManagementServiceClient {
|
|
|
737
737
|
* @param DeleteFleetRequest
|
|
738
738
|
* @return DeleteFleetResponse
|
|
739
739
|
* @throws OciError when an error occurs
|
|
740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
|
|
741
741
|
*/
|
|
742
742
|
deleteFleet(deleteFleetRequest) {
|
|
743
743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -797,7 +797,7 @@ class JavaManagementServiceClient {
|
|
|
797
797
|
* @param DeleteJavaMigrationAnalysisResultRequest
|
|
798
798
|
* @return DeleteJavaMigrationAnalysisResultResponse
|
|
799
799
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
|
|
801
801
|
*/
|
|
802
802
|
deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
|
|
803
803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -858,7 +858,7 @@ class JavaManagementServiceClient {
|
|
|
858
858
|
* @param DeletePerformanceTuningAnalysisResultRequest
|
|
859
859
|
* @return DeletePerformanceTuningAnalysisResultResponse
|
|
860
860
|
* @throws OciError when an error occurs
|
|
861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
|
|
862
862
|
*/
|
|
863
863
|
deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
|
|
864
864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -920,7 +920,7 @@ class JavaManagementServiceClient {
|
|
|
920
920
|
* @param DisableDrsRequest
|
|
921
921
|
* @return DisableDrsResponse
|
|
922
922
|
* @throws OciError when an error occurs
|
|
923
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/DisableDrs.ts.html |here} to see how to use DisableDrs API.
|
|
924
924
|
*/
|
|
925
925
|
disableDrs(disableDrsRequest) {
|
|
926
926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -983,7 +983,7 @@ class JavaManagementServiceClient {
|
|
|
983
983
|
* @param EnableDrsRequest
|
|
984
984
|
* @return EnableDrsResponse
|
|
985
985
|
* @throws OciError when an error occurs
|
|
986
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/EnableDrs.ts.html |here} to see how to use EnableDrs API.
|
|
987
987
|
*/
|
|
988
988
|
enableDrs(enableDrsRequest) {
|
|
989
989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1046,7 +1046,7 @@ class JavaManagementServiceClient {
|
|
|
1046
1046
|
* @param GenerateAgentDeployScriptRequest
|
|
1047
1047
|
* @return GenerateAgentDeployScriptResponse
|
|
1048
1048
|
* @throws OciError when an error occurs
|
|
1049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
|
|
1050
1050
|
*/
|
|
1051
1051
|
generateAgentDeployScript(generateAgentDeployScriptRequest) {
|
|
1052
1052
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1114,7 +1114,7 @@ class JavaManagementServiceClient {
|
|
|
1114
1114
|
* @param GetCryptoAnalysisResultRequest
|
|
1115
1115
|
* @return GetCryptoAnalysisResultResponse
|
|
1116
1116
|
* @throws OciError when an error occurs
|
|
1117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
|
|
1118
1118
|
*/
|
|
1119
1119
|
getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
|
|
1120
1120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1178,7 +1178,7 @@ class JavaManagementServiceClient {
|
|
|
1178
1178
|
* @param GetDrsFileRequest
|
|
1179
1179
|
* @return GetDrsFileResponse
|
|
1180
1180
|
* @throws OciError when an error occurs
|
|
1181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetDrsFile.ts.html |here} to see how to use GetDrsFile API.
|
|
1182
1182
|
*/
|
|
1183
1183
|
getDrsFile(getDrsFileRequest) {
|
|
1184
1184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1244,7 +1244,7 @@ class JavaManagementServiceClient {
|
|
|
1244
1244
|
* @param GetExportSettingRequest
|
|
1245
1245
|
* @return GetExportSettingResponse
|
|
1246
1246
|
* @throws OciError when an error occurs
|
|
1247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetExportSetting.ts.html |here} to see how to use GetExportSetting API.
|
|
1248
1248
|
*/
|
|
1249
1249
|
getExportSetting(getExportSettingRequest) {
|
|
1250
1250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1307,7 +1307,7 @@ class JavaManagementServiceClient {
|
|
|
1307
1307
|
* @param GetExportStatusRequest
|
|
1308
1308
|
* @return GetExportStatusResponse
|
|
1309
1309
|
* @throws OciError when an error occurs
|
|
1310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetExportStatus.ts.html |here} to see how to use GetExportStatus API.
|
|
1311
1311
|
*/
|
|
1312
1312
|
getExportStatus(getExportStatusRequest) {
|
|
1313
1313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1370,7 +1370,7 @@ class JavaManagementServiceClient {
|
|
|
1370
1370
|
* @param GetFleetRequest
|
|
1371
1371
|
* @return GetFleetResponse
|
|
1372
1372
|
* @throws OciError when an error occurs
|
|
1373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
|
|
1374
1374
|
*/
|
|
1375
1375
|
getFleet(getFleetRequest) {
|
|
1376
1376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1434,7 +1434,7 @@ class JavaManagementServiceClient {
|
|
|
1434
1434
|
* @param GetFleetAdvancedFeatureConfigurationRequest
|
|
1435
1435
|
* @return GetFleetAdvancedFeatureConfigurationResponse
|
|
1436
1436
|
* @throws OciError when an error occurs
|
|
1437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
|
|
1438
1438
|
*/
|
|
1439
1439
|
getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
|
|
1440
1440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1498,7 +1498,7 @@ class JavaManagementServiceClient {
|
|
|
1498
1498
|
* @param GetFleetAgentConfigurationRequest
|
|
1499
1499
|
* @return GetFleetAgentConfigurationResponse
|
|
1500
1500
|
* @throws OciError when an error occurs
|
|
1501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
|
|
1502
1502
|
*/
|
|
1503
1503
|
getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
|
|
1504
1504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1562,7 +1562,7 @@ class JavaManagementServiceClient {
|
|
|
1562
1562
|
* @param GetJavaFamilyRequest
|
|
1563
1563
|
* @return GetJavaFamilyResponse
|
|
1564
1564
|
* @throws OciError when an error occurs
|
|
1565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
|
|
1566
1566
|
*/
|
|
1567
1567
|
getJavaFamily(getJavaFamilyRequest) {
|
|
1568
1568
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1620,7 +1620,7 @@ class JavaManagementServiceClient {
|
|
|
1620
1620
|
* @param GetJavaMigrationAnalysisResultRequest
|
|
1621
1621
|
* @return GetJavaMigrationAnalysisResultResponse
|
|
1622
1622
|
* @throws OciError when an error occurs
|
|
1623
|
-
* @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.75.0/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
|
|
1624
1624
|
*/
|
|
1625
1625
|
getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
|
|
1626
1626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1684,7 +1684,7 @@ class JavaManagementServiceClient {
|
|
|
1684
1684
|
* @param GetJavaReleaseRequest
|
|
1685
1685
|
* @return GetJavaReleaseResponse
|
|
1686
1686
|
* @throws OciError when an error occurs
|
|
1687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
|
|
1688
1688
|
*/
|
|
1689
1689
|
getJavaRelease(getJavaReleaseRequest) {
|
|
1690
1690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1742,7 +1742,7 @@ class JavaManagementServiceClient {
|
|
|
1742
1742
|
* @param GetPerformanceTuningAnalysisResultRequest
|
|
1743
1743
|
* @return GetPerformanceTuningAnalysisResultResponse
|
|
1744
1744
|
* @throws OciError when an error occurs
|
|
1745
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
|
|
1746
1746
|
*/
|
|
1747
1747
|
getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
|
|
1748
1748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1806,7 +1806,7 @@ class JavaManagementServiceClient {
|
|
|
1806
1806
|
* @param GetWorkRequestRequest
|
|
1807
1807
|
* @return GetWorkRequestResponse
|
|
1808
1808
|
* @throws OciError when an error occurs
|
|
1809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1810
1810
|
*/
|
|
1811
1811
|
getWorkRequest(getWorkRequestRequest) {
|
|
1812
1812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1874,7 +1874,7 @@ class JavaManagementServiceClient {
|
|
|
1874
1874
|
* @param ListAnnouncementsRequest
|
|
1875
1875
|
* @return ListAnnouncementsResponse
|
|
1876
1876
|
* @throws OciError when an error occurs
|
|
1877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
1878
1878
|
*/
|
|
1879
1879
|
listAnnouncements(listAnnouncementsRequest) {
|
|
1880
1880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1944,7 +1944,7 @@ class JavaManagementServiceClient {
|
|
|
1944
1944
|
* @param ListBlocklistsRequest
|
|
1945
1945
|
* @return ListBlocklistsResponse
|
|
1946
1946
|
* @throws OciError when an error occurs
|
|
1947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
|
|
1948
1948
|
*/
|
|
1949
1949
|
listBlocklists(listBlocklistsRequest) {
|
|
1950
1950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2014,7 +2014,7 @@ class JavaManagementServiceClient {
|
|
|
2014
2014
|
* @param ListCryptoAnalysisResultsRequest
|
|
2015
2015
|
* @return ListCryptoAnalysisResultsResponse
|
|
2016
2016
|
* @throws OciError when an error occurs
|
|
2017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
|
|
2018
2018
|
*/
|
|
2019
2019
|
listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
|
|
2020
2020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2086,7 +2086,7 @@ class JavaManagementServiceClient {
|
|
|
2086
2086
|
* @param ListDrsFilesRequest
|
|
2087
2087
|
* @return ListDrsFilesResponse
|
|
2088
2088
|
* @throws OciError when an error occurs
|
|
2089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2089
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListDrsFiles.ts.html |here} to see how to use ListDrsFiles API.
|
|
2090
2090
|
*/
|
|
2091
2091
|
listDrsFiles(listDrsFilesRequest) {
|
|
2092
2092
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2155,7 +2155,7 @@ class JavaManagementServiceClient {
|
|
|
2155
2155
|
* @param ListFleetDiagnosesRequest
|
|
2156
2156
|
* @return ListFleetDiagnosesResponse
|
|
2157
2157
|
* @throws OciError when an error occurs
|
|
2158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
|
|
2159
2159
|
*/
|
|
2160
2160
|
listFleetDiagnoses(listFleetDiagnosesRequest) {
|
|
2161
2161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2223,7 +2223,7 @@ class JavaManagementServiceClient {
|
|
|
2223
2223
|
* @param ListFleetsRequest
|
|
2224
2224
|
* @return ListFleetsResponse
|
|
2225
2225
|
* @throws OciError when an error occurs
|
|
2226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
|
|
2227
2227
|
*/
|
|
2228
2228
|
listFleets(listFleetsRequest) {
|
|
2229
2229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2294,7 +2294,7 @@ class JavaManagementServiceClient {
|
|
|
2294
2294
|
* @param ListInstallationSitesRequest
|
|
2295
2295
|
* @return ListInstallationSitesResponse
|
|
2296
2296
|
* @throws OciError when an error occurs
|
|
2297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
|
|
2298
2298
|
*/
|
|
2299
2299
|
listInstallationSites(listInstallationSitesRequest) {
|
|
2300
2300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2375,7 +2375,7 @@ class JavaManagementServiceClient {
|
|
|
2375
2375
|
* @param ListJavaFamiliesRequest
|
|
2376
2376
|
* @return ListJavaFamiliesResponse
|
|
2377
2377
|
* @throws OciError when an error occurs
|
|
2378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
|
|
2379
2379
|
*/
|
|
2380
2380
|
listJavaFamilies(listJavaFamiliesRequest) {
|
|
2381
2381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2444,7 +2444,7 @@ class JavaManagementServiceClient {
|
|
|
2444
2444
|
* @param ListJavaMigrationAnalysisResultsRequest
|
|
2445
2445
|
* @return ListJavaMigrationAnalysisResultsResponse
|
|
2446
2446
|
* @throws OciError when an error occurs
|
|
2447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
|
|
2448
2448
|
*/
|
|
2449
2449
|
listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
|
|
2450
2450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2516,7 +2516,7 @@ class JavaManagementServiceClient {
|
|
|
2516
2516
|
* @param ListJavaReleasesRequest
|
|
2517
2517
|
* @return ListJavaReleasesResponse
|
|
2518
2518
|
* @throws OciError when an error occurs
|
|
2519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
|
|
2520
2520
|
*/
|
|
2521
2521
|
listJavaReleases(listJavaReleasesRequest) {
|
|
2522
2522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2587,7 +2587,7 @@ class JavaManagementServiceClient {
|
|
|
2587
2587
|
* @param ListJreUsageRequest
|
|
2588
2588
|
* @return ListJreUsageResponse
|
|
2589
2589
|
* @throws OciError when an error occurs
|
|
2590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
|
|
2591
2591
|
*/
|
|
2592
2592
|
listJreUsage(listJreUsageRequest) {
|
|
2593
2593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2659,7 +2659,7 @@ class JavaManagementServiceClient {
|
|
|
2659
2659
|
* @param ListPerformanceTuningAnalysisResultsRequest
|
|
2660
2660
|
* @return ListPerformanceTuningAnalysisResultsResponse
|
|
2661
2661
|
* @throws OciError when an error occurs
|
|
2662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
|
|
2663
2663
|
*/
|
|
2664
2664
|
listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
|
|
2665
2665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2732,7 +2732,7 @@ class JavaManagementServiceClient {
|
|
|
2732
2732
|
* @param ListWorkItemsRequest
|
|
2733
2733
|
* @return ListWorkItemsResponse
|
|
2734
2734
|
* @throws OciError when an error occurs
|
|
2735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
|
|
2736
2736
|
*/
|
|
2737
2737
|
listWorkItems(listWorkItemsRequest) {
|
|
2738
2738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2799,7 +2799,7 @@ class JavaManagementServiceClient {
|
|
|
2799
2799
|
* @param ListWorkRequestErrorsRequest
|
|
2800
2800
|
* @return ListWorkRequestErrorsResponse
|
|
2801
2801
|
* @throws OciError when an error occurs
|
|
2802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2802
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2803
2803
|
*/
|
|
2804
2804
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2805
2805
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2866,7 +2866,7 @@ class JavaManagementServiceClient {
|
|
|
2866
2866
|
* @param ListWorkRequestLogsRequest
|
|
2867
2867
|
* @return ListWorkRequestLogsResponse
|
|
2868
2868
|
* @throws OciError when an error occurs
|
|
2869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2870
2870
|
*/
|
|
2871
2871
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2872
2872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2933,7 +2933,7 @@ class JavaManagementServiceClient {
|
|
|
2933
2933
|
* @param ListWorkRequestsRequest
|
|
2934
2934
|
* @return ListWorkRequestsResponse
|
|
2935
2935
|
* @throws OciError when an error occurs
|
|
2936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2937
2937
|
*/
|
|
2938
2938
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2939
2939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3001,7 +3001,7 @@ class JavaManagementServiceClient {
|
|
|
3001
3001
|
* @param RemoveFleetInstallationSitesRequest
|
|
3002
3002
|
* @return RemoveFleetInstallationSitesResponse
|
|
3003
3003
|
* @throws OciError when an error occurs
|
|
3004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
|
|
3005
3005
|
*/
|
|
3006
3006
|
removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
|
|
3007
3007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3064,7 +3064,7 @@ class JavaManagementServiceClient {
|
|
|
3064
3064
|
* @param RequestCryptoAnalysesRequest
|
|
3065
3065
|
* @return RequestCryptoAnalysesResponse
|
|
3066
3066
|
* @throws OciError when an error occurs
|
|
3067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
|
|
3068
3068
|
*/
|
|
3069
3069
|
requestCryptoAnalyses(requestCryptoAnalysesRequest) {
|
|
3070
3070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3126,7 +3126,7 @@ class JavaManagementServiceClient {
|
|
|
3126
3126
|
* @param RequestJavaMigrationAnalysesRequest
|
|
3127
3127
|
* @return RequestJavaMigrationAnalysesResponse
|
|
3128
3128
|
* @throws OciError when an error occurs
|
|
3129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
|
|
3130
3130
|
*/
|
|
3131
3131
|
requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
|
|
3132
3132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3187,7 +3187,7 @@ class JavaManagementServiceClient {
|
|
|
3187
3187
|
* @param RequestJfrRecordingsRequest
|
|
3188
3188
|
* @return RequestJfrRecordingsResponse
|
|
3189
3189
|
* @throws OciError when an error occurs
|
|
3190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
|
|
3191
3191
|
*/
|
|
3192
3192
|
requestJfrRecordings(requestJfrRecordingsRequest) {
|
|
3193
3193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3249,7 +3249,7 @@ class JavaManagementServiceClient {
|
|
|
3249
3249
|
* @param RequestPerformanceTuningAnalysesRequest
|
|
3250
3250
|
* @return RequestPerformanceTuningAnalysesResponse
|
|
3251
3251
|
* @throws OciError when an error occurs
|
|
3252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
|
|
3253
3253
|
*/
|
|
3254
3254
|
requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
|
|
3255
3255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3309,7 +3309,7 @@ class JavaManagementServiceClient {
|
|
|
3309
3309
|
* @param ScanJavaServerUsageRequest
|
|
3310
3310
|
* @return ScanJavaServerUsageResponse
|
|
3311
3311
|
* @throws OciError when an error occurs
|
|
3312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
|
|
3313
3313
|
*/
|
|
3314
3314
|
scanJavaServerUsage(scanJavaServerUsageRequest) {
|
|
3315
3315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3371,7 +3371,7 @@ class JavaManagementServiceClient {
|
|
|
3371
3371
|
* @param ScanLibraryUsageRequest
|
|
3372
3372
|
* @return ScanLibraryUsageResponse
|
|
3373
3373
|
* @throws OciError when an error occurs
|
|
3374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
|
|
3375
3375
|
*/
|
|
3376
3376
|
scanLibraryUsage(scanLibraryUsageRequest) {
|
|
3377
3377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3434,7 +3434,7 @@ class JavaManagementServiceClient {
|
|
|
3434
3434
|
* @param SummarizeApplicationInstallationUsageRequest
|
|
3435
3435
|
* @return SummarizeApplicationInstallationUsageResponse
|
|
3436
3436
|
* @throws OciError when an error occurs
|
|
3437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
|
|
3438
3438
|
*/
|
|
3439
3439
|
summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
|
|
3440
3440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3517,7 +3517,7 @@ class JavaManagementServiceClient {
|
|
|
3517
3517
|
* @param SummarizeApplicationUsageRequest
|
|
3518
3518
|
* @return SummarizeApplicationUsageResponse
|
|
3519
3519
|
* @throws OciError when an error occurs
|
|
3520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
|
|
3521
3521
|
*/
|
|
3522
3522
|
summarizeApplicationUsage(summarizeApplicationUsageRequest) {
|
|
3523
3523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3600,7 +3600,7 @@ class JavaManagementServiceClient {
|
|
|
3600
3600
|
* @param SummarizeDeployedApplicationInstallationUsageRequest
|
|
3601
3601
|
* @return SummarizeDeployedApplicationInstallationUsageResponse
|
|
3602
3602
|
* @throws OciError when an error occurs
|
|
3603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
|
|
3604
3604
|
*/
|
|
3605
3605
|
summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
|
|
3606
3606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3680,7 +3680,7 @@ class JavaManagementServiceClient {
|
|
|
3680
3680
|
* @param SummarizeDeployedApplicationUsageRequest
|
|
3681
3681
|
* @return SummarizeDeployedApplicationUsageResponse
|
|
3682
3682
|
* @throws OciError when an error occurs
|
|
3683
|
-
* @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.75.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
|
|
3684
3684
|
*/
|
|
3685
3685
|
summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
|
|
3686
3686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3757,7 +3757,7 @@ class JavaManagementServiceClient {
|
|
|
3757
3757
|
* @param SummarizeInstallationUsageRequest
|
|
3758
3758
|
* @return SummarizeInstallationUsageResponse
|
|
3759
3759
|
* @throws OciError when an error occurs
|
|
3760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
|
|
3761
3761
|
*/
|
|
3762
3762
|
summarizeInstallationUsage(summarizeInstallationUsageRequest) {
|
|
3763
3763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3837,7 +3837,7 @@ class JavaManagementServiceClient {
|
|
|
3837
3837
|
* @param SummarizeJavaServerInstanceUsageRequest
|
|
3838
3838
|
* @return SummarizeJavaServerInstanceUsageResponse
|
|
3839
3839
|
* @throws OciError when an error occurs
|
|
3840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
|
|
3841
3841
|
*/
|
|
3842
3842
|
summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
|
|
3843
3843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3915,7 +3915,7 @@ class JavaManagementServiceClient {
|
|
|
3915
3915
|
* @param SummarizeJavaServerUsageRequest
|
|
3916
3916
|
* @return SummarizeJavaServerUsageResponse
|
|
3917
3917
|
* @throws OciError when an error occurs
|
|
3918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
|
|
3919
3919
|
*/
|
|
3920
3920
|
summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
|
|
3921
3921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3989,7 +3989,7 @@ class JavaManagementServiceClient {
|
|
|
3989
3989
|
* @param SummarizeJreUsageRequest
|
|
3990
3990
|
* @return SummarizeJreUsageResponse
|
|
3991
3991
|
* @throws OciError when an error occurs
|
|
3992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
|
|
3993
3993
|
*/
|
|
3994
3994
|
summarizeJreUsage(summarizeJreUsageRequest) {
|
|
3995
3995
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4069,7 +4069,7 @@ class JavaManagementServiceClient {
|
|
|
4069
4069
|
* @param SummarizeLibraryUsageRequest
|
|
4070
4070
|
* @return SummarizeLibraryUsageResponse
|
|
4071
4071
|
* @throws OciError when an error occurs
|
|
4072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
|
|
4073
4073
|
*/
|
|
4074
4074
|
summarizeLibraryUsage(summarizeLibraryUsageRequest) {
|
|
4075
4075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4145,7 +4145,7 @@ class JavaManagementServiceClient {
|
|
|
4145
4145
|
* @param SummarizeManagedInstanceUsageRequest
|
|
4146
4146
|
* @return SummarizeManagedInstanceUsageResponse
|
|
4147
4147
|
* @throws OciError when an error occurs
|
|
4148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
|
|
4149
4149
|
*/
|
|
4150
4150
|
summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
|
|
4151
4151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4227,7 +4227,7 @@ class JavaManagementServiceClient {
|
|
|
4227
4227
|
* @param SummarizeResourceInventoryRequest
|
|
4228
4228
|
* @return SummarizeResourceInventoryResponse
|
|
4229
4229
|
* @throws OciError when an error occurs
|
|
4230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
|
|
4231
4231
|
*/
|
|
4232
4232
|
summarizeResourceInventory(summarizeResourceInventoryRequest) {
|
|
4233
4233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4288,7 +4288,7 @@ class JavaManagementServiceClient {
|
|
|
4288
4288
|
* @param UpdateDrsFileRequest
|
|
4289
4289
|
* @return UpdateDrsFileResponse
|
|
4290
4290
|
* @throws OciError when an error occurs
|
|
4291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/UpdateDrsFile.ts.html |here} to see how to use UpdateDrsFile API.
|
|
4292
4292
|
*/
|
|
4293
4293
|
updateDrsFile(updateDrsFileRequest) {
|
|
4294
4294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4351,7 +4351,7 @@ class JavaManagementServiceClient {
|
|
|
4351
4351
|
* @param UpdateExportSettingRequest
|
|
4352
4352
|
* @return UpdateExportSettingResponse
|
|
4353
4353
|
* @throws OciError when an error occurs
|
|
4354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/UpdateExportSetting.ts.html |here} to see how to use UpdateExportSetting API.
|
|
4355
4355
|
*/
|
|
4356
4356
|
updateExportSetting(updateExportSettingRequest) {
|
|
4357
4357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4416,7 +4416,7 @@ class JavaManagementServiceClient {
|
|
|
4416
4416
|
* @param UpdateFleetRequest
|
|
4417
4417
|
* @return UpdateFleetResponse
|
|
4418
4418
|
* @throws OciError when an error occurs
|
|
4419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
|
|
4420
4420
|
*/
|
|
4421
4421
|
updateFleet(updateFleetRequest) {
|
|
4422
4422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4479,7 +4479,7 @@ class JavaManagementServiceClient {
|
|
|
4479
4479
|
* @param UpdateFleetAdvancedFeatureConfigurationRequest
|
|
4480
4480
|
* @return UpdateFleetAdvancedFeatureConfigurationResponse
|
|
4481
4481
|
* @throws OciError when an error occurs
|
|
4482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
|
|
4483
4483
|
*/
|
|
4484
4484
|
updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
|
|
4485
4485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4545,7 +4545,7 @@ class JavaManagementServiceClient {
|
|
|
4545
4545
|
* @param UpdateFleetAgentConfigurationRequest
|
|
4546
4546
|
* @return UpdateFleetAgentConfigurationResponse
|
|
4547
4547
|
* @throws OciError when an error occurs
|
|
4548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
|
|
4549
4549
|
*/
|
|
4550
4550
|
updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
|
|
4551
4551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/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.75.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.75.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFleetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|