oci-jms 2.86.3 → 2.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/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
|
@@ -202,7 +202,7 @@ class JavaManagementServiceClient {
|
|
|
202
202
|
* @param AddFleetInstallationSitesRequest
|
|
203
203
|
* @return AddFleetInstallationSitesResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
|
|
206
206
|
*/
|
|
207
207
|
addFleetInstallationSites(addFleetInstallationSitesRequest) {
|
|
208
208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -264,7 +264,7 @@ class JavaManagementServiceClient {
|
|
|
264
264
|
* @param CancelWorkRequestRequest
|
|
265
265
|
* @return CancelWorkRequestResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
268
268
|
*/
|
|
269
269
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
270
270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -320,7 +320,7 @@ class JavaManagementServiceClient {
|
|
|
320
320
|
* @param ChangeFleetCompartmentRequest
|
|
321
321
|
* @return ChangeFleetCompartmentResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
|
|
324
324
|
*/
|
|
325
325
|
changeFleetCompartment(changeFleetCompartmentRequest) {
|
|
326
326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -383,7 +383,7 @@ class JavaManagementServiceClient {
|
|
|
383
383
|
* @param CreateBlocklistRequest
|
|
384
384
|
* @return CreateBlocklistResponse
|
|
385
385
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
|
|
387
387
|
*/
|
|
388
388
|
createBlocklist(createBlocklistRequest) {
|
|
389
389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -449,7 +449,7 @@ class JavaManagementServiceClient {
|
|
|
449
449
|
* @param CreateDrsFileRequest
|
|
450
450
|
* @return CreateDrsFileResponse
|
|
451
451
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/CreateDrsFile.ts.html |here} to see how to use CreateDrsFile API.
|
|
453
453
|
*/
|
|
454
454
|
createDrsFile(createDrsFileRequest) {
|
|
455
455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -518,7 +518,7 @@ class JavaManagementServiceClient {
|
|
|
518
518
|
* @param CreateFleetRequest
|
|
519
519
|
* @return CreateFleetResponse
|
|
520
520
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
|
|
522
522
|
*/
|
|
523
523
|
createFleet(createFleetRequest) {
|
|
524
524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -577,7 +577,7 @@ class JavaManagementServiceClient {
|
|
|
577
577
|
* @param DeleteBlocklistRequest
|
|
578
578
|
* @return DeleteBlocklistResponse
|
|
579
579
|
* @throws OciError when an error occurs
|
|
580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
|
|
581
581
|
*/
|
|
582
582
|
deleteBlocklist(deleteBlocklistRequest) {
|
|
583
583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -633,7 +633,7 @@ class JavaManagementServiceClient {
|
|
|
633
633
|
* @param DeleteCryptoAnalysisResultRequest
|
|
634
634
|
* @return DeleteCryptoAnalysisResultResponse
|
|
635
635
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
|
|
637
637
|
*/
|
|
638
638
|
deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
|
|
639
639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -695,7 +695,7 @@ class JavaManagementServiceClient {
|
|
|
695
695
|
* @param DeleteDrsFileRequest
|
|
696
696
|
* @return DeleteDrsFileResponse
|
|
697
697
|
* @throws OciError when an error occurs
|
|
698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/DeleteDrsFile.ts.html |here} to see how to use DeleteDrsFile API.
|
|
699
699
|
*/
|
|
700
700
|
deleteDrsFile(deleteDrsFileRequest) {
|
|
701
701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -756,7 +756,7 @@ class JavaManagementServiceClient {
|
|
|
756
756
|
* @param DeleteFleetRequest
|
|
757
757
|
* @return DeleteFleetResponse
|
|
758
758
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
|
|
760
760
|
*/
|
|
761
761
|
deleteFleet(deleteFleetRequest) {
|
|
762
762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -816,7 +816,7 @@ class JavaManagementServiceClient {
|
|
|
816
816
|
* @param DeleteJavaMigrationAnalysisResultRequest
|
|
817
817
|
* @return DeleteJavaMigrationAnalysisResultResponse
|
|
818
818
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
|
|
820
820
|
*/
|
|
821
821
|
deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
|
|
822
822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -877,7 +877,7 @@ class JavaManagementServiceClient {
|
|
|
877
877
|
* @param DeletePerformanceTuningAnalysisResultRequest
|
|
878
878
|
* @return DeletePerformanceTuningAnalysisResultResponse
|
|
879
879
|
* @throws OciError when an error occurs
|
|
880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
|
|
881
881
|
*/
|
|
882
882
|
deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
|
|
883
883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -939,7 +939,7 @@ class JavaManagementServiceClient {
|
|
|
939
939
|
* @param DisableDrsRequest
|
|
940
940
|
* @return DisableDrsResponse
|
|
941
941
|
* @throws OciError when an error occurs
|
|
942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/DisableDrs.ts.html |here} to see how to use DisableDrs API.
|
|
943
943
|
*/
|
|
944
944
|
disableDrs(disableDrsRequest) {
|
|
945
945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1002,7 +1002,7 @@ class JavaManagementServiceClient {
|
|
|
1002
1002
|
* @param EnableDrsRequest
|
|
1003
1003
|
* @return EnableDrsResponse
|
|
1004
1004
|
* @throws OciError when an error occurs
|
|
1005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/EnableDrs.ts.html |here} to see how to use EnableDrs API.
|
|
1006
1006
|
*/
|
|
1007
1007
|
enableDrs(enableDrsRequest) {
|
|
1008
1008
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1065,7 +1065,7 @@ class JavaManagementServiceClient {
|
|
|
1065
1065
|
* @param GenerateAgentDeployScriptRequest
|
|
1066
1066
|
* @return GenerateAgentDeployScriptResponse
|
|
1067
1067
|
* @throws OciError when an error occurs
|
|
1068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
|
|
1069
1069
|
*/
|
|
1070
1070
|
generateAgentDeployScript(generateAgentDeployScriptRequest) {
|
|
1071
1071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1133,7 +1133,7 @@ class JavaManagementServiceClient {
|
|
|
1133
1133
|
* @param GetCryptoAnalysisResultRequest
|
|
1134
1134
|
* @return GetCryptoAnalysisResultResponse
|
|
1135
1135
|
* @throws OciError when an error occurs
|
|
1136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
|
|
1137
1137
|
*/
|
|
1138
1138
|
getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
|
|
1139
1139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1197,7 +1197,7 @@ class JavaManagementServiceClient {
|
|
|
1197
1197
|
* @param GetDrsFileRequest
|
|
1198
1198
|
* @return GetDrsFileResponse
|
|
1199
1199
|
* @throws OciError when an error occurs
|
|
1200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetDrsFile.ts.html |here} to see how to use GetDrsFile API.
|
|
1201
1201
|
*/
|
|
1202
1202
|
getDrsFile(getDrsFileRequest) {
|
|
1203
1203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1263,7 +1263,7 @@ class JavaManagementServiceClient {
|
|
|
1263
1263
|
* @param GetExportSettingRequest
|
|
1264
1264
|
* @return GetExportSettingResponse
|
|
1265
1265
|
* @throws OciError when an error occurs
|
|
1266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetExportSetting.ts.html |here} to see how to use GetExportSetting API.
|
|
1267
1267
|
*/
|
|
1268
1268
|
getExportSetting(getExportSettingRequest) {
|
|
1269
1269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1326,7 +1326,7 @@ class JavaManagementServiceClient {
|
|
|
1326
1326
|
* @param GetExportStatusRequest
|
|
1327
1327
|
* @return GetExportStatusResponse
|
|
1328
1328
|
* @throws OciError when an error occurs
|
|
1329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetExportStatus.ts.html |here} to see how to use GetExportStatus API.
|
|
1330
1330
|
*/
|
|
1331
1331
|
getExportStatus(getExportStatusRequest) {
|
|
1332
1332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1389,7 +1389,7 @@ class JavaManagementServiceClient {
|
|
|
1389
1389
|
* @param GetFleetRequest
|
|
1390
1390
|
* @return GetFleetResponse
|
|
1391
1391
|
* @throws OciError when an error occurs
|
|
1392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
|
|
1393
1393
|
*/
|
|
1394
1394
|
getFleet(getFleetRequest) {
|
|
1395
1395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1453,7 +1453,7 @@ class JavaManagementServiceClient {
|
|
|
1453
1453
|
* @param GetFleetAdvancedFeatureConfigurationRequest
|
|
1454
1454
|
* @return GetFleetAdvancedFeatureConfigurationResponse
|
|
1455
1455
|
* @throws OciError when an error occurs
|
|
1456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
|
|
1457
1457
|
*/
|
|
1458
1458
|
getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
|
|
1459
1459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1517,7 +1517,7 @@ class JavaManagementServiceClient {
|
|
|
1517
1517
|
* @param GetFleetAgentConfigurationRequest
|
|
1518
1518
|
* @return GetFleetAgentConfigurationResponse
|
|
1519
1519
|
* @throws OciError when an error occurs
|
|
1520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
|
|
1521
1521
|
*/
|
|
1522
1522
|
getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
|
|
1523
1523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1581,7 +1581,7 @@ class JavaManagementServiceClient {
|
|
|
1581
1581
|
* @param GetJavaFamilyRequest
|
|
1582
1582
|
* @return GetJavaFamilyResponse
|
|
1583
1583
|
* @throws OciError when an error occurs
|
|
1584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
|
|
1585
1585
|
*/
|
|
1586
1586
|
getJavaFamily(getJavaFamilyRequest) {
|
|
1587
1587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1639,7 +1639,7 @@ class JavaManagementServiceClient {
|
|
|
1639
1639
|
* @param GetJavaMigrationAnalysisResultRequest
|
|
1640
1640
|
* @return GetJavaMigrationAnalysisResultResponse
|
|
1641
1641
|
* @throws OciError when an error occurs
|
|
1642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
|
|
1643
1643
|
*/
|
|
1644
1644
|
getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
|
|
1645
1645
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1703,7 +1703,7 @@ class JavaManagementServiceClient {
|
|
|
1703
1703
|
* @param GetJavaReleaseRequest
|
|
1704
1704
|
* @return GetJavaReleaseResponse
|
|
1705
1705
|
* @throws OciError when an error occurs
|
|
1706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
|
|
1707
1707
|
*/
|
|
1708
1708
|
getJavaRelease(getJavaReleaseRequest) {
|
|
1709
1709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1761,7 +1761,7 @@ class JavaManagementServiceClient {
|
|
|
1761
1761
|
* @param GetPerformanceTuningAnalysisResultRequest
|
|
1762
1762
|
* @return GetPerformanceTuningAnalysisResultResponse
|
|
1763
1763
|
* @throws OciError when an error occurs
|
|
1764
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
|
|
1765
1765
|
*/
|
|
1766
1766
|
getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
|
|
1767
1767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1825,7 +1825,7 @@ class JavaManagementServiceClient {
|
|
|
1825
1825
|
* @param GetWorkRequestRequest
|
|
1826
1826
|
* @return GetWorkRequestResponse
|
|
1827
1827
|
* @throws OciError when an error occurs
|
|
1828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1829
1829
|
*/
|
|
1830
1830
|
getWorkRequest(getWorkRequestRequest) {
|
|
1831
1831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1893,7 +1893,7 @@ class JavaManagementServiceClient {
|
|
|
1893
1893
|
* @param ListAnnouncementsRequest
|
|
1894
1894
|
* @return ListAnnouncementsResponse
|
|
1895
1895
|
* @throws OciError when an error occurs
|
|
1896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
1897
1897
|
*/
|
|
1898
1898
|
listAnnouncements(listAnnouncementsRequest) {
|
|
1899
1899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1963,7 +1963,7 @@ class JavaManagementServiceClient {
|
|
|
1963
1963
|
* @param ListBlocklistsRequest
|
|
1964
1964
|
* @return ListBlocklistsResponse
|
|
1965
1965
|
* @throws OciError when an error occurs
|
|
1966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
|
|
1967
1967
|
*/
|
|
1968
1968
|
listBlocklists(listBlocklistsRequest) {
|
|
1969
1969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2033,7 +2033,7 @@ class JavaManagementServiceClient {
|
|
|
2033
2033
|
* @param ListCryptoAnalysisResultsRequest
|
|
2034
2034
|
* @return ListCryptoAnalysisResultsResponse
|
|
2035
2035
|
* @throws OciError when an error occurs
|
|
2036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
|
|
2037
2037
|
*/
|
|
2038
2038
|
listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
|
|
2039
2039
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2105,7 +2105,7 @@ class JavaManagementServiceClient {
|
|
|
2105
2105
|
* @param ListDrsFilesRequest
|
|
2106
2106
|
* @return ListDrsFilesResponse
|
|
2107
2107
|
* @throws OciError when an error occurs
|
|
2108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListDrsFiles.ts.html |here} to see how to use ListDrsFiles API.
|
|
2109
2109
|
*/
|
|
2110
2110
|
listDrsFiles(listDrsFilesRequest) {
|
|
2111
2111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2174,7 +2174,7 @@ class JavaManagementServiceClient {
|
|
|
2174
2174
|
* @param ListFleetDiagnosesRequest
|
|
2175
2175
|
* @return ListFleetDiagnosesResponse
|
|
2176
2176
|
* @throws OciError when an error occurs
|
|
2177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
|
|
2178
2178
|
*/
|
|
2179
2179
|
listFleetDiagnoses(listFleetDiagnosesRequest) {
|
|
2180
2180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2242,7 +2242,7 @@ class JavaManagementServiceClient {
|
|
|
2242
2242
|
* @param ListFleetsRequest
|
|
2243
2243
|
* @return ListFleetsResponse
|
|
2244
2244
|
* @throws OciError when an error occurs
|
|
2245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
|
|
2246
2246
|
*/
|
|
2247
2247
|
listFleets(listFleetsRequest) {
|
|
2248
2248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2313,7 +2313,7 @@ class JavaManagementServiceClient {
|
|
|
2313
2313
|
* @param ListInstallationSitesRequest
|
|
2314
2314
|
* @return ListInstallationSitesResponse
|
|
2315
2315
|
* @throws OciError when an error occurs
|
|
2316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
|
|
2317
2317
|
*/
|
|
2318
2318
|
listInstallationSites(listInstallationSitesRequest) {
|
|
2319
2319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2394,7 +2394,7 @@ class JavaManagementServiceClient {
|
|
|
2394
2394
|
* @param ListJavaFamiliesRequest
|
|
2395
2395
|
* @return ListJavaFamiliesResponse
|
|
2396
2396
|
* @throws OciError when an error occurs
|
|
2397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
|
|
2398
2398
|
*/
|
|
2399
2399
|
listJavaFamilies(listJavaFamiliesRequest) {
|
|
2400
2400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2463,7 +2463,7 @@ class JavaManagementServiceClient {
|
|
|
2463
2463
|
* @param ListJavaMigrationAnalysisResultsRequest
|
|
2464
2464
|
* @return ListJavaMigrationAnalysisResultsResponse
|
|
2465
2465
|
* @throws OciError when an error occurs
|
|
2466
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
|
|
2467
2467
|
*/
|
|
2468
2468
|
listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
|
|
2469
2469
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2535,7 +2535,7 @@ class JavaManagementServiceClient {
|
|
|
2535
2535
|
* @param ListJavaReleasesRequest
|
|
2536
2536
|
* @return ListJavaReleasesResponse
|
|
2537
2537
|
* @throws OciError when an error occurs
|
|
2538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
|
|
2539
2539
|
*/
|
|
2540
2540
|
listJavaReleases(listJavaReleasesRequest) {
|
|
2541
2541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2606,7 +2606,7 @@ class JavaManagementServiceClient {
|
|
|
2606
2606
|
* @param ListJreUsageRequest
|
|
2607
2607
|
* @return ListJreUsageResponse
|
|
2608
2608
|
* @throws OciError when an error occurs
|
|
2609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
|
|
2610
2610
|
*/
|
|
2611
2611
|
listJreUsage(listJreUsageRequest) {
|
|
2612
2612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2678,7 +2678,7 @@ class JavaManagementServiceClient {
|
|
|
2678
2678
|
* @param ListPerformanceTuningAnalysisResultsRequest
|
|
2679
2679
|
* @return ListPerformanceTuningAnalysisResultsResponse
|
|
2680
2680
|
* @throws OciError when an error occurs
|
|
2681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
|
|
2682
2682
|
*/
|
|
2683
2683
|
listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
|
|
2684
2684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2751,7 +2751,7 @@ class JavaManagementServiceClient {
|
|
|
2751
2751
|
* @param ListWorkItemsRequest
|
|
2752
2752
|
* @return ListWorkItemsResponse
|
|
2753
2753
|
* @throws OciError when an error occurs
|
|
2754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
|
|
2755
2755
|
*/
|
|
2756
2756
|
listWorkItems(listWorkItemsRequest) {
|
|
2757
2757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2818,7 +2818,7 @@ class JavaManagementServiceClient {
|
|
|
2818
2818
|
* @param ListWorkRequestErrorsRequest
|
|
2819
2819
|
* @return ListWorkRequestErrorsResponse
|
|
2820
2820
|
* @throws OciError when an error occurs
|
|
2821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2822
2822
|
*/
|
|
2823
2823
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2824
2824
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2885,7 +2885,7 @@ class JavaManagementServiceClient {
|
|
|
2885
2885
|
* @param ListWorkRequestLogsRequest
|
|
2886
2886
|
* @return ListWorkRequestLogsResponse
|
|
2887
2887
|
* @throws OciError when an error occurs
|
|
2888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2889
2889
|
*/
|
|
2890
2890
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2891
2891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2952,7 +2952,7 @@ class JavaManagementServiceClient {
|
|
|
2952
2952
|
* @param ListWorkRequestsRequest
|
|
2953
2953
|
* @return ListWorkRequestsResponse
|
|
2954
2954
|
* @throws OciError when an error occurs
|
|
2955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2956
2956
|
*/
|
|
2957
2957
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2958
2958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3020,7 +3020,7 @@ class JavaManagementServiceClient {
|
|
|
3020
3020
|
* @param RemoveFleetInstallationSitesRequest
|
|
3021
3021
|
* @return RemoveFleetInstallationSitesResponse
|
|
3022
3022
|
* @throws OciError when an error occurs
|
|
3023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
|
|
3024
3024
|
*/
|
|
3025
3025
|
removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
|
|
3026
3026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3083,7 +3083,7 @@ class JavaManagementServiceClient {
|
|
|
3083
3083
|
* @param RequestCryptoAnalysesRequest
|
|
3084
3084
|
* @return RequestCryptoAnalysesResponse
|
|
3085
3085
|
* @throws OciError when an error occurs
|
|
3086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
|
|
3087
3087
|
*/
|
|
3088
3088
|
requestCryptoAnalyses(requestCryptoAnalysesRequest) {
|
|
3089
3089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3145,7 +3145,7 @@ class JavaManagementServiceClient {
|
|
|
3145
3145
|
* @param RequestJavaMigrationAnalysesRequest
|
|
3146
3146
|
* @return RequestJavaMigrationAnalysesResponse
|
|
3147
3147
|
* @throws OciError when an error occurs
|
|
3148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
|
|
3149
3149
|
*/
|
|
3150
3150
|
requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
|
|
3151
3151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3206,7 +3206,7 @@ class JavaManagementServiceClient {
|
|
|
3206
3206
|
* @param RequestJfrRecordingsRequest
|
|
3207
3207
|
* @return RequestJfrRecordingsResponse
|
|
3208
3208
|
* @throws OciError when an error occurs
|
|
3209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
|
|
3210
3210
|
*/
|
|
3211
3211
|
requestJfrRecordings(requestJfrRecordingsRequest) {
|
|
3212
3212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3268,7 +3268,7 @@ class JavaManagementServiceClient {
|
|
|
3268
3268
|
* @param RequestPerformanceTuningAnalysesRequest
|
|
3269
3269
|
* @return RequestPerformanceTuningAnalysesResponse
|
|
3270
3270
|
* @throws OciError when an error occurs
|
|
3271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
|
|
3272
3272
|
*/
|
|
3273
3273
|
requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
|
|
3274
3274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3328,7 +3328,7 @@ class JavaManagementServiceClient {
|
|
|
3328
3328
|
* @param ScanJavaServerUsageRequest
|
|
3329
3329
|
* @return ScanJavaServerUsageResponse
|
|
3330
3330
|
* @throws OciError when an error occurs
|
|
3331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
|
|
3332
3332
|
*/
|
|
3333
3333
|
scanJavaServerUsage(scanJavaServerUsageRequest) {
|
|
3334
3334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3390,7 +3390,7 @@ class JavaManagementServiceClient {
|
|
|
3390
3390
|
* @param ScanLibraryUsageRequest
|
|
3391
3391
|
* @return ScanLibraryUsageResponse
|
|
3392
3392
|
* @throws OciError when an error occurs
|
|
3393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
|
|
3394
3394
|
*/
|
|
3395
3395
|
scanLibraryUsage(scanLibraryUsageRequest) {
|
|
3396
3396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3453,7 +3453,7 @@ class JavaManagementServiceClient {
|
|
|
3453
3453
|
* @param SummarizeApplicationInstallationUsageRequest
|
|
3454
3454
|
* @return SummarizeApplicationInstallationUsageResponse
|
|
3455
3455
|
* @throws OciError when an error occurs
|
|
3456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
|
|
3457
3457
|
*/
|
|
3458
3458
|
summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
|
|
3459
3459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3536,7 +3536,7 @@ class JavaManagementServiceClient {
|
|
|
3536
3536
|
* @param SummarizeApplicationUsageRequest
|
|
3537
3537
|
* @return SummarizeApplicationUsageResponse
|
|
3538
3538
|
* @throws OciError when an error occurs
|
|
3539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
|
|
3540
3540
|
*/
|
|
3541
3541
|
summarizeApplicationUsage(summarizeApplicationUsageRequest) {
|
|
3542
3542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3619,7 +3619,7 @@ class JavaManagementServiceClient {
|
|
|
3619
3619
|
* @param SummarizeDeployedApplicationInstallationUsageRequest
|
|
3620
3620
|
* @return SummarizeDeployedApplicationInstallationUsageResponse
|
|
3621
3621
|
* @throws OciError when an error occurs
|
|
3622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
|
|
3623
3623
|
*/
|
|
3624
3624
|
summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
|
|
3625
3625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3699,7 +3699,7 @@ class JavaManagementServiceClient {
|
|
|
3699
3699
|
* @param SummarizeDeployedApplicationUsageRequest
|
|
3700
3700
|
* @return SummarizeDeployedApplicationUsageResponse
|
|
3701
3701
|
* @throws OciError when an error occurs
|
|
3702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
|
|
3703
3703
|
*/
|
|
3704
3704
|
summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
|
|
3705
3705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3776,7 +3776,7 @@ class JavaManagementServiceClient {
|
|
|
3776
3776
|
* @param SummarizeInstallationUsageRequest
|
|
3777
3777
|
* @return SummarizeInstallationUsageResponse
|
|
3778
3778
|
* @throws OciError when an error occurs
|
|
3779
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3779
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
|
|
3780
3780
|
*/
|
|
3781
3781
|
summarizeInstallationUsage(summarizeInstallationUsageRequest) {
|
|
3782
3782
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3856,7 +3856,7 @@ class JavaManagementServiceClient {
|
|
|
3856
3856
|
* @param SummarizeJavaServerInstanceUsageRequest
|
|
3857
3857
|
* @return SummarizeJavaServerInstanceUsageResponse
|
|
3858
3858
|
* @throws OciError when an error occurs
|
|
3859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
|
|
3860
3860
|
*/
|
|
3861
3861
|
summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
|
|
3862
3862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3934,7 +3934,7 @@ class JavaManagementServiceClient {
|
|
|
3934
3934
|
* @param SummarizeJavaServerUsageRequest
|
|
3935
3935
|
* @return SummarizeJavaServerUsageResponse
|
|
3936
3936
|
* @throws OciError when an error occurs
|
|
3937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
|
|
3938
3938
|
*/
|
|
3939
3939
|
summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
|
|
3940
3940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4008,7 +4008,7 @@ class JavaManagementServiceClient {
|
|
|
4008
4008
|
* @param SummarizeJreUsageRequest
|
|
4009
4009
|
* @return SummarizeJreUsageResponse
|
|
4010
4010
|
* @throws OciError when an error occurs
|
|
4011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
|
|
4012
4012
|
*/
|
|
4013
4013
|
summarizeJreUsage(summarizeJreUsageRequest) {
|
|
4014
4014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4088,7 +4088,7 @@ class JavaManagementServiceClient {
|
|
|
4088
4088
|
* @param SummarizeLibraryUsageRequest
|
|
4089
4089
|
* @return SummarizeLibraryUsageResponse
|
|
4090
4090
|
* @throws OciError when an error occurs
|
|
4091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
|
|
4092
4092
|
*/
|
|
4093
4093
|
summarizeLibraryUsage(summarizeLibraryUsageRequest) {
|
|
4094
4094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4164,7 +4164,7 @@ class JavaManagementServiceClient {
|
|
|
4164
4164
|
* @param SummarizeManagedInstanceUsageRequest
|
|
4165
4165
|
* @return SummarizeManagedInstanceUsageResponse
|
|
4166
4166
|
* @throws OciError when an error occurs
|
|
4167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
|
|
4168
4168
|
*/
|
|
4169
4169
|
summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
|
|
4170
4170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4246,7 +4246,7 @@ class JavaManagementServiceClient {
|
|
|
4246
4246
|
* @param SummarizeResourceInventoryRequest
|
|
4247
4247
|
* @return SummarizeResourceInventoryResponse
|
|
4248
4248
|
* @throws OciError when an error occurs
|
|
4249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
|
|
4250
4250
|
*/
|
|
4251
4251
|
summarizeResourceInventory(summarizeResourceInventoryRequest) {
|
|
4252
4252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4307,7 +4307,7 @@ class JavaManagementServiceClient {
|
|
|
4307
4307
|
* @param UpdateDrsFileRequest
|
|
4308
4308
|
* @return UpdateDrsFileResponse
|
|
4309
4309
|
* @throws OciError when an error occurs
|
|
4310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/UpdateDrsFile.ts.html |here} to see how to use UpdateDrsFile API.
|
|
4311
4311
|
*/
|
|
4312
4312
|
updateDrsFile(updateDrsFileRequest) {
|
|
4313
4313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4370,7 +4370,7 @@ class JavaManagementServiceClient {
|
|
|
4370
4370
|
* @param UpdateExportSettingRequest
|
|
4371
4371
|
* @return UpdateExportSettingResponse
|
|
4372
4372
|
* @throws OciError when an error occurs
|
|
4373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/UpdateExportSetting.ts.html |here} to see how to use UpdateExportSetting API.
|
|
4374
4374
|
*/
|
|
4375
4375
|
updateExportSetting(updateExportSettingRequest) {
|
|
4376
4376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4435,7 +4435,7 @@ class JavaManagementServiceClient {
|
|
|
4435
4435
|
* @param UpdateFleetRequest
|
|
4436
4436
|
* @return UpdateFleetResponse
|
|
4437
4437
|
* @throws OciError when an error occurs
|
|
4438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
|
|
4439
4439
|
*/
|
|
4440
4440
|
updateFleet(updateFleetRequest) {
|
|
4441
4441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4498,7 +4498,7 @@ class JavaManagementServiceClient {
|
|
|
4498
4498
|
* @param UpdateFleetAdvancedFeatureConfigurationRequest
|
|
4499
4499
|
* @return UpdateFleetAdvancedFeatureConfigurationResponse
|
|
4500
4500
|
* @throws OciError when an error occurs
|
|
4501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
|
|
4502
4502
|
*/
|
|
4503
4503
|
updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
|
|
4504
4504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4564,7 +4564,7 @@ class JavaManagementServiceClient {
|
|
|
4564
4564
|
* @param UpdateFleetAgentConfigurationRequest
|
|
4565
4565
|
* @return UpdateFleetAgentConfigurationResponse
|
|
4566
4566
|
* @throws OciError when an error occurs
|
|
4567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
|
|
4568
4568
|
*/
|
|
4569
4569
|
updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
|
|
4570
4570
|
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.87.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.87.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.87.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFleetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|