oci-computecloudatcustomer 2.81.0 → 2.82.2
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
|
@@ -94,7 +94,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
94
94
|
* @param ChangeCccInfrastructureCompartmentRequest
|
|
95
95
|
* @return ChangeCccInfrastructureCompartmentResponse
|
|
96
96
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
|
|
98
98
|
*/
|
|
99
99
|
changeCccInfrastructureCompartment(changeCccInfrastructureCompartmentRequest: requests.ChangeCccInfrastructureCompartmentRequest): Promise<responses.ChangeCccInfrastructureCompartmentResponse>;
|
|
100
100
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
105
105
|
* @param ChangeCccUpgradeScheduleCompartmentRequest
|
|
106
106
|
* @return ChangeCccUpgradeScheduleCompartmentResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
|
|
109
109
|
*/
|
|
110
110
|
changeCccUpgradeScheduleCompartment(changeCccUpgradeScheduleCompartmentRequest: requests.ChangeCccUpgradeScheduleCompartmentRequest): Promise<responses.ChangeCccUpgradeScheduleCompartmentResponse>;
|
|
111
111
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
116
116
|
* @param CreateCccInfrastructureRequest
|
|
117
117
|
* @return CreateCccInfrastructureResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
|
|
120
120
|
*/
|
|
121
121
|
createCccInfrastructure(createCccInfrastructureRequest: requests.CreateCccInfrastructureRequest): Promise<responses.CreateCccInfrastructureResponse>;
|
|
122
122
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
126
126
|
* @param CreateCccUpgradeScheduleRequest
|
|
127
127
|
* @return CreateCccUpgradeScheduleResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
|
|
130
130
|
*/
|
|
131
131
|
createCccUpgradeSchedule(createCccUpgradeScheduleRequest: requests.CreateCccUpgradeScheduleRequest): Promise<responses.CreateCccUpgradeScheduleResponse>;
|
|
132
132
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
137
137
|
* @param DeleteCccInfrastructureRequest
|
|
138
138
|
* @return DeleteCccInfrastructureResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
|
|
141
141
|
*/
|
|
142
142
|
deleteCccInfrastructure(deleteCccInfrastructureRequest: requests.DeleteCccInfrastructureRequest): Promise<responses.DeleteCccInfrastructureResponse>;
|
|
143
143
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
148
148
|
* @param DeleteCccUpgradeScheduleRequest
|
|
149
149
|
* @return DeleteCccUpgradeScheduleResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
|
|
152
152
|
*/
|
|
153
153
|
deleteCccUpgradeSchedule(deleteCccUpgradeScheduleRequest: requests.DeleteCccUpgradeScheduleRequest): Promise<responses.DeleteCccUpgradeScheduleResponse>;
|
|
154
154
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
159
159
|
* @param GetCccInfrastructureRequest
|
|
160
160
|
* @return GetCccInfrastructureResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
|
|
163
163
|
*/
|
|
164
164
|
getCccInfrastructure(getCccInfrastructureRequest: requests.GetCccInfrastructureRequest): Promise<responses.GetCccInfrastructureResponse>;
|
|
165
165
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
170
170
|
* @param GetCccUpgradeScheduleRequest
|
|
171
171
|
* @return GetCccUpgradeScheduleResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
|
|
174
174
|
*/
|
|
175
175
|
getCccUpgradeSchedule(getCccUpgradeScheduleRequest: requests.GetCccUpgradeScheduleRequest): Promise<responses.GetCccUpgradeScheduleResponse>;
|
|
176
176
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
180
180
|
* @param ListCccInfrastructuresRequest
|
|
181
181
|
* @return ListCccInfrastructuresResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
|
|
184
184
|
*/
|
|
185
185
|
listCccInfrastructures(listCccInfrastructuresRequest: requests.ListCccInfrastructuresRequest): Promise<responses.ListCccInfrastructuresResponse>;
|
|
186
186
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
190
190
|
* @param ListCccUpgradeSchedulesRequest
|
|
191
191
|
* @return ListCccUpgradeSchedulesResponse
|
|
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.82.2/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
|
|
194
194
|
*/
|
|
195
195
|
listCccUpgradeSchedules(listCccUpgradeSchedulesRequest: requests.ListCccUpgradeSchedulesRequest): Promise<responses.ListCccUpgradeSchedulesResponse>;
|
|
196
196
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
199
199
|
* @param UpdateCccInfrastructureRequest
|
|
200
200
|
* @return UpdateCccInfrastructureResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
|
|
203
203
|
*/
|
|
204
204
|
updateCccInfrastructure(updateCccInfrastructureRequest: requests.UpdateCccInfrastructureRequest): Promise<responses.UpdateCccInfrastructureResponse>;
|
|
205
205
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class ComputeCloudAtCustomerClient {
|
|
|
208
208
|
* @param UpdateCccUpgradeScheduleRequest
|
|
209
209
|
* @return UpdateCccUpgradeScheduleResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
|
|
212
212
|
*/
|
|
213
213
|
updateCccUpgradeSchedule(updateCccUpgradeScheduleRequest: requests.UpdateCccUpgradeScheduleRequest): Promise<responses.UpdateCccUpgradeScheduleResponse>;
|
|
214
214
|
}
|
package/lib/client.js
CHANGED
|
@@ -199,7 +199,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
199
199
|
* @param ChangeCccInfrastructureCompartmentRequest
|
|
200
200
|
* @return ChangeCccInfrastructureCompartmentResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
|
|
203
203
|
*/
|
|
204
204
|
changeCccInfrastructureCompartment(changeCccInfrastructureCompartmentRequest) {
|
|
205
205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -258,7 +258,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
258
258
|
* @param ChangeCccUpgradeScheduleCompartmentRequest
|
|
259
259
|
* @return ChangeCccUpgradeScheduleCompartmentResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
|
|
262
262
|
*/
|
|
263
263
|
changeCccUpgradeScheduleCompartment(changeCccUpgradeScheduleCompartmentRequest) {
|
|
264
264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -317,7 +317,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
317
317
|
* @param CreateCccInfrastructureRequest
|
|
318
318
|
* @return CreateCccInfrastructureResponse
|
|
319
319
|
* @throws OciError when an error occurs
|
|
320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
|
|
321
321
|
*/
|
|
322
322
|
createCccInfrastructure(createCccInfrastructureRequest) {
|
|
323
323
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -381,7 +381,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
381
381
|
* @param CreateCccUpgradeScheduleRequest
|
|
382
382
|
* @return CreateCccUpgradeScheduleResponse
|
|
383
383
|
* @throws OciError when an error occurs
|
|
384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
|
|
385
385
|
*/
|
|
386
386
|
createCccUpgradeSchedule(createCccUpgradeScheduleRequest) {
|
|
387
387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -446,7 +446,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
446
446
|
* @param DeleteCccInfrastructureRequest
|
|
447
447
|
* @return DeleteCccInfrastructureResponse
|
|
448
448
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
|
|
450
450
|
*/
|
|
451
451
|
deleteCccInfrastructure(deleteCccInfrastructureRequest) {
|
|
452
452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -503,7 +503,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
503
503
|
* @param DeleteCccUpgradeScheduleRequest
|
|
504
504
|
* @return DeleteCccUpgradeScheduleResponse
|
|
505
505
|
* @throws OciError when an error occurs
|
|
506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
|
|
507
507
|
*/
|
|
508
508
|
deleteCccUpgradeSchedule(deleteCccUpgradeScheduleRequest) {
|
|
509
509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -560,7 +560,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
560
560
|
* @param GetCccInfrastructureRequest
|
|
561
561
|
* @return GetCccInfrastructureResponse
|
|
562
562
|
* @throws OciError when an error occurs
|
|
563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
|
|
564
564
|
*/
|
|
565
565
|
getCccInfrastructure(getCccInfrastructureRequest) {
|
|
566
566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -625,7 +625,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
625
625
|
* @param GetCccUpgradeScheduleRequest
|
|
626
626
|
* @return GetCccUpgradeScheduleResponse
|
|
627
627
|
* @throws OciError when an error occurs
|
|
628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
|
|
629
629
|
*/
|
|
630
630
|
getCccUpgradeSchedule(getCccUpgradeScheduleRequest) {
|
|
631
631
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -689,7 +689,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
689
689
|
* @param ListCccInfrastructuresRequest
|
|
690
690
|
* @return ListCccInfrastructuresResponse
|
|
691
691
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
|
|
693
693
|
*/
|
|
694
694
|
listCccInfrastructures(listCccInfrastructuresRequest) {
|
|
695
695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -768,7 +768,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
768
768
|
* @param ListCccUpgradeSchedulesRequest
|
|
769
769
|
* @return ListCccUpgradeSchedulesResponse
|
|
770
770
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
|
|
772
772
|
*/
|
|
773
773
|
listCccUpgradeSchedules(listCccUpgradeSchedulesRequest) {
|
|
774
774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -846,7 +846,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
846
846
|
* @param UpdateCccInfrastructureRequest
|
|
847
847
|
* @return UpdateCccInfrastructureResponse
|
|
848
848
|
* @throws OciError when an error occurs
|
|
849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
|
|
850
850
|
*/
|
|
851
851
|
updateCccInfrastructure(updateCccInfrastructureRequest) {
|
|
852
852
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -911,7 +911,7 @@ class ComputeCloudAtCustomerClient {
|
|
|
911
911
|
* @param UpdateCccUpgradeScheduleRequest
|
|
912
912
|
* @return UpdateCccUpgradeScheduleResponse
|
|
913
913
|
* @throws OciError when an error occurs
|
|
914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
|
|
915
915
|
*/
|
|
916
916
|
updateCccUpgradeSchedule(updateCccUpgradeScheduleRequest) {
|
|
917
917
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.82.2/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.82.2/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.82.2/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.82.2/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.
|
|
3
|
+
"version": "2.82.2",
|
|
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.82.2",
|
|
19
|
+
"oci-workrequests": "2.82.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|