oci-fleetsoftwareupdate 2.89.4 → 2.91.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 +66 -44
- package/lib/client.js +173 -44
- package/lib/client.js.map +1 -1
- package/lib/model/cloud-vm-cluster-target-summary.d.ts +5 -0
- package/lib/model/cloud-vm-cluster-target-summary.js.map +1 -1
- package/lib/model/create-fsu-cycle-details.d.ts +1 -0
- package/lib/model/create-fsu-cycle-details.js +6 -0
- package/lib/model/create-fsu-cycle-details.js.map +1 -1
- package/lib/model/data-collection-modes.d.ts +38 -0
- package/lib/model/data-collection-modes.js +49 -0
- package/lib/model/data-collection-modes.js.map +1 -0
- package/lib/model/diagnostics-collection-details.d.ts +31 -0
- package/lib/model/diagnostics-collection-details.js +31 -0
- package/lib/model/diagnostics-collection-details.js.map +1 -0
- package/lib/model/fsu-collection-target.d.ts +57 -0
- package/lib/model/fsu-collection-target.js +70 -0
- package/lib/model/fsu-collection-target.js.map +1 -0
- package/lib/model/fsu-cycle-summary.d.ts +1 -0
- package/lib/model/fsu-cycle-summary.js +6 -0
- package/lib/model/fsu-cycle-summary.js.map +1 -1
- package/lib/model/fsu-cycle.d.ts +1 -0
- package/lib/model/fsu-cycle.js +6 -0
- package/lib/model/fsu-cycle.js.map +1 -1
- package/lib/model/gi-resource-id-filter.d.ts +1 -0
- package/lib/model/gi-resource-id-filter.js +1 -0
- package/lib/model/gi-resource-id-filter.js.map +1 -1
- package/lib/model/image-id-fsu-target-details.d.ts +4 -1
- package/lib/model/image-id-fsu-target-details.js.map +1 -1
- package/lib/model/index.d.ts +6 -0
- package/lib/model/index.js +10 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/update-fsu-cycle-details.d.ts +1 -0
- package/lib/model/update-fsu-cycle-details.js +6 -0
- package/lib/model/update-fsu-cycle-details.js.map +1 -1
- package/lib/model/vm-cluster-target-summary.d.ts +5 -0
- package/lib/model/vm-cluster-target-summary.js.map +1 -1
- package/lib/request/abort-fsu-discovery-request.d.ts +1 -1
- package/lib/request/add-fsu-collection-targets-request.d.ts +1 -1
- package/lib/request/cancel-fsu-action-request.d.ts +1 -1
- package/lib/request/change-fsu-action-compartment-request.d.ts +1 -1
- package/lib/request/change-fsu-collection-compartment-request.d.ts +1 -1
- package/lib/request/change-fsu-cycle-compartment-request.d.ts +1 -1
- package/lib/request/change-fsu-discovery-compartment-request.d.ts +1 -1
- package/lib/request/clone-fsu-cycle-request.d.ts +1 -1
- package/lib/request/create-fsu-action-request.d.ts +1 -1
- package/lib/request/create-fsu-collection-request.d.ts +1 -1
- package/lib/request/create-fsu-cycle-request.d.ts +3 -2
- 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-collection-target-request.d.ts +42 -0
- package/lib/request/delete-fsu-collection-target-request.js +15 -0
- package/lib/request/delete-fsu-collection-target-request.js.map +1 -0
- 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-collection-target-request.d.ts +33 -0
- package/lib/request/get-fsu-collection-target-request.js +15 -0
- package/lib/request/get-fsu-collection-target-request.js.map +1 -0
- 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/index.d.ts +4 -0
- package/lib/request/index.js.map +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/lib/response/delete-fsu-collection-target-response.d.ts +25 -0
- package/lib/response/delete-fsu-collection-target-response.js +15 -0
- package/lib/response/delete-fsu-collection-target-response.js.map +1 -0
- package/lib/response/get-fsu-collection-target-response.d.ts +30 -0
- package/lib/response/get-fsu-collection-target-response.js +15 -0
- package/lib/response/get-fsu-collection-target-response.js.map +1 -0
- package/lib/response/index.d.ts +4 -0
- 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/
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
1011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
1072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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* () {
|
|
@@ -1123,6 +1123,70 @@ class FleetSoftwareUpdateClient {
|
|
|
1123
1123
|
}
|
|
1124
1124
|
});
|
|
1125
1125
|
}
|
|
1126
|
+
/**
|
|
1127
|
+
* Removes a target from an existing Exadata Fleet Update Collection.
|
|
1128
|
+
* This operation can only be performed on Collections that do not have an Action executing under an active Fleet Software Update Cycle.
|
|
1129
|
+
* Additionally, during an active Fleet Software Update Cycle, a target can be removed only prior to executing an Apply Action.
|
|
1130
|
+
*
|
|
1131
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1132
|
+
* @param DeleteFsuCollectionTargetRequest
|
|
1133
|
+
* @return DeleteFsuCollectionTargetResponse
|
|
1134
|
+
* @throws OciError when an error occurs
|
|
1135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuCollectionTarget.ts.html |here} to see how to use DeleteFsuCollectionTarget API.
|
|
1136
|
+
*/
|
|
1137
|
+
deleteFsuCollectionTarget(deleteFsuCollectionTargetRequest) {
|
|
1138
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1139
|
+
if (this.logger)
|
|
1140
|
+
this.logger.debug("Calling operation FleetSoftwareUpdateClient#deleteFsuCollectionTarget.");
|
|
1141
|
+
const operationName = "deleteFsuCollectionTarget";
|
|
1142
|
+
const apiReferenceLink = "";
|
|
1143
|
+
const pathParams = {
|
|
1144
|
+
"{fsuCollectionId}": deleteFsuCollectionTargetRequest.fsuCollectionId,
|
|
1145
|
+
"{targetId}": deleteFsuCollectionTargetRequest.targetId
|
|
1146
|
+
};
|
|
1147
|
+
const queryParams = {};
|
|
1148
|
+
let headerParams = {
|
|
1149
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1150
|
+
"if-match": deleteFsuCollectionTargetRequest.ifMatch,
|
|
1151
|
+
"opc-request-id": deleteFsuCollectionTargetRequest.opcRequestId
|
|
1152
|
+
};
|
|
1153
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1154
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFsuCollectionTargetRequest.retryConfiguration, specRetryConfiguration);
|
|
1155
|
+
if (this.logger)
|
|
1156
|
+
retrier.logger = this.logger;
|
|
1157
|
+
const request = yield oci_common_1.composeRequest({
|
|
1158
|
+
baseEndpoint: this._endpoint,
|
|
1159
|
+
defaultHeaders: this._defaultHeaders,
|
|
1160
|
+
path: "/fsuCollections/{fsuCollectionId}/targets/{targetId}",
|
|
1161
|
+
method: "DELETE",
|
|
1162
|
+
pathParams: pathParams,
|
|
1163
|
+
headerParams: headerParams,
|
|
1164
|
+
queryParams: queryParams
|
|
1165
|
+
});
|
|
1166
|
+
try {
|
|
1167
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1168
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
1169
|
+
responseObject: {},
|
|
1170
|
+
responseHeaders: [
|
|
1171
|
+
{
|
|
1172
|
+
value: response.headers.get("opc-work-request-id"),
|
|
1173
|
+
key: "opcWorkRequestId",
|
|
1174
|
+
dataType: "string"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
value: response.headers.get("opc-request-id"),
|
|
1178
|
+
key: "opcRequestId",
|
|
1179
|
+
dataType: "string"
|
|
1180
|
+
}
|
|
1181
|
+
]
|
|
1182
|
+
});
|
|
1183
|
+
return sdkResponse;
|
|
1184
|
+
}
|
|
1185
|
+
catch (err) {
|
|
1186
|
+
throw err;
|
|
1187
|
+
}
|
|
1188
|
+
});
|
|
1189
|
+
}
|
|
1126
1190
|
/**
|
|
1127
1191
|
* Deletes a Exadata Fleet Update Cycle resource by identifier.
|
|
1128
1192
|
*
|
|
@@ -1130,7 +1194,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1130
1194
|
* @param DeleteFsuCycleRequest
|
|
1131
1195
|
* @return DeleteFsuCycleResponse
|
|
1132
1196
|
* @throws OciError when an error occurs
|
|
1133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuCycle.ts.html |here} to see how to use DeleteFsuCycle API.
|
|
1134
1198
|
*/
|
|
1135
1199
|
deleteFsuCycle(deleteFsuCycleRequest) {
|
|
1136
1200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1191,7 +1255,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1191
1255
|
* @param DeleteFsuDiscoveryRequest
|
|
1192
1256
|
* @return DeleteFsuDiscoveryResponse
|
|
1193
1257
|
* @throws OciError when an error occurs
|
|
1194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuDiscovery.ts.html |here} to see how to use DeleteFsuDiscovery API.
|
|
1195
1259
|
*/
|
|
1196
1260
|
deleteFsuDiscovery(deleteFsuDiscoveryRequest) {
|
|
1197
1261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1252,7 +1316,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1252
1316
|
* @param DeleteFsuJobRequest
|
|
1253
1317
|
* @return DeleteFsuJobResponse
|
|
1254
1318
|
* @throws OciError when an error occurs
|
|
1255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuJob.ts.html |here} to see how to use DeleteFsuJob API.
|
|
1256
1320
|
*/
|
|
1257
1321
|
deleteFsuJob(deleteFsuJobRequest) {
|
|
1258
1322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1308,7 +1372,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1308
1372
|
* @param GetFsuActionRequest
|
|
1309
1373
|
* @return GetFsuActionResponse
|
|
1310
1374
|
* @throws OciError when an error occurs
|
|
1311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuAction.ts.html |here} to see how to use GetFsuAction API.
|
|
1312
1376
|
*/
|
|
1313
1377
|
getFsuAction(getFsuActionRequest) {
|
|
1314
1378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1373,7 +1437,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1373
1437
|
* @param GetFsuActionOutputContentRequest
|
|
1374
1438
|
* @return GetFsuActionOutputContentResponse
|
|
1375
1439
|
* @throws OciError when an error occurs
|
|
1376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuActionOutputContent.ts.html |here} to see how to use GetFsuActionOutputContent API.
|
|
1377
1441
|
*/
|
|
1378
1442
|
getFsuActionOutputContent(getFsuActionOutputContentRequest) {
|
|
1379
1443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1431,7 +1495,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1431
1495
|
* @param GetFsuCollectionRequest
|
|
1432
1496
|
* @return GetFsuCollectionResponse
|
|
1433
1497
|
* @throws OciError when an error occurs
|
|
1434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuCollection.ts.html |here} to see how to use GetFsuCollection API.
|
|
1435
1499
|
*/
|
|
1436
1500
|
getFsuCollection(getFsuCollectionRequest) {
|
|
1437
1501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1488,6 +1552,71 @@ class FleetSoftwareUpdateClient {
|
|
|
1488
1552
|
}
|
|
1489
1553
|
});
|
|
1490
1554
|
}
|
|
1555
|
+
/**
|
|
1556
|
+
* Gets a Exadata Fleet Update Collection Target by identifier.
|
|
1557
|
+
*
|
|
1558
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1559
|
+
* @param GetFsuCollectionTargetRequest
|
|
1560
|
+
* @return GetFsuCollectionTargetResponse
|
|
1561
|
+
* @throws OciError when an error occurs
|
|
1562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuCollectionTarget.ts.html |here} to see how to use GetFsuCollectionTarget API.
|
|
1563
|
+
*/
|
|
1564
|
+
getFsuCollectionTarget(getFsuCollectionTargetRequest) {
|
|
1565
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1566
|
+
if (this.logger)
|
|
1567
|
+
this.logger.debug("Calling operation FleetSoftwareUpdateClient#getFsuCollectionTarget.");
|
|
1568
|
+
const operationName = "getFsuCollectionTarget";
|
|
1569
|
+
const apiReferenceLink = "";
|
|
1570
|
+
const pathParams = {
|
|
1571
|
+
"{fsuCollectionId}": getFsuCollectionTargetRequest.fsuCollectionId,
|
|
1572
|
+
"{targetId}": getFsuCollectionTargetRequest.targetId
|
|
1573
|
+
};
|
|
1574
|
+
const queryParams = {};
|
|
1575
|
+
let headerParams = {
|
|
1576
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1577
|
+
"opc-request-id": getFsuCollectionTargetRequest.opcRequestId
|
|
1578
|
+
};
|
|
1579
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1580
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFsuCollectionTargetRequest.retryConfiguration, specRetryConfiguration);
|
|
1581
|
+
if (this.logger)
|
|
1582
|
+
retrier.logger = this.logger;
|
|
1583
|
+
const request = yield oci_common_1.composeRequest({
|
|
1584
|
+
baseEndpoint: this._endpoint,
|
|
1585
|
+
defaultHeaders: this._defaultHeaders,
|
|
1586
|
+
path: "/fsuCollections/{fsuCollectionId}/targets/{targetId}",
|
|
1587
|
+
method: "GET",
|
|
1588
|
+
pathParams: pathParams,
|
|
1589
|
+
headerParams: headerParams,
|
|
1590
|
+
queryParams: queryParams
|
|
1591
|
+
});
|
|
1592
|
+
try {
|
|
1593
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1594
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
1595
|
+
responseObject: {},
|
|
1596
|
+
body: yield response.json(),
|
|
1597
|
+
bodyKey: "fsuCollectionTarget",
|
|
1598
|
+
bodyModel: model.FsuCollectionTarget,
|
|
1599
|
+
type: "model.FsuCollectionTarget",
|
|
1600
|
+
responseHeaders: [
|
|
1601
|
+
{
|
|
1602
|
+
value: response.headers.get("etag"),
|
|
1603
|
+
key: "etag",
|
|
1604
|
+
dataType: "string"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
value: response.headers.get("opc-request-id"),
|
|
1608
|
+
key: "opcRequestId",
|
|
1609
|
+
dataType: "string"
|
|
1610
|
+
}
|
|
1611
|
+
]
|
|
1612
|
+
});
|
|
1613
|
+
return sdkResponse;
|
|
1614
|
+
}
|
|
1615
|
+
catch (err) {
|
|
1616
|
+
throw err;
|
|
1617
|
+
}
|
|
1618
|
+
});
|
|
1619
|
+
}
|
|
1491
1620
|
/**
|
|
1492
1621
|
* Gets a Exadata Fleet Update Cycle by identifier.
|
|
1493
1622
|
*
|
|
@@ -1495,7 +1624,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1495
1624
|
* @param GetFsuCycleRequest
|
|
1496
1625
|
* @return GetFsuCycleResponse
|
|
1497
1626
|
* @throws OciError when an error occurs
|
|
1498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycle API.
|
|
1499
1628
|
*/
|
|
1500
1629
|
getFsuCycle(getFsuCycleRequest) {
|
|
1501
1630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1559,7 +1688,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1559
1688
|
* @param GetFsuDiscoveryRequest
|
|
1560
1689
|
* @return GetFsuDiscoveryResponse
|
|
1561
1690
|
* @throws OciError when an error occurs
|
|
1562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuDiscovery.ts.html |here} to see how to use GetFsuDiscovery API.
|
|
1563
1692
|
*/
|
|
1564
1693
|
getFsuDiscovery(getFsuDiscoveryRequest) {
|
|
1565
1694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1623,7 +1752,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1623
1752
|
* @param GetFsuJobRequest
|
|
1624
1753
|
* @return GetFsuJobResponse
|
|
1625
1754
|
* @throws OciError when an error occurs
|
|
1626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuJob.ts.html |here} to see how to use GetFsuJob API.
|
|
1627
1756
|
*/
|
|
1628
1757
|
getFsuJob(getFsuJobRequest) {
|
|
1629
1758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1687,7 +1816,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1687
1816
|
* @param GetFsuJobOutputContentRequest
|
|
1688
1817
|
* @return GetFsuJobOutputContentResponse
|
|
1689
1818
|
* @throws OciError when an error occurs
|
|
1690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuJobOutputContent.ts.html |here} to see how to use GetFsuJobOutputContent API.
|
|
1691
1820
|
*/
|
|
1692
1821
|
getFsuJobOutputContent(getFsuJobOutputContentRequest) {
|
|
1693
1822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1745,7 +1874,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1745
1874
|
* @param GetWorkRequestRequest
|
|
1746
1875
|
* @return GetWorkRequestResponse
|
|
1747
1876
|
* @throws OciError when an error occurs
|
|
1748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1749
1878
|
*/
|
|
1750
1879
|
getWorkRequest(getWorkRequestRequest) {
|
|
1751
1880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1814,7 +1943,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1814
1943
|
* @param ListFsuActionsRequest
|
|
1815
1944
|
* @return ListFsuActionsResponse
|
|
1816
1945
|
* @throws OciError when an error occurs
|
|
1817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuActions.ts.html |here} to see how to use ListFsuActions API.
|
|
1818
1947
|
*/
|
|
1819
1948
|
listFsuActions(listFsuActionsRequest) {
|
|
1820
1949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1886,7 +2015,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1886
2015
|
* @param ListFsuCollectionTargetsRequest
|
|
1887
2016
|
* @return ListFsuCollectionTargetsResponse
|
|
1888
2017
|
* @throws OciError when an error occurs
|
|
1889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2018
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuCollectionTargets.ts.html |here} to see how to use ListFsuCollectionTargets API.
|
|
1890
2019
|
*/
|
|
1891
2020
|
listFsuCollectionTargets(listFsuCollectionTargetsRequest) {
|
|
1892
2021
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1958,7 +2087,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1958
2087
|
* @param ListFsuCollectionsRequest
|
|
1959
2088
|
* @return ListFsuCollectionsResponse
|
|
1960
2089
|
* @throws OciError when an error occurs
|
|
1961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuCollections.ts.html |here} to see how to use ListFsuCollections API.
|
|
1962
2091
|
*/
|
|
1963
2092
|
listFsuCollections(listFsuCollectionsRequest) {
|
|
1964
2093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2029,7 +2158,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2029
2158
|
* @param ListFsuCyclesRequest
|
|
2030
2159
|
* @return ListFsuCyclesResponse
|
|
2031
2160
|
* @throws OciError when an error occurs
|
|
2032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCycles API.
|
|
2033
2162
|
*/
|
|
2034
2163
|
listFsuCycles(listFsuCyclesRequest) {
|
|
2035
2164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2102,7 +2231,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2102
2231
|
* @param ListFsuDiscoveriesRequest
|
|
2103
2232
|
* @return ListFsuDiscoveriesResponse
|
|
2104
2233
|
* @throws OciError when an error occurs
|
|
2105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveries API.
|
|
2106
2235
|
*/
|
|
2107
2236
|
listFsuDiscoveries(listFsuDiscoveriesRequest) {
|
|
2108
2237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2172,7 +2301,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2172
2301
|
* @param ListFsuDiscoveryTargetsRequest
|
|
2173
2302
|
* @return ListFsuDiscoveryTargetsResponse
|
|
2174
2303
|
* @throws OciError when an error occurs
|
|
2175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargets API.
|
|
2176
2305
|
*/
|
|
2177
2306
|
listFsuDiscoveryTargets(listFsuDiscoveryTargetsRequest) {
|
|
2178
2307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2244,7 +2373,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2244
2373
|
* @param ListFsuJobOutputsRequest
|
|
2245
2374
|
* @return ListFsuJobOutputsResponse
|
|
2246
2375
|
* @throws OciError when an error occurs
|
|
2247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputs API.
|
|
2248
2377
|
*/
|
|
2249
2378
|
listFsuJobOutputs(listFsuJobOutputsRequest) {
|
|
2250
2379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2311,7 +2440,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2311
2440
|
* @param ListFsuJobsRequest
|
|
2312
2441
|
* @return ListFsuJobsResponse
|
|
2313
2442
|
* @throws OciError when an error occurs
|
|
2314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobs API.
|
|
2315
2444
|
*/
|
|
2316
2445
|
listFsuJobs(listFsuJobsRequest) {
|
|
2317
2446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2381,7 +2510,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2381
2510
|
* @param ListWorkRequestErrorsRequest
|
|
2382
2511
|
* @return ListWorkRequestErrorsResponse
|
|
2383
2512
|
* @throws OciError when an error occurs
|
|
2384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2385
2514
|
*/
|
|
2386
2515
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2387
2516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2450,7 +2579,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2450
2579
|
* @param ListWorkRequestLogsRequest
|
|
2451
2580
|
* @return ListWorkRequestLogsResponse
|
|
2452
2581
|
* @throws OciError when an error occurs
|
|
2453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2454
2583
|
*/
|
|
2455
2584
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2456
2585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2519,7 +2648,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2519
2648
|
* @param ListWorkRequestsRequest
|
|
2520
2649
|
* @return ListWorkRequestsResponse
|
|
2521
2650
|
* @throws OciError when an error occurs
|
|
2522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2523
2652
|
*/
|
|
2524
2653
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2525
2654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2592,7 +2721,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2592
2721
|
* @param RemoveFsuCollectionTargetsRequest
|
|
2593
2722
|
* @return RemoveFsuCollectionTargetsResponse
|
|
2594
2723
|
* @throws OciError when an error occurs
|
|
2595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargets API.
|
|
2596
2725
|
*/
|
|
2597
2726
|
removeFsuCollectionTargets(removeFsuCollectionTargetsRequest) {
|
|
2598
2727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2655,7 +2784,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2655
2784
|
* @param ResumeFsuActionRequest
|
|
2656
2785
|
* @return ResumeFsuActionResponse
|
|
2657
2786
|
* @throws OciError when an error occurs
|
|
2658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuAction API.
|
|
2659
2788
|
*/
|
|
2660
2789
|
resumeFsuAction(resumeFsuActionRequest) {
|
|
2661
2790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2713,7 +2842,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2713
2842
|
* @param RetryFsuJobRequest
|
|
2714
2843
|
* @return RetryFsuJobResponse
|
|
2715
2844
|
* @throws OciError when an error occurs
|
|
2716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJob API.
|
|
2717
2846
|
*/
|
|
2718
2847
|
retryFsuJob(retryFsuJobRequest) {
|
|
2719
2848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2770,7 +2899,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2770
2899
|
* @param UpdateFsuActionRequest
|
|
2771
2900
|
* @return UpdateFsuActionResponse
|
|
2772
2901
|
* @throws OciError when an error occurs
|
|
2773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuAction API.
|
|
2774
2903
|
*/
|
|
2775
2904
|
updateFsuAction(updateFsuActionRequest) {
|
|
2776
2905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2832,7 +2961,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2832
2961
|
* @param UpdateFsuCollectionRequest
|
|
2833
2962
|
* @return UpdateFsuCollectionResponse
|
|
2834
2963
|
* @throws OciError when an error occurs
|
|
2835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollection API.
|
|
2836
2965
|
*/
|
|
2837
2966
|
updateFsuCollection(updateFsuCollectionRequest) {
|
|
2838
2967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2894,7 +3023,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2894
3023
|
* @param UpdateFsuCycleRequest
|
|
2895
3024
|
* @return UpdateFsuCycleResponse
|
|
2896
3025
|
* @throws OciError when an error occurs
|
|
2897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
3026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycle API.
|
|
2898
3027
|
*/
|
|
2899
3028
|
updateFsuCycle(updateFsuCycleRequest) {
|
|
2900
3029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2956,7 +3085,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2956
3085
|
* @param UpdateFsuDiscoveryRequest
|
|
2957
3086
|
* @return UpdateFsuDiscoveryResponse
|
|
2958
3087
|
* @throws OciError when an error occurs
|
|
2959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
3088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscovery API.
|
|
2960
3089
|
*/
|
|
2961
3090
|
updateFsuDiscovery(updateFsuDiscoveryRequest) {
|
|
2962
3091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3013,7 +3142,7 @@ class FleetSoftwareUpdateClient {
|
|
|
3013
3142
|
* @param UpdateFsuJobRequest
|
|
3014
3143
|
* @return UpdateFsuJobResponse
|
|
3015
3144
|
* @throws OciError when an error occurs
|
|
3016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
3145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJob API.
|
|
3017
3146
|
*/
|
|
3018
3147
|
updateFsuJob(updateFsuJobRequest) {
|
|
3019
3148
|
return __awaiter(this, void 0, void 0, function* () {
|