oci-fleetsoftwareupdate 2.89.2 → 2.89.3
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 +44 -44
- package/lib/client.js +44 -44
- 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
|
@@ -205,7 +205,7 @@ class FleetSoftwareUpdateClient {
|
|
|
205
205
|
* @param AbortFsuDiscoveryRequest
|
|
206
206
|
* @return AbortFsuDiscoveryResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscovery API.
|
|
209
209
|
*/
|
|
210
210
|
abortFsuDiscovery(abortFsuDiscoveryRequest) {
|
|
211
211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -265,7 +265,7 @@ class FleetSoftwareUpdateClient {
|
|
|
265
265
|
* @param AddFsuCollectionTargetsRequest
|
|
266
266
|
* @return AddFsuCollectionTargetsResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargets API.
|
|
269
269
|
*/
|
|
270
270
|
addFsuCollectionTargets(addFsuCollectionTargetsRequest) {
|
|
271
271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +328,7 @@ class FleetSoftwareUpdateClient {
|
|
|
328
328
|
* @param CancelFsuActionRequest
|
|
329
329
|
* @return CancelFsuActionResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuAction API.
|
|
332
332
|
*/
|
|
333
333
|
cancelFsuAction(cancelFsuActionRequest) {
|
|
334
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -386,7 +386,7 @@ class FleetSoftwareUpdateClient {
|
|
|
386
386
|
* @param ChangeFsuActionCompartmentRequest
|
|
387
387
|
* @return ChangeFsuActionCompartmentResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartment API.
|
|
390
390
|
*/
|
|
391
391
|
changeFsuActionCompartment(changeFsuActionCompartmentRequest) {
|
|
392
392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -450,7 +450,7 @@ class FleetSoftwareUpdateClient {
|
|
|
450
450
|
* @param ChangeFsuCollectionCompartmentRequest
|
|
451
451
|
* @return ChangeFsuCollectionCompartmentResponse
|
|
452
452
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartment API.
|
|
454
454
|
*/
|
|
455
455
|
changeFsuCollectionCompartment(changeFsuCollectionCompartmentRequest) {
|
|
456
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -514,7 +514,7 @@ class FleetSoftwareUpdateClient {
|
|
|
514
514
|
* @param ChangeFsuCycleCompartmentRequest
|
|
515
515
|
* @return ChangeFsuCycleCompartmentResponse
|
|
516
516
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartment API.
|
|
518
518
|
*/
|
|
519
519
|
changeFsuCycleCompartment(changeFsuCycleCompartmentRequest) {
|
|
520
520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -578,7 +578,7 @@ class FleetSoftwareUpdateClient {
|
|
|
578
578
|
* @param ChangeFsuDiscoveryCompartmentRequest
|
|
579
579
|
* @return ChangeFsuDiscoveryCompartmentResponse
|
|
580
580
|
* @throws OciError when an error occurs
|
|
581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartment API.
|
|
582
582
|
*/
|
|
583
583
|
changeFsuDiscoveryCompartment(changeFsuDiscoveryCompartmentRequest) {
|
|
584
584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -636,7 +636,7 @@ class FleetSoftwareUpdateClient {
|
|
|
636
636
|
* @param CloneFsuCycleRequest
|
|
637
637
|
* @return CloneFsuCycleResponse
|
|
638
638
|
* @throws OciError when an error occurs
|
|
639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycle API.
|
|
640
640
|
*/
|
|
641
641
|
cloneFsuCycle(cloneFsuCycleRequest) {
|
|
642
642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -712,7 +712,7 @@ class FleetSoftwareUpdateClient {
|
|
|
712
712
|
* @param CreateFsuActionRequest
|
|
713
713
|
* @return CreateFsuActionResponse
|
|
714
714
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuAction API.
|
|
716
716
|
*/
|
|
717
717
|
createFsuAction(createFsuActionRequest) {
|
|
718
718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -786,7 +786,7 @@ class FleetSoftwareUpdateClient {
|
|
|
786
786
|
* @param CreateFsuCollectionRequest
|
|
787
787
|
* @return CreateFsuCollectionResponse
|
|
788
788
|
* @throws OciError when an error occurs
|
|
789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CreateFsuCollection.ts.html |here} to see how to use CreateFsuCollection API.
|
|
790
790
|
*/
|
|
791
791
|
createFsuCollection(createFsuCollectionRequest) {
|
|
792
792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -860,7 +860,7 @@ class FleetSoftwareUpdateClient {
|
|
|
860
860
|
* @param CreateFsuCycleRequest
|
|
861
861
|
* @return CreateFsuCycleResponse
|
|
862
862
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CreateFsuCycle.ts.html |here} to see how to use CreateFsuCycle API.
|
|
864
864
|
*/
|
|
865
865
|
createFsuCycle(createFsuCycleRequest) {
|
|
866
866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -934,7 +934,7 @@ class FleetSoftwareUpdateClient {
|
|
|
934
934
|
* @param CreateFsuDiscoveryRequest
|
|
935
935
|
* @return CreateFsuDiscoveryResponse
|
|
936
936
|
* @throws OciError when an error occurs
|
|
937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CreateFsuDiscovery.ts.html |here} to see how to use CreateFsuDiscovery API.
|
|
938
938
|
*/
|
|
939
939
|
createFsuDiscovery(createFsuDiscoveryRequest) {
|
|
940
940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1008,7 +1008,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1008
1008
|
* @param DeleteFsuActionRequest
|
|
1009
1009
|
* @return DeleteFsuActionResponse
|
|
1010
1010
|
* @throws OciError when an error occurs
|
|
1011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuAction.ts.html |here} to see how to use DeleteFsuAction API.
|
|
1012
1012
|
*/
|
|
1013
1013
|
deleteFsuAction(deleteFsuActionRequest) {
|
|
1014
1014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1069,7 +1069,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1069
1069
|
* @param DeleteFsuCollectionRequest
|
|
1070
1070
|
* @return DeleteFsuCollectionResponse
|
|
1071
1071
|
* @throws OciError when an error occurs
|
|
1072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuCollection.ts.html |here} to see how to use DeleteFsuCollection API.
|
|
1073
1073
|
*/
|
|
1074
1074
|
deleteFsuCollection(deleteFsuCollectionRequest) {
|
|
1075
1075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1130,7 +1130,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1130
1130
|
* @param DeleteFsuCycleRequest
|
|
1131
1131
|
* @return DeleteFsuCycleResponse
|
|
1132
1132
|
* @throws OciError when an error occurs
|
|
1133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuCycle.ts.html |here} to see how to use DeleteFsuCycle API.
|
|
1134
1134
|
*/
|
|
1135
1135
|
deleteFsuCycle(deleteFsuCycleRequest) {
|
|
1136
1136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1191,7 +1191,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1191
1191
|
* @param DeleteFsuDiscoveryRequest
|
|
1192
1192
|
* @return DeleteFsuDiscoveryResponse
|
|
1193
1193
|
* @throws OciError when an error occurs
|
|
1194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuDiscovery.ts.html |here} to see how to use DeleteFsuDiscovery API.
|
|
1195
1195
|
*/
|
|
1196
1196
|
deleteFsuDiscovery(deleteFsuDiscoveryRequest) {
|
|
1197
1197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1252,7 +1252,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1252
1252
|
* @param DeleteFsuJobRequest
|
|
1253
1253
|
* @return DeleteFsuJobResponse
|
|
1254
1254
|
* @throws OciError when an error occurs
|
|
1255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuJob.ts.html |here} to see how to use DeleteFsuJob API.
|
|
1256
1256
|
*/
|
|
1257
1257
|
deleteFsuJob(deleteFsuJobRequest) {
|
|
1258
1258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1308,7 +1308,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1308
1308
|
* @param GetFsuActionRequest
|
|
1309
1309
|
* @return GetFsuActionResponse
|
|
1310
1310
|
* @throws OciError when an error occurs
|
|
1311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuAction.ts.html |here} to see how to use GetFsuAction API.
|
|
1312
1312
|
*/
|
|
1313
1313
|
getFsuAction(getFsuActionRequest) {
|
|
1314
1314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1373,7 +1373,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1373
1373
|
* @param GetFsuActionOutputContentRequest
|
|
1374
1374
|
* @return GetFsuActionOutputContentResponse
|
|
1375
1375
|
* @throws OciError when an error occurs
|
|
1376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuActionOutputContent.ts.html |here} to see how to use GetFsuActionOutputContent API.
|
|
1377
1377
|
*/
|
|
1378
1378
|
getFsuActionOutputContent(getFsuActionOutputContentRequest) {
|
|
1379
1379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1431,7 +1431,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1431
1431
|
* @param GetFsuCollectionRequest
|
|
1432
1432
|
* @return GetFsuCollectionResponse
|
|
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.89.
|
|
1434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuCollection.ts.html |here} to see how to use GetFsuCollection API.
|
|
1435
1435
|
*/
|
|
1436
1436
|
getFsuCollection(getFsuCollectionRequest) {
|
|
1437
1437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1495,7 +1495,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1495
1495
|
* @param GetFsuCycleRequest
|
|
1496
1496
|
* @return GetFsuCycleResponse
|
|
1497
1497
|
* @throws OciError when an error occurs
|
|
1498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycle API.
|
|
1499
1499
|
*/
|
|
1500
1500
|
getFsuCycle(getFsuCycleRequest) {
|
|
1501
1501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1559,7 +1559,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1559
1559
|
* @param GetFsuDiscoveryRequest
|
|
1560
1560
|
* @return GetFsuDiscoveryResponse
|
|
1561
1561
|
* @throws OciError when an error occurs
|
|
1562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuDiscovery.ts.html |here} to see how to use GetFsuDiscovery API.
|
|
1563
1563
|
*/
|
|
1564
1564
|
getFsuDiscovery(getFsuDiscoveryRequest) {
|
|
1565
1565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1623,7 +1623,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1623
1623
|
* @param GetFsuJobRequest
|
|
1624
1624
|
* @return GetFsuJobResponse
|
|
1625
1625
|
* @throws OciError when an error occurs
|
|
1626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuJob.ts.html |here} to see how to use GetFsuJob API.
|
|
1627
1627
|
*/
|
|
1628
1628
|
getFsuJob(getFsuJobRequest) {
|
|
1629
1629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1687,7 +1687,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1687
1687
|
* @param GetFsuJobOutputContentRequest
|
|
1688
1688
|
* @return GetFsuJobOutputContentResponse
|
|
1689
1689
|
* @throws OciError when an error occurs
|
|
1690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuJobOutputContent.ts.html |here} to see how to use GetFsuJobOutputContent API.
|
|
1691
1691
|
*/
|
|
1692
1692
|
getFsuJobOutputContent(getFsuJobOutputContentRequest) {
|
|
1693
1693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1745,7 +1745,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1745
1745
|
* @param GetWorkRequestRequest
|
|
1746
1746
|
* @return GetWorkRequestResponse
|
|
1747
1747
|
* @throws OciError when an error occurs
|
|
1748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1749
1749
|
*/
|
|
1750
1750
|
getWorkRequest(getWorkRequestRequest) {
|
|
1751
1751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1814,7 +1814,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1814
1814
|
* @param ListFsuActionsRequest
|
|
1815
1815
|
* @return ListFsuActionsResponse
|
|
1816
1816
|
* @throws OciError when an error occurs
|
|
1817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListFsuActions.ts.html |here} to see how to use ListFsuActions API.
|
|
1818
1818
|
*/
|
|
1819
1819
|
listFsuActions(listFsuActionsRequest) {
|
|
1820
1820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1886,7 +1886,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1886
1886
|
* @param ListFsuCollectionTargetsRequest
|
|
1887
1887
|
* @return ListFsuCollectionTargetsResponse
|
|
1888
1888
|
* @throws OciError when an error occurs
|
|
1889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListFsuCollectionTargets.ts.html |here} to see how to use ListFsuCollectionTargets API.
|
|
1890
1890
|
*/
|
|
1891
1891
|
listFsuCollectionTargets(listFsuCollectionTargetsRequest) {
|
|
1892
1892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1958,7 +1958,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1958
1958
|
* @param ListFsuCollectionsRequest
|
|
1959
1959
|
* @return ListFsuCollectionsResponse
|
|
1960
1960
|
* @throws OciError when an error occurs
|
|
1961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListFsuCollections.ts.html |here} to see how to use ListFsuCollections API.
|
|
1962
1962
|
*/
|
|
1963
1963
|
listFsuCollections(listFsuCollectionsRequest) {
|
|
1964
1964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2029,7 +2029,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2029
2029
|
* @param ListFsuCyclesRequest
|
|
2030
2030
|
* @return ListFsuCyclesResponse
|
|
2031
2031
|
* @throws OciError when an error occurs
|
|
2032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCycles API.
|
|
2033
2033
|
*/
|
|
2034
2034
|
listFsuCycles(listFsuCyclesRequest) {
|
|
2035
2035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2102,7 +2102,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2102
2102
|
* @param ListFsuDiscoveriesRequest
|
|
2103
2103
|
* @return ListFsuDiscoveriesResponse
|
|
2104
2104
|
* @throws OciError when an error occurs
|
|
2105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveries API.
|
|
2106
2106
|
*/
|
|
2107
2107
|
listFsuDiscoveries(listFsuDiscoveriesRequest) {
|
|
2108
2108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2172,7 +2172,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2172
2172
|
* @param ListFsuDiscoveryTargetsRequest
|
|
2173
2173
|
* @return ListFsuDiscoveryTargetsResponse
|
|
2174
2174
|
* @throws OciError when an error occurs
|
|
2175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargets API.
|
|
2176
2176
|
*/
|
|
2177
2177
|
listFsuDiscoveryTargets(listFsuDiscoveryTargetsRequest) {
|
|
2178
2178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2244,7 +2244,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2244
2244
|
* @param ListFsuJobOutputsRequest
|
|
2245
2245
|
* @return ListFsuJobOutputsResponse
|
|
2246
2246
|
* @throws OciError when an error occurs
|
|
2247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputs API.
|
|
2248
2248
|
*/
|
|
2249
2249
|
listFsuJobOutputs(listFsuJobOutputsRequest) {
|
|
2250
2250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2311,7 +2311,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2311
2311
|
* @param ListFsuJobsRequest
|
|
2312
2312
|
* @return ListFsuJobsResponse
|
|
2313
2313
|
* @throws OciError when an error occurs
|
|
2314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobs API.
|
|
2315
2315
|
*/
|
|
2316
2316
|
listFsuJobs(listFsuJobsRequest) {
|
|
2317
2317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2381,7 +2381,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2381
2381
|
* @param ListWorkRequestErrorsRequest
|
|
2382
2382
|
* @return ListWorkRequestErrorsResponse
|
|
2383
2383
|
* @throws OciError when an error occurs
|
|
2384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2385
2385
|
*/
|
|
2386
2386
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2387
2387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2450,7 +2450,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2450
2450
|
* @param ListWorkRequestLogsRequest
|
|
2451
2451
|
* @return ListWorkRequestLogsResponse
|
|
2452
2452
|
* @throws OciError when an error occurs
|
|
2453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2454
2454
|
*/
|
|
2455
2455
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2456
2456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2519,7 +2519,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2519
2519
|
* @param ListWorkRequestsRequest
|
|
2520
2520
|
* @return ListWorkRequestsResponse
|
|
2521
2521
|
* @throws OciError when an error occurs
|
|
2522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2523
2523
|
*/
|
|
2524
2524
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2525
2525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2592,7 +2592,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2592
2592
|
* @param RemoveFsuCollectionTargetsRequest
|
|
2593
2593
|
* @return RemoveFsuCollectionTargetsResponse
|
|
2594
2594
|
* @throws OciError when an error occurs
|
|
2595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargets API.
|
|
2596
2596
|
*/
|
|
2597
2597
|
removeFsuCollectionTargets(removeFsuCollectionTargetsRequest) {
|
|
2598
2598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2655,7 +2655,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2655
2655
|
* @param ResumeFsuActionRequest
|
|
2656
2656
|
* @return ResumeFsuActionResponse
|
|
2657
2657
|
* @throws OciError when an error occurs
|
|
2658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuAction API.
|
|
2659
2659
|
*/
|
|
2660
2660
|
resumeFsuAction(resumeFsuActionRequest) {
|
|
2661
2661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2713,7 +2713,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2713
2713
|
* @param RetryFsuJobRequest
|
|
2714
2714
|
* @return RetryFsuJobResponse
|
|
2715
2715
|
* @throws OciError when an error occurs
|
|
2716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJob API.
|
|
2717
2717
|
*/
|
|
2718
2718
|
retryFsuJob(retryFsuJobRequest) {
|
|
2719
2719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2770,7 +2770,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2770
2770
|
* @param UpdateFsuActionRequest
|
|
2771
2771
|
* @return UpdateFsuActionResponse
|
|
2772
2772
|
* @throws OciError when an error occurs
|
|
2773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuAction API.
|
|
2774
2774
|
*/
|
|
2775
2775
|
updateFsuAction(updateFsuActionRequest) {
|
|
2776
2776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2832,7 +2832,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2832
2832
|
* @param UpdateFsuCollectionRequest
|
|
2833
2833
|
* @return UpdateFsuCollectionResponse
|
|
2834
2834
|
* @throws OciError when an error occurs
|
|
2835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollection API.
|
|
2836
2836
|
*/
|
|
2837
2837
|
updateFsuCollection(updateFsuCollectionRequest) {
|
|
2838
2838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2894,7 +2894,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2894
2894
|
* @param UpdateFsuCycleRequest
|
|
2895
2895
|
* @return UpdateFsuCycleResponse
|
|
2896
2896
|
* @throws OciError when an error occurs
|
|
2897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycle API.
|
|
2898
2898
|
*/
|
|
2899
2899
|
updateFsuCycle(updateFsuCycleRequest) {
|
|
2900
2900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2956,7 +2956,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2956
2956
|
* @param UpdateFsuDiscoveryRequest
|
|
2957
2957
|
* @return UpdateFsuDiscoveryResponse
|
|
2958
2958
|
* @throws OciError when an error occurs
|
|
2959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscovery API.
|
|
2960
2960
|
*/
|
|
2961
2961
|
updateFsuDiscovery(updateFsuDiscoveryRequest) {
|
|
2962
2962
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3013,7 +3013,7 @@ class FleetSoftwareUpdateClient {
|
|
|
3013
3013
|
* @param UpdateFsuJobRequest
|
|
3014
3014
|
* @return UpdateFsuJobResponse
|
|
3015
3015
|
* @throws OciError when an error occurs
|
|
3016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJob API.
|
|
3017
3017
|
*/
|
|
3018
3018
|
updateFsuJob(updateFsuJobRequest) {
|
|
3019
3019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscoveryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface AbortFsuDiscoveryRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargetsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddFsuCollectionTargetsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuActionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelFsuActionRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFsuActionCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFsuCollectionCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFsuCycleCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFsuDiscoveryCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CloneFsuCycleRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuActionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFsuActionRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CreateFsuCollection.ts.html |here} to see how to use CreateFsuCollectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFsuCollectionRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CreateFsuCycle.ts.html |here} to see how to use CreateFsuCycleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFsuCycleRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/CreateFsuDiscovery.ts.html |here} to see how to use CreateFsuDiscoveryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFsuDiscoveryRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuAction.ts.html |here} to see how to use DeleteFsuActionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFsuActionRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuCollection.ts.html |here} to see how to use DeleteFsuCollectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFsuCollectionRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuCycle.ts.html |here} to see how to use DeleteFsuCycleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFsuCycleRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuDiscovery.ts.html |here} to see how to use DeleteFsuDiscoveryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFsuDiscoveryRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/DeleteFsuJob.ts.html |here} to see how to use DeleteFsuJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFsuJobRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuActionOutputContent.ts.html |here} to see how to use GetFsuActionOutputContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFsuActionOutputContentRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuAction.ts.html |here} to see how to use GetFsuActionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFsuActionRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuCollection.ts.html |here} to see how to use GetFsuCollectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFsuCollectionRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFsuCycleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|