oci-jms 2.70.3 → 2.70.4
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 +56 -56
- package/lib/client.js +56 -56
- 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-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-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/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-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-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-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.70.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/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.70.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/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.70.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/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.70.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/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* () {
|
|
@@ -436,7 +436,7 @@ class JavaManagementServiceClient {
|
|
|
436
436
|
* @param CreateFleetRequest
|
|
437
437
|
* @return CreateFleetResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
|
|
440
440
|
*/
|
|
441
441
|
createFleet(createFleetRequest) {
|
|
442
442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ class JavaManagementServiceClient {
|
|
|
495
495
|
* @param DeleteBlocklistRequest
|
|
496
496
|
* @return DeleteBlocklistResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
|
|
499
499
|
*/
|
|
500
500
|
deleteBlocklist(deleteBlocklistRequest) {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -551,7 +551,7 @@ class JavaManagementServiceClient {
|
|
|
551
551
|
* @param DeleteCryptoAnalysisResultRequest
|
|
552
552
|
* @return DeleteCryptoAnalysisResultResponse
|
|
553
553
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
|
|
555
555
|
*/
|
|
556
556
|
deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
|
|
557
557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -612,7 +612,7 @@ class JavaManagementServiceClient {
|
|
|
612
612
|
* @param DeleteFleetRequest
|
|
613
613
|
* @return DeleteFleetResponse
|
|
614
614
|
* @throws OciError when an error occurs
|
|
615
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
|
|
616
616
|
*/
|
|
617
617
|
deleteFleet(deleteFleetRequest) {
|
|
618
618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -672,7 +672,7 @@ class JavaManagementServiceClient {
|
|
|
672
672
|
* @param DeleteJavaMigrationAnalysisResultRequest
|
|
673
673
|
* @return DeleteJavaMigrationAnalysisResultResponse
|
|
674
674
|
* @throws OciError when an error occurs
|
|
675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
|
|
676
676
|
*/
|
|
677
677
|
deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
|
|
678
678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -733,7 +733,7 @@ class JavaManagementServiceClient {
|
|
|
733
733
|
* @param DeletePerformanceTuningAnalysisResultRequest
|
|
734
734
|
* @return DeletePerformanceTuningAnalysisResultResponse
|
|
735
735
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
|
|
737
737
|
*/
|
|
738
738
|
deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
|
|
739
739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -795,7 +795,7 @@ class JavaManagementServiceClient {
|
|
|
795
795
|
* @param GenerateAgentDeployScriptRequest
|
|
796
796
|
* @return GenerateAgentDeployScriptResponse
|
|
797
797
|
* @throws OciError when an error occurs
|
|
798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
|
|
799
799
|
*/
|
|
800
800
|
generateAgentDeployScript(generateAgentDeployScriptRequest) {
|
|
801
801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -863,7 +863,7 @@ class JavaManagementServiceClient {
|
|
|
863
863
|
* @param GetCryptoAnalysisResultRequest
|
|
864
864
|
* @return GetCryptoAnalysisResultResponse
|
|
865
865
|
* @throws OciError when an error occurs
|
|
866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
|
|
867
867
|
*/
|
|
868
868
|
getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
|
|
869
869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -927,7 +927,7 @@ class JavaManagementServiceClient {
|
|
|
927
927
|
* @param GetFleetRequest
|
|
928
928
|
* @return GetFleetResponse
|
|
929
929
|
* @throws OciError when an error occurs
|
|
930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
|
|
931
931
|
*/
|
|
932
932
|
getFleet(getFleetRequest) {
|
|
933
933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -991,7 +991,7 @@ class JavaManagementServiceClient {
|
|
|
991
991
|
* @param GetFleetAdvancedFeatureConfigurationRequest
|
|
992
992
|
* @return GetFleetAdvancedFeatureConfigurationResponse
|
|
993
993
|
* @throws OciError when an error occurs
|
|
994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
|
|
995
995
|
*/
|
|
996
996
|
getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
|
|
997
997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1055,7 +1055,7 @@ class JavaManagementServiceClient {
|
|
|
1055
1055
|
* @param GetFleetAgentConfigurationRequest
|
|
1056
1056
|
* @return GetFleetAgentConfigurationResponse
|
|
1057
1057
|
* @throws OciError when an error occurs
|
|
1058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
|
|
1059
1059
|
*/
|
|
1060
1060
|
getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
|
|
1061
1061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1119,7 +1119,7 @@ class JavaManagementServiceClient {
|
|
|
1119
1119
|
* @param GetJavaFamilyRequest
|
|
1120
1120
|
* @return GetJavaFamilyResponse
|
|
1121
1121
|
* @throws OciError when an error occurs
|
|
1122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
|
|
1123
1123
|
*/
|
|
1124
1124
|
getJavaFamily(getJavaFamilyRequest) {
|
|
1125
1125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1177,7 +1177,7 @@ class JavaManagementServiceClient {
|
|
|
1177
1177
|
* @param GetJavaMigrationAnalysisResultRequest
|
|
1178
1178
|
* @return GetJavaMigrationAnalysisResultResponse
|
|
1179
1179
|
* @throws OciError when an error occurs
|
|
1180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
|
|
1181
1181
|
*/
|
|
1182
1182
|
getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
|
|
1183
1183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1241,7 +1241,7 @@ class JavaManagementServiceClient {
|
|
|
1241
1241
|
* @param GetJavaReleaseRequest
|
|
1242
1242
|
* @return GetJavaReleaseResponse
|
|
1243
1243
|
* @throws OciError when an error occurs
|
|
1244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
|
|
1245
1245
|
*/
|
|
1246
1246
|
getJavaRelease(getJavaReleaseRequest) {
|
|
1247
1247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1299,7 +1299,7 @@ class JavaManagementServiceClient {
|
|
|
1299
1299
|
* @param GetPerformanceTuningAnalysisResultRequest
|
|
1300
1300
|
* @return GetPerformanceTuningAnalysisResultResponse
|
|
1301
1301
|
* @throws OciError when an error occurs
|
|
1302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
|
|
1303
1303
|
*/
|
|
1304
1304
|
getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
|
|
1305
1305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1363,7 +1363,7 @@ class JavaManagementServiceClient {
|
|
|
1363
1363
|
* @param GetWorkRequestRequest
|
|
1364
1364
|
* @return GetWorkRequestResponse
|
|
1365
1365
|
* @throws OciError when an error occurs
|
|
1366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1367
1367
|
*/
|
|
1368
1368
|
getWorkRequest(getWorkRequestRequest) {
|
|
1369
1369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1431,7 +1431,7 @@ class JavaManagementServiceClient {
|
|
|
1431
1431
|
* @param ListAnnouncementsRequest
|
|
1432
1432
|
* @return ListAnnouncementsResponse
|
|
1433
1433
|
* @throws OciError when an error occurs
|
|
1434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
1435
1435
|
*/
|
|
1436
1436
|
listAnnouncements(listAnnouncementsRequest) {
|
|
1437
1437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1501,7 +1501,7 @@ class JavaManagementServiceClient {
|
|
|
1501
1501
|
* @param ListBlocklistsRequest
|
|
1502
1502
|
* @return ListBlocklistsResponse
|
|
1503
1503
|
* @throws OciError when an error occurs
|
|
1504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
|
|
1505
1505
|
*/
|
|
1506
1506
|
listBlocklists(listBlocklistsRequest) {
|
|
1507
1507
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1571,7 +1571,7 @@ class JavaManagementServiceClient {
|
|
|
1571
1571
|
* @param ListCryptoAnalysisResultsRequest
|
|
1572
1572
|
* @return ListCryptoAnalysisResultsResponse
|
|
1573
1573
|
* @throws OciError when an error occurs
|
|
1574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
|
|
1575
1575
|
*/
|
|
1576
1576
|
listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
|
|
1577
1577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1644,7 +1644,7 @@ class JavaManagementServiceClient {
|
|
|
1644
1644
|
* @param ListFleetDiagnosesRequest
|
|
1645
1645
|
* @return ListFleetDiagnosesResponse
|
|
1646
1646
|
* @throws OciError when an error occurs
|
|
1647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
|
|
1648
1648
|
*/
|
|
1649
1649
|
listFleetDiagnoses(listFleetDiagnosesRequest) {
|
|
1650
1650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1712,7 +1712,7 @@ class JavaManagementServiceClient {
|
|
|
1712
1712
|
* @param ListFleetsRequest
|
|
1713
1713
|
* @return ListFleetsResponse
|
|
1714
1714
|
* @throws OciError when an error occurs
|
|
1715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
|
|
1716
1716
|
*/
|
|
1717
1717
|
listFleets(listFleetsRequest) {
|
|
1718
1718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1783,7 +1783,7 @@ class JavaManagementServiceClient {
|
|
|
1783
1783
|
* @param ListInstallationSitesRequest
|
|
1784
1784
|
* @return ListInstallationSitesResponse
|
|
1785
1785
|
* @throws OciError when an error occurs
|
|
1786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
|
|
1787
1787
|
*/
|
|
1788
1788
|
listInstallationSites(listInstallationSitesRequest) {
|
|
1789
1789
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1864,7 +1864,7 @@ class JavaManagementServiceClient {
|
|
|
1864
1864
|
* @param ListJavaFamiliesRequest
|
|
1865
1865
|
* @return ListJavaFamiliesResponse
|
|
1866
1866
|
* @throws OciError when an error occurs
|
|
1867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
|
|
1868
1868
|
*/
|
|
1869
1869
|
listJavaFamilies(listJavaFamiliesRequest) {
|
|
1870
1870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1932,7 +1932,7 @@ class JavaManagementServiceClient {
|
|
|
1932
1932
|
* @param ListJavaMigrationAnalysisResultsRequest
|
|
1933
1933
|
* @return ListJavaMigrationAnalysisResultsResponse
|
|
1934
1934
|
* @throws OciError when an error occurs
|
|
1935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
|
|
1936
1936
|
*/
|
|
1937
1937
|
listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
|
|
1938
1938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2004,7 +2004,7 @@ class JavaManagementServiceClient {
|
|
|
2004
2004
|
* @param ListJavaReleasesRequest
|
|
2005
2005
|
* @return ListJavaReleasesResponse
|
|
2006
2006
|
* @throws OciError when an error occurs
|
|
2007
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
|
|
2008
2008
|
*/
|
|
2009
2009
|
listJavaReleases(listJavaReleasesRequest) {
|
|
2010
2010
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2075,7 +2075,7 @@ class JavaManagementServiceClient {
|
|
|
2075
2075
|
* @param ListJreUsageRequest
|
|
2076
2076
|
* @return ListJreUsageResponse
|
|
2077
2077
|
* @throws OciError when an error occurs
|
|
2078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
|
|
2079
2079
|
*/
|
|
2080
2080
|
listJreUsage(listJreUsageRequest) {
|
|
2081
2081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2147,7 +2147,7 @@ class JavaManagementServiceClient {
|
|
|
2147
2147
|
* @param ListPerformanceTuningAnalysisResultsRequest
|
|
2148
2148
|
* @return ListPerformanceTuningAnalysisResultsResponse
|
|
2149
2149
|
* @throws OciError when an error occurs
|
|
2150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
|
|
2151
2151
|
*/
|
|
2152
2152
|
listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
|
|
2153
2153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2220,7 +2220,7 @@ class JavaManagementServiceClient {
|
|
|
2220
2220
|
* @param ListWorkItemsRequest
|
|
2221
2221
|
* @return ListWorkItemsResponse
|
|
2222
2222
|
* @throws OciError when an error occurs
|
|
2223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
|
|
2224
2224
|
*/
|
|
2225
2225
|
listWorkItems(listWorkItemsRequest) {
|
|
2226
2226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2287,7 +2287,7 @@ class JavaManagementServiceClient {
|
|
|
2287
2287
|
* @param ListWorkRequestErrorsRequest
|
|
2288
2288
|
* @return ListWorkRequestErrorsResponse
|
|
2289
2289
|
* @throws OciError when an error occurs
|
|
2290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2291
2291
|
*/
|
|
2292
2292
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2293
2293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2354,7 +2354,7 @@ class JavaManagementServiceClient {
|
|
|
2354
2354
|
* @param ListWorkRequestLogsRequest
|
|
2355
2355
|
* @return ListWorkRequestLogsResponse
|
|
2356
2356
|
* @throws OciError when an error occurs
|
|
2357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2358
2358
|
*/
|
|
2359
2359
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2360
2360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2421,7 +2421,7 @@ class JavaManagementServiceClient {
|
|
|
2421
2421
|
* @param ListWorkRequestsRequest
|
|
2422
2422
|
* @return ListWorkRequestsResponse
|
|
2423
2423
|
* @throws OciError when an error occurs
|
|
2424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2425
2425
|
*/
|
|
2426
2426
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2427
2427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2488,7 +2488,7 @@ class JavaManagementServiceClient {
|
|
|
2488
2488
|
* @param RemoveFleetInstallationSitesRequest
|
|
2489
2489
|
* @return RemoveFleetInstallationSitesResponse
|
|
2490
2490
|
* @throws OciError when an error occurs
|
|
2491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
|
|
2492
2492
|
*/
|
|
2493
2493
|
removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
|
|
2494
2494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2551,7 +2551,7 @@ class JavaManagementServiceClient {
|
|
|
2551
2551
|
* @param RequestCryptoAnalysesRequest
|
|
2552
2552
|
* @return RequestCryptoAnalysesResponse
|
|
2553
2553
|
* @throws OciError when an error occurs
|
|
2554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
|
|
2555
2555
|
*/
|
|
2556
2556
|
requestCryptoAnalyses(requestCryptoAnalysesRequest) {
|
|
2557
2557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2613,7 +2613,7 @@ class JavaManagementServiceClient {
|
|
|
2613
2613
|
* @param RequestJavaMigrationAnalysesRequest
|
|
2614
2614
|
* @return RequestJavaMigrationAnalysesResponse
|
|
2615
2615
|
* @throws OciError when an error occurs
|
|
2616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
|
|
2617
2617
|
*/
|
|
2618
2618
|
requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
|
|
2619
2619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2674,7 +2674,7 @@ class JavaManagementServiceClient {
|
|
|
2674
2674
|
* @param RequestJfrRecordingsRequest
|
|
2675
2675
|
* @return RequestJfrRecordingsResponse
|
|
2676
2676
|
* @throws OciError when an error occurs
|
|
2677
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
|
|
2678
2678
|
*/
|
|
2679
2679
|
requestJfrRecordings(requestJfrRecordingsRequest) {
|
|
2680
2680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2736,7 +2736,7 @@ class JavaManagementServiceClient {
|
|
|
2736
2736
|
* @param RequestPerformanceTuningAnalysesRequest
|
|
2737
2737
|
* @return RequestPerformanceTuningAnalysesResponse
|
|
2738
2738
|
* @throws OciError when an error occurs
|
|
2739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
|
|
2740
2740
|
*/
|
|
2741
2741
|
requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
|
|
2742
2742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2796,7 +2796,7 @@ class JavaManagementServiceClient {
|
|
|
2796
2796
|
* @param ScanJavaServerUsageRequest
|
|
2797
2797
|
* @return ScanJavaServerUsageResponse
|
|
2798
2798
|
* @throws OciError when an error occurs
|
|
2799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
|
|
2800
2800
|
*/
|
|
2801
2801
|
scanJavaServerUsage(scanJavaServerUsageRequest) {
|
|
2802
2802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2858,7 +2858,7 @@ class JavaManagementServiceClient {
|
|
|
2858
2858
|
* @param ScanLibraryUsageRequest
|
|
2859
2859
|
* @return ScanLibraryUsageResponse
|
|
2860
2860
|
* @throws OciError when an error occurs
|
|
2861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
|
|
2862
2862
|
*/
|
|
2863
2863
|
scanLibraryUsage(scanLibraryUsageRequest) {
|
|
2864
2864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2921,7 +2921,7 @@ class JavaManagementServiceClient {
|
|
|
2921
2921
|
* @param SummarizeApplicationInstallationUsageRequest
|
|
2922
2922
|
* @return SummarizeApplicationInstallationUsageResponse
|
|
2923
2923
|
* @throws OciError when an error occurs
|
|
2924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
|
|
2925
2925
|
*/
|
|
2926
2926
|
summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
|
|
2927
2927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3004,7 +3004,7 @@ class JavaManagementServiceClient {
|
|
|
3004
3004
|
* @param SummarizeApplicationUsageRequest
|
|
3005
3005
|
* @return SummarizeApplicationUsageResponse
|
|
3006
3006
|
* @throws OciError when an error occurs
|
|
3007
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
|
|
3008
3008
|
*/
|
|
3009
3009
|
summarizeApplicationUsage(summarizeApplicationUsageRequest) {
|
|
3010
3010
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3087,7 +3087,7 @@ class JavaManagementServiceClient {
|
|
|
3087
3087
|
* @param SummarizeDeployedApplicationInstallationUsageRequest
|
|
3088
3088
|
* @return SummarizeDeployedApplicationInstallationUsageResponse
|
|
3089
3089
|
* @throws OciError when an error occurs
|
|
3090
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
|
|
3091
3091
|
*/
|
|
3092
3092
|
summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
|
|
3093
3093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3167,7 +3167,7 @@ class JavaManagementServiceClient {
|
|
|
3167
3167
|
* @param SummarizeDeployedApplicationUsageRequest
|
|
3168
3168
|
* @return SummarizeDeployedApplicationUsageResponse
|
|
3169
3169
|
* @throws OciError when an error occurs
|
|
3170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
|
|
3171
3171
|
*/
|
|
3172
3172
|
summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
|
|
3173
3173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3244,7 +3244,7 @@ class JavaManagementServiceClient {
|
|
|
3244
3244
|
* @param SummarizeInstallationUsageRequest
|
|
3245
3245
|
* @return SummarizeInstallationUsageResponse
|
|
3246
3246
|
* @throws OciError when an error occurs
|
|
3247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
|
|
3248
3248
|
*/
|
|
3249
3249
|
summarizeInstallationUsage(summarizeInstallationUsageRequest) {
|
|
3250
3250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3324,7 +3324,7 @@ class JavaManagementServiceClient {
|
|
|
3324
3324
|
* @param SummarizeJavaServerInstanceUsageRequest
|
|
3325
3325
|
* @return SummarizeJavaServerInstanceUsageResponse
|
|
3326
3326
|
* @throws OciError when an error occurs
|
|
3327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
|
|
3328
3328
|
*/
|
|
3329
3329
|
summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
|
|
3330
3330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3402,7 +3402,7 @@ class JavaManagementServiceClient {
|
|
|
3402
3402
|
* @param SummarizeJavaServerUsageRequest
|
|
3403
3403
|
* @return SummarizeJavaServerUsageResponse
|
|
3404
3404
|
* @throws OciError when an error occurs
|
|
3405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
|
|
3406
3406
|
*/
|
|
3407
3407
|
summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
|
|
3408
3408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3476,7 +3476,7 @@ class JavaManagementServiceClient {
|
|
|
3476
3476
|
* @param SummarizeJreUsageRequest
|
|
3477
3477
|
* @return SummarizeJreUsageResponse
|
|
3478
3478
|
* @throws OciError when an error occurs
|
|
3479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
|
|
3480
3480
|
*/
|
|
3481
3481
|
summarizeJreUsage(summarizeJreUsageRequest) {
|
|
3482
3482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3556,7 +3556,7 @@ class JavaManagementServiceClient {
|
|
|
3556
3556
|
* @param SummarizeLibraryUsageRequest
|
|
3557
3557
|
* @return SummarizeLibraryUsageResponse
|
|
3558
3558
|
* @throws OciError when an error occurs
|
|
3559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
|
|
3560
3560
|
*/
|
|
3561
3561
|
summarizeLibraryUsage(summarizeLibraryUsageRequest) {
|
|
3562
3562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3632,7 +3632,7 @@ class JavaManagementServiceClient {
|
|
|
3632
3632
|
* @param SummarizeManagedInstanceUsageRequest
|
|
3633
3633
|
* @return SummarizeManagedInstanceUsageResponse
|
|
3634
3634
|
* @throws OciError when an error occurs
|
|
3635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
|
|
3636
3636
|
*/
|
|
3637
3637
|
summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
|
|
3638
3638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3714,7 +3714,7 @@ class JavaManagementServiceClient {
|
|
|
3714
3714
|
* @param SummarizeResourceInventoryRequest
|
|
3715
3715
|
* @return SummarizeResourceInventoryResponse
|
|
3716
3716
|
* @throws OciError when an error occurs
|
|
3717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
|
|
3718
3718
|
*/
|
|
3719
3719
|
summarizeResourceInventory(summarizeResourceInventoryRequest) {
|
|
3720
3720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3774,7 +3774,7 @@ class JavaManagementServiceClient {
|
|
|
3774
3774
|
* @param UpdateFleetRequest
|
|
3775
3775
|
* @return UpdateFleetResponse
|
|
3776
3776
|
* @throws OciError when an error occurs
|
|
3777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
|
|
3778
3778
|
*/
|
|
3779
3779
|
updateFleet(updateFleetRequest) {
|
|
3780
3780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3837,7 +3837,7 @@ class JavaManagementServiceClient {
|
|
|
3837
3837
|
* @param UpdateFleetAdvancedFeatureConfigurationRequest
|
|
3838
3838
|
* @return UpdateFleetAdvancedFeatureConfigurationResponse
|
|
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.70.
|
|
3840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
|
|
3841
3841
|
*/
|
|
3842
3842
|
updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
|
|
3843
3843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3903,7 +3903,7 @@ class JavaManagementServiceClient {
|
|
|
3903
3903
|
* @param UpdateFleetAgentConfigurationRequest
|
|
3904
3904
|
* @return UpdateFleetAgentConfigurationResponse
|
|
3905
3905
|
* @throws OciError when an error occurs
|
|
3906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
|
|
3907
3907
|
*/
|
|
3908
3908
|
updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
|
|
3909
3909
|
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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFleetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklistRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBlocklistRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFleetRequest 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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklistRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBlocklistRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResultRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCryptoAnalysisResultRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFleetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResultRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteJavaMigrationAnalysisResultRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResultRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePerformanceTuningAnalysisResultRequest 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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScriptRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface GenerateAgentDeployScriptRequest extends common.BaseRequest {
|
|
19
19
|
/**
|