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,32 @@
|
|
|
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
|
+
exports.ChangeCccInfrastructureCompartmentDetails = void 0;
|
|
19
|
+
var ChangeCccInfrastructureCompartmentDetails;
|
|
20
|
+
(function (ChangeCccInfrastructureCompartmentDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
ChangeCccInfrastructureCompartmentDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
ChangeCccInfrastructureCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(ChangeCccInfrastructureCompartmentDetails = exports.ChangeCccInfrastructureCompartmentDetails || (exports.ChangeCccInfrastructureCompartmentDetails = {}));
|
|
32
|
+
//# sourceMappingURL=change-ccc-infrastructure-compartment-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-ccc-infrastructure-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/change-ccc-infrastructure-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAiBH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* Change the compartment of a Compute Cloud@Customer upgrade schedule.
|
|
18
|
+
*/
|
|
19
|
+
export interface ChangeCccUpgradeScheduleCompartmentDetails {
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
22
|
+
* into which the resource should be moved.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"compartmentId": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace ChangeCccUpgradeScheduleCompartmentDetails {
|
|
28
|
+
function getJsonObj(obj: ChangeCccUpgradeScheduleCompartmentDetails): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: ChangeCccUpgradeScheduleCompartmentDetails): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
exports.ChangeCccUpgradeScheduleCompartmentDetails = void 0;
|
|
19
|
+
var ChangeCccUpgradeScheduleCompartmentDetails;
|
|
20
|
+
(function (ChangeCccUpgradeScheduleCompartmentDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
ChangeCccUpgradeScheduleCompartmentDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
ChangeCccUpgradeScheduleCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(ChangeCccUpgradeScheduleCompartmentDetails = exports.ChangeCccUpgradeScheduleCompartmentDetails || (exports.ChangeCccUpgradeScheduleCompartmentDetails = {}));
|
|
32
|
+
//# sourceMappingURL=change-ccc-upgrade-schedule-compartment-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-ccc-upgrade-schedule-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/change-ccc-upgrade-schedule-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAiBH,IAAiB,0CAA0C,CAW1D;AAXD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAW1D"}
|
|
@@ -0,0 +1,83 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* The configuration details for creating Compute Cloud@Customer infrastructure.
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateCccInfrastructureDetails {
|
|
20
|
+
/**
|
|
21
|
+
* The name that will be used to display the Compute Cloud@Customer infrastructure
|
|
22
|
+
* in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed.
|
|
23
|
+
* Avoid entering confidential information.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"displayName": string;
|
|
27
|
+
/**
|
|
28
|
+
* A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure.
|
|
29
|
+
* Avoid entering confidential information.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"description"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with
|
|
35
|
+
* the infrastructure.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"compartmentId": string;
|
|
39
|
+
/**
|
|
40
|
+
* Identifier for network subnet that will be used to communicate with Compute Cloud@Customer infrastructure.
|
|
41
|
+
*/
|
|
42
|
+
"subnetId": string;
|
|
43
|
+
/**
|
|
44
|
+
* The current connection state of the Compute Cloud@Customer infrastructure. This value
|
|
45
|
+
* will default to REJECT if the value is not provided. The only valid value at creation
|
|
46
|
+
* time is REJECT.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"connectionState"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* A message describing the current connection state in more detail.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"connectionDetails"?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Schedule used for upgrades. If no schedule is associated with the infrastructure,
|
|
57
|
+
* it can be upgraded at any time.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"cccUpgradeScheduleId"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
63
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"freeformTags"?: {
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
71
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
"definedTags"?: {
|
|
75
|
+
[key: string]: {
|
|
76
|
+
[key: string]: any;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
export declare namespace CreateCccInfrastructureDetails {
|
|
81
|
+
function getJsonObj(obj: CreateCccInfrastructureDetails): object;
|
|
82
|
+
function getDeserializedJsonObj(obj: CreateCccInfrastructureDetails): object;
|
|
83
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
exports.CreateCccInfrastructureDetails = void 0;
|
|
19
|
+
var CreateCccInfrastructureDetails;
|
|
20
|
+
(function (CreateCccInfrastructureDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
CreateCccInfrastructureDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
CreateCccInfrastructureDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(CreateCccInfrastructureDetails = exports.CreateCccInfrastructureDetails || (exports.CreateCccInfrastructureDetails = {}));
|
|
32
|
+
//# sourceMappingURL=create-ccc-infrastructure-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ccc-infrastructure-details.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/create-ccc-infrastructure-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAgEH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* A period where upgrades may be applied to Compute Cloud@Customer infrastructures
|
|
18
|
+
* associated with the schedule. All upgrade windows may not be used.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface CreateCccScheduleEvent {
|
|
22
|
+
/**
|
|
23
|
+
* A description of the Compute Cloud@Customer upgrade schedule time block.
|
|
24
|
+
*/
|
|
25
|
+
"description": string;
|
|
26
|
+
/**
|
|
27
|
+
* The date and time when the Compute Cloud@Customer upgrade schedule event starts,
|
|
28
|
+
* inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences,
|
|
29
|
+
* this is the date that a recurrence can start being applied.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"timeStart": Date;
|
|
33
|
+
/**
|
|
34
|
+
* The duration of this block of time. The duration must be specified and be of the
|
|
35
|
+
* ISO-8601 format for durations.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"scheduleEventDuration": string;
|
|
39
|
+
/**
|
|
40
|
+
* Frequency of recurrence of schedule block. When this field is not included, the event
|
|
41
|
+
* is assumed to be a one time occurrence. The frequency field is strictly parsed and must
|
|
42
|
+
* conform to RFC-5545 formatting for recurrences.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"scheduleEventRecurrences"?: string;
|
|
46
|
+
}
|
|
47
|
+
export declare namespace CreateCccScheduleEvent {
|
|
48
|
+
function getJsonObj(obj: CreateCccScheduleEvent): object;
|
|
49
|
+
function getDeserializedJsonObj(obj: CreateCccScheduleEvent): object;
|
|
50
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
exports.CreateCccScheduleEvent = void 0;
|
|
19
|
+
var CreateCccScheduleEvent;
|
|
20
|
+
(function (CreateCccScheduleEvent) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
CreateCccScheduleEvent.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
CreateCccScheduleEvent.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(CreateCccScheduleEvent = exports.CreateCccScheduleEvent || (exports.CreateCccScheduleEvent = {}));
|
|
32
|
+
//# sourceMappingURL=create-ccc-schedule-event.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ccc-schedule-event.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/create-ccc-schedule-event.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqCH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
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 model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Defines a schedule for times when automated Compute Cloud@Customer upgrades are preferred.
|
|
19
|
+
* A created upgrade schedule must supply events with a minimum frequency and duration or
|
|
20
|
+
* the schedule will be rejected. Upgrades may impact performance of
|
|
21
|
+
* Compute Cloud@Customer infrastructures when they are being applied.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface CreateCccUpgradeScheduleDetails {
|
|
25
|
+
/**
|
|
26
|
+
* Compute Cloud@Customer upgrade schedule display name.
|
|
27
|
+
* Avoid entering confidential information.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"displayName": string;
|
|
31
|
+
/**
|
|
32
|
+
* Compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the
|
|
33
|
+
* Compute Cloud@Customer Upgrade Schedule.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"compartmentId": string;
|
|
37
|
+
/**
|
|
38
|
+
* An optional description of the Compute Cloud@Customer upgrade schedule.
|
|
39
|
+
* Avoid entering confidential information.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"description"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* List of preferred times for Compute Cloud@Customer infrastructure to be upgraded.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"events": Array<model.CreateCccScheduleEvent>;
|
|
48
|
+
/**
|
|
49
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
50
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"freeformTags"?: {
|
|
54
|
+
[key: string]: string;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
58
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"definedTags"?: {
|
|
62
|
+
[key: string]: {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
export declare namespace CreateCccUpgradeScheduleDetails {
|
|
68
|
+
function getJsonObj(obj: CreateCccUpgradeScheduleDetails): object;
|
|
69
|
+
function getDeserializedJsonObj(obj: CreateCccUpgradeScheduleDetails): object;
|
|
70
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CreateCccUpgradeScheduleDetails = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var CreateCccUpgradeScheduleDetails;
|
|
40
|
+
(function (CreateCccUpgradeScheduleDetails) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"events": obj.events
|
|
44
|
+
? obj.events.map(item => {
|
|
45
|
+
return model.CreateCccScheduleEvent.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
CreateCccUpgradeScheduleDetails.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"events": obj.events
|
|
55
|
+
? obj.events.map(item => {
|
|
56
|
+
return model.CreateCccScheduleEvent.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
CreateCccUpgradeScheduleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(CreateCccUpgradeScheduleDetails = exports.CreateCccUpgradeScheduleDetails || (exports.CreateCccUpgradeScheduleDetails = {}));
|
|
64
|
+
//# sourceMappingURL=create-ccc-upgrade-schedule-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ccc-upgrade-schedule-details.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/create-ccc-upgrade-schedule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgDlC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 CccInfrastructure from "./ccc-infrastructure";
|
|
17
|
+
export import CccInfrastructure = CccInfrastructure.CccInfrastructure;
|
|
18
|
+
import * as CccInfrastructureCollection from "./ccc-infrastructure-collection";
|
|
19
|
+
export import CccInfrastructureCollection = CccInfrastructureCollection.CccInfrastructureCollection;
|
|
20
|
+
import * as CccInfrastructureInventory from "./ccc-infrastructure-inventory";
|
|
21
|
+
export import CccInfrastructureInventory = CccInfrastructureInventory.CccInfrastructureInventory;
|
|
22
|
+
import * as CccInfrastructureManagementNode from "./ccc-infrastructure-management-node";
|
|
23
|
+
export import CccInfrastructureManagementNode = CccInfrastructureManagementNode.CccInfrastructureManagementNode;
|
|
24
|
+
import * as CccInfrastructureNetworkConfiguration from "./ccc-infrastructure-network-configuration";
|
|
25
|
+
export import CccInfrastructureNetworkConfiguration = CccInfrastructureNetworkConfiguration.CccInfrastructureNetworkConfiguration;
|
|
26
|
+
import * as CccInfrastructureRoutingDynamicDetails from "./ccc-infrastructure-routing-dynamic-details";
|
|
27
|
+
export import CccInfrastructureRoutingDynamicDetails = CccInfrastructureRoutingDynamicDetails.CccInfrastructureRoutingDynamicDetails;
|
|
28
|
+
import * as CccInfrastructureRoutingStaticDetails from "./ccc-infrastructure-routing-static-details";
|
|
29
|
+
export import CccInfrastructureRoutingStaticDetails = CccInfrastructureRoutingStaticDetails.CccInfrastructureRoutingStaticDetails;
|
|
30
|
+
import * as CccInfrastructureSummary from "./ccc-infrastructure-summary";
|
|
31
|
+
export import CccInfrastructureSummary = CccInfrastructureSummary.CccInfrastructureSummary;
|
|
32
|
+
import * as CccScheduleEvent from "./ccc-schedule-event";
|
|
33
|
+
export import CccScheduleEvent = CccScheduleEvent.CccScheduleEvent;
|
|
34
|
+
import * as CccUpgradeInformation from "./ccc-upgrade-information";
|
|
35
|
+
export import CccUpgradeInformation = CccUpgradeInformation.CccUpgradeInformation;
|
|
36
|
+
import * as CccUpgradeSchedule from "./ccc-upgrade-schedule";
|
|
37
|
+
export import CccUpgradeSchedule = CccUpgradeSchedule.CccUpgradeSchedule;
|
|
38
|
+
import * as CccUpgradeScheduleCollection from "./ccc-upgrade-schedule-collection";
|
|
39
|
+
export import CccUpgradeScheduleCollection = CccUpgradeScheduleCollection.CccUpgradeScheduleCollection;
|
|
40
|
+
import * as CccUpgradeScheduleSummary from "./ccc-upgrade-schedule-summary";
|
|
41
|
+
export import CccUpgradeScheduleSummary = CccUpgradeScheduleSummary.CccUpgradeScheduleSummary;
|
|
42
|
+
import * as ChangeCccInfrastructureCompartmentDetails from "./change-ccc-infrastructure-compartment-details";
|
|
43
|
+
export import ChangeCccInfrastructureCompartmentDetails = ChangeCccInfrastructureCompartmentDetails.ChangeCccInfrastructureCompartmentDetails;
|
|
44
|
+
import * as ChangeCccUpgradeScheduleCompartmentDetails from "./change-ccc-upgrade-schedule-compartment-details";
|
|
45
|
+
export import ChangeCccUpgradeScheduleCompartmentDetails = ChangeCccUpgradeScheduleCompartmentDetails.ChangeCccUpgradeScheduleCompartmentDetails;
|
|
46
|
+
import * as CreateCccInfrastructureDetails from "./create-ccc-infrastructure-details";
|
|
47
|
+
export import CreateCccInfrastructureDetails = CreateCccInfrastructureDetails.CreateCccInfrastructureDetails;
|
|
48
|
+
import * as CreateCccScheduleEvent from "./create-ccc-schedule-event";
|
|
49
|
+
export import CreateCccScheduleEvent = CreateCccScheduleEvent.CreateCccScheduleEvent;
|
|
50
|
+
import * as CreateCccUpgradeScheduleDetails from "./create-ccc-upgrade-schedule-details";
|
|
51
|
+
export import CreateCccUpgradeScheduleDetails = CreateCccUpgradeScheduleDetails.CreateCccUpgradeScheduleDetails;
|
|
52
|
+
import * as PeerInformation from "./peer-information";
|
|
53
|
+
export import PeerInformation = PeerInformation.PeerInformation;
|
|
54
|
+
import * as SortOrder from "./sort-order";
|
|
55
|
+
export import SortOrder = SortOrder.SortOrder;
|
|
56
|
+
import * as UpdateCccInfrastructureDetails from "./update-ccc-infrastructure-details";
|
|
57
|
+
export import UpdateCccInfrastructureDetails = UpdateCccInfrastructureDetails.UpdateCccInfrastructureDetails;
|
|
58
|
+
import * as UpdateCccScheduleEvent from "./update-ccc-schedule-event";
|
|
59
|
+
export import UpdateCccScheduleEvent = UpdateCccScheduleEvent.UpdateCccScheduleEvent;
|
|
60
|
+
import * as UpdateCccUpgradeScheduleDetails from "./update-ccc-upgrade-schedule-details";
|
|
61
|
+
export import UpdateCccUpgradeScheduleDetails = UpdateCccUpgradeScheduleDetails.UpdateCccUpgradeScheduleDetails;
|
|
@@ -0,0 +1,84 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.UpdateCccUpgradeScheduleDetails = exports.UpdateCccScheduleEvent = exports.UpdateCccInfrastructureDetails = exports.SortOrder = exports.PeerInformation = exports.CreateCccUpgradeScheduleDetails = exports.CreateCccScheduleEvent = exports.CreateCccInfrastructureDetails = exports.ChangeCccUpgradeScheduleCompartmentDetails = exports.ChangeCccInfrastructureCompartmentDetails = exports.CccUpgradeScheduleSummary = exports.CccUpgradeScheduleCollection = exports.CccUpgradeSchedule = exports.CccUpgradeInformation = exports.CccScheduleEvent = exports.CccInfrastructureSummary = exports.CccInfrastructureRoutingStaticDetails = exports.CccInfrastructureRoutingDynamicDetails = exports.CccInfrastructureNetworkConfiguration = exports.CccInfrastructureManagementNode = exports.CccInfrastructureInventory = exports.CccInfrastructureCollection = exports.CccInfrastructure = void 0;
|
|
38
|
+
const CccInfrastructure = __importStar(require("./ccc-infrastructure"));
|
|
39
|
+
exports.CccInfrastructure = CccInfrastructure.CccInfrastructure;
|
|
40
|
+
const CccInfrastructureCollection = __importStar(require("./ccc-infrastructure-collection"));
|
|
41
|
+
exports.CccInfrastructureCollection = CccInfrastructureCollection.CccInfrastructureCollection;
|
|
42
|
+
const CccInfrastructureInventory = __importStar(require("./ccc-infrastructure-inventory"));
|
|
43
|
+
exports.CccInfrastructureInventory = CccInfrastructureInventory.CccInfrastructureInventory;
|
|
44
|
+
const CccInfrastructureManagementNode = __importStar(require("./ccc-infrastructure-management-node"));
|
|
45
|
+
exports.CccInfrastructureManagementNode = CccInfrastructureManagementNode.CccInfrastructureManagementNode;
|
|
46
|
+
const CccInfrastructureNetworkConfiguration = __importStar(require("./ccc-infrastructure-network-configuration"));
|
|
47
|
+
exports.CccInfrastructureNetworkConfiguration = CccInfrastructureNetworkConfiguration.CccInfrastructureNetworkConfiguration;
|
|
48
|
+
const CccInfrastructureRoutingDynamicDetails = __importStar(require("./ccc-infrastructure-routing-dynamic-details"));
|
|
49
|
+
exports.CccInfrastructureRoutingDynamicDetails = CccInfrastructureRoutingDynamicDetails.CccInfrastructureRoutingDynamicDetails;
|
|
50
|
+
const CccInfrastructureRoutingStaticDetails = __importStar(require("./ccc-infrastructure-routing-static-details"));
|
|
51
|
+
exports.CccInfrastructureRoutingStaticDetails = CccInfrastructureRoutingStaticDetails.CccInfrastructureRoutingStaticDetails;
|
|
52
|
+
const CccInfrastructureSummary = __importStar(require("./ccc-infrastructure-summary"));
|
|
53
|
+
exports.CccInfrastructureSummary = CccInfrastructureSummary.CccInfrastructureSummary;
|
|
54
|
+
const CccScheduleEvent = __importStar(require("./ccc-schedule-event"));
|
|
55
|
+
exports.CccScheduleEvent = CccScheduleEvent.CccScheduleEvent;
|
|
56
|
+
const CccUpgradeInformation = __importStar(require("./ccc-upgrade-information"));
|
|
57
|
+
exports.CccUpgradeInformation = CccUpgradeInformation.CccUpgradeInformation;
|
|
58
|
+
const CccUpgradeSchedule = __importStar(require("./ccc-upgrade-schedule"));
|
|
59
|
+
exports.CccUpgradeSchedule = CccUpgradeSchedule.CccUpgradeSchedule;
|
|
60
|
+
const CccUpgradeScheduleCollection = __importStar(require("./ccc-upgrade-schedule-collection"));
|
|
61
|
+
exports.CccUpgradeScheduleCollection = CccUpgradeScheduleCollection.CccUpgradeScheduleCollection;
|
|
62
|
+
const CccUpgradeScheduleSummary = __importStar(require("./ccc-upgrade-schedule-summary"));
|
|
63
|
+
exports.CccUpgradeScheduleSummary = CccUpgradeScheduleSummary.CccUpgradeScheduleSummary;
|
|
64
|
+
const ChangeCccInfrastructureCompartmentDetails = __importStar(require("./change-ccc-infrastructure-compartment-details"));
|
|
65
|
+
exports.ChangeCccInfrastructureCompartmentDetails = ChangeCccInfrastructureCompartmentDetails.ChangeCccInfrastructureCompartmentDetails;
|
|
66
|
+
const ChangeCccUpgradeScheduleCompartmentDetails = __importStar(require("./change-ccc-upgrade-schedule-compartment-details"));
|
|
67
|
+
exports.ChangeCccUpgradeScheduleCompartmentDetails = ChangeCccUpgradeScheduleCompartmentDetails.ChangeCccUpgradeScheduleCompartmentDetails;
|
|
68
|
+
const CreateCccInfrastructureDetails = __importStar(require("./create-ccc-infrastructure-details"));
|
|
69
|
+
exports.CreateCccInfrastructureDetails = CreateCccInfrastructureDetails.CreateCccInfrastructureDetails;
|
|
70
|
+
const CreateCccScheduleEvent = __importStar(require("./create-ccc-schedule-event"));
|
|
71
|
+
exports.CreateCccScheduleEvent = CreateCccScheduleEvent.CreateCccScheduleEvent;
|
|
72
|
+
const CreateCccUpgradeScheduleDetails = __importStar(require("./create-ccc-upgrade-schedule-details"));
|
|
73
|
+
exports.CreateCccUpgradeScheduleDetails = CreateCccUpgradeScheduleDetails.CreateCccUpgradeScheduleDetails;
|
|
74
|
+
const PeerInformation = __importStar(require("./peer-information"));
|
|
75
|
+
exports.PeerInformation = PeerInformation.PeerInformation;
|
|
76
|
+
const SortOrder = __importStar(require("./sort-order"));
|
|
77
|
+
exports.SortOrder = SortOrder.SortOrder;
|
|
78
|
+
const UpdateCccInfrastructureDetails = __importStar(require("./update-ccc-infrastructure-details"));
|
|
79
|
+
exports.UpdateCccInfrastructureDetails = UpdateCccInfrastructureDetails.UpdateCccInfrastructureDetails;
|
|
80
|
+
const UpdateCccScheduleEvent = __importStar(require("./update-ccc-schedule-event"));
|
|
81
|
+
exports.UpdateCccScheduleEvent = UpdateCccScheduleEvent.UpdateCccScheduleEvent;
|
|
82
|
+
const UpdateCccUpgradeScheduleDetails = __importStar(require("./update-ccc-upgrade-schedule-details"));
|
|
83
|
+
exports.UpdateCccUpgradeScheduleDetails = UpdateCccUpgradeScheduleDetails.UpdateCccUpgradeScheduleDetails;
|
|
84
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6FAA+E;AACjE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,2FAA6E;AAC/D,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,kHAAoG;AACtF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,qHAAuG;AACzF,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AACrI,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,2HAA6G;AAC/F,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,8HAAgH;AAClG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* Routing information for peer nodes using the Border Gateway Protocol (BGP).
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface PeerInformation {
|
|
21
|
+
/**
|
|
22
|
+
* The Autonomous System Number (ASN) of the peer network. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"asn"?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Neighbor Border Gateway Protocal (BGP) IP address.
|
|
27
|
+
* The IP address usually refers to the customer data center router.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ip"?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace PeerInformation {
|
|
33
|
+
function getJsonObj(obj: PeerInformation): object;
|
|
34
|
+
function getDeserializedJsonObj(obj: PeerInformation): object;
|
|
35
|
+
}
|