oci-fleetsoftwareupdate 2.83.0 → 2.84.2
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 +48 -44
- package/lib/client.js +50 -44
- package/lib/client.js.map +1 -1
- package/lib/request/abort-fsu-discovery-request.d.ts +1 -1
- package/lib/request/add-fsu-collection-targets-request.d.ts +1 -1
- package/lib/request/cancel-fsu-action-request.d.ts +1 -1
- package/lib/request/change-fsu-action-compartment-request.d.ts +1 -1
- package/lib/request/change-fsu-collection-compartment-request.d.ts +1 -1
- package/lib/request/change-fsu-cycle-compartment-request.d.ts +1 -1
- package/lib/request/change-fsu-discovery-compartment-request.d.ts +1 -1
- package/lib/request/clone-fsu-cycle-request.d.ts +1 -1
- package/lib/request/create-fsu-action-request.d.ts +1 -1
- package/lib/request/create-fsu-collection-request.d.ts +1 -1
- package/lib/request/create-fsu-cycle-request.d.ts +1 -1
- package/lib/request/create-fsu-discovery-request.d.ts +1 -1
- package/lib/request/delete-fsu-action-request.d.ts +1 -1
- package/lib/request/delete-fsu-collection-request.d.ts +1 -1
- package/lib/request/delete-fsu-cycle-request.d.ts +1 -1
- package/lib/request/delete-fsu-discovery-request.d.ts +1 -1
- package/lib/request/delete-fsu-job-request.d.ts +1 -1
- package/lib/request/get-fsu-action-output-content-request.d.ts +1 -1
- package/lib/request/get-fsu-action-request.d.ts +1 -1
- package/lib/request/get-fsu-collection-request.d.ts +1 -1
- package/lib/request/get-fsu-cycle-request.d.ts +1 -1
- package/lib/request/get-fsu-discovery-request.d.ts +1 -1
- package/lib/request/get-fsu-job-output-content-request.d.ts +1 -1
- package/lib/request/get-fsu-job-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-fsu-actions-request.d.ts +1 -1
- package/lib/request/list-fsu-collection-targets-request.d.ts +1 -1
- package/lib/request/list-fsu-collections-request.d.ts +1 -1
- package/lib/request/list-fsu-cycles-request.d.ts +1 -1
- package/lib/request/list-fsu-discoveries-request.d.ts +1 -1
- package/lib/request/list-fsu-discovery-targets-request.d.ts +1 -1
- package/lib/request/list-fsu-job-outputs-request.d.ts +1 -1
- package/lib/request/list-fsu-jobs-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-fsu-collection-targets-request.d.ts +1 -1
- package/lib/request/resume-fsu-action-request.d.ts +1 -1
- package/lib/request/retry-fsu-job-request.d.ts +1 -1
- package/lib/request/update-fsu-action-request.d.ts +1 -1
- package/lib/request/update-fsu-collection-request.d.ts +1 -1
- package/lib/request/update-fsu-cycle-request.d.ts +1 -1
- package/lib/request/update-fsu-discovery-request.d.ts +1 -1
- package/lib/request/update-fsu-job-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -192,6 +192,12 @@ class FleetSoftwareUpdateClient {
|
|
|
192
192
|
this._circuitBreaker.shutdown();
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
+
/**
|
|
196
|
+
* Close the client once it is no longer needed
|
|
197
|
+
*/
|
|
198
|
+
close() {
|
|
199
|
+
this.shutdownCircuitBreaker();
|
|
200
|
+
}
|
|
195
201
|
/**
|
|
196
202
|
* Aborts Exadata Fleet Update Discovery in progress.
|
|
197
203
|
*
|
|
@@ -199,7 +205,7 @@ class FleetSoftwareUpdateClient {
|
|
|
199
205
|
* @param AbortFsuDiscoveryRequest
|
|
200
206
|
* @return AbortFsuDiscoveryResponse
|
|
201
207
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscovery API.
|
|
203
209
|
*/
|
|
204
210
|
abortFsuDiscovery(abortFsuDiscoveryRequest) {
|
|
205
211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -259,7 +265,7 @@ class FleetSoftwareUpdateClient {
|
|
|
259
265
|
* @param AddFsuCollectionTargetsRequest
|
|
260
266
|
* @return AddFsuCollectionTargetsResponse
|
|
261
267
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargets API.
|
|
263
269
|
*/
|
|
264
270
|
addFsuCollectionTargets(addFsuCollectionTargetsRequest) {
|
|
265
271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -322,7 +328,7 @@ class FleetSoftwareUpdateClient {
|
|
|
322
328
|
* @param CancelFsuActionRequest
|
|
323
329
|
* @return CancelFsuActionResponse
|
|
324
330
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuAction API.
|
|
326
332
|
*/
|
|
327
333
|
cancelFsuAction(cancelFsuActionRequest) {
|
|
328
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -380,7 +386,7 @@ class FleetSoftwareUpdateClient {
|
|
|
380
386
|
* @param ChangeFsuActionCompartmentRequest
|
|
381
387
|
* @return ChangeFsuActionCompartmentResponse
|
|
382
388
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartment API.
|
|
384
390
|
*/
|
|
385
391
|
changeFsuActionCompartment(changeFsuActionCompartmentRequest) {
|
|
386
392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -444,7 +450,7 @@ class FleetSoftwareUpdateClient {
|
|
|
444
450
|
* @param ChangeFsuCollectionCompartmentRequest
|
|
445
451
|
* @return ChangeFsuCollectionCompartmentResponse
|
|
446
452
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartment API.
|
|
448
454
|
*/
|
|
449
455
|
changeFsuCollectionCompartment(changeFsuCollectionCompartmentRequest) {
|
|
450
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +514,7 @@ class FleetSoftwareUpdateClient {
|
|
|
508
514
|
* @param ChangeFsuCycleCompartmentRequest
|
|
509
515
|
* @return ChangeFsuCycleCompartmentResponse
|
|
510
516
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartment API.
|
|
512
518
|
*/
|
|
513
519
|
changeFsuCycleCompartment(changeFsuCycleCompartmentRequest) {
|
|
514
520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -572,7 +578,7 @@ class FleetSoftwareUpdateClient {
|
|
|
572
578
|
* @param ChangeFsuDiscoveryCompartmentRequest
|
|
573
579
|
* @return ChangeFsuDiscoveryCompartmentResponse
|
|
574
580
|
* @throws OciError when an error occurs
|
|
575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartment API.
|
|
576
582
|
*/
|
|
577
583
|
changeFsuDiscoveryCompartment(changeFsuDiscoveryCompartmentRequest) {
|
|
578
584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -630,7 +636,7 @@ class FleetSoftwareUpdateClient {
|
|
|
630
636
|
* @param CloneFsuCycleRequest
|
|
631
637
|
* @return CloneFsuCycleResponse
|
|
632
638
|
* @throws OciError when an error occurs
|
|
633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycle API.
|
|
634
640
|
*/
|
|
635
641
|
cloneFsuCycle(cloneFsuCycleRequest) {
|
|
636
642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -706,7 +712,7 @@ class FleetSoftwareUpdateClient {
|
|
|
706
712
|
* @param CreateFsuActionRequest
|
|
707
713
|
* @return CreateFsuActionResponse
|
|
708
714
|
* @throws OciError when an error occurs
|
|
709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuAction API.
|
|
710
716
|
*/
|
|
711
717
|
createFsuAction(createFsuActionRequest) {
|
|
712
718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -780,7 +786,7 @@ class FleetSoftwareUpdateClient {
|
|
|
780
786
|
* @param CreateFsuCollectionRequest
|
|
781
787
|
* @return CreateFsuCollectionResponse
|
|
782
788
|
* @throws OciError when an error occurs
|
|
783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/CreateFsuCollection.ts.html |here} to see how to use CreateFsuCollection API.
|
|
784
790
|
*/
|
|
785
791
|
createFsuCollection(createFsuCollectionRequest) {
|
|
786
792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -854,7 +860,7 @@ class FleetSoftwareUpdateClient {
|
|
|
854
860
|
* @param CreateFsuCycleRequest
|
|
855
861
|
* @return CreateFsuCycleResponse
|
|
856
862
|
* @throws OciError when an error occurs
|
|
857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/CreateFsuCycle.ts.html |here} to see how to use CreateFsuCycle API.
|
|
858
864
|
*/
|
|
859
865
|
createFsuCycle(createFsuCycleRequest) {
|
|
860
866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +934,7 @@ class FleetSoftwareUpdateClient {
|
|
|
928
934
|
* @param CreateFsuDiscoveryRequest
|
|
929
935
|
* @return CreateFsuDiscoveryResponse
|
|
930
936
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/CreateFsuDiscovery.ts.html |here} to see how to use CreateFsuDiscovery API.
|
|
932
938
|
*/
|
|
933
939
|
createFsuDiscovery(createFsuDiscoveryRequest) {
|
|
934
940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1002,7 +1008,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1002
1008
|
* @param DeleteFsuActionRequest
|
|
1003
1009
|
* @return DeleteFsuActionResponse
|
|
1004
1010
|
* @throws OciError when an error occurs
|
|
1005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/DeleteFsuAction.ts.html |here} to see how to use DeleteFsuAction API.
|
|
1006
1012
|
*/
|
|
1007
1013
|
deleteFsuAction(deleteFsuActionRequest) {
|
|
1008
1014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1063,7 +1069,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1063
1069
|
* @param DeleteFsuCollectionRequest
|
|
1064
1070
|
* @return DeleteFsuCollectionResponse
|
|
1065
1071
|
* @throws OciError when an error occurs
|
|
1066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/DeleteFsuCollection.ts.html |here} to see how to use DeleteFsuCollection API.
|
|
1067
1073
|
*/
|
|
1068
1074
|
deleteFsuCollection(deleteFsuCollectionRequest) {
|
|
1069
1075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1124,7 +1130,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1124
1130
|
* @param DeleteFsuCycleRequest
|
|
1125
1131
|
* @return DeleteFsuCycleResponse
|
|
1126
1132
|
* @throws OciError when an error occurs
|
|
1127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/DeleteFsuCycle.ts.html |here} to see how to use DeleteFsuCycle API.
|
|
1128
1134
|
*/
|
|
1129
1135
|
deleteFsuCycle(deleteFsuCycleRequest) {
|
|
1130
1136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1185,7 +1191,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1185
1191
|
* @param DeleteFsuDiscoveryRequest
|
|
1186
1192
|
* @return DeleteFsuDiscoveryResponse
|
|
1187
1193
|
* @throws OciError when an error occurs
|
|
1188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/DeleteFsuDiscovery.ts.html |here} to see how to use DeleteFsuDiscovery API.
|
|
1189
1195
|
*/
|
|
1190
1196
|
deleteFsuDiscovery(deleteFsuDiscoveryRequest) {
|
|
1191
1197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1246,7 +1252,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1246
1252
|
* @param DeleteFsuJobRequest
|
|
1247
1253
|
* @return DeleteFsuJobResponse
|
|
1248
1254
|
* @throws OciError when an error occurs
|
|
1249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/DeleteFsuJob.ts.html |here} to see how to use DeleteFsuJob API.
|
|
1250
1256
|
*/
|
|
1251
1257
|
deleteFsuJob(deleteFsuJobRequest) {
|
|
1252
1258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1302,7 +1308,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1302
1308
|
* @param GetFsuActionRequest
|
|
1303
1309
|
* @return GetFsuActionResponse
|
|
1304
1310
|
* @throws OciError when an error occurs
|
|
1305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/GetFsuAction.ts.html |here} to see how to use GetFsuAction API.
|
|
1306
1312
|
*/
|
|
1307
1313
|
getFsuAction(getFsuActionRequest) {
|
|
1308
1314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1367,7 +1373,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1367
1373
|
* @param GetFsuActionOutputContentRequest
|
|
1368
1374
|
* @return GetFsuActionOutputContentResponse
|
|
1369
1375
|
* @throws OciError when an error occurs
|
|
1370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/GetFsuActionOutputContent.ts.html |here} to see how to use GetFsuActionOutputContent API.
|
|
1371
1377
|
*/
|
|
1372
1378
|
getFsuActionOutputContent(getFsuActionOutputContentRequest) {
|
|
1373
1379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1425,7 +1431,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1425
1431
|
* @param GetFsuCollectionRequest
|
|
1426
1432
|
* @return GetFsuCollectionResponse
|
|
1427
1433
|
* @throws OciError when an error occurs
|
|
1428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/GetFsuCollection.ts.html |here} to see how to use GetFsuCollection API.
|
|
1429
1435
|
*/
|
|
1430
1436
|
getFsuCollection(getFsuCollectionRequest) {
|
|
1431
1437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1489,7 +1495,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1489
1495
|
* @param GetFsuCycleRequest
|
|
1490
1496
|
* @return GetFsuCycleResponse
|
|
1491
1497
|
* @throws OciError when an error occurs
|
|
1492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycle API.
|
|
1493
1499
|
*/
|
|
1494
1500
|
getFsuCycle(getFsuCycleRequest) {
|
|
1495
1501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1553,7 +1559,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1553
1559
|
* @param GetFsuDiscoveryRequest
|
|
1554
1560
|
* @return GetFsuDiscoveryResponse
|
|
1555
1561
|
* @throws OciError when an error occurs
|
|
1556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/GetFsuDiscovery.ts.html |here} to see how to use GetFsuDiscovery API.
|
|
1557
1563
|
*/
|
|
1558
1564
|
getFsuDiscovery(getFsuDiscoveryRequest) {
|
|
1559
1565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1617,7 +1623,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1617
1623
|
* @param GetFsuJobRequest
|
|
1618
1624
|
* @return GetFsuJobResponse
|
|
1619
1625
|
* @throws OciError when an error occurs
|
|
1620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/GetFsuJob.ts.html |here} to see how to use GetFsuJob API.
|
|
1621
1627
|
*/
|
|
1622
1628
|
getFsuJob(getFsuJobRequest) {
|
|
1623
1629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1681,7 +1687,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1681
1687
|
* @param GetFsuJobOutputContentRequest
|
|
1682
1688
|
* @return GetFsuJobOutputContentResponse
|
|
1683
1689
|
* @throws OciError when an error occurs
|
|
1684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/GetFsuJobOutputContent.ts.html |here} to see how to use GetFsuJobOutputContent API.
|
|
1685
1691
|
*/
|
|
1686
1692
|
getFsuJobOutputContent(getFsuJobOutputContentRequest) {
|
|
1687
1693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1739,7 +1745,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1739
1745
|
* @param GetWorkRequestRequest
|
|
1740
1746
|
* @return GetWorkRequestResponse
|
|
1741
1747
|
* @throws OciError when an error occurs
|
|
1742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1743
1749
|
*/
|
|
1744
1750
|
getWorkRequest(getWorkRequestRequest) {
|
|
1745
1751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1808,7 +1814,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1808
1814
|
* @param ListFsuActionsRequest
|
|
1809
1815
|
* @return ListFsuActionsResponse
|
|
1810
1816
|
* @throws OciError when an error occurs
|
|
1811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListFsuActions.ts.html |here} to see how to use ListFsuActions API.
|
|
1812
1818
|
*/
|
|
1813
1819
|
listFsuActions(listFsuActionsRequest) {
|
|
1814
1820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1880,7 +1886,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1880
1886
|
* @param ListFsuCollectionTargetsRequest
|
|
1881
1887
|
* @return ListFsuCollectionTargetsResponse
|
|
1882
1888
|
* @throws OciError when an error occurs
|
|
1883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListFsuCollectionTargets.ts.html |here} to see how to use ListFsuCollectionTargets API.
|
|
1884
1890
|
*/
|
|
1885
1891
|
listFsuCollectionTargets(listFsuCollectionTargetsRequest) {
|
|
1886
1892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1952,7 +1958,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1952
1958
|
* @param ListFsuCollectionsRequest
|
|
1953
1959
|
* @return ListFsuCollectionsResponse
|
|
1954
1960
|
* @throws OciError when an error occurs
|
|
1955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListFsuCollections.ts.html |here} to see how to use ListFsuCollections API.
|
|
1956
1962
|
*/
|
|
1957
1963
|
listFsuCollections(listFsuCollectionsRequest) {
|
|
1958
1964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2023,7 +2029,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2023
2029
|
* @param ListFsuCyclesRequest
|
|
2024
2030
|
* @return ListFsuCyclesResponse
|
|
2025
2031
|
* @throws OciError when an error occurs
|
|
2026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCycles API.
|
|
2027
2033
|
*/
|
|
2028
2034
|
listFsuCycles(listFsuCyclesRequest) {
|
|
2029
2035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2096,7 +2102,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2096
2102
|
* @param ListFsuDiscoveriesRequest
|
|
2097
2103
|
* @return ListFsuDiscoveriesResponse
|
|
2098
2104
|
* @throws OciError when an error occurs
|
|
2099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveries API.
|
|
2100
2106
|
*/
|
|
2101
2107
|
listFsuDiscoveries(listFsuDiscoveriesRequest) {
|
|
2102
2108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2166,7 +2172,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2166
2172
|
* @param ListFsuDiscoveryTargetsRequest
|
|
2167
2173
|
* @return ListFsuDiscoveryTargetsResponse
|
|
2168
2174
|
* @throws OciError when an error occurs
|
|
2169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargets API.
|
|
2170
2176
|
*/
|
|
2171
2177
|
listFsuDiscoveryTargets(listFsuDiscoveryTargetsRequest) {
|
|
2172
2178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2238,7 +2244,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2238
2244
|
* @param ListFsuJobOutputsRequest
|
|
2239
2245
|
* @return ListFsuJobOutputsResponse
|
|
2240
2246
|
* @throws OciError when an error occurs
|
|
2241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputs API.
|
|
2242
2248
|
*/
|
|
2243
2249
|
listFsuJobOutputs(listFsuJobOutputsRequest) {
|
|
2244
2250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2305,7 +2311,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2305
2311
|
* @param ListFsuJobsRequest
|
|
2306
2312
|
* @return ListFsuJobsResponse
|
|
2307
2313
|
* @throws OciError when an error occurs
|
|
2308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobs API.
|
|
2309
2315
|
*/
|
|
2310
2316
|
listFsuJobs(listFsuJobsRequest) {
|
|
2311
2317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2375,7 +2381,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2375
2381
|
* @param ListWorkRequestErrorsRequest
|
|
2376
2382
|
* @return ListWorkRequestErrorsResponse
|
|
2377
2383
|
* @throws OciError when an error occurs
|
|
2378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2379
2385
|
*/
|
|
2380
2386
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2381
2387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2444,7 +2450,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2444
2450
|
* @param ListWorkRequestLogsRequest
|
|
2445
2451
|
* @return ListWorkRequestLogsResponse
|
|
2446
2452
|
* @throws OciError when an error occurs
|
|
2447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2448
2454
|
*/
|
|
2449
2455
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2450
2456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2513,7 +2519,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2513
2519
|
* @param ListWorkRequestsRequest
|
|
2514
2520
|
* @return ListWorkRequestsResponse
|
|
2515
2521
|
* @throws OciError when an error occurs
|
|
2516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2517
2523
|
*/
|
|
2518
2524
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2519
2525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2586,7 +2592,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2586
2592
|
* @param RemoveFsuCollectionTargetsRequest
|
|
2587
2593
|
* @return RemoveFsuCollectionTargetsResponse
|
|
2588
2594
|
* @throws OciError when an error occurs
|
|
2589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargets API.
|
|
2590
2596
|
*/
|
|
2591
2597
|
removeFsuCollectionTargets(removeFsuCollectionTargetsRequest) {
|
|
2592
2598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2649,7 +2655,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2649
2655
|
* @param ResumeFsuActionRequest
|
|
2650
2656
|
* @return ResumeFsuActionResponse
|
|
2651
2657
|
* @throws OciError when an error occurs
|
|
2652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuAction API.
|
|
2653
2659
|
*/
|
|
2654
2660
|
resumeFsuAction(resumeFsuActionRequest) {
|
|
2655
2661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2707,7 +2713,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2707
2713
|
* @param RetryFsuJobRequest
|
|
2708
2714
|
* @return RetryFsuJobResponse
|
|
2709
2715
|
* @throws OciError when an error occurs
|
|
2710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJob API.
|
|
2711
2717
|
*/
|
|
2712
2718
|
retryFsuJob(retryFsuJobRequest) {
|
|
2713
2719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2764,7 +2770,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2764
2770
|
* @param UpdateFsuActionRequest
|
|
2765
2771
|
* @return UpdateFsuActionResponse
|
|
2766
2772
|
* @throws OciError when an error occurs
|
|
2767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuAction API.
|
|
2768
2774
|
*/
|
|
2769
2775
|
updateFsuAction(updateFsuActionRequest) {
|
|
2770
2776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2826,7 +2832,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2826
2832
|
* @param UpdateFsuCollectionRequest
|
|
2827
2833
|
* @return UpdateFsuCollectionResponse
|
|
2828
2834
|
* @throws OciError when an error occurs
|
|
2829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollection API.
|
|
2830
2836
|
*/
|
|
2831
2837
|
updateFsuCollection(updateFsuCollectionRequest) {
|
|
2832
2838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2888,7 +2894,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2888
2894
|
* @param UpdateFsuCycleRequest
|
|
2889
2895
|
* @return UpdateFsuCycleResponse
|
|
2890
2896
|
* @throws OciError when an error occurs
|
|
2891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycle API.
|
|
2892
2898
|
*/
|
|
2893
2899
|
updateFsuCycle(updateFsuCycleRequest) {
|
|
2894
2900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2950,7 +2956,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2950
2956
|
* @param UpdateFsuDiscoveryRequest
|
|
2951
2957
|
* @return UpdateFsuDiscoveryResponse
|
|
2952
2958
|
* @throws OciError when an error occurs
|
|
2953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscovery API.
|
|
2954
2960
|
*/
|
|
2955
2961
|
updateFsuDiscovery(updateFsuDiscoveryRequest) {
|
|
2956
2962
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3007,7 +3013,7 @@ class FleetSoftwareUpdateClient {
|
|
|
3007
3013
|
* @param UpdateFsuJobRequest
|
|
3008
3014
|
* @return UpdateFsuJobResponse
|
|
3009
3015
|
* @throws OciError when an error occurs
|
|
3010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJob API.
|
|
3011
3017
|
*/
|
|
3012
3018
|
updateFsuJob(updateFsuJobRequest) {
|
|
3013
3019
|
return __awaiter(this, void 0, void 0, function* () {
|