oci-computecloudatcustomer 2.70.2 → 2.70.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +12 -12
- package/lib/client.js +12 -12
- package/lib/request/change-ccc-infrastructure-compartment-request.d.ts +1 -1
- package/lib/request/change-ccc-upgrade-schedule-compartment-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/delete-ccc-upgrade-schedule-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/list-ccc-upgrade-schedules-request.d.ts +1 -1
- package/lib/request/update-ccc-infrastructure-request.d.ts +1 -1
- package/lib/request/update-ccc-upgrade-schedule-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -90,7 +90,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
90
90
|
* @param ChangeCccInfrastructureCompartmentRequest
|
|
91
91
|
* @return ChangeCccInfrastructureCompartmentResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
|
|
94
94
|
*/
|
|
95
95
|
changeCccInfrastructureCompartment(changeCccInfrastructureCompartmentRequest: requests.ChangeCccInfrastructureCompartmentRequest): Promise<responses.ChangeCccInfrastructureCompartmentResponse>;
|
|
96
96
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
101
101
|
* @param ChangeCccUpgradeScheduleCompartmentRequest
|
|
102
102
|
* @return ChangeCccUpgradeScheduleCompartmentResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
|
|
105
105
|
*/
|
|
106
106
|
changeCccUpgradeScheduleCompartment(changeCccUpgradeScheduleCompartmentRequest: requests.ChangeCccUpgradeScheduleCompartmentRequest): Promise<responses.ChangeCccUpgradeScheduleCompartmentResponse>;
|
|
107
107
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
112
112
|
* @param CreateCccInfrastructureRequest
|
|
113
113
|
* @return CreateCccInfrastructureResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
|
|
116
116
|
*/
|
|
117
117
|
createCccInfrastructure(createCccInfrastructureRequest: requests.CreateCccInfrastructureRequest): Promise<responses.CreateCccInfrastructureResponse>;
|
|
118
118
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
122
122
|
* @param CreateCccUpgradeScheduleRequest
|
|
123
123
|
* @return CreateCccUpgradeScheduleResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
|
|
126
126
|
*/
|
|
127
127
|
createCccUpgradeSchedule(createCccUpgradeScheduleRequest: requests.CreateCccUpgradeScheduleRequest): Promise<responses.CreateCccUpgradeScheduleResponse>;
|
|
128
128
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
133
133
|
* @param DeleteCccInfrastructureRequest
|
|
134
134
|
* @return DeleteCccInfrastructureResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
|
|
137
137
|
*/
|
|
138
138
|
deleteCccInfrastructure(deleteCccInfrastructureRequest: requests.DeleteCccInfrastructureRequest): Promise<responses.DeleteCccInfrastructureResponse>;
|
|
139
139
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
144
144
|
* @param DeleteCccUpgradeScheduleRequest
|
|
145
145
|
* @return DeleteCccUpgradeScheduleResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
|
|
148
148
|
*/
|
|
149
149
|
deleteCccUpgradeSchedule(deleteCccUpgradeScheduleRequest: requests.DeleteCccUpgradeScheduleRequest): Promise<responses.DeleteCccUpgradeScheduleResponse>;
|
|
150
150
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
155
155
|
* @param GetCccInfrastructureRequest
|
|
156
156
|
* @return GetCccInfrastructureResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
|
|
159
159
|
*/
|
|
160
160
|
getCccInfrastructure(getCccInfrastructureRequest: requests.GetCccInfrastructureRequest): Promise<responses.GetCccInfrastructureResponse>;
|
|
161
161
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
166
166
|
* @param GetCccUpgradeScheduleRequest
|
|
167
167
|
* @return GetCccUpgradeScheduleResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
|
|
170
170
|
*/
|
|
171
171
|
getCccUpgradeSchedule(getCccUpgradeScheduleRequest: requests.GetCccUpgradeScheduleRequest): Promise<responses.GetCccUpgradeScheduleResponse>;
|
|
172
172
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
176
176
|
* @param ListCccInfrastructuresRequest
|
|
177
177
|
* @return ListCccInfrastructuresResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
|
|
180
180
|
*/
|
|
181
181
|
listCccInfrastructures(listCccInfrastructuresRequest: requests.ListCccInfrastructuresRequest): Promise<responses.ListCccInfrastructuresResponse>;
|
|
182
182
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
186
186
|
* @param ListCccUpgradeSchedulesRequest
|
|
187
187
|
* @return ListCccUpgradeSchedulesResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
|
|
190
190
|
*/
|
|
191
191
|
listCccUpgradeSchedules(listCccUpgradeSchedulesRequest: requests.ListCccUpgradeSchedulesRequest): Promise<responses.ListCccUpgradeSchedulesResponse>;
|
|
192
192
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
195
195
|
* @param UpdateCccInfrastructureRequest
|
|
196
196
|
* @return UpdateCccInfrastructureResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
|
|
199
199
|
*/
|
|
200
200
|
updateCccInfrastructure(updateCccInfrastructureRequest: requests.UpdateCccInfrastructureRequest): Promise<responses.UpdateCccInfrastructureResponse>;
|
|
201
201
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
204
204
|
* @param UpdateCccUpgradeScheduleRequest
|
|
205
205
|
* @return UpdateCccUpgradeScheduleResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
|
|
208
208
|
*/
|
|
209
209
|
updateCccUpgradeSchedule(updateCccUpgradeScheduleRequest: requests.UpdateCccUpgradeScheduleRequest): Promise<responses.UpdateCccUpgradeScheduleResponse>;
|
|
210
210
|
}
|
package/lib/client.js
CHANGED
|
@@ -187,7 +187,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
187
187
|
* @param ChangeCccInfrastructureCompartmentRequest
|
|
188
188
|
* @return ChangeCccInfrastructureCompartmentResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
|
|
191
191
|
*/
|
|
192
192
|
changeCccInfrastructureCompartment(changeCccInfrastructureCompartmentRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -246,7 +246,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
246
246
|
* @param ChangeCccUpgradeScheduleCompartmentRequest
|
|
247
247
|
* @return ChangeCccUpgradeScheduleCompartmentResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
|
|
250
250
|
*/
|
|
251
251
|
changeCccUpgradeScheduleCompartment(changeCccUpgradeScheduleCompartmentRequest) {
|
|
252
252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -305,7 +305,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
305
305
|
* @param CreateCccInfrastructureRequest
|
|
306
306
|
* @return CreateCccInfrastructureResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
|
|
309
309
|
*/
|
|
310
310
|
createCccInfrastructure(createCccInfrastructureRequest) {
|
|
311
311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -369,7 +369,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
369
369
|
* @param CreateCccUpgradeScheduleRequest
|
|
370
370
|
* @return CreateCccUpgradeScheduleResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
|
|
373
373
|
*/
|
|
374
374
|
createCccUpgradeSchedule(createCccUpgradeScheduleRequest) {
|
|
375
375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -434,7 +434,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
434
434
|
* @param DeleteCccInfrastructureRequest
|
|
435
435
|
* @return DeleteCccInfrastructureResponse
|
|
436
436
|
* @throws OciError when an error occurs
|
|
437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
|
|
438
438
|
*/
|
|
439
439
|
deleteCccInfrastructure(deleteCccInfrastructureRequest) {
|
|
440
440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -491,7 +491,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
491
491
|
* @param DeleteCccUpgradeScheduleRequest
|
|
492
492
|
* @return DeleteCccUpgradeScheduleResponse
|
|
493
493
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
|
|
495
495
|
*/
|
|
496
496
|
deleteCccUpgradeSchedule(deleteCccUpgradeScheduleRequest) {
|
|
497
497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -548,7 +548,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
548
548
|
* @param GetCccInfrastructureRequest
|
|
549
549
|
* @return GetCccInfrastructureResponse
|
|
550
550
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
|
|
552
552
|
*/
|
|
553
553
|
getCccInfrastructure(getCccInfrastructureRequest) {
|
|
554
554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -613,7 +613,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
613
613
|
* @param GetCccUpgradeScheduleRequest
|
|
614
614
|
* @return GetCccUpgradeScheduleResponse
|
|
615
615
|
* @throws OciError when an error occurs
|
|
616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
|
|
617
617
|
*/
|
|
618
618
|
getCccUpgradeSchedule(getCccUpgradeScheduleRequest) {
|
|
619
619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -677,7 +677,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
677
677
|
* @param ListCccInfrastructuresRequest
|
|
678
678
|
* @return ListCccInfrastructuresResponse
|
|
679
679
|
* @throws OciError when an error occurs
|
|
680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
|
|
681
681
|
*/
|
|
682
682
|
listCccInfrastructures(listCccInfrastructuresRequest) {
|
|
683
683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -756,7 +756,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
756
756
|
* @param ListCccUpgradeSchedulesRequest
|
|
757
757
|
* @return ListCccUpgradeSchedulesResponse
|
|
758
758
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
|
|
760
760
|
*/
|
|
761
761
|
listCccUpgradeSchedules(listCccUpgradeSchedulesRequest) {
|
|
762
762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -834,7 +834,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
834
834
|
* @param UpdateCccInfrastructureRequest
|
|
835
835
|
* @return UpdateCccInfrastructureResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
|
|
838
838
|
*/
|
|
839
839
|
updateCccInfrastructure(updateCccInfrastructureRequest) {
|
|
840
840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -899,7 +899,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
899
899
|
* @param UpdateCccUpgradeScheduleRequest
|
|
900
900
|
* @return UpdateCccUpgradeScheduleResponse
|
|
901
901
|
* @throws OciError when an error occurs
|
|
902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
|
|
903
903
|
*/
|
|
904
904
|
updateCccUpgradeSchedule(updateCccUpgradeScheduleRequest) {
|
|
905
905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeCccInfrastructureCompartmentRequest 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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeCccUpgradeScheduleCompartmentRequest 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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructureRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCccInfrastructureRequest 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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeScheduleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCccUpgradeScheduleRequest 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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructuresRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListCccInfrastructuresRequest 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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedulesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListCccUpgradeSchedulesRequest 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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructureRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCccInfrastructureRequest 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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-computecloudatcustomer",
|
|
3
|
-
"version": "2.70.
|
|
3
|
+
"version": "2.70.3",
|
|
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.70.
|
|
19
|
-
"oci-workrequests": "2.70.
|
|
18
|
+
"oci-common": "2.70.3",
|
|
19
|
+
"oci-workrequests": "2.70.3"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|