oci-computecloudatcustomer 2.76.1 → 2.77.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 +12 -12
- package/lib/client.js +12 -12
- package/lib/model/ccc-infrastructure-summary.d.ts +3 -3
- package/lib/model/ccc-infrastructure.d.ts +3 -3
- package/lib/model/ccc-upgrade-schedule-summary.d.ts +3 -3
- package/lib/model/ccc-upgrade-schedule.d.ts +3 -3
- package/lib/model/create-ccc-infrastructure-details.d.ts +2 -2
- package/lib/model/create-ccc-upgrade-schedule-details.d.ts +2 -2
- package/lib/model/update-ccc-infrastructure-details.d.ts +2 -2
- package/lib/model/update-ccc-upgrade-schedule-details.d.ts +2 -2
- package/lib/request/change-ccc-infrastructure-compartment-request.d.ts +2 -2
- package/lib/request/change-ccc-upgrade-schedule-compartment-request.d.ts +2 -2
- package/lib/request/create-ccc-infrastructure-request.d.ts +1 -1
- package/lib/request/create-ccc-upgrade-schedule-request.d.ts +1 -1
- package/lib/request/delete-ccc-infrastructure-request.d.ts +2 -2
- package/lib/request/delete-ccc-upgrade-schedule-request.d.ts +2 -2
- package/lib/request/get-ccc-infrastructure-request.d.ts +1 -1
- package/lib/request/get-ccc-upgrade-schedule-request.d.ts +1 -1
- package/lib/request/list-ccc-infrastructures-request.d.ts +2 -2
- package/lib/request/list-ccc-upgrade-schedules-request.d.ts +2 -2
- package/lib/request/update-ccc-infrastructure-request.d.ts +2 -2
- package/lib/request/update-ccc-upgrade-schedule-request.d.ts +2 -2
- package/lib/response/create-ccc-infrastructure-response.d.ts +1 -1
- package/lib/response/create-ccc-upgrade-schedule-response.d.ts +1 -1
- package/lib/response/get-ccc-infrastructure-response.d.ts +1 -1
- package/lib/response/get-ccc-upgrade-schedule-response.d.ts +1 -1
- package/lib/response/list-ccc-infrastructures-response.d.ts +2 -2
- package/lib/response/list-ccc-upgrade-schedules-response.d.ts +2 -2
- package/lib/response/update-ccc-infrastructure-response.d.ts +1 -1
- package/lib/response/update-ccc-upgrade-schedule-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
89
89
|
* @param ChangeCccInfrastructureCompartmentRequest
|
|
90
90
|
* @return ChangeCccInfrastructureCompartmentResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
|
|
93
93
|
*/
|
|
94
94
|
changeCccInfrastructureCompartment(changeCccInfrastructureCompartmentRequest: requests.ChangeCccInfrastructureCompartmentRequest): Promise<responses.ChangeCccInfrastructureCompartmentResponse>;
|
|
95
95
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
100
100
|
* @param ChangeCccUpgradeScheduleCompartmentRequest
|
|
101
101
|
* @return ChangeCccUpgradeScheduleCompartmentResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
|
|
104
104
|
*/
|
|
105
105
|
changeCccUpgradeScheduleCompartment(changeCccUpgradeScheduleCompartmentRequest: requests.ChangeCccUpgradeScheduleCompartmentRequest): Promise<responses.ChangeCccUpgradeScheduleCompartmentResponse>;
|
|
106
106
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
111
111
|
* @param CreateCccInfrastructureRequest
|
|
112
112
|
* @return CreateCccInfrastructureResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
|
|
115
115
|
*/
|
|
116
116
|
createCccInfrastructure(createCccInfrastructureRequest: requests.CreateCccInfrastructureRequest): Promise<responses.CreateCccInfrastructureResponse>;
|
|
117
117
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
121
121
|
* @param CreateCccUpgradeScheduleRequest
|
|
122
122
|
* @return CreateCccUpgradeScheduleResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
|
|
125
125
|
*/
|
|
126
126
|
createCccUpgradeSchedule(createCccUpgradeScheduleRequest: requests.CreateCccUpgradeScheduleRequest): Promise<responses.CreateCccUpgradeScheduleResponse>;
|
|
127
127
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
132
132
|
* @param DeleteCccInfrastructureRequest
|
|
133
133
|
* @return DeleteCccInfrastructureResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
|
|
136
136
|
*/
|
|
137
137
|
deleteCccInfrastructure(deleteCccInfrastructureRequest: requests.DeleteCccInfrastructureRequest): Promise<responses.DeleteCccInfrastructureResponse>;
|
|
138
138
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
143
143
|
* @param DeleteCccUpgradeScheduleRequest
|
|
144
144
|
* @return DeleteCccUpgradeScheduleResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
|
|
147
147
|
*/
|
|
148
148
|
deleteCccUpgradeSchedule(deleteCccUpgradeScheduleRequest: requests.DeleteCccUpgradeScheduleRequest): Promise<responses.DeleteCccUpgradeScheduleResponse>;
|
|
149
149
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
154
154
|
* @param GetCccInfrastructureRequest
|
|
155
155
|
* @return GetCccInfrastructureResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
|
|
158
158
|
*/
|
|
159
159
|
getCccInfrastructure(getCccInfrastructureRequest: requests.GetCccInfrastructureRequest): Promise<responses.GetCccInfrastructureResponse>;
|
|
160
160
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
165
165
|
* @param GetCccUpgradeScheduleRequest
|
|
166
166
|
* @return GetCccUpgradeScheduleResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
|
|
169
169
|
*/
|
|
170
170
|
getCccUpgradeSchedule(getCccUpgradeScheduleRequest: requests.GetCccUpgradeScheduleRequest): Promise<responses.GetCccUpgradeScheduleResponse>;
|
|
171
171
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
175
175
|
* @param ListCccInfrastructuresRequest
|
|
176
176
|
* @return ListCccInfrastructuresResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
|
|
179
179
|
*/
|
|
180
180
|
listCccInfrastructures(listCccInfrastructuresRequest: requests.ListCccInfrastructuresRequest): Promise<responses.ListCccInfrastructuresResponse>;
|
|
181
181
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
185
185
|
* @param ListCccUpgradeSchedulesRequest
|
|
186
186
|
* @return ListCccUpgradeSchedulesResponse
|
|
187
187
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
|
|
189
189
|
*/
|
|
190
190
|
listCccUpgradeSchedules(listCccUpgradeSchedulesRequest: requests.ListCccUpgradeSchedulesRequest): Promise<responses.ListCccUpgradeSchedulesResponse>;
|
|
191
191
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
194
194
|
* @param UpdateCccInfrastructureRequest
|
|
195
195
|
* @return UpdateCccInfrastructureResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
|
|
198
198
|
*/
|
|
199
199
|
updateCccInfrastructure(updateCccInfrastructureRequest: requests.UpdateCccInfrastructureRequest): Promise<responses.UpdateCccInfrastructureResponse>;
|
|
200
200
|
/**
|
|
@@ -203,7 +203,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
203
203
|
* @param UpdateCccUpgradeScheduleRequest
|
|
204
204
|
* @return UpdateCccUpgradeScheduleResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
|
|
207
207
|
*/
|
|
208
208
|
updateCccUpgradeSchedule(updateCccUpgradeScheduleRequest: requests.UpdateCccUpgradeScheduleRequest): Promise<responses.UpdateCccUpgradeScheduleResponse>;
|
|
209
209
|
}
|
package/lib/client.js
CHANGED
|
@@ -190,7 +190,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
190
190
|
* @param ChangeCccInfrastructureCompartmentRequest
|
|
191
191
|
* @return ChangeCccInfrastructureCompartmentResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
|
|
194
194
|
*/
|
|
195
195
|
changeCccInfrastructureCompartment(changeCccInfrastructureCompartmentRequest) {
|
|
196
196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
249
249
|
* @param ChangeCccUpgradeScheduleCompartmentRequest
|
|
250
250
|
* @return ChangeCccUpgradeScheduleCompartmentResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
|
|
253
253
|
*/
|
|
254
254
|
changeCccUpgradeScheduleCompartment(changeCccUpgradeScheduleCompartmentRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -308,7 +308,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
308
308
|
* @param CreateCccInfrastructureRequest
|
|
309
309
|
* @return CreateCccInfrastructureResponse
|
|
310
310
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
|
|
312
312
|
*/
|
|
313
313
|
createCccInfrastructure(createCccInfrastructureRequest) {
|
|
314
314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -372,7 +372,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
372
372
|
* @param CreateCccUpgradeScheduleRequest
|
|
373
373
|
* @return CreateCccUpgradeScheduleResponse
|
|
374
374
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
|
|
376
376
|
*/
|
|
377
377
|
createCccUpgradeSchedule(createCccUpgradeScheduleRequest) {
|
|
378
378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -437,7 +437,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
437
437
|
* @param DeleteCccInfrastructureRequest
|
|
438
438
|
* @return DeleteCccInfrastructureResponse
|
|
439
439
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
|
|
441
441
|
*/
|
|
442
442
|
deleteCccInfrastructure(deleteCccInfrastructureRequest) {
|
|
443
443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -494,7 +494,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
494
494
|
* @param DeleteCccUpgradeScheduleRequest
|
|
495
495
|
* @return DeleteCccUpgradeScheduleResponse
|
|
496
496
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
|
|
498
498
|
*/
|
|
499
499
|
deleteCccUpgradeSchedule(deleteCccUpgradeScheduleRequest) {
|
|
500
500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -551,7 +551,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
551
551
|
* @param GetCccInfrastructureRequest
|
|
552
552
|
* @return GetCccInfrastructureResponse
|
|
553
553
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
|
|
555
555
|
*/
|
|
556
556
|
getCccInfrastructure(getCccInfrastructureRequest) {
|
|
557
557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -616,7 +616,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
616
616
|
* @param GetCccUpgradeScheduleRequest
|
|
617
617
|
* @return GetCccUpgradeScheduleResponse
|
|
618
618
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
|
|
620
620
|
*/
|
|
621
621
|
getCccUpgradeSchedule(getCccUpgradeScheduleRequest) {
|
|
622
622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -680,7 +680,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
680
680
|
* @param ListCccInfrastructuresRequest
|
|
681
681
|
* @return ListCccInfrastructuresResponse
|
|
682
682
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
|
|
684
684
|
*/
|
|
685
685
|
listCccInfrastructures(listCccInfrastructuresRequest) {
|
|
686
686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -759,7 +759,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
759
759
|
* @param ListCccUpgradeSchedulesRequest
|
|
760
760
|
* @return ListCccUpgradeSchedulesResponse
|
|
761
761
|
* @throws OciError when an error occurs
|
|
762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
|
|
763
763
|
*/
|
|
764
764
|
listCccUpgradeSchedules(listCccUpgradeSchedulesRequest) {
|
|
765
765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -837,7 +837,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
837
837
|
* @param UpdateCccInfrastructureRequest
|
|
838
838
|
* @return UpdateCccInfrastructureResponse
|
|
839
839
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
|
|
841
841
|
*/
|
|
842
842
|
updateCccInfrastructure(updateCccInfrastructureRequest) {
|
|
843
843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -902,7 +902,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
902
902
|
* @param UpdateCccUpgradeScheduleRequest
|
|
903
903
|
* @return UpdateCccUpgradeScheduleResponse
|
|
904
904
|
* @throws OciError when an error occurs
|
|
905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
|
|
906
906
|
*/
|
|
907
907
|
updateCccUpgradeSchedule(updateCccUpgradeScheduleRequest) {
|
|
908
908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -67,7 +67,7 @@ export interface CccInfrastructureSummary {
|
|
|
67
67
|
"lifecycleState": string;
|
|
68
68
|
/**
|
|
69
69
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
70
|
-
* Example:
|
|
70
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
"freeformTags"?: {
|
|
@@ -75,7 +75,7 @@ export interface CccInfrastructureSummary {
|
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
77
77
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
78
|
-
* Example:
|
|
78
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
"definedTags"?: {
|
|
@@ -85,7 +85,7 @@ export interface CccInfrastructureSummary {
|
|
|
85
85
|
};
|
|
86
86
|
/**
|
|
87
87
|
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
88
|
-
* Example:
|
|
88
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
89
89
|
*
|
|
90
90
|
*/
|
|
91
91
|
"systemTags"?: {
|
|
@@ -116,7 +116,7 @@ export interface CccInfrastructure {
|
|
|
116
116
|
"upgradeInformation"?: model.CccUpgradeInformation;
|
|
117
117
|
/**
|
|
118
118
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
119
|
-
* Example:
|
|
119
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
120
120
|
*
|
|
121
121
|
*/
|
|
122
122
|
"freeformTags"?: {
|
|
@@ -124,7 +124,7 @@ export interface CccInfrastructure {
|
|
|
124
124
|
};
|
|
125
125
|
/**
|
|
126
126
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
127
|
-
* Example:
|
|
127
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
128
128
|
*
|
|
129
129
|
*/
|
|
130
130
|
"definedTags"?: {
|
|
@@ -134,7 +134,7 @@ export interface CccInfrastructure {
|
|
|
134
134
|
};
|
|
135
135
|
/**
|
|
136
136
|
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
137
|
-
* Example:
|
|
137
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
138
138
|
*
|
|
139
139
|
*/
|
|
140
140
|
"systemTags"?: {
|
|
@@ -48,7 +48,7 @@ export interface CccUpgradeScheduleSummary {
|
|
|
48
48
|
"lifecycleState": string;
|
|
49
49
|
/**
|
|
50
50
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
51
|
-
* Example:
|
|
51
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"freeformTags"?: {
|
|
@@ -56,7 +56,7 @@ export interface CccUpgradeScheduleSummary {
|
|
|
56
56
|
};
|
|
57
57
|
/**
|
|
58
58
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
59
|
-
* Example:
|
|
59
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
"definedTags"?: {
|
|
@@ -66,7 +66,7 @@ export interface CccUpgradeScheduleSummary {
|
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
68
68
|
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
69
|
-
* Example:
|
|
69
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
"systemTags"?: {
|
|
@@ -77,7 +77,7 @@ export interface CccUpgradeSchedule {
|
|
|
77
77
|
"infrastructureIds"?: Array<string>;
|
|
78
78
|
/**
|
|
79
79
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
80
|
-
* Example:
|
|
80
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
"freeformTags"?: {
|
|
@@ -85,7 +85,7 @@ export interface CccUpgradeSchedule {
|
|
|
85
85
|
};
|
|
86
86
|
/**
|
|
87
87
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
88
|
-
* Example:
|
|
88
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
89
89
|
*
|
|
90
90
|
*/
|
|
91
91
|
"definedTags"?: {
|
|
@@ -95,7 +95,7 @@ export interface CccUpgradeSchedule {
|
|
|
95
95
|
};
|
|
96
96
|
/**
|
|
97
97
|
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
98
|
-
* Example:
|
|
98
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
101
101
|
"systemTags"?: {
|
|
@@ -59,7 +59,7 @@ export interface CreateCccInfrastructureDetails {
|
|
|
59
59
|
"cccUpgradeScheduleId"?: string;
|
|
60
60
|
/**
|
|
61
61
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
62
|
-
* Example:
|
|
62
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"freeformTags"?: {
|
|
@@ -67,7 +67,7 @@ export interface CreateCccInfrastructureDetails {
|
|
|
67
67
|
};
|
|
68
68
|
/**
|
|
69
69
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
70
|
-
* Example:
|
|
70
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
"definedTags"?: {
|
|
@@ -46,7 +46,7 @@ export interface CreateCccUpgradeScheduleDetails {
|
|
|
46
46
|
"events": Array<model.CreateCccScheduleEvent>;
|
|
47
47
|
/**
|
|
48
48
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
49
|
-
* Example:
|
|
49
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
"freeformTags"?: {
|
|
@@ -54,7 +54,7 @@ export interface CreateCccUpgradeScheduleDetails {
|
|
|
54
54
|
};
|
|
55
55
|
/**
|
|
56
56
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
57
|
-
* Example:
|
|
57
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
"definedTags"?: {
|
|
@@ -53,7 +53,7 @@ export interface UpdateCccInfrastructureDetails {
|
|
|
53
53
|
"cccUpgradeScheduleId"?: string;
|
|
54
54
|
/**
|
|
55
55
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
56
|
-
* Example:
|
|
56
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"freeformTags"?: {
|
|
@@ -61,7 +61,7 @@ export interface UpdateCccInfrastructureDetails {
|
|
|
61
61
|
};
|
|
62
62
|
/**
|
|
63
63
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
64
|
-
* Example:
|
|
64
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
"definedTags"?: {
|
|
@@ -38,7 +38,7 @@ export interface UpdateCccUpgradeScheduleDetails {
|
|
|
38
38
|
"events"?: Array<model.UpdateCccScheduleEvent>;
|
|
39
39
|
/**
|
|
40
40
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
41
|
-
* Example:
|
|
41
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"freeformTags"?: {
|
|
@@ -46,7 +46,7 @@ export interface UpdateCccUpgradeScheduleDetails {
|
|
|
46
46
|
};
|
|
47
47
|
/**
|
|
48
48
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
49
|
-
* Example:
|
|
49
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
"definedTags"?: {
|
|
@@ -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.77.0/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeCccInfrastructureCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface ChangeCccInfrastructureCompartmentRequest extends common.BaseRe
|
|
|
30
30
|
"changeCccInfrastructureCompartmentDetails": model.ChangeCccInfrastructureCompartmentDetails;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeCccUpgradeScheduleCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface ChangeCccUpgradeScheduleCompartmentRequest extends common.BaseR
|
|
|
30
30
|
"changeCccUpgradeScheduleCompartmentDetails": model.ChangeCccUpgradeScheduleCompartmentDetails;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructureRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateCccInfrastructureRequest 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.77.0/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateCccUpgradeScheduleRequest 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.77.0/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructureRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCccInfrastructureRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteCccInfrastructureRequest extends common.BaseRequest {
|
|
|
23
23
|
"cccInfrastructureId": string;
|
|
24
24
|
/**
|
|
25
25
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
26
|
-
* for a resource, set the
|
|
26
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
27
27
|
* etag from a previous GET or POST response for that resource.
|
|
28
28
|
* The resource will be updated or deleted only if the etag you
|
|
29
29
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeScheduleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
|
23
23
|
"cccUpgradeScheduleId": string;
|
|
24
24
|
/**
|
|
25
25
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
26
|
-
* for a resource, set the
|
|
26
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
27
27
|
* etag from a previous GET or POST response for that resource.
|
|
28
28
|
* The resource will be updated or deleted only if the etag you
|
|
29
29
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructureRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCccInfrastructureRequest 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.77.0/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeScheduleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCccUpgradeScheduleRequest 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.77.0/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructuresRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListCccInfrastructuresRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -62,7 +62,7 @@ export interface ListCccInfrastructuresRequest extends common.BaseRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
"limit"?: number;
|
|
64
64
|
/**
|
|
65
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
65
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
66
66
|
*/
|
|
67
67
|
"page"?: string;
|
|
68
68
|
/**
|
|
@@ -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.77.0/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedulesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListCccUpgradeSchedulesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -63,7 +63,7 @@ export interface ListCccUpgradeSchedulesRequest extends common.BaseRequest {
|
|
|
63
63
|
*/
|
|
64
64
|
"limit"?: number;
|
|
65
65
|
/**
|
|
66
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
66
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
67
67
|
*/
|
|
68
68
|
"page"?: string;
|
|
69
69
|
/**
|
|
@@ -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.77.0/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructureRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCccInfrastructureRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -28,7 +28,7 @@ export interface UpdateCccInfrastructureRequest extends common.BaseRequest {
|
|
|
28
28
|
"updateCccInfrastructureDetails": model.UpdateCccInfrastructureDetails;
|
|
29
29
|
/**
|
|
30
30
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
31
|
-
* for a resource, set the
|
|
31
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
32
32
|
* etag from a previous GET or POST response for that resource.
|
|
33
33
|
* The resource will be updated or deleted only if the etag you
|
|
34
34
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -28,7 +28,7 @@ export interface UpdateCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
|
28
28
|
"updateCccUpgradeScheduleDetails": model.UpdateCccUpgradeScheduleDetails;
|
|
29
29
|
/**
|
|
30
30
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
31
|
-
* for a resource, set the
|
|
31
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
32
32
|
* etag from a previous GET or POST response for that resource.
|
|
33
33
|
* The resource will be updated or deleted only if the etag you
|
|
34
34
|
* provide matches the resource's current etag value.
|
|
@@ -20,14 +20,14 @@ export interface ListCccInfrastructuresResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"opcNextPage": string;
|
|
28
28
|
/**
|
|
29
29
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
30
|
-
* then a partial list might have been returned. Include this value as the
|
|
30
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
31
31
|
* subsequent GET request to get the previous batch of items.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
@@ -20,14 +20,14 @@ export interface ListCccUpgradeSchedulesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"opcNextPage": string;
|
|
28
28
|
/**
|
|
29
29
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
30
|
-
* then a partial list might have been returned. Include this value as the
|
|
30
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
31
31
|
* subsequent GET request to get the previous batch of items.
|
|
32
32
|
*
|
|
33
33
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-computecloudatcustomer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Compute Cloud At Customer Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|