oci-fleetsoftwareupdate 2.72.0 → 2.73.1
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
|
@@ -186,7 +186,7 @@ class FleetSoftwareUpdateClient {
|
|
|
186
186
|
* @param AbortFsuDiscoveryRequest
|
|
187
187
|
* @return AbortFsuDiscoveryResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscovery API.
|
|
190
190
|
*/
|
|
191
191
|
abortFsuDiscovery(abortFsuDiscoveryRequest) {
|
|
192
192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -246,7 +246,7 @@ class FleetSoftwareUpdateClient {
|
|
|
246
246
|
* @param AddFsuCollectionTargetsRequest
|
|
247
247
|
* @return AddFsuCollectionTargetsResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargets API.
|
|
250
250
|
*/
|
|
251
251
|
addFsuCollectionTargets(addFsuCollectionTargetsRequest) {
|
|
252
252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +309,7 @@ class FleetSoftwareUpdateClient {
|
|
|
309
309
|
* @param CancelFsuActionRequest
|
|
310
310
|
* @return CancelFsuActionResponse
|
|
311
311
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuAction API.
|
|
313
313
|
*/
|
|
314
314
|
cancelFsuAction(cancelFsuActionRequest) {
|
|
315
315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -367,7 +367,7 @@ class FleetSoftwareUpdateClient {
|
|
|
367
367
|
* @param ChangeFsuActionCompartmentRequest
|
|
368
368
|
* @return ChangeFsuActionCompartmentResponse
|
|
369
369
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartment API.
|
|
371
371
|
*/
|
|
372
372
|
changeFsuActionCompartment(changeFsuActionCompartmentRequest) {
|
|
373
373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -431,7 +431,7 @@ class FleetSoftwareUpdateClient {
|
|
|
431
431
|
* @param ChangeFsuCollectionCompartmentRequest
|
|
432
432
|
* @return ChangeFsuCollectionCompartmentResponse
|
|
433
433
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartment API.
|
|
435
435
|
*/
|
|
436
436
|
changeFsuCollectionCompartment(changeFsuCollectionCompartmentRequest) {
|
|
437
437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ class FleetSoftwareUpdateClient {
|
|
|
495
495
|
* @param ChangeFsuCycleCompartmentRequest
|
|
496
496
|
* @return ChangeFsuCycleCompartmentResponse
|
|
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.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartment API.
|
|
499
499
|
*/
|
|
500
500
|
changeFsuCycleCompartment(changeFsuCycleCompartmentRequest) {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -559,7 +559,7 @@ class FleetSoftwareUpdateClient {
|
|
|
559
559
|
* @param ChangeFsuDiscoveryCompartmentRequest
|
|
560
560
|
* @return ChangeFsuDiscoveryCompartmentResponse
|
|
561
561
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartment API.
|
|
563
563
|
*/
|
|
564
564
|
changeFsuDiscoveryCompartment(changeFsuDiscoveryCompartmentRequest) {
|
|
565
565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -617,7 +617,7 @@ class FleetSoftwareUpdateClient {
|
|
|
617
617
|
* @param CloneFsuCycleRequest
|
|
618
618
|
* @return CloneFsuCycleResponse
|
|
619
619
|
* @throws OciError when an error occurs
|
|
620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycle API.
|
|
621
621
|
*/
|
|
622
622
|
cloneFsuCycle(cloneFsuCycleRequest) {
|
|
623
623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -693,7 +693,7 @@ class FleetSoftwareUpdateClient {
|
|
|
693
693
|
* @param CreateFsuActionRequest
|
|
694
694
|
* @return CreateFsuActionResponse
|
|
695
695
|
* @throws OciError when an error occurs
|
|
696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuAction API.
|
|
697
697
|
*/
|
|
698
698
|
createFsuAction(createFsuActionRequest) {
|
|
699
699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -767,7 +767,7 @@ class FleetSoftwareUpdateClient {
|
|
|
767
767
|
* @param CreateFsuCollectionRequest
|
|
768
768
|
* @return CreateFsuCollectionResponse
|
|
769
769
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/CreateFsuCollection.ts.html |here} to see how to use CreateFsuCollection API.
|
|
771
771
|
*/
|
|
772
772
|
createFsuCollection(createFsuCollectionRequest) {
|
|
773
773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -841,7 +841,7 @@ class FleetSoftwareUpdateClient {
|
|
|
841
841
|
* @param CreateFsuCycleRequest
|
|
842
842
|
* @return CreateFsuCycleResponse
|
|
843
843
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/CreateFsuCycle.ts.html |here} to see how to use CreateFsuCycle API.
|
|
845
845
|
*/
|
|
846
846
|
createFsuCycle(createFsuCycleRequest) {
|
|
847
847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -915,7 +915,7 @@ class FleetSoftwareUpdateClient {
|
|
|
915
915
|
* @param CreateFsuDiscoveryRequest
|
|
916
916
|
* @return CreateFsuDiscoveryResponse
|
|
917
917
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/CreateFsuDiscovery.ts.html |here} to see how to use CreateFsuDiscovery API.
|
|
919
919
|
*/
|
|
920
920
|
createFsuDiscovery(createFsuDiscoveryRequest) {
|
|
921
921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -989,7 +989,7 @@ class FleetSoftwareUpdateClient {
|
|
|
989
989
|
* @param DeleteFsuActionRequest
|
|
990
990
|
* @return DeleteFsuActionResponse
|
|
991
991
|
* @throws OciError when an error occurs
|
|
992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/DeleteFsuAction.ts.html |here} to see how to use DeleteFsuAction API.
|
|
993
993
|
*/
|
|
994
994
|
deleteFsuAction(deleteFsuActionRequest) {
|
|
995
995
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1050,7 +1050,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1050
1050
|
* @param DeleteFsuCollectionRequest
|
|
1051
1051
|
* @return DeleteFsuCollectionResponse
|
|
1052
1052
|
* @throws OciError when an error occurs
|
|
1053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1053
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/DeleteFsuCollection.ts.html |here} to see how to use DeleteFsuCollection API.
|
|
1054
1054
|
*/
|
|
1055
1055
|
deleteFsuCollection(deleteFsuCollectionRequest) {
|
|
1056
1056
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1111,7 +1111,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1111
1111
|
* @param DeleteFsuCycleRequest
|
|
1112
1112
|
* @return DeleteFsuCycleResponse
|
|
1113
1113
|
* @throws OciError when an error occurs
|
|
1114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/DeleteFsuCycle.ts.html |here} to see how to use DeleteFsuCycle API.
|
|
1115
1115
|
*/
|
|
1116
1116
|
deleteFsuCycle(deleteFsuCycleRequest) {
|
|
1117
1117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1172,7 +1172,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1172
1172
|
* @param DeleteFsuDiscoveryRequest
|
|
1173
1173
|
* @return DeleteFsuDiscoveryResponse
|
|
1174
1174
|
* @throws OciError when an error occurs
|
|
1175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/DeleteFsuDiscovery.ts.html |here} to see how to use DeleteFsuDiscovery API.
|
|
1176
1176
|
*/
|
|
1177
1177
|
deleteFsuDiscovery(deleteFsuDiscoveryRequest) {
|
|
1178
1178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1233,7 +1233,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1233
1233
|
* @param DeleteFsuJobRequest
|
|
1234
1234
|
* @return DeleteFsuJobResponse
|
|
1235
1235
|
* @throws OciError when an error occurs
|
|
1236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/DeleteFsuJob.ts.html |here} to see how to use DeleteFsuJob API.
|
|
1237
1237
|
*/
|
|
1238
1238
|
deleteFsuJob(deleteFsuJobRequest) {
|
|
1239
1239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1289,7 +1289,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1289
1289
|
* @param GetFsuActionRequest
|
|
1290
1290
|
* @return GetFsuActionResponse
|
|
1291
1291
|
* @throws OciError when an error occurs
|
|
1292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/GetFsuAction.ts.html |here} to see how to use GetFsuAction API.
|
|
1293
1293
|
*/
|
|
1294
1294
|
getFsuAction(getFsuActionRequest) {
|
|
1295
1295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1354,7 +1354,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1354
1354
|
* @param GetFsuActionOutputContentRequest
|
|
1355
1355
|
* @return GetFsuActionOutputContentResponse
|
|
1356
1356
|
* @throws OciError when an error occurs
|
|
1357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/GetFsuActionOutputContent.ts.html |here} to see how to use GetFsuActionOutputContent API.
|
|
1358
1358
|
*/
|
|
1359
1359
|
getFsuActionOutputContent(getFsuActionOutputContentRequest) {
|
|
1360
1360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1412,7 +1412,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1412
1412
|
* @param GetFsuCollectionRequest
|
|
1413
1413
|
* @return GetFsuCollectionResponse
|
|
1414
1414
|
* @throws OciError when an error occurs
|
|
1415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/GetFsuCollection.ts.html |here} to see how to use GetFsuCollection API.
|
|
1416
1416
|
*/
|
|
1417
1417
|
getFsuCollection(getFsuCollectionRequest) {
|
|
1418
1418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1476,7 +1476,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1476
1476
|
* @param GetFsuCycleRequest
|
|
1477
1477
|
* @return GetFsuCycleResponse
|
|
1478
1478
|
* @throws OciError when an error occurs
|
|
1479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycle API.
|
|
1480
1480
|
*/
|
|
1481
1481
|
getFsuCycle(getFsuCycleRequest) {
|
|
1482
1482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1540,7 +1540,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1540
1540
|
* @param GetFsuDiscoveryRequest
|
|
1541
1541
|
* @return GetFsuDiscoveryResponse
|
|
1542
1542
|
* @throws OciError when an error occurs
|
|
1543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/GetFsuDiscovery.ts.html |here} to see how to use GetFsuDiscovery API.
|
|
1544
1544
|
*/
|
|
1545
1545
|
getFsuDiscovery(getFsuDiscoveryRequest) {
|
|
1546
1546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1604,7 +1604,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1604
1604
|
* @param GetFsuJobRequest
|
|
1605
1605
|
* @return GetFsuJobResponse
|
|
1606
1606
|
* @throws OciError when an error occurs
|
|
1607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/GetFsuJob.ts.html |here} to see how to use GetFsuJob API.
|
|
1608
1608
|
*/
|
|
1609
1609
|
getFsuJob(getFsuJobRequest) {
|
|
1610
1610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1668,7 +1668,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1668
1668
|
* @param GetFsuJobOutputContentRequest
|
|
1669
1669
|
* @return GetFsuJobOutputContentResponse
|
|
1670
1670
|
* @throws OciError when an error occurs
|
|
1671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/GetFsuJobOutputContent.ts.html |here} to see how to use GetFsuJobOutputContent API.
|
|
1672
1672
|
*/
|
|
1673
1673
|
getFsuJobOutputContent(getFsuJobOutputContentRequest) {
|
|
1674
1674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1726,7 +1726,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1726
1726
|
* @param GetWorkRequestRequest
|
|
1727
1727
|
* @return GetWorkRequestResponse
|
|
1728
1728
|
* @throws OciError when an error occurs
|
|
1729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1730
1730
|
*/
|
|
1731
1731
|
getWorkRequest(getWorkRequestRequest) {
|
|
1732
1732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1795,7 +1795,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1795
1795
|
* @param ListFsuActionsRequest
|
|
1796
1796
|
* @return ListFsuActionsResponse
|
|
1797
1797
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListFsuActions.ts.html |here} to see how to use ListFsuActions API.
|
|
1799
1799
|
*/
|
|
1800
1800
|
listFsuActions(listFsuActionsRequest) {
|
|
1801
1801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1867,7 +1867,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1867
1867
|
* @param ListFsuCollectionTargetsRequest
|
|
1868
1868
|
* @return ListFsuCollectionTargetsResponse
|
|
1869
1869
|
* @throws OciError when an error occurs
|
|
1870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListFsuCollectionTargets.ts.html |here} to see how to use ListFsuCollectionTargets API.
|
|
1871
1871
|
*/
|
|
1872
1872
|
listFsuCollectionTargets(listFsuCollectionTargetsRequest) {
|
|
1873
1873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1939,7 +1939,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1939
1939
|
* @param ListFsuCollectionsRequest
|
|
1940
1940
|
* @return ListFsuCollectionsResponse
|
|
1941
1941
|
* @throws OciError when an error occurs
|
|
1942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListFsuCollections.ts.html |here} to see how to use ListFsuCollections API.
|
|
1943
1943
|
*/
|
|
1944
1944
|
listFsuCollections(listFsuCollectionsRequest) {
|
|
1945
1945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2010,7 +2010,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2010
2010
|
* @param ListFsuCyclesRequest
|
|
2011
2011
|
* @return ListFsuCyclesResponse
|
|
2012
2012
|
* @throws OciError when an error occurs
|
|
2013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCycles API.
|
|
2014
2014
|
*/
|
|
2015
2015
|
listFsuCycles(listFsuCyclesRequest) {
|
|
2016
2016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2083,7 +2083,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2083
2083
|
* @param ListFsuDiscoveriesRequest
|
|
2084
2084
|
* @return ListFsuDiscoveriesResponse
|
|
2085
2085
|
* @throws OciError when an error occurs
|
|
2086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveries API.
|
|
2087
2087
|
*/
|
|
2088
2088
|
listFsuDiscoveries(listFsuDiscoveriesRequest) {
|
|
2089
2089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2153,7 +2153,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2153
2153
|
* @param ListFsuDiscoveryTargetsRequest
|
|
2154
2154
|
* @return ListFsuDiscoveryTargetsResponse
|
|
2155
2155
|
* @throws OciError when an error occurs
|
|
2156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargets API.
|
|
2157
2157
|
*/
|
|
2158
2158
|
listFsuDiscoveryTargets(listFsuDiscoveryTargetsRequest) {
|
|
2159
2159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2225,7 +2225,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2225
2225
|
* @param ListFsuJobOutputsRequest
|
|
2226
2226
|
* @return ListFsuJobOutputsResponse
|
|
2227
2227
|
* @throws OciError when an error occurs
|
|
2228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputs API.
|
|
2229
2229
|
*/
|
|
2230
2230
|
listFsuJobOutputs(listFsuJobOutputsRequest) {
|
|
2231
2231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2292,7 +2292,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2292
2292
|
* @param ListFsuJobsRequest
|
|
2293
2293
|
* @return ListFsuJobsResponse
|
|
2294
2294
|
* @throws OciError when an error occurs
|
|
2295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobs API.
|
|
2296
2296
|
*/
|
|
2297
2297
|
listFsuJobs(listFsuJobsRequest) {
|
|
2298
2298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2362,7 +2362,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2362
2362
|
* @param ListWorkRequestErrorsRequest
|
|
2363
2363
|
* @return ListWorkRequestErrorsResponse
|
|
2364
2364
|
* @throws OciError when an error occurs
|
|
2365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2366
2366
|
*/
|
|
2367
2367
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2368
2368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2431,7 +2431,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2431
2431
|
* @param ListWorkRequestLogsRequest
|
|
2432
2432
|
* @return ListWorkRequestLogsResponse
|
|
2433
2433
|
* @throws OciError when an error occurs
|
|
2434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2435
2435
|
*/
|
|
2436
2436
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2437
2437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2500,7 +2500,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2500
2500
|
* @param ListWorkRequestsRequest
|
|
2501
2501
|
* @return ListWorkRequestsResponse
|
|
2502
2502
|
* @throws OciError when an error occurs
|
|
2503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2504
2504
|
*/
|
|
2505
2505
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2506
2506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2573,7 +2573,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2573
2573
|
* @param RemoveFsuCollectionTargetsRequest
|
|
2574
2574
|
* @return RemoveFsuCollectionTargetsResponse
|
|
2575
2575
|
* @throws OciError when an error occurs
|
|
2576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargets API.
|
|
2577
2577
|
*/
|
|
2578
2578
|
removeFsuCollectionTargets(removeFsuCollectionTargetsRequest) {
|
|
2579
2579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2636,7 +2636,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2636
2636
|
* @param ResumeFsuActionRequest
|
|
2637
2637
|
* @return ResumeFsuActionResponse
|
|
2638
2638
|
* @throws OciError when an error occurs
|
|
2639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuAction API.
|
|
2640
2640
|
*/
|
|
2641
2641
|
resumeFsuAction(resumeFsuActionRequest) {
|
|
2642
2642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2694,7 +2694,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2694
2694
|
* @param RetryFsuJobRequest
|
|
2695
2695
|
* @return RetryFsuJobResponse
|
|
2696
2696
|
* @throws OciError when an error occurs
|
|
2697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJob API.
|
|
2698
2698
|
*/
|
|
2699
2699
|
retryFsuJob(retryFsuJobRequest) {
|
|
2700
2700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2751,7 +2751,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2751
2751
|
* @param UpdateFsuActionRequest
|
|
2752
2752
|
* @return UpdateFsuActionResponse
|
|
2753
2753
|
* @throws OciError when an error occurs
|
|
2754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuAction API.
|
|
2755
2755
|
*/
|
|
2756
2756
|
updateFsuAction(updateFsuActionRequest) {
|
|
2757
2757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2813,7 +2813,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2813
2813
|
* @param UpdateFsuCollectionRequest
|
|
2814
2814
|
* @return UpdateFsuCollectionResponse
|
|
2815
2815
|
* @throws OciError when an error occurs
|
|
2816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollection API.
|
|
2817
2817
|
*/
|
|
2818
2818
|
updateFsuCollection(updateFsuCollectionRequest) {
|
|
2819
2819
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2875,7 +2875,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2875
2875
|
* @param UpdateFsuCycleRequest
|
|
2876
2876
|
* @return UpdateFsuCycleResponse
|
|
2877
2877
|
* @throws OciError when an error occurs
|
|
2878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycle API.
|
|
2879
2879
|
*/
|
|
2880
2880
|
updateFsuCycle(updateFsuCycleRequest) {
|
|
2881
2881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2937,7 +2937,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2937
2937
|
* @param UpdateFsuDiscoveryRequest
|
|
2938
2938
|
* @return UpdateFsuDiscoveryResponse
|
|
2939
2939
|
* @throws OciError when an error occurs
|
|
2940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscovery API.
|
|
2941
2941
|
*/
|
|
2942
2942
|
updateFsuDiscovery(updateFsuDiscoveryRequest) {
|
|
2943
2943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2994,7 +2994,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2994
2994
|
* @param UpdateFsuJobRequest
|
|
2995
2995
|
* @return UpdateFsuJobResponse
|
|
2996
2996
|
* @throws OciError when an error occurs
|
|
2997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJob API.
|
|
2998
2998
|
*/
|
|
2999
2999
|
updateFsuJob(updateFsuJobRequest) {
|
|
3000
3000
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFsuCycleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|