oci-computecloudatcustomer 2.102.1 → 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.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +18 -18
- package/lib/client.js +18 -18
- package/lib/computecloudatcustomer-waiter.d.ts +1 -1
- package/lib/computecloudatcustomer-waiter.js +1 -1
- package/lib/model/ccc-infrastructure-collection.d.ts +1 -1
- package/lib/model/ccc-infrastructure-collection.js +1 -1
- package/lib/model/ccc-infrastructure-inventory.d.ts +1 -1
- package/lib/model/ccc-infrastructure-inventory.js +1 -1
- package/lib/model/ccc-infrastructure-management-node.d.ts +1 -1
- package/lib/model/ccc-infrastructure-management-node.js +1 -1
- package/lib/model/ccc-infrastructure-network-configuration.d.ts +1 -1
- package/lib/model/ccc-infrastructure-network-configuration.js +1 -1
- package/lib/model/ccc-infrastructure-routing-dynamic-details.d.ts +1 -1
- package/lib/model/ccc-infrastructure-routing-dynamic-details.js +1 -1
- package/lib/model/ccc-infrastructure-routing-static-details.d.ts +1 -1
- package/lib/model/ccc-infrastructure-routing-static-details.js +1 -1
- package/lib/model/ccc-infrastructure-summary.d.ts +4 -4
- package/lib/model/ccc-infrastructure-summary.js +1 -1
- package/lib/model/ccc-infrastructure.d.ts +4 -4
- package/lib/model/ccc-infrastructure.js +1 -1
- package/lib/model/ccc-schedule-event.d.ts +1 -1
- package/lib/model/ccc-schedule-event.js +1 -1
- package/lib/model/ccc-upgrade-information.d.ts +1 -1
- package/lib/model/ccc-upgrade-information.js +1 -1
- package/lib/model/ccc-upgrade-schedule-collection.d.ts +1 -1
- package/lib/model/ccc-upgrade-schedule-collection.js +1 -1
- package/lib/model/ccc-upgrade-schedule-summary.d.ts +3 -3
- package/lib/model/ccc-upgrade-schedule-summary.js +1 -1
- package/lib/model/ccc-upgrade-schedule.d.ts +4 -4
- package/lib/model/ccc-upgrade-schedule.js +1 -1
- package/lib/model/change-ccc-infrastructure-compartment-details.d.ts +2 -2
- package/lib/model/change-ccc-infrastructure-compartment-details.js +1 -1
- package/lib/model/change-ccc-upgrade-schedule-compartment-details.d.ts +2 -2
- package/lib/model/change-ccc-upgrade-schedule-compartment-details.js +1 -1
- package/lib/model/create-ccc-infrastructure-details.d.ts +2 -2
- package/lib/model/create-ccc-infrastructure-details.js +1 -1
- package/lib/model/create-ccc-schedule-event.d.ts +1 -1
- package/lib/model/create-ccc-schedule-event.js +1 -1
- package/lib/model/create-ccc-upgrade-schedule-details.d.ts +2 -2
- package/lib/model/create-ccc-upgrade-schedule-details.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/peer-information.d.ts +1 -1
- package/lib/model/peer-information.js +1 -1
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/update-ccc-infrastructure-details.d.ts +2 -2
- package/lib/model/update-ccc-infrastructure-details.js +1 -1
- package/lib/model/update-ccc-schedule-event.d.ts +1 -1
- package/lib/model/update-ccc-schedule-event.js +1 -1
- package/lib/model/update-ccc-upgrade-schedule-details.d.ts +1 -1
- package/lib/model/update-ccc-upgrade-schedule-details.js +1 -1
- package/lib/request/change-ccc-infrastructure-compartment-request.d.ts +4 -4
- package/lib/request/change-ccc-upgrade-schedule-compartment-request.d.ts +4 -4
- package/lib/request/create-ccc-infrastructure-request.d.ts +2 -2
- package/lib/request/create-ccc-upgrade-schedule-request.d.ts +2 -2
- package/lib/request/delete-ccc-infrastructure-request.d.ts +3 -3
- package/lib/request/delete-ccc-upgrade-schedule-request.d.ts +3 -3
- package/lib/request/get-ccc-infrastructure-request.d.ts +3 -3
- package/lib/request/get-ccc-upgrade-schedule-request.d.ts +3 -3
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-ccc-infrastructures-request.d.ts +4 -4
- package/lib/request/list-ccc-upgrade-schedules-request.d.ts +4 -4
- package/lib/request/update-ccc-infrastructure-request.d.ts +3 -3
- package/lib/request/update-ccc-upgrade-schedule-request.d.ts +3 -3
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/package.json +3 -3
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 ListCccUpgradeSchedulesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListCccUpgradeSchedulesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* Compute Cloud@Customer upgrade schedule
|
|
21
|
-
* [OCID](https://docs.
|
|
21
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"cccUpgradeScheduleId"?: string;
|
|
25
25
|
/**
|
|
26
|
-
* The [OCID](https://docs.
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to
|
|
27
27
|
* list resources.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
@@ -76,7 +76,7 @@ export interface ListCccUpgradeSchedulesRequest extends common.BaseRequest {
|
|
|
76
76
|
*/
|
|
77
77
|
"sortBy"?: ListCccUpgradeSchedulesRequest.SortBy;
|
|
78
78
|
/**
|
|
79
|
-
* The client request [OCID](https://docs.
|
|
79
|
+
* The client request [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"opcRequestId"?: string;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateCccInfrastructureRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCccInfrastructureRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* An [OCID](https://docs.
|
|
20
|
+
* An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a
|
|
21
21
|
* Compute Cloud@Customer Infrastructure.
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
@@ -36,7 +36,7 @@ export interface UpdateCccInfrastructureRequest extends common.BaseRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
"ifMatch"?: string;
|
|
38
38
|
/**
|
|
39
|
-
* The client request [OCID](https://docs.
|
|
39
|
+
* The client request [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"opcRequestId"?: string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateCccUpgradeScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* Compute Cloud@Customer upgrade schedule
|
|
21
|
-
* [OCID](https://docs.
|
|
21
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"cccUpgradeScheduleId": string;
|
|
@@ -36,7 +36,7 @@ export interface UpdateCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
"ifMatch"?: string;
|
|
38
38
|
/**
|
|
39
|
-
* The client request [OCID](https://docs.
|
|
39
|
+
* The client request [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"opcRequestId"?: string;
|
package/lib/response/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/lib/response/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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-computecloudatcustomer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Compute Cloud At Customer Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|