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,37 @@
|
|
|
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/CreateCccUpgradeSchedule.ts.html |here} to see how to use CreateCccUpgradeScheduleRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new CCC Upgrade Schedule.
|
|
21
|
+
*/
|
|
22
|
+
"createCccUpgradeScheduleDetails": model.CreateCccUpgradeScheduleDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"opcRequestId"?: string;
|
|
37
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ccc-upgrade-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/create-ccc-upgrade-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/computecloudatcustomer/DeleteCccInfrastructure.ts.html |here} to see how to use DeleteCccInfrastructureRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteCccInfrastructureRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* An [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a
|
|
20
|
+
* Compute Cloud@Customer Infrastructure.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"cccInfrastructureId": string;
|
|
24
|
+
/**
|
|
25
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
26
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
27
|
+
* etag from a previous GET or POST response for that resource.
|
|
28
|
+
* The resource will be updated or deleted only if the etag you
|
|
29
|
+
* provide matches the resource's current etag value.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"ifMatch"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-ccc-infrastructure-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/delete-ccc-infrastructure-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/computecloudatcustomer/DeleteCccUpgradeSchedule.ts.html |here} to see how to use DeleteCccUpgradeScheduleRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Compute Cloud@Customer upgrade schedule
|
|
20
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"cccUpgradeScheduleId": string;
|
|
24
|
+
/**
|
|
25
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
26
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
27
|
+
* etag from a previous GET or POST response for that resource.
|
|
28
|
+
* The resource will be updated or deleted only if the etag you
|
|
29
|
+
* provide matches the resource's current etag value.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"ifMatch"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-ccc-upgrade-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/delete-ccc-upgrade-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/computecloudatcustomer/GetCccInfrastructure.ts.html |here} to see how to use GetCccInfrastructureRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCccInfrastructureRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* An [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a
|
|
20
|
+
* Compute Cloud@Customer Infrastructure.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"cccInfrastructureId": string;
|
|
24
|
+
/**
|
|
25
|
+
* The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ccc-infrastructure-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/get-ccc-infrastructure-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/computecloudatcustomer/GetCccUpgradeSchedule.ts.html |here} to see how to use GetCccUpgradeScheduleRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCccUpgradeScheduleRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Compute Cloud@Customer upgrade schedule
|
|
20
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"cccUpgradeScheduleId": string;
|
|
24
|
+
/**
|
|
25
|
+
* The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ccc-upgrade-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/get-ccc-upgrade-schedule-request.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 ChangeCccInfrastructureCompartmentRequest from "./change-ccc-infrastructure-compartment-request";
|
|
17
|
+
export import ChangeCccInfrastructureCompartmentRequest = ChangeCccInfrastructureCompartmentRequest.ChangeCccInfrastructureCompartmentRequest;
|
|
18
|
+
import * as ChangeCccUpgradeScheduleCompartmentRequest from "./change-ccc-upgrade-schedule-compartment-request";
|
|
19
|
+
export import ChangeCccUpgradeScheduleCompartmentRequest = ChangeCccUpgradeScheduleCompartmentRequest.ChangeCccUpgradeScheduleCompartmentRequest;
|
|
20
|
+
import * as CreateCccInfrastructureRequest from "./create-ccc-infrastructure-request";
|
|
21
|
+
export import CreateCccInfrastructureRequest = CreateCccInfrastructureRequest.CreateCccInfrastructureRequest;
|
|
22
|
+
import * as CreateCccUpgradeScheduleRequest from "./create-ccc-upgrade-schedule-request";
|
|
23
|
+
export import CreateCccUpgradeScheduleRequest = CreateCccUpgradeScheduleRequest.CreateCccUpgradeScheduleRequest;
|
|
24
|
+
import * as DeleteCccInfrastructureRequest from "./delete-ccc-infrastructure-request";
|
|
25
|
+
export import DeleteCccInfrastructureRequest = DeleteCccInfrastructureRequest.DeleteCccInfrastructureRequest;
|
|
26
|
+
import * as DeleteCccUpgradeScheduleRequest from "./delete-ccc-upgrade-schedule-request";
|
|
27
|
+
export import DeleteCccUpgradeScheduleRequest = DeleteCccUpgradeScheduleRequest.DeleteCccUpgradeScheduleRequest;
|
|
28
|
+
import * as GetCccInfrastructureRequest from "./get-ccc-infrastructure-request";
|
|
29
|
+
export import GetCccInfrastructureRequest = GetCccInfrastructureRequest.GetCccInfrastructureRequest;
|
|
30
|
+
import * as GetCccUpgradeScheduleRequest from "./get-ccc-upgrade-schedule-request";
|
|
31
|
+
export import GetCccUpgradeScheduleRequest = GetCccUpgradeScheduleRequest.GetCccUpgradeScheduleRequest;
|
|
32
|
+
import * as ListCccInfrastructuresRequest from "./list-ccc-infrastructures-request";
|
|
33
|
+
export import ListCccInfrastructuresRequest = ListCccInfrastructuresRequest.ListCccInfrastructuresRequest;
|
|
34
|
+
import * as ListCccUpgradeSchedulesRequest from "./list-ccc-upgrade-schedules-request";
|
|
35
|
+
export import ListCccUpgradeSchedulesRequest = ListCccUpgradeSchedulesRequest.ListCccUpgradeSchedulesRequest;
|
|
36
|
+
import * as UpdateCccInfrastructureRequest from "./update-ccc-infrastructure-request";
|
|
37
|
+
export import UpdateCccInfrastructureRequest = UpdateCccInfrastructureRequest.UpdateCccInfrastructureRequest;
|
|
38
|
+
import * as UpdateCccUpgradeScheduleRequest from "./update-ccc-upgrade-schedule-request";
|
|
39
|
+
export import UpdateCccUpgradeScheduleRequest = UpdateCccUpgradeScheduleRequest.UpdateCccUpgradeScheduleRequest;
|
|
@@ -0,0 +1,42 @@
|
|
|
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.ListCccUpgradeSchedulesRequest = exports.ListCccInfrastructuresRequest = void 0;
|
|
38
|
+
const ListCccInfrastructuresRequest = __importStar(require("./list-ccc-infrastructures-request"));
|
|
39
|
+
exports.ListCccInfrastructuresRequest = ListCccInfrastructuresRequest.ListCccInfrastructuresRequest;
|
|
40
|
+
const ListCccUpgradeSchedulesRequest = __importStar(require("./list-ccc-upgrade-schedules-request"));
|
|
41
|
+
exports.ListCccUpgradeSchedulesRequest = ListCccUpgradeSchedulesRequest.ListCccUpgradeSchedulesRequest;
|
|
42
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAkBH,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
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/ListCccInfrastructures.ts.html |here} to see how to use ListCccInfrastructuresRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListCccInfrastructuresRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to
|
|
21
|
+
* list resources.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Default is false.
|
|
27
|
+
* When set to true, the hierarchy of compartments is traversed and all compartments and
|
|
28
|
+
* sub-compartments in the tenancy are returned. Depends on the 'accessLevel' setting.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"compartmentIdInSubtree"?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED.
|
|
34
|
+
* Setting this to ACCESSIBLE returns only those compartments for which the
|
|
35
|
+
* user has INSPECT permissions directly or indirectly (permissions can be on a
|
|
36
|
+
* resource in a subcompartment). When set to RESTRICTED permissions are checked and no
|
|
37
|
+
* partial results are displayed.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"accessLevel"?: ListCccInfrastructuresRequest.AccessLevel;
|
|
41
|
+
/**
|
|
42
|
+
* A filter used to return only resources that match the given lifecycleState.
|
|
43
|
+
*/
|
|
44
|
+
"lifecycleState"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* A filter to return only resources that match the entire display name given.
|
|
47
|
+
*/
|
|
48
|
+
"displayName"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* A filter to return only resources whose display name contains the substring.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"displayNameContains"?: string;
|
|
54
|
+
/**
|
|
55
|
+
* An [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a
|
|
56
|
+
* Compute Cloud@Customer Infrastructure.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"cccInfrastructureId"?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The maximum number of items to return.
|
|
62
|
+
*/
|
|
63
|
+
"limit"?: number;
|
|
64
|
+
/**
|
|
65
|
+
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
66
|
+
*/
|
|
67
|
+
"page"?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
70
|
+
*/
|
|
71
|
+
"sortOrder"?: model.SortOrder;
|
|
72
|
+
/**
|
|
73
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"sortBy"?: ListCccInfrastructuresRequest.SortBy;
|
|
77
|
+
/**
|
|
78
|
+
* The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"opcRequestId"?: string;
|
|
82
|
+
}
|
|
83
|
+
export declare namespace ListCccInfrastructuresRequest {
|
|
84
|
+
enum AccessLevel {
|
|
85
|
+
Restricted = "RESTRICTED",
|
|
86
|
+
Accessible = "ACCESSIBLE"
|
|
87
|
+
}
|
|
88
|
+
enum SortBy {
|
|
89
|
+
TimeCreated = "timeCreated",
|
|
90
|
+
DisplayName = "displayName"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
exports.ListCccInfrastructuresRequest = void 0;
|
|
16
|
+
var ListCccInfrastructuresRequest;
|
|
17
|
+
(function (ListCccInfrastructuresRequest) {
|
|
18
|
+
let AccessLevel;
|
|
19
|
+
(function (AccessLevel) {
|
|
20
|
+
AccessLevel["Restricted"] = "RESTRICTED";
|
|
21
|
+
AccessLevel["Accessible"] = "ACCESSIBLE";
|
|
22
|
+
})(AccessLevel = ListCccInfrastructuresRequest.AccessLevel || (ListCccInfrastructuresRequest.AccessLevel = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
26
|
+
SortBy["DisplayName"] = "displayName";
|
|
27
|
+
})(SortBy = ListCccInfrastructuresRequest.SortBy || (ListCccInfrastructuresRequest.SortBy = {}));
|
|
28
|
+
})(ListCccInfrastructuresRequest = exports.ListCccInfrastructuresRequest || (exports.ListCccInfrastructuresRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-ccc-infrastructures-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ccc-infrastructures-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/list-ccc-infrastructures-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0EH,IAAiB,6BAA6B,CAU7C;AAVD,WAAiB,6BAA6B;IAC5C,IAAY,WAGX;IAHD,WAAY,WAAW;QACrB,wCAAyB,CAAA;QACzB,wCAAyB,CAAA;IAC3B,CAAC,EAHW,WAAW,GAAX,yCAAW,KAAX,yCAAW,QAGtB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;AACH,CAAC,EAVgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAU7C"}
|
|
@@ -0,0 +1,93 @@
|
|
|
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/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedulesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListCccUpgradeSchedulesRequest 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 [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to
|
|
27
|
+
* list resources.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"compartmentId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Default is false.
|
|
33
|
+
* When set to true, the hierarchy of compartments is traversed and all compartments and
|
|
34
|
+
* sub-compartments in the tenancy are returned. Depends on the 'accessLevel' setting.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"compartmentIdInSubtree"?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED.
|
|
40
|
+
* Setting this to ACCESSIBLE returns only those compartments for which the
|
|
41
|
+
* user has INSPECT permissions directly or indirectly (permissions can be on a
|
|
42
|
+
* resource in a subcompartment). When set to RESTRICTED permissions are checked and no
|
|
43
|
+
* partial results are displayed.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"accessLevel"?: ListCccUpgradeSchedulesRequest.AccessLevel;
|
|
47
|
+
/**
|
|
48
|
+
* A filter to return resources only when their lifecycleState matches the given lifecycleState.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"lifecycleState"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* A filter to return only resources that match the entire display name given.
|
|
54
|
+
*/
|
|
55
|
+
"displayName"?: string;
|
|
56
|
+
/**
|
|
57
|
+
* A filter to return only resources whose display name contains the substring.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"displayNameContains"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The maximum number of items to return.
|
|
63
|
+
*/
|
|
64
|
+
"limit"?: number;
|
|
65
|
+
/**
|
|
66
|
+
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
67
|
+
*/
|
|
68
|
+
"page"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
71
|
+
*/
|
|
72
|
+
"sortOrder"?: model.SortOrder;
|
|
73
|
+
/**
|
|
74
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"sortBy"?: ListCccUpgradeSchedulesRequest.SortBy;
|
|
78
|
+
/**
|
|
79
|
+
* The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"opcRequestId"?: string;
|
|
83
|
+
}
|
|
84
|
+
export declare namespace ListCccUpgradeSchedulesRequest {
|
|
85
|
+
enum AccessLevel {
|
|
86
|
+
Restricted = "RESTRICTED",
|
|
87
|
+
Accessible = "ACCESSIBLE"
|
|
88
|
+
}
|
|
89
|
+
enum SortBy {
|
|
90
|
+
TimeCreated = "timeCreated",
|
|
91
|
+
DisplayName = "displayName"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
exports.ListCccUpgradeSchedulesRequest = void 0;
|
|
16
|
+
var ListCccUpgradeSchedulesRequest;
|
|
17
|
+
(function (ListCccUpgradeSchedulesRequest) {
|
|
18
|
+
let AccessLevel;
|
|
19
|
+
(function (AccessLevel) {
|
|
20
|
+
AccessLevel["Restricted"] = "RESTRICTED";
|
|
21
|
+
AccessLevel["Accessible"] = "ACCESSIBLE";
|
|
22
|
+
})(AccessLevel = ListCccUpgradeSchedulesRequest.AccessLevel || (ListCccUpgradeSchedulesRequest.AccessLevel = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
26
|
+
SortBy["DisplayName"] = "displayName";
|
|
27
|
+
})(SortBy = ListCccUpgradeSchedulesRequest.SortBy || (ListCccUpgradeSchedulesRequest.SortBy = {}));
|
|
28
|
+
})(ListCccUpgradeSchedulesRequest = exports.ListCccUpgradeSchedulesRequest || (exports.ListCccUpgradeSchedulesRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-ccc-upgrade-schedules-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ccc-upgrade-schedules-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/list-ccc-upgrade-schedules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2EH,IAAiB,8BAA8B,CAU9C;AAVD,WAAiB,8BAA8B;IAC7C,IAAY,WAGX;IAHD,WAAY,WAAW;QACrB,wCAAyB,CAAA;QACzB,wCAAyB,CAAA;IAC3B,CAAC,EAHW,WAAW,GAAX,0CAAW,KAAX,0CAAW,QAGtB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAGjB;AACH,CAAC,EAVgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAU9C"}
|