oci-computecloudatcustomer 2.102.2 → 2.103.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.
Files changed (71) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +18 -18
  4. package/lib/client.js +18 -18
  5. package/lib/computecloudatcustomer-waiter.d.ts +1 -1
  6. package/lib/computecloudatcustomer-waiter.js +1 -1
  7. package/lib/model/ccc-infrastructure-collection.d.ts +1 -1
  8. package/lib/model/ccc-infrastructure-collection.js +1 -1
  9. package/lib/model/ccc-infrastructure-inventory.d.ts +1 -1
  10. package/lib/model/ccc-infrastructure-inventory.js +1 -1
  11. package/lib/model/ccc-infrastructure-management-node.d.ts +1 -1
  12. package/lib/model/ccc-infrastructure-management-node.js +1 -1
  13. package/lib/model/ccc-infrastructure-network-configuration.d.ts +1 -1
  14. package/lib/model/ccc-infrastructure-network-configuration.js +1 -1
  15. package/lib/model/ccc-infrastructure-routing-dynamic-details.d.ts +1 -1
  16. package/lib/model/ccc-infrastructure-routing-dynamic-details.js +1 -1
  17. package/lib/model/ccc-infrastructure-routing-static-details.d.ts +1 -1
  18. package/lib/model/ccc-infrastructure-routing-static-details.js +1 -1
  19. package/lib/model/ccc-infrastructure-summary.d.ts +4 -4
  20. package/lib/model/ccc-infrastructure-summary.js +1 -1
  21. package/lib/model/ccc-infrastructure.d.ts +4 -4
  22. package/lib/model/ccc-infrastructure.js +1 -1
  23. package/lib/model/ccc-schedule-event.d.ts +1 -1
  24. package/lib/model/ccc-schedule-event.js +1 -1
  25. package/lib/model/ccc-upgrade-information.d.ts +1 -1
  26. package/lib/model/ccc-upgrade-information.js +1 -1
  27. package/lib/model/ccc-upgrade-schedule-collection.d.ts +1 -1
  28. package/lib/model/ccc-upgrade-schedule-collection.js +1 -1
  29. package/lib/model/ccc-upgrade-schedule-summary.d.ts +3 -3
  30. package/lib/model/ccc-upgrade-schedule-summary.js +1 -1
  31. package/lib/model/ccc-upgrade-schedule.d.ts +4 -4
  32. package/lib/model/ccc-upgrade-schedule.js +1 -1
  33. package/lib/model/change-ccc-infrastructure-compartment-details.d.ts +2 -2
  34. package/lib/model/change-ccc-infrastructure-compartment-details.js +1 -1
  35. package/lib/model/change-ccc-upgrade-schedule-compartment-details.d.ts +2 -2
  36. package/lib/model/change-ccc-upgrade-schedule-compartment-details.js +1 -1
  37. package/lib/model/create-ccc-infrastructure-details.d.ts +2 -2
  38. package/lib/model/create-ccc-infrastructure-details.js +1 -1
  39. package/lib/model/create-ccc-schedule-event.d.ts +1 -1
  40. package/lib/model/create-ccc-schedule-event.js +1 -1
  41. package/lib/model/create-ccc-upgrade-schedule-details.d.ts +2 -2
  42. package/lib/model/create-ccc-upgrade-schedule-details.js +1 -1
  43. package/lib/model/index.d.ts +1 -1
  44. package/lib/model/index.js +1 -1
  45. package/lib/model/peer-information.d.ts +1 -1
  46. package/lib/model/peer-information.js +1 -1
  47. package/lib/model/sort-order.d.ts +1 -1
  48. package/lib/model/sort-order.js +1 -1
  49. package/lib/model/update-ccc-infrastructure-details.d.ts +2 -2
  50. package/lib/model/update-ccc-infrastructure-details.js +1 -1
  51. package/lib/model/update-ccc-schedule-event.d.ts +1 -1
  52. package/lib/model/update-ccc-schedule-event.js +1 -1
  53. package/lib/model/update-ccc-upgrade-schedule-details.d.ts +1 -1
  54. package/lib/model/update-ccc-upgrade-schedule-details.js +1 -1
  55. package/lib/request/change-ccc-infrastructure-compartment-request.d.ts +4 -4
  56. package/lib/request/change-ccc-upgrade-schedule-compartment-request.d.ts +4 -4
  57. package/lib/request/create-ccc-infrastructure-request.d.ts +2 -2
  58. package/lib/request/create-ccc-upgrade-schedule-request.d.ts +2 -2
  59. package/lib/request/delete-ccc-infrastructure-request.d.ts +3 -3
  60. package/lib/request/delete-ccc-upgrade-schedule-request.d.ts +3 -3
  61. package/lib/request/get-ccc-infrastructure-request.d.ts +3 -3
  62. package/lib/request/get-ccc-upgrade-schedule-request.d.ts +3 -3
  63. package/lib/request/index.d.ts +1 -1
  64. package/lib/request/index.js +1 -1
  65. package/lib/request/list-ccc-infrastructures-request.d.ts +4 -4
  66. package/lib/request/list-ccc-upgrade-schedules-request.d.ts +4 -4
  67. package/lib/request/update-ccc-infrastructure-request.d.ts +3 -3
  68. package/lib/request/update-ccc-upgrade-schedule-request.d.ts +3 -3
  69. package/lib/response/index.d.ts +1 -1
  70. package/lib/response/index.js +1 -1
  71. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
package/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
package/lib/client.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -103,18 +103,18 @@ export declare class ComputeCloudAtCustomerClient {
103
103
  * @param ChangeCccInfrastructureCompartmentRequest
104
104
  * @return ChangeCccInfrastructureCompartmentResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
106
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
107
107
  */
108
108
  changeCccInfrastructureCompartment(changeCccInfrastructureCompartmentRequest: requests.ChangeCccInfrastructureCompartmentRequest): Promise<responses.ChangeCccInfrastructureCompartmentResponse>;
109
109
  /**
110
110
  * Moves a Compute Cloud@Customer upgrade schedule from one compartment to another using the
111
- * specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
111
+ * specified [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
112
112
  *
113
113
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
114
114
  * @param ChangeCccUpgradeScheduleCompartmentRequest
115
115
  * @return ChangeCccUpgradeScheduleCompartmentResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
117
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
118
118
  */
119
119
  changeCccUpgradeScheduleCompartment(changeCccUpgradeScheduleCompartmentRequest: requests.ChangeCccUpgradeScheduleCompartmentRequest): Promise<responses.ChangeCccUpgradeScheduleCompartmentResponse>;
120
120
  /**
@@ -125,7 +125,7 @@ export declare class ComputeCloudAtCustomerClient {
125
125
  * @param CreateCccInfrastructureRequest
126
126
  * @return CreateCccInfrastructureResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
128
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
129
129
  */
130
130
  createCccInfrastructure(createCccInfrastructureRequest: requests.CreateCccInfrastructureRequest): Promise<responses.CreateCccInfrastructureResponse>;
131
131
  /**
@@ -135,51 +135,51 @@ export declare class ComputeCloudAtCustomerClient {
135
135
  * @param CreateCccUpgradeScheduleRequest
136
136
  * @return CreateCccUpgradeScheduleResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
138
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
139
139
  */
140
140
  createCccUpgradeSchedule(createCccUpgradeScheduleRequest: requests.CreateCccUpgradeScheduleRequest): Promise<responses.CreateCccUpgradeScheduleResponse>;
141
141
  /**
142
142
  * Deletes a Compute Cloud@Customer infrastructure resource specified by the resource
143
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
143
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
144
144
  *
145
145
  * This operation does not retry by default if the user has not defined a retry configuration.
146
146
  * @param DeleteCccInfrastructureRequest
147
147
  * @return DeleteCccInfrastructureResponse
148
148
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
149
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
150
150
  */
151
151
  deleteCccInfrastructure(deleteCccInfrastructureRequest: requests.DeleteCccInfrastructureRequest): Promise<responses.DeleteCccInfrastructureResponse>;
152
152
  /**
153
153
  * Deletes a Compute Cloud@Customer upgrade schedule by the specified
154
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
154
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
155
155
  *
156
156
  * This operation does not retry by default if the user has not defined a retry configuration.
157
157
  * @param DeleteCccUpgradeScheduleRequest
158
158
  * @return DeleteCccUpgradeScheduleResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
160
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
161
161
  */
162
162
  deleteCccUpgradeSchedule(deleteCccUpgradeScheduleRequest: requests.DeleteCccUpgradeScheduleRequest): Promise<responses.DeleteCccUpgradeScheduleResponse>;
163
163
  /**
164
164
  * Gets a Compute Cloud@Customer infrastructure using the infrastructure
165
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
165
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
166
166
  *
167
167
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
168
168
  * @param GetCccInfrastructureRequest
169
169
  * @return GetCccInfrastructureResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
171
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
172
172
  */
173
173
  getCccInfrastructure(getCccInfrastructureRequest: requests.GetCccInfrastructureRequest): Promise<responses.GetCccInfrastructureResponse>;
174
174
  /**
175
175
  * Gets a Compute Cloud@Customer upgrade schedule by the specified
176
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
176
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
177
177
  *
178
178
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
179
179
  * @param GetCccUpgradeScheduleRequest
180
180
  * @return GetCccUpgradeScheduleResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
182
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
183
183
  */
184
184
  getCccUpgradeSchedule(getCccUpgradeScheduleRequest: requests.GetCccUpgradeScheduleRequest): Promise<responses.GetCccUpgradeScheduleResponse>;
185
185
  /**
@@ -189,7 +189,7 @@ export declare class ComputeCloudAtCustomerClient {
189
189
  * @param ListCccInfrastructuresRequest
190
190
  * @return ListCccInfrastructuresResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
192
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
193
193
  */
194
194
  listCccInfrastructures(listCccInfrastructuresRequest: requests.ListCccInfrastructuresRequest): Promise<responses.ListCccInfrastructuresResponse>;
195
195
  /**
@@ -199,7 +199,7 @@ export declare class ComputeCloudAtCustomerClient {
199
199
  * @param ListCccUpgradeSchedulesRequest
200
200
  * @return ListCccUpgradeSchedulesResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
202
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
203
203
  */
204
204
  listCccUpgradeSchedules(listCccUpgradeSchedulesRequest: requests.ListCccUpgradeSchedulesRequest): Promise<responses.ListCccUpgradeSchedulesResponse>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare class ComputeCloudAtCustomerClient {
208
208
  * @param UpdateCccInfrastructureRequest
209
209
  * @return UpdateCccInfrastructureResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
211
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
212
212
  */
213
213
  updateCccInfrastructure(updateCccInfrastructureRequest: requests.UpdateCccInfrastructureRequest): Promise<responses.UpdateCccInfrastructureResponse>;
214
214
  /**
@@ -217,7 +217,7 @@ export declare class ComputeCloudAtCustomerClient {
217
217
  * @param UpdateCccUpgradeScheduleRequest
218
218
  * @return UpdateCccUpgradeScheduleResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
220
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
221
221
  */
222
222
  updateCccUpgradeSchedule(updateCccUpgradeScheduleRequest: requests.UpdateCccUpgradeScheduleRequest): Promise<responses.UpdateCccUpgradeScheduleResponse>;
223
223
  }
package/lib/client.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -216,7 +216,7 @@ class ComputeCloudAtCustomerClient {
216
216
  * @param ChangeCccInfrastructureCompartmentRequest
217
217
  * @return ChangeCccInfrastructureCompartmentResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
219
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartment API.
220
220
  */
221
221
  changeCccInfrastructureCompartment(changeCccInfrastructureCompartmentRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -269,13 +269,13 @@ class ComputeCloudAtCustomerClient {
269
269
  }
270
270
  /**
271
271
  * Moves a Compute Cloud@Customer upgrade schedule from one compartment to another using the
272
- * specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
272
+ * specified [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
273
273
  *
274
274
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
275
275
  * @param ChangeCccUpgradeScheduleCompartmentRequest
276
276
  * @return ChangeCccUpgradeScheduleCompartmentResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
278
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartment API.
279
279
  */
280
280
  changeCccUpgradeScheduleCompartment(changeCccUpgradeScheduleCompartmentRequest) {
281
281
  return __awaiter(this, void 0, void 0, function* () {
@@ -334,7 +334,7 @@ class ComputeCloudAtCustomerClient {
334
334
  * @param CreateCccInfrastructureRequest
335
335
  * @return CreateCccInfrastructureResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
337
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructure API.
338
338
  */
339
339
  createCccInfrastructure(createCccInfrastructureRequest) {
340
340
  return __awaiter(this, void 0, void 0, function* () {
@@ -398,7 +398,7 @@ class ComputeCloudAtCustomerClient {
398
398
  * @param CreateCccUpgradeScheduleRequest
399
399
  * @return CreateCccUpgradeScheduleResponse
400
400
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
401
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeSchedule API.
402
402
  */
403
403
  createCccUpgradeSchedule(createCccUpgradeScheduleRequest) {
404
404
  return __awaiter(this, void 0, void 0, function* () {
@@ -457,13 +457,13 @@ class ComputeCloudAtCustomerClient {
457
457
  }
458
458
  /**
459
459
  * Deletes a Compute Cloud@Customer infrastructure resource specified by the resource
460
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
460
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
461
461
  *
462
462
  * This operation does not retry by default if the user has not defined a retry configuration.
463
463
  * @param DeleteCccInfrastructureRequest
464
464
  * @return DeleteCccInfrastructureResponse
465
465
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
466
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructure API.
467
467
  */
468
468
  deleteCccInfrastructure(deleteCccInfrastructureRequest) {
469
469
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,13 +514,13 @@ class ComputeCloudAtCustomerClient {
514
514
  }
515
515
  /**
516
516
  * Deletes a Compute Cloud@Customer upgrade schedule by the specified
517
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
517
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
518
518
  *
519
519
  * This operation does not retry by default if the user has not defined a retry configuration.
520
520
  * @param DeleteCccUpgradeScheduleRequest
521
521
  * @return DeleteCccUpgradeScheduleResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
523
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeSchedule API.
524
524
  */
525
525
  deleteCccUpgradeSchedule(deleteCccUpgradeScheduleRequest) {
526
526
  return __awaiter(this, void 0, void 0, function* () {
@@ -571,13 +571,13 @@ class ComputeCloudAtCustomerClient {
571
571
  }
572
572
  /**
573
573
  * Gets a Compute Cloud@Customer infrastructure using the infrastructure
574
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
574
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
575
575
  *
576
576
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
577
577
  * @param GetCccInfrastructureRequest
578
578
  * @return GetCccInfrastructureResponse
579
579
  * @throws OciError when an error occurs
580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
580
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructure API.
581
581
  */
582
582
  getCccInfrastructure(getCccInfrastructureRequest) {
583
583
  return __awaiter(this, void 0, void 0, function* () {
@@ -636,13 +636,13 @@ class ComputeCloudAtCustomerClient {
636
636
  }
637
637
  /**
638
638
  * Gets a Compute Cloud@Customer upgrade schedule by the specified
639
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
639
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
640
640
  *
641
641
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
642
642
  * @param GetCccUpgradeScheduleRequest
643
643
  * @return GetCccUpgradeScheduleResponse
644
644
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
645
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeSchedule API.
646
646
  */
647
647
  getCccUpgradeSchedule(getCccUpgradeScheduleRequest) {
648
648
  return __awaiter(this, void 0, void 0, function* () {
@@ -706,7 +706,7 @@ class ComputeCloudAtCustomerClient {
706
706
  * @param ListCccInfrastructuresRequest
707
707
  * @return ListCccInfrastructuresResponse
708
708
  * @throws OciError when an error occurs
709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
709
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructures API.
710
710
  */
711
711
  listCccInfrastructures(listCccInfrastructuresRequest) {
712
712
  return __awaiter(this, void 0, void 0, function* () {
@@ -785,7 +785,7 @@ class ComputeCloudAtCustomerClient {
785
785
  * @param ListCccUpgradeSchedulesRequest
786
786
  * @return ListCccUpgradeSchedulesResponse
787
787
  * @throws OciError when an error occurs
788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
788
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedules API.
789
789
  */
790
790
  listCccUpgradeSchedules(listCccUpgradeSchedulesRequest) {
791
791
  return __awaiter(this, void 0, void 0, function* () {
@@ -863,7 +863,7 @@ class ComputeCloudAtCustomerClient {
863
863
  * @param UpdateCccInfrastructureRequest
864
864
  * @return UpdateCccInfrastructureResponse
865
865
  * @throws OciError when an error occurs
866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
866
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructure API.
867
867
  */
868
868
  updateCccInfrastructure(updateCccInfrastructureRequest) {
869
869
  return __awaiter(this, void 0, void 0, function* () {
@@ -928,7 +928,7 @@ class ComputeCloudAtCustomerClient {
928
928
  * @param UpdateCccUpgradeScheduleRequest
929
929
  * @return UpdateCccUpgradeScheduleResponse
930
930
  * @throws OciError when an error occurs
931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
931
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeSchedule API.
932
932
  */
933
933
  updateCccUpgradeSchedule(updateCccUpgradeScheduleRequest) {
934
934
  return __awaiter(this, void 0, void 0, function* () {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -18,7 +18,7 @@ For more information see [Compute Cloud@Customer documentation](/iaas/compute-cl
18
18
  export interface CccInfrastructureSummary {
19
19
  /**
20
20
  * The Compute Cloud@Customer infrastructure
21
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
21
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
22
22
  * This cannot be changed once created.
23
23
  *
24
24
  */
@@ -39,13 +39,13 @@ export interface CccInfrastructureSummary {
39
39
  */
40
40
  "displayName": string;
41
41
  /**
42
- * The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with
42
+ * The compartment [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with
43
43
  * the infrastructure.
44
44
  *
45
45
  */
46
46
  "compartmentId": string;
47
47
  /**
48
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network subnet that is
48
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network subnet that is
49
49
  * used to communicate with Compute Cloud@Customer infrastructure.
50
50
  *
51
51
  */
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -20,7 +20,7 @@ import * as model from "../model";
20
20
  */
21
21
  export interface CccInfrastructure {
22
22
  /**
23
- * The Compute Cloud@Customer infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
23
+ * The Compute Cloud@Customer infrastructure [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
24
24
  * This cannot be changed once created.
25
25
  *
26
26
  */
@@ -46,11 +46,11 @@ export interface CccInfrastructure {
46
46
  */
47
47
  "description"?: string;
48
48
  /**
49
- * The infrastructure compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
49
+ * The infrastructure compartment [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
50
50
  */
51
51
  "compartmentId": string;
52
52
  /**
53
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network subnet that is
53
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network subnet that is
54
54
  * used to communicate with Compute Cloud@Customer infrastructure.
55
55
  *
56
56
  */
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *