oci-computecloudatcustomer 2.68.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +25 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +210 -0
- package/lib/client.js +965 -0
- package/lib/client.js.map +1 -0
- package/lib/computecloudatcustomer-waiter.d.ts +40 -0
- package/lib/computecloudatcustomer-waiter.js +80 -0
- package/lib/computecloudatcustomer-waiter.js.map +1 -0
- package/lib/model/ccc-infrastructure-collection.d.ts +30 -0
- package/lib/model/ccc-infrastructure-collection.js +64 -0
- package/lib/model/ccc-infrastructure-collection.js.map +1 -0
- package/lib/model/ccc-infrastructure-inventory.d.ts +53 -0
- package/lib/model/ccc-infrastructure-inventory.js +32 -0
- package/lib/model/ccc-infrastructure-inventory.js.map +1 -0
- package/lib/model/ccc-infrastructure-management-node.d.ts +33 -0
- package/lib/model/ccc-infrastructure-management-node.js +32 -0
- package/lib/model/ccc-infrastructure-management-node.js.map +1 -0
- package/lib/model/ccc-infrastructure-network-configuration.d.ts +117 -0
- package/lib/model/ccc-infrastructure-network-configuration.js +89 -0
- package/lib/model/ccc-infrastructure-network-configuration.js.map +1 -0
- package/lib/model/ccc-infrastructure-routing-dynamic-details.d.ts +51 -0
- package/lib/model/ccc-infrastructure-routing-dynamic-details.js +75 -0
- package/lib/model/ccc-infrastructure-routing-dynamic-details.js.map +1 -0
- package/lib/model/ccc-infrastructure-routing-static-details.d.ts +36 -0
- package/lib/model/ccc-infrastructure-routing-static-details.js +32 -0
- package/lib/model/ccc-infrastructure-routing-static-details.js.map +1 -0
- package/lib/model/ccc-infrastructure-summary.d.ts +101 -0
- package/lib/model/ccc-infrastructure-summary.js +32 -0
- package/lib/model/ccc-infrastructure-summary.js.map +1 -0
- package/lib/model/ccc-infrastructure.d.ts +173 -0
- package/lib/model/ccc-infrastructure.js +97 -0
- package/lib/model/ccc-infrastructure.js.map +1 -0
- package/lib/model/ccc-schedule-event.d.ts +54 -0
- package/lib/model/ccc-schedule-event.js +32 -0
- package/lib/model/ccc-schedule-event.js.map +1 -0
- package/lib/model/ccc-upgrade-information.d.ts +50 -0
- package/lib/model/ccc-upgrade-information.js +32 -0
- package/lib/model/ccc-upgrade-information.js.map +1 -0
- package/lib/model/ccc-upgrade-schedule-collection.d.ts +32 -0
- package/lib/model/ccc-upgrade-schedule-collection.js +64 -0
- package/lib/model/ccc-upgrade-schedule-collection.js.map +1 -0
- package/lib/model/ccc-upgrade-schedule-summary.d.ts +82 -0
- package/lib/model/ccc-upgrade-schedule-summary.js +32 -0
- package/lib/model/ccc-upgrade-schedule-summary.js.map +1 -0
- package/lib/model/ccc-upgrade-schedule.d.ts +122 -0
- package/lib/model/ccc-upgrade-schedule.js +76 -0
- package/lib/model/ccc-upgrade-schedule.js.map +1 -0
- package/lib/model/change-ccc-infrastructure-compartment-details.d.ts +30 -0
- package/lib/model/change-ccc-infrastructure-compartment-details.js +32 -0
- package/lib/model/change-ccc-infrastructure-compartment-details.js.map +1 -0
- package/lib/model/change-ccc-upgrade-schedule-compartment-details.d.ts +30 -0
- package/lib/model/change-ccc-upgrade-schedule-compartment-details.js +32 -0
- package/lib/model/change-ccc-upgrade-schedule-compartment-details.js.map +1 -0
- package/lib/model/create-ccc-infrastructure-details.d.ts +83 -0
- package/lib/model/create-ccc-infrastructure-details.js +32 -0
- package/lib/model/create-ccc-infrastructure-details.js.map +1 -0
- package/lib/model/create-ccc-schedule-event.d.ts +50 -0
- package/lib/model/create-ccc-schedule-event.js +32 -0
- package/lib/model/create-ccc-schedule-event.js.map +1 -0
- package/lib/model/create-ccc-upgrade-schedule-details.d.ts +70 -0
- package/lib/model/create-ccc-upgrade-schedule-details.js +64 -0
- package/lib/model/create-ccc-upgrade-schedule-details.js.map +1 -0
- package/lib/model/index.d.ts +61 -0
- package/lib/model/index.js +84 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/peer-information.d.ts +35 -0
- package/lib/model/peer-information.js +32 -0
- package/lib/model/peer-information.js.map +1 -0
- package/lib/model/sort-order.d.ts +26 -0
- package/lib/model/sort-order.js +37 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-ccc-infrastructure-details.d.ts +77 -0
- package/lib/model/update-ccc-infrastructure-details.js +32 -0
- package/lib/model/update-ccc-infrastructure-details.js.map +1 -0
- package/lib/model/update-ccc-schedule-event.d.ts +50 -0
- package/lib/model/update-ccc-schedule-event.js +32 -0
- package/lib/model/update-ccc-schedule-event.js.map +1 -0
- package/lib/model/update-ccc-upgrade-schedule-details.d.ts +62 -0
- package/lib/model/update-ccc-upgrade-schedule-details.js +64 -0
- package/lib/model/update-ccc-upgrade-schedule-details.js.map +1 -0
- package/lib/request/change-ccc-infrastructure-compartment-request.d.ts +54 -0
- package/lib/request/change-ccc-infrastructure-compartment-request.js +15 -0
- package/lib/request/change-ccc-infrastructure-compartment-request.js.map +1 -0
- package/lib/request/change-ccc-upgrade-schedule-compartment-request.d.ts +54 -0
- package/lib/request/change-ccc-upgrade-schedule-compartment-request.js +15 -0
- package/lib/request/change-ccc-upgrade-schedule-compartment-request.js.map +1 -0
- package/lib/request/create-ccc-infrastructure-request.d.ts +37 -0
- package/lib/request/create-ccc-infrastructure-request.js +15 -0
- package/lib/request/create-ccc-infrastructure-request.js.map +1 -0
- package/lib/request/create-ccc-upgrade-schedule-request.d.ts +37 -0
- package/lib/request/create-ccc-upgrade-schedule-request.js +15 -0
- package/lib/request/create-ccc-upgrade-schedule-request.js.map +1 -0
- package/lib/request/delete-ccc-infrastructure-request.d.ts +38 -0
- package/lib/request/delete-ccc-infrastructure-request.js +15 -0
- package/lib/request/delete-ccc-infrastructure-request.js.map +1 -0
- package/lib/request/delete-ccc-upgrade-schedule-request.d.ts +38 -0
- package/lib/request/delete-ccc-upgrade-schedule-request.js +15 -0
- package/lib/request/delete-ccc-upgrade-schedule-request.js.map +1 -0
- package/lib/request/get-ccc-infrastructure-request.d.ts +29 -0
- package/lib/request/get-ccc-infrastructure-request.js +15 -0
- package/lib/request/get-ccc-infrastructure-request.js.map +1 -0
- package/lib/request/get-ccc-upgrade-schedule-request.d.ts +29 -0
- package/lib/request/get-ccc-upgrade-schedule-request.js +15 -0
- package/lib/request/get-ccc-upgrade-schedule-request.js.map +1 -0
- package/lib/request/index.d.ts +39 -0
- package/lib/request/index.js +42 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-ccc-infrastructures-request.d.ts +92 -0
- package/lib/request/list-ccc-infrastructures-request.js +29 -0
- package/lib/request/list-ccc-infrastructures-request.js.map +1 -0
- package/lib/request/list-ccc-upgrade-schedules-request.d.ts +93 -0
- package/lib/request/list-ccc-upgrade-schedules-request.js +29 -0
- package/lib/request/list-ccc-upgrade-schedules-request.js.map +1 -0
- package/lib/request/update-ccc-infrastructure-request.d.ts +43 -0
- package/lib/request/update-ccc-infrastructure-request.js +15 -0
- package/lib/request/update-ccc-infrastructure-request.js.map +1 -0
- package/lib/request/update-ccc-upgrade-schedule-request.d.ts +43 -0
- package/lib/request/update-ccc-upgrade-schedule-request.js +15 -0
- package/lib/request/update-ccc-upgrade-schedule-request.js.map +1 -0
- package/lib/response/change-ccc-infrastructure-compartment-response.d.ts +20 -0
- package/lib/response/change-ccc-infrastructure-compartment-response.js +15 -0
- package/lib/response/change-ccc-infrastructure-compartment-response.js.map +1 -0
- package/lib/response/change-ccc-upgrade-schedule-compartment-response.d.ts +20 -0
- package/lib/response/change-ccc-upgrade-schedule-compartment-response.js +15 -0
- package/lib/response/change-ccc-upgrade-schedule-compartment-response.js.map +1 -0
- package/lib/response/create-ccc-infrastructure-response.d.ts +30 -0
- package/lib/response/create-ccc-infrastructure-response.js +15 -0
- package/lib/response/create-ccc-infrastructure-response.js.map +1 -0
- package/lib/response/create-ccc-upgrade-schedule-response.d.ts +30 -0
- package/lib/response/create-ccc-upgrade-schedule-response.js +15 -0
- package/lib/response/create-ccc-upgrade-schedule-response.js.map +1 -0
- package/lib/response/delete-ccc-infrastructure-response.d.ts +20 -0
- package/lib/response/delete-ccc-infrastructure-response.js +15 -0
- package/lib/response/delete-ccc-infrastructure-response.js.map +1 -0
- package/lib/response/delete-ccc-upgrade-schedule-response.d.ts +20 -0
- package/lib/response/delete-ccc-upgrade-schedule-response.js +15 -0
- package/lib/response/delete-ccc-upgrade-schedule-response.js.map +1 -0
- package/lib/response/get-ccc-infrastructure-response.d.ts +30 -0
- package/lib/response/get-ccc-infrastructure-response.js +15 -0
- package/lib/response/get-ccc-infrastructure-response.js.map +1 -0
- package/lib/response/get-ccc-upgrade-schedule-response.d.ts +30 -0
- package/lib/response/get-ccc-upgrade-schedule-response.js +15 -0
- package/lib/response/get-ccc-upgrade-schedule-response.js.map +1 -0
- package/lib/response/index.d.ts +39 -0
- package/lib/response/index.js +18 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-ccc-infrastructures-response.d.ts +39 -0
- package/lib/response/list-ccc-infrastructures-response.js +15 -0
- package/lib/response/list-ccc-infrastructures-response.js.map +1 -0
- package/lib/response/list-ccc-upgrade-schedules-response.d.ts +39 -0
- package/lib/response/list-ccc-upgrade-schedules-response.js +15 -0
- package/lib/response/list-ccc-upgrade-schedules-response.js.map +1 -0
- package/lib/response/update-ccc-infrastructure-response.d.ts +30 -0
- package/lib/response/update-ccc-infrastructure-response.js +15 -0
- package/lib/response/update-ccc-infrastructure-response.js.map +1 -0
- package/lib/response/update-ccc-upgrade-schedule-response.d.ts +30 -0
- package/lib/response/update-ccc-upgrade-schedule-response.js +15 -0
- package/lib/response/update-ccc-upgrade-schedule-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructureRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateCccInfrastructureRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* An [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a
|
|
21
|
+
* Compute Cloud@Customer Infrastructure.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"cccInfrastructureId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The information to be updated.
|
|
27
|
+
*/
|
|
28
|
+
"updateCccInfrastructureDetails": model.UpdateCccInfrastructureDetails;
|
|
29
|
+
/**
|
|
30
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
31
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
32
|
+
* etag from a previous GET or POST response for that resource.
|
|
33
|
+
* The resource will be updated or deleted only if the etag you
|
|
34
|
+
* provide matches the resource's current etag value.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"ifMatch"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-ccc-infrastructure-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ccc-infrastructure-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/update-ccc-infrastructure-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeScheduleRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Compute Cloud@Customer upgrade schedule
|
|
21
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"cccUpgradeScheduleId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The information to be updated in the Compute Cloud@Customer upgrade schedule.
|
|
27
|
+
*/
|
|
28
|
+
"updateCccUpgradeScheduleDetails": model.UpdateCccUpgradeScheduleDetails;
|
|
29
|
+
/**
|
|
30
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
31
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
32
|
+
* etag from a previous GET or POST response for that resource.
|
|
33
|
+
* The resource will be updated or deleted only if the etag you
|
|
34
|
+
* provide matches the resource's current etag value.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"ifMatch"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-ccc-upgrade-schedule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ccc-upgrade-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/update-ccc-upgrade-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeCccInfrastructureCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-ccc-infrastructure-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-ccc-infrastructure-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/change-ccc-infrastructure-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeCccUpgradeScheduleCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-ccc-upgrade-schedule-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-ccc-upgrade-schedule-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/change-ccc-upgrade-schedule-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateCccInfrastructureResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.CccInfrastructure instance.
|
|
28
|
+
*/
|
|
29
|
+
"cccInfrastructure": model.CccInfrastructure;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-ccc-infrastructure-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ccc-infrastructure-response.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/create-ccc-infrastructure-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateCccUpgradeScheduleResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.CccUpgradeSchedule instance.
|
|
28
|
+
*/
|
|
29
|
+
"cccUpgradeSchedule": model.CccUpgradeSchedule;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-ccc-upgrade-schedule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ccc-upgrade-schedule-response.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/create-ccc-upgrade-schedule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteCccInfrastructureResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-ccc-infrastructure-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-ccc-infrastructure-response.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/delete-ccc-infrastructure-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteCccUpgradeScheduleResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-ccc-upgrade-schedule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-ccc-upgrade-schedule-response.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/delete-ccc-upgrade-schedule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetCccInfrastructureResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.CccInfrastructure instance.
|
|
28
|
+
*/
|
|
29
|
+
"cccInfrastructure": model.CccInfrastructure;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-ccc-infrastructure-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ccc-infrastructure-response.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/get-ccc-infrastructure-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetCccUpgradeScheduleResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.CccUpgradeSchedule instance.
|
|
28
|
+
*/
|
|
29
|
+
"cccUpgradeSchedule": model.CccUpgradeSchedule;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-ccc-upgrade-schedule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ccc-upgrade-schedule-response.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/get-ccc-upgrade-schedule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Compute Cloud@Customer API
|
|
3
|
+
* Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
|
|
4
|
+
and scheduled upgrades. For more information see
|
|
5
|
+
[Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20221208
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as ChangeCccInfrastructureCompartmentResponse from "./change-ccc-infrastructure-compartment-response";
|
|
17
|
+
export import ChangeCccInfrastructureCompartmentResponse = ChangeCccInfrastructureCompartmentResponse.ChangeCccInfrastructureCompartmentResponse;
|
|
18
|
+
import * as ChangeCccUpgradeScheduleCompartmentResponse from "./change-ccc-upgrade-schedule-compartment-response";
|
|
19
|
+
export import ChangeCccUpgradeScheduleCompartmentResponse = ChangeCccUpgradeScheduleCompartmentResponse.ChangeCccUpgradeScheduleCompartmentResponse;
|
|
20
|
+
import * as CreateCccInfrastructureResponse from "./create-ccc-infrastructure-response";
|
|
21
|
+
export import CreateCccInfrastructureResponse = CreateCccInfrastructureResponse.CreateCccInfrastructureResponse;
|
|
22
|
+
import * as CreateCccUpgradeScheduleResponse from "./create-ccc-upgrade-schedule-response";
|
|
23
|
+
export import CreateCccUpgradeScheduleResponse = CreateCccUpgradeScheduleResponse.CreateCccUpgradeScheduleResponse;
|
|
24
|
+
import * as DeleteCccInfrastructureResponse from "./delete-ccc-infrastructure-response";
|
|
25
|
+
export import DeleteCccInfrastructureResponse = DeleteCccInfrastructureResponse.DeleteCccInfrastructureResponse;
|
|
26
|
+
import * as DeleteCccUpgradeScheduleResponse from "./delete-ccc-upgrade-schedule-response";
|
|
27
|
+
export import DeleteCccUpgradeScheduleResponse = DeleteCccUpgradeScheduleResponse.DeleteCccUpgradeScheduleResponse;
|
|
28
|
+
import * as GetCccInfrastructureResponse from "./get-ccc-infrastructure-response";
|
|
29
|
+
export import GetCccInfrastructureResponse = GetCccInfrastructureResponse.GetCccInfrastructureResponse;
|
|
30
|
+
import * as GetCccUpgradeScheduleResponse from "./get-ccc-upgrade-schedule-response";
|
|
31
|
+
export import GetCccUpgradeScheduleResponse = GetCccUpgradeScheduleResponse.GetCccUpgradeScheduleResponse;
|
|
32
|
+
import * as ListCccInfrastructuresResponse from "./list-ccc-infrastructures-response";
|
|
33
|
+
export import ListCccInfrastructuresResponse = ListCccInfrastructuresResponse.ListCccInfrastructuresResponse;
|
|
34
|
+
import * as ListCccUpgradeSchedulesResponse from "./list-ccc-upgrade-schedules-response";
|
|
35
|
+
export import ListCccUpgradeSchedulesResponse = ListCccUpgradeSchedulesResponse.ListCccUpgradeSchedulesResponse;
|
|
36
|
+
import * as UpdateCccInfrastructureResponse from "./update-ccc-infrastructure-response";
|
|
37
|
+
export import UpdateCccInfrastructureResponse = UpdateCccInfrastructureResponse.UpdateCccInfrastructureResponse;
|
|
38
|
+
import * as UpdateCccUpgradeScheduleResponse from "./update-ccc-upgrade-schedule-response";
|
|
39
|
+
export import UpdateCccUpgradeScheduleResponse = UpdateCccUpgradeScheduleResponse.UpdateCccUpgradeScheduleResponse;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Compute Cloud@Customer API
|
|
4
|
+
* Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
|
|
5
|
+
and scheduled upgrades. For more information see
|
|
6
|
+
[Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20221208
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221208
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListCccInfrastructuresResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
30
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
31
|
+
* subsequent GET request to get the previous batch of items.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcPrevPage": string;
|
|
35
|
+
/**
|
|
36
|
+
* The returned model.CccInfrastructureCollection instance.
|
|
37
|
+
*/
|
|
38
|
+
"cccInfrastructureCollection": model.CccInfrastructureCollection;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221208
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-ccc-infrastructures-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ccc-infrastructures-response.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/response/list-ccc-infrastructures-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|