oci-fleetsoftwareupdate 2.83.0 → 2.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +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
|
@@ -199,7 +199,7 @@ class FleetSoftwareUpdateClient {
|
|
|
199
199
|
* @param AbortFsuDiscoveryRequest
|
|
200
200
|
* @return AbortFsuDiscoveryResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscovery API.
|
|
203
203
|
*/
|
|
204
204
|
abortFsuDiscovery(abortFsuDiscoveryRequest) {
|
|
205
205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -259,7 +259,7 @@ class FleetSoftwareUpdateClient {
|
|
|
259
259
|
* @param AddFsuCollectionTargetsRequest
|
|
260
260
|
* @return AddFsuCollectionTargetsResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargets API.
|
|
263
263
|
*/
|
|
264
264
|
addFsuCollectionTargets(addFsuCollectionTargetsRequest) {
|
|
265
265
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -322,7 +322,7 @@ class FleetSoftwareUpdateClient {
|
|
|
322
322
|
* @param CancelFsuActionRequest
|
|
323
323
|
* @return CancelFsuActionResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuAction API.
|
|
326
326
|
*/
|
|
327
327
|
cancelFsuAction(cancelFsuActionRequest) {
|
|
328
328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -380,7 +380,7 @@ class FleetSoftwareUpdateClient {
|
|
|
380
380
|
* @param ChangeFsuActionCompartmentRequest
|
|
381
381
|
* @return ChangeFsuActionCompartmentResponse
|
|
382
382
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartment API.
|
|
384
384
|
*/
|
|
385
385
|
changeFsuActionCompartment(changeFsuActionCompartmentRequest) {
|
|
386
386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -444,7 +444,7 @@ class FleetSoftwareUpdateClient {
|
|
|
444
444
|
* @param ChangeFsuCollectionCompartmentRequest
|
|
445
445
|
* @return ChangeFsuCollectionCompartmentResponse
|
|
446
446
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartment API.
|
|
448
448
|
*/
|
|
449
449
|
changeFsuCollectionCompartment(changeFsuCollectionCompartmentRequest) {
|
|
450
450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +508,7 @@ class FleetSoftwareUpdateClient {
|
|
|
508
508
|
* @param ChangeFsuCycleCompartmentRequest
|
|
509
509
|
* @return ChangeFsuCycleCompartmentResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartment API.
|
|
512
512
|
*/
|
|
513
513
|
changeFsuCycleCompartment(changeFsuCycleCompartmentRequest) {
|
|
514
514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -572,7 +572,7 @@ class FleetSoftwareUpdateClient {
|
|
|
572
572
|
* @param ChangeFsuDiscoveryCompartmentRequest
|
|
573
573
|
* @return ChangeFsuDiscoveryCompartmentResponse
|
|
574
574
|
* @throws OciError when an error occurs
|
|
575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartment API.
|
|
576
576
|
*/
|
|
577
577
|
changeFsuDiscoveryCompartment(changeFsuDiscoveryCompartmentRequest) {
|
|
578
578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -630,7 +630,7 @@ class FleetSoftwareUpdateClient {
|
|
|
630
630
|
* @param CloneFsuCycleRequest
|
|
631
631
|
* @return CloneFsuCycleResponse
|
|
632
632
|
* @throws OciError when an error occurs
|
|
633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycle API.
|
|
634
634
|
*/
|
|
635
635
|
cloneFsuCycle(cloneFsuCycleRequest) {
|
|
636
636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -706,7 +706,7 @@ class FleetSoftwareUpdateClient {
|
|
|
706
706
|
* @param CreateFsuActionRequest
|
|
707
707
|
* @return CreateFsuActionResponse
|
|
708
708
|
* @throws OciError when an error occurs
|
|
709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuAction API.
|
|
710
710
|
*/
|
|
711
711
|
createFsuAction(createFsuActionRequest) {
|
|
712
712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -780,7 +780,7 @@ class FleetSoftwareUpdateClient {
|
|
|
780
780
|
* @param CreateFsuCollectionRequest
|
|
781
781
|
* @return CreateFsuCollectionResponse
|
|
782
782
|
* @throws OciError when an error occurs
|
|
783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/CreateFsuCollection.ts.html |here} to see how to use CreateFsuCollection API.
|
|
784
784
|
*/
|
|
785
785
|
createFsuCollection(createFsuCollectionRequest) {
|
|
786
786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -854,7 +854,7 @@ class FleetSoftwareUpdateClient {
|
|
|
854
854
|
* @param CreateFsuCycleRequest
|
|
855
855
|
* @return CreateFsuCycleResponse
|
|
856
856
|
* @throws OciError when an error occurs
|
|
857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
857
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/CreateFsuCycle.ts.html |here} to see how to use CreateFsuCycle API.
|
|
858
858
|
*/
|
|
859
859
|
createFsuCycle(createFsuCycleRequest) {
|
|
860
860
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +928,7 @@ class FleetSoftwareUpdateClient {
|
|
|
928
928
|
* @param CreateFsuDiscoveryRequest
|
|
929
929
|
* @return CreateFsuDiscoveryResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/CreateFsuDiscovery.ts.html |here} to see how to use CreateFsuDiscovery API.
|
|
932
932
|
*/
|
|
933
933
|
createFsuDiscovery(createFsuDiscoveryRequest) {
|
|
934
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1002,7 +1002,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1002
1002
|
* @param DeleteFsuActionRequest
|
|
1003
1003
|
* @return DeleteFsuActionResponse
|
|
1004
1004
|
* @throws OciError when an error occurs
|
|
1005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/DeleteFsuAction.ts.html |here} to see how to use DeleteFsuAction API.
|
|
1006
1006
|
*/
|
|
1007
1007
|
deleteFsuAction(deleteFsuActionRequest) {
|
|
1008
1008
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1063,7 +1063,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1063
1063
|
* @param DeleteFsuCollectionRequest
|
|
1064
1064
|
* @return DeleteFsuCollectionResponse
|
|
1065
1065
|
* @throws OciError when an error occurs
|
|
1066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/DeleteFsuCollection.ts.html |here} to see how to use DeleteFsuCollection API.
|
|
1067
1067
|
*/
|
|
1068
1068
|
deleteFsuCollection(deleteFsuCollectionRequest) {
|
|
1069
1069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1124,7 +1124,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1124
1124
|
* @param DeleteFsuCycleRequest
|
|
1125
1125
|
* @return DeleteFsuCycleResponse
|
|
1126
1126
|
* @throws OciError when an error occurs
|
|
1127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/DeleteFsuCycle.ts.html |here} to see how to use DeleteFsuCycle API.
|
|
1128
1128
|
*/
|
|
1129
1129
|
deleteFsuCycle(deleteFsuCycleRequest) {
|
|
1130
1130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1185,7 +1185,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1185
1185
|
* @param DeleteFsuDiscoveryRequest
|
|
1186
1186
|
* @return DeleteFsuDiscoveryResponse
|
|
1187
1187
|
* @throws OciError when an error occurs
|
|
1188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/DeleteFsuDiscovery.ts.html |here} to see how to use DeleteFsuDiscovery API.
|
|
1189
1189
|
*/
|
|
1190
1190
|
deleteFsuDiscovery(deleteFsuDiscoveryRequest) {
|
|
1191
1191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1246,7 +1246,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1246
1246
|
* @param DeleteFsuJobRequest
|
|
1247
1247
|
* @return DeleteFsuJobResponse
|
|
1248
1248
|
* @throws OciError when an error occurs
|
|
1249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/DeleteFsuJob.ts.html |here} to see how to use DeleteFsuJob API.
|
|
1250
1250
|
*/
|
|
1251
1251
|
deleteFsuJob(deleteFsuJobRequest) {
|
|
1252
1252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1302,7 +1302,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1302
1302
|
* @param GetFsuActionRequest
|
|
1303
1303
|
* @return GetFsuActionResponse
|
|
1304
1304
|
* @throws OciError when an error occurs
|
|
1305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/GetFsuAction.ts.html |here} to see how to use GetFsuAction API.
|
|
1306
1306
|
*/
|
|
1307
1307
|
getFsuAction(getFsuActionRequest) {
|
|
1308
1308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1367,7 +1367,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1367
1367
|
* @param GetFsuActionOutputContentRequest
|
|
1368
1368
|
* @return GetFsuActionOutputContentResponse
|
|
1369
1369
|
* @throws OciError when an error occurs
|
|
1370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/GetFsuActionOutputContent.ts.html |here} to see how to use GetFsuActionOutputContent API.
|
|
1371
1371
|
*/
|
|
1372
1372
|
getFsuActionOutputContent(getFsuActionOutputContentRequest) {
|
|
1373
1373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1425,7 +1425,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1425
1425
|
* @param GetFsuCollectionRequest
|
|
1426
1426
|
* @return GetFsuCollectionResponse
|
|
1427
1427
|
* @throws OciError when an error occurs
|
|
1428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/GetFsuCollection.ts.html |here} to see how to use GetFsuCollection API.
|
|
1429
1429
|
*/
|
|
1430
1430
|
getFsuCollection(getFsuCollectionRequest) {
|
|
1431
1431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1489,7 +1489,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1489
1489
|
* @param GetFsuCycleRequest
|
|
1490
1490
|
* @return GetFsuCycleResponse
|
|
1491
1491
|
* @throws OciError when an error occurs
|
|
1492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycle API.
|
|
1493
1493
|
*/
|
|
1494
1494
|
getFsuCycle(getFsuCycleRequest) {
|
|
1495
1495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1553,7 +1553,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1553
1553
|
* @param GetFsuDiscoveryRequest
|
|
1554
1554
|
* @return GetFsuDiscoveryResponse
|
|
1555
1555
|
* @throws OciError when an error occurs
|
|
1556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/GetFsuDiscovery.ts.html |here} to see how to use GetFsuDiscovery API.
|
|
1557
1557
|
*/
|
|
1558
1558
|
getFsuDiscovery(getFsuDiscoveryRequest) {
|
|
1559
1559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1617,7 +1617,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1617
1617
|
* @param GetFsuJobRequest
|
|
1618
1618
|
* @return GetFsuJobResponse
|
|
1619
1619
|
* @throws OciError when an error occurs
|
|
1620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/GetFsuJob.ts.html |here} to see how to use GetFsuJob API.
|
|
1621
1621
|
*/
|
|
1622
1622
|
getFsuJob(getFsuJobRequest) {
|
|
1623
1623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1681,7 +1681,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1681
1681
|
* @param GetFsuJobOutputContentRequest
|
|
1682
1682
|
* @return GetFsuJobOutputContentResponse
|
|
1683
1683
|
* @throws OciError when an error occurs
|
|
1684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/GetFsuJobOutputContent.ts.html |here} to see how to use GetFsuJobOutputContent API.
|
|
1685
1685
|
*/
|
|
1686
1686
|
getFsuJobOutputContent(getFsuJobOutputContentRequest) {
|
|
1687
1687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1739,7 +1739,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1739
1739
|
* @param GetWorkRequestRequest
|
|
1740
1740
|
* @return GetWorkRequestResponse
|
|
1741
1741
|
* @throws OciError when an error occurs
|
|
1742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1743
1743
|
*/
|
|
1744
1744
|
getWorkRequest(getWorkRequestRequest) {
|
|
1745
1745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1808,7 +1808,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1808
1808
|
* @param ListFsuActionsRequest
|
|
1809
1809
|
* @return ListFsuActionsResponse
|
|
1810
1810
|
* @throws OciError when an error occurs
|
|
1811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListFsuActions.ts.html |here} to see how to use ListFsuActions API.
|
|
1812
1812
|
*/
|
|
1813
1813
|
listFsuActions(listFsuActionsRequest) {
|
|
1814
1814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1880,7 +1880,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1880
1880
|
* @param ListFsuCollectionTargetsRequest
|
|
1881
1881
|
* @return ListFsuCollectionTargetsResponse
|
|
1882
1882
|
* @throws OciError when an error occurs
|
|
1883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListFsuCollectionTargets.ts.html |here} to see how to use ListFsuCollectionTargets API.
|
|
1884
1884
|
*/
|
|
1885
1885
|
listFsuCollectionTargets(listFsuCollectionTargetsRequest) {
|
|
1886
1886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1952,7 +1952,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1952
1952
|
* @param ListFsuCollectionsRequest
|
|
1953
1953
|
* @return ListFsuCollectionsResponse
|
|
1954
1954
|
* @throws OciError when an error occurs
|
|
1955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListFsuCollections.ts.html |here} to see how to use ListFsuCollections API.
|
|
1956
1956
|
*/
|
|
1957
1957
|
listFsuCollections(listFsuCollectionsRequest) {
|
|
1958
1958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2023,7 +2023,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2023
2023
|
* @param ListFsuCyclesRequest
|
|
2024
2024
|
* @return ListFsuCyclesResponse
|
|
2025
2025
|
* @throws OciError when an error occurs
|
|
2026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCycles API.
|
|
2027
2027
|
*/
|
|
2028
2028
|
listFsuCycles(listFsuCyclesRequest) {
|
|
2029
2029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2096,7 +2096,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2096
2096
|
* @param ListFsuDiscoveriesRequest
|
|
2097
2097
|
* @return ListFsuDiscoveriesResponse
|
|
2098
2098
|
* @throws OciError when an error occurs
|
|
2099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveries API.
|
|
2100
2100
|
*/
|
|
2101
2101
|
listFsuDiscoveries(listFsuDiscoveriesRequest) {
|
|
2102
2102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2166,7 +2166,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2166
2166
|
* @param ListFsuDiscoveryTargetsRequest
|
|
2167
2167
|
* @return ListFsuDiscoveryTargetsResponse
|
|
2168
2168
|
* @throws OciError when an error occurs
|
|
2169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargets API.
|
|
2170
2170
|
*/
|
|
2171
2171
|
listFsuDiscoveryTargets(listFsuDiscoveryTargetsRequest) {
|
|
2172
2172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2238,7 +2238,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2238
2238
|
* @param ListFsuJobOutputsRequest
|
|
2239
2239
|
* @return ListFsuJobOutputsResponse
|
|
2240
2240
|
* @throws OciError when an error occurs
|
|
2241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputs API.
|
|
2242
2242
|
*/
|
|
2243
2243
|
listFsuJobOutputs(listFsuJobOutputsRequest) {
|
|
2244
2244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2305,7 +2305,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2305
2305
|
* @param ListFsuJobsRequest
|
|
2306
2306
|
* @return ListFsuJobsResponse
|
|
2307
2307
|
* @throws OciError when an error occurs
|
|
2308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobs API.
|
|
2309
2309
|
*/
|
|
2310
2310
|
listFsuJobs(listFsuJobsRequest) {
|
|
2311
2311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2375,7 +2375,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2375
2375
|
* @param ListWorkRequestErrorsRequest
|
|
2376
2376
|
* @return ListWorkRequestErrorsResponse
|
|
2377
2377
|
* @throws OciError when an error occurs
|
|
2378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2379
2379
|
*/
|
|
2380
2380
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2381
2381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2444,7 +2444,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2444
2444
|
* @param ListWorkRequestLogsRequest
|
|
2445
2445
|
* @return ListWorkRequestLogsResponse
|
|
2446
2446
|
* @throws OciError when an error occurs
|
|
2447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2448
2448
|
*/
|
|
2449
2449
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2450
2450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2513,7 +2513,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2513
2513
|
* @param ListWorkRequestsRequest
|
|
2514
2514
|
* @return ListWorkRequestsResponse
|
|
2515
2515
|
* @throws OciError when an error occurs
|
|
2516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2517
2517
|
*/
|
|
2518
2518
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2519
2519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2586,7 +2586,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2586
2586
|
* @param RemoveFsuCollectionTargetsRequest
|
|
2587
2587
|
* @return RemoveFsuCollectionTargetsResponse
|
|
2588
2588
|
* @throws OciError when an error occurs
|
|
2589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargets API.
|
|
2590
2590
|
*/
|
|
2591
2591
|
removeFsuCollectionTargets(removeFsuCollectionTargetsRequest) {
|
|
2592
2592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2649,7 +2649,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2649
2649
|
* @param ResumeFsuActionRequest
|
|
2650
2650
|
* @return ResumeFsuActionResponse
|
|
2651
2651
|
* @throws OciError when an error occurs
|
|
2652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuAction API.
|
|
2653
2653
|
*/
|
|
2654
2654
|
resumeFsuAction(resumeFsuActionRequest) {
|
|
2655
2655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2707,7 +2707,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2707
2707
|
* @param RetryFsuJobRequest
|
|
2708
2708
|
* @return RetryFsuJobResponse
|
|
2709
2709
|
* @throws OciError when an error occurs
|
|
2710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJob API.
|
|
2711
2711
|
*/
|
|
2712
2712
|
retryFsuJob(retryFsuJobRequest) {
|
|
2713
2713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2764,7 +2764,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2764
2764
|
* @param UpdateFsuActionRequest
|
|
2765
2765
|
* @return UpdateFsuActionResponse
|
|
2766
2766
|
* @throws OciError when an error occurs
|
|
2767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuAction API.
|
|
2768
2768
|
*/
|
|
2769
2769
|
updateFsuAction(updateFsuActionRequest) {
|
|
2770
2770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2826,7 +2826,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2826
2826
|
* @param UpdateFsuCollectionRequest
|
|
2827
2827
|
* @return UpdateFsuCollectionResponse
|
|
2828
2828
|
* @throws OciError when an error occurs
|
|
2829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollection API.
|
|
2830
2830
|
*/
|
|
2831
2831
|
updateFsuCollection(updateFsuCollectionRequest) {
|
|
2832
2832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2888,7 +2888,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2888
2888
|
* @param UpdateFsuCycleRequest
|
|
2889
2889
|
* @return UpdateFsuCycleResponse
|
|
2890
2890
|
* @throws OciError when an error occurs
|
|
2891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycle API.
|
|
2892
2892
|
*/
|
|
2893
2893
|
updateFsuCycle(updateFsuCycleRequest) {
|
|
2894
2894
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2950,7 +2950,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2950
2950
|
* @param UpdateFsuDiscoveryRequest
|
|
2951
2951
|
* @return UpdateFsuDiscoveryResponse
|
|
2952
2952
|
* @throws OciError when an error occurs
|
|
2953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscovery API.
|
|
2954
2954
|
*/
|
|
2955
2955
|
updateFsuDiscovery(updateFsuDiscoveryRequest) {
|
|
2956
2956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3007,7 +3007,7 @@ class FleetSoftwareUpdateClient {
|
|
|
3007
3007
|
* @param UpdateFsuJobRequest
|
|
3008
3008
|
* @return UpdateFsuJobResponse
|
|
3009
3009
|
* @throws OciError when an error occurs
|
|
3010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJob API.
|
|
3011
3011
|
*/
|
|
3012
3012
|
updateFsuJob(updateFsuJobRequest) {
|
|
3013
3013
|
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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFsuCycleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|